.home-swiper__item>img {
     filter: brightness(0.5);
     -webkit-filter: brightness(0.5);
}

.home-swiper-info {
     position: absolute;
     bottom: 90px;
     max-width: 900px;
     background: rgba(38, 100, 99, 0.27);

     padding: 38px 165px 35px 42px;
}

.home-slider-text {
     color: #fff;
     margin-bottom: 25px;
}

.home-swiper-info__title {
     color: #FFF;
     text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.46);
     font-size: 35px;
     font-style: normal;
     font-weight: 400;
     line-height: 48px;
     margin-bottom: 25px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}

.home-swiper-info__link {
     display: inline-block;
     padding: 18px 43px;
     color: #FFF;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     border-radius: 6px;
     text-transform: capitalize;
     border: 0.7px solid #FFF;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
}

.home-links-row {
     display: flex;
     flex-wrap: wrap;
     margin: 76px -10px 83px;

}

.home-links-row__item {
     width: 33.333%;
     padding: 0 10px;
}



.home-links-block {
     height: 100%;
     padding: 16px 10px;
     display: flex;
     border-radius: 10px;
     background: #1EAF9E;
     box-shadow: 0px 4px 16px 0px rgba(157, 157, 157, 0.25);
}

.home-links-block__col {
     text-align: center;
     width: 50%;
}

.home-links-block__col:first-child {
     border-right: 1px solid #ededed59;
}

.home-links-img {
     margin-top: 42px;
     width: 60px;
     height: 60px;
     object-fit: cover;
}

.home-links-title {
     margin: 32px 10px 27px;
     color: #FFF;
     text-align: center;
     font-size: 25px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.home-links-href {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #FFF;
     text-align: center;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
     margin-bottom: 3px;
}

.home-links-href:hover {
     padding-left: 10px;
}

.home-contact-with-us {
     display: flex;
     align-items: center;
     height: 100%;
     padding: 29px;
     border-radius: 2px;
     background: #FFF;
     border: 1px dashed #266867;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.home-contact-with-us__title {
     color: #266867;
     font-size: 12px;
     font-style: normal;
     font-weight: 500;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.home-contact-with-us__text {
     /* margin: 17px 0 27px; */
     color: #565656;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.home-contact-with-us__btn {
     padding: 16px 30px;
     color: #1EAF9E;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-transform: capitalize;
     border-radius: 6px;
     border: 0.7px solid #1EAF9E;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.home-contact-with-us__btn:hover {
     border: 0.7px solid #37BEEB;
     color: #37BEEB;
}

.about-col-text {
     margin-left: 29px;
}

.about-info{
     display: flex;
     justify-content: space-between;
     margin: 100px 0 56px;
}

.about-item{
     width: 48%;
     position: relative;

}

.about-bg{
     background: #fff;
     box-shadow: 0px 4px 11px rgba(161, 161, 161, 0.25);
     padding: 17px;
     height: 580px;
}

.about-bg img{
     position: absolute;
     max-width: 640px;
     top: -70px;
     left: 30px;
}

.about-block .about-info:nth-child(even){
     flex-direction: row-reverse;
     text-align: right;
     margin-top: 150px;
}
/* .about-block .about-info:nth-child(even) .about-bg img{
     position: relative;
} */


.right-item-text{
     font-size: 16px;
     font-weight: 400;
     line-height: 25px;
     text-align: right;
     color: rgba(48, 49, 61, 1);

}

.about-item{
     font-size: 16px;
     font-weight: 400;
     line-height: 25px;
     color: rgba(48, 49, 61, 1);

}

.mail-icon svg {
     border: 1px solid #5E8F8E;
     border-radius: 50%;
}

.for-bg {
     background: rgba(38, 104, 103, 1);
}

.for-bg .home-contact-with-us__title,
.for-bg .home-contact-with-us__text {
     color: #fff;
}




.baner-block {
     width: 100%;
     margin: 160px 0 115px;
    position: relative;
}
.baner-logo{
    position: absolute;
    right: 46px;
    bottom: 30px;
}

.round {
     position: absolute;
     inset: 32% auto auto 70px;
     width: 115px;
     height: 115px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 100%;
     background: #FFF;
     box-shadow: 0px 4px 16px 0px rgba(157, 157, 157, 0.25);
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
}

.square {
     position: absolute;
     inset: auto auto -22px 100px;
     text-align: center;
     padding: 12px 10px;
     max-width: 200px;
     border-radius: 4px;
     border: 5px solid #F8F7F3;
     background: #192136;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
}

.square__number {
     color: #FFF;
     font-size: 66px;
     font-style: normal;
     font-weight: 400;
}

.square__text {
     color: #FFF;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     text-transform: uppercase;
}





.page-title-block {
     display: flex;
     align-items: center;
}

.page-title-block>img {
     margin: 0 6px 0 0;
     width: 53px;
}

.page-title {
     color: #2C4F76;
     font-size: 30px;
     font-style: normal;
     font-weight: 400;
}

.title-color {
     color: #266867;
     margin-left: -20px;
     font-size: 25px;
}

.section-gape .about-us-info__title {
     margin: 0 0 0 -25px;
}

.about-us-row{
    display: flex;
    justify-content: space-between;
}

.about-us-row__item .section-title{
    margin: -50px 0 50px 31px;
    color: #266867;
}
.about-us-row__item:first-child{
    /*background: rgba(38, 104, 103, 1);*/
    position: relative;
    max-height: 590px;
}
.about-section-bg {
    width: 100%;
    background: rgba(38, 104, 103, 1);
    position: absolute;
    padding: 15px;
    height: 86px;
    margin-top: -10px;

}

.about-section-bg svg{
    max-width: 150px;
    position: absolute;
    right: 15px;

}

.about-us-row__item{
    width: 48%;
}

.gallery-section {
     margin-top: 58px;
}

.our-services {
     margin: 68px 0 0 0
}

.our-services-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -12px;
     width: auto;
    justify-content: space-between;
}

.our-services-row__item {
     width: 49%;
     padding: 19px 14px;
     position: relative;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
    margin-bottom: 20px;
}

.our-services-link {
     overflow: hidden;
     height: 100%;
     display: block;
     background-color: #FFF;

}

.our-services-info-container {
     padding: 10px 22px 20px;
     position: absolute;
     background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50.63%, #000 100%);
     inset: auto 13px 0 13px;
     height: 20%;
     padding: 13px;
     z-index: 5;
     bottom: 18px;
}

.our-services-link__title {
     color: #fff;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     margin-top: 20px;

}

.our-services-link__text {
     margin: 18px 0;
     color: #656464;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
     text-transform: lowercase;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.our-services-link__icon {
     margin-left: -7px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #ED344A;
     border-radius: 100%;
     color: #fff;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
     width: 37px;
     height: 37px;
     -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
}

.our-partners-section {
     background: linear-gradient(to bottom, #F4F9FC 80%, #ffffff 20%, #ffffff);
}

.our-partners-row {
     display: flex;
     margin: 38px -15px;
}

.our-partners-row__item {
     padding: 15px;
}


.ofeedback-row {
     margin: 64px 0 0 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.ofeedback-row__item {
     width: 48%;
}

.ofeedback-img-img>img {
     filter: brightness(.6);
     -webkit-filter: brightness(.6);
}

.ofeedback-img-img {
     display: flex;
     align-items: center;
     position: relative;
}

.ofeedback-img-img__logo {
     max-width: 350px;
     width: 100%;
     position: absolute;
     inset: auto auto auto 25px;
}

.ofeedback-img-info {
     max-width: 440px;
     width: 100%;
     padding: 28px 33px;
     position: absolute;
     inset: auto -23px -70px auto;
     border-radius: 5px;
     background: #EF344F;
}

.ofeedback-img-info__link {
     display: block;
     width: fit-content;
     color: #FFF;
     font-family: Roboto;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     margin-bottom: 22px;
}

.ofeedback-img-info-title {
     margin-bottom: 8px;
     display: block;
     font-size: 15px;
}

.ofeedback-img-info__socials {
     display: flex;
     flex-wrap: wrap;
}

.ofeedback-img-info-social-link {
     margin: 0 3px 3px 0;
     padding: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     border-radius: 2px;
     border: 0.8px solid #FFF;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
}

.ofeedback-form-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -6px;
}

.ofeedback-form-row__item {
     padding: 6px;
     width: 50%;
     margin-bottom: 18px;
}

.ofeedback-form-row__item>label {
     cursor: pointer;
     display: inline-block;
     color: #1e435399;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     margin-bottom: 14px;
}

.ofeedback-form-row__item>input,
.ofeedback-form-row__item>textarea {
     resize: none;
     outline: none;
     color: #1e435399;
     width: 100%;
     padding: 15px 12px;
     border-radius: 5px;
     border: 1px solid #EBEBEB;
     background: #FFF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.ofeedback-form-row__item>input:focus,
.ofeedback-form-row__item>textarea:focus {
     border: 1px solid #37BEEB;
}

.ofeedback-form-row__item>textarea {
     height: 137px;
}

.required-symbol::after {
     content: " *";
     color: #ED344A;
}

.ofeedback-form__btn {
     margin-left: auto;
     padding: 10px 33px;
     color: #FFF;
     text-align: center;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     border: 1px solid #132330;
     border-radius: 1px;
     background: #132330;
     -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     -ms-border-radius: 1px;
     -o-border-radius: 1px;
}


.faq-section {
     background: #F4F9FC;
}

.faq-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 50px 0;
}

.faq-row__item {
     width: 49%;
}

.accordion-item {
     margin-bottom: 8px;
}

.accordion-item__title {
     display: flex;
     justify-content: space-between;
     padding: 22px;
     width: 100%;
     text-align: left;
     color: #707070;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     border-radius: 5px;
     border: 1px solid #D0D0D0;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.accordion-item__title.is-open {
     border: 1px solid #37BEEB;
     color: #37BEEB;
}



.accordion-item__content {
     display: none;
     color: #6D6D6D;
     padding: 12px 17px 31px;
     font-size: 15px;
}

.accordion-item__title.is-open+.accordion-item__content {
     display: block;
}

.new-row {
     display: flex;
     flex-wrap: wrap;
     margin: 85px 0;
}

.grafic-row {
     display: flex;
     width: 55%;
     /*justify-content: space-between;*/
}


.new-item-link-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 0 -11px;
     height: 100%;
}

.new-item-link__item {
     width: 40%;
     padding: 18px 16px 0 18px;
     background: #ffffff;
     /* border: 1px solid #ededed;
     border-radius: 2px;
     box-shadow: 0px 4px 14px rgba(152, 152, 152, 0.11); */

}

.new-item-link {
     display: block;
     height: 100%;
     background: #FFF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.new-item-link__img {
     position: relative;
     overflow: hidden;
    padding: 15px;
}


.new-item-link__title {
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
     text-align: left;
     color: #5D5F6F;

}

.new-item-link__date {
     position: absolute;
     bottom: 20px;
     background: #49807F;
     color: #fff;
     padding: 5px;
     font-size: 11px;
}

.new-item-link__text {
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 24px;
     text-align: left;
     color: #5a5b63;
     padding: 27px 0 25px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.grafic-title {
     font-style: normal;
     font-weight: 700;
     font-size: 17px;
     line-height: 26px;
     text-align: left;
     text-transform: lowercase;
     color: #417b7a;
     margin: 31px 0 29px;

}

/*.grafic-row img {*/
/*     width: 74px;*/
/*     padding-top: 20px;*/
/*}*/

.grafic-item {
     width: 33.333%;
     padding: 0 10px;
     border-top: 1px solid #EEEEEE;
     border-right: 1px solid #EEEEEE;
}

.grafic-item ul {
     padding: 0 18px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 5;
     -webkit-box-orient: vertical;
}

.grafic-item li {
     font-style: normal;
     font-weight: 700;
     font-size: 14px;
     line-height: 29px;
     text-align: left;
     color: #868789;

}


.new-aside__link {
     display: block;
     padding-bottom: 16px;
}

.new-aside__link:not(:last-child) {
     border-bottom: 1px solid #E5E5E5;
}

.new-aside__title {
     margin: 16px 0 0 0;
}

.new-aside__text {
     margin: 14px 0 8px;
}

.new-aside__date {
     color: #1EAF9E;
     font-size: 14px;
     font-weight: 400;
}

.bread-crumbs {
     display: flex;
     flex-wrap: wrap;
     margin: 15px 0 23px;
}

.bread-crumbs__link {
     white-space: nowrap;
     color: #828181;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
}

.bread-crumbs__link:not(:last-child)::after {
     content: '/';
     padding: 0 4px;
}


.product-parameter-title {
     margin: 30px 0 11px;
     color: #103358;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
}

.product-parameter {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 4px 0;
}

.product-parameter__text,
.product-parameter__size {
     white-space: nowrap;
     color: #7E7A7A;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
}

.product-parameter__line {
     display: block;
     width: 100%;
     margin: 0 6px;
     border-bottom: 1px dashed #D8D8D8;
}

.product-parameter__link {
     margin-top: 2px;
     color: #103358;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     text-decoration-line: underline;
}

.documentation-bg {
     width: fit-content;
     border-radius: 7px;
     background: #F8F7F3;
     margin: 48px 0 0 0;
     padding: 13px 18px 19px;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -ms-border-radius: 7px;
     -o-border-radius: 7px;
}

.documentation-bg__title {
     color: #103358;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     margin-bottom: 18px;
}

.documentation {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px;
}

.documentation__link {
     white-space: nowrap;
     margin: 4px 10px;
     display: flex;
     align-items: center;
     color: #FFF;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     padding: 11px 8px;
     border-radius: 5px;
     background: #EF344F;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.documentation__link:last-child {
     background: #192136;
}

.product-feedback {
     width: 23%;
     height: fit-content;
     border-radius: 8px;
     background: #152338;
     box-shadow: 0px 4px 7px 0px rgba(195, 195, 195, 0.25);
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -ms-border-radius: 8px;
     -o-border-radius: 8px;
}

.product-feedback-info {
     padding: 18px 21px 40px;
}

.product-feedback-info__title {
     color: #FFF;
     font-size: 22px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.product-feedback-info__text {
     margin: 11px 0 50px;
     color: #FFF;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.product-feedback-info__link {
     padding: 15px 22px;
     border-radius: 6px;
     border: 1px solid #FFF;
     background: #FFF;
     color: #103358;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
}

.specifications {
     margin-top: 70px;
     border-radius: 5px;
     background: #FFF;
     box-shadow: 0px 4px 17px 0px rgba(177, 177, 177, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.specifications-type {
     display: flex;
     align-items: center;
     overflow-x: auto;
     padding: 12px 45px;
     border-radius: 5px 5px 0px 0px;
     background: #F8F7F3;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
     -ms-border-radius: 5px 5px 0px 0px;
     -o-border-radius: 5px 5px 0px 0px;
}

.specifications-type::-webkit-scrollbar {
     height: 5px;
}

.specifications-type::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.specifications-type::-webkit-scrollbar-thumb {
     background: #152338;
     border-radius: 10px;
}

.specifications-type__btn {
     color: #152338;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     margin-right: 58px;
     white-space: nowrap;
}

.specifications__content {
     padding: 37px;
}

.feedback-baner-section {
     margin: 59px 0 0 0;
}

.feedback-baner-section>.container {
     position: relative;
}

.feedback-baner {
     position: relative;
     display: flex;
     align-items: center;
}

.feedback-baner>img {
     filter: brightness(.6);
     -webkit-filter: brightness(.6);
}

.feedback-baner__title {
     position: absolute;
     inset: 25px auto auto 25px;
     max-width: 540px;
     color: #FFF;
     font-size: 41px;
     font-style: normal;
     font-weight: 500;
     line-height: 58px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}

.feedback-baner-block {
     width: 95%;
     position: relative;
     z-index: 4;
     margin: -110px auto 30px;
}

.feedback-baner-form {
     display: flex;
     flex-wrap: wrap;
     position: relative;
     z-index: 20;
     padding: 32px 26px 15px;
     border-radius: 8px;
     border: 1px solid rgba(234, 234, 234, 1);
     background: #fff;
     box-shadow: 0px 4px 7px 0px rgba(195, 195, 195, 0.25);
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     -ms-border-radius: 8px;
     -o-border-radius: 8px;
}

.feedback-baner-form__item {
     width: 33.333%;
     padding: 0 8px;
     margin-bottom: 10px
}

.feedback-baner-form__item>label {
    display: flex;
     margin-bottom: 14px;
     color: rgba(109, 109, 109, 1);
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
}

.file-upload {
    display: block;
    text-align: center;
    position: relative;
}
.file-upload .file-select {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px dashed #cfcfcf;
    background: #fff;
    color: #424242;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 150% */
    width: 100%;
    height: 54px;
    /*margin-top: 52px;*/
}
.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select .file-select-name {
    display: inline-block;
    padding: 0 10px;
}
.file-upload .file-select:hover {
    border: 1px solid #cfcfcf;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
    border-color: #cfcfcf;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background: #cfcfcf;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.feedback-baner-form__item>input,
.feedback-baner-form__item>textarea {
     resize: none;
     outline: none;
     color: #152338;
     width: 100%;
     padding: 15px 12px;
     border-radius: 5px;
     border: 1px solid #EBEBEB;
     background: #FFF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.feedback-baner-form__item>input:focus,
.feedback-baner-form__item>textarea:focus {
     border: 1px solid #37BEEB;
}

.feedback-baner-form__item>textarea {
     height: 127px;
}

.feedback-baner-form__item>.required-symbol::after {
     content: '  *';
     color: #152338;
}

.feedback-baner-form__btn {
     color: #266867;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-transform: capitalize;
     padding: 12px 22px;
     border: 1px solid #266867;
     border-radius: 6px;
     background: #FFF;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
}

.media-filter-section {
     padding: 0 0 30px;
}

.media-filter {
     display: flex;
     align-items: center;
     margin: 9px 0 23px;
}

.media-filter__btn {
     color: #828181;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;

}

.media-filter__btn:not(:last-child)::after {
     content: "/";
     padding: 0 5px;
     color: #828181;
}

.gallery-row {
     display: flex;
     flex-wrap: wrap;
     margin: 58px -7px;
}

.gallery-row__item {
     cursor: pointer;
     width: 25%;
     padding: 7px;
}

.gallery-row__item>a {
     display: block;
     overflow: hidden;
}

.filter-video {
     position: relative;
     overflow: hidden;
     width: 100%;
     display: block;
     padding-top: 78%;
}

.iframe-img {
     position: absolute;
     inset: 0;
     z-index: 5;
}

.gallery-row__item iframe {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
     border: none;
}

.media-play {
     position: absolute;
     inset: 0;
     margin: auto;
     z-index: 10;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
     border: 2px solid #37BEEB;
}


.contact-section {
     padding: 0 0 50px;
}
.contact-page-info{
     display: flex;
}

.contact-map {
     width: 50%;
     margin: 94px 0 0;
     border-radius: 5px;
     border: 1px solid #EAEAEA;
     background: #FFF;
     box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.25);
     padding: 14px 12px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.contact-row {
     width: 45%;
     display: flex;
     flex-wrap: wrap;
}


.contact-info {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding: 27px 0;
     background: #FFF;

}

.contact-text{
     margin: 16px 0 50px;
}

.contact-social-icons {
     margin-top: 25px;
     display: flex;
     flex-wrap: wrap;
}

.contact-social-icons__link {
     margin: 0 3px 3px 0;
     height: 46px;
     padding: 12px 16px;
     border: 1px solid #1EAF9E;
     filter: brightness(0) saturate(100%) invert(52%) sepia(49%) saturate(677%) hue-rotate(124deg) brightness(99%) contrast(84%);

}



.contact-form-bg {
     padding: 33px 33px 23px 0;
}

.contact-form-row {
     display: flex;
     flex-wrap: wrap;
     margin: 13px -8px 0;
}

.contact-form-row__item {
     padding: 0 8px;
     width: 100%;
     margin-bottom: 20px;
}

.contact-form-info {
     color: #FFF;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}

.contact-form-row__item>label {
     cursor: pointer;
     display: inline-block;
     color: rgba(109, 109, 109, 1);
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     margin-bottom: 12px;
}

.contact-form-row__item>input,
.contact-form-row__item>textarea {
     resize: none;
     outline: none;
     color: #1e435399;
     width: 100%;
     padding: 15px 12px;
     border-radius: 5px;
     border: 1px solid #EBEBEB;
     background: #FFF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.contact-form-row__item>input:focus,
.contact-form-row__item>textarea:focus {
     border: 1px solid #1EAF9E;
}

.contact-form-row__item>textarea {
     height: 137px;
}

.contact-form__btn {
     border: 1px solid #1EAF9E;
     padding: 16px 33px;
     color: #1EAF9E;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     border-radius: 4px;
     background: #FFF;
}

.contact-form__btn:hover {
     background: #1EAF9E;
     border: 1px solid #1EAF9E;
     color: #fff;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.brands-section {
     padding: 0 0 30px;
}

.brands-row {
     display: flex;
     flex-wrap: wrap;
     margin: 35px -6px 0;
}

.brands-row__item {
     width: 20%;
     padding: 6px;
}
.brands-row__item img{
     max-width: 200px;
}

.brand {
     overflow: hidden;
     height: 171px;
     padding: 14px 10px 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid rgba(216, 216, 216, 1);
     background: #FFF;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.brand:hover {
     border: 1px solid rgba(38, 104, 103, 1)
}

.brand__title {
     color: #656464;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
}

.faq-accordion {
     margin: 40px 0 0;
}

.faq-accordion .accordion-item__title {
     padding: 20px;
     border-radius: 3px;
     border: none;
     background: #FFF;
     box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
}

.faq-accordion .accordion-item__title.is-open {
     background: #49807F;
     color: #fff;
}

.faq-accordion .accordion-item {
     margin-bottom: 20px;
}

.new-item-page-section {
     padding: 0 0 25px;
}

.new-page-row {
     margin: 22px -11px 0;
}

.new-page-row .new-item-link__item {
     width: 25%;
     padding: 11px;
}


.informacin-page-item-row {
     margin: 28px 0;
}

.new-item-page-date {
     margin-bottom: 20px;
     display: block;
     width: fit-content;
     padding: 12px 20px 12px 0;
     background: transparent;
     color: rgba(38, 104, 103, 1);
     font-size: 11px;
     font-weight: 400;

}

.appartament-foto-block{
     display: flex;
     justify-content: space-between;
}

.appartament-row{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
}

.appartament-item{
     width: 49%;
}

.appartamenr-name{
     position: absolute;
     top: 5px;
     left: 15px;
     font-style: normal;
     font-weight: 700;
     font-size: 15px;
     line-height: 20px;
     text-align: left;
     color: #000000;
}

.appartament-row-item{
     position: relative;
     width: 49%;

}
.appartament-row-item img{
     padding: 19px 14px 19px 15px;
     border: 1px solid rgba(241, 241, 241, 1);
}
.appartament-row-item:nth-last-child(-n + 2){
     margin-top: 50px;
}

.choose-appartament-page-section .informacin-page-des{
     margin: 40px 0 55px;
}

.choose-room-page-section .for-title,
.choose-floor-page-section .for-title{
     display: flex;
     margin-bottom: 15px;
}

.choose-room-page-section .page-title-block {
     margin: 25px 0;
}

.choose-room-page-section .appartament-foto-block{
     margin-bottom: 95px;
}

.appartament{
     margin: 5px 0 0 -5px;
}
.choose-floor-page-section .appartament-row-item:nth-last-child(-n + 4){
     margin-top: 30px;
}
.choose-floor-page-section .appartament-foto-block{
     margin-top: 50px;
}

.appartament-foto-about-block{
     margin: 41px 0 84px;
     display: flex;
     justify-content: space-between;
}

.rooms-item{
     width: 50%;

}
.first{
     width: 40% !important;
     border: 1px solid rgba(241, 241, 241, 1);
     padding: 22px 15px;
}

.room-item{
     width: 58%;
}

.icons-title{
     display: flex;
}

.rooms-row{
     display: flex;
     justify-content: space-between;
     padding: 24px 0;

}
.rooms-row:not(:last-child){
      border-bottom: 1px dashed rgba(231, 231, 231, 1) ;
}

.room-items-icon{
     width: 49%;
     padding: 31px 25px 12px;
     background: #ffffff;
     border-radius: 2px;
     box-shadow: 0px 4px 24px rgba(212, 212, 212, 0.25);
     color: rgba(141, 141, 141, 1);

}

.rooms-row button{
     border: 1px solid rgba(38, 104, 103, 1);
     color: rgba(38, 104, 103, 1);
     background: #fff;
     padding: 14px 53px;
}

.room-item-form button{
     border: 1px solid rgba(38, 104, 103, 1);
     color: rgba(38, 104, 103, 1);
     background: #fff;
     padding: 14px 33px;
     width: 80%;
     margin: 37px 0 45px;
}


.room-item{
     display: flex;
     justify-content: space-between;
}

.room-items-icon input,
.room-items-icon textarea{
     border: none;
     background: rgba(242, 242, 242, 1);
     padding: 15px 10px;
     width: 100%;
     outline: none;
}

.room-items-icon label{
     font-size: 13px;
     margin-top: 24px;
}
.room-item-form{
     display: flex;
     flex-direction: column;
}
.room-name{
     color:rgba(63, 60, 60, 1);
     font-size: 19px;
     font-weight: 400;
     line-height: 27.44px;
     text-align: left;
     margin-bottom: 50px;

}

.appartament-name{
     font-size: 13px;
     font-weight: 400;
     line-height: 17.84px;
     text-align: left;
     color: rgba(38, 104, 103, 1);
     margin-bottom: 7px;
}
.room-items-icon .room-name{
     margin-bottom: 35px;
}

.room-item-form textarea{
     resize: none;
     height: 73px;
     outline: none;
}

.icons-title img{
     margin-right: 19px;
}

.number-input{
     display: flex;
}

.silver{
     color: #000;
     font-size: 13px;
     background: rgba(242, 242, 242, 1);
     width: 50px;
    height: 45px;
    margin-right: 10px;
    padding: 11px 5px;

}

.black{
     fill: #000;
}

.informacin-page-item-row__img {
     width: 56%;
     float: left;
     margin: 0 36px 20px 0;
}

.new-item-page-row__img {
     width: 56%;
     margin: 0 0 20px 0;
}
.clear-both {
     clear: both;
}

.informacin-page-baner {
     margin-top: 110px;
}

.informacin-page-des {
     margin: 35px 0 30px;
}

.downloads {
     margin: 40px 0;
}

.downloads-link {
     color: #484848;
     font-size: 16px;
     font-weight: 400;
     padding: 18px 14px;
     display: flex;
     align-items: center;
     margin-bottom: 14px;
     border-radius: 5px;
     border: 1px solid #F4F4F4;
     background: #FFF;
     box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}

.downloads-link>svg {
     margin-right: 18px;
}

.informacin-item-row {
     display: flex;
     flex-wrap: wrap;
     margin: 28px -8px;
}

.informacin-item-row__item {
     padding: 8px;
     width: 25%;
}

.informacin-item-link {
     display: flex;
     overflow: hidden;
     position: relative;
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
     transition: .4s ease;
     -webkit-transition: .4s ease;
     -moz-transition: .4s ease;
     -ms-transition: .4s ease;
     -o-transition: .4s ease;
}

.informacin-item-link:hover .informacin-item-link__title {
     color: #266867;
}

.informacin-item-link-bg {
     padding: 15px 27px;
     display: flex;
     align-items: flex-end;
     position: absolute;
     inset: 0;
     z-index: 2;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000db 100%);
}

.informacin-item-link__title {
     color: #FFF;
     font-size: 20px;
     line-height: 22px;
     font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.informacin-page-item-section {
     padding: 0 0 10px;
}

.vacancies-page-section .bread-crumbs,
.faq-page-section .bread-crumbs,
.new-page-section .bread-crumbs,
.new-item-page-section .bread-crumbs,
.brands-section .bread-crumbs,
.documents-page-section .bread-crumbs,
.declaration-page-section .bread-crumbs,
.our-services-page .bread-crumbs,
.service-item-page-section .bread-crumbs,
.appartament-page-section .bread-crumbs,
.contact-section .bread-crumbs,
.about-section .bread-crumbs,
.completed-project-section .bread-crumbs,
.project-name-page .bread-crumbs
 {
     margin-top: 110px;
}

.documents-page-section,
.vacancies-page-section {
     padding: 0 0 20px;
}

.documents-page-baner {
     margin: 0 0 30px;
}

.documents-row {
     display: flex;
     flex-wrap: wrap;
     margin: 14px -12px 0;
}

.documents-row__item {
     width:100%;
}



.documents-link>div {
     display: flex;
     align-items: center;
     border-bottom: 1px solid rgba(222, 222, 222, 1);
     padding: 24px 69px 24px 10px;
}

.documents-link:hover {
     background: #1EAF9E;
}


.documents-link__title {
     font-size: 16px;
     font-weight: 400;
     line-height: 22.03px;
     text-align: left;
     color: rgba(90, 90, 90, 1);
     font-style: normal;
     /* text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical; */
     margin-left: 17px;
}

.documents-link__icon {
     margin-left: auto;
}

.declaration-item{
     display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    padding: 16px 17px !important;
    border: 1px solid rgba(244, 244, 244, 1);
    margin-bottom: 17px;
    box-shadow: 0px 3px 53px rgba(40, 40, 40, 0.07);
}

.declaration-item .documents-link__title{
     margin: 4px 0 0 0;
}


.declaration-item h2{
     font-size: 18px;
     font-weight: 400;
     line-height: 26px;
     text-align: left;
     color: rgba(38, 104, 103, 1);
     font-size: 18px;

}

.declaration-item p{
     font-size: 12px;
     font-weight: 400;
     line-height: 16.52px;
     text-align: left;
     font-size: 16px;
     color: rgba(124, 123, 123, 1);

}

.declaration-date{
     font-size: 12px;
     font-weight: 400;
     line-height: 16.52px;
     text-align: left;
     color:rgba(0, 0, 0, 1);
     margin-top: 16px;


}

.our-services-page .our-services{
     margin: 3
     8px 0 50px;
}

.service-img{
     padding: 23px 27px;
     box-shadow: 0px 4px 11px 0px rgba(161, 161, 161, 0.25);

}

.vacancies {
     margin: 40px 0 0;
}

.vacancies__item {
     padding: 25px 18px 18px 30px;
     border-radius: 4px;
     border: 1px solid #DCDCDC;
     background: #FFF;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     margin-bottom: 28px;
}

.vacancies__title {
     color: #266867;
     font-size: 20px;
     font-weight: 400;
     line-height: 25px;
     margin-bottom: 26px;
}

.vacancies-info {
     border-top: 1px solid #DFDFDF;
     padding: 10px 0 0;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
}

.vacancies-time-and-mony {
     padding: 9px 0 0;
     display: flex;
     margin: 0 -15px 28px;
}

.vacancies-time-and-mony__item {
     padding: 0 15px;
}

.vacancies-time-and-mony__item:first-child {
     border-right: 1px solid #DFDFDF;
     ;
}

.vacancies-time-and-mony__title {
     margin-bottom: 3px;
     color: #8E9598;
     font-size: 14px;
     font-weight: 400;
}

.vacancies-time-and-mony__time,
.vacancies-time-and-mony__mony {
     color: #266867;
     font-size: 16px;
     font-weight: 400;
}

.vacancies-info__link {
     padding: 6px 20px;
     color: #FFF;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     border: 1px solid #266867;
     border-radius: 1px;
     background: #266867;
     -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     -ms-border-radius: 1px;
     -o-border-radius: 1px;
}

.vacancies-des {
     color: #646464;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
}

.vacancie-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin: 40px 0 0;
}

.vacancie-row__item {
     width: 65%;
}

.vacancie-row__item:last-child {
     width: 31%;
}

.vacancie-row .vacancies-info {
     border: none;
     padding: 0;
}

.vacancie-form>.feedback-baner-form__item {
     width: 100%;
}


.our-services-link:hover>.scale-hover,
.new-item-link:hover .scale-hover,
.informacin-item-link:hover .scale-hover,
.ultrasound-diagnostics-link:hover>.scale-hover {
     transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
}

.modal-feedback-bg {
     display: none;
     z-index: 50;
     padding: 15px;
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.62);
     overflow-y: auto;
}

.modal-feedback-bg::-webkit-scrollbar {
     display: none;
}

.modal-feedback-centered {
     margin: 16px auto;
     display: flex;
     align-items: center;
     min-height: 100vh;
     max-width: 480px;
}

.modal-feedback-content {
     position: relative;
     border-radius: 10px;
     background: #FFF;
     box-shadow: 0px 4px 17px 0px rgba(100, 100, 100, 0.25);
     padding: 26px 30px 18px;
}


.modal-feedback-close-btn {
     display: none;
     position: absolute;
     inset: 25px 20px auto auto;
     margin-bottom: 5px;
}

.modal-feedback-form {
     margin-top: 20px;
}

.modal-feedback-form>.ofeedback-form-row__item {
     width: 100%;
}

.modal-feedback-content__title {
     color: #182B52;
     font-size: 25px;
     font-style: normal;
     font-weight: 500;
     line-height: 35px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.modal-feedback-content__text {
     color: #949494;
     font-size: 17px;
     font-style: normal;
     font-weight: 400;
     line-height: 38px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: -moz-box;
     display: -webkit-box;
     -moz-box-orient: vertical;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

.grafic-page-baner{
     margin-top: 130px;
}

.grafic-info{
     margin: 36px 0 66px;
}

.grafic-section .about-block img{
     padding: 21px 17px;
     background: #fff;
    box-shadow: 0px 4px 11px rgba(161, 161, 161, 0.25);
}

.grafic-section .grafic-item .new-item-link__img{
    width: 74px;
    height: 74px;
    border: 1px solid #CFDEDE;
    border-radius: 50%;
}

.grafic-section .grafic-item{
     width: 50%;
     border-right: unset;
     box-shadow: unset;
     padding: 0;
     margin-top: 50px;
     padding-top: 20px;
}

.grafic-section .grafic-item img {
     padding: 0;
     box-shadow: none;
     background: transparent;
    /*padding: 15px;*/
}

.new-row .grafic-item .new-item-link__img {
    width: 74px;
    height: 74px;
    border: 1px solid #CFDEDE;
    border-radius: 50%;
    margin-top: 20px;
}

/*.new-row .grafic-item .grafic-row img .new-item-link__img {*/
/*    padding: 15px !important;*/
/*}*/


.process-date{
     font-style: normal;
     font-weight: 700;
     font-size: 16px;
     line-height: 26px;
     text-align: left;
     color: #417b7a;

}

.process-block{
     margin-top: 24px;
}

.process-item{
     padding: 23px 24px 40px 24px;
     box-shadow: 0px 4px 11px rgba(161, 161, 161, 0.25);
     margin-bottom: 55px;
}

.process-item .editor{
     margin-bottom: 40px;
}

.completed-process-block .our-services-row__item{
     width: 33.3333%;
}

.completed-page-info{
     margin: 30px 0 36px;
}

.completed-process-block{
     margin-bottom: 65px;
}

.project-info-text img{
     width: 60%;
     margin: 76px 0 0 0;
}

.project-foto-text{
     display: flex;
     justify-content: space-between;
     margin: 69px 0;
}


.project-foto-text .room-items-icon{
     width: 100%;
}

.project-foto-text .room-item {
     width:50%;
}

.project-foto {
     width: 48%;
}

.project-foto-text .room-items-icon {
     padding: 0px 23px 27px;
}

.project-info-text .editor{
     margin-top: 26px;
}



























/* ------ RESPONSIVE ------ */

@media all and (max-width: 1500px) {
     .about-bg img{
          position: unset;
          background: #fff;
          box-shadow: 0px 4px 11px rgba(161, 161, 161, 0.25);
          padding: 17px;
     }
     .about-bg{
          box-shadow: none;
          height: unset;
          width: fit-content;

     }
     .about-info {
          margin: 30px 0 56px;
      }

}

@media all and (max-width: 1280px) {
     .home-swiper-info {
          bottom: 120px;
          max-width: 700px;
     }

     .home-swiper-info__title {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 25px;
     }

     .home-swiper-info__link {
          padding: 13px 27px;
     }

     /* .home-links-row {
          margin: -60px auto 0;
     } */



     .round {
          position: absolute;
          inset: 32% auto auto 38px;
          width: 83px;
          height: 83px;
     }

     .square {
          inset: auto auto -22px 54px;
          max-width: 180px;
     }

     .square__number {
          color: #FFF;
          font-size: 50px;
     }



     .round>img {
          width: 50%;
     }

     .ofeedback-img-info {
          inset: auto -23px -110px auto;
     }

     .ultrasound-diagnostics-row__item {
          width: 25%;
     }

     .ultrasound-diagnostics-product-row__info {
          padding: 0 25px;
          width: 63%;
     }

     .documentation-bg {
          margin: 30px 0 0;
     }

     .product-feedback {
          margin: 30px 0;
          display: flex;
          width: 100%;
     }

     .product-feedback-info {
          width: 60%;
     }

     .product-feedback>img {
          width: 40%;
     }

     .feedback-baner-section {
          margin: 40px 0 0;
     }



     .contact-map {
          margin: 30px 0 0;
     }



     .documents-page-baner {
          margin: 0 0 27px;
     }



     .vacancies,
     .vacancie-row {
          margin: 27px 0 0;
     }

     .grafic-row {
          width: 60%;
     }

     .new-item-link__item {
          width: 38%;
     }

     .grafic-item ul {
          padding: 0 16px;
     }

     .grafic-item li {
          font-size: 13px;
          padding: 0;
     }
     .about-info .about-item:first-child{
          width: 40%;
     }
     .about-info .about-item:nth-child(even){
          width: 58%;
     }
     .about-block .about-info:nth-child(even) {
          margin-top: 100px;
      }


}

@media all and (max-width: 1024px) {
     .home-swiper-info {
          bottom: 20px;
          max-width: 600px;
          padding: 38px 35px;
     }

     .home-swiper-info__title {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 25px;
     }

     .home-swiper-info__link {
          padding: 13px 27px;
     }

     .home-contact-with-us {
          padding: 14px 17px;
     }

     .home-links-row__item {
          width: 100%;
          padding: 10px 0;
     }

     .home-links-block {
          padding: 10px;
     }

     .home-contact-with-us__title {
          font-size: 18px;
          line-height: 24px;
     }

     .home-contact-with-us__text {
          font-size: 16px
     }

     .home-links-row__item:last-child {
          padding-left: 10px;
     }

     .home-contact-with-us {
          padding: 14px 17px;
     }

     .home-links-block {
          padding: 10px;
     }

     .home-contact-with-us__title {
          font-size: 18px;
          line-height: 24px;
     }

     .home-links-img {
          margin-top: 21px;
          width: 40px;
          height: 40px;
     }

     .home-links-title {
          margin: 14px 11px;
          font-size: 18px;
     }

     .home-links-img {
          margin-top: 21px;
          width: 40px;
          height: 40px;
     }

     .home-links-title {
          margin: 14px 8px;
          font-size: 18px;
     }

     .about-us-row{
         flex-direction: column;
     }
    .about-us-row__item:first-child {
       width: 100%;
        margin-bottom: 190px;
    }
    .about-us-row__item {
        width: 100%;
    }



     .square {
          inset: auto auto -22px 54px;
          max-width: 146px;
     }

     .square__number {
          font-size: 40px;
     }

     .square__text {
          font-size: 13px;
     }

     .round {
          position: absolute;
          inset: 32% auto auto 45px;
          width: 70px;
          height: 70px;
     }



     .our-partners-row {
          display: flex;
          width: 2000px;
     }
     .contact-form-row__item {
          width: 50%;
     }
     .contact-row{
          flex-direction: column;
     }

     .new-row {
          margin: 30px 0 0 0;
     }

     .new-item-link-row {
          margin: 0 -8px;
     }

     .new-item-link__item {
          padding: 0 8px;
     }

     .new-item-link__date {
          padding: 5px;
     }

     .new-item-link__title {
          margin: 5px 0 14px
     }
     .new-item-link__title {
          font-size: 16px;
     }

     .contact-page-info{
          flex-direction: column;
     }
     .contact-map {
          width: 100%;
          height: 500px;
     }


     /* .new-item-link {
          padding: 18px 16px 20px;
     } */

     .new-row__item:last-child {
          margin-top: 28px;
     }


     .appartament-foto-about-block{
          flex-direction: column;
     }
     .first {
          width: 100% !important;
     }
     .room-item {
          width: 100%;
          margin-top: 20px;
      }

     .gallery-row__item {
          width: 25%;
          padding: 5px;
     }

     .media-play {
          width: 30px;
          height: 30px;
     }

     .media-filter-section {
          padding: 0;
     }


     .home-contact-with-us__btn {
          padding: 9px 12px;
          font-size: 13px;
     }



     .contact-section {
          padding: 0 0 15px;
     }


     .contact-row {
          width: 100%;
     }

     .brands-section {
          padding: 0 0 10px;
     }

     .brands-row {
          margin: 30px -6px 0;
     }

     .brands-row__item {
          width: 25%;
     }

     .faq-accordion {
          margin: 30px 0 0;
     }

     .faq-accordion .accordion-item__title.is-open {
          padding: 19px 9px;
     }

     .faq-accordion .accordion-item__content {
          padding: 19px 9px 0;
     }

     .new-page-row {
          margin: 15px -11px;
     }

     .new-item-page-row,
     .informacin-page-item-row {
          margin: 20px 0;
     }

     .new-item-page-row__img,
     .informacin-page-item-row__img {
          margin: 0 18px 6px 0;
     }



     .informacin-page-des {
          margin: 25px 0 20px;
     }

     .downloads {
          margin: 32px 0;
     }

     .informacin-item-row__item {
          width: 33.333%;
     }

     .informacin-page-item-section {
          padding: 0 0 5px;
     }

     .documents-row {
          margin: 10px -8px;
     }


     .vacancies__item {
          padding: 18px 13px 18px 23px;
          margin-bottom: 18px;
     }

     .vacancies__title {
          margin-bottom: 13px;
     }

     .vacancies-time-and-mony {
          margin: 0 -15px 18px;
     }

     .vacancie-row__item,
     .vacancie-row__item:last-child {
          width: 100%;
     }

     .vacancie-form {
          margin: 30px 0 0;
     }

     .vacancie-form>.feedback-baner-form__item {
          width: 50%;
     }

     .modal-feedback-content__title {
          font-size: 22px;
          line-height: 26px;
     }


     .baner-block {
          margin: 50px 0;
     }

     .gallery-section {
          margin: 50px 0;
     }

     .home-links-row {
          margin: 50px 0;
     }

     .new-item-link-row {
          flex-direction: column;
     }

     .new-item-link__item {
          width: 100%;
     }

     .grafic-row {
          width: 100%;
          margin: 25px 0;
     }

     .grafic-item ul {
          padding: 0px 30px;
     }
     .new-page-row .new-item-link__item{
          width: 33.333%;
     }
     .about-info{
          flex-direction: column;
     }
     .about-info .about-item:first-child {
          width: 80%;
     }
      .about-info .about-item:nth-child(even) {
          width: 100%;
      }
      .about-block .about-info:nth-child(even) {
          flex-direction: column;
          text-align: right;
          margin-top: 50px;
      }
      .project-foto-text{
          flex-direction: column;
      }
      .project-foto {
          width: 100%;
      }
      .project-foto-text .room-item {
          margin-top: 20px;
          width: 100%;
      }

}

@media all and (max-width: 950px) {
     .appartament-foto-block{
          flex-direction: column;
     }
     .appartament-item {
          width: 100%;
      }
      .appartament-row-item:nth-last-child(-n + 4){
          margin-top: 50px;
     }
     .choose-floor-page-section .appartament-row-item:nth-last-child(-n + 6) {
          margin-top: 30px;
      }
      .about-item .editor{
          margin-top: 20px;
      }
      .completed-process-block .our-services-row__item {
          width: 50%;
      }
}

@media all and (max-width: 900px) {
    .about-us-row__item:first-child {
        margin-bottom: 140px;
    }
}

@media all and (max-width: 767px) {


     .home-links-row__item:last-child,
     .home-links-row__item {
          width: 100%;
     }

     .home-swiper-info {
          bottom: 15px;
          padding: 20px;
     }

     .home-swiper-info__title {
          font-size: 18px;
          margin-bottom: 20px;

     }

     .home-slider-text {
          font-size: 13px;
          margin-bottom: 10px;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -moz-box;
          display: -webkit-box;
          -moz-box-orient: vertical;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
     }

     /* .home-links-row {
          max-width: 575px;
     } */
     .our-services-link__title {
          margin-top: 0;
          font-size: 16px;
     }




     .round {
          position: absolute;
          inset: 31% auto auto 55px;
          width: 57px;
          height: 57px;
     }



     .round {
          inset: 28% auto auto 55px;
     }

     .our-services-row__item {
          width: 50%;
     }



     .faq-row {
          margin: 45px 0 20px;
     }

     .faq-row__item {
          width: 100%;
     }

     .accordion-item__title {
          padding: 20px;
     }

     .accordion {
          margin-bottom: 25px;
     }


     .media-filter {
          margin: 9px 0 12px;
     }


     .room-name {
          font-size: 17px
     }
     .room-items-icon .room-name {
          margin-bottom: 20px;
      }

     .contact-form-bg,
     .contact-info {
          padding: 24px 23px 18px 0;
     }

     .contact-form-row__item {
          width: 100%;
     }

     .contact-row__item:first-child {
          width: 100%;
     }

     .contact-row__item {
          width: 100%;
     }

     .contact-form-row__item {
          margin-bottom: 12px;
     }

     .contact-map {
          margin: 25px 0 0;
     }

     .brands-row {
          margin: 15px -5px 0;
     }

     .brands-row__item {
          width: 33.333%;
          padding: 5px;
     }

     .brand {
          padding: 12px 10px;
     }

     .new-page-row {
          margin: 15px -8px 0;
     }

     .new-page-row .new-item-link__item {
          width: 50%;
          padding: 8px;
     }

     .new-item-page-section {
          padding: 0;
     }

     .informacin-item-row__item {
          width: 50%;
     }

     .documents-page-section,
     .vacancies-page-section {
          padding: 0 0 8px;
     }


     .grafic-item ul {
          padding: 0px 15px;
     }

     .grafic-title {
          margin: 20px 0 15px;
     }

     .grafic-item li {
          font-size: 11px;
     }
     .choose-appartament-page-section .informacin-page-des {
          margin: 20px 0 25px;
      }
      .about-info .about-item:first-child {
          width: 100%;
     }
    /*.about-us-row__item:first-child {*/
    /*    margin-bottom: 70px;*/
    /*}*/
}

@media all and (max-width: 575px) {
     .home-swiper {
          min-height: 250px;
     }

     .home-swiper__item {
          height: auto;
     }

     .home-swiper__item>img {
          height: 300%;
          object-fit: cover;
          object-position: 50%;
     }

     .home-swiper-info {
          bottom: 5px;
          /* max-width: 280px; */
     }

     .home-swiper-info__title {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 11px;
     }

     /*
     .home-links-row {
          margin: -20px auto 0;
     } */

     .home-links-img {
          width: 30px;
          height: 30px;
     }

     .home-links-title {
          margin: 14px 8px;
          font-size: 16px;
     }

     .home-links-href {
          font-size: 13px;
     }

     .home-swiper-info__link {
          padding: 6px 11px;
          font-size: 13px;
     }

     .title-color {
          font-size: 17px;
     }


     .informacin-page-baner {
          margin-top: 90px;
     }

     .round {
          inset: 26% auto auto 22px;
     }

     .square {
          padding: 6px;
          inset: auto auto -13px 22px;
          max-width: 100px;
     }

     .square__number {
          font-size: 30px;
     }

     .square__text {
          font-size: 8px;
     }

     .page-title {
          font-size: 20px;
     }

     .page-title-block>img {
          width: 30px;
     }

     .our-services {
          margin: 20px 0 0 0;
     }

     .our-services-row {
          margin: 0 -7px;
     }

     .our-services-row__item {
          width: 100%;
          padding: 7px;
     }

     .our-services-info-container {
          padding: 10px 16px 15px;
     }

     .our-services-link__title {
          font-size: 16px;
          line-height: 23px;
          margin-top: 0;
     }

     .our-services-link__icon {
          width: 23px;
          height: 23px;
     }

     .our-partners-row {
          margin: 18px -12px;
     }

     .our-partners-row__item {
          padding: 12px;
     }

     .ofeedback-row {
          margin: 20px 0 0 0;
     }

     .our-partners-row {
          width: 1200px;
     }



     .faq-row {
          margin: 30px 0 15px;
     }

     .accordion-item__title {
          padding: 20px 10px;
     }

     .accordion-item__content {
          padding: 14px 8px;
     }

     .new-row {
          margin: 16px 0 0 0;
     }

     .new-aside {
          padding: 10px 16px;
     }



     .documentation-bg {
          margin: 21px 0 0;
          width: 100%;
     }

     .documentation__link {
          width: 100%;
     }



     .gallery-row__item {
          width: 50%;
     }

     .carousel__button.is-prev,
     .carousel__button.is-next {
          top: 53%;
     }


     .contact-map {
          margin: 20px 0 0;
     }

     .contact-form-row__item,
     .contact-row__item:first-child,
     .contact-row__item {
          width: 100%;
     }

     .contact-row__item:first-child {
          margin-bottom: 12px;
     }

     .contact-form-row__item>input,
     .contact-form-row__item>textarea {
          padding: 13px;
     }

     .contact-form__btn {
          padding: 12px 20px;
     }

     .contact-social-icons__link {
          padding: 10px;
          width: 38px;
          height: 38px;
     }

     .brands-row {
          margin: 12px -5px 0;
     }

     .brand {
          padding: 10px 8px;
     }

     .brand__title {
          font-size: 14px;
     }

     .faq-accordion {
          margin: 18px 0 0;
     }

     .new-page-row {
          margin: 15px -8px 0;
     }

     .new-item-link__date {
          padding: 3px;
     }

     .new-item-page-row,
     .informacin-page-item-row {
          margin: 18px 0 20px;
     }

     .new-item-page-date {
          padding: 9px;
          font-size: 12px;
     }

     .new-item-page-row__img,
     .informacin-page-item-row__img {
          width: 100%;
          float: none;
          margin: 0 0 15px 0;
          padding: 10px;
     }



     .informacin-page-des {
          margin: 15px 0;
     }

     .downloads {
          margin: 20px 0;
     }

     .informacin-item-link-bg {
          padding: 17px 14px;
     }

     .informacin-item-link__title {
          font-size: 18px;
     }

     .documents-page-baner {
          margin: 0 0 18px;
     }

     .documents-link__title {
          font-size: 16px;
     }

     .documents-row {
          margin: 10px -4px;
     }

     .vacancies,
     .vacancie-row {
          margin: 18px 0 0;
     }

     .vacancies__item {
          position: relative;
          padding: 15px 17px 63px;
     }

     .vacancies-info__link {
          padding: 6px 15px;
          position: absolute;
          inset: auto auto 15px 17px;
     }

     .vacancie-form {
          margin: 25px 0 0;
     }

     .vacancie-form>.feedback-baner-form__item {
          width: 100%;
     }

     .modal-feedback-content {
          padding: 22px 20px 15px;
     }

     .modal-feedback-close-btn {
          display: block;
     }

     .modal-feedback-content__title {
          padding: 0 38px 0 0;
          font-size: 20px;
          line-height: 24px;
     }

     .grafic-row {
          flex-direction: column;
     }

     .grafic-item {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;
     }
     .appartament-row{
          flex-direction: column;
     }
     .appartament-row-item {
          width: 100%;
      }
      .appartament-row-item:nth-last-child(-n + 4) {
          margin-top: 20px;
      }
      .room-item{
          flex-direction: column;
      }
      .room-items-icon {
          width: 100%;
      }
      .project-info-text img{
          width: 100%;
          margin-top: 35px;
      }
}

@media all and (max-width: 420px) {
     .home-swiper-info {
          bottom: -30px;
     }

     .new-item-link__item {
          padding: 8px;
          width: 100%;
     }

     .new-row__item:last-child {
          margin: 8px 0 0;
     }

     .gallery-row__item {
          width: 50%;
     }

     .brands-row__item {
          width: 50%;
     }

     .new-page-row .new-item-link__item {
          width: 100%;
     }

     .new-item-page-row__img,
     .informacin-page-item-row__img {
          width: 100%;
     }

     .informacin-item-row__item {
          width: 100%;
     }

     .home-slider-text {
          font-size: 13px;
          margin-bottom: 10px;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -moz-box;
          display: -webkit-box;
          -moz-box-orient: vertical;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
     }
     .completed-process-block .our-services-row__item {
          width: 100%;
      }
}

@media all and (max-width: 374px) {
     .home-swiper-info {
          bottom: -30px;
     }

     .home-links-block {
          flex-direction: column;
     }

     .home-links-block__col {
          width: 100%;
     }

     .home-links-block__col:first-child {
          border: none;
          border-bottom: 1px solid #ededed59;
          padding-bottom: 10px;
     }

     /* .our-services-row {
          flex-wrap: nowrap;
     } */

     .product-parameter__text,
     .product-parameter__size {
          font-size: 13px;
     }

     .why-us-row-imgs__left {
          margin-top: 50px;
     }

     .page-title {
          font-size: 18px;
     }
     .our-services-row__item {
          width: 100%;
     }
}
/* error-page */

.error-section{
    margin: 120px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.page-not-find{
    color: #201316;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;

}

.error-number-block{
    text-align: center;
}

.page-not-find-number{
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-not-find-text{
    color: #424242;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 500px;
}


.page-not-find-btn{
    border-radius: 3px;
    border: 1px solid #1F4741;
    background: #F9F9F9;
    padding: 15px 32px;
    color: #1F4741;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.91px;
    cursor: pointer;
    outline: none;
}


.page-not-find-btn-block{
    margin:44px 0 50px;
}




@media all and (max-width: 1024px){
    .error-section{
        margin: 80px 0 50px;
    }
}


@media all and (max-width: 575px){
    .error-section{
        margin: 50px 0 30px;
    }
    .page-not-find{
        font-size: 20px;
    }
}


