body {
    margin:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Inter", serif;
}

a {
    text-decoration:none;
    color:inherit;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    margin:0;
}

h2 {
    margin:0;
}

.container {
    max-width:1720px;
    margin:auto;
}

.header-nav__phone {
    display:flex;
    flex-direction:column;
    font-size:18px;
    padding-left:16px;
    transition:all ease-out .2s;
    padding-right:10px;
}

.header-nav__phone:hover {
    color: #489d52;
}

.header-nav__phone > span {
    font-size: 12px;
    color: #489d52;
}

@media (max-width:1720px) {
    .container {
        max-width:95%;
    }
}

.green {
    color: #489D52 !important;
}

header {
    padding:12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 2px 2px 4px rgb(194 194 194 / 50%);
}

header .container {
    display:flex;
    justify-content:space-between;
}

body.scroll-disabled {
    overflow:hidden;
}

.header-spacing {
    height:72px;
}

.header-logo__outer {
    display:flex;
    align-items:center;
}

.header-logo__region {
    padding-left:24px;
    display:flex;
    align-items:center;
}

.header-logo__region svg {
    padding-right:4px;
}

.header-logo__region-choosed {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.header-nav {
    display:flex;
    align-items:center;
}

.header-nav__menu {
    display:flex;
}

.header-nav__menu li a {
    padding:9.5px 16px;
}

.header-nav__menu a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.header-nav__menu a:hover {
    color:#489D52;
}

.header-nav__callback {
    padding: 8px 20px;
    border-radius: 8px;
    background: #489D52;
    display:block;
    color:#fff;
    margin-left:16px;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition:all ease-out .2s;
}

.header-nav__callback:hover {
    opacity: .8;
}

section.promo {
    background: url('../images/bg_new.jpg');
    min-height:fit-content;
    overflow:hidden;
    padding-bottom:42px;
}

.promo__title {
    position:relative;
    max-width:999px;
    margin-left:auto;
    padding:50px 0;
}

.promo__title * {
    z-index:1;
    color:#fff;
    position:relative;
}

.promo__title:before {
    content:'';    
    background: linear-gradient(0deg, #1E1E1E 0%, #3C3C3C 100%);
    position:absolute;
    top:0;
    left:-50px;
    right:-200px;
    bottom:-50px;
    height:100%;
    width:calc(100% + 250px);
    display:block;
    pointer-events: none;
    user-select: none;
    border-radius: 0px 0px 0px 30px;
}

.promo__title-big {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.36px;
}

.promo__title-small {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
}

.promo__title-text {
    padding:40px 0 24px 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.64px;
    color:#A9A9B1;
}

.promo__title-button {
    padding:16px 24px;
    border-radius: var(--radius-8, 8px);
    background: #489D52;
    box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
    display:block;
    width:fit-content;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition:all ease-out .2s;
}

.promo__title-button:hover {
    opacity:.8;
}

.promo-swiper-utps {
    margin-top: 140px;
}

.promo-swiper-utp {
    border-radius: 30px;
    background: #EBEBEB;
    padding:24px 25px;

    display:flex !important;
    min-height:190px
}

.promo-swiper-utp svg {
    margin-right:15px;
}

.promo-swiper-utp-green {
    background:#489D52;
}

.promo-swiper-utp__content-title {
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom:12px;
}

.promo-swiper-utp__content-text {
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 110%;
}

.promo-swiper-utp-green * {
    color:#fff;
}



section.utps {
    background: #F0F0F2;
    padding:120px 0;
}

.utps-grid {
    display:flex;
}

.utps-grid__clmns {
    width:calc(100% - 20px);
    margin:0 20px;
}

.utps-grid .utps-grid__clmns:first-child {
    margin-left:0;
}

.utps-grid .utps-grid__clmns:last-child {
    margin-right:0;
}

.utps-grid__clm1 {
    display:flex;
    flex-direction:column;
}

.utps-grid__clm1-item1 {
    background:#fff;
    padding: 16.5px 104.667px 43.5px 104px;
    display:flex;
    flex-direction:column;
}

.utps-grid__clm1-item1-number {
    font-size: 60px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: -2.4px;
}

.utps-grid__clm1-item1-number-n {
    font-size: 120px;
    padding-left:20px;
    line-height: 120%;
}

.utps-grid__clmns-item {
    border-radius: 30px;
    border: 1px solid #C2C2C2;

    background: #FFF;
    margin-bottom:35px;
    overflow:hidden;
}

.utps-grid__clm1-item1-content {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.utps-grid__clm1-item2 {
    background: url('../images/utps-1-2.png');
    background-size:cover;
    padding:52px 120px 315px;
    border:none;
}

.utps-grid__clm1-item2-block {
    background: #489D52;
    border-radius: 30px;
    padding:66px 18px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.utps-grid__clm1-item2-block-fff {
    background:#fff;
    border-radius:30px;
    color: #0B0B0B;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
    width:fit-content;
    padding:6px 12px;
    margin-bottom:16px;
}

.utps-grid__clm1-item2-block-numbers {
    font-size: 29px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 34.8px */
    letter-spacing: -0.58px;
    text-transform: uppercase;
}

.utps-grid__clm1-item2-block-numbers span {
    font-size: 29px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: -0.58px;
    text-transform: lowercase;
}

.utps-grid__clm2-item {
    background:url('../images/utps-2-1.png');
    height:100%;
    padding:62px 42px;
    display:flex;
    flex-direction:column;
}

.utps-grid__clmns > .utps-grid__clmns-item:last-child {
    margin-bottom:0;
}

.utps-grid__clm2-item * {
    color:#fff;
}

.utps-grid__clm2-1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: -0.7px;
}

.utps-grid__clm2-2 {
    font-size: 85px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; 
    letter-spacing: -1.7px;
}

.utps-grid__clm2-3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%; 
    letter-spacing: -0.8px;
}

.utps-grid__clm3 {
    display:flex;
    flex-direction:column;
}

.utps-grid__clm3-item1 {
    padding:104px 50px;
    display:flex;
    flex-direction:column;
    width:100%;
}

.utps-grid__clm3-item1-1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.utps-grid__clm3-item1-2 {
    font-size: 120px;
    font-style: normal;
    font-weight: 300;
    line-height: 80%;
    letter-spacing: -2.4px;
    padding-bottom: 35px;
}

.utps-grid__clm3-item1-3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
}

.utps-grid__clmns-row {
    display:flex;
    justify-content: space-between;
}

.utps-grid__clmns-row > .utps-grid__clmns-item {
    width:calc(50% - 17px);
}

.utps-grid__clm3-item2-image {
    background: url(../images/utps-3-2.png);
    height: 308px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 16px 30px;
}

.utps-grid__clm3-item2-image-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    border-radius: 30px;
    background: #489D52;
    padding: 6px 12px;
    color:#fff;
}

.utps-grid__clm3-item2-number {
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; 
    letter-spacing: -1.08px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 35px;
}

.utps-grid__clm3-item3 {
    padding:167px 50px 30px 50px;
    height:100%;
}

.utps-grid__clm3-item3-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.7px;
    display:block;
}

.header-burger {
    display:none;
}

.header-nav__menu a {
    transition:all ease-out .2s;
}

.header-nav__menu a.visible {
    /* font-weight: 700; */
    color: #489d52;
}

section.second-banner {
    background:url('../images/second-banner.png');
    background-size:cover;
    padding:60px 0 90px;
}

.second-banner__title {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:24px;
}

.second-banner__description {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:40px;
}

.second-banner__button {
    border-radius: var(--radius-8, 8px);
    background: #489D52;
    box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
    padding:16px 24px;
    color:#fff;
    margin:auto;
    display:flex;
    width:fit-content;

    font-size: var(--size-label-lg, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-24, 24px); /* 150% */
    text-transform: uppercase;
    transition:all ease-out .2s;
}

.second-banner__button:hover {
    opacity: .8;
}

.second-banner__button svg {
    margin-left:8px;
}

section.contructions {
    padding:90px 0 120px;
    background:#fff;
}

.block-title {
    color: #1E1E1E;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom:60px;
}

.btn-secondary {
    cursor: pointer;
    border-radius: var(--radius-8, 8px);
    border: 1px solid #489D52;
    box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
    padding: 16px;
    text-align: center;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    transition: all 
ease-out .2s;
}

.btn-secondary:hover {
    background:#489D52;
    color:#fff;
}

section.contructions .block-title {
    margin:0;
}

.constructions-schema {
    padding-top:46px;
    position:relative;
}

.constructions-schema > img {
    width:100%;
}

.constructions-schema__item {
    position:absolute;
}

.constructions-schema__item-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%;
    letter-spacing: -0.5px;
    max-width: 300px;
    transition: all ease-out .2s;
}

.constructions-schema__item-content {
    padding:12px 24px;
    border-radius: var(--radius-8, 8px);
    background: var(--background-primary, #FFF);
    box-shadow: 0px 10px 15px -3px var(--black-a10, rgba(0, 0, 0, 0.10)), 0px 4px 6px -2px var(--black-a5, rgba(0, 0, 0, 0.05));
    color: #3C3C3C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width:535px;
    position: absolute;
    opacity:0;
    transition:all ease-out .2s;
    z-index:1;
    visibility:hidden;
    pointer-events:none;
    user-select:none;
}


.constructions-schema__item-title:hover {
    color:#489D52;
    cursor:pointer;
}

.constructions-schema__item-title:hover + .constructions-schema__item-content {
    opacity:1;
    visibility:visible;
    pointer-events:initial;
    user-select:initial;
}

.constructions-schema__item[data-cs="1"] {
    top:41.6%;
}


.constructions-schema__item[data-cs="1"] .constructions-schema__item-content {
    bottom:100%;
    margin-bottom:14px;
}

.constructions-schema__item[data-cs="2"] {
    top: 0.8%;
    left: 56.3%;
}

.constructions-schema__item[data-cs="2"] .constructions-schema__item-content {
    top:100%;
    right:0;
    margin-top:14px;
}

.constructions-schema__item[data-cs="3"] {
    top: 86%;
    left: 60.3%;
}

.constructions-schema__item[data-cs="3"] .constructions-schema__item-content {
    bottom:100%;
    right: 0;
    margin-bottom:14px;
}

.constructions-schema__item[data-cs="4"] {
    top: 55.7%;
    left: 81%;
}

.constructions-schema__item[data-cs="4"] .constructions-schema__item-content {
    bottom:100%;
    right: 0;
    margin-bottom:14px;
}

section.examples {
    background: linear-gradient(0deg, #E5E5E5 0%, #F0F0F2 100%);
    padding:90px 0;
}

.swiper__outer .swiper {
    margin: 0 54px;
}

.example-item {
    background:#fff;
    border-radius:8px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding:16px;
}

.example-item__image {
    width:100%;
    border-radius:12px;
    height:302px;
    object-fit:cover;
    margin-bottom:16px;
}

.example-item__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color:#262626;
    display:block;
    margin-bottom:8px;
}

.example-item__description {
    color: var(--text-tertiary, #808080);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.swiper__outer {
    position:relative;
}

.swiper__nav {
    background: #489d52;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.swiper__nav.swiper-button-disabled {
    opacity:.5
}

.swiper__next {
    position:absolute;
    right:0;
    top:50%;
}

.swiper__prev {
    position:absolute;
    left:0;
    top:50%;
    transform:rotate(180deg);
}

.swiper__pagination.swiper-pagination.swiper-pagination-horizontal {
    width: fit-content;
    top: -50px;
    right: 0;
    left: unset;
    height: fit-content;
    bottom: unset;
    display:none;
}

.swiper__pagination.swiper-pagination .swiper-pagination-bullet {
    width:8px;
    height:8px;
    border:1px solid #489d52;
    background:rgba(154, 186, 158, 0.20);
    transition: all ease-out .4s;
}

.swiper__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#489d52;
    box-shadow: 0px 0px 0px 4px #9ABA9E;
}

section.reviews {
    padding:90px 0;
    background:#fff;
}

.reviews-item {
    background: #EBEBEB;
    border-radius:8px;
    padding:16px;
    height:387px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}


.reviews-item__name {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:8px;
}

.reviews-item__content {
    color: #808080;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.reviews-item__link {
    width:fit-content;
    border-radius: var(--radius-8, 8px);
    border: 1.5px solid #489D52;
    box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
    padding:16px 24px;
    margin-left: auto;
    color:  #212529;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-16, 16px);
}

section.sales {
    padding:60px 0 90px;
    background:#ECECEE;
}

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

.sales__item {
    padding:57px 0 0 15vw;
    width:calc(100%);
    height:360px;
    border-radius:12px;
    position:relative;
}

.sales__item-image {
    position:absolute;
    right:20vw;
    top:0;
    bottom:0;
    margin:auto;
    max-width: 359px;
}

.sales__item-title {
    color:#fff;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-bottom:12px;
}

.sales__item-title-subtitle {
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sales__item-description {
    color: #CCC;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:42px;
}

.sales__item-button {
    display:block;
    width:fit-content;
    background:#489D52;
    color:#fff;
    padding:16px 24px;
    border-radius:8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    opacity:1;
    white-space: nowrap;
    transition:all ease-out .2s;
}

.sales__item-button img {
    margin-left:8px;
}

.sales__item-button:hover {
    opacity:.8;
}

section.form {
    position:relative;
    overflow:hidden;
    background:#fff;
}

section.form .container {
    display:flex;
}

.form-content {
    width: 50%;
    display: flex;
    padding: 60px 64px 90px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-content__title {
    position:relative;
    z-index:1;
    
    color: #FFF;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.94px;
    margin-bottom:25px;
}

.form-content__description {
    position:relative;
    z-index:1;
    
    color: #F8F8F8;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.form-content__image {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:50%;
    object-fit:cover;
    user-select:none;
    pointer-events:none;
    height:100%;
}

.form-main {
    width: 50%;
    padding: 90px 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;;
}

.form-main__title {
    color: #1E1E1E;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:24px;
}

.form-main__subtitle {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:32px;
}

.form-group input {
    padding: 12px;
    border-radius: 8px;
    background: #EBEBEB;
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    border:1px solid #EBEBEB;
    transition: all ease-out .2s;
}

.form-group {
    width:480px;
    margin-bottom:24px;
}

.form-group input::placeholder {
    color: #929292;
}

.form-submit {
    width:100%;
    background:#489D52;
    border-radius:8px;
    border:none;
    outline:none;
    color:#fff;
    padding:16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor:pointer;
    transition:all ease-out .2s;
}

.form-submit:hover {
    opacity: .8;
}

.form-main__success {
    position:absolute;
    display:none;
}

.form-main__success.submited {
    display:block;
}

.form-main__success-title {
    font-size:32px;
    margin-bottom:18px;
}

.form-main__success-message {
    font-size:20px;
}

.form-main__inner.submited {
    opacity:0;
    user-select:none;
    pointer-events:none;
}

.form-group input.is-invalid {
    border:1px solid brown;
}

section.about {
    padding:32px 0;
    background:#fff;
}

section.about .container {
    display:flex;
    align-items:center;
}

.about__text, .about__gallery {
    width:50%;
}

.about__text {
    padding-right:40px;
}

.about-title {
    color: #1E1E1E;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:42px;
}

.about-rows {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:-24px;
}

.about-item {
    width:343px;
    margin-bottom:24px;
}

.about-item__title {
    color: #489D52;
    font-size: 47.402px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; 
    letter-spacing: -0.948px;
    text-transform: uppercase;
    padding-bottom:12px;
    position:relative;
    margin-bottom:12px;
}

.about-item__title:before {
    content: '';
    width:222px;
    height:3px;
    display:block;
    background: #489D52;
    position:absolute;
    bottom:0;
    left:0;
}

.about-item__number {
    font-size: 94.804px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    letter-spacing: -1.896px;
}

.about-item__description {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.about-item__small {
    text-transform:lowercase;
    padding-left: 5px;
}

.about-item-1 .about-item__number {
    margin-left: -10px;
}

.about__gallery {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.about__gallery-item {
    width: calc(50% - 12px);
    overflow: hidden;
    padding-bottom: 24px;
}

.about__gallery-item img {
    border-radius:12px;
    max-height:289px;
    width:100%;
}

footer {
    background: #1E1E1E;
    padding: 90px 0 60px 0;
}

footer * {
    color:#fff;
}

.footer-clmns {
    display:flex;
    justify-content:space-between;
    padding-bottom:80px;
    border-bottom:1px solid #fff;
    margin-bottom:32px;
}

.footer-about {
    max-width:476px;
}

.footer-about__title {
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom:24px;
}

.footer-about__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-nav__menu a {
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom:18px;
    display:block;
}

.footer-contacts__numbers {
    display:flex;
    flex-direction:column;
}

.footer-contacts__title {
    margin-bottom:16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer-contacts__phone {
    color: #FFF;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom:24px;
    display:block;
}

.footer-contacts__numbers span {
    margin-bottom:32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.footer-contacts__numbers a[href^="mailto:"] {
    text-decoration: underline;
}

footer a {
    transition:all ease-out .2s;
}

footer a:hover {
    color:#489D52;
}

.footer-info__line {
    display:flex;
    justify-content:space-between;
}

.footer-logo {
    display:none;
}

.animations.animation-scale {
    opacity:0;
}

.animations.animation-scale.animated {
    opacity:1;
    transition:all ease-out 1s;
    transition-delay: .1s;
}

.animations.animation-translateY.animated {
    transition:all ease-out .8s;
    transition-delay: .2s;
    transform: translateY(0);
    opacity:1;
}

.animations.animation-translateY:not(.animated) {
    transform: translateY(40%);
    opacity:0;
}

.animations.animation-translateXleft {
    transition-delay: .5s;
    transform: translateX(-100%);
    opacity:0;
}

.animations.animation-translateXleft.animated {
    transform: translateX(0%);
    transition:all ease-out 1s;
    transition-delay: .3s;
    opacity:1;
}

.animations.animation-translateXright {
    transition-delay: .5s;
    transform: translateX(100%);
    opacity:0;
}

.animations.animation-translateXright.animated {
    transform: translateX(0%);
    transition:all ease-out 1s;
    transition-delay: .3s;
    opacity:1;
}

.swiper-slide {
    height:auto !important;
}

.example-item {
    height:100% !important;
}

.infopage {
    padding:60px 0 90px 0;
    background:#fff;
}

.infopage table {
    width:100%;
    border:1px solid #eee;
}

.infopage td {
    border:1px solid #eee;
}

.infopage h1 {
    font-size:42px;
}

.page404 {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:60px 0;
}

.page404 h1 {
    font-size:250px;
    display:block;
    text-align:center;
    color:#489D52;
    margin:0;
}

.page404-text {
    font-size:21px;
}

.promo__title-articles {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -0.64px;
    padding-top:40px;
}

.header-contacts__mobile {
    display:none;
}

@media (max-width:1660px) {
    .constructions-schema__item-title {
        font-size:18px;
        padding-top:7px;
    }

    .constructions-schema__item[data-cs="3"] {
        top:85.1%;
    }

    .constructions-schema__item[data-cs="2"] {
        top: 1.6%;
    }
    
    .sales__item-image {
        max-width:44%;
    }
    
    .sales__item-content {
        max-width: 45%;
    }
    
    .sales__item {
        padding: 57px 0 0 10vw;
    }
    
    .form-content__title {
        font-size:42px;
    }
    
    .form-content__description {
        font-size:18px;
    }
}

@media (max-width:1540px) {
    .header-logo__outer {
        align-items: flex-start;
        flex-direction: column;
        flex-flow: column-reverse;
    }
    
    .promo__title-articles {
        font-size:2.3vw;
    }

    .header-logo__region {
        padding-left:0;
        padding-bottom:2px;
    }

    .header-logo__region-choosed {
        font-weight:200;
        font-size:12px;
    }

    .header-nav__menu li a {
        font-size:16px;
    }

    .header-nav__callback {
        font-size:14px;
    }


    .promo-swiper-utps.swiper {
        overflow:visible;
    }

    .promo__title {
        max-width:60%;
    }

    .promo-swiper-utps {
        margin-top:80px;
    }

    .promo__title-big {
        font-size: 4vw;
    }

    .promo__title-small {
        font-size: 2.96vw;
    }

    .promo__title-text {
        font-size: 2.1vw;
    }

    .promo__title-button {
        font-size: 1.6vw;
    }

    .promo-swiper-utp__content-title {
        font-size: 1.6vw;
    }

    .promo-swiper-utp__content-text {
        font-size: 1.4vw;
    }

    .promo-swiper-utp {
        min-height: 10.7vw;
    }

    .utps-grid__clm1-item1-number-n {
        font-size: 5vw;
        padding-left: 12px;
    }

    .utps-grid__clm1-item1-number {
        font-size: 3.5vw;
    }

    .utps-grid__clm1-item1-content {
        font-size: 16px;
    }

    .utps-grid__clm1-item1 {
        padding: 4.1vw 6vw 3vw 6vw;
    }

    .utps-grid__clm1-item2 {
        padding: 4.9vw 4vw 11.7vw;
    }

    .utps-grid__clm1-item2-block-numbers {
        font-size: 2.1vw;
    }

    .utps-grid__clm1-item2-block-fff {
        font-size: 1.4vw;
    }

    .utps-grid__clm2-item {
        padding: 5vw 2vw;
    }

    .utps-grid__clm2-1 {
        font-size: 2.4vw;
    }

    .utps-grid__clm2-2 {
        font-size: 4.9vw;
    }

    .utps-grid__clm2-3 {
        font-size: 2.4vw;
    }

    .utps-grid__clm3-item1 {
        padding: 5.7vw 1.7vw;
    }

    .utps-grid__clm3-item1-2 {
        font-size:8vw;
    }

    .utps-grid__clm3-item1-1 {
        font-size:1.4vw;
    }

    .utps-grid__clm3-item1-3 {
        font-size:1.8vw;
    }

    .utps-grid__clm3-item2-number {
        font-size: 2.4vw;
    }

    .utps-grid__clm3-item2-image-title {
        font-size:1.2vw;
    }

    .utps-grid__clm3-item2-image {
        padding:16px 10px;
        height:240px;
    }

    .utps-grid__clm3-item3-title {
        font-size:2vw;
    }

    .utps-grid__clm3-item3 {
        padding: 6vw 2vw 2vw 3vw;
    }

    .utps-grid__clmns {
        width: calc(100% - 10px);
        margin: 0 10px;
    }

    .utps-grid__clmns-row > .utps-grid__clmns-item {
        width: calc(50% - 10px);
    }

    .utps-grid__clmns-item {
        margin-bottom:20px;
    }

    .utps-grid__clm3-item2-number {
        padding-top: 2vw;
    }

    .utps-grid__clm1-item2-block-numbers span {
        font-size:1.4vw;
    }

    .promo__title-text br {
        display:none;
    }
    
    .about-item {
        width: 48%;
    }
    
    .about-item__number {
        font-size:70px;
    }
    
    .about-item__title {
        font-size:32px;
    }
    
    .about-item__description {
        font-size:18px;
    }
    
    .about__gallery-item img {
        max-height: 100%;
        min-height: 240px;
        object-fit: cover;
    }
}

@media (max-width:1450px) {
    .footer-nav__menu a {
        font-size:20px;    
    }
    
    .sales__item-content {
        max-width: 50%;
        position: relative;
        z-index: 1;
    }
    
    .sales__item {
        padding-left:5vw;
    }
    
    .sales__item-title {
        /* font-size:42px; */
    }
    
    .sales__item-title-subtitle {
        /* font-size: 18px; */
    }
    
    .sales__item-description {
        /* font-size:18px; */
    }
    
    .form-content__title {
        font-size: 32px;
    }
    
    .form-content__title br, .sales__item-description br {
        display:none;
    }
}

@media (max-width:1350px) {
    .header-nav__menu li a {
        padding: 9.5px 10px;
    }
}

@media (max-width:1250px) {
    .footer-about {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    
    .footer-clmns {
        flex-wrap:wrap;
    }
    
    .header-nav__menu li a {
        font-size: 14px;
    }
    
    .header-nav__phone {
        padding-right:0;
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .header-nav__phone {
        padding-right: 0;
        font-size: 14px;
        padding-left: 10px;
    }
    
    .sales__item-image {
        display:none;
    }
    
    .sales__item-content {
        max-width: 100%;
    }
    
    .utps-grid {
        flex-direction:column;
    }
    
    .utps-grid__clmns {
        margin:0;
    }
    
    .utps-grid__clm1 {
        flex-direction:row;
        margin-bottom:20px;
    }

    .utps-grid__clm1-item1 {
        margin-right:20px;
        margin-bottom:0;
        width: 50%;
    }

    .utps-grid__clm1-item2 {
        padding: 4.9vw 4vw 4.7vw;
        width:50%;
    }

    .utps-grid__clm1-item2-block {
        width:70%;
        margin:auto;
    }

    .utps-grid__clm1-item1-content {
        max-width:270px;
    }

    .utps-grid__clm2 {
        margin-bottom:20px;
    }

    .utps-grid__clm2-item {
        background-color:#0b0b0b;
        background-position: 100% 40%;
        background-repeat:no-repeat;
        padding: 3vw 2vw;
    }

    .utps-grid__clm3 {
        flex-direction:row;
    }

    .utps-grid__clmns-row {
        width:50%;
    }

    .utps-grid__clm3-item3 {
        margin-left: 20px;
        width:50%;
        height:100%;
    }

    .utps-grid__clm3-item3 {
        padding: 6vw 2vw 5.5vw 3vw;
    }

    .utps-grid__clm3-item2-image {
        height:17vw;
    }

    .utps-grid__clm3-item3-title {
        max-width:19vw;
    }

    .utps-grid__clmns-item {
        margin-bottom:0;
    }

    .utps-grid__clm3-item3 {
        padding: 6vw 2vw 3vw 3vw;
    }
    
    .header-nav__menu li a {
        padding: 9.5px 10px;
    }
    
    .second-banner__title {
        font-size:42px;
    }
    
    .second-banner__description {
        font-size:16px;
    }
    
    section.about .container {
        flex-direction:column;
    }
    
    .about__text, .about__gallery {
        width:100%;
    }
    
    .about__text {
        padding-right:0;
    }
    
    .about__gallery {
        padding-top:60px;
    }
    
    .about-item__description {
        max-width:300px;
    }
}

@media (max-width:1150px) {
    .header-nav__phone {
        display:none;
    }
    
    section.contructions {
        display:none;
    }

    .header-nav__menu {
        display:none;
    }

    .header-nav__callback {
        display:none;
    }

    .header-logo__region {
        display:none;
    }
    
    .header-burger {
        display:flex;
        align-items:center;
    }

    section.utps {
        padding:60px 0;
    }

    .header-burger-close {
        display:none;
    }

    .header-nav.active {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 72px;
        bottom: 0;
        background: #fff;
        z-index: 9;
        overflow:scroll;
        padding-bottom:30px;
    }

    .header-nav.active .header-nav__menu {
        display:block;
        padding-left:10px;
        padding-top: 40px;
    }

    .header-nav.active .header-nav__callback {
        display: block;
        margin-left: 18px;
        width: fit-content;
        box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
        padding: 16px 24px;
        margin-top:40px;
    }

    .header-nav.active .header-nav__menu li a {
        padding:7px 10px;
        width:100%;
        display:block;
    }

    .header-burger.active .header-burger-close {
        display:block;
    }
    
    .header-nav.active .header-contacts__mobile {
        display:block;
        padding:18px;
    }
    
    .header-contacts__phone {
        font-size:22px;
        color:#489D52;
    }
    
    .header-contacts__title {
        margin-bottom:10px;
    }
    
    .header-contacts__numbers {
        padding:10px 0;
        display:flex;
        flex-direction:column;
    }
    
    .header-contacts__numbers * {
        display:flex;
        flex-direction:column;
        font-size:14px;
    }
    
    .header-contacts__numbers span {
        padding: 5px 0;
    }
    
    .header-contacts__numbers span span,  .header-contacts__numbers span a {
        font-size:16px;
        padding-top: 3px;
    }
    
    .header-contacts__numbers span a {
        color:#489D52;
    }

    .header-burger.active .header-burger-open {
        display:none;
    }

    .header-nav.active .header-nav__menu li a:focus {
        font-weight:800;
    }

    .mobile-hidden {
        display:none !important;
    }
    
    section.form .container {
        flex-direction: column;
    }
    
    .form-content {
        width:100%;
        position:relative;
    }
    
    .form-content__image {
        width: 120%;
        left: -10%;
        right: -10%;
    }
    
    .form-main {
        width:100%;
    }
    
    .form-content {
        padding:45px 0 60px 0;
    }
    
    .form-content__title {
        font-size: 32px;
    }
    
    .form-content__description {
        font-size:14px;
    }
    
    .form-main {
        padding:45px 0 60px 0;
    }
}

@media (max-width:1000px) {
    .sales__item {
        padding: 34px 0 34px 24px; 
        min-height: fit-content;
    }
    
    .sales__item-title {
        /* font-size: 32px; */
    }
    
    .sales__item-title-subtitle {
        /* font-size: 16px; */
    }
    
    .sales__item-description {
        /* font-size: 16px; */
    }
    
    .promo-swiper-utps {
        margin-top: 6vw;
    }

    .utps-grid__clmns-row > .utps-grid__clmns-item {
        width: calc(50% - 5px);
    }

    .utps-grid__clm3-item3 {
        margin-left:10px;
    }

    .utps-grid__clm2 {
        margin-bottom:10px;
    }

    .utps-grid__clm1 {
        margin-bottom:10px;
    }

    .block-title {
        font-size:42px;
    }

    .swiper__outer .swiper {
        margin: 0;
    }

    .swiper__nav {
        display:none;
    }

    .swiper__pagination.swiper-pagination.swiper-pagination-horizontal {
        display:block;
    }
}

@media (max-width:800px) {
    .sales__row {
        flex-direction:column;
    }
    
    .sales__item {
        width:100%;
        margin-bottom:24px;
    }
    
    .sales__row .sales__item:last-child {
        margin-bottom:0;
    }
}

@media (max-width:750px) {
    .promo__title-articles {
        padding-top:15px;   
        font-size: 2.76vw;
    }
    
    .infopage h1 {
        font-size:28px;
    }
    
    .footer-about {
        display:none;    
    }
    
    .footer-logo {
        display:block;
        width:100%;
        margin-bottom:48px;
    }
    
    .footer-nav__menu a {
        font-size:16px;
    }
    
    .footer-contacts__numbers span {
        font-size:16px;
    }
    
    .promo-swiper-utp__content {
        display:flex;
        align-items:center;
    }

    .promo-swiper-utp__content-title {
        margin-bottom:0;
    }

    .promo-swiper-utp__content-text {
        display:none;
    }

    .promo-swiper-utp {
        padding:12px;
        min-height:fit-content;
    }

    .promo-swiper-utps {
        margin-top: 10vw;
    }
    
    .utps-grid__clm1-item2-block-fff {
        font-size: 2vw;
    }

    .utps-grid__clm1-item1 {
        margin-right:12px;
    }
    
}

@media (max-width:700px) {
    .promo__title-big {
        font-size: 4.14vw;
    }

    .promo__title-small {
        font-size: 3.15vw;
    }

    .promo__title-text {
        padding: 12px 0 24px 0;
    }

    .promo__title-text {
        font-size: 2.76vw;
    }

    .promo__title-button {
        font-size: 2.76vw;
    }

    .promo-swiper-utp__content-title {
        font-size: 2.6vw;
    }

    .utps-grid__clm1-item1 {
        margin-right:12px;
    }

    .utps-grid__clm1-item1-number {
        font-size: 7vw;
    }

    .utps-grid__clm1-item1-number-n {
        font-size: 14vw;
    }

    .utps-grid__clm1-item1 {
        padding:26px 12px;
    }

    .utps-grid__clm1-item1-content {
        font-size:14px;
        text-transform: uppercase;
        padding-top: 4px;
    }

    .utps-grid__clm1-item2-block-fff {
        font-size:14px;
    }

    .utps-grid__clmns-item {
        border-radius:8px;
    }

    .utps-grid__clm1-item2-block {
        width:100%;
        padding:20px 4px;
        border-radius:8px;
    }

    .utps-grid__clm1-item2 {
        padding:73px 11px;
    }

    .utps-grid__clm1-item2-block-numbers {
        font-size: 3.7vw;
    }

    .utps-grid__clm1-item2-block-numbers span {
        font-size: 3.7vw;
    }
    
    .utps-grid__clm2-1 {
        font-size: 4.7vw;
        max-width: 50vw;
    }

    .utps-grid__clm2-2 {
        font-size: 12.3vw;
    }

    .utps-grid__clm2-3 {
        font-size: 5.7vw;
    }

    .utps-grid__clm2-item {
        background-position: 100% 25%;
        padding: 7.2vw 18px 73vw;
        background-size: 100%;
    }

    .utps-grid__clm1-item1-number-n {
        padding-left:5px;
    }

    .utps-grid__clm3 {
        flex-direction:column;
    }

    .utps-grid__clmns-row {
        width:100%;
        margin-bottom:12px;
    }

    .utps-grid__clm1 {
        margin-bottom:12px;
    }

    .utps-grid__clm2 {
        margin-bottom:12px;
    }

    .utps-grid__clmns-row > .utps-grid__clmns-item {
        width: calc(50% - 6px);
    }

    .utps-grid__clm3-item3 {
        width:100%;
        margin-left:0;
    }

    .utps-grid__clm3-item1-1 {
        font-size: 7.2vw;
    }

    .utps-grid__clm3-item1-2 {
        font-size: 112px;
        padding-bottom:24px;
    }

    .utps-grid__clm3-item1-3 {
        font-size: 5.4vw;
    }

    .utps-grid__clm3-item1 {
        padding: 26px 12px;
    }

    .utps-grid__clm3-item2-image {
        height: 54vw;
        background-size: cover;
    }

    .utps-grid__clm3-item2-image-title {
        font-size: 3.7vw;
    }

    .utps-grid__clm3-item2-number {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .utps-grid__clm3-item3 {
        padding:47px 50px 30px;
    }

    .utps-grid__clm3-item3-title {
        padding-top:11px;
        font-size: 24px;
        max-width:100%;
    }

    .block-title {
        margin-bottom: 80px;
    }
    
    .form-main__title {
        font-size: 22px;
        max-width: 340px;
        margin-bottom: 12px;
    }
    
    .form-main__title br {
        display:none;
    }
    
    .form-main__subtitle {
        font-size:14px;
    }
    
    .form-group {
        width:auto;
    }
    
    .form-main form {
        width:100%;
    }
    
    .form-main__success-title {
        font-size:24px;
    }
    
    .form-main__success-message {
        font-size:16px;
    }
    
    .about-item__description {
        font-size:14px;
    }
    
    .about-item__title:before {
        width: 100%;
        height: 2px;
    }

    .about-item__title {
        font-size: 20px;
    }
    
    .about-item__number {
        font-size:68px;
    }
    
    .about__gallery-item img {
        min-height:120px;
    }
    
    .sales__item-title {
        font-size:45px;
    }
    
    .sales__item-title-subtitle {
        font-size:29px;
    }
    
    .sales__item-description {
        font-size:20px;
    }
    
    .sales__item {
        height:fit-content;
    }
}

@media (max-width:500px) {
    .promo__title-articles {
        font-size:12px;    
    }
    
    .second-banner__description {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page404 h1 {
        font-size:120px;    
    }
    
    .promo-swiper-utp {
        min-height:71px;
        padding:12px 6px 12px 12px;
        display:flex;
        align-items:center;
    }
    .promo-swiper-utp svg {
        max-height:36px;
    }
    
    .about__gallery-item {
        width: calc(50% - 6px);
        padding-bottom: 12px;
    }
    
    .footer-menu {
        margin-bottom:24px;
    }
    
    .footer-nav__menu a {
        margin-bottom:24px;
        font-weight: 600;
    }
    
    .footer-contacts__phone {
        margin-bottom:0;
    }
    
    .footer-contacts__numbers span {
        margin-bottom:12px;
    }
    
    .footer-clmns {
        padding-bottom:50px;
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    .footer-info__line {
        display:flex;
        flex-direction:column-reverse;
    }
    
    .footer-info__right {
        padding-bottom:17px;
        margin-bottom:16px;
        border-bottom:1px solid #fff;
    }
    
    footer {
        padding:45px 0;
    }
    
    .utps-grid__clmns {
        width:100%;
    }

    .promo-swiper-utp__content-title {
        font-size: 13.7px;
    }

    .promo__title-text {
        font-size:14px;
    }

    .promo__title-big {
        font-size:21px;
    }

    .promo__title-small {
        font-size:16px;
    }

    .promo__title {
        max-width: 75%;
        padding:45px 0 24px;
    }

    .promo__title:before {
        left:-24px;
        border-radius: 0px 0px 0px 8px;
    }

    .promo__title-button {
        font-size:14px;
    }

    section.promo {
        background-position: 70%;
        background-size: cover;
    }

    .promo-swiper-utp {
        border-radius:8px;
    }

    .promo-swiper-utps {
        margin-top:108px;
    }

    .promo-swiper-utp__content-title {
        font-weight:300;
    }

    .promo-swiper-utp svg {
        margin-right:12px;
    }

    .second-banner__title {
        font-size: 32px;
    }

    .second-banner__description {
        font-size: 14px;
    }

    .second-banner__button {
        font-size: 14px;
    }

    section.second-banner {
        padding:45px 0 60px;
    }
    
    .sales__item {
        padding: 35px 24px 35px 24px;
    }
    
    .sales__item-title {
        font-size: 40px;
    }
    
    .sales__item-title-subtitle {
        font-size: 20px;
    }
    
    .sales__item-description {
        font-size: 25px;
    }
    
    .sales__item-description {
        font-size:16px;
        margin-bottom: 25px;
    }
    
    .sales__item-button {
        font-size: 14px;
    }
    
    .sales .block-title {
        margin-bottom:40px;
    }
}

@media (min-width:1920px) {
    html {
        background: #f0f0f2;
    }
    
    body {
        max-width: 1920px;
        margin: auto;
        box-shadow:0px 0px 20px 18px rgb(19 19 19 / 9%);
    }
}

@media (max-width:1500px) and (min-width:1200px) {
    .promo__title-big {
        font-size: 3vw;
    }
    
    .promo__title-articles {
        font-size: 2.3vw;
    }
    
    .promo__title-text {
        font-size: 1.3vw;
        padding: 20px 0 20px 0;
    }
    
    .promo__title-button {
        font-size: 1.3vw;
    }
    
    .promo-swiper-utps {
        margin-top: 30px;
    }
    
    .constructions-schema {
        max-width: 76vw;
        margin: auto;
    }
    
    .constructions-schema__item-content {
        font-size:16px;
    }
    
    .constructions-schema__item-title {
        font-size: 16px;
    }
    
    .example-item__image {
        max-height: 250px;
    }
}

.accept-check-outer {
    display:flex;
    align-items:flex-start;
    text-align:left;
    font-size:14px;
    cursor:pointer;
    padding-bottom: 20px;
}

.accept-check-box {
    display: block;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #c9c9c9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:6px;
    border-radius:5px;
    background:#EBEBEB;
}

.accept-check-outer a {
    text-decoration:underline;
}

.accept-check-outer .accept-check-box span {
    display:none;
    color:#489d52;
    font-weight: 900;
    font-size: 14px;
}

.accept-check-outer input.is-invalid + .accept-check-box {
    border:1px solid #AB1D50;
}

.accept-check-outer input:checked + .accept-check-box span {
    display:block;
}

.accept-check-outer input {
    display:none;
}

.cookie-message {
        position: fixed;
        bottom: 25px;
        right: 25px;
        background: #fff;
        z-index: 99;
        box-shadow: 8px 8px 30px rgb(0 0 0 / 9%);
        max-width: 500px;
        padding: 35px;
        box-sizing: border-box;
        margin-left: auto;
        border-radius:10px;
    }

.cookie-message a {
    color:#489d52;
    text-decoration:underline;
}

.cookie-message button {
    display:block;
    width:fit-content;
    margin:15px 0 0 0;
    border:none;
    outline:none;
    cursor:pointer;
}

@media (max-width:500px) {
    .cookie-message {
        left:10px;
       right:10px;
        width:calc(100% - 20px);
        padding:25px;
        bottom:10px;
    }
}

*[data-filter-select-outer] *[data-filter-select] {
    opacity:0;
    margin-bottom:54px;
}

.modal {
    padding: 48px;
    max-width:550px !important;
    border: 1px solid var(--Black, #000);
    opacity:0;
    width:100%;
    transition: all ease-out .2s;
}

.modal.show {
    opacity:1;
}

.modal-title {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:24px;
}

.modal-title .bold {
    font-size: 22px;
    display:block;
}

.modal-subtitle {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; 
    margin-bottom:32px;
}

.modal .form-group {
    width: 100%;
}

.bold {
    font-weight: 600;
}

.filter-select__title {
    border:0;
    padding: 12px;
    border-radius: 8px;
    background: #EBEBEB;
    width:100%;
    cursor:pointer;
    display:flex;
    justify-content:Space-between;
    color:#929292;
    height:50px;
    margin-bottom:24px;
    pointer-events:none;
}

.filter-select__title.selected {
    color: #141414;
}

.filter-select__title:after {
    content: url(/templates/images/Vector.svg);
    display: flex;
    align-items: center;
    height: 20px;
    transition:all ease-out .2s;
}


.filter-select__row {
    display:none;
    position:absolute;
    top: 100%;
    z-index: 9;
    
    padding: 24px;
    flex-direction:column;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    background: #FBFBFB;
}

.filter-select__item {
    padding:8px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.filter-select__item:hover {
    background: #EFEFEF;
    cursor:pointer;
}

.filter-select {
    position:relative;
}

.filter-select.active .filter-select__row {
    display:flex;
}

.filter-select.active .filter-select__title {
    border-bottom:0;
    border-radius: 8px 8px 0 0;
}

.filter-select.active .filter-select__title:after {
    transform:rotate(180deg);
    margin-bottom:0;
}


[data-filter-select-outer] {
    outline: none;
    border: none;
    padding: 0;
    margin:0;
}

.modal .form-main__success {
    position:relative;
}   

.form-main__success-message-title {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:24px;
}

.form-main__success-message-message {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom:32px;
}

.form-main__success-title {
    text-align: center;
}

section.products {
    padding: 45px 0;
    background: linear-gradient(0deg, #E5E5E5 0%, #F0F0F2 100%);
}

.products-item {
    border-radius: var(--radius-8, 8px);
    background: var(--background-primary, #FFF);
    box-shadow: 0px 10px 15px -3px var(--black-a10, rgba(0, 0, 0, 0.10)), 0px 4px 6px -2px var(--black-a5, rgba(0, 0, 0, 0.05));
    padding:16px;
}

.products-item__image {
    width:100%;
    margin-bottom:16px;
}

.products-item__name {
    color: var(--text-secondary, #262626);
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom:16px;
}

.products-item__description {
    color: var(--text-tertiary, #808080);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:24px;
}

.products-item__price {
    color: #489D52;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom:24px;
}

.products-item__button {
    border-radius: var(--radius-8, 8px);
    background: #489D52;
    box-shadow: 0px 1px 2px 0px var(--black-a5, rgba(0, 0, 0, 0.05));
    padding: 16px 24px;
    color: #fff;
    display: flex;
    font-size: var(--size-label-lg, 16px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-24, 24px);
    text-transform: uppercase;
    text-align:center;
    justify-content:center;
    transition: all ease-out .2s;
    width:fit-content;
    margin-top:auto;
}

.products-item__button:hover {
    opacity:.8;
}

.category-section {
    padding-bottom:60px;
}

.category__title {
    padding-left:54px;
    color: #1E1E1E;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom:24px;
}

.category__products {
    display:flex;
    flex-wrap:wrap;
    gap:24px;
}

.products-item {
    width:calc(100% / 3 - 24px);
    display: flex;
    flex-direction: column;
}

.products-item__name {
    color: var(--text-secondary, #262626);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}



.products-item__button svg {
    margin-right:8px;
}

.products-item__sostav {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.products-item__sostav-item {
    border-radius: 20px;
    border: 2px solid #E6E6E6;
    background: #F2F2F2;
    box-shadow: 0 1px 2px 0 var(--black-a5, rgba(0, 0, 0, 0.05));
    display: flex;
    padding: 4px 12px 6px 12px;
    justify-content: center;
    align-items: center;
    color: var(--text-secondary, #262626);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.products-item__sostav-item br {
    display:none;
}

.no-products-item__button {
    margin-bottom:0px;
}

.products-item__name-accordion {
    display:none;
}

.products-item__inner {
    display: flex;
    flex-direction: column;
    height:100%;
}

@media (max-width:1400px) {
    .products-item__sostav-item br {
        display:block;
    }
}

@media (max-width:1300px) {
    .products-item {
        width: calc(100% / 2 - 24px);
    }
}

@media (max-width:1000px) {
    .category__title {
        padding-left:0px;
    }
    .products-item {
        padding-bottom:0px;
    }
    .products-item__name-accordion {
        display:flex;
        justify-content:space-between;
        padding-bottom:16px;
    }
    
    .products-item__name-accordion-title {
        color: var(--text-secondary, #262626);
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; 
    }
    
    .products-item__name {
        display:none;
    }
    
    .products-item {
        width:100%;
    }
    
    .products-item__image {
        max-width: 525px;
        border-radius: 16px;
    }
    
    .products-item__sostav-item br {
        display:none;
    }
    
    .products-item__name-accordion svg {
        transition:all ease-out .2s;
    }
    
    .products-item__name-accordion.active svg {
        transform:scaleY(-1);
    }
    
    .products-item__name-accordion.active {
        padding-bottom:16px;
    }
    
    .products-item__inner {
        max-height:0px;
        overflow:hidden;
        opacity:0;
        transition:all ease-out .2s;
    }
    
    .products-item__inner.active {
        max-height:100%;
        opacity:1;
    }
    
    .products-item__description {
        padding-bottom:16px;
    }
    
    section.products .block-title {
        font-size:27px;
        margin-bottom:30px;
    }
    
    .category__title {
        font-size:22px;
    }
    
    .products-item__button {
        margin-bottom:16px;
    }
}

@media (max-width:500px) {
    section.products .block-title {
        display:none;
    }
    
    .products-item__sostav-item br {
        display: block;
    }
    
    .products-item__sostav-item {
        font-size:12px;
    }
    
    .products-item__description {
        font-size:14px;
    }
    
    .products-item__button {
        font-size:14px;
    }
    
    .products-item__sostav {
        gap:8px;
    }
    
    .products-item__image {
        max-height:165px;
        object-fit:cover;
    }
}

@media (max-width:500px) {
    .modal {
        padding:44px 20px !important;
    }
    
    .modal-subtitle {
        font-size:16px;
    }
    
    .modal-title {
        font-size:28px;
    }
}

@media (max-width: 1600px) and (min-width: 1000px) {
    .block-title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

.modal .form-main__inner.submited {
    display: none;
}