.slider-text{
    position: absolute;
    bottom: 230px;
    height: 180px;
}


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

.home-swiper-info {
     position: absolute;
     bottom: 200px;
     width: 900px;
    height: 230px;
    backdrop-filter: blur(4px);
    background: rgba(45, 45, 41, 0.1);
    padding: 38px 25px 35px 42px;
    left: 0;
}

.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: 25px;
     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;
    max-width: 750px;
}

.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 #acacac;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
}

.home-links-row {
    max-width: 1300px;
     display: flex;
     flex-wrap: wrap;
     margin: 76px auto 83px;

}

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

.block-section{
    margin: -150px 0 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}

.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;
    flex-direction: column;
     align-items: flex-start;
     height: 100%;
     padding: 29px;
     border-radius: 9px;
     background: #fff;
    outline: dashed 2px rgba(227, 227, 227, 1);
}




.home-contact-with-us__title {
    color: rgba(59, 64, 70, 1);
    font-size: 20px;
     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;
     margin: 16px 0 8px;
}

.home-contact-with-us__text {
    color: rgba(86, 86, 86, 1);
     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;
}

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

.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;
}

.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);

}


.for-bg {
    background: rgba(59, 64, 70, 1);
}

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

.baner-block img{
    border-radius: 10px;
}

.baner-block {
     width: 100%;
     margin: 80px 0;
    position: relative;
}
.baner-logo{
    position: absolute;
    right: 0;
    top: 100px;
    left: 0;
    text-align: center;
}

.baner-logo svg{
    max-width: 580px;
}

.baner-btn button a{
    background: rgba(59, 64, 70, 1);
    padding: 15px;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 250px;
    border-radius: 4px;
    color: #fff;
    width: 100%;
}

.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;
    justify-content: center;
    flex-direction: column;
    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: rgba(59, 64, 70, 1);
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}

.section-gape{
    margin: 80px 0;
}

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

.about-us-info{
    padding-right: 80px;
}

.about-us-section{
    margin-top: 120px;
}


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

.about-us-row__item .section-title{
    margin:0 0 37px 0;
    color: rgba(59, 64, 70, 1);
    font-size: 35px;
}
.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: center;
}

.our-services-row__item {
     width: 25%;
     padding: 6px;
     position: relative;

}

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

}

.our-services-info-container {
     padding: 10px 22px 20px;
     position: absolute;
     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;
}

.our-services-row__item {
    position: relative;
    overflow: hidden;
}

/*.img-wrapper {*/
/*    position: relative;*/
/*}*/

.img-wrapper img {
    /*transition: filter 0.5s ease;*/
    width: 100%;
    display: block;
}

.our-services-link:hover .img-wrapper img {
    filter: blur(4px);
}

.our-services-info-container {
    position: absolute;
    top: 90%;
    left: 0;
    padding: 20px;
    text-align: left;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    z-index: 2;
}

.our-services-link__title {
    margin: 0;
    font-size: 24px;
    transition: all 0.3s ease;
}

.our-services-link__description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 10px;
    color: #fff;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.our-services-link:hover .our-services-info-container {
    top: 65%;
    transform: none;
}

.our-services-link:hover .our-services-link__description {
    opacity: 1;
    max-height: 6em;
}



.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: 100%;
     /*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;

}

.new-item-link {
     display: block;
     /*height: 100%;*/
     background: #FFF;
    border: 1px solid rgba(239, 239, 239, 1);
    padding: 13px 14px 29px 11px;

}

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


.new-item-link__title {
     font-size: 20px;
     font-weight: 400;
     text-align: left;
     color: #000;
    height: 50px;

}

.new-item-link__date {
    margin: 41px 0 6px;
     color: rgba(92, 77, 77, 1);
     font-size: 14px;
}

.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;

}

.grafic-item-content{
    border: 1px dashed rgba(227, 227, 227, 1);
    padding: 33px 25px;
    height: 100%;
    border-radius: 9px;
}


.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: normal;
     font-size: 14px;
     line-height: 29px;
     text-align: left;
     color: rgba(135, 135, 137, 1);

}

.grafic-row .grafic-item:nth-child(2) .grafic-item-content {
    background: rgba(59, 64, 70, 1);
    color: #fff;
}

.grafic-row .grafic-item:nth-child(2) li{
    color: #fff;
}


.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: 5px 0 23px;
}

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

.bread-crumbs__link:hover{
    color: #000;
}


.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: rgba(59, 64, 70, 1);
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-transform: capitalize;
     padding: 12px 22px;
     border: 1px solid rgba(59, 64, 70, 1);
     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;
    clear: both;
}

.gallery-row__item {
     cursor: pointer;
     width: 16.6%;
     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: 100px 0 86px;
}
.contact-page-info{
     display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.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;
    height: 900px;

}

.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 rgba(59, 64, 70, 1);
    filter: brightness(0) saturate(100%);

}



.contact-form-bg {
     padding: 33px 33px 23px 34px;
    box-shadow: 0px 4px 24px 0px rgba(200, 200, 200, 0.25);
    background: rgba(254, 252, 252, 1);
    border-radius: 10px;

}

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

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

.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;
     position: absolute;
    left: 20px;
    padding: 2px 10px;
    top: -11px;
    background: #fff;
}

.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 #828181;
     padding: 16px 33px;
     color: #828181;
     font-size: 15px;
     font-style: normal;
     font-weight: 400;
     border-radius: 4px;
     background: #FFF;
    border-radius: 100px;
    display: flex;
    margin: 0 0 0 auto;
}

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

.brands-section {
     padding: 100px 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: rgba(59, 64, 70, 1);
    color: #fff;
    box-shadow: 0px 2px 14px 0px rgba(186, 186, 186, 0.25);

}

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

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



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

}

.contact-page-info{
    color: rgba(48, 49, 61, 1);

}

.contact-row__item{
    margin-top: 79px;
}


.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(92, 77, 77, 1);
    font-size: 11px;
     font-weight: 400;

}

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

.floor-page .appartament-row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.appartament-row{
     display: flex;
     flex-wrap: wrap;
}

.appartament-item{
     width: 100%;
    /*padding-left: 20px;*/


}

.appartament-item:first-child{
    /*padding: 10px;*/
    /*border: 1px solid rgba(244, 244, 244, 1);*/
    border-radius: 10px;
}

.appartament-foto{
    margin-top: 30px;
}

.floor-page .appartamenr-name{
    position: unset;
    width: 100%;
    background: transparent;
    color: rgba(69, 74, 80, 1);
    border: 1px solid rgba(69, 74, 80, 1);
}

.floor-page .appartamenr-name:hover{
    position: unset;
    width: 100%;
    background: rgba(69, 74, 80, 1);
    color: #fff;
    border: 1px solid rgba(69, 74, 80, 1);
}

.appartamenr-name{
     position: absolute;
     top: 25px;
     left: 15px;
     font-style: normal;
     font-weight: 700;
     font-size: 15px;
     line-height: 20px;
     text-align: left;
     color: #fff;
    backdrop-filter: blur(42px);
    padding: 11px 32px;
    border-radius: 100px;
    background: rgba(59, 64, 70, 0.5);

}

.floor-page .appartament-row-item{
    width: 100%;
    padding: 0 0 0 30px;
}

.appartament-row-item{
     position: relative;
     width: 33.333%;
    padding: 10px;
}

.appartament-row-item a{
    border-radius: 10px;
}

.choose-room-page-section{
    padding-top: 100px;
}

.choose-appartament-page-section{
    padding-bottom: 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;
}

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

.rooms-item{
     width: 50%;

}
.first{
     width: 50% !important;
}



.icons-title{
     display: flex;
}

.red{
    color: red;
}

.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);
    margin-bottom: 30px;

}

.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(59, 64, 70, 1);
    color: rgba(59, 64, 70, 1);
    background: #fff;
     padding: 14px 33px;
     margin: 11px 0 45px;
    border-radius: 100px;
    max-width: 190px;
    margin: 0 0 0 auto;
}

.room-item-form button:hover{
    background: rgba(59, 64, 70, 1);
    color: #fff;
}

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

.room-item{
    width: 45%;
}


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

.room-items-icon label{
     font-size: 13px;
    position: absolute;
    top: -12px;
    left: 10px;
    background: #fff;
    padding: 2px 10px;

}
.room-item-form{
     display: flex;
     flex-direction: column;
    position: relative;
    margin-bottom: 27px;
}
.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: 150px;
     outline: none;
}

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

.number-input{
     display: flex;
}

.silver{
     color: #000;
     font-size: 13px;
     background: #fff;
     width: 50px;
    height: 45px;
    padding: 11px 5px;

}

.room-items-icon:last-child{
    width: 100%;
    height: fit-content;
}

.icon-block{
    width: 420px;
    margin: 0 0 20px 0;
    float: left;
}
.room-info{
    margin-bottom: 30px;
    clear: both;
}



.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;
}



.about-us-page img{
    margin-top: -80px;
}

.about-us-page{
    margin-top: -80px;
}

.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;
    filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(3945%) hue-rotate(139deg) brightness(95%) contrast(87%);
}

.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: rgba(59, 64, 70, 1);
}

.informacin-page-section .page-title-block,
.appartament-page-section .page-title-block,
․about-section .page-title-block,
.choose-floor-page-section .page-title-block,
.choose-room-page-section .page-title-block,
.choose-appartament-page-section .page-title-block,
.completed-project-section .page-title-block,
.project-name-page .page-title-block,
.contact-section .page-title-block,
.about-page .page-title-block,
.faq-page-section .page-title-block,
.documents-page-section .page-title-block,
.new-page-section .page-title-block,
.new-item-page-section .page-title-block,
.vacancies-page-section .page-title-block,
.vacancies-page-section .page-title-block,
.grafic-section .page-title-block,
.brands-section .page-title-block{
    align-items: self-start;

}

.about-page-photo{
    margin-top: -10px !important;
}

.appartament-page-section,
.new-page-section,
.new-item-page-section{
    padding-top: 100px;
}

.informacin-item-link-bg {
     padding: 15px 27px;
     display: flex;
     align-items: flex-end;
     position: absolute;
     inset: 0;
     z-index: 2;
}

.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 2px 14px 0px rgba(186, 186, 186, 0.25);
}

.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(59, 64, 70, 1);

}

.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: rgba(59, 64, 70, 1);
     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: rgba(59, 64, 70, 1);
     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 rgba(59, 64, 70, 1);
     border-radius: 1px;
     background: rgba(59, 64, 70, 1);
     -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: 80px;
}

.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: 45px;
    height: 45px;
    border: 1px solid #CFDEDE;
}

.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: 45px;
    height: 45px;
}


.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-items-icon{
    position: absolute;
    margin-left: -180px;
    width: 500px;
    margin-top: 25px;
}

.project-foto {
     width: 53%;
}

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

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

.news-desc{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    color: rgba(109, 113, 123, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.partners-item a{
    box-shadow: 0px 5px 10px 0px rgba(208, 208, 208, 0.25);
    border: none;

}

.partners-item img{
    max-width: 190px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.choose-apartament-block{
    width: 43%;
    box-shadow: 0px 4px 24px 0px rgba(200, 200, 200, 0.25);
    border-radius: 10px;
    padding: 25px 34px 32px 39px;
    height: fit-content;
    background: rgba(254, 252, 252, 1);
    margin-top: 20px;


}



.appartament-foto{
    width: 55%;
}

.choose-apartament-block .contact-form-row{
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.choose-apartament-block .contact-form-row select{
    border: 1px solid rgba(227, 227, 227, 1);
    padding: 12px 17px;
    margin-top: 18px;
}

.appartament-btn button{
    border: 1px solid #000;
    border-radius: 100px;
    padding: 13px 67px;
    margin-top: 27px;
    color: #000;

}

.appartament-btn{
    display: flex;
    justify-content: flex-end;
}

.floating-select {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
}

.floating-select select {
    width: 100%;
    padding: 1rem 0.75rem 0.25rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    background-color: #fff;
}

.floating-select label {
    position: absolute;
    top: 0.4rem;
    left: 0.75rem;
    background: #fff;
    padding: 0 0.25rem;
    font-size: 15px;
    color: #5b5959;
    pointer-events: none;
}

.floating-select select {
    width: 100%;
    padding: 1rem 2rem 0.25rem 0.75rem; /* padding-right for icon space */
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    background-color: #fff;
    background-image: url('../img/Polygon3.png'); /* adjust path */
    background-repeat: no-repeat;
    background-position: right 0.95rem center;
    background-size: 10px 9px; /* Adjust size as needed */
}


.swal2-popup {
    font-size: 1.1rem !important;
    color: #000 !important;
    border-radius: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swal2-confirm {
    background-color: #00B894 !important;
    color: white !important;
}


body.swal2-shown > *:not(.swal2-container) {
    filter: blur(5px);
    transition: filter 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.swal2-container.swal2-top-end.swal2-backdrop-show{
    margin: 0 auto 0 !important;
}

div:where(.swal2-container).swal2-top-end>.swal2-popup{
    place-self: center !important;
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right{
    inset: 0 !important;
}











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

@media all and (max-width: 1500px) {
    .home-swiper-info{
        width: 1000px;
    }

     .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) {
    .slider-text{
        height: 100px;
    }
     .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;
     }

    .project-foto-text .room-items-icon{
        position: unset;
        margin-left: 0;
        width: 100%;
    }

    .project-foto-text{
        flex-direction: column;
    }
    /*.room-item{*/
    /*width: 100%;*/
    /*}*/


     .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;
     }



     .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: 1300px) {
    .baner-btn button a {
        bottom: 100px;
    }

    .baner-logo svg {
        max-width: 400px;
    }

    .baner-logo {
        top: 50px;
    }
}


@media all and (max-width: 1200px) {
    .home-swiper-info {
        width: 800px;
    }
    .home-swiper-info__title{
        max-width: 500px;
    }
    .home-swiper-info{
     height: 200px;
    }
    .slider-text{
        bottom: 150px;
    }
    .slider-text{
        height: 125px;
    }

}

@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;
     }
    .slider-text{
        bottom: 50px;
    }

   .about-us-info{
       padding-right: 0;
   }


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

    .block-section {
        margin: 0;
        position: unset;
    }
    .about-us-section {
        margin-top: -15px;
    }
    .section-gape {
        margin: 10px 0;
    }

     .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-row {
          width: 100%;
     }


     .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 0;
     }

     .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: 20px 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%;
      }
    .baner-logo svg {
        max-width: 380px;
    }
    .appartament-row-item{
        width: 50%;
    }
    .baner-logo {
        top: 20px;
    }
    .baner-btn button a {
        bottom: 45px;
    }

}

@media all and (max-width: 950px) {
     .appartament-foto-block{
          flex-direction: column;
     }
     .appartament-item {
          width: 100%;
      }

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

    .floor-page  .appartament-row-item:nth-last-child(-n + 4){
        margin-top: 5px;
        padding: 0;
    }

      .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) {

    .grafic-item-content {
        padding: 25px 11px;
    }
}

@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;
     }
    .grafic-item-content {
        width: 100%;
    }
     .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%;
     }
    .baner-logo svg {
        max-width: 280px;
    }
    .baner-btn button a {
    max-width: 190px;
    }
    .baner-logo {
        top: 0;
    }
    .about-us-row__item .section-title {
        font-size: 20px;
    }

}

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

     .home-swiper__item {
          height: auto;
     }

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

     .home-swiper-info {
          bottom: -75px;
          /* 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: 19px;
     }


     .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-link:hover .our-services-info-container {
        height: 80%;
    }

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

    .baner-block img {
        height: 175px;
    }

    .our-services-link__title{
        font-weight: 700;
     }

     .our-services-info-container {
        height: 0%;
     }

    .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;
      }
    .baner-logo svg {
        max-width: 180px;
    }
    .baner-btn button a {
        background: rgba(59, 64, 70, 1);
        padding: 10px 0;
        bottom: 35px;
    }
    .our-services-link:hover .our-services-info-container{
        top:76%
    }
    .informacin-page-baner{
        height: 150px;
    }

    .informacin-page-baner img{
        height: inherit;
    }
    .slider-text {
        height: 94px;
    }
}

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

     .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%;
      }
    .baner-logo {
        top: -25px;
    }
    .slider-text{
        bottom: -100px !important;
    }

}

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

     .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){
    body{
        overflow-x: hidden !important;
    }
    .error-section{
        margin: 50px 0 30px;
    }
    .page-not-find{
        font-size: 20px;
    }
    .home-swiper-info__title {
        max-width: 380px;
    }
    .home-swiper-info {
        max-width: 400px;
    }
    .home-swiper-info {
        height: 150px;
    }
    .slider-text {
        bottom: -40px;
    }
    .bread-crumbs{
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .baner-block {
        margin: 50px 0 0;
    }
    .title-color{
        color: #000;
    }

}


