@font-face {
    font-family: "Gilroy Black";
    src: url(fonts/Gilroy-Black.eot);
    src: url(fonts/Gilroy-Black.woff) format("woff");
    src: url(fonts/Gilroy-Black.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Gilroy Bold";
    src: url(fonts/Gilroy-Bold.eot);
    src: url(fonts/Gilroy-Bold.woff) format("woff");
    src: url(fonts/Gilroy-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "GilroyBold Italic";
    src: url(fonts/Gilroy-BoldItalic.eot);
    src: url(fonts/Gilroy-BoldItalic.woff) format("woff");
    src: url(fonts/Gilroy-BoldItalic.ttf) format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Gilroy Regular";
    src: url(fonts/Gilroy-Regular.eot);
    src: url(fonts/Gilroy-Regular.woff) format("woff");
    src: url(fonts/Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy Light";
    src: url(fonts/Gilroy-Light.eot);
    src: url(fonts/Gilroy-Light.woff) format("woff");
    src: url(fonts/Gilroy-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "TTNorms Bold";
    src: url(fonts/TTNorms-Bold.eot);
    src: url(fonts/TTNorms-Bold.woff) format("woff");
    src: url(fonts/TTNorms-Bold.ttf) format("truetype");
    font-weight: normal;
}

.black{
    font-family: "Gilroy Black", sans-serif;
}
.bold{
    font-family: "Gilroy Bold", sans-serif;
}
.bold-italic{
    font-family: "GilroyBold Italic", sans-serif;
}
.regular{
    font-family: "Gilroy Regular", sans-serif;
}
.light{
    font-family: "Gilroy Light", sans-serif;
}
.TTNorms{
    font-family: "TTNorms Bold", sans-serif;
}

:root{
    --container-width: 1200px;
}

*{
    box-sizing: border-box;
}
h1, h2, h3, p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.wrapper{
    overflow-x: hidden;
}
.container{
    max-width: var(--container-width);
    margin: 0 auto;
}
.gradient-btn{
    color: white;
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #4F80C9 100%);
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.3);
    border-radius: 82px;
    outline: none;
    border: none;
    transition: all 500ms;
}
.gradient-btn:hover{
    transition: all 500ms;
}
.mobile-nav{
    display: none;
}
.menu{
    display: none;
}
.print__section-body-mob{
    display: none;
}
.steps__swiper{
    display: none !important;
}
.catalog__img-img--mob{
    display: none;
}
.footer__section-container--mob{
    display: none !important;
}
.zero__montage-item--mob{
    display: none;
}
.print-360-img{
    display: none;
}
.mob__footer-map{
    display: none;
}
.main__bill{
    display: none;
}
.montage__swiper{
    display: none;
}
.sticky{
    position: fixed;
    top: 0;
    width: var(--container-width);
    margin-top: 0;
    z-index: 998;
    width: 100%;
}
.mobile-header{
    display: none !important;
}
.none{
    display: none;
}


/* modal */

.overlay {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    background: rgb(255 255 255 / 90%);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
}
.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal{
    position: absolute !important;
    z-index: 999 !important;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 4px;
}
.overlay .modal.open {
    opacity: 1;
    pointer-events: inherit;
}
.overlay .modal.open .content {
    transform: translate(0, 0px);
    opacity: 1;
}
.overlay .modal .content {
    transform: translate(0, -10px);
    opacity: 0;
    transition: 0.35s ease-in-out;
}
.modal__content-wrapper{
    position: relative;
    height: 610px;
    width: 1170px;
}
.modal__content{
    padding: 85px 0 85px 70px;
    border-radius: 35px;
    width: 960px;
    height: 505px;
    background: #366FC0;
    overflow-y: hidden;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 105px;
}
.close-modal{
    position: absolute;
    top: 0;
    right: 0;
    padding: 95px 140px 0 0;
}
.modal__after{
    display: none;
    position: relative;
    background: #366FC0;
    width: 960px;
    height: 505px;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
}
.modal__after-vis{
    display: flex !important;
}
.modal-hide{
    display: none !important;
}
.modal-show{
    display: inherit !important;
}
.close-aftermodal, .close-modal-afterpopup{
    position: absolute;
    right: 35px;
    top: 35px;
}
.close-modal-afterpopup{
    padding: 0;
}
.thank{
    font-size: 26px;
    color: white;
}
.test{
    height: 61px;
}
.modal-img{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 540px;
}
.modal-subimg{
    position: absolute;
    bottom: 0px;
    margin-right: -77px;
    left: 0;
    margin-left: 895px;
}
.modal__subtitle{
    margin-top: 15px;
}
.modal-title, .modal-subtitle{
    font-size: 28px;
    color: white;
    text-align: left;
}
.modal__form{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-left: 65px;
}
.modal-btn{
    width: 300px;
    height: 78px;
    color: white;
    font-size: 22px;
    text-align: center;
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #4F80C9 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.3);
    border-radius: 82px;
    outline: none;
    border: none;
    cursor: pointer;
}
.modal-btn:hover{
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #3065b6 100%);
}


/* main section */

.main__section{
    position: relative;
    background: url(img/main-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #366FC0;
    border-radius: 100px;
    padding: 20px;
}
.header__logo{
    margin-top: -13px;
}
.header__nav{
    width: 480px;
    display: flex;
    justify-content: space-between;
}
.nav-link{
    color: #FFFFFF;
    font-size: 16px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}
.nav-link:hover{
    background-size: 100% 1px;
}
.header__contact{
    display: flex;
    align-items: center;
}
.header__contact-phones{
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    margin-right: 15px;
}
.header-phone{
    color: #FFFFFF;
    font-size: 18px;
    transition: all 500ms;
}
.header-phone:hover{
    color: #e4e2e2;
    transition: all 500ms;
}
.header-btn{
    border-radius: 54px;
    height: 40px;
    display: flex;
    align-items: center;
}
.phone-btn{
    background: #FFFFFF;
    border: 1px solid #fff;
    color: #366FC0;
    font-size: 16px;
    padding: 0 20px;
    margin-right: 15px;
    transition: all 500ms;
}
.phone-btn:hover{
    color: #fff;
    background: transparent;
    transition: all 500ms;
}
.wa-btn{
    background: #78D860;
    font-size: 14px;
    line-height: 12px;
    color: white;
    padding: 0 32px;
    text-align: center;
    transition: all 500ms;
}
.wa-btn:hover{
    background: #6bbb57;
    transition: all 500ms;
}
.main__section-body{
    margin-top: 90px;
}
.main-title{
    width: 625px;
    font-size: 45px;
    line-height: 52px;
    color: #323232;
}
.main-title span{
    font-size: 30px;
    font-family: "Gilroy Light", sans-serif !important;
}
.main__section-subtitle{
    background: url(img/subtitle-bg.png) no-repeat;
    background-size: contain;
    padding: 10px 20px 10px 20px;
    width: 648px;
    margin-top: 20px;
}
.main-subtitle{
    font-size: 30px;
    color: white;
    margin-top: -5px;
}
.main__section-btns{
    margin-top: 115px;
    display: flex;
    position: sticky;
}
.main-btn{
    color: white;
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #4F80C9 100%);
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.3);
    border-radius: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    font-size: 22px;
    line-height: 128.4%;
    transition: all 500ms;
}
.main-btn:hover{
    background: radial-gradient(134.64% 100% at 27.19% 0%, #4F80C9 100%, #4F80C9 100%);
    transition: all 500ms;
}
.first-main--btn{
    width: 332px;
}
.second-main--btn{
    width: 292px;
    margin-left: 20px;
}
.main__section-benefits{
    display: flex;
    margin-top: 127px;
}
.main__section-benefits--benefit{
    width: 329px;
    height: 204px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main__section-benefits--benefit:nth-child(1){
    background: #366FC0;
    border-radius: 70px 0 0 0;
}
.main__section-benefits--benefit:nth-child(2){
    background: #3367B3;
}
.main__section-benefits--benefit:nth-child(3){
    background: #2F5EA0;
}
.main__section-benefits--benefit:nth-child(4){
    background: #2C5693;
}
.main__section-benefits--benefit:nth-child(5){
    background: #2A5188;
    border-radius: 0 0 70px 0;
}
.benefit__desc{
    margin-top: 5px;
}
.benefit-desc{
    color: white;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

/* montage section */

.montage__section{
    background: #FFF;
    padding-top: 100px;
    padding-bottom: 30px;

}
.montage-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
}
.montage__section-items{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 53px;
}
.montage__item:nth-child(2){
    background: url(img/montage-item-bg-1.jpg);
    width: 257px;
    height: 444px;
}
.montage__item:nth-child(3){
    background: url(img/montage-item-bg-2.jpg);
    width: 257px;
    height: 295px;
}
.montage__item:nth-child(4){
    background: url(img/montage-item-bg-3.jpg);
    width: 349px;
    height: 264px;
    margin-top: -150px;
    margin-left: 90px;
}
.montage__item:nth-child(5){
    background: url(img/montage-item-bg-4.jpg);
    width: 257px;
    height: 261px;
    margin-top: -30px;
    margin-left: 0px;
}
.montage__item:nth-child(6){
    background: url(img/montage-item-bg-5.jpg);
    width: 349px;
    height: 310px;
    margin-top: -185px;
    margin-left: 0px;
}
.montage__item:nth-child(7){
    background: url(img/montage-item-bg-6.jpg);
    width: 349px;
    height: 279px;
    margin-top: -150px;
    margin-left: 90px;
}
.montage__item:nth-child(8){
    background: url(img/montage-item-bg-7.jpg);
    width: 257px;
    height: 283px;
    margin-top: -40px;
    margin-left: 0px;
}
.montage__item:nth-child(9){
    background: url(img/montage-item-bg-8.jpg);
    width: 349px;
    height: 307px;
    margin-top: -130px;
    margin-left: 0px;
}
.montage-desc{
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 153%;
    padding: 0 18px;
    margin-top: 140px;
}

/* first form section */

.first__form-section{
    background: url(img/first-form-bg.png);
    height: 659px;
    background-size: cover;
}
.first__form__section-title{
    padding-top: 180px;
}
.form-title{
    width: 530px;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.first__form{
    margin-top: 100px;
}
.form-input{
    background: #F2F2F2;
    border-radius: 68px;
    width: 300px;
    height: 78px;
    border: none;
    outline: none;
    padding-left: 40px;
    font-size: 20px;
}
.form-input::placeholder{
    font-size: 20px;
    color: #4F4F4F;
}
.form-btn{
    margin-left: 20px;
    width: 293px;
    height: 78px;
    font-size: 22px;
    cursor: pointer;
    transition: all 1000ms;
}
.form-btn:hover{
    border-radius: 5px;
    transition: all 500ms;
}
.form__pdf{
    position: absolute;
    margin-left: 790px;
    margin-top: 180px;
}
.full{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}
.zoom{
    animation: scale 2s linear infinite;
}
@keyframes scale{
    50% {
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -ms-transform:scale(1);
      -o-transform:scale(1);
      transform:scale(1);
    }
}

/* print section */

.print__section{
    margin-top: 100px;
    padding-bottom: 50px;
}
.print-title{
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
}
.print-title span{
    color: #366FC0;
}
.print__section-subtitle{
    margin-top: 50px;
}
.print-subtitle{
    width: 1105px;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}
.print__section-body{
    margin-top: 70px;
    display: flex;
}
.print__section-body--right{
    margin-top: 70px;
}
.print__item:nth-child(1){
    margin-left: 5px;
}
.print__item:nth-child(2){
    margin-top: 80px;
    margin-left: 15px;
}
.print__item:nth-child(3){
    margin-top: 86px;
    margin-left: -20px;
}
.print-item{
    width: 366px;
    font-size: 18px;
    line-height: 26px;
}

/* colors section */

.colors__section{
    height: 1793px;
    background: url(img/colors-bg.jpg);
    padding: 80px 0;
}
.colors-title{
    text-transform: uppercase;
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    width: 750px;
    margin: 0 auto;
}
.colors__section-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 85px;
}
.color__item{
    position: relative;
}
.detailed__chars{
    opacity: 0;
    width: 330px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: absolute;
    margin-left: 200px;
    margin-top: -30px;
    z-index: 1;
    padding: 35px 35px 35px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 33px;
}


.color__hidden-price{
    height: 280px;
    row-gap: 20px;
}
.color__hidden-price--sm{
    height: 200px;
}
.price__item{
    margin-top: 20px;
}
.color__price-desc{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.color-detailed{
    font-size: 18px;
}
.color-detailed--desc{
    color: #323232;
    font-size: 14px;
    opacity: 0.5;
    line-height: 19px;
}
.price-border{
    height: 50px;
}


.detailed__item{
    display: flex;
    align-items: center;
}
.detailed__desc{
    margin-left: 10px;
}
.detailed-desc{
    font-size: 16px;
    line-height: 19px
}
.detailed-title{
    margin-bottom: 5px;
}

.color__series{
    background: url(img/color-series-bg.svg) no-repeat;
    position: absolute;
    width: 98px;
    padding: 5px 10px;
    margin-top: 20px;
    height: 48px;
    background-size: cover;
}
.color-series{
    color: white;
    font-size: 17px;
}
.color__avail{
    background: url(img/color-avail-bg.svg) no-repeat;
    width: 105px;
    position: absolute;
    padding: 5px 10px;
    background-size: cover;
    right: 0;
    margin-top: 165px;
}
.color-avail{
    color: white;
    font-size: 17px;
    padding-left: 5px;
}
.color-img{
    border-radius: 10px 10px 0 0;
}
.color__bottom{
    background: white;
    padding: 30px 20px;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
}
.color__lents{
    display: flex;
    align-items: center;
}
.color-lents{
    font-size: 16px;
}
.color-circle{
    margin: 0 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.bej{
    background: #F3B08E;
}
.cor{
    background: #F17B7F;
}
.pink{
    background: #EF90A3;
}
.yell{
    background: #FFF168;
}
.wht{
    background: #E4DFBA;
}
.prpl{
    background: #7C7AB9;
}
.bir{
    background: #20B0A8;
}
.blue{
    background: #A1DBE4;
}
.color__price{
    margin-top: 10px;
    cursor: pointer;
}
.color-price > span{
    color: #017314;
    text-decoration: underline;
    padding-bottom: 22px;
    text-underline-offset: 3px;
}
.color__char{
    margin-top: 10px;
}
.color-char{
    font-size: 15px;
    text-decoration: underline;
    color: #366FC0;
    cursor: pointer;
}
.color__btn{
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}
.color-btn{
    font-size: 22px;
    color: white;
    padding: 13px 22px;
    border-radius: 8px;
    transition: all 500ms;
}
.color-btn:hover{
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #3065b6 100%);
    transition: all 500ms;
}
.color__section-char{
    margin-top: 70px;
    width: 1090px;
    height: 525px;
    background: url(img/color-char-bg.png);
    display: flex;
}
.color__char-desc{
    color: black;
    font-size: 20px;
    line-height: 34px;
    width: 355px;
    padding-top: 210px;
    margin-left: 150px;
}
.color__section-char--right{
    margin-left: 135px;
    margin-top: 85px;
}
.color__char-char{
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    width: 265px;
    margin-top: 40px;
}

/* steps section */

.steps__section{
    padding-top: 70px;
    background: white;
    padding-bottom: 20px;
    padding-bottom: 50px;
}
.steps-title{
    text-transform: uppercase;
    font-size: 50px;
    line-height: 65px;
    width: 855px;
    text-align: center;
    margin: 0 auto;
}
.steps-title span{
    color: #366FC0;
}
.steps__section-items{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}
.step__item{
    padding: 0 60px;
}
.step__item:nth-child(1){
    background: url(img/steps-item-bg-1.png) no-repeat;
    width: 563px;
    height: 986px;
}
.step__item:nth-child(2){
    background: url(img/steps-item-bg-2.png);
    width: 563px;
    height: 777.5px;
}
.step__item:nth-child(3){
    background: url(img/steps-item-bg-3.png);
    width: 563px;
    height: 618.5px;
}
.step__item:nth-child(4){
    background: url(img/steps-item-bg-4.png);
    width: 563px;
    height: 392px;
    margin-top: -200px;
}
.step__num{
    display: flex;
    align-items: center;
    padding-top: 70px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.stem-num{
    color: white;
    font-size: 100px;
}
.step-num-title{
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
}
.step-desc{
    font-size: 18px;
    color: white;
    margin-top: 30px;
    line-height: 28px;
}
.step-desc-minus{
    margin-top: -1px;
}
.step-desc-fl{
    display: flex;
}
.step-desc-fl-ct{
    align-items: center;
}
.step-desc-fl-st{
    align-items: flex-start;
}
.steps-ellipse{
    margin-right: 10px;
}
.steps-ellipse-st{
    margin-top: 13px;
}

/* textilelents section */

.textilelents-title{
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 100px;
}
.textilelents__section-body{
    background: url(img/textilelents-bg.png);
    width: 1120px;
    height: 560px;
    margin-top: 70px;
    padding-top: 75px;
}
.textilelents-desc{
    width: 455px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
    margin-left: 540px;
}

/* second form section */

.second__form-section{
    height: 642px;
    background: url(img/second-form-bg.png);
    background-size: cover;
}
.second__form__section-title{
    padding-top: 200px;
}
.second-form-title{
    width: 647px;
    text-transform: none;
}
.second__form{
    margin-top: 100px;
}

/* benefits section */

.benefits__section{
    padding-bottom: 100px;
    position: relative;
}
.benefits__bg-title{
    position: absolute;
    left: 50%;
    margin-left: -1145px;
    z-index: 0;
    z-index: -1;
}
.benefits-bg-title{
    font-size: 290px;
    text-transform: uppercase;
    text-align: center;
    color: #366FC0;
    opacity: 0.05;
}
.benefits__section-title{
    padding-top: 140px;
}
.benefits-title{
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}
.benefits__section-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.lg__benefit-item{
    width: 407px;
    height: 511px;
    padding: 0 48px;
}
.lg__benefit-item:nth-child(1){
    background: url(img/benefit-item-bg-1.jpg);
}
.lg__benefit-item:nth-child(2){
    background: url(img/benefit-item-bg-2.jpg);
    width: 377px;
}
.sm__benefit-item{
    background: url(img/benefit-item-bg-3.png);
    width: 340px;
    height: 425px;
    padding: 0 37px;
    margin-top: 50px;
}
.benefit__item-desc{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 153%;
    text-align: center;
    margin-top: 150px;
}
.benefit__item-desc--sm:nth-child(1){
    margin-top: 100px;
}
.benefit__item-desc--sm{
    color: #000;
    margin-top: 20px;
}

/* catalog filter */

.catalog__section{
    background: url(img/catalog-bg.jpg);
    padding-top: 100px;
    padding-bottom: 360px;
    background-size: cover;
}
.catalog__filter{
    margin: 0 auto;
    width: 705px;
    height: 70px;
    background: #366FC0;
    border-radius: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 18px;
}
.filter-item{
    color: white;
    font-size: 16px;
    border-radius: 65px;
    cursor: pointer;
    border: none;
    outline: none;
    background: unset;
}
.filter-item.filter-active{
    color: #366FC0;
    background: white;
    padding: 10px 28px;
}
.catalog-filter__products{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 53px;
    margin-top: 100px;
}
.catalog-filter--product{
    width: 260px;
    position: relative;
}
.product__detailed{
    row-gap: 25px;
    height: unset;
}
.lg__detailed-border{
    height: 70px;
}
.catalog__series{
    background: url(img/color-series-bg.svg) no-repeat;
    position: absolute;
    width: 98px;
    padding: 5px 10px;
    margin-top: 20px;
}
.catalog__series-lg{
    width: 110px;
    background-size: cover;
}
.catalog-series{
    color: white;
    font-size: 17px;
}
.catalog__promo{
    background: url(img/color-promo-bg.svg) no-repeat;
    position: absolute;
    width: 98px;
    padding: 5px 10px;
    margin-top: 70px;
}
.catalog-promo{
    font-size: 15px;
    color: #FFFFFF;
    margin-top: -1px;
}
.catalog__avail{
    background: url(img/color-avail-bg.svg) no-repeat;
    width: 105px;
    position: absolute;
    padding: 5px 10px;
    background-size: cover;
    right: 0;
    margin-top: 165px;
}
.catalog-avail{
    color: white;
    font-size: 17px;
    padding-left: 5px;
}
.product-img{
    border-radius: 10px 10px 0 0;
    width: 260px;
    height: 216px;
}
.product__bottom{
    background: white;
    padding: 30px 20px;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    padding-top: 20px;
}
.product-name{
    font-size: 16px;
    line-height: 20px;
}
.product__color{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.product-circle{
    margin: 0 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.product-circle.wht{
    background: #D1D2D5;
}
.blck{
    background: black;
}
.whtс{
    background: #E6E0D3;
}
.product__char{
    margin-top: 10px;
}
.product-char{
    font-size: 15px;
    text-decoration: underline;
    color: #366FC0;
    cursor: pointer;
}
.product__btn{
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
    margin-top: 25px;
}
.product-btn{
    font-size: 22px;
    color: white;
    padding: 13px 22px;
    border-radius: 8px;
}
.product-btn:hover{
    background: radial-gradient(134.64% 100% at 27.19% 0%, #CBE3FF 0%, #3065b6 100%);
    transition: all 500ms;
}
.anime{
    display: none;
} 
.hide{
    animation-name: hide;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
} 
@keyframes hide{
    0% {
      visibility: visible;
      height: 200px;
    }
    100% {
      visibility: hidden;
      width: 0;
      height: 0;
      max-width: 0;
      font-size: 0;
      margin: 0;
    }
}
.catalog__section-img{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.catalog__img-text{
    width: 513px;
    text-align: right;
    font-size: 26px;
} 

/* third form section */

.third__form-section{
    background: url(img/third-form-bg.png);
    background-size: cover;
    background-position: top;
    height: 640px;
    margin-top: -56px;
    position: relative;
}
.third__form-section-title{
    padding-top: 200px;
}
.third-form-title{
    width: 796px;
    font-size: 40px;
    line-height: 58px;
    text-transform: none;
}
.third__form{
    margin-top: 75px;
}
.input-w-m{
    margin-left: 20px;
}
.form__wa{
    background: url(img/wa-bg.png) no-repeat;
    margin-top: 50px;
    width: 184px;
    height: 68px;
    float: right;
    margin-right: 260px;
}
.form-wa{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    font-size: 16.8045px;
    line-height: 103.9%;
    color: #FFFFFF
}
.wa-form-icon{
    margin-right: 7px;
}

/* footer section */

.footer__section{
    padding: 70px 0;
    background: white;
}
.footer__section-container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer__contacts{
    width: 391px;
    height: 463px;
    background: url(img/footer-contacts-bg.png);
    padding: 0 45px;
}
.footer__contacts-title{
    margin-top: 75px;
}
.contacts-title{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
}
.footer__contacts-items{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.footer__item{
    display: flex;
    align-items: flex-start;
}
.phone-footer-icon{
    margin-top: 3px;
}
.footer__link{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.footer-link{
    font-size: 17px;
    line-height: 153%;
    color: #FFFFFF;
}
.mail-footer-icon{
    margin-top: 7px;
}
.geo-footer-icon{
    margin-top: 3px;
}

@media (max-width: 1500px){
    
    /* main section */

    .main__section{
        background-position: center;
    }

    /* first form section */

    .first__form-section{
        background-position: center;
        background-size: cover;
    }

    /* color section */

    .color__section-char{
        margin-left: 50px;
    }

    /* second tform section */

    .second__form-section{
        background-position: center;
    }

    /* third form section */

    .third__form-section{
        background-position: center;
    }

}

@media (max-width: 1200px) {
    
    :root{
        --container-width: 1000px;
    }

    /* modal */

    .modal-subimg{
        display: none;
    }
    .modal__content-wrapper{
        width: 960px;
    }
    .modal-img{
        margin: 0;
        right: 0;
        left: unset;
    }
    .modal__content{
        margin-left: 0;
    }
    .close-modal{
        padding: 95px 35px 0 0;
    }

    /* main section */

    .main__section{
        background-size: cover;
        background: url(img/main-bg-tablet.jpg);
    }
    .header__logo{
        margin-top: -11px;
    }
    .header-logo{
        width: 120px;
    }
    .header__nav{
        width: 465px;
    }
    .wa-btn{
        display: none;
    }
    .header-phone{
        font-size: 16px;
    }

    /* montage section */

    .montage-title{
        font-size: 45px;
    }
    .montage-img{
        width: 300px;
    }
    .montage__section-items{
        justify-content: center;
        align-items: flex-end;
    }
    .montage__item{
        margin: 0 !important;
    }

    /* first form section */

    .first__form-section{
        background: url(img/first-form-bg-tablet.png);
        height: unset;
        padding-bottom: 100px;
        background-size: cover;
    }
    .form-title{
        font-size: 40px;
    }
    .form__pdf{
        margin-left: 590px;
    }
    .first__form{
        margin-top: 55px;
    }

    /* print section */

    .print-title{
        font-size: 40px;
    }
    .print-subtitle{
        width: var(--container-width);
    }

    /* colors section */

    .colors__section{
        height: unset;
    }
    .color__section-char{
        margin-left: -50px;
    }
    
    /* steps section */

    .steps-title{
        font-size: 40px;
        width: 820px;
    }
    .steps__section-items{
        justify-content: center;
    }
    .step__item:nth-child(4){
        margin-top: 0;
    }

    /* textilelents section */

    .textilelents__section-body{
        background-size: 90%;
        background-repeat: no-repeat;
    }
    .textilelents-title{
        font-size: 40px;
    }
    .textilelents-desc{
        width: 380px;
        margin-top: 10px;
        margin-left: 490px;
    }

    /* benefits section */

    .benefits__bg-title{
        margin-left: -595px;
    }
    .benefits-bg-title{
        font-size: 150px;
    }
    .benefits__section-title{
        padding-top: 65px;
    }
    .benefits-title{
        font-size: 40px;
    }
    .benefits__section-items{
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        gap: 40px;
    }
    .sm__benefit-item{
        margin: 0;
    }

    /* catalog section */

    .catalog-filter__products{
        justify-content: space-around;
    }

    /* third form section */

    .third__form-section{
        background: url(img/third-form-bg-tablet.png) no-repeat;
        background-position: unset;
        height: unset;
        margin-top: -59px;
        padding-bottom: 150px;
    }
    .third__form-section-title{
        padding-top: 150px;
    }
    .form-title{
        line-height: 45px;
    }
    .third-form-title{
        width: 695px;
    }
    .third__form{
        margin-top: 40px;
    }
    .input-name{
        display: none;
    }
    .input-w-m{
        margin-left: 0px;
    }
    .form__wa{
        margin-right: 325px;
        margin-top: 20px;
    }

    /* footer */

    .footer-map{
        width: 290px;
    }


}

@media (max-width: 1000px) {
    
    :root{
        --container-width: 626px;
    }

    /* modal */

    .test{
        display: none;
    }
    .modal__content-wrapper{
        height: 505px;
    }
    .modal__content-wrapper, .modal__content{
        width: 700px;
    }
    .modal__after{
        width: 700px;
        height: 505px;
    }
    .modal__content{
        padding: 35px 0 85px 35px;
    }
    .modal__form{
        margin-left: 0;
    }
    .modal-img{
        width: 400px;
        top: unset;
        bottom: 0;
    }
    .close-modal{
        padding: 35px 35px 0 0;
    }
    .modal-title, .modal-subtitle{
        font-size: 25px;
    }

    /* main section */

    .main__section{
        background: url(img/main-section-bg-640.jpg) no-repeat;
        background-size: cover;
    }
    .header__nav{
        display: none;
    }
    .mobile-nav{
        display: inherit;
        width: 100%;
    }
    .navbar__wrap .menu {
        display: none;
    }
    .hamb {
        display: flex;
        align-items: center;
    }
    .hamb__field {
        padding: 0;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        margin-left: 45px;
    }
    .bar {
        display: block;
        width: 27px;
        height: 3px;
        margin: 6px 0px;
        background-color: white;
        transition: 0.2s;
        border-radius: 50px;
    }
    .popup {
        position: fixed;
        top: 75px;
        left: -100%;
        width: 400px;
        height: 100%;
        background-color: #366FC0;
        z-index: 998;
        display: flex;
        transition: 0.3s;
    }
    .popup.open {
        left: 0;
        top: 0;
    }
    .popup .menu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 50px 0;
        overflow: auto;
    }
    .popup .menu > li {
        width: 100%;
    }
    .popup .menu > li > a {
        width: 100%;
        display: flex;
        justify-content: start;
        padding: 20px 0px;
        padding-left: 30px;
    }
    .popup .menu > li > a:hover {
        background-color: rgba(122, 82, 179, 0.1);
    }
    .hamb__field.active{
        left: 30px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .hamb__field.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamb__field.active .bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        width: 25px;
    }
    .hamb__field.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        width: 25px;
    }
    body.noscroll {
        overflow: hidden;
    }
    .burger-link{
        color: white !important;
        font-size: 18px !important;
        font-weight: 500 !important;
    }
    .header__logo{
        margin-top: -7px;
    }
    .header__contact{
        width: 1600px;
        justify-content: space-between;
    }
    .phone-btn{
        font-weight: 700;
    }
    .main__section-body{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main__section-title{
        margin: 0 auto;
        text-align: center;
    }
    .main-title{
        text-align: center;
        font-size: 40px;
    }
    .main__section-subtitle{
        margin: 0 auto;
        margin-top: 30px;
        width: 475px;
    }
    .main-subtitle{
        font-size: 22px;
        font-weight: 300;
    }
    .main__section-btns{
        margin-top: 670px;
    }
    .main__section-benefits{
        flex-wrap: wrap;
        margin-top: 37px;
    }
    .main__section-benefits--benefit:nth-child(1){
        width: 189px;
    }
    .main__section-benefits--benefit:nth-child(2){
        width: 184px;
    }
    .main__section-benefits--benefit:nth-child(3){
        width: 244px;
    }
    .main__section-benefits--benefit:nth-child(4){
        width: 307px;
    }
    .main__section-benefits--benefit:nth-child(5){
        width: 310px;
    }
    .sticky{
        position: unset;
        top: 0;
        width: var(--container-width);
        margin-top: 5px;
        z-index: 1;
    }
    .pc-header{
        display: none;
    }
    .mobile-header{
        display: flex !important;
    }

    /* montage section */

    .montage-title{
        font-size: 30px;
    }
    .montage__section-items{
        align-items: unset;
        justify-content: space-between;
        position: relative;
    }
    .montage-img{
        width: 257px;
    }
    .zero__montage-item{
        margin-top: -55px;
    }
    .montage__item:nth-child(3){
        margin-top: -280px !important;
    }
    .montage__item:nth-child(4){
        width: 257px;
        background: url(img/montage-item-bg-3-640.jpg);
        position: absolute;
        margin-top: 530px !important;  
        left: 0;      
    }
    .montage__item:nth-child(6){
        background: url(img/montage-item-bg-5-640.jpg);
        height: 363px;
        width: 257px;
    }
    .montage__item:nth-child(7){
        background: url(img/montage-item-bg-6-640.jpg);
        height: 329px;
        width: 257px;
    }
    .montage__item:nth-child(9){
        background: url(img/montage-item-bg-8-640.jpg);
        height: 337px;
        width: 257px;
        margin-top: -20px !important;
    }

    /* first form section */

    .first__form-section{
        background: url(img/first-form-bg-640.jpg) no-repeat;
        background-size: cover;
        margin-top: 50px;
    }
    .first__form__section-title{
        padding-top: 60px;
    }
    .form-title{
        font-size: 30px;
        text-align: center;
        width: var(--container-width);
    }
    .first__form{
        display: flex;
        flex-direction: column;
        row-gap: 23px;
    }
    .form-btn{
        margin-left: 0;
    }
    .form__pdf{
        margin-left: 320px;
        margin-top: 335px;
    }
    .form-pdf{
        width: 130px;
    }

    /* print section */

    .print__section{
        margin-top: 50px;
    }
    .print-title{
        font-size: 30px;
    }
    .print-subtitle{
        font-size: 17px;
        line-height: 40px;
    }
    .print__section-body-pc, .print__section-subtitle-pc{
        display: none;
    }
    .print__section-body-mob{
        display: flex;
        margin-top: 30px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .print__body-left--mob{
        width: 324px;
        font-size: 17px;
        line-height: 40px;
        margin-top: -35px;
    }
    .print__body-wrap--mob{
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        margin-top: 20px;
        justify-content: center;
    }
    .mob-print-desc{
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
        width: 413px;
    }
    .print-icon{
        margin-right: 21px;
    }

    /* colors section */

    .colors-title{
        font-size: 30px;
        width: var(--container-width);
        line-height: 40px;
    }
    .colors__section-items{
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 105px;
        padding-bottom: 25px;
        align-items: flex-end;
        margin-top: 0;
    }
    .colors__section-items::-webkit-scrollbar{
        background-color: #DFDFDF;
        border-radius: 23px;
    }
    .colors__section-items::-webkit-scrollbar-thumb {
        background: #366FC0;
        border-radius: 23px;
    }
    .color__item{
        padding-top: 80px;
    }
    .detailed__chars{
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
        margin-left: 0;
    }
    .color__detailed{
        width: 260px;
        margin-top: -60px;
        height: 330px;
        padding-top: 15px;
    }
    .color__section-char{
        width: unset;
        background: url(img/color-char-bg-640.png);
        flex-direction: column;
    }
    .color__section-char--left{
        padding-left: 60px;
    }
    .color__char-desc{
        width: 367px;
        text-align: center;
        padding-top: 120px;
        margin-left: 125px;
        font-size: 18px;
    }
    .color__section-char--right{
        display: flex;
        margin-top: 0;
        justify-content: space-between;
        width: 410px;
        margin-left: 170px;
    }
    .color__char-char{
        width: 175px;
        font-size: 18px;
        line-height: 30px;
    }
    .color__hidden-price{
        height: 250px;
    }
    .color__hidden-price--sm{
        height: 200px;
    }
    .color-price > span{
        color: #017314;
        text-decoration: underline;
        padding-bottom: 22px;
        text-underline-offset: 3px;
        font-size: 15px;
    }

    /* steps section */

    .steps-title{
        font-size: 30px;
        width: 510px;
        line-height: 40px;
    }
    .steps__section-items{
        display: none;
    }
    .steps__swiper{
        height: 970px !important;
    }
    .steps__swiper{
        display: inherit !important;
    }
    .step__item{
        width: 100% !important;
        background-size: cover !important;
        border-radius: 0 0 100px 20px;
    }
    .first__step-item{
        height: 930px !important;
    }
    .second__step-item{
        height: 700px !important;
    }
    .third__step-item{
        height: 580px !important;
    }
    .fourth__step-item{
        height: 350px !important;
    }
    .swiper-scrollbar{
        bottom: 0px !important;
        background: #DFDFDF;
        height: 15px !important;
    }
    .swiper-scrollbar-drag{
        background: #366FC0 !important;    
        height: 15px !important;
        position: absolute;
    }

    /* textilelents section */

    .textilelents-title{
        font-size: 30px;
    }
    .textilelents__section-body{
        background: url(img/textilelents-bg-640.jpg) no-repeat;
        margin-top: 0;
    }
    .textilelents-desc{
        margin-left: 320px;
    }
    .textilelents-desc:nth-child(1){
        width: 260px;
    }
    .textilelents-desc:nth-child(2){
        margin-left: 40px;
        width: 545px;
        margin-top: 20px;
    }

    /* second form section */

    .second__form-section{
        background: url(img/second-form-bg-640.jpg) no-repeat;
        height: unset;
        padding-bottom: 90px;
        background-size: cover;
    }
    .second__form__section-title{
        padding-top: 50px;
    }
    .second-form-title{
        text-align: left;
        font-size: 26px;
        width: 426px;
        line-height: 37px;
    }
    .second__form{
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        margin-top: 50px;
    }

    /* benefits section */

    .benefits__section{
        margin-top: 50px;
    }
    .benefits__bg-title{
        margin-left: -395px;
    }
    .benefits-bg-title{
        font-size: 100px;
    }
    .benefits__section-title{
        padding-top: 40px;
    }
    .benefits-title{
        font-size: 30px;
    }
    .lg__benefit-item:nth-child(2){
        height: 504px;
    }

    /* catalog section */

    .catalog__section{
        padding-bottom: unset;
    }
    .catalog__filter{
        width: var(--container-width);
    }
    .filter-item.filter-active{
        padding: 5px 15px;
    }
    .catalog-filter__products{
        flex-wrap: nowrap;
        justify-content: unset;
        overflow-x: auto;
        gap: 100px;
        margin-top: 60px;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .catalog-filter__products::-webkit-scrollbar{
        background-color: #DFDFDF;
        border-radius: 23px;
    }
    .catalog-filter__products::-webkit-scrollbar-thumb {
        background: #366FC0;
        border-radius: 23px;
    }
    .product__detailed{
        margin-top: 0;
        width: 260px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .catalog__img-text{
        font-size: 20px;
        line-height: 34px;
        text-align: left;
        width: 310px;
    }
    .catalog__section-img{
        justify-content: flex-start;
        position: unset;
    }
    .catalog__section-img--right{
        margin-left: 10px;
    }
    .catalog__img-img{
        display: none;
    }
    .catalog__img-img--mob{
        display: inherit;
    }

    /* third form section */

    .third__form-section{
        background: url(img/third-form-bg-640.png) no-repeat;
        background-size: cover;
        margin-top: -190px;
    }
    .third__form-section-title{
        padding-top: 180px;
    }
    .third-form-title{
        text-align: left;
        width: 383px;
        line-height: 30px;
        font-size: 24px;
    }
    .third__form{
        display: flex;
        flex-direction: column;
        row-gap: 25px;
    }
    .form__wa{
        margin-top: 40px;
        margin-right: 385px;
    }

    /* footer */

    .footer__section{
        padding: 0;
    }
    .footer__section-container {
        flex-wrap: wrap;
        display: none;
    }
    .footer__section-container--mob{
        display: flex !important;
    }
    .footer__contacts{
        background: #366FC0;
        width: 100%;
        height: unset;
        padding-bottom: 70px;
    }
    .footer__contacts-title{
        margin-top: 30px;
    }
    .contacts-title{
        font-size: 30px;
    }
    .footer-map{
        width: calc(100vw / 2);
    }

}

@media (max-width: 700px) {
    
    /* modal */

    .modal__content-wrapper, .modal__content{
        width: 550px;
        height: 575px;
    }
    .modal__after{
        width: 550px;
        height: 575px;
    }
    .modal-btn{
        position: absolute;
        z-index: 2;
        margin-top: 120px;
    }

    /* main section */

    .sticky{
        position: fixed;
        top: 0;
        width: 100%;
        margin-top: 0px;
        z-index: 999;
    }
    .main__section{
        padding-top: 0;
    }
    .main__section-container.container{
        max-width: 100vw;
    }
    .header{
        border-radius: unset;
    }
    .hamb__field.active{
        left: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .main__section-body{
        padding-top: 85px;
        margin-top: 0;
    }
    .main__section-btns{
        margin-top: 350px;
    }
    .main__section-benefits{
        justify-content: center;
    }

}

@media (max-width: 626px) {
    
    :root{
        --container-width: 350px;
    }

    /* main section */

    .main__section{
        background: url(img/main-section-bg-360.jpg);
        background-size: cover;
    }
    .main__bill{
        display: unset;
        position: absolute;
        margin-top: 270px;
        margin-left: 30px;
        z-index: 3;
    }
    .main-bill{
        width: 276px;
        height: 63px;
        background: url(img/main-section-bill.svg);
        backdrop-filter: blur(2.375px);
        -webkit-backdrop-filter: blur(2.375px);
        border-radius: 38.475px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bill-text{
        text-align: center;
        font-size: 11px;
        line-height: 15px;
        width: 209px;
        color: #000;
    }
    .header{
        justify-content: flex-start;
    }
    .phone-btn{
        display: none;
    }
    .hamb__field{
        right: 0;
        margin-right: 20px;
    }
    .popup{
        width: 100%;
    }
    .hamb__field.active{
        right: 0;
        left: unset;
    }
    .hamb__field.active .bar:nth-child(1) {
        margin-top: 40px;
    }
    .main__section-body{
        margin-top: 20px; 
    }
    .main-title{
        font-size: 23px;
        width: var(--container-width);
        line-height: 28px;
    }
    .main-title span{
        font-size: 16px;
    }
    .main__section-subtitle{
        width: 295px;
        margin-top: 10px;
    }
    .main-subtitle{
        font-size: 13px;
    }
    .main__section-btns{
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        margin-top: 280px;
    }
    .second-main--btn{
        margin: 0;
    }
    .main__section-benefits--benefit:nth-child(1){
        width: 50vw;
    }
    .main__section-benefits--benefit:nth-child(2){
        width: 50vw;
    }
    .main__section-benefits--benefit:nth-child(3){
        width: 100%;
    }
    .main__section-benefits--benefit:nth-child(4){
        width: 100%;
    }
    .main__section-benefits--benefit:nth-child(5){
        width: 100%;
    }

    /* montage section */

    .montage-title{
        font-size: 22px;
    }
    .zero__montage-item--pc{
        display: none;
    }
    .zero__montage-item--mob{
        display: flex;
        justify-content: center;
    }
    .montage__section-items{
        display: none;
    }
    .montage__swiper{
        height: 490px;
        display: inherit;
        margin-top: -40px;
    }
    .montage__item{
        margin: 0 !important;
    }
    .first__montage-item{
        background: url(img/montage-item-bg-1-360.jpg) no-repeat;
        height: 444px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .second__montage-item{
        background: url(img/montage-item-bg-2-360.jpg) no-repeat;
        height: 295px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .third__montage-item{
        background: url(img/montage-item-bg-3-360.jpg) no-repeat;
        height: 264px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .fourth__montage-item{
        background: url(img/montage-item-bg-4-360.jpg) no-repeat;
        height: 261px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .fifth__montage-item{
        background: url(img/montage-item-bg-5-360.jpg) no-repeat;
        height: 363px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .sixth__montage-item{
        background: url(img/montage-item-bg-6-360.jpg) no-repeat;
        height: 329px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .seventh__montage-item{
        background: url(img/montage-item-bg-7-360.jpg) no-repeat;
        height: 283px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .eith__montage-item{
        background: url(img/montage-item-bg-8-360.jpg) no-repeat;
        height: 337px;
        margin: 0 auto;
        text-align: center;
        background-position: center;
    }
    .montage-desc{
        margin: 0 auto;
        width: 221px;
        padding-top: 160px;
        padding-left: 0;
        padding-right: 0;
    }

    /* first form section */

    .first__form-section{
        background: url(img/first-form-bg-360.jpg) no-repeat;
        padding-bottom: 153px;
        background-size: cover;
    }
    .form-title{
        font-size: 22px;
        line-height: 31px;
    }
    .first__form{
        align-items: center;
    }
    .form__pdf{
        margin-left: 190px;
        margin-top: 400px;
    }

    /* print section */

    .print-title{
        font-size: 25px;
    }
    .print__body-left--mob{
        line-height: 30px;
        margin-top: 250px;
    }
    .print__body-right--mob{
        margin-top: -710px;
    }
    .print-mob-subtitle{
        text-align: center;
    }
    .print__body-wrap--mob{
        margin-top: 40px;
    }
    .print-mob-img{
        display: none;
    }
    .print-360-img{
        display: flex;
    }
    .mob-print-desc{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 255px;
        row-gap: 10px;
    }
    .print-icon{
        margin: 0;
    }

    /* colors section */

    .colors-title{
        font-size: 20px;
    }
    .color__item:first-child{
        margin-left: 45px;
    }
    .color__item:last-child{
        margin-right: 45px;
    }
    .color__section-char{
        background: url(img/color-char-bg-360.png) no-repeat;
        margin-left: -10px;
        height: 575px;
        width: 360px;
    }
    .color__char-desc{
        width: 305px;
        margin-left: 50px;
        font-size: 17px;
        line-height: 22px;
        padding-top: 80px;
        margin-left: -25px;
    }
    .color__section-char--right{
        margin-left: 0;
        flex-direction: column;
        align-items: center;
    }

    /* steps section */

    .steps-title{
        width: 260px;
        font-size: 22px;
        line-height: 30px;
    }
    .step__item{
        padding: 0 20px;
    }
    .first__step-item{
        background: url(img/steps-item-bg-1-360.png) !important;
    }
    .second__step-item{
        background: url(img/steps-item-bg-1-360.png) !important;
    }
    .step__num-w-padding{
        padding-top: 50px;
    }
    .step__num{
        margin-left: 0;
    }
    .stem-num{
        font-size: 70px;
    }
    .step-desc{
        margin-top: 15px;
        font-size: 16px;
    }

    /* textilelents section */

    .textilelents-title{
        font-size: 22px;
    }
    .textilelents__section-body{
        background: url(img/textilelents-bg-360.png) no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 380px;
        height: 780px;
        margin-top: 30px;
        margin-left: -16px;
    }
    .textilelents-desc{
        margin-left: 0;
    }
    .textilelents-desc:nth-child(1){
        width: 260px;
        text-align: center;
        margin-top: 65px;
    }
    .textilelents-desc:nth-child(2){
        width: 300px;
        text-align: center;
        margin-left: 0;
    }

    /* second form section */

    .second__form-section{
        background: url(img/second-form-bg-360.jpg) no-repeat !important;
        background-size: cover !important;
        margin-top: 50px;
    }
    .second-form-title{
        text-align: center;
        width: 325px;
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto;
    }
    .second__form{
        align-items: center;
        margin-top: 390px;
    }

    /* benefits section */

    .benefits__bg-title{
        margin-left: -225px;
    }
    .benefits-bg-title{
        font-size: 57px;
    }
    .benefits__section-title{
        padding-top: 20px;
    }
    .benefits-title{
        font-size: 22px;
    }
    .benefits__section-items{
        align-items: center;
        gap: 0;
    }
    .lg__benefit-item:nth-child(1){
        background: url(img/benefit-item-bg-1-360.jpg) no-repeat;
        padding: 0 15px;
    }
    .lg__benefit-item:nth-child(2){
        background: url(img/benefit-item-bg-2-360.jpg) no-repeat;
        padding: 0 15px;
    }

    /* catalog section */

    .catalog__section{
        padding-bottom: 220px;
    }
    .catalog__filter{
        flex-wrap: wrap;
        justify-content: center;
        height: 90px;
        gap: 10px;
    }
    .catalog-filter--first--product{
        margin-left: 42px;
    }
    .catalog-filter--last--product{
        margin-right: 42px;
    }
    .catalog__section-img{
        flex-direction: column;
    }
    .catalog__img-text{
        text-align: center;
        line-height: 30px;
    }

    /* third form section */

    .third__form-section{
        background: url(img/third-form-bg-360.png) no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    .third__form-section-title{
        padding-top: 10px;
    }
    .third-form-title{
        text-align: center;
        width: 267px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .third__form{
        align-items: center;
        margin-top: 365px;
    }
    .form__wa{
        margin-right: 140px;
        margin-top: -525px;
    }

    /* footer */

    .pc__footer-map{
        display: none;
    }
    .footer-map{
        width: 100vw;
    }
    .mob__footer-map{
        display: unset;
    }

}

@media (max-width: 550px) {
    
    /* modal */

    .modal__content-wrapper, .modal__content{
        width: 350px;
        height: 500px;
    }
    .modal__content{
        padding: 25px;
    }
    .modal-img{
        display: none;
    }
    .modal-btn{
        position: unset;
        margin-top: 0;
    }
    .modal__title{
        margin-top: 50px;
    }
    .modal-title, .modal-subtitle{
        text-align: center;
    }
    .modal__after{
        width: 350px;
        height: 500px;
    }
    .thank{
        font-size: 22px;
    }

}