@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* { font-family: 'Montserrat', sans-serif; }

:root{
    --accent-color: #d96826;
    --accent-blue: #6ec1e4;
    --swiper-theme-color: #d96826;
}

body{
    background-color: #f6f6f6;
}

.section__title{
    text-align: center;
    font-size: 4.5rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 3rem;
}

.header {
    background-color: #FFF;
}
.header--padding{
    margin-bottom: 4rem;
}
.custom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__wrap-logo {
    flex-basis: 20%;
}

.header__menu{
    flex-basis: 50%;
}

.header__link--tm1, .link{
    color: #7D7D7D;
    text-decoration: none;
    border-bottom: 0px;
    padding-bottom: 3px;

    font-weight: 500;
    font-size: 1.4rem;
}
.header__link--tm1:hover,
.header__link--tm1:focus,
.link:hover,
.link:focus{
    text-decoration: none;
    border-bottom: 1px solid var(--accent-color);
    color: var(--accent-color);
}

.header__contact--wrapper {
    flex-basis: 20%;
    text-align: right;
}
.header__phone {
    color: #333 !important;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
    display: block;
}

.header__phone:hover{
    color: var(--accent-color);
}
.header__btn{
    display: inline-block;
    font-weight: 500;
    font-size: 1.5rem;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #FFF;
    border-radius: 30px;
    padding: .5rem 2rem;
    text-decoration: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header__btn:hover,
.header__btn:focus{
    color: var(--accent-color);
    text-decoration: none;
    background-color: transparent;

}


.header-clone{
    padding: 1rem 0px;
}
.header-clone .header__logo{
    flex-basis: 13%;
}

.header-clone .header__contact--wrapper{
    flex-basis: 33%;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header-clone .header__menu{
    flex-basis: 45%;
}

.header-clone .header__phone{
    margin-bottom: 0px;
}


.section-promo{
    padding-bottom: 13rem;
}
.section-promo__wrap-form{
    margin-bottom: 0px;
}
.section-promo__title{
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.2;
    color: #FF9926;
    text-transform: inherit;
}

.section-promo__desc{
    font-size: 3.1rem;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 300;
}
.section-promo__desc span{
    display: block;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media (max-width: 1280px) {
    .section-promo__desc span{
        font-size: 2.8rem;
    }
}

/* 
.section-promo__ul{
    display: flex;
    flex-wrap: wrap;
} */
.section-promo__ul li{
    /* flex-basis: 50%;
    width: 50%; */
    font-size: 2rem;
    margin-bottom: 1rem;
}

.section-promo__text{
    position: relative;
    /* padding-top: 3rem; */
    color: var(--accent-blue);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}


.section-promo__ul{
    margin-left: 3rem;
    margin-bottom: 2rem;
}
/* 
.section-promo__text::before{
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100px;
    background-color: var(--accent-color);
    content: '';
    position: absolute;
} */

/* 
.section-promo__text::after{
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100px;
    background-color: var(--accent-color);
    content: '';
    position: absolute;
} */


/* .section-promo__text p{
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0px;
} */
.header__utp--wrapper{
    margin-top: -11.5rem;
}
.header__utp-top{
    /* background-image: url('/images/header-utp/utp-1-bg.png');
    background-size: cover; */
    background-color: #FFF;
    padding: 2rem;
}
.header__utp-icon img{
    display: block;
    height: 70px;
    width: auto;
    margin: 0px auto;
}

.header__utp-bottom {
    background-color: var(--accent-color);
    padding: 1rem 1.5rem;
    text-align: center;
}

.header__utp-bottom span{
    font-size: 1.5rem;
    line-height: 1.2;
    color: #FFF;
    
}


/*Акции*/

.stock__wrapper{
    display: flex;
    align-items: center;
}

.stock__text{
    flex-basis: 60%;
    width: 60%;
}
.stock__text p{
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.3;
    color: #333;
}
.stock__text p span{
    color: var(--accent-color);
}
.stock__banner{
    flex-basis: 40%;
    width: 40%;
}


.stock__banner img{
    margin: 0px auto;
    display: block;
}

.stock__btn{
    display: inline-block;
    background-color: var(--accent-color);
    color: #FFF;
    font-size: 1.8rem;
    padding: 1rem 4rem;
    text-decoration: none;
    border: 1px solid var(--accent-color);
}

.stock__btn:hover,
.stock__btn:focus,
.stock__btn:active{
    text-decoration: none;
    background-color: transparent;
    color: var(--accent-color);
}


/*Продукты*/

.tabs__caption{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.tabs__caption li:not(:last-child){
    margin-right: .5rem;
}
.tabs__caption li{
    padding: 1rem;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    border-radius: .2rem;
}
.tabs__caption li.active{
    color: #FFF;
    background-color: var(--accent-color);
}

.tabs__caption li:hover{
    cursor: pointer;
    color: #FFF;
    background-color: var(--accent-color);
}

.product__wrapper {
    display: flex;
}

.product__item {
    flex-basis: 32%;
    
    border: 1px solid #F7f7f7;
    background-color: #FFF;
    padding: .5rem;
    color: #333;
    border-radius: .2rem;
}
.product__wrapper .product__item:not(:last-child){
    margin-right: 2%;
}



.product__img {
    height: 28rem;
    overflow: hidden;
}

.product__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.product__content{
    padding: 2rem 1rem;
}

.product__title{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    height: 45px;
    display: flex;
    align-items: center;
}

.product__price{
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

.product__price span{
    color: var(--accent-color);
}
/* .product__text p{
    text-align: justify;
} */
.product__btn{
    display: block;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #FFF;
    font-size: 1.8rem;
    padding: 1rem 4rem;
    margin-top: 1rem;
    text-decoration: none;
    text-align: center;
}

.product__btn:hover,
.product__btn:focus,
.product__btn:active{
    text-decoration: none;
    color: var(--accent-color);
    background-color: transparent;
}

.tabs__content { display: none; /* по умолчанию прячем все блоки */}
.tabs__content.active { display: block; /* по умолчанию показываем нужный блок */}

.section__sale{
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffecd2 54%, #fcb69f 100%);
}
.sale__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sale__item{
    flex-basis: 30%;
    width: 30%;
    text-align: center;
    background-color: #FFF;
    padding: 4rem 3rem;
    align-items: center;
}
.sale__item svg{
    width: 5rem;
    height: 5rem;
}

.sale__title {
    margin: 2rem 0px;
    font-weight: 500;
    font-size: 2rem;
    color: var(--accent-color);
}

.sale__text{
    line-height: 1.4;
    margin-bottom: 0px;
}

.sale__btn{
    display: inline-block;
    text-align: center;
    background-color: rgb(255 255 255 / .2);
    color: #FFF;
    padding: 1rem 4rem;
    border: 1px solid #FFF;
    margin: 2rem auto;
    font-size: 2rem;
    text-decoration: none;
    border-radius: .2rem;
}

.sale__btn:hover{
    background-color: #FFF;
    color: var(--accent-color);
    text-decoration: none;
}


.sale__item a{
    background-color: var(--accent-color);
    padding: 1rem;
    display: block;
    text-align: center;
    border: 1px solid var(--accent-color);
    text-decoration: none;
    color: #FFF;
    margin-top: 2rem;
    width: 100%;
}

.sale__item a:hover,
.sale__item a:focus,
.sale__item a:active{
    background-color: transparent;
    color: var(--accent-color);
}




.partner__wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partner__wrapper .partner__item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
    padding: 1rem;
}


/*Реализованные проекты*/

/* .section__projects .swiper-container{
    overflow: visible;
    overflow-x: hidden;
} */

/* .section__projects .swiper-container-horizontal>.swiper-pagination-bullets, 
.section__projects .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -3rem;
} */
/* .section__projects{
    padding-bottom: 0px;
} */
.section__projects .swiper-button-next.swiper-button-disabled, 
.section__projects .swiper-button-prev.swiper-button-disabled,
.section__projects .swiper-button-prev, 
.section__projects .swiper-container-rtl .swiper-button-next{
    background-color: var(--accent-color);
    width: 50px;
    height: 80px;
    left: 0;
    color: #FFF;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    justify-content: flex-start;
    padding-left: .5rem;
}

.section__projects .swiper-button-next, 
.section__projects .swiper-container-rtl .swiper-button-prev{
    background-color: var(--accent-color);
    width: 50px;
    height: 80px;
    right: 0;
    color: #FFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-end;
    padding-right: .5rem;
}



.projects__item{
    position: relative;
}

.projects__img{
    height: 26rem;
}

.projects__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.projects__info{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(0 0 0 / .6);
    padding: 2rem;
    color: #FFF;
}

.projects__name{
    font-size: 1.8rem;
    padding-top: 10%;
    font-weight: 500;
    margin-bottom: 1rem;
}

.projects__item:hover .projects__info{
    display: block;
}
.projects-btn__wrapper{
    width: 100%;
    margin: 2rem 0px;
    text-align: center;
}
.projects__btn{
    display: inline-block;
    font-size: 1.8rem;
    background-color: var(--accent-color);
    padding: 1rem 4rem;
    color: #FFF;
    margin: 0px auto;
}


/*Отзывы */

.section__reviews{
    background-color: #020315;
}
.reviews__slider {
    height: 34rem;
}
.reviews__item{
    color: #FFF;
    font-size: 2.5rem;
    text-align: center;
}

.reviews__text{
    line-height: 1.4;
    padding: 0px 8rem;
}

.reviews__name{
    font-weight: 600;
    margin: 2rem 0px;
    color: var(--accent-color);
}

.section__reviews .swiper-pagination-bullet{
    background: #FFF;
    opacity: 1;
}
.section__reviews .section__title{
    color: var(--accent-color);
}

.section__reviews .swiper-pagination-bullet-active{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}


/*Материал*/

.materials__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.materials__item {
    display: flex;
    align-items: center;
    flex-basis: 33%;
    background-color: #FFF;
    height: 19rem;
    margin-bottom: 1%;
}

.materials__item:nth-child(1){ flex-basis: 49.3%; }
.materials__item:nth-child(2){ flex-basis: 49.3%; }

.materials__item:nth-child(3){ height: 13rem; }
.materials__item:nth-child(4){ height: 13rem; }
.materials__item:nth-child(5){ height: 13rem; }

.materials__images{
    flex-basis: 40%;
    height: 100%;
}

.materials__images img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.materials__content{
    flex: 1;
    padding: 2rem;
}
.materials__name{
    font-size: 1.8rem;
    font-weight: 500;
    color: #F44336;
    margin-bottom: .5rem;
}

.materials__text{
    font-size: 1.4rem;
}


.about__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.about__text {
    flex-basis: 50%;
    padding-right: 1rem;
}

.about__img {
    flex-basis: 50%;
}

.about__utp {
    margin-top: 2rem;
    flex-basis: 50%;
}
.about-utp__title{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.about-utp__ul{
    list-style: none;
}
.about-utp__ul li{
    margin-bottom: .5rem;
    position: relative;
    font-size: 1.8rem;
    padding-left: 2rem;
}
.about-utp__ul li span{
    font-weight: 500;
}
.about-utp__ul li::before{
    content: '-';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: var(--accent-color)
}

.about__video{
    margin-top: 2rem;
    flex-basis: 100%;
}

/*Фоотер*/
footer{
    padding: 2rem 0px;
    background-color: #333;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__logo {
    flex-basis: 22%;
}
.footer__logo-img{
    margin-bottom: .5rem;
}
.footer__logo-adres, .footer__logo-description{
    flex-basis: 100%;
    font-size: 1.4rem;
    color: #FFF;

}

.footer__nav {
    flex-basis: 35%;
}
.footer__contact {
    flex-basis: 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.footer__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer__list-item .link{
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFF;;
}

.footer__btn{
    font-weight: 500;
    font-size: 1.5rem;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: #FFF;
    border-radius: 30px;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.footer__btn:hover,
.footer__btn:focus{
    background-color: transparent;
    color: var(--accent-color);
    text-decoration: none;
}
.footer__email {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #FFF;
    text-decoration: none;
}

.footer__email:hover,
.footer__email:focus,
.footer__email:active{
    text-decoration: none;
    color: var(--accent-color);
}


.helper_href{
    margin-top: 2rem;
    text-decoration: none;
}

.helper_href:hover,
.helper_href:focus,
.helper_href:active{
    text-decoration: none;
}

svg:not(:root) {
    overflow: hidden;
}

.wbooster__logo .whells {
    fill: #f33;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    transform: rotate(90deg);
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}

.wbooster__logo .text {
    fill: #FFF;
}

.wbooster__text{
    color: #FFF;
    border-color: #FFF;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




.offer__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.offer__images{
    width: 50%;
    margin-right: -10%;
}
.offer__content{
    width: 57%;
    background-color: #FFF;
    position: relative;
    z-index: 2;

    font-size: 1.8rem;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.offer__content::after,
.offer__content::before{
    content: '';
    width: 18rem;
    height: 18rem;
    background: #D96826;
    display: block;
    position: absolute;
    border-radius: 10px 0px;

}   
.offer__content::after{
    right: -2rem;
    top: -2rem;
}

.offer__content::before{
    left: -2rem;
    bottom: -2rem;
}

.offer__content>div{
    padding: 6rem;
    background-color: #FFF;
    position: relative;
    z-index: 100;
    padding: 2rem;
}


.offer__title{
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 2rem;
}

.offer__content p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 0px;
}
.offer__content p>b{
    color: #D96826;
}

/* Как мы работаем */

.creating__section-wrapper {
    padding-top: 0 !important
}

.creating__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    .creating__wrapper {
        display: flex;
        flex-wrap: wrap
    }
}

@media screen and (max-width:576px) {
    .creating__wrapper {
        flex-direction: column
    }
}

.creating__item {
    width: 33%;
    position: relative
}

@media screen and (max-width:992px) {
    .creating__item {
        flex: 0 0 50%;
        display: flex;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media screen and (max-width:768px) {
    .creating__item {
        flex-direction: column
    }
}

@media screen and (max-width:576px) {
    .creating__item {
        flex-direction: row;
        width: 100%
    }
}

.creating__item:not(:last-child)::after {
    content: '';
    position: absolute;
    background-image: url(/img/sprite.svg#creating);
    width: 179px;
    height: 152px;
    display: block;
    background-repeat: no-repeat;
    top: 65px;
    right: -100px;
    transform: translateY(-50%)
}

@media screen and (max-width:1366px) {
    .creating__item:not(:last-child)::after {
        width: 164px;
        height: 130px
    }
}

.creating__top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem
}

@media screen and (max-width:992px) {
    .creating__item:not(:last-child)::after {
        display: none
    }

    .creating__top {
        margin-bottom: 0
    }
}

.creating__icon {
    width: 12rem;
    height: 12rem;
    background: #d96826;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2
}

@media screen and (max-width:1200px) {
    .creating__item:not(:last-child)::after {
        width: 112px;
        height: 100px;
        right: -55px;
        top: 55px
    }

    .creating__icon {
        width: 11rem;
        height: 11rem
    }

    .characteristic__table td {
        font-size: 1.4rem
    }
}

@media screen and (max-width:992px) {
    .creating__icon {
        width: 10rem;
        height: 10rem
    }
}

@media screen and (max-width:768px) {
    .creating__top {
        margin-bottom: 2rem
    }

    .creating__icon {
        width: 9.5rem;
        height: 9.5rem
    }
}

.creating__number {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    background-color: #fff;
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: absolute;
    bottom: -5px;
    right: 30%
}

@media screen and (max-width:992px) {
    .creating__number {
        width: 4rem;
        height: 4rem;
        bottom: -12px;
        right: -12%
    }
}

@media screen and (max-width:768px) {
    .creating__number {
        font-size: 1.8rem;
        width: 3.5rem;
        height: 3.5rem
    }
}

.creating__content {
    text-align: center;
    /* color: #fff; */
    line-height: 1.2;
    padding: 0 4rem;
    width: 100%
}

@media screen and (max-width:1366px) {
    .creating__content {
        padding: 0 2rem
    }
}

@media screen and (max-width:992px) {
    .creating__content {
        text-align: left;
        padding-right: 0;
        font-size: 1.4rem
    }
}

@media screen and (max-width:768px) {
    .creating__content {
        text-align: center
    }
}

@media screen and (max-width:576px) {
    .creating__top {
        margin-bottom: 0
    }

    .creating__content {
        text-align: left;
        font-size: 1.6rem
    }

    body {
        overflow-x: hidden
    }
}



.section__text{
    font-size: 2rem;
    line-height: 1.6;
    margin: 1rem 0px;
    position: relative;
    padding-top: 1rem;
}


.section__text::before{
    content: '';
    height: 2px;
    width: 200px;
    background-color: #d96726;
    position: absolute;
    top: 0;
    left: 0;
}


.section-promo__btn {
    background-color: #d96726;
    border: 1px solid #d96726;
    font-size: 18px;
    padding: 15px 30px;
    display: inline-block;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 20px;
}

.section-promo__btn:hover,
.section-promo__btn:focus{
    background-color: #FFF;
    color: #d96726;
}


.header__utp{
    flex: 1;
    margin: 0 10px;
    position: relative;
}


.header__utp-bottom{
    height: 80px;
    display: flex;
    align-items: center
}


@media (max-width: 992px) {

    .header__utp--wrapper .d-flex{
        flex-wrap: wrap;
    }
    .header__utp-icon img{
        width: 50px;
        height: 50px;
    }
    .header__utp-bottom span{
        font-size: 14px !important;
    }
    .header__utp{
        flex-basis: 33%;
    }
}
@media (max-width: 578px) {
    .header__utp-top{
        height: 100%;
        display: flex;
        align-items: center
    }
    .header__utp{
        flex-basis: 100%;
    }
    .header__utp-icon{
        height: auto !important;
    }
    .header__utp-icon img{
        width: 30px;
        height: 30px;
    }

    .header__utp-bottom{
        height: auto !important;
    }
}

.section-promo__wrap-form .c-form__title{
    text-transform: none;
}

.section-promo__wrap-form .c-form__title span{
    display: block;
    font-weight: bold;
}


.header__btn{
    text-align: center;
}


.c-form__item{
    margin: 1rem 0px !important;
}