@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    color: #121212;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Geologica', sans-serif;
    font-weight: normal;
    margin: 0;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-top: 90px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}
a:hover {
    color: #75aaa2;
}
img {
    max-width: 100%;
}
.container {
    margin: auto;
    width: 100%;
    max-width: 1515px;
    padding: 0 20px;
}

.header {
    padding: 24px 0 20px;
    position: fixed;
    background: #E6E6E6;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo {
    width: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.burger {
    display: none;
}
.header-contacts {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
}
.header-menu {
    max-width: calc(100% - 420px);
}

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
    font-size: 14px;
}
.header-menu ul a.selected {
    color: #75aaa2;
}
.header-contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 100%;
    gap: 6px;
}
.header-contacts__email a {
    color: #84B3AB;
}
.header-contacts__email a:hover {
    color: #121212;
}
.header-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.header-soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}
.header-soc a:hover {
    opacity: 0.8;
}


.section-hero {
    background-image: url(/local/templates/smartworkrobot/assets/img/mbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 190px;
}

.hero-content {
    padding-top: 128px;
    position: relative;
    z-index: 5;
}
.hero-content__top h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    max-width: 630px;
    text-transform: uppercase;
    line-height: 120%;
}
.hero-content__top p {
    font-size: 34px;
    font-weight: 300;
    color: #2E5B52;
    margin: 0;
    line-height: 130%;
    text-transform: uppercase;
}
.hero-content__bottom {
    margin-top: 376px;
    font-size: 34px;
    font-weight: 300;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hero-content__bottom img {
    margin-top: 4px;
}
.hero {
    position: relative;
}
.hero-img {
    position: absolute;
    z-index: 2;
    bottom: -182px;
    right: 0;
    width: 74%;
    padding-top: 53%;
    height: auto;
}
.hero-img img {
    position: absolute;
}
.r1 {
    z-index: 1;
    bottom: 21.5%;
    left: 0.5%;
    width: 57.811%;
}
.r2 {
    z-index: 2;
    bottom: 22.5%;
    left: 30.5%;
    width: 56.711%;
}
.r3 {
    z-index: 2;
    bottom: 1%;
    left: 53.7%;
    width: 56.62%;
}





.section-head {
    text-align: center;
    margin: 12px 0 95px;
}
.section-head h2, .section-head h1 {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    line-height: 120%;
}
.section-head p {
    color: #2E5B52;
    font-size: 22px;
    font-weight: 300;
    margin: 10px auto 0;
    line-height: 130%;
}

.mp-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 106px;
}
.mp-catalog-section__title {
    position: relative;
    text-align: center;
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 50px;
}
.mp-catalog-section__title span {
    position: relative;
    z-index: 5;
    background: #ffffff;
    padding: 0 42px;
}
.mp-catalog-section__title:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #9EBEB9;
    left: 0;
    top: 52%;
}
.mp-catalog__btns {
    display: none;
}
.mp-catalog-section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.mp-catalog-section-item {
    background: #72AAA2;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 15px;
    width: calc(50% - 15px);
    height: 416px;
    position: relative;
}
.mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item {
    width: calc(33.333% - 20px);
}
.mp-catalog-section-item__title {
    position: absolute;
    font-size: 42px;
    color: #121212;
    font-weight: 500;
    line-height: 120%;
    top: 22px;
    left: 22px;
    width: calc(100% - 40px);
    z-index: 5;
}
.mp-catalog-section-item__btn {
    position: absolute;
    font-size: 16px;
    color: #2E534A;
    font-weight: 300;
    line-height: 100%;
    bottom: 6px;
    left: 6px;
    max-width: 100%;
    z-index: 5;
    border-radius: 12px;
    background: #ffffff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 35px;
}
.mp-catalog-section-item__btn:hover {
    background: #2e5b52;
    color: #ffffff;
}
.mp-catalog-section-item__img {
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
    width: 78%;
    padding-right: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mp-catalog-section-item__img img {
    max-height: 100%;
}
.mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item__img {
    width: 100%;
    padding-right: 0;
}
.mp-catalog-section-item.size_big_height .mp-catalog-section-item__img img {
    max-height: max-content;
    max-width: 316px;
}
.mp-catalog-section-item:after {
    content: "";
    position: absolute;
    width: 858.18px;
    height: 858.18px;
    left: 20px;
    top: 130px;
    background: #E4E4DE;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    transform: translateZ(0);
}
.mp-catalog-section-item:before {
    content: "";
    position: absolute;
    width: 472.79px;
    height: 472.79px;
    left: -298px;
    top: -334px;
    background: #E4E4DE;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    border-radius: 50%;
    transform: translateZ(0);
}
.mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item:before {
    left: -475px;
}


.section-fast {
    margin: 180px 0 80px;
    background: linear-gradient(101.93deg, #4E8179 13.25%, #181F1F 86.75%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.section-fast:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 142%);
    z-index: 10;
}
.fast__title {
    margin: 48px 0 0;
}
.fast__title h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase;
}
.fast__list {
    padding: 54px 0 126px 0;
}
.fast__list ul {
    margin: 0;
    position: relative;
    padding: 7px 0 7px 46px;
    font-size: 24px;
    line-height: 120%;
    color: #E4E4DE;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
    max-width: 330px;
}
.fast__list ul:before {
    content: "";
    left: 20px;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #9EBEB9;
}
.fast__list ul li {
    position: relative;
}
.fast__list ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #9EBEB9;
    border-radius: 50%;
    left: -29px;
    top: 11px;
}
.fast {
    position: relative;
}
.fast__logo {
    position: absolute;
    right: 0;
    top: 10px;
    width: 286px;
}
.fast-images-mobile {
    display: none;
}
.fast-images-desktop {
    position: absolute;
    bottom: 0;
    width: 80.746%;
    right: 0;
    padding-top: 33%;
}

.fast-images-desktop img {
    position: absolute;
    bottom: 0;
}
.fast-images-desktop .f1 {
    z-index: 1;
    bottom: 3%;
    left: 4%;
    width: 38.036%;
}
.fast-images-desktop .f2 {
    z-index: 2;
    bottom: 3%;
    left: 34.5%;
    width: 37.028%;
}
.fast-images-desktop .f3 {
    z-index: 1;
    bottom: 3%;
    left: 62.9%;
    width: 40.723%;
}

.digital {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 74px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.digital-img {
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: -10px;
}
.digital-img img {
    position: relative;
    z-index: 5;
    max-width: 595px;
}
.digital-content {
    width: calc(59% - 74px);
    max-width: 610px;
    padding-left: 90px;
    font-size: 21px;
    line-height: 120%;
    font-weight: 300;
    margin-top: -10px;
}
.digital-content__btns {
    display: none;
}
.digital-content h2 {
    font-size: 34px;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 30px;
}
.digital-img__arrow {
    position: absolute;
    width: 61px;
    height: 138px;
    background: url(/local/templates/smartworkrobot/assets/img/arrow_pc.png) center no-repeat;
    background-size: contain;
    top: calc(50% - 88px);
    right: -102px;
}
.digital-img__arrow:nth-child(2) {
    display: none;
}
.digital-img:after {
    content: "";
    position: absolute;
    width: 98%;
    height: 92%;
    left: 0;
    bottom: 0;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, rgba(132, 179, 171, 0.8) 34.13%, rgba(228, 228, 222, 0.8) 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    transform: translateZ(0);
    z-index: 1;
}


.section-variants {
    margin: 136px 0 0;
}
.variants-block-mobile {
    display: none;
}
.variants-head {
    text-align: center;
    margin-bottom: 94px;
}
.variants-head h2 {
    margin: 0;
    font-size: 34px;
    line-height: 120%;
    font-weight: 400;
}
.variants-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 90px 36px;
}
.variants-item__img img {
    width: 100%;
    aspect-ratio: 1 / 0.826;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}
.variants-item {
    width: calc(33.333% - 24px);
}
.variants-item__title {
    text-align: center;
    font-size: 21px;
    line-height: 120%;
    font-weight: 300;
    margin-top: 32px;
}

.section-form {
    padding: 180px 0 178px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.section-form:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    right: -558px;
    top: 0;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, rgba(132, 179, 171, 0.25) 34.13%, rgba(228, 228, 222, 0.25) 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    transform: translateZ(0);
}
.inline-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
    background: #F2F2F2;
    padding: 115px 126px 90px 115px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.inline-form__title {
    font-size: 34px;
    line-height: 120%;
}
.inline-form__description {
    font-size: 19px;
    font-weight: 300;
    line-height: 120%;
    margin-top: 10px;
}
.inline-form-head {
    padding-right: 24px;
    width: 506px;
}
.inline-form-container.fb_form {
    width: calc(100% - 506px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 5;
}
.inline-form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 6px 0 69px 0;
}
.inline-form-input label {
    font-size: 19px;
    font-weight: 300;
    line-height: 120%;
    white-space: nowrap;
}
.inline-form-input input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-bottom: 1.5px solid #9EBEB9;
    background: transparent;
    outline: none;
    font-size: 18px;
    font-family: inherit;
    padding: 0 12px;
    font-weight: 400;
}
.inline-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.inline-form:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -315px;
    bottom: -95px;
    background: url(/local/templates/smartworkrobot/assets/img/v.png) center no-repeat;
    width: 631px;
    height: 354px;
}

.btn {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 21px;
    color: #000000;
    border: none;
    font-weight: 300;
    line-height: 100%;
    padding: 22px 32px;
    border-radius: 15px;
    background: #72AAA2;
    cursor: pointer;
    text-align: center;
}
.btn span {
    position: relative;
    z-index: 5;
    pointer-events: none;
}
.btn:before {
    content: "";
    position: absolute;
    width: 211.96px;
    height: 211.96px;
    left: -116px;
    top: -166px;
    background: #E4E4DE;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: translateZ(0);
}
.btn:after {
    content: "";
    position: absolute;
    width: 573.7px;
    height: 573.7px;
    left: 30px;
    top: 40px;
    background: #E4E4DE;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: translateZ(0);
}
.btn:hover:after, .btn:hover:before {
    opacity: 0;
}

.inline-form-footer .chbx {
    width: calc(100% - 270px);
}
.chbx label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.chbx input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}
.chbx__icon {
    border: 1px solid #9EBEB9;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    margin-top: 3px;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.chbx__text {
    width: calc(100% - 42px);
    font-size: 14px;
    line-height: 120%;
    font-weight: 300;
}
.chbx__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/smartworkrobot/assets/img/check.svg) center no-repeat;
    background-size: 76% auto;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.chbx input:checked+.chbx__icon:before {
    opacity: 1;
}

.footer {
    overflow: hidden;
    position: relative;
    clip-path: ellipse(110% 100% at 50% 100%);
    z-index: 5;
}
.footer-content {
    background: #131412;
    color: #ffffff;
}
.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 135px 0 116px;
    border-bottom: 1px solid #9EBEB9;
    position: relative;
    z-index: 5;
}
.footer-logo {
    width: 375px;
    position: relative;
}
.footer-logo__text {
    position: absolute;
    left: 98px;
    bottom: 2px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 5%;
}

.footer-contacts {
    width: 356px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
}
.footer-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.footer-soc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32px;
    height: 32px;
    transition: 0.2s;
}
.footer-soc a:hover {
    opacity: 0.8;
}
.footer-contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 19px;
    line-height: 100%;
    gap: 18px;
}

.footer-menu {
    width: calc(100% - 740px);
    max-width: 600px;
    margin-left: 68px;
    margin-top: 20px;
}
.footer-menu-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
    font-size: 19px;
    line-height: 120%;
    width: 100%;
}
.footer-menu-ul-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
.footer-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

.footer-bottom {
    padding: 78px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    z-index: 5;
}
.footer-content:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 2093px;
    left: -5%;
    top: -262%;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, #84B3AB 34.13%, #131412 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 1;
    transform: translateZ(0);
}

body:after {
    content: "";
    position: absolute;
    width: 1260px;
    height: 1196px;
    left: -595px;
    bottom: 0;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, rgba(132, 179, 171, 0.25) 34.13%, rgba(228, 228, 222, 0.25) 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    transform: translateZ(0);
}

.catalog-page {
    margin: 90px 0;
}


.section-catalog-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(101.93deg, #4E8179 13.25%, #181F1F 86.75%);
    color: #E4E6E6;
}
.section-catalog-hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: ellipse(62% 100% at 50% 142%);
    z-index: 10;
}
.catalog-hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-hero-content h1 {
    margin: 80px 0 0;
    font-weight: 300;
    font-size: 41px;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.catalog-hero-content h1 b {
    font-size: 90px;
    font-weight: 500;
    margin-top: 46px;
    line-height: 82%;
}
.catalog-hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 46px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 440px;
    position: relative;
    z-index: 5;
    width: 100%;
}
.catalog-hero-img {
    width: 40%;
    height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
}
.catalog-hero__logo {
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 5;
}
.catalog-hero__description {
    font-size: 23px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 120px;
}
.catalog-hero-img .waves .wave-1, .catalog-hero-img .waves .wave-2 {
    position: absolute;
    top: 32%;
    width: 240px;
    height: 190px;
}
.catalog-hero-img .waves .wave-1 {
    left: -112px;
}
.catalog-hero-img .waves .wave-2 {
    right: -112px;
}
.catalog-hero-img .waves svg {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.catalog-hero-img .waves .wave-1 svg:nth-child(1), .catalog-hero-img .waves .wave-2 svg:nth-child(2) {
    opacity: 0.6;
}
.catalog-hero-img .waves .wave-1 svg {
    position: absolute;
    top: 0;
    left: 0;
}
.catalog-hero-img .waves .wave-2 svg {
    position: absolute;
    top: 0;
    right: 0;
}
.catalog-hero-img .waves .wave-1 svg:nth-child(2) {
    left: 86px;
    top: 22px;
}
.catalog-hero-img .waves .wave-2 svg:nth-child(1) {
    right: 86px;
    top: 22px;
}

.section-catalog-hero.img_two .catalog-hero-img {
    width: calc(100% - 440px);
}
.section-catalog-hero.img_two .catalog-hero-img .ch-1 {
    position: absolute;
    bottom: 12px;
    left: 12%;
    max-width: 350px;
    width: 34%;
}
.section-catalog-hero.img_two .catalog-hero-img .ch-2 {
    position: absolute;
    top: -2px;
    right: 6%;
    max-width: 330px;
    width: 32%;
}
.section-catalog-hero.img_two .catalog-hero__logo {
    display: none;
}
.section-catalog-hero.img_two .waves {
    position: absolute;
    width: 38%;
    max-width: 390px;
    bottom: 150px;
    left: 10%;
}

.product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.section-catalog-params {
    margin: 55px 0 0;
    position: relative;
}
.section-catalog-params:before {
    content: "";
    position: absolute;
    width: 1322px;
    height: 1322px;
    left: -974px;
    top: 0;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, rgba(132, 179, 171, 0.25) 34.13%, rgba(228, 228, 222, 0.25) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: 1;
    transform: translateZ(0);
}
.catalog-params-list__title {
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -1%;
}
.catalog-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.catalog-params-list ul {
    list-style: none;
    padding: 0;
    margin: 26px 0;
    color: #7C7C7C;
    font-weight: 300;
    font-size: 18px;
    line-height: 122%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    max-width: 668px;
}
.catalog-params-list ul li b {
    font-weight: 500;
    color: #121212;
}
.catalog-params-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 12px;
}
.catalog-params-description {
    font-size: 18px;
    font-weight: 400;
    margin: 36px 0;
}
.catalog-params-list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
}
.catalog-params-list {
    width: calc(46% - 40px);
}


.catalog-params__gallery {
    width: 54%;
}
.catalog-params__gallery .catalog-params-list__title {
    display: none;
}
.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 12px;
}
.gallery-product {
    width: calc(100% - 150px);
}
.product-gallery-thumbs__img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    background: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-product-thumbs {
    width: 120px;
    height: 632px;
}
.gallery-product-thumbs .swiper-slide {
    cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #F2F2F2;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 21px);
}

.swiper-button-prev svg, .swiper-button-next svg {
    display: none;
}
.swiper-button-prev:before, .swiper-button-next:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2944 0.5L0.794434 9L11.2944 17.5" stroke="%2372A295" stroke-linecap="round"/></svg>') center no-repeat;
}
.swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-gallery__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.advantages-head {
    margin-bottom: 44px;
}
.advantages-head h2 {
    font-size: 34px;
    line-height: 120%;
    font-weight: 400;
    margin: 0;
}
.section-advantages {
    padding: 140px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.section-advantages:before {
    content: "";
    position: absolute;
    width: 795px;
    height: 795px;
    right: -615px;
    top: 0;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, rgba(132, 179, 171, 0.25) 34.13%, rgba(228, 228, 222, 0.25) 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    transform: translateZ(0);
}
.section-advantages .container {
    position: relative;
    z-index: 5;
}
.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 30px;
}
.advantages-item {
    width: calc(33.333% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advantages.advantages_4 .advantages-item {
    width: calc(25% - 17px);
}
.advantages.advantages_4 {
    gap: 48px 22px;
}
.advantages-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 36px;
}
.advantages-item__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
.advantages-item__text {
    font-size: 15px;
    font-weight: 300;
    line-height: 180%;
}

.section-gallery {
    margin: 165px 0 116px;
    overflow: hidden;
}
.big-gallery img {
    width: 100%;
    aspect-ratio: 2.8 / 1;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}
.big-gallery-thumbs {
    margin-top: 20px;
    width: 130%;
    margin-left: -15%;
}
.big-gallery-thumbs .swiper-slide {
    /*width: 557px;*/
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.big-gallery-thumbs .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}
.big-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.big-gallery-thumbs .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; /* без этого едет рывками */
}
.big-gallery-thumbs .swiper-slide {
    width: 25%; /* ~3 слайда в кадре, лента выходит за край → есть что крутить */
    height: auto;
}

.mobile-menu {
    display: none;
}


@media(min-width: 768px) {
    .gallery-two-col .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
    .gallery-two-col .swiper-wrapper img {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .gallery-two-col__item.swiper-slide {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .gallery-two-col .swiper-button-prev, .gallery-two-col .swiper-button-next {
        display: none;
    }
}



/* animations start */

.hero-img .r1,
.hero-img .r2,
.hero-img .r3 {
    opacity: 0;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* 1. r3 — появляется первым (плавное проявление + лёгкий подъём) */
.hero-img .r3 {
    -webkit-animation-name: heroFadeIn;
    animation-name: heroFadeIn;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
/* 2. r2 — выезжает справа */
.hero-img .r2 {
    -webkit-animation-name: heroSlideRight;
    animation-name: heroSlideRight;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
/* 3. r1 — появляется последним */
.hero-img .r1 {
    -webkit-animation-name: heroSlideRight;
    animation-name: heroSlideRight;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
@-webkit-keyframes heroFadeIn {
    from { opacity: 0; -webkit-transform: translateY(30px) scale(0.96); transform: translateY(30px) scale(0.96); }
    to   { opacity: 1; -webkit-transform: translateY(0)    scale(1); transform: translateY(0)    scale(1); }
}
@keyframes heroFadeIn {
    from { opacity: 0; -webkit-transform: translateY(30px) scale(0.96); transform: translateY(30px) scale(0.96); }
    to   { opacity: 1; -webkit-transform: translateY(0)    scale(1); transform: translateY(0)    scale(1); }
}
@-webkit-keyframes heroSlideRight {
    from { opacity: 0; -webkit-transform: translateX(140px); transform: translateX(140px); }
    to   { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes heroSlideRight {
    from { opacity: 0; -webkit-transform: translateX(140px); transform: translateX(140px); }
    to   { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-img .r1,
    .hero-img .r2,
    .hero-img .r3 {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

.hero-steps > * {
    opacity: 0;
    -webkit-animation-name: heroSlideLeft;
    animation-name: heroSlideLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hero-steps > *:nth-child(1) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.hero-steps > *:nth-child(2) { -webkit-animation-delay: 0.55s; animation-delay: 0.55s; }
.hero-steps > *:nth-child(3) { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.hero-steps > *:nth-child(4) { -webkit-animation-delay: 0.85s; animation-delay: 0.85s; }
.hero-steps > *:nth-child(5) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
@-webkit-keyframes heroSlideLeft {
    from { opacity: 0; -webkit-transform: translateX(-40px); transform: translateX(-40px); }
    to   { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes heroSlideLeft {
    from { opacity: 0; -webkit-transform: translateX(-40px); transform: translateX(-40px); }
    to   { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-steps > * {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}

.hero-content__top h1,
.hero-content__top p {
    opacity: 0;
    -webkit-animation-name: heroFadeIn;
    animation-name: heroFadeIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hero-content__top h1 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
.hero-content__top p  { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
@keyframes heroFadeIn {
    from { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-content__top h1,
    .hero-content__top p {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
}


/* Базовые состояния до появления */
.anim-fade-up {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.anim-fade-left {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.anim-fade-right {
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.anim-fade {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

/* Активное состояние — добавляется через JS */
.is-visible {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/* Задержки для stagger-эффекта */
.anim-delay-1 { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.anim-delay-2 { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.anim-delay-3 { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.anim-delay-4 { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.anim-delay-5 { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.anim-delay-6 { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }

/* Каталог — карточки */
.mp-catalog-section-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.2s,
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.2s,
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.2s;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    background 0.2s,
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); /* сохраняем hover-переход */
}
.mp-catalog-section-item.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Секция Fast — пункты списка */
.fast__list ul li {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fast__list ul li.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Секция Fast — роботы */
.fast-images-desktop .f1,
.fast-images-desktop .f2,
.fast-images-desktop .f3,
.fast-images-mobile .fm1,
.fast-images-mobile .fm2,
.fast-images-mobile .fm3 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fast-images-desktop .f1.is-visible,
.fast-images-desktop .f2.is-visible,
.fast-images-desktop .f3.is-visible,
.fast-images-mobile .fm1.is-visible,
.fast-images-mobile .fm2.is-visible,
.fast-images-mobile .fm3.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Digital — картинка и текст */
.digital-img {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.digital-img.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.digital-content {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.digital-content.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Варианты применения */
.variants-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.variants-item.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Форма */
.inline-form {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.8s ease,
    -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease,
    -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease,
    transform 0.8s ease;
    transition: opacity 0.8s ease,
    transform 0.8s ease,
    -webkit-transform 0.8s ease;
}
.inline-form.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Заголовки секций */
.section-head,
.variants-head,
.fast__title {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.section-head.is-visible,
.variants-head.is-visible,
.fast__title.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .anim-fade-up, .anim-fade-left, .anim-fade-right, .anim-fade,
    .mp-catalog-section-item, .fast__list ul li,
    .fast-images-desktop .f1, .fast-images-desktop .f2, .fast-images-desktop .f3, .fast-images-mobile .fm1, .fast-images-mobile .fm2, .fast-images-mobile .fm3,
    .digital-img, .digital-content, .variants-item, .inline-form,
    .section-head, .variants-head, .fast__title {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}



/* === CATALOG PAGE ANIMATIONS === */

/* Hero — заголовок */
.catalog-hero-content h1 span {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-animation: heroFadeIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
    animation: heroFadeIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
}
.catalog-hero-content h1 b {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-animation: heroFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both;
    animation: heroFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s both;
}
.catalog-hero__description {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation: heroFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s both;
    animation: heroFadeIn 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s both;
}

/* Hero — робот снизу + fade */
.catalog-hero-img {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation: catalogHeroImg 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s both;
    animation: catalogHeroImg 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s both;
}
@-webkit-keyframes catalogHeroImg {
    from { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes catalogHeroImg {
    from { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

/* Волны */
.wave-1,
.wave-2 {
    opacity: 0;
    -webkit-animation: waveAppear 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s both;
    animation: waveAppear 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s both;
}
.wave-2 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/* SVG внутри волн — скрыты до старта */
.wave-1 svg,
.wave-2 svg {
    opacity: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.wave-2 svg {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

/* Кольца расходятся от робота наружу */
@-webkit-keyframes waveRing {
    0%   { opacity: 0; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); }
    15%  { opacity: 1;                          }
    100% { opacity: 0; -webkit-transform: scaleX(1.4); transform: scaleX(1.4); }
}
@keyframes waveRing {
    0%   { opacity: 0; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); }
    15%  { opacity: 1;                          }
    100% { opacity: 0; -webkit-transform: scaleX(1.4); transform: scaleX(1.4); }
}

/* Активное состояние — вешается через JS */
.wave-1.wave-animated svg:nth-child(1) {
    -webkit-animation: waveRing 3s ease-out 0s infinite;
    animation: waveRing 3s ease-out 0s infinite;
}
.wave-1.wave-animated svg:nth-child(2) {
    -webkit-animation: waveRing 3s ease-out 0.7s infinite;
    animation: waveRing 3s ease-out 0.7s infinite;
}
.wave-2.wave-animated svg:nth-child(1) {
    -webkit-animation: waveRing 3s ease-out 0.7s infinite;
    animation: waveRing 3s ease-out 0.7s infinite;
}
.wave-2.wave-animated svg:nth-child(2) {
    -webkit-animation: waveRing 3s ease-out 0s infinite;
    animation: waveRing 3s ease-out 0s infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wave-1, .wave-2 { -webkit-animation: none; animation: none; opacity: 1; }
    .wave-1 svg, .wave-2 svg { opacity: 1; }
}

/* Параметры — заголовок и список */
.catalog-params-list__title {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.catalog-params-list__title.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.catalog-params-list ul li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.catalog-params-list ul li.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.catalog-params-description {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.catalog-params-description.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.catalog-params-list__btns {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.catalog-params-list__btns.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Галерея продукта */
.catalog-params__gallery {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.catalog-params__gallery.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Особенности продукта */
.advantages-head h2 {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.advantages-head h2.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.advantages-item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.advantages-item.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Галерея фото */
.section-gallery {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.section-gallery.is-visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .catalog-hero-content h1 span,
    .catalog-hero-content h1 b,
    .catalog-hero__description,
    .catalog-hero-img,
    .wave-1, .wave-2 {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* === END CATALOG PAGE ANIMATIONS === */

/* animations end */


.section-workstation {
    margin: 90px 0 -136px;
}
.workstation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}
.workstation__img {
    border-radius: 15px;
    background: #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 480px;
}
.workstation__img img {
    border-radius: 15px;
}
.workstation__text {
    width: calc(100% - 512px);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background: #E6E6E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 50px 150px;
}
.workstation__text:before {
    content: "";
    position: absolute;
    z-index: 1;
    position: absolute;
    width: 1208px;
    height: 1208px;
    left: -50%;
    bottom: 38%;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, #84B3AB 34.13%, #E4E4DE 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    transform: translateZ(0);
}
.workstation__text:after {
    content: "";
    position: absolute;
    width: 1963px;
    height: 1963px;
    left: 0;
    top: 10%;
    background: radial-gradient(41.95% 41.95% at 50.06% 45.85%, #84B3AB 34.13%, #E4E4DE 100%);
    -webkit-filter: blur(150px);
    filter: blur(150px);
    z-index: 1;
    transform: translateZ(0);
}
.workstation__content {
    position: relative;
    z-index: 5;
    font-size: 15px;
    font-weight: 300;
    max-width: 564px;
    margin: auto;
    line-height: 150%;
}
.workstation__title {
    position: absolute;
    right: 8px;
    bottom: -17px;
    z-index: 4;
    font-size: 80px;
    color: #E4E4DE;
    font-weight: 500;
    line-height: 100%;
}
.workstation__content h2 {
    font-weight: 400;
    font-size: 34px;
    margin: 0 0 30px;
    line-height: 120%;
}
.workstation__content h3 {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    line-height: 120%;
    width: 100%;
}


.popup {
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 43, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: auto;
}
.popup--mail .popup__label--textarea {
    display: inline-block;
}
.popup__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 748px;
    padding: 16px;
    background-color: white;
    border-radius: 15px;
    overflow: auto;
    max-height: 100vh;
}
.pop-form {
    border: 1px solid #72AAA2;
    border-radius: 8px;
    padding: 54px;
}
.popup__close {
    position: absolute;
    top: 42px;
    right: 42px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.popup__close:hover::before,
.popup__close:hover::after {
    background: #72AAA2;
}
.popup__close::before,
.popup__close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: black;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup__title {
    font: 700 42px/120% Montserrat, sans-serif;
    padding-right: 26px;
    padding-bottom: 26px;
}
.popup__desc {
    display: inline-block;
    font: 400 18px/130% Montserrat, sans-serif;
    padding-bottom: 28px;
}
.popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.popup__label {
    position: relative;
}
.popup__label--fill .popup__name,
.popup .popup__input:focus + .popup__name {
    font: 400 14px/120% Montserrat, sans-serif;
    top: 0;
}
.popup__label--textarea {
    display: none;
}
.popup__label--textarea .popup__input {
    height: 88px;
    resize: none;
}
.popup__label--textarea .popup__input + .popup__name {
    top: 23px;
}
.popup__name {
    padding: 0 2px;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #a8a8a8;
    font: 400 16px/130% Montserrat, sans-serif;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 16px;
    outline: none;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
}
.popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px 20px;
    padding-top: 8px;
}
.popup__btn {
    width: 100%;
    max-width: 220px;
}
.popup__btn[disabled] {
    background-color: #d8d8d8;
    cursor: default;
}
.popup__personal {
    padding-top: 6px;
    font: 400 14px/120% Montserrat, sans-serif;
}
.popup__personal a {
    text-decoration: underline;
}

.pop-form form.inline-form-container.fb_form {
    width: 100%;
    margin-top: 50px;
}
.pop-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pop-form-footer .chbx {
    width: calc(100% - 280px);
}
.pop-form-footer .chbx .chbx__text {
    font-size: 12px;
}
.pop-form-description {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
}

.form-mess {
    text-align: center;
    color: #72AAA2;
}
.form-mess.err {
    color: #ff0000;
}


.section-404 {
    position: relative;
    z-index: 5;
    padding: 100px 0;
}

.btn:hover {
    color: #000000;
}
a.btn {
    display: inline-block;
}


.section-gallery__mobile {
    display: none;
}


@media(max-width: 1514px) {
    .container {
        max-width: 1200px;
    }
    .header-contacts {
        width: 240px;
    }

    .hero-content__top h1 {
        font-size: 48px;
        max-width: 590px;
    }
    .hero-content__top p {
        font-size: 30px;
    }
    .hero-content__bottom {
        font-size: 28px;
        margin-top: 250px;
    }


    .header-menu ul {
        gap: 28px;
    }

    .chbx__text {
        font-size: 12px;
    }
    .inline-form-container.fb_form {
        width: calc(100% - 420px);
    }
    .inline-form-head {
        width: 420px;
    }
    .inline-form__description {
        font-size: 16px;
    }
    .footer-menu-ul {
        font-size: 14px;
        gap: 26px;
    }
    .footer-menu {
        width: calc(100% - 780px);
    }

    .digital-img img {
        max-width: 100%;
    }

    .catalog-params-list__title {
        font-size: 38px;
    }
    .catalog-params-list ul, .catalog-params-description {
        font-size: 16px;
    }
    .product-gallery-thumbs__img {
        width: 90px;
        height: 90px;
    }
    .gallery-product-thumbs {
        width: 90px;
        height: 480px;
    }
    .advantages-item__title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .advantages-item__text br {
        display: none;
    }


    .workstation__text {
        padding: 50px 50px;
    }
    .workstation__title {
        font-size: 52px;
        bottom: -14px;
    }

    .footer-contacts {
        width: 320px;
    }

}

@media(max-width: 1279px) {
    .container {
        max-width: 992px;
    }

    .header-menu {
        display: none;
    }
    .header-contacts {
        width: auto;
    }
    .burger {
        display: block;
        width: 26px;
        cursor: pointer;
        height: 21px;
        position: relative;
    }

    .burger i {
        position: absolute;
        background: #121212;
        height: 2px;
        width: 26px;
        border-radius: 4px;
        left: 0;
        top: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .burger i:nth-child(2) {
        top: 10px;
    }
    .burger i:nth-child(3) {
        top: 20px;
    }
    .burger.active i:nth-child(2) {
        display: none;
    }
    .burger.active i:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    .burger.active i:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }

    .mobile-menu {
        position: fixed;
        z-index: 50;
        background: #E6E6E6;
        left: -100%;
        top: 90px;
        width: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        height: calc(100vh);
        overflow: auto;
        display: block;
    }
    .mobile-menu.active {
        left: 0;
    }
    .mobile-menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
    }
    .mobile-menu-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 22px;
        line-height: 120%;
        gap: 28px;
        text-align: center;
    }
    .mobile-menu__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        font-size: 17px;
    }

    .hero-content {
        padding-top: 70px;
    }
    .hero-content__top h1 {
        font-size: 34px;
        max-width: 416px;
    }
    .hero-content__top p {
        font-size: 26px;
    }
    .hero-content__bottom {
        font-size: 20px;
        margin-top: 170px;
    }

    .section-head h2, .section-head h1 {
        font-size: 32px;
    }
    .section-head p {
        font-size: 18px;
    }
    .section-head {
        margin: 12px 0 60px;
    }
    .mp-catalog-section__title {
        font-size: 28px;
    }
    .mp-catalog-section-item__title {
        font-size: 28px;
    }
    .mp-catalog-section-item {
        height: 380px;
    }

    .section-fast {
        margin: 90px 0 80px;
    }
    .fast__title h2 {
        font-size: 38px;
    }
    .fast__list ul {
        font-size: 20px;
        max-width: 300px;
    }

    .digital-content {
        font-size: 18px;
    }

    .section-variants {
        margin: 90px 0 0;
    }

    .variants-head {
        margin-bottom: 60px;
    }

    .section-form {
        padding: 90px 0 90px;
    }

    .inline-form-head {
        width: 100%;
        margin-bottom: 60px;
    }

    .inline-form-container.fb_form {
        width: 100%;
    }
    .inline-form:before {
        width: 530px;
        background-size: contain;
    }

    .footer-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 60px 0 0 0;
    }

    .catalog-hero-img .waves .wave-1, .catalog-hero-img .waves .wave-2 {
        top: 47%;
    }

    .mp-catalog-section-item.size_big_height .mp-catalog-section-item__img img {
        max-width: 260px;
    }


}

@media(max-width: 991px) {
    .container {
        max-width: 768px;
    }

    .hero-img {
        bottom: -96px;
    }

    .mp-catalog-section-item {
        height: 310px;
    }
    .mp-catalog-section-item__img {
        bottom: 34px;
    }

    .fast__list ul {
        font-size: 18px;
        max-width: 284px;
    }

    .variants-item__title {
        font-size: 16px;
        margin-top: 22px;
    }
    .variants-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 20px;
    }
    .inline-form {
        padding: 60px 60px 60px 60px;
    }
    .footer-contacts {
        width: 290px;
    }

    .catalog-hero-img .waves .wave-1, .catalog-hero-img .waves .wave-2 {
        top: 43%;
    }

    .catalog-hero__logo {
        width: 220px;
        top: 85px;
    }
    .catalog-hero-content h1 {
        font-size: 32px;
    }
    .catalog-hero-content h1 b {
        font-size: 60px;
        line-height: 100%;
        margin-top: 16px;
    }
    .catalog-hero__description {
        font-size: 16px;
    }
    .catalog-hero-content {
        max-width: 318px;
    }
    .catalog-hero-img {
        margin-left: 80px;
        height: 500px;
    }

    .catalog-params {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .catalog-params-list {
        width: 100%;
    }
    .catalog-params__gallery {
        width: 100%;
    }

    .advantages-item, .advantages.advantages_4 .advantages-item {
        width: calc(50% - 15px);
    }
    .section-advantages {
        padding-bottom: 0;
    }


    .section-catalog-hero.img_two .catalog-hero-img .ch-2 {
        width: 44%;
    }
    .section-catalog-hero.img_two .catalog-hero-img .ch-1 {
        width: 50%;
        left: 0;
        bottom: 32px;
    }


    .section-catalog-hero.img_two .waves {
        bottom: 136px;
    }

    .workstation__img {
        width: 100%;
    }
    .workstation__text {
        width: 100%;
    }


    .mp-catalog-section-item.size_big_height .mp-catalog-section-item__img img {
        max-width: 168px;
    }



}

@media(max-width: 767px) {
    .header-soc {
        gap: 8px;
    }

    .digital-img {
        width: 100%;
    }
    .digital-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .section-digital {
        overflow: hidden;
    }

    body:after {
        display: none;
    }

    .header {
        padding: 44px 0 26px;
        z-index: 55;
    }
    .logo {
        width: 136px;
    }
    .header-contacts__email {
        display: none;
    }
    .header-contacts {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }
    .burger {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-soc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .header-soc a {
        width: 26px;
        height: 26px;
    }
    .header-soc a img {
        width: 100%;
    }
    .header-contacts__phone a {
        font-size: 9px;
        font-weight: 400;
        border: 1px solid #72A295;
        border-radius: 8px;
        padding: 6px 16px;
        display: block;
        line-height: 100%;
    }
    .header.fixed {
        padding: 20px 0 20px;
    }

    .mobile-menu {
        top: 68px;
    }
    .mobile-menu-content {
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .mobile-menu-content ul {
        gap: 24px;
    }

    .hero-content__top h1 {
        font-size: 32px;
        max-width: 374px;
    }
    body {
        padding-top: 98px;
    }

    .hero-content {
        padding-top: 44px;
    }
    .hero-content__top p {
        font-size: 24px;
    }
    .hero-content__bottom {
        font-size: 19px;
        margin-top: 370px;
    }
    .hero-content__bottom img {
        width: 20px;
    }
    .hero-img {
        bottom: 38px;
        width: 100%;
        max-width: 504px;
        right: 0;
    }
    .r3 {
        bottom: -34%;
        left: 42.7%;
        width: 79.62%;
    }
    .r2 {
        bottom: 18.5%;
        left: 14.5%;
        width: 78.711%;
    }
    .r1 {
        bottom: 18.5%;
        left: -15.5%;
        width: 79.811%;
    }


    .section-hero {
        padding-bottom: 32px;
    }


    .section-head h2, .section-head h1 {
        font-size: 28px;
    }
    .section-catalog {
        margin-top: 54px;
    }
    .section-head p br {
        display: none;
    }
    .section-head p {
        font-size: 14px;
        margin-top: 20px;
        max-width: 360px;
        line-height: 150%;
    }
    .mp-catalog-section__title {
        font-size: 19px;
        margin-bottom: 36px;
    }
    .mp-catalog-section__title span {
        padding: 0 20px;
    }
    .section-head {
        margin: 12px 0 54px;
    }


    .mp-catalog-section-list {
        gap: 16px;
    }
    .mp-catalog-section-item {
        height: 204px;
        width: calc(50% - 8px);
        border-radius: 8px;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item {
        width: 100%;
    }

    .mp-catalog-section-list.mp-catalog-section-list_2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 12px auto;
        grid-template-rows: auto auto;
        gap: 16px;
    }

    .mp-catalog-section-list.mp-catalog-section-list_2 > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .mp-catalog-section-list.mp-catalog-section-list_2 > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .mp-catalog-section-list.mp-catalog-section-list_2 > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .mp-catalog-section-list.mp-catalog-section-list_2 > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item:nth-child(2) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item.size_big_height {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item {
        height: auto;
        min-height: 194px;
    }

    .mp-catalog-section-item__title {
        font-size: 18px;
        left: 10px;
        top: 8px;
    }
    .mp-catalog-section-item__btn {
        font-size: 7px;
        border-radius: 6px;
        padding: 8px 20px;
    }
    .mp-catalog-section-item__img {
        bottom: 0;
    }
    .mp-catalog-section-item.size_big_height .mp-catalog-section-item__img {
        bottom: 50px;
        max-width: 162px;
    }
    .mp-catalog {
        gap: 58px;
    }
    .mp-catalog-section-item__img {
        bottom: 22px;
        padding-right: 0;
        width: 92%;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item__img {
        bottom: 0;
        justify-content: center;
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .size_big_height .mp-catalog-section-item__img {
        bottom: 45px;
        width: 98%;
        justify-content: flex-end;
        right: -6%;
    }

    .mp-catalog-section-item__img img {
        max-height: 88%;
    }

    .mp-catalog__btns {
        display: block;
        margin-top: -24px;
    }

    .btn {
        border-radius: 8px;
        font-size: 15px;
        padding: 17px 12px;
    }
    .section-fast {
        margin: 40px 0 0;
    }

    .fast {
        padding-top: 134px;
    }
    .fast__logo {
        right: auto;
        left: calc(50% - 123px);
        top: 48px;
        width: 246px;
    }
    .fast__title {
        text-align: center;
        margin: 0;
    }
    .fast__title h2 {
        font-size: 40px;
    }
    .fast__list {
        padding: 18px 0 318px 0;
    }
    .fast__list ul {
        font-size: 16px;
        max-width: 362px;
        padding: 2px 0 2px 28px;
        gap: 7px;
    }
    .fast__list ul:before {
        left: 11px;
    }
    .fast__list ul li:before {
        width: 4px;
        height: 4px;
        left: -19px;
        top: 7px;
    }

    .fast-images-desktop {
        display: none;
    }
    .fast-images-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 0;
        height: 374px;
        display: block;
        max-width: 374px;
        left: calc(50% - 182px);
    }
    .fast-images-mobile img {
        position: absolute;
        bottom: 0;
    }
    .fast-images-mobile .fm1 {
        left: -22%;
        width: 65%;
        bottom: 20%;
        z-index: 1;
    }
    .fast-images-mobile .fm2 {
        left: 10%;
        width: 78%;
        bottom: -10%;
        z-index: 3;
    }
    .fast-images-mobile .fm3 {
        left: 63%;
        width: 53%;
        bottom: 10%;
        z-index: 1;
    }
    .section-fast:after {
        height: 34px;
    }
    .fast-images-mobile:before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 422px;
        height: 332px;
        top: 132px;
        left: -186px;
        background: radial-gradient(50% 50% at 50% 50%, #2A3F3C 32.21%, rgba(37, 55, 53, 0) 100%);
    }
    .fast-images-mobile:after {
        content: "";
        position: absolute;
        width: 422px;
        height: 332px;
        left: 114px;
        top: 146px;
        background: radial-gradient(50% 50% at 50% 50%, #2A3F3C 32.21%, rgba(37, 55, 53, 0) 100%);
        z-index: 2;
    }

    .digital-img {
        width: 100%;
        max-width: 290px;
        margin-top: 50px;
    }
    .digital-img__arrow {
        width: 46px;
        height: 100px;
        top: -23px;
        left: calc(50% - 23px);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .digital-img__arrow:nth-child(2) {
        display: block;
        top: auto;
        bottom: -32px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .digital {
        gap: 64px;
    }
    .digital-content h2 {
        font-size: 28px;
        max-width: 300px;
        margin: auto;
    }
    .digital-content {
        font-size: 20px;
        max-width: 374px;
        line-height: 132%;
    }
    .digital-content h2 {
        font-size: 28px;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .digital-content__btns {
        display: block;
        margin-top: -6px;
        width: 100%;
    }

    .section-variants {
        margin: 64px 0 0;
    }
    .variants-head h2 {
        font-size: 28px;
        max-width: 310px;
        margin: auto;
    }


    .variants-block-mobile {
        display: block;
    }

    /* Главный слайдер */
    .variants-main-swiper {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 28px;
    }

    .variants-main-swiper .swiper-slide img {
        width: 100%;
        /* height: 260px; */
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        aspect-ratio: 1 / 0.8;
    }

    /* Стрелки */
    .variants-main-swiper .swiper-button-prev,
    .variants-main-swiper .swiper-button-next {
        color: #fff;
        background: rgba(255,255,255,0.2);
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }
    .variants-main-swiper .swiper-button-prev::after,
    .variants-main-swiper .swiper-button-next::after {
        font-size: 14px;
    }

    /* Список табов */
    .variants-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
    }

    .variants-tab {
        padding: 10px 20px;
        border: 1.5px solid #d0e8e0;
        border-radius: 8px;
        text-align: center;
        font-size: 15px;
        color: #2E5B52;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background: #fff;
        font-weight: 300;
        line-height: 100%;
    }

    .variants-tab.active {
        border-color: #2eaf7d;
        color: #2eaf7d;
    }

    /* Скрываем оригинальный блок на мобиле */
    .variants-list {
        display: none;
    }

    .variants-head {
        margin-bottom: 46px;
    }


    .section-form {
        padding: 68px 0 68px;
    }

    .inline-form-head {
        text-align: center;
        padding: 0;
        margin-bottom: 54px;
    }
    .inline-form__title {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .inline-form__description {
        font-size: 17px;
        max-width: 214px;
        margin: auto;
    }
    .inline-form {
        padding: 55px 36px 60px 36px;
    }
    .inline-form-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin: 0 0 32px 0;
    }
    .inline-form-input label {
        font-size: 11px;
    }
    .inline-form-input input {
        height: 30px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .inline-form-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inline-form-footer .chbx {
        width: 100%;
    }
    .chbx__text {
        font-size: 10px;
    }
    .inline-form-footer .btn {
        width: 100%;
    }
    .inline-form:before {
        bottom: -124px;
        width: 280px;
        left: -156px;
    }

    .footer {
        clip-path: ellipse(192% 100% at 50% 100%);
    }
    .footer-row {
        padding: 50px 0 46px;
    }

    .footer-logo {
        width: 230px;
        margin: auto;
    }
    .footer-logo__text {
        font-size: 12px;
        color: #E4E4DE;
        left: 60px;
        max-width: 134px;
        bottom: -16px;
    }

    .footer-menu {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin: 60px auto 0;
        max-width: 236px;
    }
    .footer-menu-ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 14px;
    }
    .footer-menu-col {
        width: 82px;
    }


    .footer-contacts {
        width: 236px;
        margin: 48px auto 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .footer-contacts-col {
        font-size: 14px;
        color: #84B3AB;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-soc a {
        width: 24px;
        height: 24px;
    }
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #84B3AB;
    }
    .footer-content:after {
        width: 1520px;
        height: 1160px;
        left: calc(50% - 760px);
        top: -777px;
    }

    .section-form:after {
        display: none;
    }

    .catalog-hero__logo {
        display: none;
    }

    .catalog-hero {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-hero-content {
        max-width: 100%;
        gap: 36px;
    }
    .catalog-hero-content h1 {
        font-size: 32px;
        margin: 58px 0 0;
    }
    .catalog-hero-content h1 b {
        font-size: 65px;
        margin-top: 4px;
    }
    .catalog-hero__description br {
        display: none;
    }
    .catalog-hero__description {
        line-height: 140%;
        margin-bottom: 36px;
    }

    .catalog-hero-img {
        margin: auto;
        max-width: 332px;
        width: 100%;
        height: auto;
        padding-bottom: 5px;
    }

    .catalog-hero-img .waves .wave-1, .catalog-hero-img .waves .wave-2 {
        top: -8%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .section-catalog-hero:after {
        height: 34px;
    }

    .catalog-params-list__title {
        display: none;
    }
    .catalog-params__gallery .catalog-params-list__title {
        font-size: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-catalog-params {
        margin: 40px 0 0;
    }

    .product-gallery-thumbs__img {
        width: 48px;
        height: 48px;
    }
    .gallery-product-thumbs {
        width: 48px;
        height: 272px;
    }
    .product-gallery {
        gap: 20px;
    }
    .gallery-product {
        width: calc(100% - 68px);
    }
    .swiper-button-prev, .swiper-button-next {
        width: 26px;
        height: 26px;
    }
    .swiper-button-prev:before, .swiper-button-next:before {
        width: 7px;
        height: 11px;
        background-size: contain;
    }
    .catalog-params {
        gap: 0;
    }
    .catalog-params-list ul, .catalog-params-description {
        font-size: 11px;
        margin: 30px 0;
    }
    .catalog-params-list__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 34px;
    }
    .catalog-params-list__btns .btn {
        width: 100%;
    }


    .section-advantages {
        padding: 35px 0;
    }
    .advantages-head h2 {
        font-size: 28px;
    }
    .advantages-head {
        margin-bottom: 34px;
    }
    .advantages-item, .advantages.advantages_4 .advantages-item {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding-left: 68px;
        min-height: 50px;
    }
    .advantages-item__icon {
        width: 50px;
        height: 50px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .advantages-item__title {
        font-size: 17px;
        margin-bottom: 6px;
        margin-top: 17px;
    }
    .advantages-item__text {
        font-size: 11px;
    }
    .advantages {
        gap: 18px;
    }

    .section-gallery{
        display: none;
    }
    .section-gallery, .section-gallery__mobile {
        margin: 50px 0;
    }
   .section-gallery__mobile {
        display: block;
    }
    .section-advantages:before {
        display: none;
    }
    .big-gallery img, .gallery-two-col img {
        aspect-ratio: 2 / 1.6;
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .big-gallery-main .swiper-button-prev, .big-gallery-main .swiper-button-next, .gallery-two-col .swiper-button-prev, .gallery-two-col .swiper-button-next, .section-gallery__mobile .swiper-button-prev, .section-gallery__mobile .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .big-gallery-thumbs {
        display: none;
    }

    .section-gallery__mobile img {
        border-radius: 8px;
        aspect-ratio: 2 / 1.6;
        object-fit: cover;
    }
    .section-catalog-hero.img_two .catalog-hero-img {
        width: 100%;
        max-width: 374px;
        height: 316px;
    }
    .section-catalog-hero.img_two .catalog-hero-img .ch-1 {
        width: 50%;
        left: 4%;
        bottom: -8px;
    }
    .section-catalog-hero.img_two .catalog-hero-img .ch-2 {
        width: 42%;
        right: 3%;
        top: 3px;
    }
    .section-catalog-hero.img_two .waves {
        bottom: 116px;
        width: 50%;
        left: 4%;
    }
    .product-image img {
        max-width: 280px;
    }

    .section-workstation {
        margin: 34px 0 54px;
    }
    .workstation {
        gap: 4px;
    }
    .workstation__img img {
        border-radius: 8px;
    }
    .workstation__text {
        border-radius: 8px;
        padding: 60px 34px;
    }
    .workstation__content h2 {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .workstation__content h3 {
        font-size: 15px;
    }
    .workstation__title {
        display: none;
    }
    .workstation__text:before {
        width: 713.65px;
        height: 713.65px;
        left: auto;
        bottom: 50%;
        right: -5%;
    }
    .workstation__text:after {
        width: 1159.68px;
        height: 1159.68px;
        left: 0;
        top: 0;
    }
    .pop-form-footer .chbx {
        width: 100%;
    }
    .pop-form-footer .chbx .chbx__text {
        font-size: 10px;
    }
    .pop-form-footer .btn {
        width: 100%;
    }
    .pop-form-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-catalog-params:before {
        display: none;
    }

    .mp-catalog-section-item.size_big_height .mp-catalog-section-item__img img {
        max-width: 164px;
    }

    .mp-catalog-section-item:after {
        width: 336.26px;
        height: 336.26px;
        left: 38px;
        top: auto;
        bottom: -168px;
        filter: blur(72px);
    }

    .mp-catalog-section-item:before {
        width: 185.25px;
        height: 185.25px;
        left: -118px;
        top: -100px;
        background: #E4E4DE;
        filter: blur(100px);
    }
    .mp-catalog-section-list.mp-catalog-section-list_2 .mp-catalog-section-item:before {
        left: -118px;
    }

    .section-catalog-hero.img_two .catalog-hero-content {
        gap: 16px;
    }
    .section-catalog-hero.img_two .catalog-hero__description {
        margin-bottom: 20px;
    }

    .mp-catalog-section-item.size_big_height .mp-catalog-section-item__img img {
        width: 100%;
        max-width: 100%;
    }

    .header::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: env(safe-area-inset-top);
        background: #E6E6E6;
        z-index: 101;
    }


    .mp-catalog-section:nth-child(3) .mp-catalog-section-item__img {
        width: 100%;
    }
    .mp-catalog-section:nth-child(3) .mp-catalog-section-item__img {
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 160px;
    }

    .mp-catalog-section:nth-child(2) .mp-catalog-section-item:nth-child(1) .mp-catalog-section-item__img {
        width: 82%;
    }
    .mp-catalog-section:nth-child(2) .mp-catalog-section-item:nth-child(2) .mp-catalog-section-item__img {
        width: 89%;
    }
    .mp-catalog-section:nth-child(2) .mp-catalog-section-item:nth-child(1) .mp-catalog-section-item__img img {
        max-height: 159px;
    }
    .mp-catalog-section:nth-child(2) .mp-catalog-section-item:nth-child(2) .mp-catalog-section-item__img img {
        max-height: 159px;
    }


}

@media(max-width: 400px){
    .header-contacts {
        gap: 8px;
    }
    .header-contacts__phone a {
        padding: 6px 6px;
    }
    .logo {
        width: 116px;
        height: 29px;
    }
    .hero-content__top h1 {
        font-size: 28px;
        max-width: 342px;
    }
    .hero-content__bottom {
        font-size: 15px;
    }
    .fast__title h2 {
        font-size: 36px;
    }
    .fast-images-mobile {
        left: 0;
    }
    .advantages-head h2 {
        font-size: 26px;
    }

    .pop-form {
        padding: 54px 30px;
    }



    .section-catalog-hero.img_two .catalog-hero-img {
        height: 296px;
    }

}