.container-fluid{
    max-width: 1620px;
    margin: 0 auto;
    width: 100%;
}
.container{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
header{
    border-bottom: 1px solid #EFF0F2    ;
    height: 89px;
}
.navbar{
    height: 100%;
}
.navbar .container-fluid{
    height: 100%;
    justify-content: space-between;
}
.navbar__logo a{
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    color: #131313;

}
.navbar__logo img{
    margin-right: 5px;
}
.menu{
    gap: 40px;
    height: 100%;
}
.menu__item{
    height: 100%;
    align-items: center;
    display: flex;
}
.menu__link{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;

    color: #131313;
}
.menu__link:hover{
    color: #E98A3F;
}
.search__form{
    position: relative;
    margin-right: 24px;
}
.search__input{
    height: 34px;
    width: 236px;
    border-bottom: 1px solid #979797;
    padding: 8px 9px;
    border-radius: 3px;
    padding-right: 30px;
}
.btn__search{
    background: url('../img/li_search.svg') no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.navbar__phone{
    font-size: 26px;
    line-height: 22px;
    color: #e8893f;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 37px;
    margin-bottom: 8px;
    background: url('../img/phone.svg') no-repeat left center;
}
.navbar__mail{
    font-size: 16px;
    text-align: left;
    color: #979797;
    padding-left: 37px;
}
.navbar__mail:hover{
    color: #e8893f;
}


.btn__login{
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 32px;
    color: #979797;
    background: url('../img/login.svg') no-repeat left center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn__login:hover{
    color: #e8893f;
}
.btn__cart{
    width: 34px;
    height: 34px;
    background: url('../img/cart.svg') no-repeat center;
    position: relative;
    margin-left: 38px;
}
.cart__count{
    position: absolute;
    width: 15px;
    height: 15px;
    background: #E98A3F;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    top: -5px;
    right: -2px;
}
.search{
    margin-left: auto;
}
.navbar__logo{
    margin-right: 78px;
}
.navbar__contacts{
    margin-right: 44px;
    margin-left: 24px;
}
.banner__item{
    background: #FFDA93;
    height: 677px;
    padding-top: 161px;
    overflow: hidden;
    position: relative;
}
.banner__item:after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    background: url('../img/banner-mask.svg') no-repeat bottom;
    background-size: cover;
}
.banner__left{
    position: relative;
    padding: 25px 25px 28px 0;
    background: #fff;
    border-radius: 0px 5px 5px 0px;

}
.banner__left:after{
    content: '';
    width: 196px;
    height: 112px;
    background: url('../img/lamp.svg') no-repeat;
    position: absolute;
    left: 86px;
    top: -161px;
}
.banner__title{
    width: 636px;
    /*width: 100%;*/
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 30px;
}

.banner .swiper-pagination{
    top: auto;
    bottom: 140px;
}
.banner .swiper-pagination-bullet:before{
    background: #fff;
}
.banner .swiper-pagination-bullet-active {
    border-color: #fff;
}
.btn__orange{
    background: #e8893f;
    border-radius: 5px;
    color: #fff;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding-left: 38px;
    padding-right: 38px;
    transition: all .3s linear;
}
.btn__orange:hover{
    color:  #e8893f;
    background: #fff;
    border: 2px solid #e8893f;
}
.banner__left:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #fff;
}
.banner__right{
    width: calc(100% - 660px);
    position: relative;
}
.banner__right img{
    position: absolute;
}
.banner__right img:first-child{
    left: -130px;
    top: -35px;
}
.banner__right img:last-child{
    right: -180px;
    top: -35px;
}
.features__list{
    gap: 24px;
    position: absolute;
    top: -80px;
    z-index: 99;
    width: 100%;
}
.features .container{
    position: relative;
}
.features__item{
    min-height: 127px;
    border-radius: 5px;
    border: 1px solid #0000;
    background: linear-gradient(to bottom, #EFEDF0 80%,#E98A3F 100%) border-box;
    background-clip: border-area;
    position: relative;
    padding: 28px 15px 15px 15px;
    gap: 11px;
}
.features__item:before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
}

.features__icon{
    position: relative;
    z-index: 1  ;
}
.features__text{
    position: relative;
    z-index: 1;
    width: calc(100% - 35px);
}
.features__text h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
}
.features__item p{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #979797;

}

.features{
    margin-bottom: 136px;

}
.section__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 50px;
}
.section__title:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 2px;
    background: #E98A3F;
    border-radius: 10px;
    bottom: 0;
}
.catalog__list{
    gap: 24px;
    margin-bottom: 50px;
}
.catalog__item{
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    padding-right: 20px;
    max-width: 416px;
}
.catalog__item:first-child{
    background: #CDF7C2;
}
.catalog__item:nth-child(2){
    background: #FFDA93;
}
.catalog__item:nth-child(3){
    background: #B8F1F9;
}
.office-furniture .catalog__item:nth-child(3){
    background: #ECDDFF;
}
.catalog__item:nth-child(4){
    background: #FFD6E0;
    max-width: 636px;
}
.catalog__item:nth-child(4) .catalog__info{
    max-width: 290px;
    width: 100%;
}
.catalog__item:nth-child(5){
    background: #B8F1F9;
    max-width: 636px;
}
.catalog__item:nth-child(5) .catalog__info{
    max-width: 290px;
    width: 100%;
}
.catalog__item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #131313;
}
.catalog__item h3{
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    font-weight: 500;
    color: #131313;

}
.catalog__info{
    max-width: 200px;
    width: 100%;
}
.btn__orange--outline{
    height: 44px;
    background: #fff;
    border: 1px solid #e98a3f;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #131313;
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
    margin: 0 auto;
    max-width: 196px;
}
.btn__orange--outline:hover{
    background: #e98a3f;
    color: #fff;
}
.features-products{
    padding-top: 100px;
    position: relative;
    background: rgba(239, 240, 242, 0.1 );
    padding-bottom: 100px;
}
.product__status{
    background: #e8893f;
    border: 1px solid #e98a3f;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;

    text-align: center;
    padding-left: 16px;
    padding-right: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: fit-content;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 5px;
}
.product{
    position: relative;
    transition: all .3s linear;
    padding-bottom: 30px;
    height: 372px;
}
.product__img{
    height: 203px;
    transition: all .3s linear;
}
.product__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 15px;
}
.product__category{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #979797;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.product__name{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #131313;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product__review{
    padding-left: 15px;
    padding-right: 15px;
    gap: 10px;
    margin-top: 13px;
}
.product__review p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

    color: #979797;
}
.product__price{
    margin-top: 20px;
    padding-left: 15px;

}
.product__price p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #131313;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: url('../img/product-cart.svg') no-repeat left center;
}
.btn__buy {
    position: absolute;
    right: 15px;
    bottom: 27px;
    border: 2px solid #e98a3f;
    border-radius: 5px;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #131313;
    width: 134px;
    white-space:nowrap ;
    padding-left: 18px;
    padding-right: 18px;
}
.product:hover{
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 20.299999237060547px rgba(188, 188, 188, 0.22);
}
.product:hover .product__img{
    height: 141px;
}
.product:hover .btn__buy{
    bottom: 17px;
}
.product__settings{
    transition: all .3s linear;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    margin-top: 10px;
}
.product__settings p{
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #979797;
    border-bottom: 1px solid #979797;
    margin-bottom: 5px;

}
.product:hover .product__settings{
    display: block;
    opacity: 1;
}
.product:hover .product__settings p span{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #131313;

}
.product:hover .product__price p{
    background: url('../img/buy-hover.svg') no-repeat left center;
    padding-left: 36px;
}
.info{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.info--green{
    background: #CDF7C2;
    min-height: 673px;
}

.info--green:before{
    content: '';
    width: 100%;
    height: 50px;
    background: url('../img/mask2.svg') no-repeat;
    position: absolute;
    left: 0;
    top: -50px;
    background-size: cover;
}
.info--blue{
    background: #B8F1F9;
    min-height: 673px;
}


.info--blue:before{
    content: '';
    width: 100%;
    height: 50px;
    background: url('../img/mask4.svg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-size: cover;

}
.info--orange{
    background: #FFDA93;
    min-height: 766px;
}
.info--orange:before{
    content: '';
    width: 100%;
    height: 43px;
    background: url('../img/mask3.svg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
}
.portfolio{
    padding-top: 100px;
    padding-bottom: 100px;
}
.info__right img{
    position: absolute;
    right: 0;
    max-width: 100%;
}
.info--blue .info__right img{
    right: auto;
    left: 0;
}
.info__left{
    max-width: 636px;
    width: 100%;
}

.info__left h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
}
.info__left p{
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin-bottom: 25px;
}
.info__left .btn__orange{
    margin-top: 64px;
}
.about .container{
    gap: 23px;
}
.about__sub{
    font-weight: 600;
    font-size: 33px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: #E98A3F;
}
.about__title{
    font-weight: 600;
    font-size: 33px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: #131313;
    margin-bottom: 40px;
}
.about__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #131313;
    margin-bottom: 20px;
}
.about__comment{
    padding: 20px;
    border-left: 2px solid #E98A3F;
    margin-bottom: 80px;
}
.about__right{
    max-width: 636px;
    width: 100%;
    position: relative;
    padding-top: 27px;
}


.about {
    background: url('../img/about-bg.png') no-repeat left top;
    position: relative;
}
.about__left{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    max-width: 467px;
    width: 100%;

}
.about__left img{
    position: relative;
    z-index: 1;
}
.about__employer{
    position: absolute;
    width: 306px;
    background: #fff;
    border-left: 2px solid #E98A3F;
    padding: 10px 11px 14px 14px;
    bottom: 117px;
    left: -60px;
    z-index: 1;
}
.about__employer h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 12px;
    color: #e8893f;

}
.about__employer p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;

}
.about__employer h5{
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    color: #E98A3F;
}
.about__employer h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #E98A3F;
}
.partners{
    padding-top: 100px;
    padding-bottom: 164px;
    position: relative;
}
footer{
    background: #EFF0F2;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
footer:before{
    content: '';
    width: 100%;
    height: 64px;
    background: url('../img/footer-mask.svg') no-repeat;
    position: absolute;
    top: -64px;
    left: 0;
    background-size: cover;
}
.footer__top{
    margin-bottom: 42px;
}
.footer__title, .footer__title a{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: left;

    color: #131313;
    margin-bottom: 20px;
}
.footer__title a:hover{
    color: #E98A3F;
}
.footer__link{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;

    color: #131313;
}
.footer__link:hover{
    color: #E98A3F;
}
.footer__phone{
    padding-left: 34px;
    background: url('../img/phone.svg') no-repeat left center;
    background-size: 24px 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #131313;
}
.footer__work{
    padding-left: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
}
.footer__col .btn__request{
    width: 220px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.footer__email{
    padding-left: 34px;
    background: url('../img/mail.svg') no-repeat left center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #131313;
    margin-bottom: 21px;
    display: flex;
    padding-top: 1px;
    padding-bottom: 4px;
}
.footer__email:hover{
    color: #E98A3F;
}
.footer__phone:hover{
    color: #E98A3F;
}
.footer__address{
    padding-left: 25px;
    background: url('../img/address.svg') no-repeat left center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797;
    padding-top: 3px;
    padding-bottom: 2px;
}
.footer__logo{
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    color: #131313;
    font-weight: 600;
}
.footer__logo img {
    margin-right: 5px;
}
.footer__bottom .footer__col:last-child{
    max-width: 966px;
    width: 100%;
}
.footer__bottom{
    gap: 135px;
}
.footer__top .footer__col:last-child{
    margin-right: 60px;
}
.footer__col p{
    font-weight: 400;
    font-size: 12px;

    text-align: left;
    color: #131313;
}
.footer__bottom .footer__col p:first-child{
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #131313;
}
.footer__bottom .footer__col p:last-child{
    margin-top: 22px;
    gap: 60px;
    display: flex;
}
.footer__bottom .footer__col p:last-child a{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    text-decoration: underline;
    color: #131313;
}
.footer__bottom .footer__col p:last-child a:hover{
    color: #E98A3F;
}
.page{
    padding-top: 50px;
    padding-bottom: 26px;
}
.breadcrumbs{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #131313;
    gap: 5px;
}
.breadcrumbs__link{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #131313;
}
.breadcrumbs__item{
    color: #E98A3F;
}
.catalog-page .catalog__list{
    margin-bottom: 0;
}
.catalog-page .info__right img{
    height: 472px;
}
.office-furniture .catalog__list{
    margin-bottom: 100px;
}
.services-page .catalog__item{
    width: calc(100%/2 - 16px);
    max-width: unset;
    justify-content: center;
    gap: 48px;
}
.services-page .catalog__item:nth-child(3){
    background: #FFD6E0;
    justify-content: flex-start;
    gap: 26px;
}
.services-page .catalog__item:nth-child(4){
    background: #B8F1F9;
}
.services-page .catalog__item:nth-child(4) .catalog__info{
    max-width: 200px;
}
.services-page .info {
    padding-bottom: 0;
}
.services-page  .catalog__list{
    margin-bottom: 0;
}
.complex-page .page .section__title{
    margin-top: 26px;
    margin-bottom: 24px;
}
.complex-page .info--green:before{
    display: none;
}
.faq{
    padding-top: 100px;
    padding-bottom: 100px;
}
.faq__item{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EFF0F2;
}
.accordion{
    background: url('../img/plus.svg') no-repeat right center;
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    padding: 0;
    color: #000000;
}
.accordion:hover {
    background: url('../img/plus-hover.svg') no-repeat right center;
    color: #E98A3F;
}
.accordion.active{
    background: url('../img/minus.svg') no-repeat right center;
}
.panel{
    padding-left: 110px;
    padding-right: 95px;
}
.panel p{
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #000000;
    margin-top: 10px;
    position: relative;
}
.panel p:before{
    content: '';
    position: absolute;
    width: 4px;
    height: calc(100% - 12px);
    left: 0;
    background: #E98A3F;
}
.complex-page .partners{
    padding-top: 84px;
}
.info--delivery .info__right img{
    right: auto;
    left: 0;
}
.info--delivery .container{
    gap: 24px;
}
.info--delivery .info__right{
    height: 400px;
    width: auto;
}
.info--delivery .info__left{
    height: 400px;
}
.info--delivery .info__left h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;

    color: #131313;
    margin-bottom: 20px;
}
.info--delivery .info__left ul{
    list-style: disc;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
    color: #131313;

}
.info--delivery{
    padding-top: 0;
}
.info--delivery strong{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #131313;
}
.info--delivery p{
    margin-bottom: 0;
}
.info--delivery  p:last-child{
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 400;
    max-width: 541px;
}
.working-with-us{
    background: #CDF7C2;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}
.working-with-us .section__title{
    margin-bottom: 100px;
}
.working-with-us:before{
    content: '';
    background: url('../img/mask-green.svg') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
}
.working-with-us:after{
    content: '';
    background: url('../img/mask-green-bottom.svg') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.delivery-page .page .section__title{
    margin-top: 26px;
    margin-bottom: 24px;
}
.login__form{
    max-width: 746px;
    width: 100%;
    background: #eff0f2;
    border-radius: 5px;
    padding: 50px 55px;
    margin: 0 auto;
}
.reset-page .login__form{
    padding-top: 60px;
    padding-bottom: 41px;
}
.login{
    padding-top: 100px;
    padding-bottom: 150px;
}
.login__title{
    gap: 12px;
    margin-bottom: 35px;
}
.reset-page .login__title{
    margin-bottom: 40px;
}
.login__title h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: left;

    color: #141414;
}
.login__title a{
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    color: #c4c4c4;
}
.login__form label{
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    color: #141414;
    margin-bottom: 13px;
}
.form__input{
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    height: 50px;
    font-family: Manrope, serif;
    padding: 15px 20px 13px;
}
.form__row{
    margin-bottom: 20px;
}
.form__row:last-child{
    margin-top: 10px;
    margin-bottom: 0;
}
input::placeholder {
    opacity: 1;
    color: #c4c4c4;
    font-weight: 400;
}
.form__row .btn__orange{
    width: 196px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
}
.form__row a{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #e8893f;

}
.reset-page .btn__orange--outline{
    margin: 0;
    background: transparent;
    border: 2px solid #E98A3F;
    height: 60px;
    width: 196px;
    font-weight: 500;
    font-size: 20px;
    margin-right: 24px;
}
.tab__item{
    border: 2px solid #e98a3f;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #131313;
    width: 77px;
    height: 32px;
}
.registration__tabs{
    margin-top: 22px;
    gap: 33px
}
.tab__item--active{
    background: #E98A3F;
    color: #fff;
}
.registration-page .form__row .btn__orange{
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 16px;
    height: 41px;
}
.custom__upload{
    height: 32px;
    padding: 6px 8px;
    border: 2px solid #e98a3f;
    border-radius: 5px;
    width: 196px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 35px;
    text-align: center;
    color: #131313;
}
.portfolio__list{
    gap: 24px;
    margin-bottom: 40px;
}
.portfolio__left {
    width: calc(100%/2 - 12px);
    gap: 24px;
}
.portfolio__right {
    width: calc(100%/2 - 12px);
    gap: 24px;
}
.portfolio__item{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.portfolio__content{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(222, 222, 222, 0.5);
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
}
.portfolio__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolio__name{
    height: 52px;
    background: #e8893f;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    display: none;
    transition: all .5s ;
}
.portfolio__item:hover .portfolio__content{
    background: transparent;
    cursor: pointer;
    transition: all .5s ;
}
.portfolio__item:hover .portfolio__name{
    display: flex;
}
.portfolio-page .portfolio{
    padding-top: 0;
    padding-bottom: 50px;
}
.portfolio .btn__more{
    height: 60px;
    font-size: 20px;
    padding-left: 23px;
    padding-right: 23px;
    border-width: 2px;
}
.portfolio-page .features-products{
    padding-top: 50px;
}
.production__info{
    gap: 15px;
}
.production__info--right{
    width: 416px;
    height: 416px;
    border-radius: 100%;
    border: none;
    overflow: hidden;
}
.production__info--left{
    width: calc(100% - 416px);
}
.production__info--right iframe, .production__info--right div{
    width: 100%;
    height: 100%;
    border: none;
}
.production h3{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #e8893f;
    margin-bottom: 15px;
}
.production p{
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #131313;

}
.production  ul{
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 30px;
}
.production li{
    margin-bottom: 5px;
}
.production li::marker {
    color: #E98A3F; /* Change bullet color */
}
.production{
    padding-bottom: 116px;
}




.grid-set {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    height: 100%;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    background-color: #ccc;
    position: relative;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item.big {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.grid-item:hover .portfolio__content{
    background: transparent;
}
.swiper-pagination {
    margin-top: 20px;
    text-align: center;
}
.portfolio{
    position: relative;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    border-radius: 0;
    border: 1px solid transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #E98A3F;

}
.swiper-pagination{
    display: flex;
    justify-content: center;
    bottom: 0;

}
.swiper-pagination-bullet-active{
    border-color: #E98A3F;
}
.portfolio__list{
    padding-bottom: 70px;
    margin-bottom: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: '';
    background: url('../img/arrow-right.svg') no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.swiper-button-prev:after{
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-button-prev{
    width: 25px;
    height: 72px;
}
.swiper-button-next{
    right: 8%
}
.swiper-button-prev{
    left: 8%
}
.production-page .partners{
    padding-top: 130px;
}
.about-info__content--left h3{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;

    color: #131313;
    max-width: 527px    ;
}
.about-info__content--left .btn__tx{
    font-weight: 600;
    height: 60px;
    padding-left: 18px;
    padding-right: 18px;
}
.about-info{
    padding-bottom: 179px;
}
.about-page .about__right .about__title{
    padding-top: 51px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #e8893f;
}
.about-page .about__right  p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 41px;
    color: #131313;

}
.about-page .about__right h4    {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    color: #131313;

}
.about-page .about__right  ul{
  
    border-left: 2px solid #E98A3F;
    margin-bottom: 50px;
}
.about-page .about__right{
    padding-top: 0;
    padding-bottom: 57px;
}
.about-page .about__right li{
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 22px;
    color: #131313;
}
.about-page .about__right li:before{
    content: '';
    width: 12px;
    height: 24px;
    background: url('../img/bullet.svg') no-repeat;
    position: absolute;
    left: 0;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
}
.about-page .about{
    background-size: cover;
}
.about-contacts{
    padding-top: 100px;
}

.about-contacts__list{
    gap: 24px;
}
.about-contacts__left{
    gap:36px 24px;
}
.about-contacts h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #131313;
    margin-bottom: 19px;
}
.about-contacts p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: left;

    color: #131313;
    max-width: 352px;
}
.about-contacts__address{
    width: 100%;
    height: 322px;
    background: url('../img/about-map.png') no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 40px;
    position: relative;
}
.about-contacts__right{
    max-width: 416px;
    width: 100%;
}
.about-contacts__brands{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 40px;
    background: url('../img/about-brands.png') no-repeat;
    background-size: cover;
}
.about-contacts__company{
    background: #F4F5F6;
    border-radius: 5px;
    padding: 40px;
    width: calc(100%/2 - 12px);
}
.about-contacts__company .btn__product-request{
    margin-top: 20px;
}
.about-contacts__company p{
    line-height: 22px;
}
.about-contacts__story{
    background: #F4F5F6;
    border-radius: 5px;
    padding: 40px;
    width: calc(100%/2 - 12px);
}
.contacts__item{
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 16px rgba(80, 79, 79, 0.1);
    width: 100%;
    height: 139px;
    padding: 28px 25px;
}
.contacts__info{
    gap: 24px;
}
.contacts__item--content{
    padding-left: 85px;
}
.contacts__item h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    color: #131313;

}
.contacts__item p, .contacts__item a{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #979797;
}
.contacts__item:first-child .contacts__item--content{
    background: url('../img/contact-map.svg') no-repeat left top;

}
.contacts__item:nth-child(2) .contacts__item--content{
    background: url('../img/contact-work.svg') no-repeat left top;

}
.contacts__item:nth-child(3) .contacts__item--content{
    background: url('../img/contact-phone.svg') no-repeat left top;

}
.contacts__info{
    margin-bottom: 30px;
}
.contacts__content--left{
    width: calc(100%/2 - 12px);
}
.contacts__content--right{
    width: calc(100%/2 - 12px);
}
.contacts__content{
    gap: 24px;
}
.product__left{
    max-width: 526px;
    width: 100%;

}
.product-info{
    margin-top: 24px;
    padding-bottom: 100px;
}
.mySwiper2{
    height: 420px;
}
.mySwiper3 .swiper-slide{
    max-width: 86px;
    height: 63px;
}
.mySwiper3{
    margin-top: 13px;
    height: 63px;
}
.product-info__content{
    gap: 24px;
    display: flex;
}
.product__right{
    width: calc(100% - 550px );
    position: relative;
}
.product__right h1{
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    color: #131313;
    margin-bottom: 20px;
    max-width: 660px;
}

.btn__share{
    position: absolute;
    right: 0;
    top: 0;
}
.product__code{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;

    color: #979797;
    margin-bottom: 20px;
}
.product-page .product__price{
    padding-left: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: left;
    text-transform: uppercase;

    color: #131313;
    margin-bottom: 20px;
}
.product__in-stock{
    padding-left: 34px;
    background: url('../img/instock.svg') no-repeat left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 10px;
    color: #979797;
}
.product__garanty{
    padding-left: 34px;
    background: url('../img/garanty.svg') no-repeat left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 77px;
    color: #979797;
}
.product__assembly{
    padding-left: 34px;
    background: url('../img/assembly.svg') no-repeat left;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #979797;
    margin-bottom: 10px;
}
.product__actions{
    background: #EFF0F2;
    border-radius: 5px;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 25px;
    padding-left: 44px;
    gap: 24px;
}
.btn__minus{
    width: 24px;
    height: 24px;
    border: 2px solid #131313;
    border-radius: 4px;
    margin-right: 17px;

}
.btn__plus{
    width: 24px;
    height: 24px;
    border: 2px solid #131313;
    border-radius: 4px;
    margin-left: 17px;
}

.product__quantity{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    color: #131313;
    margin-right: 8px;
}
.product__input{
    background: transparent;

}
.product__actions .btn__orange--outline{
    margin: 0;
    height: 50px;
    background: transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    max-width: 220px;
    color: #131313;
    border-width: 2px;

}
.product__actions .btn__orange--outline:hover{
    background: #e8893f;
    color: #fff;
}
.product__actions .btn__orange{
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    max-width: 220px;
    width: 100%;
}
.product__specification{
    margin-top: 60px;
}
.product__specification--title{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    color: #131313;
    padding-bottom: 19px;
    border-bottom: 2px solid #E98A3F;
    width: fit-content;
}
.product__specification--list {
    margin-top: 32px;
    gap: 124px;
}
.product__specification p{
    padding-top: 20px;
    border-top: 1px solid #EFF0F2;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #131313;

}
.product__specification--list div{
    max-width: 426px;
    width: 100%;
}
.product__specification--list div p{
    border-top: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #EFF0F2;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;

    color: #979797;
}
.product__specification--list div p:first-child{
    padding-top: 0;
}
.product__specification--list div p span{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #131313;

}
.categories-page .catalog__item{
    width: calc(100%/4 - 18px);
    height: 133px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    gap: 9px;
}
.categories-page .catalog__item:last-child {
    background: #CDF7C2;
}
.categories-page  .catalog__img img{
    max-width: 100%;
}
.categories-page  .catalog__info h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #131313;

}
.categories-page .catalog__info{
    max-width: 165px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background: none;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #979797 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #979797 transparent;
    top: 5px;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #E98A3F;
    margin-left: 5px;
    cursor: pointer;
    user-select: none;
    padding-right: 18px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 20.299999237060547px rgba(188, 188, 188, 0.22);
    padding: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #E98A3F;
    cursor: pointer;
}
.filter__row .label__container {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    text-align: left;
    color: #979797;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;

}

/* Hide the browser's default checkbox */
.filter__row .label__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.filter__row .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    border-radius: 4px;

}

/* On mouse-over, add a grey background color */
.filter__row .label__container:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.filter__row .label__container input:checked ~ .checkmark {
    background-color: transparent;

}

/* Create the checkmark/indicator (hidden when not checked) */
.filter__row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter__row .label__container input:checked ~ .checkmark:after {
    display: block;
}
.filter__row .label__container input:checked ~ span{
    color: #E98A3F;
}

/* Style the checkmark/indicator */
.filter__row .label__container .checkmark:after {
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('../img/li_check.svg') no-repeat center;

}

.filter__title.accordion{
    background: none;
}
.filter__title .accordion__icon{
    width: 24px;
    height: 24px;
    background: url('../img/li_chevron-down.svg') no-repeat;
    transform: rotate(180deg);
}
.filter__title.active .accordion__icon{
    transform: rotate(0);
}
.product__filters{
    max-width: 306px;
    width: 100%;
}
.product-categories__content{
    gap: 24px;
}
.product-categories__content .product__list{
    width: calc(100% - 340px);
    gap: 24px;
}
.filter__title.accordion:hover, .filter__title.accordion.active, .filter__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 19px;
    color: #131313;

}
.filter__row .panel{
    padding-left: 0;
    padding-right: 0;
}
.filter__row .btn__show-more{
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    text-decoration-line: underline;

    color: #e8893f;
}
.filter__content .label__container:nth-child(-n+5){
    display: flex;
}
.filter__content.open .label__container{
    display: flex;
}

.filter__row{
    margin-bottom: 25px;
}

.filter__content--price{
    padding: 0;
}
.price-slider__content{
    position: relative;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.noUi-horizontal .noUi-handle{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #E98A3F;
    box-shadow: none;
}
.noUi-horizontal{
    height: 2px;
}
.noUi-target{
    background: #131313;
    border: none;
    box-shadow: none;
    margin: 0!important;
}
.noUi-connect, [disabled] .noUi-connect{
    background: #9D795A;
}

.noUi-horizontal .noUi-handle{
    right: 0;
    position: absolute;
    top: -11px;
}
.noUi-horizontal .noUi-handle-lower{
    right: -15px;
}
.noUi-horizontal .noUi-handle-upper{
    right: -10px;
}
.noUi-handle:after, .noUi-handle:before{
    display: none;
}
.price-slider__content > div:first-child{
    margin-bottom: 10px;
}
.price-slider__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 0;
    color: #131313;
    margin-top: 30px;
}
.price-slider__content p:first-child{
    margin-left: -10px;
}
.price-slider__content p:last-child{
    margin-right: -10px;
}
.price-slider__content p:before{
    display: none;

}
.filter__row .btn__orange{
    font-size: 14px;
    height: 32px;
    width: 134px;
    font-weight: 600;
}
.filter__row .btn__orange--outline{
    font-size: 14px;
    height: 32px;
    width: 134px;
    font-weight: 500;
    border-width: 2px;
    margin: 0;
}
.filter__row:last-child{
    margin-top: 50px;
}
.categories__sort{
    margin-bottom: 50px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
}
h2.filter__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: left;

    color: #131313;
    margin-bottom: 16px;
}
.pagination{
    margin-top: 50px;
    width: calc(100% - 340px);
    margin-left: auto;
    justify-content: center;
    gap: 20px;
    margin-bottom: 100px;
}
.pagination__list {
    gap: 20px;
}
.pagination__item .btn__orange--outline{
    height: 32px;
    width: 77px;
    font-size: 14px;
    border-width: 2px;
}
.pagination__item .pagination__link:not(.pagination__item  .btn__orange--outline){
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF0F2;
    color: #131313;
    font-size: 16px;
    transition: all .3s ease;
}
.pagination__item .pagination__link:not(.pagination__item  .btn__orange--outline):hover{
    background: #E98A3F;
    color: #fff;
}
.cart{
    padding-bottom: 106px;
}
.cart__order-number{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #979797;
    margin-bottom: 30px;
}
.cart__search .form__input{
    max-width: 746px;
    width: 100%;
    height: 43px;
    border-radius: 10px;
    background: #EFF0F2;
    border: none;
    font-size: 17px;
    padding-left: 23px;
}
.cart__search .form__input::placeholder {
    opacity: 1;
    color: #979797;
    font-weight: 400;
}
.cart__search{
    margin-bottom: 50px;
    position: relative;
}
.cart__search .btn__search{
    width: 29px;
    height: 29px;
    right: 15px;
    top: 5px;
}
.cart__search{
    max-width: 746px;
    width: 100%;
}
.cart__table--head{
    padding-bottom: 19px;
    border-bottom: 1px solid #979797;
}
.cart__table--remove{
    width: 110px;
}
.cart__table--qty{
    width: 196px;
}
.btn__remove{
    width: 25px;
    height: 25px;
    background: url('../img/trash.svg') no-repeat;
}
.cart__table--row{
    padding-top: 26px;
}
.cart__table--name{
    gap: 24px;
    max-width: 770px;
    width: 100%;
}
.cart__table--content h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    max-width: 501px;
    width: 100%;
    color: #131313;
}
.cart__table--content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.cart__table--content span{
    color: #E98A3F;
}
.cart__table--price{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #131313;
    max-width: 220px;
    width: 100%;
}
.cart__bottom{
    margin-top: 61px;
}
.btn__back{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-left: 20px;
    color: #131313;
    background: url('../img/arrow-back.svg') no-repeat left center;
}
.cart__bottom .btn__orange{
    width: 220px;
    margin: 0 auto;
}
.cart__table .btn__minus{
    margin-right: 20px;
}
.cart__table .btn__plus{
    margin-left: 20px;
}
.order__left{
    width: calc(100%/2 - 12px);
}
.order__right{
    width: calc(100%/2 - 12px);
    background: #EFF0F2;
    border-radius: 5px;
}
.order__right .card__title{
    padding: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #979797;
    color: #131313;
}
.order__right .card__title a{
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #e8893f;

}
.order{
    padding-bottom: 100px;
}
.step__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: left;

    color: #212121;

}
.step{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #E98A3F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: left;

    color: #ffffff;
}
.order__step--title{
    margin-bottom: 40px;
    gap: 40px;
}
.registration__tabs{
    gap: 24px;
    margin-bottom: 30px;
}
.tab__item {
    width: 196px;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step__form .form__input{
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;

    border: 1px solid #979797;
    border-radius: 5px;

}
.step__form .form__input::placeholder{

    color: #979797;

}
.step__form .form__row{
    gap: 24px;
}
.form__row .label__container {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    text-align: left;
    color: #131313;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;

}

/* Hide the browser's default checkbox */
.form__row .label__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.form__row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;

    border: 1px solid #979797;
}

/* On mouse-over, add a grey background color */
.form__row .label__container:hover input ~ .checkmark {
    background-color: #E98A3F;
}

/* When the checkbox is checked, add a blue background */
.form__row .label__container input:checked ~ .checkmark {
    background-color: #E98A3F;
    border-color:  #E98A3F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form__row .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form__row .label__container input:checked ~ .checkmark:after {
    display: block;
}
.form__row .label__container input:checked ~ span{
    color: #E98A3F;
}

/* Style the checkmark/indicator */
.form__row .label__container .checkmark:after {
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('../img/li_check-white.svg') no-repeat center;

}
.form__row{
    position: relative;
}

.step__form .form__row--checkbox{
    gap: 58px;
}
.step__form .btn__back{
    margin-top: 100px;
    width: fit-content;
}
.step__form .file__uploader{
    border: 1px solid #979797;
    border-radius: 5px;
    height: 50px;
    background: #eff0f2;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    max-width: 306px;
    color: #131313;
    margin: 0 auto 10px;
}
.form__row p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;

    color: #979797;

}
.order__number{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;

    color: #131313;

}
.order__info{
    gap: 20px;
}
.order__product{
    padding-left: 40px;
    padding-right: 42px;
}
.card__table--img{
    width: 97px;
    height: 89px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__table--img img{
    max-width: 100%;
}
.card__table--product h2{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    max-width: 347px;
    width: 100%;
}
.card__table--product p{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.card__table--product p span{
    color: #E98A3F;
}
.order__info{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    position: relative;
}
.order__info .card__table--price{
    margin-top: 6px;
    gap: 91px;
}
.order__info .card__table--price p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #131313;
}
.order__info .btn__remove{
    position: absolute;
    right: 0;
    top: 20px;
    background: url('../img/li_x.svg') no-repeat;
}
.card__right--price{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}
.card__right--price p{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #131313;
    margin-bottom: 10px;
}
.card__right--price p span{
    max-width: 264px;
    width: 100%;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}
.order__price{
    margin: 20px auto 30px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    max-width: 408px;
    width: 100%;
    white-space: nowrap;
    align-items: flex-end;
    gap: 5px;
}
.order__price hr{
    height: 1px;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #979797;
    width: 100%;
}
.order__price span:first-child{
    color: #979797;
}
.order__promo .form__input{
    height: 50px;
    max-width: 416px;
    width: 100%;
    background: #ffffff;

    border: 1px solid #979797;
    border-radius: 10px;
}
.order__promo{
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 416px;
    margin: 0 auto 20px;
}
.btn__enter{
    width: 24px;
    height: 24px;
    position: absolute;
    background: url('../img/enter.svg') no-repeat;
    right: 20px;
    top: 13px;
}
.card__right--price .card__total{
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    color: #131313;

}
.card__right--price .card__total span{
    width: auto;
    font-size: 32px;
    margin-left: 5px;
}
.order__btn{
    max-width: 416px;
    width: 100%;
    margin: 0 auto 20px;
}
.order__btn .btn__orange{
    width: 100%;
}
.card__right--row p{
    font-weight: 400;
    font-size: 14px;

    text-align: center;
    color: #979797;
    max-width: 416px;
    width: 100%;
    margin: 0 auto 41px;
}
.order__product--remove .btn__remove{
    display: none;
}
.order__product--remove .btn__reset{
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../img/reset.svg') no-repeat;
    right: 0;
}
.order__product--remove .card__table--reset p{
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: left;

    color: #979797;

}
.form__row--address{
    display: none;
}
.form__row--file{
    display: none;
}
.invoice{
    padding-top: 100px;
    padding-bottom: 100px;
}
.invoice__list{
    gap: 22px;
}
.invoice__item{
    background: #ffffff;
    border: 1px solid #979797;
    border-radius: 5px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.14);
    display: flex;
}
.invoice__item--left{
    padding: 30px 31px 50px 20px;
}
.invoice__calendar{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.28px;
    text-align: left;
    padding-left: 19px;
    background: url('../img/calendar.svg') no-repeat left ;
    color: #979797;
    margin-bottom: 25px;
}
.invoice__item--left h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #131313;
    margin-bottom: 30px;
}
.invoice__item p:not(.invoice__calendar){
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 5px;
    color: #979797;

}
.invoice__item .btn__orange{
    margin-top: 40px;
}
.invoice__item--right{
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 7px;
    max-width: 259px;
    width: 100%;
}
.invoice__item--right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-tabs{
    border-bottom: 1px solid #979797;
    margin-bottom: 50px;
    gap: 40px;
    padding-bottom: 17px;
}
.profile-tab__link{
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    padding-bottom: 16px;
    color: #e8893f;
}
.profile-tab__link--active{
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    color: #131313;
    border-bottom: 2px solid #e8893f;
}
.profile{
    padding-top: 100px;
    padding-bottom: 100px;
}
.profile__row{
    gap: 134px;
    padding-bottom: 40px;
    border-bottom: 1px solid #979797;
    padding-top: 50px;
}
.profile__row:first-child{
    padding-top: 0;
}
.profile__row label{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #131313;
    margin-bottom: 24px;

}
.profile__row input{
    background: #eff0f2;
    height: 50px;
    width: 416px;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
}

.profile__row .form__row:last-child{
    margin-left: auto;
    gap: 49px;
}
.profile__row:last-child{
    border-bottom: 0;
    padding-top: 40px;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}
.profile__row:last-child h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    text-decoration-line: underline;

    color: #131313;
}
.change{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #e8893f;
}
.history{
    padding-top: 100px;
    padding-bottom: 100px;
}
.history__row{
    height: 40px;
    background: #eff0f2;
    border-radius: 5px;
    padding: 11px 23px;
    margin-bottom: 10px;
    align-items: center;
    border: 1px solid #eff0f2;
    transition: all .3s ;
    cursor: pointer;
}
.history__order-number{
    font-family: Roboto,serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-right: 15px;
}
.history__order-number span{
    color: #979797;
}
.history__date{
    font-family: Roboto,serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-right: 40px;
}
.history__name{
    font-family: Roboto,serif;
    min-width: 160px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #131313;

}
.history__product{
    font-family: Roboto,serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    max-width: 429px;
    color: #131313;
}
.history__price{
    margin-left: auto;
    font-family: Roboto,serif;

    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    max-width: 130px;
    width: 100%;
    color: #e8893f;

}
.history__row:hover{
    border: 1px solid #E98A3F;
}
.menu__item > .menu__sub{
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 89px;
    padding-top: 10px;
    width: 306px;
    display: none;
    right: 63%;
}
.menu{
    position: relative;
}
.menu > .menu__item:hover:not(.menu__box .menu__item)  > .menu__sub{
    display: block;
}
.menu__item > .menu__sub > .menu__item{
    padding: 2px 6px 2px 40px;
    border-bottom: 1px solid #fff;
    background: #F8F8F8;
}

.menu__item > .menu__sub > .menu__item .menu__link{
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    height: 100%;
}
.menu__item > .menu__sub > .menu__item:last-child .menu__link{
    line-height: 16px;
    padding-bottom: 5px;
}
.menu__item > .menu__sub > .menu__item:last-child{
    border-bottom: 0;
}
.menu__item > .menu__sub > .menu__item:hover{
    background: #E98A3F;
    cursor:pointer;
}
.menu__item > .menu__sub > .menu__item:hover > .menu__link{
    color: #fff;
}
.menu__item > .menu__sub > .menu__item:hover > .menu__sub{
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    width: 220px;
    height: 100%;
}
.menu__item > .menu__sub > .menu__item:hover > .menu__sub .menu__link{
    line-height: 100%;
    padding-top: 8px;
    padding-bottom: 7px;
}
.menu__item > .menu__sub > .menu__item:hover > .menu__sub .menu__item:hover .menu__link{
    color:  #E98A3F;
    background: transparent;
}
.menu__item > .menu__sub > .menu__item:hover > .menu__sub .menu__item:hover{
    background: transparent;

}
.menu__item > .menu__sub > .menu__item:hover > .menu__sub .menu__item{
    padding-left: 24px;
    height: auto;
    background: transparent;
}

.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30000001192092896);
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal__content{
    background: #EFF0F2;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    max-width: 746px;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
}
.modal__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
    color: #131313;

}
.btn__close{
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/li_x.svg") no-repeat;
    top: 30px;
    right: 30px;
}
.modal .form__row label{
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    color: #131313;
    margin-bottom: 13px;
}
.modal .form__row .form__input{
    height: 50px;
    border: 1px solid #979797;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 15px 20px 13px;
}
.modal__form{
    width: 100%;
}
.modal .form__row .form__input::placeholder{
    color: #979797;
}
.modal .form__row:last-child{
    margin-top: 30px;
    justify-content: center;
}
.modal .form__row .btn__orange{
    height: 50px;
    width: 220px;
    font-weight: 500;
    font-size: 18px;
}
.modal .file__upload{
    border: 1px solid #979797;
    height: 60px;
    gap: 20px;
    width: 100%;
    color: #979797;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    margin-top: 10px;
}
.user-menu{
    background: #fff;
    position: absolute;
    box-shadow: 0px 0px 10px 0px #00000040;
    width: 232px;
    padding: 12px 15px 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 73px;
    border-radius: 5px;
    z-index: 9;
    display: none;
}
.user-menu:before{
    content: '';
    background: url('../img/triangle.svg') no-repeat;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}
.navbar__login{
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
}
.user-menu__item{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #131313;
    gap: 3px;
    margin-bottom: 12px;
}
.user-menu__item a{
    color: #131313;
}
.user-menu__accounts h4{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #c4c4c4;
    margin-bottom: 10px;
}
.user-menu__accounts{
    padding-top: 15px;
    border-top: 1px solid #EFF0F2;
}
.account__item{
    gap: 10px;
    margin-bottom: 10px;
}
.account__item svg{
    width: 14px;
}
.account__item a{
    width: calc(100% - 24px);
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}
.add{
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.user-menu__individual{
    padding-top: 15px;
    border-top: 1px solid #EFF0F2;
}
.user-menu__individual--item{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    gap: 3px;
    color: #141414;
}
.user-menu__individual--item a{
    color: #141414;
}
.navbar__login:hover .user-menu{
    display: block;
}
.fslightbox-slide-btn svg{
    display: none;
}
.fslightbox-slide-btn{
    background: url('../img/arrow-right.svg') no-repeat!important;
    width: 27px;
    height: 74px;
}
.fslightbox-slide-btn-container-previous .fslightbox-slide-btn{
    transform: rotate(180deg);
}

.fslightbox-slide-btn-container-previous {
    left: 20px!important;
}
.fslightbox-slide-btn-container-next{
    right: 20px!important;
}