@font-face {
    font-family: "Forum";
    font-weight: 400;
    font-display: swap;
  src: url("../fonts/Forum.woff2");
}
@font-face {
    font-family: "Forum";
    font-weight: 700;
    font-display: swap;
  src: url("../fonts/Forum.woff2");
}
input,
button,
textarea,
select {
    font-family: "Forum", sans-serif;
}

body {
    font-family: "Forum", sans-serif;
}

html, body {
    min-height: 100dvh; /* dvh сам учитывает панель навигации смартфона */
}

.page-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.container {
    width: 1390px;
}

.modal {
    height: 100%;
    opacity: 1;
}

.modal-overlay {
    height: 100%;
}

.modal-list {
    height: 100%;
}

.footer {
    border-radius: 150px 150px 0px 0px;
    background: #377172;
    padding: 42px 0 23px;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.footer-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.footer-policy {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.footer-policy:hover {
    text-decoration: underline;
}
.footer-top {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.footer-bottom {
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}

.bottom {
    margin-top: auto;
    z-index: 4;
}

.title {
    color: #202020;
    font-size: 60px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 68px;
    position: relative;
    text-indent: 66px;
    padding-top: 60px;
}
.title span {
    position: absolute;
    top: 0;
    left: 0;
    color: #488081;
    font-size: 140px;
    font-weight: 400;
    line-height: 90%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: 0;
    text-indent: 0;
}
.title small {
    font-size: 64px;
    line-height: 90%;
    letter-spacing: 6.4px;
}
.title.white {
    color: #fff;
}
.title.white span {
    color: #9ed0d1;
}

.contact {
    border-radius: 150px 150px 0px 0px;
    padding: 32px 0 0 0;
    background: #377172;
}
.contact-bottom {
    border-radius: 130px 130px 0 0;
    width: calc(100% - 140px);
    margin: 51px auto 0;
}
.contact-tour {
    width: 50%;
    height: 596px;
}
.contact-tour img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-map {
    height: 596px;
    width: 50%;
}
.contact-img {
    margin-left: 21px;
    margin-right: 83px;
}
.contact-text {
    color: #fff;
}
.contact-text__top {
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
}
.contact-text__center {
    margin: 7px 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.contact-text__bottom {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.contact-title {
    padding-left: 20px;
    display: inline-flex;
}
.contact-title span {
    left: 0;
}
.contact-top {
    align-items: flex-end;
}
.contact-img {
    width: 128px;
    margin: 0 auto;
}
.breadcrumbs {
    margin: 143px 0 40px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumbs li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 90%;
    margin-right: 45px;
}
.breadcrumbs li a {
    text-decoration: none;
    outline: none;
    color: #377172;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li::before {
    content: "/";
    position: absolute;
    left: calc(100% + 20px);
    top: 0;
}
.breadcrumbs li:last-child {
    margin-right: 0;
}
.breadcrumbs li:last-child::before {
    display: none;
}

.bg {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    height: 483px;
    min-width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bg-small {
    height: 397px;
}

.header {
    padding: 18px 0;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
}
.header-nav {
    /*margin: 0 32px 0 auto;*/
    margin: 0 auto;
    padding: 9px 0 0 0;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav ul li {
    display: block;
    margin-left: 42px;
}
.header-nav ul li:first-child {
    margin-left: 20px;
}
.header-nav ul li:last-child {
    margin-right: 20px;
}
.header-nav ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header-nav ul li a:hover {
    color: #377172;
}
.header-nav ul li.active a {
    color: #377172;
}
.header-phone {
    text-align: right;
}
.header-phone__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-phone__circle {
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #5cb25a;
}
.header-phone__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 90%;
}
.header-phone__link {
    margin-top: 5px;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 90%;
}
.header-phone__link:hover {
    text-decoration: none;
    color: #377172;
}
.header-burger {
    display: none;
}
.header.fixed {
    background: #fff;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.35);
    padding: 8px 0;
}

.call {
    width: 208px;
    height: 208px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#1b5b5b), to(#7dacae));
    background: linear-gradient(0deg, #1b5b5b 0%, #7dacae 100%);
    padding: 0 0 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 400;
    line-height: 90%;
    z-index: 22;
    right: auto;
    left: calc(50% + 700px);
    top: -105px;
    position: fixed;
}
.call span {
    display: block;
    width: 100%;
    margin-bottom: 21px;
}
.call:hover {
    opacity: 0.8;
}

.mobile-menu {
    position: fixed;
    z-index: 31;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-menu.jpg");
    background-size: cover;
    background-position: top right;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.mobile-menu__container {
    padding-top: 18px !important;
    padding-bottom: 40px !important;
}
.mobile-menu__close {
    top: -20px;
    left: -17px;
    width: 76px;
    height: 76px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1b5b5b), to(#7dacae));
    background: linear-gradient(0deg, #1b5b5b 0%, #7dacae 100%);
    border-radius: 100%;
    padding-right: 14px;
    padding-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    user-select: none;
    z-index: 5;
}
.mobile-menu__title {
    padding-bottom: 11px;
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 70%;
    margin-left: 54px;
}
.mobile-menu__nav {
    padding: 0;
    margin: 0;
}
.mobile-menu__nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobile-menu__nav ul li {
    display: block;
    margin-top: 50px;
}
.mobile-menu__nav ul li a {
    text-decoration: none;
    outline: none;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}
.mobile-menu__img {
    right: -101px;
    bottom: -60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mobile-menu__top {
    top: 39px;
    right: -166px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-title {
    color: #000;
    font-size: 96px;
    font-weight: 400;
    line-height: 80%;
}

.page-contact {
    padding-bottom: 130px;
}
.page-contact__title {
    margin-bottom: 165px;
}
.page-contact__block {
    width: 25%;
    margin-top: 20px;
}
.page-contact__list {
    margin-top: -20px;
}
.page-contact__item {
    padding: 29px 19px 34px;
    border-radius: 50px;
    border: 1px solid #b5c8ca;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(168, 208, 209, 0.2)),
            to(rgba(168, 208, 209, 0.2))
        ),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    background: linear-gradient(0deg, rgba(168, 208, 209, 0.2) 0%, rgba(168, 208, 209, 0.2) 100%),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    min-height: 100%;
}
.page-contact__item-icon {
    margin: 0 auto 25px;
    width: 60px;
}
.page-contact__item-text {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.page-contact__item-text a {
    text-decoration: none;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.page-contact__item-text a:hover {
    color: #377172;
}
.page-contact__item-text.contact-phone {
    font-size: 40px;
    line-height: 120%;
}
.page-contact__left {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -171px;
    left: -741px;
}
.page-contact__leaves {
    top: -305px;
    right: 96px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-contact__right {
    top: 140px;
    right: -412px;
}

.address {
    padding: 156px 0 40px;
    z-index: 2;
    border-radius: 150px 150px 0px 0px;
    margin-top: -140px;
}
.address-content__item {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.address-content__item:first-child {
    margin-top: 51px;
}
.address-map {
    bottom: 0;
    width: 100%;
    height: 550px;
}
.address-map__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 130px;
}
.address-map__leaves {
    top: -685px;
    right: -744px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.address-title {
    padding-left: 22px;
}
.address-left {
    width: 50%;
}
.address-right {
    width: 50%;
}
.address-leaves {
    bottom: -100px;
    right: calc(50% - 100px);
    user-select: none;
}

.question {
    padding: 38px 0 66px 0;
    background-image: url("../img/bg-question.jpg");
    background-size: cover;
    background-position: top center;
}
.question::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff, transparent);
}
.question-subtitle {
    margin-top: 25px;
    color: #202020;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-left: 100px;
}
.question-item {
    margin-top: 35px;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    padding-left: 58px;
}
.question-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.question-left {
    width: 765px;
}
.question-items {
    padding-left: 100px;
}
.question-form {
    width: 450px;
    border-radius: 50px 150px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 122px 67px 72px 53px;
}
.question-input {
    margin-bottom: 20px;
}
.question-input input {
    height: 87px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #94bcbd;
    padding-left: 39px;
    background: transparent;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.question-input input::-webkit-input-placeholder {
    color: #202020;
}
.question-input input::-moz-placeholder {
    color: #202020;
}
.question-input input:-ms-input-placeholder {
    color: #202020;
}
.question-input input::-ms-input-placeholder {
    color: #202020;
}
.question-input input::placeholder {
    color: #202020;
}
.question-policy {
    margin: 0 auto 38px;
    width: 262px;
    max-width: 100%;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.question-policy a {
    text-decoration: none;
    color: #202020;
}
.question-policy a:hover {
    text-decoration: underline;
}
.question-btn {
    width: 100%;
    height: 87px;
    border-radius: 100px;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%), #377172;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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;
    position: relative;
}
.question-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        -webkit-gradient(linear, left bottom, left top, color-stop(15.81%, #104949), color-stop(88.6%, #7dacae)),
        #377172;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(0deg, #104949 15.81%, #7dacae 88.6%), #377172;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: 1;
}
.question-btn:hover::before {
    opacity: 1;
}
.question .container {
    z-index: 2;
}
.question-img {
    top: 69px;
    left: 55%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.question-right {
    right: -173px;
    bottom: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.question-tree {
    right: -20px;
    top: -100px;
    z-index: 5;
}
.question-cloud {
    top: -53px;
    right: calc(50% - 400px);
}

.menu-catalog {
    position: fixed;
    top: 116px;
    left: 0;
    z-index: 21;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(168, 208, 209, 0.2)),
            to(rgba(168, 208, 209, 0.2))
        ),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        ),
        #fff;
    background: linear-gradient(0deg, rgba(168, 208, 209, 0.2) 0%, rgba(168, 208, 209, 0.2) 100%),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        ),
        #fff;
    -webkit-filter: drop-shadow(0px 40px 40px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 40px 40px rgba(0, 0, 0, 0.25));
    padding: 57px 0 60px;
    width: 100%;
    display: none;
}
.menu-catalog::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.12%, rgba(55, 113, 114, 0)),
        color-stop(35.14%, #377172),
        color-stop(99.87%, rgba(55, 113, 114, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(55, 113, 114, 0) 0.12%,
        #377172 35.14%,
        rgba(55, 113, 114, 0) 99.87%
    );
}
.menu-catalog::after {
    content: "";
    /* Позицию задаёт add.js: --menu-arrow это центр пункта меню в пикселях
       от левого края окна. Проценты ниже — запасной вариант, если JS не
       отработал. Раньше здесь был набор процентов на каждый брейкпоинт,
       и стрелка всё равно не попадала в свой пункт. */
    left: var(--menu-arrow, 25%);
    transform: translateX(-50%);
    position: absolute;
    width: 13px;
    height: 6px;
    top: -6px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="6" viewBox="0 0 13 6" fill="none"><path d="M6.5 0L12.9952 6H0.00480938L6.5 0Z" fill="%23377172"/></svg>');
}
.menu-catalog.fixed {
    top: 85px;
}
.menu-catalog__block {
    width: 25%;
    margin-top: 20px;
}
.menu-catalog__list {
    margin-top: -20px;
}
.menu-catalog__item {
    border-radius: 50px 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(32, 68, 69, 0.2);
    box-shadow: 0px 4px 4px 0px rgba(32, 68, 69, 0.2);
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    padding-right: 16px;
}
.menu-catalog__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #377172;
}
.menu-catalog__item-link {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.menu-catalog__logo {
    bottom: 85px;
    left: calc(50% + 470px);
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

.menu-catalog__wrapper {
    width: 75%;
}
.menu-catalog__wrapper .menu-catalog__block {
    width: 33.333%;
}

.menu-second::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.12%, rgba(55, 113, 114, 0)),
        color-stop(35.14%, #377172),
        color-stop(99.87%, rgba(55, 113, 114, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(55, 113, 114, 0) 0.12%,
        #377172 35.14%,
        rgba(55, 113, 114, 0) 99.87%
    );
}

.modal-list {
    padding: 40px 20px;
}
.modal-overlay {
    background: #142d2e;
    opacity: 0.6;
}
.modal-close {
    top: -20px;
    right: -44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal-title {
    color: #202020;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.modal-subtitle {
    margin: 6px 0 27px;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.modal-input {
    margin-bottom: 16px;
}
.modal-input input {
    height: 70px;
    width: 100%;
    border-radius: 100px;
    border: 1px solid #94bcbd;
    padding-left: 39px;
    background: transparent;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    padding-right: 16px;
}
.modal-input input::-webkit-input-placeholder {
    color: #202020;
}
.modal-input input::-moz-placeholder {
    color: #202020;
}
.modal-input input:-ms-input-placeholder {
    color: #202020;
}
.modal-input input::-ms-input-placeholder {
    color: #202020;
}
.modal-input input::placeholder {
    color: #202020;
}
.modal-input__bold {
    padding: 4px 0 9px;
    color: #377172;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
}
.modal-form {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}
.modal-policy {
    margin-top: 20px;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.modal-policy a {
    text-decoration: none;
    color: #202020;
}
.modal-policy a:hover {
    text-decoration: underline;
}
.modal-container {
    width: 640px;
    border-radius: 50px 150px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 47px 60px;
}
.modal .question-btn.btn {
    font-size: 36px;
    
    margin: 30px auto 0;
    height: 87px;
}

.wa {
    right: 69px;
    bottom: 56px;
    position: fixed;
    z-index: 19;
    width: 70px;
}
.wa::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    -webkit-animation: scaleAndFade 1.5s infinite;
    animation: scaleAndFade 1.5s infinite;
    border-radius: 100%;
    background: linear-gradient(
        214deg,
        rgba(90, 242, 118, 0.1) 13.19%,
        rgba(39, 202, 68, 0.1) 88.06%
    );
}
.wa::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    -webkit-animation: scaleAndFade 1.5s infinite;
    animation: scaleAndFade 1.5s infinite;
    border-radius: 100%;
    background: linear-gradient(
        214deg,
        rgba(90, 242, 118, 0.2) 13.19%,
        rgba(39, 202, 68, 0.2) 88.06%
    );
}
.wa.telegram::after {
background: linear-gradient(214deg, rgba(94, 168, 235, 0.2) 13.19%, rgba(30, 88, 224, 0.2) 88.06%);    
}
.wa:hover {
    opacity: 0.85;
}

@-webkit-keyframes scaleAndFade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes scaleAndFade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}
.article {
    padding-bottom: 60px;
}
.article-title {
    margin-bottom: 40px;
}
.article-block {
    width: 33.333%;
    margin-top: 30px;
}
.article-list {
    margin-top: -30px;
}
.article-item__img {
    border-radius: 35px 35px 0px 35px;
    width: 100%;
    height: auto;
}
.article-item__text {
    margin-top: 15px;
    color: #204445;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}
.article-content {
    margin-top: 60px;
    margin-bottom: -30px;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    color: #202020;
    font-size: 64px;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 30px;
}
.article-content p {
    margin-bottom: 30px;
}
.article-content a {
    text-decoration: underline;
    color: #202020;
}
.article-content ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 19px;
}
.article-content ul li, .article-content ol li {
    display: block;
    position: relative;
    margin-top: 25px;
    padding-left: 44px;
}
.article-content ul li:first-child, .article-content ol li:first-child {
    margin-top: 0;
}
.article-content ul li::before , .article-content ol li::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/circle.svg");
    left: 0;
    top: 3px;
}
.article-logo {
    top: 190px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: -230px;
}
.article-monument {
    top: 70px;
    left: -281px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.article-circle {
    width: 920px;
    height: 920px;
    border-radius: 100%;
    opacity: 0.2;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: 230px;
    left: -500px;
}
.article-leaves {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -118px;
    left: -161px;
}
.article-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 280px;
    right: -450px;
}

.calc {
    padding: 151px 0 0;
    background-image: url("../img/bg-calc.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 5;
}
.calc-img {
    top: 50px;
    left: calc(50% + 100px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calc-title {
    padding-left: 50px;
    text-indent: 0;
}
.calc-subtitle {
    padding-left: 68px;
    margin: 11px 0 25px;
    width: 700px;
    max-width: 100%;
    color: #202020;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
}
.calc .question-items {
    padding-left: 68px;
}
.calc-policy {
    width: 591px;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 18px;
}
.calc-policy a {
    text-decoration: none;
    color: #202020;
}
.calc-policy a:hover {
    text-decoration: underline;
}
.calc-form__img {
    top: -249px;
    right: 418px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.calc-form__mobile {
    display: none;
}
.calc-wrapper {
    position: relative;
    z-index: 2;
}
.calc-label {
    width: 302px;
    border-radius: 100px;
    background: #cfe8e9;
    color: #204445;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    height: 87px;
    padding-right: 21px;
    padding-left: 53px;
}
.calc-label:hover {
    background: #bad7d8;
}
.calc-label input {
    display: none;
}
.calc-mobile {
    display: none;
}
.calc-top {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -256px;
    right: -592px;
}
.calc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff, transparent);
}
.calc::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
}
.calc-center {
    border-radius: 35px 35px 0 0;
    margin-right: auto;
}
.calc-box {
    margin: 58px 0 190px;
}
.calc-box__top {
    width: 100%;
}
.calc-box__wrapper {
    top: -335px;
    right: 0;
    width: 425px;
    border-radius: 35px 35px 0 0;
    position: absolute;
}
.calc-box__bottom {
    padding: 23px 19px 197px;
    background: #377172;
    position: relative;
    z-index: 2;
    margin-top: -24px;
    border-radius: 35px 35px 0 0;
}
.calc-box__bottom img {
    width: 100%;
    border-radius: 20px;
    height: auto;
}

.catalog {
    padding-bottom: 15px;
}
.catalog-block {
    margin-top: 40px;
    width: 50%;
}
.catalog-item {
    padding-bottom: 17px;background: #fcffff;border-radius: 35px;
}

.catalog-item__top {
    border-radius: 35px;
    background: radial-gradient(
            129.57% 99.93% at 91.15% 8.94%,
            rgba(101, 152, 153, 0.3) 0%,
            rgba(101, 152, 153, 0) 100%
        ),
        #f5f7f7;
    padding: 18px 28px 100px;
    color: #204445;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}
.catalog-item__img {
    margin-top: -86px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 35px;
    border: 5px solid #fff;
    height: 460px;
    z-index: 1;
    width: 100%;
}
.catalog-item__info {
    padding-left: 28px;
}
.catalog-item__info-item {
    margin-top: 11px;
}
.catalog-item__info-item span {
    display: block;
    min-width: 151px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.catalog-item__info-item p {
    color: #377172;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.catalog-item__info-item:first-child {
    margin-top: 16px;
}
.catalog-item__btn {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        -webkit-gradient(linear, left bottom, left top, color-stop(15.81%, #104949), color-stop(88.6%, #7dacae));
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(0deg, #104949 15.81%, #7dacae 88.6%);
    -webkit-box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
    box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 90%;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 3;
    right: 0;
    bottom: 0;
}
.catalog-item__btn span {
    width: 100%;
}
.catalog-item__btn img {
    margin: 14px auto 0;
}
.catalog-item__btn:hover {
    opacity: 0.8;
}
.catalog-item__link {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.catalog-btn {
    margin-top: 70px;
    width: 100%;
    height: 72px;
    border-radius: 50px;
    border: 1px solid #377172;
    color: #377172;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
}
.catalog-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #377172;
}
.catalog-title {
    padding-left: 13px;
}
.catalog-circle {
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    bottom: 403px;
    left: -680px;
}
.catalog-circle.first-circle {
    top: 300px;
    bottom: auto;
    left: -400px;
}
.catalog-circle.last-circle {
    bottom: 277px;
    right: -383px;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.catalog-leaves {
    top: 270px;
    right: -650px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-catalog {
    padding-bottom: 137px;
    z-index: 2;
}
.main-catalog__bg {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 633px;
    min-width: 1920px;
}
.main-catalog__title {
    width: 680px;
    max-width: 100%;
    color: #000;
    font-size: 96px;
    font-weight: 400;
    line-height: 80%;
    min-height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.main-catalog__subtitle {
    margin: 10px 0 60px;
    color: #202020;
    font-size: 64px;
    font-weight: 400;
    line-height: 90%;
}
.main-catalog__item {
    margin-top: 10px;
    width: 511px;
    max-width: 100%;
    padding: 19px;
    border-radius: 50px;
    border: 1px solid #b5c8ca;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(168, 208, 209, 0.2)),
            to(rgba(168, 208, 209, 0.2))
        ),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    background: linear-gradient(0deg, rgba(168, 208, 209, 0.2) 0%, rgba(168, 208, 209, 0.2) 100%),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 90%;
}
.main-catalog__item img {
    width: 30px;
    min-width: 30px;
    margin-right: 14px;
}
.main-catalog__left {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: -740px;
    top: 0;
    z-index: 1;
}
.main-catalog__img {
    top: -37px;
    left: 206px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.question-second .question-left {
    width: 900px;
}

.question-second .question-title {
    text-indent: 45px;
}
.question-second .question-form {
    margin-top: 0px;
}

.other-circle {
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0.3;
    background: linear-gradient(10deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: 19px;
    left: -400px;
}
.other-circle.circle-last {
    right: -383px;
    left: auto;
}
.other-list {
    margin-top: 0;
    padding-top: 27px;
}
.other-block {
    width: 25%;
    margin-top: 20px;
}
.other .catalog-item {
    padding-bottom: 0;
}
.other .catalog-item__img {
    height: 223px;
}
.other .catalog-item__top {
    padding: 25px 15px 100px 28px;
    font-size: 16px;
    line-height: 100%;
}
.other .catalog-item__info {
    padding-left: 0;
}
.other .catalog-item__info-item {
    margin-top: 15px;
}
.other .catalog-item__info-item:first-child {
    margin-top: 17px;
}
.other .catalog-item__info-item span {
    min-width: 10px;
    margin-right: 11px;
    font-size: 16px;
    line-height: 100%;
}
.other .catalog-item__info-item p {
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}
.other .catalog-item__btn {
    width: 99px;
    height: 99px;
    font-size: 16px;
    line-height: 90%;
    padding-top: 7px;
}
.other .catalog-item__btn img {
    margin-top: 7px;
}
.other-img {
    top: -615px;
    right: -650px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    height: 87px;
    border-radius: 100px;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%), #377172;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 65px;
    text-decoration: none;
    outline: none;
}
.btn span {
    display: block;
    position: relative;
    z-index: 2;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        -webkit-gradient(linear, left bottom, left top, color-stop(15.81%, #104949), color-stop(88.6%, #7dacae)),
        #377172;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(0deg, #104949 15.81%, #7dacae 88.6%), #377172;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: 1;
}
.btn:hover::before {
    opacity: 1;
}

.card {
    padding-bottom: 65px;
}
.card-title {
    color: #000;
    font-size: 64px;
    font-weight: 400;
    line-height: 80%;
    margin-bottom: 40px;
}
.card-left {
    width: calc(100% - 250px);
}
.card-right {
    width: 230px;
}
.card-thumb {
    width: 100%;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
}
.swiper-slide img{cursor: pointer;}
.card-thumb__img {
    height: 154px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0px 15px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid transparent;
}
.card-thumb .swiper-slide {
    width: 100%;
    height: 161px !important;
    cursor: pointer;
}
.card-thumb .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #80cfd0;
}
.card-arrow {
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.card-arrow:hover {
    opacity: 0.8;
}
.card-arrow.card-prev {
    right: auto;
    left: -13px;
}
.card-arrow.card-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card-img {
    width: 100%;
    height: auto;
    border-radius: 50px 50px 0px 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-text {
    margin: 40px 0 15px;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.card-info {
    width: 528px;
    max-width: 100%;
}
.card-info__item span {
    margin-right: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.card-info__item p {
    color: #377172;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.card-img__left {
    top: -263px;
    left: -740px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.card-img__right {
    bottom: 215px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: -400px;
    z-index: 1;
}
.card .catalog-circle {
    top: -500px;
    right: -270px;
    left: auto;
    bottom: auto;
    display: block;
}

.reviews {
    padding: 86px 0 109px;
}
.reviews-wrapper {
    margin-top: 32px;
}
.reviews-mobile {
    display: none;
}
.reviews-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 20px;
}
.reviews-arrows {
    left: 0;
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}
.reviews-prev {
    right: 176px;
}
.reviews-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-quote {
    left: calc(100% + 32px);
    top: 0;
}
.reviews-circle {
    top: -436px;
    left: -575px;
    border-radius: 959px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reviews-right {
    top: -110px;
    right: -560px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about {
    padding: 48px 0 43px;
}
.about-top {
    margin-top: 40px;
}
.about-text {
    width: 400px;
}
.about-text__title {
    color: #204445;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.about-text__desc {
    margin-top: 33px;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.about-img {
    width: calc(100% - 472px);
    border-radius: 50px 150px 0px 50px;
}
.about-center {
    padding: 8px 0;
    margin: 40px 0 36px;
}
.about-center::before {
    content: "";
    position: absolute;
    width: 1416px;
    max-width: 80%;
    left: 0;
    top: 0;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #377172),
        color-stop(92.06%, rgba(55, 113, 114, 0))
    );
    background: linear-gradient(90deg, #377172 50%, rgba(55, 113, 114, 0) 92.06%);
}
.about-center__text {
    width: 760px;
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.about-team {
    margin: -20px -10px 0;
}
.about-team__block {
    width: 20%;
    padding: 0 10px;
    margin-top: 20px;
}
.about-team__item-img {
    width: 100%;
    display: block;
}
.about-team__item-top {
    border-radius: 50px 150px 0px 50px;
}
.about-team__item-job {
    border-radius: 0px 50px;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    background: #377172;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
}
.about-team__item-text {
    padding: 21px 18px 0;
    text-align: center;
    color: #377172;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.about-team__item-text span {
    color: #202020;
}
.about-left {
    left: -572px;
    top: 39px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about-monument {
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about-circle {
    top: -399px;
    right: -670px;
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 959px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.main {
    padding: 187px 0 350px;
    z-index: 2;
}
.main-logo {
    margin-bottom: 34px;
    max-width: 100%;
}
.main-wrapper {
    margin-left: 90px;
    width: 570px;
    max-width: 100%;
}
.main-title {
    color: #000;
    font-size: 96px;
    font-weight: 400;
    line-height: 70%;
    margin-bottom: 7px;
}
.main-subtitle {
    color: #000;
    font-size: 52px;
    font-weight: 400;
    line-height: 90%;
    margin-bottom: 47px;
}
.main-form__img {
    top: -85px;
    right: -10px;
    outline: none;
    user-select: none;
    z-index: 4;
}
.main-btn {
    width: 258px;
    height: 258px;
    border-radius: 258px;
    padding-top: 30px;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 34px;
    font-weight: 400;
    line-height: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 10px 30px 30px 0px rgba(6, 27, 27, 0.6);
    box-shadow: 10px 30px 30px 0px rgba(6, 27, 27, 0.6);
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%);
}
.main-btn img {
    margin-top: 19px;
}
.main-btn span {
    width: 100%;
}
.main-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    background: radial-gradient(
            180% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.main-btn:hover::before {
    opacity: 1;
}
.main-img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    top: 116px;
    left: calc(50% - 170px);
}
.main-block {
    width: 33.333%;
    margin-top: 54px;
}
.main-item {
    padding: 19px 30px;
    border-radius: 25px;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(168, 208, 209, 0.3)),
            to(rgba(168, 208, 209, 0.3))
        ),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    background: linear-gradient(0deg, rgba(168, 208, 209, 0.3) 0%, rgba(168, 208, 209, 0.3) 100%),
        radial-gradient(
            130.5% 103.43% at 88.05% 6.22%,
            rgba(37, 99, 100, 0.5) 0%,
            rgba(158, 102, 70, 0) 100%
        );
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border: 1px solid #b5c8ca;
    min-height: 100%;
}
.main-item__title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 90%;
}
.main-item__text {
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.main-left {
    left: -620px;
    top: 369px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 50%;
    top: 0;
    width: 100%;
    min-width: 1920px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.examples {
    padding-top: 146px;
    padding-bottom: 77px;
}
/* Только та секция «Примеры работ», что идёт сразу за первым экраном
   главной. Раньше между низом .main и заголовком секции оставалось 146px
   пустоты; дымка из grass.png должна ложиться на начало секции, а не
   висеть в воздухе.
   Селектор с main.main сознательно: тот же класс .examples используют
   шаблоны «Каталог» (7) и «Главная Копия» (12), где перед секцией стоит
   .main-catalog с фотографией — там 146px нужны, иначе фото наезжает на
   первый ряд карточек. */
@media (min-width: 993px) {
    main.main + .examples {
        padding-top: 80px;
    }
}
.examples-subtitle {
    margin-left: auto;
    width: 507px;
    color: #377172;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 40px;
}
.examples-title {
    padding-left: 0;
    text-indent: 83px;
}
.examples .catalog-block {
    width: 33.333%;
}
.examples .catalog-item__img {
    height: 313px;
}
.examples .catalog-item__top {
    font-size: 22px;
}
.examples-left {
    left: -230px;
    top: 234px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.examples-right {
    left: calc(50% + 300px);
    top: 92px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.projects-title__top {
    align-items: flex-end;
}
.projects {
    z-index: 2;
    padding-top: 180px;
}
.projects-subtitle {
    margin-left: 22px;
    color: #377172;
    font-size: 90px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 9px;
}
.projects-list {
    padding-top: 14px;
}
.projects-item {
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(55, 113, 114, 0.2);
    box-shadow: 0px 20px 40px 0px rgba(55, 113, 114, 0.2);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 17px 10px 10px;
    margin-top: 31px;
}
.projects-item__top {
    margin-bottom: 19px;
    color: #204445;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    padding-left: 18px;
}
.projects-item__text {
    margin-top: 18px;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.projects-item__left {
    width: 570px;
    max-width: 100%;
}
.projects-item__bottom {
    padding: 33px 25px 30px;
}
.projects-item__info-item span {
    display: block;
    margin-right: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.projects-item__info-item p {
    color: #377172;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.projects-item__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.projects-item__photos-block {
    display: none;
    position: relative;
}
.projects-item__photos-block b {
    width: 47px;
    height: 47px;
    display: block;
    right: 10px;
    bottom: 11px;
    background-image: url("../img/loop.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
}
.projects-item__photos-block span {
    height: 33px;
    border-radius: 0px 50px 50px 0px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    padding-left: 26px;
    padding-right: 22px;
}
.projects-item__photos-block img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    border-radius: 35px;
    height: 328px;
}
.projects-item__photos-block:first-child {
    display: block;
    width: 100%;
}
.projects-item__photos-block:nth-child(2) {
    display: block;
    right: 0;
    top: 0;
    width: calc(100% - 580px);
    height: 100%;
    position: absolute;
}
.projects-item__logo {
    width: 179px;
    min-width: 179px;
    margin-right: 11px;
    height: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.projects-title {
    padding-left: 27px;
}
.projects-logo {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.projects-leaves {
    top: 72px;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.projects-right {
    right: -490px;
    top: -260px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.projects-circle {
    width: 959px;
    height: 918px;
    border-radius: 100%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}
.projects-circle:first-child {
    top: -133px;
    left: -384px;
    opacity: 0.2;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
}
.projects-circle:last-child {
    bottom: 218px;
    right: -470px;
    opacity: 0.3;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
}
.projects-circle:nth-child(2) {
    width: 959px;
    height: 511px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.2;
    background: linear-gradient(124deg, #377172 28.2%, rgba(55, 113, 114, 0) 70.26%);
    top: 35px;
    right: -360px;
}

.order {
    padding: 2px 0 114px;
    z-index: 1;
}
.order-title {
    text-indent: 0;
}
.order .question-items {
    margin: 0 !important;
    width: 497px;
    max-width: 100%;
    padding: 0;
}
.order-subtitle {
    margin: 10px 0 20px;
    color: #204445;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}
.order-bottom {
    margin-top: 60px;
}
.order-bottom__block {
    width: 33.333%;
}
.order-bottom__block img {
    width: 100%;
    height: auto;
    border-radius: 35px 35px 0px 35px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(37, 99, 100, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(37, 99, 100, 0.15);
}
.order .swiper-pagination {
    display: none;
}
.order-slider {
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.order-img {
    width: 100%;
    height: auto;
    border-radius: 35px 35px 0px 35px;
}
.order-box {
    top: 200px;
    right: 0;
    width: 690px;
    z-index: 2;
}
.order .main-btn {
    width: 209px;
    height: 209px;
    margin: 0;
    position: absolute;
    bottom: 70px;
    left: -188px;
    z-index: 3;
    padding-top: 20px;
    font-size: 32px;
    line-height: 90%;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%);
    text-align: center;
    -webkit-box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
    box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
}
.order .main-btn img {
    margin-top: 10px;
}
.order-sketch {
    top: 71px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 42%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.order-bg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.order::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
    z-index: 1;
}
.order-cloud {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.order-leaves {
    right: 0;
    top: 0;
}

.sales {
    z-index: 2;
}
.sales-title {
    padding-left: 64px;
}
.sales-item {
    padding: 12px 10px 34px;
    margin-top: 30px;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(55, 113, 114, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(55, 113, 114, 0.2);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
}
.sales-item__images {
    margin-right: -10px;
}
.sales-item__img {
    width: calc(33.333% - 10px);
    margin-right: 10px;
    border-radius: 35px;
}
.sales-item__bottom {
    margin-top: 18px;
}
.sales-item__text {
    margin-left: 61px;
    width: 844px;
    max-width: 100%;
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.sales-item__info-item {
    margin-top: 22px;
}
.sales-item__info-item span {
    display: block;
    width: 90px;
    min-width: 90px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.sales-item__info-item p {
    color: #377172;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.sales-item__info-item:first-child {
    margin-top: 0;
}
.sales-item__slider {
    width: calc(50% - 20px);
    display: none;
    margin: 0;
}
.sales-item__slider img {
    width: 100%;
    border-radius: 35px;
    height: auto;
}
.sales-item__slider .swiper-pagination {
    display: none;
}
.sales .main-btn {
    width: 209px;
    height: 209px;
    margin: 0;
    position: absolute;
    bottom: 34px;
    right: 0;
    left: auto;
    z-index: 3;
    padding-top: 12px;
    font-size: 32px;
    line-height: 90%;
    background: radial-gradient(
            18.36% 123.2% at 30.23% 24.42%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        linear-gradient(200deg, #104949 15.81%, #7dacae 88.6%);
    text-align: center;
    -webkit-box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
    box-shadow: 5px 15px 15px 0px rgba(6, 27, 27, 0.3);
}
.sales .main-btn img {
    margin-top: 10px;
}
.sales-right {
    right: -613px;
    top: -250px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sales-left {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
    top: 139px;
    left: -612px;
}
.sales-circle {
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 959px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    bottom: 195px;
    left: -574px;
}

.differences {
    padding: 68px 0 37px;
}
.differences-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    text-indent: 20px;
}
.differences-top {
    text-align: right;
}
.differences-images {
    margin: 65px 0 47px;
    padding-left: 708px;
}
.differences-img {
    border-radius: 50px 50px 50px 0px;
    display: block;
    max-width: 100%;
    height: auto;
}
.differences-img:first-child {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px 50px 0px 50px;
}
.differences-item__title {
    color: #202020;
    font-size: 90px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.differences-item__subtitle {
    color: #202020;
    font-size: 40px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.differences-item__text {
    max-width: 100%;
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 38px;
}
.differences-item.right {
    text-align: right;
}
.differences-item.right .differences-item__text {
    margin-left: auto;
    width: 569px;
    text-align: left;
}
.differences-item.item-center {
    position: relative;
    margin: 188px 0 97px;
}
.differences-item.item-center .differences-item__title {
    width: 1100px;
    max-width: 100%;
}
.differences-item.item-center .differences-item__text {
    max-width: 100%;
    width: 649px;
}
.differences-item.item-last {
    padding-left: 377px;
    position: relative;
}
.differences-center__img {
    top: -340px;
    left: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px 50px 0px 0px;
}
.differences-last__bottom {
    left: 0;
    top: 0;
    border-radius: 50px 50px 0px 50px;
}
.differences-last__img {
    top: -337px;
    right: 0;
    z-index: -1;
    border-radius: 50px 50px 50px 0px;
    max-width: 100%;
}
.differences-right {
    left: calc(50% + 700px);
    top: 40%;
}
.differences-circle:nth-child(1) {
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 959px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    top: 80px;
    left: -574px;
}
.differences-circle:nth-child(2) {
    width: 959px;
    height: 918px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 959px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    bottom: 120px;
    right: -520px;
}
.differences-circle:nth-child(3) {
    top: -400px;
    right: -500px;
    border-radius: 1341.755px;
    opacity: 0.3;
    background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    width: 1173.034px;
    height: 1341.755px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.differences-leaves {
    right: 0;
    top: 170px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
}

.sales-item__img {
    position: relative;
    overflow: hidden;
}
.sales-item__img img {
    border-radius: 35px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.sales-item__img img:last-child {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -10px;
    border: 10px solid #fff;
    width: auto;
    margin-left: -10px;
    max-width: calc(100% + 20px);
}

.sales-item__slider .sales-item__img {
    width: 100%;
    min-height: 100%;
}
.sales-item__slider .swiper-slide {
    height: auto !important;
}
.sales-item__slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.modal-card .modal-container {
    width: 1396px;
    padding: 15px 30px 33px;
    border-radius: 45px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 20px 40px 0px rgba(55, 113, 114, 0.2);
    backdrop-filter: blur(7.5px);
    text-align: left;
}
.modal-card .card-text {
    text-align: left;
    margin: 20px 0 15px;
    padding-left: 41px;
}
.modal-card__title {
    margin-bottom: 13px;
    padding-left: 41px;
    color: #204445;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.modal-card .card-bottom {
    padding-left: 41px;
}
.modal-card .modal-close {
    top: -48px;
    right: -64px;
}
.modal-card .modal-list {
    padding: 80px;
}
.catalog-item__info-item span.on_mob{display: none;}




.header-logo__mobile {
    display: none;
}

.header-logo__desktop {
    height: 69px;
    width: auto;
}

.header-work {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin-right: auto;
}
.header-work__title {
    background-image: url('../img/time.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.header-work__text {
    margin-top: 12px;
}
.header-logo {
    margin-left: -110px;
}

.main-wrapper {
    display: none;
}

.main-check {
    margin-top: 33px;
    position: relative;
    width: 756px;
    max-width: 100%;
    height: 82px;
    padding-left: 96px;
    padding-top: 10px;
    background-image: url('../img/check-1.png');
}
.main-check:nth-child(2) {
    background-image: url('../img/check-2.png');
}
.main-check:nth-child(3) {
    background-image: url('../img/check-3.png');
}
.main-check:first-child {
    margin-top: 0;
}
.main-check__title {
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 90%;
}
.main-check__text {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 90%;
}
.main-form {
    margin-top: 80px;
    width: 667px;
    max-width: 100%;
}
.main-input input {
    width: 376px;
    max-width: 100%;
    background: #fff;
    height: 87px;
    border: 1px solid #94BCBD;
    border-radius: 100px;
    padding-left: 40px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2.4px;
}
.main-input input::placeholder {
    color: #202020;
}
.main-button {
    width: 388px;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 87px !important;
    font-size: 32px;
    padding: 0;
    display: flex;
}
.question-title {
    padding-left: 46px;
}

.materials {
    padding: 60px 0;
}
.materials-title {
    color: #202020;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}
.materials-text {
    color: #202020;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 30px;
}

.order::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #fff, transparent);
}
.order .main-form {
    margin-top: 30px;
}
.about-title {
    padding-left: 40px;
}
.rev {
    width: 216px;
    border-radius: 10px 10px 0px 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 13px 18px 11px 22px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.rev-img {
    margin-bottom: 8px;
}
.rev-star {
    margin-right: 14px;
}
.rev-circle {
    margin-left: 10px;
    margin-right: 6px;
    width: 4px;
    height: 4px;
    min-width: 4px;
    background: #000;
    border-radius: 100%;
}
.rev-right {
    color: #377172;
}
.rev-right, .rev-rating {
    margin-top: -3px;
}
.contact-text__bottom {
    margin-right: auto;
    width: 250px;
    max-width: 100%;
}
.review-item {
    padding: 22px 32px 32px;
    border-radius: 50px 0px;
    background: #FFF;
    box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.review-item__text {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.review-item__text a {
    display: inline-flex;
    color: #377172;
    text-decoration: underline;
}
.review-item__img {
    width: 100%;
    height: auto;
  /* карточки отзывов одинаковой высоты: кадрируем видимую область,
     сам файл не режем (object-fit: cover ниже) */
  aspect-ratio: 4 / 3;
    display: block;
    border-radius: 15px 15px 0px 0px;
    object-fit: cover;
}
.review-item__letter {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    min-width: 48px;
    margin-right: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}
.review-item__name {
    color: #377172;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.review-item__stars {
    justify-content: flex-end;
}
.review-item__date {
    margin-bottom: 4px;
    color: #202020;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.review-item__right {
    margin-left: auto;
}
.review-item__top {
    margin-bottom: 16px;
}
.review-item__text {
    margin-top: 15px;
}
.reviews .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.reviews .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s;
    height: auto;
}
.reviews .swiper-slide-visible {
    opacity: 1;
}
.reviews-slider {
    overflow: visible;
}
.review-item {
    min-height: 100%;
}
.steps-item__wrapper {
    padding: 30px 32px 0;
}
.steps-block {
    width: 25%;
    margin-top: 30px;
}
.steps-item__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px 25px 25px 0px;
}
.steps-item__title {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin: 14px 0 9px;
}
.steps-item__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.steps {
    border-radius: 150px 150px 0px 0px;
    background: linear-gradient(180deg, #377172 84%, #FFF 100%), #377172;
    padding: 40px 0 85px;
}
.steps-list::before {
    content: "";
    position: absolute;
    top: 120px;
    width: calc(100% - 344px);
    background: #9ED0D1;
    left: 32px;
    height: 1px;
}
.steps-top {
    right: 0;
    top: -180px;
    user-select: none;
}
.steps-right {
    right: 0;
    top: -150px;
    user-select: none;
}
.reviews-dev .rev {
    margin-left: 22px;
}
.reviews-dev .rev:first-child {
    margin-left: 0;
}
.reviews-dev .rev:last-child .rev-img {
    margin: 0;
}
.reviews-title {
    letter-spacing: 2px;
    padding-left: 46px;
}

.reviews-quote {
    right: -150px;
    top: -200px;
    width: 125px;
}

.page-article .article-content {
    margin: 0;
}
.page-article {
    padding: 20px 0 90px;
}

.page-contact__top .contact-text__center {
    margin-top: 0;
    margin-bottom: 10px;
}

.page-contact__top {
    padding-top: 0;
    background: transparent;
    padding-bottom: 80px;
}
.page-contact__top .contact-text__center {
    color: #202020;
}
.page-contact__top .contact-text__bottom {
    color: #202020;
}
.page-contact__top .contact-text__top {
    color: #204445;
}
.page-contact__img {
    right: -400px;
    top: 150px;
}

.main-grass {
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    bottom: -450px;
    z-index: 3;
    user-select: none;
}

.wa.telegram {
bottom: 140px;
width: 60px;
}
.wa.wa_svg {
width: 60px;
}

.img-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.img-fade.loaded {
  opacity: 1;
}

@media (min-width: 2000px) {
    .main-bg {
        top: auto;
        bottom: -440px;
    }
}
@media (min-width: 993px) {



    .calc .question-form {
        width: 100%;
        padding: 52px 59px 23px 53px;
        border-radius: 50px 150px 0px 0px;
        background: #fff;
        -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    }
    .calc-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .calc .question-input {
        width: 330px;
        max-width: 100%;
        margin: 0;
    }
    .calc .question-btn {
        margin: 0;
        width: 282px;
    }
}
@media (max-width: 1840px) {
    .question-tree {
        right: auto;
        left: calc(50% + 592px);
    }
    .main-catalog__left {
        left: auto;
        right: calc(50% + 500px);
    }
}
@media (max-width: 1770px) {
    .call {
        left: auto;
        right: -12px;
        top: -20px;
        width: 76px;
        height: 76px;
    }
    .call span,
    .call img {
        display: none;
    }
    .call::before {
        content: "";
        width: 30px;
        height: 30px;
        background-size: 30px;
        background-image: url("../img/phone-icon.svg");
        bottom: 16px;
        left: 19px;
        position: absolute;
    }
}
@media (max-width: 1700px) {
    .card-img__left {
        left: auto;
        right: calc(50% - 130px);
    }
    .reviews-quote {
        display: none;
    }
    .header-nav ul li.li-menu-first{width: auto;}
    .header-nav ul li.li-menu-second{width: auto;}
    .header-nav ul li.li-menu-three{width: auto;}
}
@media (max-width: 1660px) {
    .page-contact__left {
        left: auto;
        right: calc(50% + 390px);
    }
    .header-logo {
        margin-left: 0;
    }
    .header-nav ul li {
        margin-left: 20px;
    }
    .header-nav ul li.li-menu-first{width: 105px;}
    .header-nav ul li.li-menu-second{width: 105px;}
    .header-nav ul li.li-menu-three{width: 105px;}

    .header-nav ul li a {
        font-size: 16px;
    }
    .header-work {
        font-size: 16px;
    }
}
@media (max-width: 1520px) {
    .header-nav ul li a {
        font-size: 16px;
    }
    .header-nav ul li {
        margin-left: 20px;
    }
    .header-list {
        padding-right: 50px;
    }
    .wa {
        right: 40px;
        bottom: 40px;
    }
    .article-leaves {
        left: -200px;
    }
    .main-catalog__left {
        left: auto;
        right: calc(50% + 350px);
    }
    .main-catalog {
        padding-bottom: 60px;
    }
    .main-catalog__img {
        width: 1400px;
        left: 170px;
    }
    .order-bottom {
        margin-top: 40px;
    }
}
@media (max-width: 1520px) {
    .container {
        width: 1160px;
    }
    .contact-img {
        margin-right: auto;
        margin-left: auto;
        width: 140px;
    }
    .contact-text__top {
        font-size: 24px;
        line-height: 100%;
    }
    .contact-text__center {
        margin: 28px 0 16px;
        font-size: 20px;
        line-height: 120%;
    }
    .contact-text__bottom {
        font-size: 15px;
        line-height: 120%;
    }
    .title {
        color: #202020;
        font-size: 60px;
        line-height: 90%;
        padding-left: 60px;
        text-indent: 40px;
        padding-top: 58px;
        letter-spacing: 2px;
    }
    .title span {
        font-size: 140px;
    }
    .contact-title {
        padding-left: 40px;
        width: auto;
    }
    .header-list {
        padding-right: 0;
    }
    .page-contact__left {
        left: -191px;
        right: auto;
        width: 350px;
        top: 200px;
    }
    .page-contact__item-text.contact-phone {
        font-size: 36px;
    }
    .address-title {
        padding-left: 45px;
    }
    .title small {
        font-size: 46px;
        letter-spacing: 3.2px;
    }
    .question-tree {
        left: calc(50% + 460px);
    }
    .question-subtitle,
    .question-items {
        padding-left: 68px;
    }
    .menu-catalog__logo {
        bottom: 85px;
        left: calc(50% + 400px);
    }
    .menu-catalog__item {
        font-size: 20px;
    }
    .menu-catalog__item-img {
        height: 80px;
        width: auto;
    }
    .menu-catalog__logo {
        bottom: 50px;
    }
    .article-img {
        width: 187px;
        top: -36px;
        right: -98px;
    }
    .calc-title {
        padding-left: 40px;
        text-indent: 0;
    }
    .calc-subtitle {
        padding-left: 40px;
    }
    .calc .question-items {
        padding-left: 40px;
    }
    .calc .question-input,
    .calc-label,
    .calc .question-btn {
        width: calc(25% - 10px);
    }
    .calc-label {
        font-size: 22px;
        padding-left: 30px;
    }
    .calc-policy {
        width: 515px;
    }
    .calc-img {
        width: 600px;
        left: 50%;
    }
    .calc-center {
        width: 740px;
    }
    .calc-box__wrapper {
        width: 380px;
    }
    .calc-box {
        margin-bottom: 150px;
    }
    .catalog-item__img {
        height: 384px;
    }
    .catalog-title {
        padding-left: 28px;
    }
    .question-second .question-title {
        text-indent: 10px;
    }
    .question-second .question-form {
        margin-top: 120px;
    }
    .other .catalog-item__info-item p {
        font-size: 14px;
    }
    .other .catalog-item__img {
        height: 187px;
    }
    .btn {
        font-size: 28px;
        height: 70px;
        padding: 0 40px;
    }
    .card-img__left {
        left: auto;
        right: calc(50% - 230px);
    }
    .reviews-wrapper {
        width: 960px;
    }
    .reviews-quote {
        width: 180px;
        left: calc(100% + 24px);
    }
    .about-team__item-text {
        padding: 20px 0 0 0;
    }
    .about-team__item-job {
        font-size: 28px;
        height: 60px;
    }
    .about-left {
        left: auto;
        right: calc(50% + 350px);
    }
    .main-img {
        width: 800px;
        left: calc(50% - 70px);
        top: 340px;
    }
    .examples .catalog-item__info-item span,
    .catalog-item__info-item p {
        font-size: 16px;
        line-height: 100%;
    }
    .examples .catalog-item__info-item span {
        min-width: 120px;
    }
    .examples .catalog-item__img {
        height: 253px;
    }
    .examples-title {
        padding-left: 0;
        text-indent: 82px;
    }
    .projects-title {
        padding-left: 45px;
    }
    .projects-logo {
        width: 300px;
    }
    .order-box {
        width: 500px;
    }
    .order-title {
        text-indent: 0;
    }
    .order .main-btn {
        left: -120px;
        bottom: 50px;
    }
    .sales-item__text {
        width: 680px;
    }
    .sales-right {
        width: 1200px;
        right: -500px;
        top: -200px;
    }
    .differences-title {
        padding-left: 32px;
    }
    .differences-images {
        margin-bottom: 70px;
    }
    .differences-center__img {
        width: 540px;
    }
    .differences-item__title {
        font-size: 80px;
    }
    .differences-right {
        left: calc(50% + 500px);
    }
    .differences-last__img {
        width: 500px;
    }
    .differences-leaves {
        right: auto;
        left: 65%;
    }
    .header-phone__top {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        overflow: hidden;
    }
    .header-logo img {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .fixed .header-phone__top {
        height: 0;
    }
    .fixed .header-logo img {
        width: 60px;
    }
    .header.fixed {
        padding: 2px 0;
    }
    .menu-catalog.fixed {
        top: 55px;
    }
    .header-logo__desktop {
        height: 60px;
    }
    .header-phone__link {
        font-size: 26px;
    }
    .header-work {
        width: 180px;
        line-height: 110%;
        font-size: 14px;
    }
    .header-work__text {
        margin-top: 2px;
    }
    .fixed .header-logo img {
        width: auto;
        height: 50px;
    }
    .title {
        font-size: 50px;
        padding-top: 46px;
    }
    .title span {
        font-size: 120px;
    }
    .contact-text__bottom {
        width: 210px;
    }
    .contact-img {
        width: 110px;
    }
    .steps-item__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .steps-list::before {
        width: calc(100% - 285px);
    }
}
@media (max-width: 1380px) {
    .modal-card .card-info {
        width: 400px;
    }
}
@media (max-width: 1240px) {
    .container {
        width: 960px;
    }
    .steps-list::before {
        width: calc(100% - 235px);
    }
    .examples-title {
        width: 400px;
        max-width: 100%;
    }
    .modal-card .card-bottom {
        padding: 0;
        display: block;
    }
    .modal-card .card-btn {
        width: 100%;
        margin-top: 24px;
    }
    .modal-card .card-info {
        width: 100% !important;
    }
    .modal-card .card-text {
        margin: 10px 0 20px;
        padding: 0;
    }
    .differences-leaves {
        display: none;
    }
    .sales-item__text {
        width: 500px;
    }
    .about-left {
        left: auto;
        right: calc(50% + 230px);
    }
    .reviews-wrapper {
        width: 100%;
        margin-top: 30px;
    }
    .reviews-quote {
        display: none;
    }
    .other .catalog-item__img {
        height: 315px;
    }
    .other-block {
        width: 50%;
    }
    .catalog-item__img {
        height: 317px;
    }
    .catalog-item__top {
        font-size: 21px;
    }
    .contact-tour {
        height: 450px;
    }
    .contact-map {
        height: 450px;
    }
    .contact-img {
        width: 100px;
    }
    .header-logo {
        width: 44px;
    }
    .header-nav {
        margin-right: 18px;
    }
    .header-phone__circle {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }
    .header-phone__text {
        font-size: 12px;
    }
    .header-phone__link {
        margin-top: 4px;
        font-size: 26px;
        white-space: nowrap;
    }
    .header-nav ul li a {
        font-size: 14px;
    }
    .header-nav {
        margin-right: 24px;
        margin-left: 24px;
    }
    .header-nav ul li {
        margin-left: 16px;
    }
    .bg {
        top: -100px;
    }
    .breadcrumbs {
        margin: 71px 0 21px;
    }
    .page-contact__block {
        width: 50%;
    }
    .page-contact__title {
        margin-bottom: 100px;
    }
    .question-tree {
        left: calc(50% + 400px);
    }
    .question-left {
        width: 500px;
    }
    .question-cloud {
        right: calc(50% - 500px);
    }
    .question-img {
        top: 0;
        width: 700px;
        left: 47%;
    }
    .menu-catalog {
        top: 75px;
    }
    .menu-catalog.fixed {
        top: 42px;
    }
    .menu-catalog__logo {
        left: calc(50% + 300px);
    }
    .menu-catalog__wrapper {
        width: 100%;
    }
    .wa {
        width: 49px;
        right: 11px;
        bottom: 11px;
    }
    .wa::before {
        width: 70px;
        height: 70px;
        left: calc(50% - 35px);
        top: calc(50% - 35px);
    }
    .wa::after {
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
    }
    .calc .question-input,
    .calc-label,
    .calc .question-btn {
        width: calc(50% - 10px);
    }
    .calc-label,
    .calc .question-btn {
        margin-top: 20px;
    }
    .calc-policy {
        width: 100%;
    }
    .calc-center {
        width: 600px;
    }
    .calc-box__wrapper {
        width: 320px;
    }
    .calc-box {
        margin-bottom: 50px;
    }
    .main-catalog__title {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 70%;
        width: 400px;
        min-height: 56px;
    }
    .main-catalog__subtitle {
        margin: 10px 0 30px;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0;
    }
    .main-catalog__items {
        width: 400px;
    }
    .main-catalog__item {
        padding: 12px 17px;
    }
    .main-catalog__item img {
        width: 20px;
        min-width: 20px;
        margin-right: 10px;
    }
    .main-catalog__item span {
        font-size: 20px;
        line-height: 90%;
    }
    .main-catalog__img {
        width: 1000px;
        left: 140px;
    }
    .card-info {
        width: auto;
    }
    .card-info__item {
        margin-right: 40px;
    }
    .card-info__item:last-child {
        margin-right: 0;
    }
    .card-img__left {
        left: auto;
        right: calc(50% - 330px);
        top: -200px;
    }
    .about-img {
        width: calc(100% - 430px);
    }
    .about-center::before {
        max-width: 100%;
    }
    .about-team__item-text {
        font-size: 16px;
        line-height: 100%;
    }
    .about-team__item-job {
        border-radius: 0 10px 10px 0;
        height: 32px;
        font-size: 16px;
        line-height: 120%;
    }
    .about-team__item-text {
        margin-top: 20px;
        padding-top: 0;
    }
    .about-team__item-img {
        border-radius: 5px 15px 10px 10px;
    }
    .about-team__item-top {
        border-radius: 0;
        padding-bottom: 8px;
    }
    .about-monument {
        width: 500px;
    }
    .main {
        padding-top: 120px;
    }
    .main-left {
        left: -350px;
        width: 600px;
        top: 650px;
    }
    .main-wrapper {
        margin-left: 0;
    }
    .main-item {
        padding: 19px;
    }
    .main-item__title {
        font-size: 26px;
        line-height: 90%;
    }
    .main-item__text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .examples .catalog-block {
        width: 50%;
    }
    .examples .catalog-item__img {
        height: 317px;
    }
    .projects-item__logo {
        display: none;
    }
    .projects-item__photos {
        position: relative;
    }
    .projects-item__left {
        width: 100%;
    }
    .projects-item__photos-block:nth-child(1) {
        width: 73.5%;
    }
    .projects-item__photos-block:nth-child(1) img {
        height: auto;
    }
    .projects-item__photos-block:nth-child(2),
    .projects-item__photos-block:nth-child(3) {
        width: 25%;
        height: 48%;
    }
    .projects-item__photos-block:nth-child(2) img,
    .projects-item__photos-block:nth-child(3) img {
        height: 100%;
    }
    .projects-item__photos-block:nth-child(3) {
        right: 0;
        bottom: 0;
        position: absolute;
        display: block;
    }
    .order .main-btn {
        left: auto;
        top: -35px;
        right: -14px;
        width: 136px;
        height: 136px;
        padding-top: 2px;
        font-size: 22px;
    }
    .order .question-items {
        width: 450px;
    }
    .order-bottom {
        margin-top: 40px;
    }
    .differences {
        z-index: 2;
    }
    .differences-img:first-child {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 50px 50px 0px 50px;
    }
    .differences-img:last-child {
        position: absolute;
        z-index: 2;
        bottom: -27px;
        right: -7px;
        margin: 0;
        border-radius: 25px 25px 25px 0px;
    }
    .differences-images {
        padding: 0;
        margin: 16px 0 55px;
    }
    .differences-item__title {
        font-size: 28px;
        font-weight: 400;
        line-height: 90%;
        letter-spacing: 2.8px;
        text-transform: uppercase;
    }
    .differences-item__subtitle {
        margin-top: 5px;
        color: #202020;
        font-size: 20px;
        font-weight: 400;
        line-height: 90%;
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 310px;
        max-width: 100%;
    }
    .differences-item.right {
        text-align: left;
    }
    .differences-item__text {
        margin-top: 17px;
        color: #202020;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        margin-left: 0;
        max-width: 100%;
    }
    .differences-item.right .differences-item__text {
        width: 500px;
        margin-left: 0;
    }
    .differences-center__img {
        margin-bottom: -10px;
        position: static;
        max-width: 100%;
        height: auto;
    }
    .differences-item.item-center {
        margin: 19px 0 20px;
    }
    .differences-last__img {
        width: auto;
        max-width: 100%;
        position: static;
        margin: 0;
    }
    .differences-last__bottom {
        position: static;
        width: auto;
        margin: 20px 0 0 0;
        max-width: 100%;
    }
    .differences-item.item-last {
        padding: 0;
    }
    .differences-item.item-last .differences-item__text {
        width: 500px;
        max-width: 100%;
    }
    .differences-right {
        left: -200px;
        top: 100px;
        width: 400px;
    }
    .sales .main-btn {
        width: 160px;
        height: 160px;
        -webkit-box-shadow: 5px 10px 20px 0px rgba(6, 27, 27, 0.4);
        box-shadow: 5px 10px 20px 0px rgba(6, 27, 27, 0.4);
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 18px;
        font-weight: 400;
        line-height: 90%;
        padding-top: 4px;
        bottom: 8px;
    }
    .sales-item__info-item p {
        white-space: nowrap;
    }
    .header-work {
        width: auto;
    }
    .header-logo__desktop {
        display: none;
    }
    .header-logo__mobile {
        display: block;
        height: auto;
    }
    .main {
        padding-bottom: 414px;
    }
    .menu-catalog.fixed {
        top: 54px;
    }
    .order-box {
        top: 225px;
    }.contact-img {
        width: 80px;
    }
    .address {
        padding: 40px 0;
    }
    .address-map {
        height: auto;
    }
    .address-map__content {
        height: 239px;
        border-radius: 50px 50px 0 0;
    }
    .address-leaves {
        width: 321px;
        left: auto;
        right: -200px;
        bottom: auto;
        top: 40px;
    }
}
@media (max-width: 992px) {
    #bg, #bgimg{display: none;}
    .catalog-item__link {
        z-index: 4;
    }    

    .wa.telegram {
    bottom: 90px;
    width: 43px;
    }    

    .two-in-row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px; /* расстояние между строками */
    }

    .two-in-row > * {
      width: 44%; /* чтобы помещались по 2 */
    }
    .other .catalog-item__info-item p{text-align: right;}


    .catalog-item__info-item span.on_desc{display: none;}
    .catalog-item__info-item span.on_mob{display: block;}

    .catalog.posr .catalog-block.col{
        padding: 0 4px;
    }
    .examples-title {
        width: 100%;
    }
    .catalog-item {background:none}
    .catalog.posr .catalog-block .catalog-item__img {border-bottom: 0px solid #fff;}
    .container {
        width: 730px;
    }
    .calc-box {
        display: none;
    }
    .footer {
        border-radius: 75px 75px 0px 0px;
        padding: 42px 0 33px;
    }
    .footer-list {
        display: block;
        text-align: center;
    }
    .footer-center {
        margin: 10px 0;
    }
    .footer-right {
        text-align: center;
    }
    .contact {
        padding: 32px 0 0 0;
        border-radius: 75px 75px 0px 0px;
    }
    .contact-bottom {
        display: block;
        border-radius: 0;
        margin-top: 31px;
        width: calc(100% - 40px);
    }
    .contact-tour {
        width: 100%;
        height: 214px;
/*        border-radius: 50px 50px 0px 0px;*/
        overflow: hidden;
    }
    .contact-map {
        height: 267px;
        width: 100%;
        margin-top: -50px;
        border-radius: 50px 50px 0px 0px;
        position: relative;
        z-index: 2;
        overflow: hidden;
    }
    .title {
        padding-left: 0 !important;
        text-indent: 55px;
        font-size: 32px;
        line-height: 90%;
        letter-spacing: 3.2px;
        padding-top: 30px;
    }
    .title span {
        top: 0;
        left: -2px;
        font-size: 72px;
        line-height: 90%;
        letter-spacing: 0;
        text-indent: 0;
    }
    .contact-title {
        text-indent: 42px;
        margin-top: 5px;
    }
    .contact-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .contact-img {
        width: 74px;
        margin-left: auto;
        margin-right: 0;
    }
    .contact-text {
        width: 100%;
        margin-top: 28px;
    }
    .header {
        padding: 11px 0;
    }
    .header-list {
        padding: 0 0 0 50px;
    }
    .header-nav {
        display: none;
    }
    .header-logo {
        margin-right: 18px;
    }
    .header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 17px;
        padding-bottom: 20px;
        width: 76px;
        height: 76px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #fff;
        border-radius: 100%;
        top: -20px;
        left: -17px;
        position: absolute;
    }
    .header.fixed {
        padding: 4px 0;
    }
    .header.fixed .header-burger {
        background: #e0e7e4;
    }
    .bg {
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
        top: -200px;
    }
    .page-contact__list {
        margin-left: -2px;
        margin-right: -2px;
        margin-top: -5px;
    }
    .page-contact__block {
        width: 50%;
        margin-top: 5px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .page-contact__title {
        margin-bottom: 100px;
    }
    .page-contact__leaves {
        display: none;
    }
    .page-contact__right {
        top: -36px;
        right: -74px;
        width: 190px;
    }
    .page-title {
        font-size: 36px;
        line-height: 70%;
    }
    .page-contact__title {
        margin-bottom: 41px;
    }
    .page-contact__item {
        padding: 12px 19px 15px;
        border-radius: 30px;
    }
    .page-contact__item-icon {
        margin-bottom: 14px;
        width: 40px;
    }
    .page-contact__item-text {
        margin-top: 0;
    }
    .page-contact__item-text.contact-phone {
        font-size: 32px;
        line-height: 120%;
    }
    .breadcrumbs li {
        margin-right: 15px;
        font-size: 13px;
        line-height: 90%;
    }
    .breadcrumbs li::before {
        left: calc(100% + 5px);
    }
    .address-content__item {
        font-size: 15px;
        line-height: 120%;
        margin-top: 16px;
    }
    .address-content__item:first-child {
        margin-top: 28px;
        font-size: 20px;
        line-height: 120%;
    }
    .address-map {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 30px;
        width: 100%;
        height: 216px;
    }
    .address-map__content {
        border-radius: 50px 50px 0px 0px;
    }
    .address-map__leaves {
        display: none;
    }
    .title small {
        font-size: 32px;
    }
    .address-title {
        text-indent: 44px;
    }
    .question-img {
        left: 55%;
        width: 434px;
    }
    .question {
        padding: 0 0 132px;
    }
    .question-right {
        display: none;
    }
    .question-tree {
        right: -100px;
        width: 200px;
        bottom: 0px;
        top: auto;
        left: auto;
    }
    .question-list {
        display: block;
    }
    .question-form {
        width: 100%;
        border-radius: 25px 75px 0px 0px;
        background: #fff;
        -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        padding: 33px 30px 80px;
        margin-top: 14px;
    }
    .question-item {
        margin-top: 15px;
        padding-left: 33px;
        font-size: 20px;
        line-height: 100%;
    }
    .question-item::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .question-subtitle {
        margin-top: 4px;
        margin-left: 0;
        padding-left: 0;
        font-size: 24px;
        line-height: 90%;
        letter-spacing: 2.4px;
    }
    .question-items {
        padding: 0;
    }
    .question-input {
        margin-bottom: 10px;
    }
    .question-input input {
        height: 40px;
        font-size: 20px;
    }
    .question-btn {
        height: 52px;
        width: 100%;
        font-size: 24px;
    }
    .question-policy {
        text-align: left;
        width: 100%;
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .question-cloud {
        right: auto;
        left: -280px;
        top: -39px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 500px;
    }
    .menu-catalog {
        top: 0 !important;
        width: 100%;
        height: 100%;
        z-index: 40;
        background: url("../img/bg-menu.jpg");
        background-size: cover;
        background-position: top right;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 18px 0 40px;
    }
    .menu-catalog__logo {
        display: none;
    }
    .menu-catalog__block {
        width: 50%;
        margin-top: 10px;
    }
    .menu-catalog__item-img {
        margin-right: 12px;
    }
    .menu-catalog__mobile {
        display: block;
    }
    .menu-catalog__list {
        padding-top: 26px;
        margin-top: 0;
    }
    .menu-catalog__wrapper .menu-catalog__block {
        width: 50%;
    }
    .overlay {
        display: none !important;
    }
    .article {
        padding-bottom: 30px;
    }
    .article-block {
        width: 50%;
        margin-top: 20px;
    }
    .article-list {
        margin-top: -20px;
    }
    .article-title {
        margin-bottom: 51px;
    }
    .article-item__img {
        border-radius: 20px 20px 0px 20px;
    }
    .article-item__text {
        margin-top: 10px;
        font-size: 20px;
        line-height: 100%;
    }
    .article-content {
        font-size: 16px;
        line-height: 100%;
    }
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
        margin-bottom: 20px;
        line-height: 90%;
        letter-spacing: 0;
        font-size: 30px;
    }
    .article-content ul {
        margin-bottom: 20px;
        padding: 0;
    }
    .article-content ul li {
        margin-top: 20px;
    }
    .article-content ul li::before {
        top: -2px;
    }
    .article-logo {
        top: 324px;
        right: -10px;
        width: 170px;
    }
    .article-monument {
        width: 228px;
        top: -37px;
        left: -39px;
    }
    .article-circle {
        display: none;
    }
    .article-leaves {
        display: none;
    }
    .calc {
        padding-top: 0;
    }
    .calc-title {
        text-indent: 22px;
        width: 550px;
        max-width: 100%;
    }
    .calc-subtitle {
        padding-left: 0;
        margin: 13px 0 26px;
        font-size: 16px;
        line-height: 120%;
        width: 450px;
        max-width: 100%;
    }
    .calc .question-items {
        padding-left: 0;
    }
    .calc .question-input,
    .calc-label,
    .calc .question-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .calc-label,
    .calc .question-btn {
        margin-top: 0;
    }
    .calc .question-btn {
        margin-top: 10px;
    }
    .calc-policy {
        text-align: left;
        font-size: 12px;
        line-height: 100%;
        margin-top: 12px;
    }
    .calc-label {
        padding-left: 40px;
        padding-right: 16px;
        font-size: 20px;
        height: 40px;
    }
    .calc .question-form {
        padding: 31px 30px 19px;
        border-radius: 15px 50px 0px 0px;
        background: #fff;
        -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    }
    .calc-form__mobile {
        top: -119px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
    }
    .calc .question-items {
        position: relative;
        z-index: 5;
    }
    .calc-form__img {
        display: none;
    }
    .calc-img {
        display: none;
    }
    .calc .question-form {
        margin-top: 23px;
    }
    .calc-mobile {
        display: block;
        top: -14px;
        right: -248px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .calc-top {
        display: none;
    }
    .catalog-btn {
        margin-top: 30px;
        border-radius: 15px;
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        height: 58px;
    }
    .catalog-block {
        margin-top: 30px;
    }
    .catalog-list {
        margin-top: -10px;
    }
    .catalog-item::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 77px;
        border-radius: 15px;
        background: radial-gradient(
                20% 99.93% at 91.15% 8.94%,
                rgba(101, 152, 153, 0.3) 0%,
                rgba(101, 152, 153, 0) 100%
            ),
            #f5f7f7;
    }
    .catalog-item__top {
        display: none;
    }
    .catalog-item__img {
        width: 100%;
        height: auto;
        border-radius: 15px;
        border: none;
        position: relative;
        z-index: 2;
        margin: 0;
    }
    .catalog-item__info {
        margin-top: 12px;
        padding-left: 10px;
        position: relative;
        z-index: 1;
    }
    .catalog-item__info-item {
        display: none;
    }
    .catalog-item__info-item:first-child {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog-item__info-item span {
        min-width: 10px;
        margin-right: 4px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .catalog-item__info-item p {
        font-size: 16px;
        white-space: nowrap;
    }
    .catalog-item__btn {
        display: none;
    }
    .catalog-title {
        text-indent: 40px;
    }
    .catalog-circle {
        display: none;
    }
    .catalog-circle.first-circle {
        display: block;
        bottom: -400px;
        top: auto;
        left: -380px;
        right: auto;
    }
    .catalog-leaves {
        width: 800px;
        bottom: -250px;
        top: auto;
        right: -600px;
        -webkit-transform: rotate(68deg);
        -ms-transform: rotate(68deg);
        transform: rotate(68deg);
    }
    .question-second .question-title {
        text-indent: 46px;
    }
    .question-second .question-form {
        margin-top: 14px;
    }
    .other-circle {
        display: none;
    }
    .other-circle.circle-last {
        top: -500px;
        left: 50%;
        display: block;
        right: auto;
        bottom: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .other .catalog-item__info {
        padding-bottom: 10px;
        padding-left: 10px !important;
        padding-right: 10px;
    }
    .other .catalog-item__img {
        height: auto;
    }
    .other-img {
        width: 700px;
        top: -370px;
        right: -440px;
    }
    .card-arrow {
        right: 8px !important;
        bottom: 8px !important;
        top: auto !important;
        left: auto !important;
        width: 49px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .card-arrow.card-prev {
        right: 66px !important;
    }
    .card-img {
        border-radius: 50px 50px 0px 50px;
    }
    .card-title {
        margin-bottom: 18px;
        width: 300px;
        max-width: 100%;
        font-size: 24px;
        line-height: 100%;
    }
    .card-left {
        width: 100%;
    }
    .card-right {
        display: none;
    }
    .card-info__item {
        margin-right: auto;
        display: block;
    }
    .card-info__item:last-child {
        text-align: right;
    }
    .card-info__item span {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        margin: 0;
    }
    .card-info__item p {
        margin: 0;
        font-size: 16px;
        line-height: 100%;
    }
    .btn {
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 52px;
        font-size: 17px;
        line-height: 120%;
    }
    .card-btn {
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }
    .card-bottom {
        display: block;
    }
    .card-text {
        margin: 10px 0 20px;
        font-size: 16px;
        line-height: 120%;
    }
    .card-img__right {
        top: -3px;
        right: -90px;
        width: 190px;
        bottom: auto;
    }
    .card-img__left {
        right: auto;
        top: 100px;
        width: 330px;
        left: -100px;
    }
    .card .catalog-circle {
        display: none;
    }
    .reviews {
        padding: 10px 0 30px;
        z-index: 2;
    }
    .reviews-arrow {
        right: calc(50% + 8px);
        bottom: 18px;
    }
    .reviews-arrow img {
        width: 74px;
    }
    .reviews-next {
        right: auto;
        left: calc(50% + 8px);
    }
    .reviews-title {
        width: 220px;
    }
    .reviews-circle {
        top: -482px;
        left: -520px;
    }
    .reviews-right {
        top: -7px;
        right: -206px;
        width: 502px;
    }
    .about-center {
        padding: 12px 0 20px;
        font-size: 22px;
        font-weight: 400;
        line-height: 100%;
        margin: 12px 0 20px;
    }
    .about-center::before {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(50%, #377172),
            color-stop(127.64%, rgba(55, 113, 114, 0))
        );
        background: linear-gradient(90deg, #377172 50%, rgba(55, 113, 114, 0) 127.64%);
    }
    .about-top {
        display: block;
        margin-top: 67px;
    }
    .about-img {
        width: 100%;
        margin: 20px 0 0 0;
        border-radius: 25px 75px 0px 25px;
    }
    .about-text {
        width: 100%;
    }
    .about-text__title {
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
    }
    .about-text__desc {
        margin-top: 13px;
        color: #202020;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }
    .about-team {
        margin-left: -2px;
        margin-right: -2px;
        margin-top: -4px;
        padding-top: 0;
    }
    .about-team__block {
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 4px;
    }
    .about-team__item-text {
        margin-top: 4px;
        padding: 0;
        font-size: 10px;
        line-height: 100%;
    }
    .about-team__item-text span {
        display: none;
    }
    .about-left {
        left: -145px;
        right: auto;
        width: 230px;
        top: 0;
    }
    .about-circle {
        top: -559px;
        left: -170px;
        right: auto;
        width: 670px;
        height: 670px;
    }
    .examples-subtitle {
        display: none;
    }
    .examples .catalog-item__info-item span {
        min-width: 10px;
    }
    .examples .catalog-item__img {
        height: auto;
    }
    .examples .catalog-item__info-item span {
        font-size: 14px;
    }
    .examples {
        padding: 9px 0 0;
    }
    .examples-left {
        display: none;
    }
    .examples-right {
        top: -15px;
        width: 262px;
        right: 0;
        left: auto;
    }
    .order-title {
        text-indent: 30px;
    }
    .order-subtitle {
        margin: 16px 0 10px;
        font-size: 24px;
        line-height: 120%;
    }
    .order .question-items {
        margin: 0;
        padding: 0;
    }
    .order-bottom {
        display: none;
    }
    .order-box {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 34px;
        width: 600px;
        max-width: 100%;
    }
    .order-slider {
        width: 100%;
        pointer-events: auto;
        margin: 0;
    }
    .order-slider .swiper-pagination {
        position: static;
        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%;
        margin-top: 10px;
    }
    .order-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 10px;
        opacity: 0.5;
        background: #377172;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin: 0 3px;
    }
    .order-slider .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .order-sketch {
        left: 55%;
        top: 100px;
        width: 400px;
    }
    .order {
        padding: 20px 0 43px;
    }
    .order-cloud {
        height: 402px;
        top: -250px;
        width: auto;
    }
    .sales-item__slider .swiper-pagination {
        position: absolute;
        left: 26px;
        bottom: 11px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 10px;
    }
    .sales-item__slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 10px;
        opacity: 1;
        background: #ffffff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin: 0 6px 0 0;
    }
    .sales-item__slider .swiper-pagination-bullet-active {
        opacity: 1;
        background: #377172;
    }
    .sales-right {
        width: 600px;
        right: -230px;
        top: -80px;
    }
    .sales-left {
        display: none;
    }
    .differences-img:last-child {
        width: 70%;
    }
    .differences-top {
        text-align: left;
    }
    .differences-title {
        text-indent: 37px;
    }
    .differences-right {
        left: auto;
        right: -200px;
    }
    .differences-circle {
        display: none;
    }
    .differences-circle:first-child {
        width: 748.867px;
        height: 856.579px;
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
        border-radius: 856.579px;
        opacity: 0.3;
        background: linear-gradient(237deg, #377172 1.43%, rgba(55, 113, 114, 0) 63.67%);
        -webkit-filter: blur(100px);
        filter: blur(100px);
        top: -85px;
        right: auto;
        left: -460px;
    }
    .sales-item__bottom {
        display: block;
    }
    .sales-item__text {
        margin-left: 0;
        margin-top: 12px;
        width: calc(100% - 160px);
    }
    .main-btn {
        margin: 9px auto 0;
        width: 162px;
        height: 162px;
        padding-top: 18px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 24px;
        font-weight: 400;
        line-height: 90%;
    }
    .main-btn img {
        margin: 14px auto 0;
    }
    .main-title {
        font-size: 54px;
        line-height: 70%;
        letter-spacing: 0;
        margin: 0;
    }
    .main-subtitle {
        margin: 3px 0 0 0;
        font-size: 32px;
        font-weight: 400;
        line-height: 90%;
    }
    .main-wrapper {
        width: 400px;
    }
    .main-img {
        top: 200px;
        width: 650px;
        left: calc(50% - 140px);
    }
    .main-bg {
        top: -130px;
        min-width: 1600px;
    }
    .modal-card__title {
        padding: 0;
        font-size: 24px;
        line-height: 120%;
        margin: 0 0 20px;
    }
    .modal-card .modal-container {
        border-radius: 25px 75px 0px 0px;
        background: #fff;
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }
    .modal-card .modal-list {
        padding: 28px 15px 15px;
    }
    .modal-card .modal-close {
        width: 38px;
        height: 38px;
        background-size: 38px;
        right: -8px;
        top: -25px;
    }
    .main-wrapper {
        display: block;
        text-align: center;
        width: 100%;
    }
    .header-work {
        margin-right: 24px;
    }
    .main-checks {
        margin-top: 440px;
    }
    .main-check::before {
        content: "";
        left: 20px;
        top: 8px;
        width: 41px;
        height: 41px;
        background-image: url('../img/check-2.svg');
        position: absolute;
        display: block;
    }
    .main-check {
        margin-top: 7px;
        position: relative;
        padding-left: 72px;
        padding-top: 10px;
        padding-bottom: 11px;
        width: 100%;
        height: auto;
        padding-right: 28px;
        border-radius: 25px;
        border: 1px solid #6B9D9F;
        background: linear-gradient(0deg, rgba(168, 208, 209, 0.20) 0%, rgba(168, 208, 209, 0.20) 100%), radial-gradient(130.5% 103.43% at 88.05% 6.22%, rgba(37, 99, 100, 0.50) 0%, rgba(158, 102, 70, 0.00) 100%) !important;
        backdrop-filter: blur(7.5px) !important;
    }
    .main-check__title {
        font-size: 26px;
        line-height: 80%;
    }
    .main-check__text {
        font-size: 20px;
        line-height: 90%;
        margin-top: 10px;
    }
    .main {
        padding-bottom: 40px;
    }
    .main-form {
        margin-top: 26px;
        width: 100%;
    }
    .main-input input {
        width: 100%;
        height: 46px;
        padding-left: 19px;
        font-size: 20px;
    }
    .main-button {
        position: relative;
        right: auto;
        top: auto;
        height: 52px !important;
        width: 100% !important;
        padding: 0 !important;
        font-size: 24px;
        margin-top: 8px;
    }
    .main-form__img {
        display: none;
    }
    .title {
        font-size: 30px;
        line-height: 110%;
        padding-top: 10px;
        letter-spacing: 0;
        padding-left: 0;
        text-indent: 0 !important;
    }
    .title span {
        font-size: 48px;
        line-height: 100%;
        position: static;
        display: inline-flex;
        margin-right: 3px;
    }
    .projects-subtitle {
        margin-left: 12px;
        font-size: 32px;
        line-height: 90%;
        letter-spacing: 3.2px;
        margin-bottom: 5px;
    }
    .materials {
        display: none;
    }
    .order::after {
        display: block;
    }
    .contact-top {
        align-items: flex-start;
    }
    .contact-title {
        display: block;
        width: 100%;
    }
    .contact-img {
        order: 1;
    }
    .contact-text {
        width: calc(100% - 45px);
    }
    .contact-img {
        width: 45px;
        margin-top: 28px;
    }
    .contact-text__center {
        margin: 5px 0 5px 0;
        font-size: 20px;
        line-height: 120%;
    }
    .contact-text__flex {
        margin-right: -45px;
    }
    .steps-list::before {
        display: none;
    }
    .steps-item__number {
        width: auto;
        height: 66px;
        margin-right: 10px;
    }
    .steps-item__wrapper {
        padding: 0;
    }
    .steps {
        border-radius: 75px 75px 0 0;
        padding: 26px 0 32px;
        background: #377172;
    }
    .steps-block {
        width: 100%;
        margin-top: 20px;
    }
    .steps-item {
        display: flex;
        align-items: flex-start;
    }
    .steps-item__img {
        display: none;
    }
    .steps-item__title {
        font-size: 24px;
        line-height: 100%;
        margin: 0 0 10px 0;
    }
    .steps-item__text {
        font-size: 16px;
        line-height: 120%;
    }
    .steps-item::before {
        content: "";
        position: absolute;
        height: calc(100% - 28px);
        top: 60px;
        width: 1px;
        background: #9ED0D1;
        left: 24px;
    }
    .steps-item {
        position: relative;
    }
    .steps-block:last-child .steps-item::before {
        display: none;
    }
    .steps-right {
        display: none;
    }
    .steps-top {
        height: 216px;
        width: auto;
        top: -10px;
    }
    .reviews-top {
        display: block;
    }
    .reviews-title {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .review-item {
        padding: 16px;
    }
    .review-item__text {
        font-size: 18px;
        line-height: 140%;
        margin-top: 10px;
    }
    .review-item__letter {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .review-item__top {
        display: block;
        position: relative;
        padding-left: 62px;
    }
    .review-item__name {
        font-size: 20px;
        line-height: 120%;
    }
    .review-item__date {
        font-size: 16px;
    }
    .reviews-arrows {
        margin-top: 32px;
    }
    .review-item__stars {
        justify-content: flex-start;
    }
    .review-item__date {
        margin: 0;
        text-align: left;
    }
    .title small {
        font-size: 24px;
        line-height: 90%;
        display: block;
    }
    .question-subtitle {
        font-size: 24px;
        margin-top: 24px;
    }
    .page-article .article-content.index h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .page-article {
        padding-bottom: 30px;
    }
    .page-contact__img {
        width: 250px;
        top: -40px;
        right: -170px;
    }
    .main-grass {
        bottom: 150px;
        width: 900px;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .main-left {
        display: none;
    }
    .main {
        padding-top: 91px;
        padding-bottom: 30px;
    }
    .main-wrapper {
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
    }
    .main-title {
        font-size: 48px;
        line-height: 70%;
        letter-spacing: 0;
        margin: 0;
    }
    .main-subtitle {
        margin: 3px 0 0 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 90%;
    }
    .main-logo {
        width: 222px;
        margin: 0 auto 7px;
    }
    .main-btn {
        margin: 9px auto 0;
        width: 162px;
        height: 162px;
        padding-top: 18px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 24px;
        font-weight: 400;
        line-height: 90%;
    }
    .main-btn img {
        margin: 14px auto 0;
    }
    .main-img {
        width: 600px;
        top: 316px;
        left: 57%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
    }
    .main-block {
        width: 100%;
        margin-top: 10px;
    }
    .main-item {
        border-radius: 25px;
        padding: 19px 0;
    }
    .main-item__text {
        display: none;
    }
    .main-list {
        padding-top: 300px;
    }
    .main-bg {
        width: 1000px;
        bottom: -200px;
        top: auto;
    }
    .main-catalog__img {
        width: 850px;
    }
    .sales-item {
        padding: 10px 10px 14px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(55, 113, 114, 0.2);
        box-shadow: 0px 0px 40px 0px rgba(55, 113, 114, 0.2);
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
    }
    .sales-item__images {
        display: none;
    }
    .sales-item__slider {
        display: block;
    }
    .sales-item__text {
        color: #202020;
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
        margin-top: 12px;
        margin: 0;
        width: 100%;
    }
    .sales-item__bottom {
        margin: 0;
    }
    .sales-item__info {
        position: absolute;
        top: 45px;
        left: 50%;
    }
    .sales .main-btn {
        width: 105px;
        height: 105px;
        -webkit-box-shadow: 5px 10px 20px 0px rgba(6, 27, 27, 0.4);
        box-shadow: 5px 10px 20px 0px rgba(6, 27, 27, 0.4);
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 18px;
        font-weight: 400;
        line-height: 90%;
        padding-top: 4px;
        top: 152px;
        left: 50%;
        right: auto;
    }
    .sales-item__text {
        margin-top: 12px;
    }
    .projects-item__top {
        padding-left: 17px;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .projects-item__text {
        margin-top: 10px;
        color: #202020;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }
    .projects-item__bottom {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        padding-bottom: 5px;
    }
    .projects-list {
        margin: 0;
        padding: 0;
    }
    .projects-item {
        padding: 10px 5px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0px 20px 40px 0px rgba(55, 113, 114, 0.2);
        box-shadow: 0px 20px 40px 0px rgba(55, 113, 114, 0.2);
        -webkit-backdrop-filter: blur(7.5px);
        backdrop-filter: blur(7.5px);
        margin-top: 20px;
    }
    .projects-item__photos-block img {
        border-radius: 15px;
    }
    .projects-item__photos-block:nth-child(2) img,
    .projects-item__photos-block:nth-child(3) img {
        border-radius: 10px;
    }
    .projects-item__photos-block b {
        width: 24px;
        height: 24px;
        right: 5px;
        bottom: 4px;
        background-size: 24px;
    }
    .projects-item__photos-block:nth-child(2) b {
        display: none;
    }
    .projects-item__photos-block span {
        height: auto;
        padding: 2px 7px 2px 8px;
        border-radius: 0px 50px 50px 0px;
        font-size: 12px;
        line-height: 100%;
        top: 4px !important;
    }
    .projects-item__info-item p {
        font-size: 16px;
    }
    .projects-item__info-item span {
        margin-right: 6px;
    }
    .projects-title {
        text-indent: 45px;
    }
    .projects {
        padding-top: 19px;
    }
    .projects-logo {
        top: 0;
        width: 115px;
        left: 55%;
    }
    .projects-leaves {
        display: none;
    }
    .projects-right {
        width: 214px;
        right: -65px;
        top: 19px;
    }
    .projects-circle {
        display: none;
    }
    .projects-circle:first-child {
        top: -54px;
        left: -543px;
    }
    .main-catalog__title {
        max-width: 100%;
        min-height: auto;
    }
    .main-catalog {
        padding-bottom: 30px;
    }
    .main-catalog__items {
        max-width: 100%;
    }
    .main-catalog__left {
        left: -200px;
        top: 80px;
        width: 326px;
    }
    .main-catalog__img {
        width: 900px;
        left: 40%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 48px;
    }
    .main-catalog__bg {
        width: 1200px;
        min-height: auto;
        bottom: auto;
        top: 0;
    }
    .main-catalog__title {
/*        width: 250px;*/
        font-size: 36px;
    }
    .main-catalog__subtitle {
        margin-bottom: 300px;
    }
    .main-catalog__subtitle {
        margin-bottom: 238px;
    }
    .main-catalog__img {
        width: 670px;
        left: 50%;
    }
    .modal-list {
        padding: 20px;
    }
    .modal-close {
        right: -8px;
        top: -25px;
    }
    .modal-container {
        width: 100%;
        padding: 27px 20px 25px;
        border-radius: 25px 75px 0px 0px;
        -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.15);
    }
    .modal-policy {
        padding-left: 10px;
        text-align: left;
        font-size: 12px;
        margin-top: 7px;
    }
    .modal .question-btn.btn {
        margin-top: 0;
        width: 100%;
        height: 52px;
        font-size: 24px;
    }
    .modal-input {
        margin-bottom: 10px;
    }
    .modal-input input {
        height: 52px;
        font-size: 20px;
    }
    .modal-input__bold {
        padding: 7px 0 4px;
        font-size: 14px;
    }
    .modal-title {
        width: 270px;
        margin: 0 auto;
        max-width: 100%;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 2.4px;
    }
    .modal-subtitle {
        margin: 3px 0 14px;
        font-size: 16px;
        line-height: 120%;
    }
    .modal-form {
        width: calc(100% - 20px);
    }
    .modal-close {
        width: 38px;
    }
    .calc {
        padding-bottom: 20px;
        background-image: url("../img/bg-calc__mobile.jpg");
    }
    .about-monument {
        width: 282px;
        top: 220px;
        right: -30px;
    }
    .order-cloud {
        height: 302px;
        top: -150px;
        width: auto;
    }
    .order-leaves {
        width: 150px;
        right: -40px;
    }
    .main-img {
        top: 177px;
    }
    .main-bg {
        bottom: 60px;
    }
    .address-list {
        display: block;
    }
    .address-left {
        width: 100%;
    }
    .address-right {
        width: 100%;
        margin-top: 20px;
    }
    .main-bg {
        width: 1000px;
        min-width: 1200px;
        bottom: auto;
        top: 0;
    }
    .main-grass {
        bottom: 185px;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .reviews-dev {
        display: block;
    }
    .rev {
        width: 100%;
        display: flex;
        font-size: 16px;
        align-items: center;
    }
    .reviews-dev .rev {
        margin-left: 0;
        margin-top: 10px;
    }
    .main-check {
        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    .differences-item.item-last .differences-item__text {
        width: 242px;
    }
    .differences-item.right .differences-item__text {
        width: 242px;
    }
    .page-contact__block {
        width: 100%;
    }
    .question-tree {
        right: -120px;
    }
    .menu-catalog__block {
        width: 100%;
    }
    .menu-catalog__wrapper .menu-catalog__block {
        width: 100%;
    }
    .calc-subtitle {
        width: 350px;
    }
    .reviews-desktop {
        display: none;
    }
    .reviews-mobile {
        display: block;
    }
    .about-team__item-job {
        height: 16px;
        font-size: 11px;
        line-height: 120%;
    }
    .about-title {
        margin-left: 63px;
        width: calc(100% - 63px);
    }
    .about-left {
        left: -95px;
    }
    .sales-item__info-item {
        display: block;
    }
    .sales-item__info-item span {
        min-width: 10px;
        margin: 0;
    }
    .sales-item__slider {
        width: 178px;
    }
    .sales-item__info {
        left: 198px;
    }
    .sales .main-btn {
        left: 198px;
    }
    .differences-right {
        top: 550px;
        right: -280px;
    }
    .header-work {
        display: none;
    }
    .contact-text__flex {
        display: block;
    }
    .rev {
        width: 100%;
    }
    .contact-text__bottom {
        margin-bottom: 18px;
    }
    .main-grass {
        bottom: auto;
        top: 550px;
    }
    .main-img {
        top: 220px;
    }
}
@media (max-width: 359px) {
    .contact-top {
        padding: 0;
    }
    .rev {
        font-size: 13px;
    }
    .header-logo {
        margin-right: 10px;
    }
    .header-phone__link {
        font-size: 22px;
    }
    .header-phone__text {
        font-size: 10px;
    }
    .article-item__text {
        font-size: 16px;
    }
    .calc-mobile {
        display: none;
    }
    .catalog-item__info-item p {
        font-size: 14px;
    }
    .catalog-item__info-item span {
        font-size: 12px;
    }
    .main-catalog__left {
        left: -160px;
        top: 60px;
        width: 240px;
    }
    .other .catalog-item__info-item span,
    .other .catalog-item__info-item p {
        font-size: 12px;
    }
    .btn {
        font-size: 15px;
    }
    .about-team__item-text {
        font-size: 8px;
    }
    .about-title {
        margin-left: 20px;
        width: 100%;
    }
    .about-left {
        left: -145px;
    }
    .projects-item__photos-block:nth-child(2) span {
        display: none !important;
    }
    .sales-item__slider {
        width: 150px;
    }
    .sales-item__info {
        left: 165px;
        top: 10px;
    }
    .sales .main-btn {
        left: 165px;
        top: 120px;
    }
    .sales-item__text {
        margin-top: 10px;
    }
    .sales-right {
        width: 500px;
        top: -40px;
    }
    .differences-right {
        width: 300px;
        right: -210px;
    }
}

#tinymce {
    padding: 2px 10px;
    font-family: "Times New Roman", Times, serif;
}

.catalog-circle, .article-circle, .projects-circle {
    will-change: transform, opacity;
    transform: translateZ(0); /* Включает аппаратное ускорение */
}
.MAX.telegram.wa{bottom: 304px;right: 68px;}
.MAX.telegram.wa img{height: 55px;}

.MAX.telegram.wa::before {
    background: linear-gradient(
        214deg,
        rgba(135, 75, 225, 0.1) 13.19%, /* Светло-фиолетовый */
        rgba(105, 44, 193, 0.1) 88.06%  /* Твой #692cc1 */
    );
}
.MAX.telegram.wa::after {
    background: linear-gradient(
        214deg,
        rgba(135, 75, 225, 0.2) 13.19%, /* Светло-фиолетовый */
        rgba(105, 44, 193, 0.2) 88.06%  /* Твой #692cc1 */
    );
}

@media (max-width: 1240px) {
    .MAX.telegram.wa {
        width: 49px;
        height: 49px;
        right: 11px;
        bottom: 212px;
    }
}