/*Общее*/
section {
    padding: 40px 0;
}
h2,.h2{
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
}
.main-new .h2 {
    margin: 0 0 40px;
}
.el-title{
    line-height: 150%;
    font-weight: 600;
    font-size: 20px;
    color:#3d3d3d;
    margin-bottom: 8px;
}
.el-subtitle{
    font-weight: 400;
    font-size: 16px;
    color:#5a5a5a;
}
.breadcrumbs{
    margin-top: 116px;
    padding: 35px 0 24px;
}
.main {
    margin-top: 0;
}
@media(max-width:991px){
    .breadcrumbs{
        margin-top:89px;
    }
}
@media(max-width:768px){
    h2,.h2{
        font-size: 24px;
    }
    .main-new .h2 {
        margin: 0 0 20px;
    }
    .el-title{
        font-size: 18px;
    }
    .breadcrumbs{
        margin-top:60px;
    }
}
/*Owl slider - new theme*/
.comments-new .owl-theme .owl-nav.disabled + .owl-dots{
    bottom: 15px;
}
.bestsellers-products .owl-theme .owl-nav.disabled + .owl-dots{
    bottom: -40px;
}
.banners-new .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 0;
}
.comments-new .owl-theme .owl-dots .owl-dot.active span,
.comments-new .owl-theme .owl-dots .owl-dot:hover span{
    background: rgb(255, 255, 255);
}
.comments-new .owl-theme .owl-dots .owl-dot span{
    background: rgba(255, 255, 255, 0.6);
}
.bestsellers-products .owl-theme .owl-dots .owl-dot.active span,
.bestsellers-products .owl-theme .owl-dots .owl-dot:hover span,
.banners-new .owl-theme .owl-dots .owl-dot.active span,
.banners-new .owl-theme .owl-dots .owl-dot:hover span{
    background: rgb(90, 90, 90);
}

.bestsellers-products .owl-theme .owl-dots .owl-dot span,
.banners-new .owl-theme .owl-dots .owl-dot span {
    background: rgba(90, 90, 90, 0.8);
}
.comments-new .owl-theme .owl-nav button.owl-next,
.comments-new .owl-theme .owl-nav button.owl-prev,
.bestsellers-products .owl-theme .owl-nav button.owl-next,
.bestsellers-products .owl-theme .owl-nav button.owl-prev{
    background-color: transparent;
    width: 48px;
    height: 48px;
}
.comments-new .owl-theme .owl-nav button.owl-next,
.comments-new .owl-theme .owl-nav button.owl-prev{
    border: 1px solid #fff;
    filter: brightness(100%);
}
.bestsellers-products .owl-theme .owl-nav button.owl-next,
.bestsellers-products .owl-theme .owl-nav button.owl-prev{
    border: 1px solid #7B7C7C;
    filter: brightness(0);
}
.comments-new .owl-theme .owl-nav button.owl-prev,
.bestsellers-products .owl-theme .owl-nav button.owl-prev{
    left: -44px;
}
.comments-new .owl-theme .owl-nav button.owl-next,
.bestsellers-products .owl-theme .owl-nav button.owl-next{
    right: -44px;
}

/*Новая карточка товара*/
.ready-product-item-new {
    background: #F9F7F7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 500px;
}
.ready-product-item-new__img{
    height: 40%;
}
.ready-product-item-new__img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.ready-product-item-new__body{
    height: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ready-product-item-new__title{
    font-weight: 600;
    font-size: 18px;
    color: #3d3d3d;
    margin-bottom: 8px;
}
.ready-product-item-new__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5a5a5a;
}
.ready-product-item-new__price{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.ready-product-item-new__price span:first-of-type{
    font-size: 24px;
    font-weight: 600;
    color: #F25D27;
}
.ready-product-item-new__price span:last-of-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5a5a5a;
}

/*Шапка*/
.header__inner{
    padding: 12px 0 10px 0;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 130%;
}
.header__bottom{
    padding: 10px 0 12px 0;
    color: #3d3d3d;
}
.header__bottom ul{
    display: flex;
    justify-content: space-between;
}
.header__bottom ul li{
    position: relative;
    font-weight: 600;
    font-size: 18px;
}
.header__bottom ul li.level1::after{
    content: url(/assets/images/select-arrow.svg);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -1rem;
    filter:contrast(10);
}

.header__bottom ul li ul{
    position: absolute;
    top: 20px;
    left: 0;
    column-count: 2;
    width: 500px;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    height: 250px;
    overflow-y: auto;
    display: none;
}
.header__bottom ul li ul li{
    padding: 4px;
    width: 50%;
    font-weight: 400;
    font-size: 18px;
}
.header__bottom ul li ul li a:hover{
    color: #F25D27;
}
.header__bottom ul li:hover ul{
    display: flex;
    flex-wrap: wrap;
}
.social-list, .logo{
    margin-left: 0;
}

.header__left .burger,
.header__left .search{
    display: none;
}
@media (min-width: 1280px) {
    header .container-lg {
        max-width: 1240px;
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 1280px) {
    header .container-lg {
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    .header__left .burger,
    .header__left .search{
        display: block;
    }
    .header__left .social-list{
        display: none;
    }
    .header__bottom{
        display: none;
    }
    .phones--mobile {
        display: block;
    }
    .phones--desctop {
        display: none;
    }
    .logo{
        margin: 0;
        width: 35%;
        height: 100%;
    }
    .logo a{
        display: block;
        height: 100%;
    }
    .logo img{
        max-width: 250px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (min-width: 991px) {

}
/*Баннер*/
.banners-new .container{
    max-width: 1240px;
}
.banners-new .owl-item{
    height: 550px;
}
.banner-item-new{
    z-index: 0;
    height: 100%;
    border-radius: 0 0 80px 80px;
    background: #E0E0E0;
    position: relative;
}
.banner-item-new__info{
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    color: #3D3D3D;
    backdrop-filter: blur(3px);
}

.banner-item-new__info .banner-item-new__title,
.banner-item-new__info  .banner-item-new__text{
    width: 80%;
}
.banner-item-new__title{
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
}
.banner-item-new__text{
    line-height: 150%;
}
.banner-item-new__text ul{
    margin-left: 24px;
}
.banner-item-new__text ul li{
    position: relative;
}
.banner-item-new__text ul li::before{
    content: url('/assets/images/check-icon.svg');
    position: absolute;
    top: 0;
    left: -24px;

}
.banner-item-new img{
    position: absolute;
    z-index: -1;
    bottom: -20%;
    max-height: 100%;
    object-fit: cover;
    width: 100% !important;
    object-position: center;
    max-width: none;
}
.banner-products{ 
    background: #F3F3F3;
    height: 550px;
    padding: 20px;
    border-radius: 0 0 80px 80px;
}
.banner-products .owl-carousel.owl-loaded{
    height: 475px;
}
.banner-products__title{
    font-weight: 600;
    font-size: 24px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.banner-products .ready-product-item-new{
    background: transparent;
    height: 450px;
}
@media (min-width: 1280px) {
    .banners-new .container-lg {
        max-width: 1240px;
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width:991px){
    .banner-products__title{
        text-align: center;
    }
    .banner-item-new{
        border-radius: 0 0 40px 40px;
    }
    .banner-products{
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
}
@media(max-width:768px){
    .banner-item-new__title{
        font-size: 40px;
    }
}
@media(max-width:567px){
    .banner-item-new__title{
        font-size: 32px;
    }
    .banner-item-new__btn .btn{
        padding-top:20px;
        padding-bottom:20px;
        width: 100%;
        font-size: 18px;
    }
    .banner-item-new img{
        bottom: -20%;
        left: -10%;
        width: 200% !important;
    }
}
/*Популярные категории*/
.popular-categories-new{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.category-item-new{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background: #F9F7F7;
    border-radius: 10px;
    padding: 14px 15px;
    min-height: 136px;
    width: 23%;
}
.category-item-new__img img{
    width: 48px;
    height: 48px;
}
/* .category-item-new__text{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
} */
.category-item-new__link{
    font-weight: 400;
    font-size: 16px;
    color:#F25D27;
}
.category-item-new__link:hover{
    text-decoration: underline;
}
.category-item-new.last-link {
    justify-content: center;
}
.category-item-new.last-link .category-item-new__link{
    font-weight: 600;
    font-size: 20px;
}
@media(max-width:1280px){
    .category-item-new{
        width: 31%;
        min-height: 85px;
    }
}
@media(max-width:991px){
    .category-item-new{
        width: 48%;
    }
}
@media(max-width:768px){
    .category-item-new{
        width: 100%;
    }
}
/*Преимущества*/
.advantage-item-new{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.advantage-item-new__img{
    width: 48px;
}
.advantage-item-new__img img{
    width: 48px;
    height: 48px;
}
/* .advantage-item-new__title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
} */
.advantage-item-new__info{
    width: 90%;
}

@media(max-width:991px){

}

/*Услуги*/
.services-new .h2{
    text-align: start;
    margin-bottom: 24px;
}
.services-new__items{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.service-item-new{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #F9F7F7;
    padding: 12px 20px;
    border-radius: 10px;
    /* margin-bottom: 8px; */
    min-height: 64px;
}
.service-item-new__img img{
    width: 60px;
    border-radius: 4px;
} 
.service-item-new__info{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-item-new__title{
    margin-bottom: 0;
}
.service-item-new__text{
    display: none;
}
.service-item-new__link{
    display: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 8px;
}
.service-item-new:hover{
    background: #03A696;
    color: #fff;
}
.service-item-new:hover .service-item-new__title{
    color: #fff;
}
.service-item-new:hover .service-item-new__text{
    display: block;
}
.service-item-new:hover .service-item-new__link{
    display: block;
}

.service-item-new:hover .service-item-new__info,
.service-item-new:hover .service-item-new__img{
    width: 40%;
}
.service-item-new:hover .service-item-new__info{
    height: 180px;
}
.service-item-new:hover .service-item-new__img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.service-item-new.last-link{
    width: 100%;
    justify-content: space-between;
}
.service-item-new.last-link .service-item-new__link{
    color:#F25D27;
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.service-item-new.last-link:hover .service-item-new__link{
    color: #fff;
}
.service-item-new.last-link:hover img{
    filter: contrast(0) brightness(200%)
}
.service-item-new__link:hover{
    text-decoration: underline;
}
@media(max-width:1280px){

}
@media(max-width:991px){
    .services-new .h2{
        text-align: center;
    }
    .services-new .el-subtitle{
        margin-bottom: 20px;
    }
    .service-item-new:hover{
        flex-direction: column;
    }
    .service-item-new:hover .service-item-new__info, .service-item-new:hover .service-item-new__img {
        width: 100%;
    }
    .service-item-new:hover .service-item-new__info {
        height: unset;
    }
    .service-item-new:hover .service-item-new__info,
    .service-item-new:hover .service-item-new__info .el-title{
        margin-bottom: 8px;
    }
}

/*Хиты продаж*/
@media(max-width:768px){

}


@media(max-width:1280px){

}
@media(max-width:991px){
    .bestsellers-products {
        margin-bottom: 28px;
    }
}
@media(max-width:768px){

}
/*Калькулятор*/
.calcucator .h2{
    color: #fff;
}
.calcucator form{
    background: #03A696;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
}
.calc-field-group{
    align-items: center;
    margin-bottom: 12px;
    height: 38px;
}
.calc-field-group label{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    gap: 4px;
word-break: break-word;
overflow-wrap: break-word;
}
.calc-field-group label .calc-tooptip{
    position: relative;
}
.calc-field-group label .calc-tooptip-icon{
    /* position: absolute;
    top: -4px;
    right: -20px; */
    position: relative;
    box-sizing: border-box;
    padding: 4px;
    line-height: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
    background: #F25D27;
    font-size: 8px;
    font-weight: 600;
}
.calc-field-group label .calc-tooptip-info{
    display: none;
    position: absolute;
    width: 400px;
    top: 38%;
    transform: translateY(-50%);
    left: 200%;
    z-index: 3;
    background: #fff;
    color: #5a5a5a;
    border-radius: 10px;
    padding: 12px;
}
.calc-field-group label .calc-tooptip-info:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-right-color: #fff;
    color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -9px;
}

.calc-field-group label .calc-tooptip-info .calc-tooptip-info__text{
    font-weight: 400;
    margin-top: 8px;
}
.calc-field-group label .calc-tooptip-icon:hover + .calc-tooptip-info{
    display: block;
}
.calc-field-group input{
    display: none;
}
.calc-field-group .custom-select{
    position: relative;
    cursor: pointer;
}
.calc-field-group .custom-select__placeholder{
    position: relative;
    padding: 8px 20px 8px 12px;
    background: #fff;
    color: #5A5A5A;
    border: 1px solid #5A5A5A33;
    border-radius: 10px;
    width: 100%;            
  max-width: 100%;       
  overflow: hidden;           
  text-overflow: ellipsis;    
  white-space: nowrap; 
}
.calc-field-group .custom-select__placeholder::after{
    content: url('/assets/images/select-arrow.svg');
    position: absolute;
    line-height: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.calc-field-group .custom-select__box{
    display: none;
    z-index: 2;
    width: 95%;
    position: absolute;
    top: 101%;
    box-shadow: 0px 2px 20px 0px #0000001A;
    border-radius: 10px;
    background: #fff;
}
.calc-field-group .custom-select__box.opened{
    display: block;
}
.calc-field-group .custom-select__option{
    padding: 8px 12px;
    color: #5A5A5A;
    background: #fff;
}
.calc-field-group .custom-select__option:first-of-type{
    border-radius: 10px 10px 0 0;
}
.calc-field-group .custom-select__option:last-of-type{
    border-radius: 0 0 10px 10px;
}
.calc-field-group .custom-select__option:hover,
.calc-field-group .custom-select__option.selected{
    color: #fff;
    background: #F25D27;
}
.radio-group{
    display: flex;
    gap: 20px;
}
.custom-radio-label{
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.custom-radio-label:before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff99;
    background: transparent;
}
.custom-radio-label:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 2px;
    top: 4px;
    left: 4px;  
    opacity: 0;
    transform: scale(0,0); 
    transition: all .2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.custom-radio input:checked+.custom-radio-label:after{
    opacity: 1;
    transform: scale(1,1);
}
.custom-radio input:checked+.custom-radio-label:before{
    border: 2px solid #ffffff;
}
.calculator_amount_input{
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #5A5A5A33;
    width: max-content;
}
.calculator_amount_input input{
    display: block;
    text-align: center;
    width: 55px;
    padding: 0;
    max-width: 55px;
    
}
.calculator_amount_input button{
    font-size: 16px;
    font-weight: 600;
    color: #F25D27;
}
.calc-submit-group{
    display: flex;
    gap: 12px;
    align-items: center;
}
.calc-total{
    font-size: 20px;
}
.calc-total-price{
    font-size: 32px;
}
@media(max-width:991px){
    .calcucator form{
        padding: 20px 12px;
    }
    .calc-submit-group{
        flex-direction: column;
        align-items: start;
    }
    .calc-submit-group .btn{
        width: 100%;
    }
}
@media(max-width:576px){
    .calc-total-price{
        font-size: 20px;
    }
}
/*Наши Клиенты*/
/*Отзывы*/
.comments-new{
    background: #03A696;
    margin:40px 0;
}
.comments-new .h2{
    color: #fff;
}
.comment-item-new {
    height: 360px;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    /* box-shadow: 0 15px 25px #007267; */
    /* margin: 0 auto 45px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* align-items: stretch; */
    /* justify-content: space-between; */
    overflow: hidden;
}
.comment-item-new__head{
    display: flex;
    align-items: center;
    gap: 12px;
}
/* .comment-item-new__img{
    width: 100px;
    max-height: 70px;
} */
.comment-item-new__img img{
    width: 100px;
    max-height: 70px;
    object-fit: contain;
    object-position: center;
}
.comment-item-new__title1{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}
.comment-item-new__title2{
    font-weight: 600;
    font-size: 16px;
}
.comment-item-new__body{
    height: 190px;
    overflow: hidden;
}
.comment-item-new__bottom .reveal-btn{
    font-weight: 400;
    font-size: 16px;
    color: #F25D27;
}
.comment-item-new.opened,
.comment-item-new.opened .comment-item-new__body{
    height: max-content;
}
.comments-new__btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:768px){

}


@media(max-width:1280px){

}
@media(max-width:991px){
.comment-item-new {
    margin-bottom: 60px;
}
}
@media(max-width:768px){

}
/*Портфолио*/
.portfolio-new .header-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.portfolio-new .header-row a{
    color: #F25D27;
    font-size: 18px;
    font-weight: 600;
}
.portfolio-new__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.portfolio-new__items *{
    transition: 0.3s;
}
.portfolio-item-new{
    position: relative;
    width: 32%;
    height: 380px;
}
.portfolio-item-new .next-btn{
    display: none;
    cursor: pointer;
}
.portfolio-item-new.opened .next-btn{
    font-size: 40px;
    color: #000;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    padding: 10px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}
.portfolio-item-new.opened{
    width: 66%;
    display: flex;
    gap: 20px;
    background: #F9F7F7;
    border-radius: 10px;
    padding: 20px;
}
.portfolio-item-new__left{
    position: relative;
    height: 100%;
}
.portfolio-item-new.opened .portfolio-item-new__left{
    width: 50%;
}
.portfolio-item-new__img{
    height: 100%;
}
.portfolio-item-new__img img{
    border-radius: 10px;
    object-fit: cover;
}
.portfolio-item-new__left-info{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
    width: 100%;
    height: 35%;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(0px);
}
.portfolio-item-new__left-info .portfolio-item-new__case-name {
    font-weight: 600px;
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
}
.portfolio-item-new__left-info .portfolio-item-new__brand{
    font-weight: 400px;
    font-size: 20px;
    color: #fff;
}
.portfolio-item-new.opened .portfolio-item-new__left-info{
    display: none;
}
.portfolio-item-new__right{
    display: none;
}
.portfolio-item-new__right .portfolio-item-new__brand{
    font-weight: 600px;
    font-size: 20px;
}
.portfolio-item-new__right .portfolio-item-new__case-name{
    font-weight: 400px;
    font-size: 20px;
    color: #03A696;
}
.portfolio-item-new__right .portfolio-item-new__case-text{
    font-size: 16px;
    line-height: 150%;
}
.portfolio-item-new.opened .portfolio-item-new__right{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/*Этапы заказа*/
.steps .h2{
    text-align: start;
}
.steps-item{
    background: #F9F7F7;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.steps-item__img{
    width: 48px;
}
.steps-item__img img{
    width: 48px;
    height: 48px;
}
.steps-item__info {
    width: 95%;
}
.steps-item__title{
    margin-bottom: 4px;
}

@media(max-width:1280px){

}
@media(max-width:991px){

}
@media(max-width:768px){
    .steps .h2{
        text-align: center;
    }
    .steps h2+.el-subtitle{
        text-align: center;
        margin-bottom: 20px;
    }
}
/*УТП форма*/
.form-main-section__form{
    background: #03A696;
    color: #fff;
    padding: 40px;
    padding-left: 12%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.form-main-section__title{
    font-weight: 600;
    font-size: 44px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.form-main-section__subtitle{
    margin-bottom: 40px;
}
.form-main-section__form .field-group input,
.form-main-section__form .field-group textarea{
    color: #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
}
.form-main-section__form .field-group textarea{
    min-height: 48px;
    padding-bottom: 0;
}
.form-main-section__form .field-group input::placeholder,
.form-main-section__form .field-group textarea::placeholder{
    color: #fff;
}
.form-main-section__form .submit-group{
    align-items: center;
}
.form-main-section__form .submit-group .form__btn {
    margin-top: 20px;
    margin-bottom: 12px;
}
.form-main-section__form .submit-group a{
     color: #fff;
     text-decoration: underline;
}
.form-main-section__form .submit-group a:hover{
     color: #F25D27;
}
.form-main-section__form input[type='submit']{
    width: 100%;
}
.form-main-section__contacts{
    position: relative;
    background-image: url('/assets/images/form-main-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.form-main-section__contacts::before{
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.form-main-section__contacts .row{
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    color: #fff;
    width: 50%;
}
.form-main-section__contacts .row a{
    color: #fff;
    display: block;
}
.form-main-section__contacts .row a:hover{
    color: #F25D27;
}
.form-main-section__contacts .fr-block__title{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.form-main-section__contacts .fr-block{
    display: flex;
    align-items: start;
    gap: 4px;
}
.form-main-section__contacts .fr-block .fr-block__content{
    line-height: 150%;
}
.form-main-section__contacts .fr-block .fr-block__socials{
    display: flex;
    gap: 20px;
}
.form-main-section__contacts .fr-block .fr-block__socials img{
    filter: contrast(0) brightness(150%);
}
.form-main-section__contacts .fr-block .fr-block__socials a:hover img{
    filter: contrast(0) brightness(300%);
}


@media(max-width:1440px){
    .form-main-section__form{
        padding-left: 10%;
    }
    .form-main-section__contacts .row{
        width: 70%;
    }
}
@media(max-width:1280px){
    .form-main-section__form{
        padding-left: 7%;
    }
    .form-main-section__contacts .row{
        width: 90%;
    }
}
@media(max-width:992px){
    .form-main-section__title{
        font-size: 24px;
    }
    .form-main-section__title,
    .form-main-section__subtitle{
        text-align: center;
    }
    .form-main-section__contacts .row{
        padding: 40px 25px;
        width: 100%;
        align-items: center;
    }
    .form-main-section__contacts::before{
        background: rgba(0,0,0,0.6);
    }

}
@media(max-width:768px){

}

/*FAQ*/
.faq-new .h2{
    text-align: start;
}
.faq-item{
    background: #F9F7F7;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.faq-item__title{
    line-height: 170%;
    font-weight: 600;
    font-size: 20px;
}
.faq-item.opened .faq-item__title{
    margin-bottom: 8px;
}
.faq-item .faq-item__text{
    display: none;
}
.faq-item.opened .faq-item__text{
    display: block;
}
.faq-item .faq-item__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 16px;
    background: linear-gradient(#F25D27, #F25D27), linear-gradient(#F25D27, #F25D27);
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.faq-item.opened .faq-item__icon {
    background: linear-gradient(#F25D27, #F25D27);
    background-position: center;
    background-size: 50% 2px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.faq-cta{
    background: #03A696;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
.faq-cta__title{
    font-weight: 600;
    font-size: 20px;
}
.faq-cta .btn{
    width: max-content;
}
.faq__items+.faq-cta{
    display: none;
}
@media(max-width:991px){
    .faq-new .h2 {
        text-align: center;
    }
    .h2+.faq-cta{
        display: none;
    }
    .faq__items+.faq-cta{
        display: flex;
        margin-top: 20px;
    }
}
/*Числовой блок*/
.counter-block{
    margin: 40px 0;
    padding: 20px;
    border-radius: 10px;
    background: #F9F7F7;
    display: flex;
}
.counter-item{
    flex:1;
    text-align: center;
}
.counter-item:not(:last-child){
    border-right: 1px solid #E0E0E0;
}
.counter-item__title{
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    color: #03A696;
}
.counter-item__text{
    font-weight: 400;
    font-size: 20px;
    color:#3D3D3D;
}
@media(max-width:991px){
    .counter-item:not(:last-child){
        border-right: none;
    }
    .counter-block{
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        align-items: center;
    }
    .counter-item{
        width: 47%;
        flex:none;
    }
}
/*Seo-текст*/
.seo-text-new .h2{
    text-align: center;
}
.seo-text-new .h2 span{
    color: #03A696;
}
.seo-text-new .content-text-new p,
.seo-text-new .content-text-new ul,
.seo-text-new .content-text-new ol{
    line-height: 150%;
    color:#5a5a5a;
}
.seo-text-new .content-text-new strong,
.seo-text-new .content-text-new h3{
    line-height: 130%;
    color: #3d3d3d;
}
.seo-text-new .content-text-new h3{
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 12px 0;
}
.seo-text-new .content-text-new strong{
    font-weight: 600;
}
.seo-text-new .content-text-new ol{
    margin-top: 12px;
    margin-left: 16px;
    list-style: decimal;
}
.seo-text-new .content-text-new ol>li{
    margin-bottom: 12px;
}
.seo-text-new .content-text-new ul li{
    position: relative;
    padding-left: 16px;
}
.seo-text-new .content-text-new ul li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #03A696;
}
.seo-text-new .content-text-new strong{
    margin: 12px 0 0 0;
}
.seo-text-new .content-text-new .reveal-btn,
.seo-text-new .content-text-new a{
    font-size: 16px;
    font-weight: 400;
    color: #F25D27;
}
.seo-text-new .content-text-new .reveal-btn{
    margin-top: 4px;
}
.seo-text-new .content-text-new .list-with-sublist ul{
    display: none;
}
.seo-text-new .content-text-new .list-with-sublist ul.opened{
    display: block;
}
.seo-text-new .content-text-new img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media(max-width:991px){
    .seo-text-new .content-text-new h3{
        font-size: 20px;
    }
    .counter-item__title{
        font-size: 32px;
    }
}
/*Новости*/