@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext);

@charset "UTF-8";
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Black.woff2") format("woff2"), url("../fonts/Cygre-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-BlackIt.woff2") format("woff2"), url("../fonts/Cygre-BlackIt.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Bold.woff2") format("woff2"), url("../fonts/Cygre-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-BoldIt.woff2") format("woff2"), url("../fonts/Cygre-BoldIt.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Book.woff2") format("woff2"), url("../fonts/Cygre-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-BookIt.woff2") format("woff2"), url("../fonts/Cygre-BookIt.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-ExtraBold.woff2") format("woff2"), url("../fonts/Cygre-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-ExtraBoldIt.woff2") format("woff2"), url("../fonts/Cygre-ExtraBoldIt.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Light.woff2") format("woff2"), url("../fonts/Cygre-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-LightIt.woff2") format("woff2"), url("../fonts/Cygre-LightIt.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Medium.woff2") format("woff2"), url("../fonts/Cygre-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-MediumIt.woff2") format("woff2"), url("../fonts/Cygre-MediumIt.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Regular.woff2") format("woff2"), url("../fonts/Cygre-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-RegularIt.woff2") format("woff2"), url("../fonts/Cygre-RegularIt.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-SemiBold.woff2") format("woff2"), url("../fonts/Cygre-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-SemiBoldIt.woff2") format("woff2"), url("../fonts/Cygre-SemiBoldIt.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-Thin.woff2") format("woff2"), url("../fonts/Cygre-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: Cygre;
    font-display: swap;
    src: url("../fonts/Cygre-ThinIt.woff2") format("woff2"), url("../fonts/Cygre-ThinIt.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #212121;
    line-height: 1;
    font-family: "Cygre";
    font-size: 1.125rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Cygre";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    scroll-behavior: smooth;
}
.lock body {
    overflow: hidden;
    touch-action: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    scroll-behavior: smooth;
    cursor: default;
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
    max-width: 75rem;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 2.25rem;
}

[class*=-ibg] {
    position: relative;
}
[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    object-fit: contain;
}

.back-to-top {
    transition: all 0.3s ease 0s;
    display: none;
    width: 60px;
    position: fixed;
    right: 60px;
    bottom: 30px;
    z-index: 7;
}
.back-to-top svg {
    width: 100%;
}
.back-to-top:hover {
    transform: scale(1.1);
}
.back-to-top:active {
    transform: scale(0.9);
}
@media (max-width: 62.5em) {
    .back-to-top {
        width: 40px;
        right: 40px;
        bottom: 30px;
    }
}

.btn-opacity {
    border: 0.5px solid #212121;
    border-radius: 5px;
    padding: 9px 26px;
    align-items: center;
    overflow: hidden;
    display: flex;
    gap: 7px;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    line-height: 93%;
}
.btn-opacity svg {
    fill: #212121;
}
.btn-opacity:hover {
    border: 0.5px solid #212121;
    color: #da6f54;
}
.btn-opacity:hover svg {
    fill: #da6f54;
}
.btn-opacity:hover {
    color: #fff;
    transform: scale(1.05);
}
.btn-opacity:active {
    transform: scale(0.95);
}
.btn-opacity:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 50%;
    background: #212121;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;

}
/*.btn-opacity:nth-of-type(3)::after {*/
/*    content: none; !* Очищаем псевдоэлемент или можно использовать `display: none` *!*/
/*}*/
.btn-opacity:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}
.btn-tiny {
    transition: all 0.3s ease 0s;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #da6f54;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
}
.btn-tiny:hover {
    color: #fff;
    transform: scale(1.05);
}
.btn-tiny:active {
    transform: scale(0.95);
}
.btn-tiny:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 15%;
    background: #212121;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}
.btn-tiny:hover:after {
    transform: translate(-50%, -50%) scale(12);
    opacity: 1;
}

.close-btn {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    background: #212121;
}
.close-btn svg {
    transition: all 0.3s ease 0s;
}
.close-btn:hover {
    background: #da6f54;
}
.close-btn:hover svg {
    transform: rotate(180deg);
}
.close-btn:active {
    transform: scale(0.9);
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    border-radius: 20px;
}
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}
.bg.radius {
    border-radius: 30px;
}

.modal-phone {
    border-radius: 5px;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}
.modal-phone svg {
    fill: #212121;
}
.modal-phone:hover {
    background: #212121;
}
.modal-phone:hover svg {
    fill: #da6f54;
}
.modal-phone:active {
    transform: scale(0.9);
}

.btn-form {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 24px;
    background: #212121;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    border-radius: 10px;
    line-height: 127%;
    text-align: center;
    color: #fff;
}
.btn-form svg {
    opacity: 0;
}
.btn-form:hover {
    transform: scale(1.1);
}
.btn-form:hover svg {
    opacity: 1;
}
.btn-form:active {
    transform: scale(0.9);
}
@media (max-width: 37.5em) {
    .btn-form {
        font-size: 0.875rem;
        padding: 20px 19px;
    }
}

.mini-title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
}
.mini-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    position: absolute;
    height: 6px;
    left: 0;
    animation: rotateRobot 4s ease-in-out infinite;
    top: 5px;
    /* Увеличенный SVG для лучшего рендеринга */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 12\"><path d=\"M6 0L0 6L6 12L12 6L6 0Z\" fill=\"%23da6f54\"/></svg>");
    /* Настройки для улучшения четкости */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* Сглаживание и четкость */
    -webkit-font-smoothing: antialiased;
    image-rendering: crisp-edges;
}

.btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #da6f54;
    border-radius: 10px;
    padding: 17px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    width: 100%;
    max-width: 198px;
    justify-content: center;
    text-align: center;
    line-height: 127%;
    transition: all 0.4s ease;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    transform: scale(1.05);
}
.btn-primary:active {
    transform: scale(0.95);
}
.btn-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 50%;
    background: #212121;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}
.btn-primary:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}

.section-title {
    font-weight: 400;
    font-size: 62px;
    line-height: 97%;
}
.section-title span {
    color: #da6f54;
    font-family: PT Serif;
    font-style: italic;
}
@media (max-width: 43.75em) {
    .section-title {
        font-weight: 400;
        font-size: 45px;
        line-height: 104%;
    }
    .mini-title {
        margin-bottom: 12px;
    }
}
@media (max-width: 21.875em) {
    .section-title {
        font-size: 2.5rem;
    }
}

.btn-grey {
    transition: all 0.3s ease 0s;
    background: #ded1b4;
    color: #212121;
    padding: 20px 5px;
    width: 100%;
    position: relative;
    max-width: 198px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    transition: all 0.3s ease 0s;
    border: 0.5px solid #ded1b4;
}
.btn-grey:hover {
    border: 0.5px solid #212121;
    color: #da6f54;
}
.btn-grey:hover svg {
    fill: #da6f54;
}
.btn-grey:hover {
    color: #212121;
    transform: scale(1.05);
}
.btn-grey:active {
    transform: scale(0.95);
}
.btn-grey:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 50%;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}
.btn-grey:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}

.btn-dark {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    background: #212121;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    width: 100%;
    max-width: 198px;
    overflow: hidden;
}
.btn-dark:active {
    transform: scale(0.9);
}
.btn-dark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 50%;
    background: #da6f54;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}

.btn-dark:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}
.project-wrapper__btn {
    z-index: 2;
    position: relative;
}

.section-title2 {
    font-weight: 400;
    font-size: 55px;
    line-height: 109%;
}
.section-title2 span {
    color: #da6f54;
    font-family: PT Serif;
    font-style: italic;
}
@media (max-width: 46.25em) {
    .section-title2 {
        font-weight: 400;
        font-size: 40px;
        line-height: 117%;
    }
}
@media (max-width: 23.125em) {
    .section-title2 {
        font-size: 2.375rem;
    }
}

.btn-tiny-primary {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    transition: all 0.3s ease 0s;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background: #da6f54;
}
.btn-tiny-primary svg {
    fill: #fff;
}
.btn-tiny-primary:hover svg {
    fill: #fff;
}
.btn-tiny-primary:active {
    transform: scale(0.5);
}
.btn-tiny-primary:hover {
    color: #fff;
    transform: scale(1.05);
}
.btn-tiny-primary:active {
    transform: scale(0.95);
}
.btn-tiny-primary:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 15%;
    background: #212121;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}
.btn-tiny-primary:hover:after {
    transform: translate(-50%, -50%) scale(12);
    opacity: 1;
}
.icon-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    /*background: #fff;*/
    z-index: 5;
    border-radius: 5px;
    border: 1px solid #000;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 13px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
}
.icon-menu::before {
    top: 10px;
    left: 10px;
}
@media (max-width: 37.5em) {
    .icon-menu::before {
        top: 13px;
        left: 15px;
    }
}
.icon-menu::after {
    top: 22px;
    left: 8px;
}
@media (max-width: 37.5em) {
    .icon-menu::after {
        top: 25px;
        left: 13px;
    }
}
.icon-menu span {
    top: 16px;
    left: 13px;
}
@media (max-width: 37.5em) {
    .icon-menu span {
        top: 19px;
        left: 18px;
    }
}
.menu-open .icon-menu span {
    transform: scale(0);
}
.menu-open .icon-menu::before {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
}
.menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
}
.icon-menu:hover::before {
    top: 10px;
    left: 13px;
}
@media (max-width: 37.5em) {
    .icon-menu:hover::before {
        top: 13px;
        left: 16px;
    }
}
.icon-menu:hover span {
    top: 16px;
    left: 8px;
}
@media (max-width: 37.5em) {
    .icon-menu:hover span {
        top: 19px;
        left: 11px;
    }
}
.icon-menu:hover::after {
    top: 22px;
    left: 13px;
}
@media (max-width: 37.5em) {
    .icon-menu:hover::after {
        top: 25px;
        left: 16px;
    }
}
.icon-menu:active {
    transform: scale(0.9);
}
@media (max-width: 62.5em) {
    .icon-menu {
        margin-right: 100px;
    }
}
@media (max-width: 37.5em) {
    .icon-menu {
        margin-right: 0;
        width: 40px;
        height: 40px;
    }
}

.page-project-menu {
    display: none;
}

.wrapper-project .page-project-menu {
    display: block !important;
}

.header {
    /*background: #da6f54;*/
    /*background: #fff;*/
    background: #ded1b4;
    z-index: 30;
    padding: 13px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.wrapper-project .header {
    position: absolute;
    border-radius: 0 0 40px 40px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.5);
    z-index: 30;
}

.wrapper-project  .header__connection {
    background-color: unset;
}
@media (max-width: 50em) {
    .wrapper-project .header {
        border-radius: 0 0 30px 30px;
    }
}
@media (max-width: 37.5em) {
    .header {
        padding: 20px 0;
    }
}
@media (max-width: 750px) {
    /*
    .header {
        z-index: unset;
    }*/
    .header__logo {
        /*background-color: #da6f54;*/
    }
    .header__connection {
        z-index: 1;
        /*background-color: #da6f54;*/
    }
}
.header__connection-btn-mob {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
@media (max-width: 37.5em) {
    .header__connection-btn-mob {
        display: flex;
    }
}
.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.header__menu {
    display: flex;
    align-items: center;
    gap: 40px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    animation: mymove 4.5s ease 2.5s 1 forwards;
}
@media (max-width: 68.75em) {
    .header__menu {
        gap: 25px;
        z-index: 1;

    }
}
.header__logo {
    display: inline-block;
    max-width: 180px;
    position: relative;
    width: 100%;
    z-index: 23;
    transition: all 0.3s ease 0s;
}
.header__logo img {
    width: 100%;
    max-width: 180px;
}
@media (max-width: 37.5em) {
    .header__logo img {
        max-width: 160px;
    }
}
@media (max-width: 37.5em) {
    .header__logo {
        max-width: 160px;
    }
}
.header__connection {
    display: flex;
    align-items: center;
    gap: 47px;
    opacity: 0;
    animation: mymove 4.5s ease 2.5s 1 forwards;
}
@media (max-width: 68.75em) {
    .header__connection {
        gap: 20px;
        z-index: 1;
    }
}
.header__connection-btn svg {
    fill: #212121;
}
.header__connection-btn:hover svg {
    fill: #da6f54;
}
@media (max-width: 62.5em) {
    .header__connection-btn {
        display: none;
    }
}
.header__phone {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    text-align: right;
    transition: none;
    transition: all 0.3s ease 0s;
}
.header__phone:hover {
    font-weight: 600;
    margin-right: -1.5px;
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
@media (max-width: 37.5em) {
    .header__phone {
        display: none;
    }
}
@media (max-width: 62.5em) {
    .header .menu__body {
        display: none;
    }
}
.header .menu__list {
    display: flex;
    align-items: center;
    gap: 48px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
}
@media (max-width: 68.75em) {
    .header .menu__list {
        gap: 20px;
    }
}
.header .menu__item {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.header .menu__item::before {
    content: "";
    display: inline-block;
    width: 6px;
    position: absolute;
    height: 6px;
    left: -14px;
    animation: rotateRobot 4s ease-in-out infinite;
    top: 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 12\"><path d=\"M6 0L0 6L6 12L12 6L6 0Z\" fill=\"%23212121\"/></svg>");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header .menu__item:hover {
    font-weight: 600;
    margin-left: -3px;
}
.header .menu__link {
    transition: none;
}
@keyframes mymove {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotateRobot {
    0% {
        transform: rotate(0deg); /* Начальное положение */
    }
    50% {
        transform: rotate(45deg); /* Поворот на 45 градусов */
    }
    100% {
        transform: rotate(0deg); /* Возврат в начальное положение */
    }
}

/* Анимация для начальных слайдов при загрузке */
.hero .swiper-slide.initial {
    transform: translateX(100%);
    opacity: 0;
    animation: slide-in 2s ease forwards;
}

.hero .swiper-slide.initial:nth-child(1) {
    animation-delay: 0.7s;
}

.hero .swiper-slide.initial:nth-child(2) {
    animation-delay: 1.2s;
}

.hero .swiper-slide.initial:nth-child(3) {
    animation-delay: 1.9s;
}
/* Анимация без задержки для последующих слайдов */
.hero .swiper-slide {
    transform: translateX(100%);
    opacity: 0;
    animation: slide-in 1s ease forwards; /* Без задержки */
}

/* Ключевые кадры для анимации */
@keyframes slide-in {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Логотип по центру экрана */
/* Логотип по центру экрана */
.logo-animation {
    transition: all 2.5s ease 0s;
    position: fixed;
    top: calc(50% - 40px);
}

.header__logo {
    position: relative; /* Исходное место для лого в шапке */
}

/* Возвращаем на место в шапке */
.header__logo {
    min-height: 75px;
    position: relative; /* После завершения анимации лого перемещается в шапку */
}
@media (max-width: 43.75em) {
    .header__logo {
        min-height: 67px;
        text-align: center;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.modal-menu {
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: -200%;
    left: 0;
    background: #ded1b4;
    padding-top: 14px;
    z-index: 32;
    padding-bottom: 45px;
}
@media (max-width: 62.5em) {
    .modal-menu {
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 145px;
    }
}
.modal-menu__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 62.5em) {
    .modal-menu__top {
        flex-direction: row-reverse;
    }
}
.modal-menu__soc {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.modal-menu__soc a {
    width: fit-content;
}
.modal-menu__soc a svg {
    margin-bottom: 3px;
}
.modal-menu__soc a:hover {
    color: #ded1b4;
}
.modal-menu__soc a:hover svg {
    fill: #ded1b4;
}
@media (max-width: 62.5em) {
    .modal-menu__soc a {
        padding: 9px 14px;
        align-items: center;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .modal-menu__soc a svg {
        margin-bottom: -3px;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__soc {
        align-items: center;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 93%;
        width: 100%;
    }
}
.modal-menu__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 62.5em) {
    .modal-menu__body {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.modal-menu__left {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    column-gap: 177px;
}
@media (max-width: 74.9375em) {
    .modal-menu__left {
        column-gap: 30px;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__left {
        gap: 15px;
        padding-top: 32px;
        display: flex;
        justify-content: space-between;
    }
}
.modal-menu__l-column {
    display: flex;
    position: relative;
    flex-direction: column;
}
.modal-menu__l-column-ttl {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    transition: all 0.3s ease 0s;
}
.modal-menu__l-column-ttl:not(:last-child) {
    margin-bottom: 17px;
}
@media (min-width: 1000px) {
    .modal-menu__l-column-ttl.mobile {
        display: none;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__l-column-ttl:not(:last-child) {
        margin-bottom: 10px;
    }
}
.modal-menu__l-column-ttl:hover {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
@media (max-width: 62.5em) {
    .modal-menu__l-column-ttl {
        font-weight: 400;
        font-size: 18px;
        line-height: 144%;
        margin-bottom: 10px;
    }
}
.modal-menu .modal-menu__zoe-otdel {
    display: none;
}
@media (max-width: 62.5em) {
    .modal-menu .modal-menu__zoe-otdel {
        display: block;
    }
}
.modal-menu .modal-menu__zoe {
    display: none;
}
@media (max-width: 37.5em) {
    .modal-menu .modal-menu__zoe {
        display: flex;
    }
}
.modal-menu__l-column-list {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
@media (max-width: 62.5em) {
    .modal-menu__l-column-list {
        font-weight: 400;
        font-size: 16px;
        line-height: 175%;
        gap: 4px;
        margin-bottom: 20px;
    }
}
.modal-menu .grey {
    color: #a49980;
}
.modal-menu__column-list-link {
    transition: all 0.3s ease 0s;
}
.modal-menu__column-list-link:hover {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
.modal-menu__proposal {
    background-color: #212121;
    width: 476px;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    max-width: 476px;
    padding: 38px 40px;
    left: -103px;
    top: 0;
    z-index: 20;
}
.modal-menu__proposal img{
    opacity: 0.7;
}
@media (max-width: 74.9375em) {
    .modal-menu__proposal {
        position: static;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__proposal {
        width: 100%;
        padding: 20px 29px;
    }
    .modal-menu__proposal .bg {
        border-radius: 20px;
    }
}
@media (max-width: 22.5em) {
    .modal-menu__proposal {
        padding: 20px;
    }
}
.modal-menu__proposal-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    position: relative;
    min-height: 199px;
    height: 100%;
    justify-content: space-between;
}
.modal-menu__proposal-title {
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 95%;
    color: #fff;
}
.modal-menu__proposal-title span {
    font-style: italic;
    font-weight: 400;
    font-family: PT Serif;
}
@media (max-width: 62.5em) {
    .modal-menu__proposal-title span {
        font-style: italic;
        font-weight: 400;
        font-size: 23px;
        line-height: 130%;
    }
}
@media (max-width: 62.5em) and (max-width: 22.5em) {
    .modal-menu__proposal-title span {
        font-size: 1.25rem;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__proposal-title {
        font-weight: 400;
        font-size: 1.4375rem;
        line-height: 100%;
        margin-bottom: 41px;
    }
}
@media (max-width: 22.5em) {
    .modal-menu__proposal-title {
        font-size: 1.25rem;
    }
}
.modal-menu__proposal-bottom {
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    display: flex;
    gap: 30px;
    color: #fff;
}
@media (max-width: 62.5em) {
    .modal-menu__proposal-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
        max-width: 245px;
    }
}
.modal-menu__proposal-ink {
    flex-shrink: 0;
}
.modal-menu__right {
    flex: 1;
    margin-right: -280px;
}
@media (max-width: 74.9375em) {
    .modal-menu__right {
        margin-right: -130px;
    }
}
@media (max-width: 62.5em) {
    .modal-menu__right {
        padding-top: 80px;
        margin-right: 0;
        margin-left: auto;
        max-width: 340px;
    }
}
@media (max-width: 22.5em) {
    .modal-menu__right {
        margin-left: 0;
    }
}
.modal-menu__projects {
    border-radius: 30px;
    width: 860px;
    padding: 58px 106px;
    position: relative;
    background: #da6f54;
    min-height: 564px;
    margin-top: 50px;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects {
        width: 600px;
        border-radius: 20px;
        padding: 30px;
        min-height: 352px;
    }
}
@media (max-width: 22.5em) {
    .modal-menu__projects {
        padding: 15px;
        width: 100%;
    }
}
.modal-menu__projects-shadow {
    padding: 22px 45px;
    width: 100%;
    max-width: 725px;
    position: absolute;
    left: 108px;
    border: 1px solid #000;    
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    top: -100px;
    height1: 333px;
    z-index: 10;
    background: #ded1b4;
    font-weight: 400;
    font-size: 17px;
    line-height: 162%;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects-shadow {
        font-size: 0.875rem;
        padding: 19px 24px;
        left: 44px;
        line-height: 145%;
    }
    .modal-menu__projects-shadow p {
        max-width: 208px;
    }
}
@media (max-width: 22.5em) {
    .modal-menu__projects-shadow {
        padding: 12px;
        font-size: 0.75rem;
        left: 50px;
        max-width: 300px;
        line-height: 207%;
    }
}
.modal-menu__projects-ttl {
    margin-bottom: 29px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #a1503b;
}
@media (max-width: 62.5em) {
    .modal-menu__projects-ttl {
        font-weight: 400;
        font-size: 18px;
        line-height: 144%;
        display: none;
    }
}
.modal-menu__projects-list {
    display: flex;
    flex-direction: column;
    gap: 59px;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects-list {
        gap: 29px;
    }
}
.modal-menu__projects-line {
    display: flex;
    flex-direction: column;
    padding-left: 13px;
    gap: 10px;
    border-left: 1px solid #212121;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects-line {
        gap: 7px;
        border: none;
    }
    .modal-menu__projects-line .star {
        display: none;
    }
}
.modal-menu__projects-line-top {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
}
.modal-menu__projects-line-top:hover {
    font-weight: 600;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects-line-top {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 144%;
    }
}
.modal-menu__projects-line-bottom {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    gap: 10px;
    transition: all 0.3s ease 0s;
    line-height: 194%;
}
@media (max-width: 62.5em) {
    .modal-menu__projects-line-bottom.imposter {
        opacity: 0.5;
    }
}
.modal-menu__projects-line-bottom a:hover {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
@media (max-width: 74.9375em) {
    .modal-menu__projects-line-bottom {
        font-size: 0.9375rem;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 0;
    }
}
.modal-menu__projects-line-chois {
    position: relative;
}
@media (max-width: 62.5em) {
    .modal-menu__projects-line-chois {
        display: flex;
        align-items: center;
        padding-left: 14px;
    }
    .modal-menu__projects-line-chois::before {
        content: "";
        display: inline-block;
        width: 6px;
        top: 14px;
        position: absolute;
        height: 6px;
        left: 0px;
        animation: rotateRobot 4s ease-in-out infinite;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 6 6\"><path d=\"M3 0L0 3L3 6L6 3L3 0Z\" fill=\"%23212121\"/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .modal-menu__projects-line-chois[disabled]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 6 6\"><path d=\"M3 0L0 3L3 6L6 3L3 0Z\" fill=\"%23A1503B\"/></svg>");
    }
}
.modal-menu__projects-line-step {
    position: relative;
}
@media (max-width: 62.5em) {
    .modal-menu__projects-line-step {
        display: flex;
        align-items: center;
        padding-left: 14px;
    }
    .modal-menu__projects-line-step::before {
        content: "";
        display: inline-block;
        width: 6px;
        top: 14px;
        position: absolute;
        height: 6px;
        left: 0;
        animation: rotateRobot 4s ease-in-out infinite;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 6 6\"><path d=\"M3 0L0 3L3 6L6 3L3 0Z\" fill=\"%23212121\"/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .modal-menu__projects-line-step[disabled]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 6 6\"><path d=\"M3 0L0 3L3 6L6 3L3 0Z\" fill=\"%23A1503B\"/></svg>");
    }
}
.modal-menu .header__connection-btn:hover {
    color: #ded1b4;
}
.modal-menu .header__connection-btn:hover svg {
    fill: #ded1b4;
}
.modal-block {
    transition: all 0.3s ease 0s;
    width: 100%;
    position: fixed;
    left: -300%;
    height: 100vh;
    top: 0;
    background: #ded1b4;
    padding-top: 14px;    
    padding-bottom: 45px;
    overflow-y: scroll;    
    z-index: 40;
}
@media (max-width: 62.5em) {
    .modal-block {
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 45px;
    }
}

.modal-projects {
    transition: all 0.3s ease 0s;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100vh;
    bottom: -200%;
    background: #212121;
    padding-top: 14px;
    z-index: 21;
    padding-bottom: 45px;
}
@media (max-width: 62.5em) {
    .modal-projects {
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 45px;
    }
}

.modal-menu__btn-mob-modal {
    display: none;
}
@media (max-width: 62.5em) {
    .modal-menu__btn-mob-modal {
        display: flex;
    }
}

@media (max-width: 62.5em) {
    .none1000 {
        display: none!important;
    }
}
.block1000 {
    display: none;
}
@media (max-width: 62.5em) {
    .block1000 {
        display: block;
    }
}

.modal-menu__mob-menuu {
    display: none;
}
@media (max-width: 62.5em) {
    .modal-menu__mob-menuu {
        display: flex;
        width: 100%;
        gap: 50px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 29px;
    }
}

.modal-menu__mob-social {
    display: none;
}
@media (max-width: 62.5em) {
    .modal-menu__mob-social {
        display: block;
        width: 100%;
        padding-top: 38px;
    }
}

.modal-form {
    transition: all 0.3s ease 0s;
    width: 100%;
    position: fixed;
    height: 100vh;
    right: -200%;
    top: 0;
    background: #ded1b4;
    padding-top: 14px;
    z-index: 21;
    overflow: hidden;
    overflow-y: auto;
}
@media (min-width: 79.5em) {
    .modal-form {
        padding-bottom: 8.0625rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .modal-form {
        padding-bottom: calc(2.4375rem + 5.625 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .modal-form {
        padding-bottom: 2.4375rem;
    }
}
@media (max-width: 62.5em) {
    .modal-form {
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 145px;
    }
}
.modal-form__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 71px;
    margin-bottom:40px;
}
.modal-form__top .modal-phone {
    opacity: 0;
}
@media (max-width: 37.5em) {
    .modal-form__top .modal-phone {
        opacity: 1;
        width: 40px;
        height: 40px;
    }
    .modal-form__top .close-btn {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 62.5em) {
    .modal-form__top {
        padding: 10px 0;
    }
}
.modal-form__body {
    background: #da6f54;
    border-radius: 20px;
    padding: 68px 64px;
    width: 200%;
    margin-left: 200px;
}

@media (max-width: 75em) {
    .modal-form__body {
        margin-left: 100px;
    }
}
@media (max-width: 62.5em) {
    .modal-form__body {
        margin-left: 0;
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: 35px;
        padding: 34px;
    }
}
@media (max-width: 37.5em) {
    .modal-form__body {
        margin-left: 0;
        position: relative;
    }
    .modal-form__body::after {
        content: "";
        height: 100%;
        display: block;
        width: 100px;
        top: 0;
        right: -99px;
        position: absolute;
        background: #da6f54;
    }
}
@media (max-width: 22.5em) {
    .modal-form__body {
        padding: 20px;
    }
}
.modal-form__form {
    max-width: 840px;
}
.modal-commerce2 .modal-form__form {
    max-width: 960px;
}
.modal-form__title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 40px;
    line-height: 90%;
}
.modal-form__title span {
    font-family: PT Serif;
    font-style: italic;
    line-height: 150%;
}
@media (max-width: 62.5em) {
    .modal-form__title {
        font-weight: 400;
        font-size: 25px;
        line-height: 120%;
        margin-bottom: 16px;
        max-width: 274px;
    }
}
.modal-form__subtitle {
    margin-bottom: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
}
@media (max-width: 62.5em) {
    .modal-form__subtitle {
        margin-bottom: 28px;
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
        max-width: 265px;
    }
}
.modal-form__box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    margin-bottom: 18px;
}
.modal-form__box.form-box-commerce .input,
.modal-form__box.form-box-commerce button,
.modal-form__box.form-box-commerce .custom-select {
    width: calc(25% - 18px);
    display: inline-block;
}
@media (max-width: 62.5em) {
    .modal-form__box.form-box-commerce .input,
    .modal-form__box.form-box-commerce button,
    .modal-form__box.form-box-commerce .custom-select {
        width: calc(50% - 18px);
    }
    .modal-form__box {
        gap: 11px;
        margin-bottom: 11px;
    }
}
@media (max-width: 47.9375em) {
    .modal-form__box.form-box-commerce .input,
    .modal-form__box.form-box-commerce button,
    .modal-form__box.form-box-commerce .custom-select {
        width: 100%;
    }
}
@media (max-width: 62.5em) {
    .modal-form__box.form-box-commerce {
        flex-wrap: wrap;
    }
}
.modal-form__box .input,
.modal-form__box .custom-select {
    width: calc(48% - 10px);
    display: inline-block;
}
@media (max-width: 47.9375em) {
    .modal-form__box .input,
    .modal-form__box .custom-select {
        width: 100%;
    }
}
.modal-form__bottom {
    display: flex;
    gap: 32px;
    align-items: center;
}
@media (max-width: 37.5em) {
    .modal-form__bottom {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .modal-form__box {
        width: 110%;
    }
    .form-rieltoram .modal-form__box {
        width: 100%;
    }
}
.modal-form__apply {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
}
.modal-form__cookie ._light {
    opacity: 0.5;
}
.modal-form__cookie {
    flex: 1 1 100%;
}
.modal-form__policy {
    max-width: 230px;
}
.modal-form__cookie,
.modal-form__more,
.modal-form__policy {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
}
.modal-form__agreement {
    font-size: 15px;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 20px;
}
.modal-form__checkbox.error_input span:before {
    border-color: #ff132e;
}
.modal-form__checkbox.error_input {
    border: 0;
}
.modal-form__checkbox input {
    display: none;
}
.modal-form__checkbox input:checked + span:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMi43MTQzTDQuODU3MTQgNi41NzE0NUwxMCAxLjQyODU5IiBzdHJva2U9IiMyMTIxMjEiIHN0cm9rZS13aWR0aD0iMS4yODU3MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 8px;
}

.modal-form__checkbox span:after,
.modal-form__checkbox span:before {
    content: '';
    border: 1px solid #212121;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    top: 50%;
    margin-top: -12px;
    left: 0;
    position: absolute;
}
.modal-form__checkbox span:after {
    border-color: transparent;
}
.modal-form__checkbox span{
    display: block;
    position: relative;
    padding-left: 31px;
}
.form-rieltoram__block .modal-form__policy {
    max-width: 300px;
}
.modal-commerce2 .modal-form__policy {
    max-width: 100%;
}
.modal-form__cookie a,
.modal-form__more a,
.modal-form__policy a {
    text-decoration: underline;
}
.vacans__form .modal-form__more br {
    /*display: none;*/
}
@media (max-width: 37.5em) {
    .modal-form__cookie,
    .modal-form__more,
    .modal-form__policy {
        font-size: 12px;
    }
}
@media(max-width:575px) {
    .modal-form__apply .modal-form-submit {
        order: 1;
    }

    .modal-form__apply .modal-form__cookie {
        order: 2;
    }

    .modal-form__apply .modal-form__policy,
    .modal-form__apply .modal-form__more {
        order: 3;
    }

    .modal-form__apply {
        gap: 16px;
    }
}
.input {
    border: 1px solid #212121;
    border-radius: 10px;
    background: transparent;
    padding: 17px 22px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #212121;
}
.form-box-commerce .input {
    width: calc(33% - 18px);
}
.input::placeholder {
    color: #212121;
}
@media (max-width: 62.5em) {
    .input {
        padding: 24px 22px;
        font-size: 0.875rem;
    }
}

.custom-select {
    position: relative;
}

@media (min-width: 1200px) {
  /*  .custom-select:hover .custom-select__list {
        display: block;
    }*/
    .custom-select:hover .custom-select__title svg {
        transform: rotate(180deg);
    }
}
.custom-select.open .custom-select__list {
    display: block;
}
.custom-select.open .custom-select__title svg {
    transform: rotate(180deg);
}

.custom-select__title {
    border: 1px solid #212121;
    border-radius: 10px;
    background: transparent;
    padding: 17px 22px;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    z-index: 5;
    position: relative;
    line-height: 127%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
}
.custom-select__title svg {
    transition: all 0.3s ease 0s;
}
@media (max-width: 62.5em) {
    .custom-select__title {
        padding: 24px 22px;
        font-size: 0.875rem;
    }
}
.custom-select__list {
    top: 88%;
    left: 0;
    position: absolute;
    display: none;
    border: 1px solid #212121;
    border-radius: 10px;
    padding: 18px 22px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 167%;
    width: 100%;
    background: #da6f54;
    z-index: 4;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.custom-select__list li {
    cursor: pointer;
    padding: 5px;
}
.custom-select__list li:hover {
    text-decoration: underline;
}
@media (max-width: 62.5em) {
    .custom-select__list li {
        padding: 3px;
    }
}
@media (max-width: 62.5em) {
    .custom-select__list {
        padding: 10px 14px;
        font-size: 0.875rem;
        z-index: 6;
    }
}

.modal-rieltoram {
    opacity: 1;
}

.form-rieltoram {
    max-width: 666px;
}

.form-rieltoram__block {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 20px;
}
@media (max-width: 78.125em) {
    .form-rieltoram__block {
        flex-direction: column;
        align-items: flex-end;
    }
}

.form-rieltoram__bodu {
    font-weight: 400;
    width: 725px;
    margin-right: -200px;
    font-size: 18px;
    margin-left: 0;
    line-height: 144%;
    color: #212121;
    padding: 54px 62px 72px;
}
.form-rieltoram__bodu p {
    max-width: 414px;
}
@media (max-width: 43.75em) {
    .form-rieltoram__bodu {
        width: calc(100% + 40px);
        margin-right: 0px;
        max-width: 100%;
        font-size: 0.875rem;
        padding-right: 0;
    }
}

.form-rieltoram__list {
    margin: 47px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}
.form-rieltoram__list li:not(:last-child) {
    margin-bottom: 10px;
}
.form-rieltoram__list a {
    display: inline-flex;
    gap: 20px;
}
.form-rieltoram__list svg {
    min-width: 21px;
}
.form-rieltoram__list a:hover {
    text-decoration: underline;
}
@media (max-width: 43.75em) {
    .form-rieltoram__list a {
        gap: 5px;
    }
    .form-rieltoram__list a svg {
        max-width: 18px;
    }
}
@media (max-width: 43.75em) {
    .form-rieltoram__list {
        margin-top: 20px;
    }
}
.modal-form-submit:hover {
    transform: none !important;
}
@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fade-in-item {
    animation: fadeInFromLeft 0.5s ease-in-out;
}
@keyframes fadeInFromRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fade-in-card {
    animation: fadeInFromRight 0.5s ease-in-out;
}
.panoram__item.active {
    visibility: visible;
    pointer-events: all;
}
.footer__list a:hover {
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}

.wrapper-project .no-zoe {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
    background: #da6f54;
    padding-bottom: 33px;
    margin-bottom: 21px;
    max-height: 735px;
}
@media (min-width: 79.5em) {
    .hero {
        padding-top: 13.375rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .hero {
        padding-top: calc(6.25rem + 7.125 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .hero {
        padding-top: 6.25rem;
    }
}
@media (max-width: 750px) {
    .hero {
        max-height: none;
    }
}
.hero__container {
    position: relative;
    opacity: 0;
    animation: mymove 2s ease 2.3s 1 forwards;
}
@media (max-width: 46.875em) {
    .hero__container {
        padding-right: 0;
    }
}
.hero__body {
    display: flex;
    gap: 67px;
    align-items: center;
}
@media (max-width: 53.125em) {
    .hero__body {
        gap: 30px;
    }
}
@media (max-width: 46.875em) {
    .hero__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
        padding-top: 60px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.hero__cont {
    width: 100%;
    max-width: 613px;
}
@media (max-width: 62.5em) {
    .hero__cont {
        width: 50%;
    }
}
@media (max-width: 46.875em) {
    .hero__cont {
        width: 100%;
        max-width: 100%;
        padding-right: 36px;
    }
}
@media (max-width: 31.25em) {
    .hero__cont {
        max-width: 299px;
    }
}
.hero__sub {
    margin-bottom: 130px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    max-width: 326px;
    background: #da6f54;
}
@media (max-width: 78.75em) {
    .hero__sub {
        font-size: 1.125rem;
        margin-bottom: 90px;
    }
}
@media (max-width: 46.875em) {
    .hero__sub {
        font-weight: 400;
        font-size: 17px;
        line-height: 129%;
        margin-bottom: 36px;
        max-width: 265px;
    }
}
.hero__title {
    font-weight: 400;
    font-size: 4.0625rem;
    line-height: 92%;
    min-height: 145px;
}
/*.hero__title span {*/
/*    background: #da6f54;*/
/*    font-family: PT Serif;*/
/*    font-style: italic;*/
/*}*/
@media (max-width: 75em) {
    .hero__title span {
        background: transparent;
    }
}
@media (max-width: 78.75em) {
    .hero__title {
        font-size: 3.75rem;
    }
}
@media (max-width: 62.5em) {
    .hero__title {
        min-height: 138px;
        font-size: 3.4375rem;
    }
}
@media (max-width: 46.875em) {
    .hero__title {
        font-weight: 400;
        font-size: 51px;
        line-height: 88%;
    }
}
.hero__slider-box {
    width: 887px;
    margin-right: -390px;
}
@media (max-width: 75em) {
    .hero__slider-box {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 62.5em) {
    .hero__slider-box {
        width: 50%;
        margin-right: -39px;
    }
}
@media (max-width: 46.875em) {
    .hero__slider-box {
        width: 100%;
    }
}
.hero__slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero__slide {
    padding-top: 12px;
}
.hero__card {
    width: 100%;
    position: relative;
    height: 439px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 1s ease 0s;
}
.hero__card:hover .hero__card-open {
    margin-bottom: 0;
    opacity: 1;
}
.hero__card:hover::before {
    opacity: 0.5;
}
.hero__card::before {
    content: "";
    border: 0.5px solid #fff;
    border-radius: 20px;
    width: 90%;
    height: 152px;
    display: block;
    position: absolute;
    top: -10px;
    transition: all 0.1s ease 0s;
}
.hero__card::after {
    content: "";
    border-radius: 20px;
    width: 100%;
    z-index: 0;
    height: 152px;
    background: #da6f54;
    display: block;
    position: absolute;
    top: 0px;
    transition: all 0.1s ease 0s;
}
.hero__card .bg-video {
    z-index: 1;
}
.hero__card:hover .bg {
    opacity: 0;
}
.hero__card .bg {
    z-index: 1;
    overflow: hidden;
}
.hero__card-body {
    position: relative;
    z-index: 2;
    transition: all 1s ease 0s;
    padding: 31px 26px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 0;
}
.hero__card-top {
    display: flex;
    flex-direction: column;
    transition: all 1s ease 0s;
    gap: 6px;
}
.hero__card-top-first {
    border-radius: 5px;
    background-color: #ded1b4;
    font-weight: 400;
    font-size: 14px;
    line-height: 93%;
    text-align: center;
    width: 98px;
    padding: 11px 2px;
}
.hero__card-top-two {
    border-radius: 5px;
    background: #212121;
    width: 160px;
    color: #ded1b4;
    font-weight: 400;
    font-size: 14px;
    padding: 11px 2px;
    line-height: 93%;
    text-align: center;
}
.hero__card-bottom {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: space-between;
}
.hero__card-title {
    padding-bottom: 42px;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: #fff;
    max-width: 200px;
}
.hero .bg {
    transition: all 1s ease 0s;
}
.hero__card-open {
    transition: all 1s ease 0s;
    margin-bottom: -100%;
}
.hero__card-open a {
    display: inline-block;
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 9px 13px;
    margin-bottom: -4px;
    padding-bottom: 20px;
}
.hero .pagination-hero {
    margin-top: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 93%;
    text-align: right;
    color: #fff;
}
@media (max-width: 46.875em) {
    .hero .pagination-hero {
        text-align: center;
        padding-right: 36px;
    }
}
.hero .animated-stroke {
    animation: draw 4s ease forwards 4s;
}
.hero .elips2,
.hero .elips1-mob,
.hero .elips2-mob{
    display: none;
}
@media (max-width: 750px) {
    .hero .elips2 {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
    }
    .hero .elips1-mob {
        display: block;
        position: absolute;
        top: -205px;
        left: -130px;
        width: 530px;
        height: 530px;
        /*border: .1px solid #ffffffba;*/
        border-radius: 380px;
        z-index: 0;
    }

    .hero .elips1-mob svg circle {
        animation: drawBorderrr 4s ease-out forwards;
    }

    .hero:not(.no_anim) .elips1-mob svg circle {
        animation: drawBorderrr 4s ease-out forwards 4s;
    }
    .hero .elips2-mob {
        display: block;
        position: absolute;
        width: 336px;
        height: 336px;
        left: 329px;
        top: 41px;
        /*border: .1px solid #ffffffba;*/
        border-radius: 180px;
        z-index: 0;
    }

    .hero .elips2-mob svg circle {
        animation: drawBorderrr 4s ease-out forwards;
    }

    .hero:not(.no_anim)  .elips2-mob svg circle {
        animation: drawBorderrr 4s ease-out forwards 4s;
    }
}

.hero .elips1 {
    bottom: -572px;
    left: calc(50% - 370px);
    position: absolute;
    animation: draw 2s ease forwards 2.5s;
}
.hero .elips {
    animation: draw 2s ease forwards 4s;
    position: absolute;
    left: 100px;
    bottom: -150px;
}
@media (max-width: 100em) {
    .hero .elips {
        left: 0;
    }
}
@media (max-width: 46.875em) {
    .hero .elips,
    .hero .elips1 {
        display: none;
    }
}
.hero .bg {
    border-radius: 20px;
}

.btn-next-hero {
    border-radius: 10px;
    width: 60px;
    z-index: 2;
    position: absolute;
    right: 30%;
    top: calc(50% - 30px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    background: #da6f54;
    transition: all 0.3s ease 0s;
}
.btn-next-hero:hover {
    transform: scale(1.1);
    background: #212121;
}
.btn-next-hero:active {
    transform: scale(0.8);
}
@media (max-width: 87.5em) {
    .btn-next-hero {
        right: 60%;
    }
}
@media (max-width: 62.5em) {
    .btn-next-hero {
        right: 10%;
    }
}

.news {
    padding-top: 10px;
    margin-bottom: 70px;
}
@media (max-width: 62.5em) {
    .news {
        margin-bottom: 73px;
    }
}
.news__slider-wrap {
    position: relative;
}
.news__slider {
    padding-top: 60px !important;
    margin-top: -50px !important;
    padding-bottom: 45px !important;
}
@media (max-width: 62.5em) {
    .news__slider {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .news__swiper {
        height: max-content !important;
    }
}
.news__slider-btn {
    position: absolute;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.news__slider-btn:hover {
    transform: scale(1.1);
}
.news__slider-btn:hover path {
    stroke: #da6f54;
}
.news__slider-btn path {
    stroke: #212121;
}
.btn-news-prev {
    left: -34px;
}
@media (max-width: 78.125em) {
    .btn-news-prev {
        left: -20px;
        display: none;
    }
}

.btn-news-next {
    right: -34px;
}
@media (max-width: 78.125em) {
    .btn-news-next {
        right: 0px;
        top: -40px;
        animation: moveRight 2s linear infinite;
    }
}

.news__mob {
    display: none;
}
@media (max-width: 37.5em) {
    .news__mob {
        display: flex;
        flex-wrap: wrap;
        gap: 43px;
    }
}

.news-card-a__body {
    padding: 34px 36px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}
@media (max-width: 71.875em) {
    .news-card-a__body {
        padding: 33px 30px;
    }
}
@media (max-width: 37.5em) {
    .news-card-a__body {
        flex-direction: column;
        padding-bottom: 23px;
        align-items: center;
    }
}
@media (max-width: 22.5em) {
    .news-card-a__body {
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
    }
}
.news-card-a__cont {
    max-width: 260px;
}
@media (max-width: 37.5em) {
    .news-card-a__cont {
        max-width: 100%;
    }
}
.news-card-a__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 108%;
    margin-bottom: 16px;
}
.news-card-a__title span {
    color: #da6f54;
}
@media (max-width: 75em) {
    .news-card-a__title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
}
.news-card-a__text {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}
@media (max-width: 71.875em) {
    .news-card-a__text {
        line-height: 133%;
    }
}
.news-card-a__right {
    display: flex;
    gap: 10px;
    position: relative;
    padding-right: 10px;
}
@media (max-width: 37.5em) {
    .news-card-a__right {
        align-items: flex-end;
        padding-right: 0;
        width: 100%;
    }
}
.news-card-a__baner {
    background: #ded1b4;
    border-radius: 20px;
    width: 197px;
    height: 203px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -80px;
    font-weight: 400;
    font-size: 34px;
    line-height: 79%;
    text-align: center;
}
@media (max-width: 68.75em) {
    .news-card-a__baner {
        border-radius: 20px;
        width: 159px;
        height: 138px;
        padding: 5px;
        font-weight: 400;
        font-size: 26px;
        line-height: 104%;
        text-align: center;
        margin-bottom: 0;
    }
}
@media (max-width: 37.5em) {
    .news-card-a__baner {
        margin-bottom: -50px;
        opacity: 1!important;
    }
}
.news-card-a__date {
    position: absolute;
    right: -17px;
    top: 0;
    transform: rotate(90deg);
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    width: 17px;
}
@media (max-width: 37.5em) {
    .news-card-a__date {
        transform: none;
        width: fit-content;
        position: static;
    }
}

.card__news {
    width: 100%;
    border: 1px solid #ded1b4;
    border-radius: 20px;
    width: 100%;
    min-height: 190px;
}
@media (max-width: 37.5em) {
    .card__news-btn {
        margin-right: auto;
    }
    .news-card-a {
        margin-bottom: 30px;
    }
}

.news-card-b {
    position: relative;
}
.news-card-b__body {
    padding: 34px 36px;
}
@media (max-width: 71.875em) {
    .news-card-b__body {
        padding: 33px 30px;
        padding-bottom: 23px;
    }
}
@media (max-width: 22.5em) {
    .news-card-b__body {
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
    }
}
.news-card-b__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.news-card-b__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 108%;
    margin-bottom: 16px;
}
.news-card-b__title span {
    color: #da6f54;
}
@media (max-width: 75em) {
    .news-card-b__title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
}
.news-card-b__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    position: absolute;
    right: -17px;
    top: 0;
    transform: rotate(90deg);
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    width: 17px;
}
@media (max-width: 37.5em) {
    .news-card-b__date {
        transform: none;
        width: fit-content;
        position: static;
        margin-left: auto;
    }
}
.news-card-b__bottom-mob {
    display: none;
}
@media (max-width: 37.5em) {
    .news-card-b__bottom-mob {
        display: block;
        text-align: right;
        width: 100%;
    }
}
.news-card-b__bottom {
    display: flex;
    gap: 37px;
    align-items: center;
}
@media (max-width: 37.5em) {
    .news-card-b__bottom {
        flex-direction: column-reverse;
        gap: 14px;
        align-items: stretch;
    }
}
.news-card-b__text {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}

.news-card-c__body {
    padding: 34px 36px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}
@media (max-width: 71.875em) {
    .news-card-c__body {
        padding: 33px 30px;
        gap: 15px;
    }
}
@media (max-width: 37.5em) {
    .news-card-c__body {
        flex-direction: column;
        padding: 33px 30px;
        padding-bottom: 23px;
    }
}
@media (max-width: 22.5em) {
    .news-card-c__body {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
}
.news-card-c__left {
    max-width: 265px;
}
@media (max-width: 37.5em) {
    .news-card-c__left {
        max-width: 100%;
    }
}
.news-card-c__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 108%;
    margin-bottom: 16px;
}
.news-card-c__title span {
    color: #da6f54;
}
@media (max-width: 75em) {
    .news-card-c__title {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
}
.news-card-c__text {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}
.news-card-c__right {
    position: relative;
    padding-right: 10px;
}
@media (max-width: 37.5em) {
    .news-card-c__right {
        padding-right: 0;
        width: 100%;
    }
}
.news-card-c__img {
    border-radius: 20px;
    width: 197px;
    height: 203px;
    display: block;
    margin-top: -90px;
}
@media (max-width: 68.75em) {
    .news-card-c__img {
        border-radius: 20px;
        width: 159px;
        height: 138px;
        padding: 5px;
        font-weight: 400;
        font-size: 26px;
        line-height: 104%;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (max-width: 37.5em) {
    .news-card-c__img {
        margin-bottom: 12px;
        width: 100%;
        object-fit: cover;
        max-width: 100%;
        padding: 0;
    }
    .news-card-c__img img {
        width: 100%;
    }
}
.news-card-c__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    position: absolute;
    right: -17px;
    top: 0;
    transform: rotate(90deg);
    font-weight: 400;
    font-size: 12px;
    line-height: 142%;
    width: 17px;
}
@media (max-width: 37.5em) {
    .news-card-c__date {
        transform: none;
        width: fit-content;
        position: static;
        text-align: right;
        width: 100%;
    }
}

.tabs__navigation {
    display: flex;
    gap: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #626262;
}
@media (max-width: 43.75em) {
    .tabs__navigation {
        gap: 20px;
        font-weight: 400;
        font-size: 17px;
        line-height: 118%;
    }
    .tabs__title {
        font-weight: 400;
    }
}
@media (max-width: 22.5em) {
    .tabs__navigation {
        grid-area: 15px;
        font-size: 0.875rem;
    }
}
.tabs__title {
    position: relative;
}
.tabs__title:hover {
    color: #212121;
}
.tabs__title._tab-active {
    color: #212121;
}
.tabs__title._tab-active::after {
    width: 100%;
}
.tabs__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; /* Начальная ширина */
    height: 1px; /* Толщина линии */
    background: #da6f54;
    transition: width 0.5s ease; /* Плавный переход 0.5 секунды */
}
.projects {
    margin-bottom: 40px;
}
.projects__top {
    margin-bottom: 64px;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 62.5em) {
    .projects__top {
        margin-bottom: 40px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}
.projects__top-cont {
    max-width: 340px;
}
.projects__body {
    display: flex;
    gap: 40px;
}
.projects__body.dop-projects {
    flex-wrap: wrap;
}
@media (max-width: 68.75em) {
    .projects__body {
        gap: 16px;
    }
}
@media (max-width: 43.75em) {
    .projects__body {
        flex-wrap: wrap;
    }
}
.projects__card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    flex: 1 1 50%;
    height: 500px;
    padding: 59px 62px;
    background-color: #212121;
}
.dop-projects .projects__card {
    flex: 1 1 48%;
}
@media (max-width: 43.75em) {
    .dop-projects .projects__card {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 68.75em) {
    .projects__card {
        width: calc(50% - 8px);
    }
}
@media (max-width: 62.5em) {
    .projects__card {
        height: 533px;
        padding: 28px;
        padding-bottom: 52px;
    }
}
@media (max-width: 43.75em) {
    .projects__card {
        width: 100% !important;
        flex: none;
    }
}
.projects__card .bg {
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}
.projects__card:hover .bg {
    transform: scale(1.1);
}
.projects__card-body {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}
.projects__card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.projects__card-ttitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 87%;
    color: #fff;
    display: flex;
    gap: 26px;
    align-items: center;
    padding-bottom: 52px;
    position: relative;
    margin-bottom: 13px;
}
.projects__card-ttitle::before {
    content: "";
    animation: fadeInLeft 2s ease forwards;
    width: 253px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -62px;
    background: white;
    border-radius: 10px;
}
@media (max-width: 62.5em) {
    .projects__card-ttitle {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 25px;
        padding-bottom: 22px;
    }
}
.projects__open-btn {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.projects__open-btn:hover {
    transform: scale(1.1);
}
.projects__open-btn:active {
    transform: scale(0.5);
}
@media (max-width: 62.5em) {
    .projects__open-btn {
        margin-left: auto;
        text-align: right;
        display: inline-block;
        width: fit-content;
    }
}
.projects__card-top-inf {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #fff;
}
.projects .close-wrap-card {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.projects .close-wrap-card:hover {
    transform: scale(1.1);
}
.projects .close-wrap-card:active {
    transform: scale(0.5);
}
.projects__card-grey-tag {
    margin-bottom: 16px;
    border-radius: 5px;
    background: #ded1b4;
    border-radius: 5px;
    min-width: 98px;
    width: fit-content;
    height: fit-content;
    font-weight: 400;
    font-size: 14px;
    line-height: 93%;
    text-align: center;
    padding: 12px 3px;
}
.projects__card-text {
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 126%;
    color: #fff;
    max-width: 455px;
}
@media (max-width: 62.5em) {
    .projects__card-text {
        font-size: 0.9375rem;
    }
}
.projects__card-hidden-body {
    right: -200%;
    transition: all 0.3s ease 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    background: #da6f54;
    color: #fff;
    border-radius: 30px;
    z-index: 3;
}
.projects__card-hidden-body .box {
    padding: 59px 62px;
    padding-bottom: 0;
}
@media (max-width: 78.125em) {
    .projects__card-hidden-body .box {
        padding: 28px;
        padding-bottom: 0;
        padding-top: 50px;
    }
}
.projects__card-hidden-top-ttl {
    display: flex;
    gap: 23px;
    font-weight: 400;
    font-size: 40px;
    line-height: 87%;
    margin-bottom: 30px;
}
@media (max-width: 75em) {
    .projects__card-hidden-top-ttl {
        font-size: 1.875rem;
        margin-bottom: 20px;
    }
}
@media (max-width: 23.125em) {
    .projects__card-hidden-top-ttl {
        font-size: 1.75rem;
    }
}
.projects__card-hidden-top-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 158%;
    margin-bottom: 38px;
}
@media (max-width: 62.5em) {
    .projects__card-hidden-top-text {
        font-size: 1rem;
        margin-bottom: 24px;
    }
}
.projects__card-hidden-block {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    padding-right: 32px;
}
.projects__card-hidden-box {
    padding: 24px 38px 28px 32px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 400;
    font-size: 17px;
    line-height: 161%;
    gap: 22px 12px;
    margin-bottom: 40px;
    align-content: flex-start;
}
@media (min-width: 78.125em) {
    .projects__card-hidden-box {
        min-height: 132px;
        min-width: 420px;
    }
}

@media (max-width: 78.125em) {
    .projects__card-hidden-box {
        flex-direction: column;
        width: 100%;
        padding: 15px;
        min-height: 185px;
    }
}
.projects__card-hidden-box-i {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.projects__card-hidden-box-i svg {
    display: inline-block;
    margin-bottom: 0px;
}
@media (max-width: 78.125em) {
    .projects__card-hidden-box-i {
        width: 100%;
    }
}
.projects__card-hidden-block-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 100%;
    text-align: center;
    transform: rotate(-90deg);
    width: 100px;
    position: absolute;
    right: -40px;
    top: 60px;
    margin-top: 0px;
}
.projects__card-hidden-link {
    width: 100%;
    text-align: center;
    border-radius: 30px;
    padding: 38px;
    background: #ded1b4;
    display: block;
    margin-top: auto;
    font-weight: 400;
    color: #212121;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
}
.projects__card-hidden-link:hover {
    font-weight: bold;
}
@media (max-width: 62.5em) {
    .projects__card-hidden-block {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .projects__card-hidden-block-txt {
        color: #A1503B;
        margin-bottom: 17px;
        position: unset;
        transform: none;
        text-align: justify;
    }
    .projects__card-hidden-box-i svg {
        margin-bottom: -3px;
    }
}

@media (max-width: 23.125em) {
    .projects__card-hidden-link {
        padding: 35px 20px;
    }
}
@media (max-width: 43.75em) {
    .hidden700 {
        display: none !important;
    }
    .projects__card-hidden-box {
        justify-content: flex-start;
        gap: 8px 12px;
    }
}
.tabs__body {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
}
.tabs__body._tab-body-active {
    animation: slideIn 0.9s ease forwards;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInR {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.projects__map {
    position: relative;
    height: 746px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.projects__map #map {
    height: 100%;
    width: 100%;
}
@media (max-width: 43.75em) {
    .projects__map {
        height: 550px;
        border-radius: 20px;
        width: calc(100% + 60px);
        margin-left: -30px;
    }
}
.projects__map-item {
    backdrop-filter: blur(21px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    width: 196px;
    z-index: 1;
    padding: 20px;
    position: absolute;
    right: 30%;
    top: 20%;
    display: block;
}
@media (max-width: 43.75em) {
    .projects__map-item {
        padding: 20px;
        border-radius: 20px;
        width: 190px;
    }
}
.projects__map-i-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.projects__map-i-top img {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.projects__map-ibox p svg {
    margin-right: 2px;
}
@media (max-width: 43.75em) {
    .projects__map-i-top img {
        /*width: 30px;*/
        /*height: 30px;*/
    }
}
@media (max-width: 43.75em) {
    .projects__map-i-top {
        gap: 8px;
    }
}
.projects__map-ibox {
    font-weight: 400;
    font-size: 12px;
    line-height: 158%;
}
.projects__map-i-ttl {
    font-weight: 400;
    font-size: 22px;
    line-height: 152%;
}
@media (max-width: 43.75em) {
    .projects__map-i-ttl {
        font-size: 1.125rem;
    }
}
.projects__map-i-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 158%;
}

.baner__mob-bottom {
    display: flex;
    padding-top: 34px;
    gap: 15px;
    align-items: center;
}
.baner__mob-bottom .text {
    color: #da6f54;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}

.baner__arrows {
    display: flex;
    gap: 15px;
}
.baner__arrows button {
    background: transparent;
    border: 1px solid #fff;
}

.projects__completed {
    background: #212121;
    padding: 53px;
    border-radius: 30px;
    height: auto;
}
.dop-projects .projects__completed {
    flex: 1 1 48%;
    width: auto;
}
@media (max-width: 62.5em) {
    .dop-projects .projects__completed {
        width: calc(50% - 8px);
    }
    .projects__map-i-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .projects__map-i-project {
        display: block;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM23.3536 4.35355C23.5488 4.15829 23.5488 3.84171 23.3536 3.64645L20.1716 0.464466C19.9763 0.269204 19.6597 0.269204 19.4645 0.464466C19.2692 0.659728 19.2692 0.976311 19.4645 1.17157L22.2929 4L19.4645 6.82843C19.2692 7.02369 19.2692 7.34027 19.4645 7.53553C19.6597 7.7308 19.9763 7.7308 20.1716 7.53553L23.3536 4.35355ZM1 4.5H23V3.5H1V4.5Z' fill='%23DA6F54'/%3e%3c/svg%3e ");
        width: 22px;
        height: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
@media (max-width: 43.75em) {
    .dop-projects .projects__completed {
        width: 100% !important;
        flex: 1 1 auto;
    }
}
@media (max-width: 68.75em) {
    .projects__completed {
        width: calc(50% - 8px);
        height: auto;
    }
}
@media (max-width: 62.5em) {
    .projects__completed {
        padding: 28px;
        height: auto;
    }
}
@media (max-width: 43.75em) {
    .projects__completed {
        width: 100% !important;
        flex: none;
        height: auto;
    }
}
.projects__completed-title {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 117%;
    color: #fff;
    margin-bottom: 32px;
}
@media (max-width: 75em) {
    .projects__completed-title {
        font-size: 1.875rem;
        margin-bottom: 15px;
    }
}
@media (max-width: 50em) {
    .projects__completed-title {
        font-size: 1.5625rem;
        text-transform: uppercase;
    }
}
.projects__completed-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 75em) {
    .projects__completed-list {
        gap: 19px;
    }
}
.projects__completed-item {
    cursor: pointer;
    width: calc(50% - 13px);
    display: flex;
    gap: 14px;
    align-items: center;
}
.projects__completed-item img {
    border-radius: 20px;
    width: 103px;
    height: 94px;
    object-fit: cover;
}
@media (max-width: 75em) {
    .projects__completed-item img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }
}
@media (max-width: 43.75em) {
    .projects__completed-item img {
        width: 103px;
        height: 94px;
    }
}
@media (max-width: 75em) {
    .projects__completed-item {
        width: calc(50% - 8px);
        gap: 7px;
    }
}
@media (max-width: 50em) {
    .projects__completed-item {
        width: 100%;
    }
}
.projects__completed-sub {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: #ded1b4;
    margin-bottom: 4px;
}
.projects__completed-name {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 141%;
    color: #fff;
}
@media (max-width: 50em) {
    .projects__completed-name {
        font-size: 1.0625rem;
    }
}
.modal-projects__container {
    height: 100%;
}
.modal-projects__card-box {
    width: 100%;
    position: relative;
}
.modal-projects__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
@media (max-width: 62.5em) {
    .modal-projects__wrap {
        height: auto;
        padding-bottom: 20px;
    }
}
.modal-projects__btn {
    position: absolute;
    top: calc(50% - 30px);
    padding: 5px;
    z-index: 2;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    display: flex;
    border: 1px solid transparent;
}
.modal-projects__btn:hover {
    border: 1px solid #da6f54;
    transform: scale(1.05);
}
.modal-projects__btn:active {
    transform: scale(0.7);
}
@media (max-width: 62.5em) {
    .modal-projects__btn {
        top: 20%;
        position: static;
    }
}
.modal-projects__slider {
    position: relative;
    width: 100%;
}
.modal-projects__card {
    border-radius: 30px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}
@media (min-width: 79.5em) {
    .modal-projects__card {
        padding: 5.4375rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .modal-projects__card {
        padding: calc(0.9375rem + 4.5 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .modal-projects__card {
        padding: 0.9375rem;
    }
}
@media (max-width: 62.5em) {
    .modal-projects__card {
        gap: 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-top: 58px !important;
        padding: 58px 30px 57px;
    }
}
.modal-projects__card-left {
    width: calc(45% - 30px);
}
.modal-projects__card-left img {
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 62.5em) {
    .modal-projects__card-left img {
        border-radius: 10px;
    }
}
@media (max-width: 62.5em) {
    .modal-projects__card-left {
        width: 100%;
    }
}
.modal-projects__card-cont {
    width: calc(55% - 30px);
}
@media (max-width: 62.5em) {
    .modal-projects__card-cont {
        width: 100%;
    }
}
.modal-projects__card-ttl {
    display: flex;
    gap: 37px;
    font-weight: 400;
    font-size: 40px;
    line-height: 87%;
}
@media (min-width: 79.5em) {
    .modal-projects__card-ttl {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .modal-projects__card-ttl {
        margin-bottom: calc(1.5625rem + 0.9375 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .modal-projects__card-ttl {
        margin-bottom: 1.5625rem;
    }
}
@media (max-width: 62.5em) {
    .modal-projects__card-ttl {
        font-size: 1.5625rem;
        align-items: flex-start;
        text-align: left;
        flex-direction: column-reverse;
        gap: 15px;
    }
}
.modal-projects__card-tag {
    margin-bottom: 0 !important;
}
@media (max-width: 62.5em) {
    .modal-projects__card-tag {
        font-size: 0.75rem;
        padding: 5px 10px;
        min-width: 10px;
        width: fit-content;
    }
}
.modal-projects__card-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
}
@media (min-width: 79.5em) {
    .modal-projects__card-text {
        font-size: 1.1875rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .modal-projects__card-text {
        font-size: calc(0.875rem + 0.3125 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .modal-projects__card-text {
        font-size: 0.875rem;
    }
}
.modal-projects__card-text p:not(:last-child) {
    margin-bottom: 15px;
}

.pagination-modal {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.modal-btn-prev {
    left: -80px;
}
@media (max-width: 81.25em) {
    .modal-btn-prev {
        left: -30px;
    }
}

.modal-btn-next {
    right: -80px;
}
@media (max-width: 81.25em) {
    .modal-btn-next {
        right: -30px;
    }
}

.close-modal-projects {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease 0s;
}
.close-modal-projects:hover {
    transform: scale(1.2);
}
@media (max-width: 62.5em) {
    .close-modal-projects {
        background: #da6f54;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        display: flex;
    }
    .close-modal-projects svg {
        filter: brightness(0) invert(1);
    }
    .modal-btn-prev {
        left: 80px;
    }
    .modal-btn-next {
        right: 80px;
    }
    .modal-projects__btn {
        top: unset;
        bottom: 20px;
        position: absolute;
    }
}

@media (max-width: 52.5em) {
    .story {
        border: 1px solid #ded1b4;
        padding: 48px 0;
        border-radius: 30px;
        background: #fff;
        position: relative;
        z-index: 2;
    }
}
.story__body {
    border: 1px solid #ded1b4;
    border-bottom: none;
    border-radius: 30px;
    padding: 63px;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 52.5em) {
    .story__body {
        padding: 0;
        border: none;
    }
}
.story__top {
    max-width: 660px;
}
.story__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 87%;
    margin-bottom: 29px;
}
.story__title span {
    font-style: italic;
    color: #da6f54;
    font-family: PT Serif;
}
@media (max-width: 43.75em) {
    .story__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        margin-bottom: 14px;
    }
}
.story__sub {
    margin-bottom: 46px;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}
@media (max-width: 43.75em) {
    .story__sub {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        margin-bottom: 27px;
    }
}
.story__center {
    max-width: 660px;
    display: flex;
    gap: 40px;
    margin-bottom: 52px;
    align-items: center;
}
@media (max-width: 43.75em) {
    .story__center {
        margin-bottom: 37px;
        flex-direction: column;
        gap: 19px;
        align-items: flex-start;
    }
}
.story__actions {
    gap: 18px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 43.75em) {
    .story__actions {
        width: 100%;
    }
}
.story .custom-select {
    display: none;
}
.story .custom-select .custom-select__title {
    width: 100%;
    border: 0.5px solid #ded1b4;
    border-radius: 5px;
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 93%;
    text-align: center;
    padding-bottom: 10px;
    background: #ded1b4;
}
@media (max-width: 43.75em) {
    .story .custom-select {
        display: block;
        width: 100%;
    }
}
@media (max-width: 43.75em) {
    .story__btn-arenda {
        display: none;
    }
}
.story__btn-buy {
    position: relative;
    padding: 20px 5px;
    width: 100%;
    max-width: 198px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    transition: all 0.3s ease 0s;
    border: 0.5px solid #212121;
    overflow: hidden;
}
.story__btn-buy:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 40%;
    background: #ded1b4;
    border-radius: 50%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}
.story__btn-buy:hover {
    border: 0.5px solid #ded1b4;
}
.story__btn-buy:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}
.story__btn-buy:active {
    transform: scale(0.9);
}
@media (max-width: 43.75em) {
    .story__btn-buy {
        display: none;
    }
}
.story__text {
    font-weight: 400;
    max-width: 264px;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}
.story__text span {
    color: #da6f54;
}
@media (max-width: 43.75em) {
    .story__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 136%;
        max-width: 100%;
        font-family: "Cygre";
    }
}
@media (max-width: 23.375em) {
    .story__text {
        font-size: 0.8125rem;
    }
}
.story__bottom {
    display: flex;
    gap: 45px;
}
@media (max-width: 52.5em) {
    .story__bottom {
        width: 100%;
        gap: 0;
        flex-direction: column;
    }
}
.story__bottom-projects {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-shrink: 0;
}
@media (max-width: 52.5em) {
    .story__bottom-projects {
        gap: 39x;
        width: 100%;
    }
}
@media (max-width: 43.75em) {
    .story__bottom-projects {
        flex-direction: column;
    }
}
.story__bottom-projects .btn-tiny {
    display: none;
}
@media (max-width: 62.5em) {
    .story__bottom-projects .btn-tiny {
        display: block;
    }
}
.story__project-item {
    max-width: 168px;
}
.story__project-item .modal-form-open {
    display: none;
}
@media (max-width: 52.5em) {
    .story__project-item .modal-form-open {
        display: flex;
    }
}
@media (max-width: 52.5em) {
    .story__project-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        width: calc(50% - 20px);
        max-width: 100%;
        flex: none;
    }
}
@media (max-width: 43.75em) {
    .story__project-item {
        width: 100%;
    }
}
.story__project-item-ttl {
    font-weight: 400;
    font-size: 28px;
    line-height: 96%;
    color: #da6f54;
    margin-bottom: 12px;
}
.story__project-item-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 147%;
}
@media (max-width: 43.75em) {
    .story__project-item-txt {
        max-width: 170px;
    }
}
.story__mob {
    display: none;
}
@media (max-width: 43.75em) {
    .story__mob {
        display: block;
        width: 100%;
        margin-bottom: 21px;
    }
}
.story__bottom-details {
    border: 1px solid #ded1b4;
    border-radius: 20px;
    padding: 38px 42px;
    width: 100%;
    display: flex;
    gap: 18px;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 63px;
    position: relative;
    border-bottom: none;
    border-right: none;
}
.story__bottom-details .images {
    position: absolute;
    display: flex;
    gap: 15px;
    border-radius: 20px;
    left: 50%;
    bottom: 63px;
    z-index: 1;
}
@media (max-width: 75em) {
    .story__bottom-details .images {
        display: none;
    }
}
@media (max-width: 52.5em) {
    .story__bottom-details {
        display: none;
    }
}
.story__bottom-ttl {
    max-width: 140px;
}
.block-grey-wrap {
    background: #ded1b4;
    padding: 93px 0;
    padding-bottom: 170px;
    margin-bottom: 90px;
}
@media (max-width: 62.5em) {
    .block-grey-wrap {
        margin-top: -50px;
        padding: 75px 0;
        padding-top: 140px;
        margin-bottom: 70px;
    }
}

.hot__title {
    margin-bottom: 50px;
    max-width: 745px;
}
.hot__title span {
    color: #212121;
}
.hot__body {
    display: flex;
    position: relative;
}
.hot__cont {
    max-width: 745px;
    width: 100%;
}
.hot__cont-ttl {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 34px;
    line-height: 121%;
    max-width: 476px;
}
@media (max-width: 48em) {
    .hot__cont-ttl {
        font-weight: 400;
        font-size: 25px;
        line-height: 116%;
        margin-bottom: 10px;
    }
}
.hot__cont-subttl {
    max-width: 517px;
    font-weight: 400;
    font-size: 19px;
    line-height: 126%;
    margin-bottom: 66px;
}
@media (max-width: 48em) {
    .hot__cont-subttl {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        margin-bottom: 39px;
    }
}
.hot__plan {
    border-radius: 30px;
    max-width: 745px;
    position: relative;
    width: 100%;
    padding: 49px 42px;
}
.hot__plan::after {
    content: "";
    position: absolute;
}
@media (max-width: 62.5em) {
    .hot__plan {
        margin-left: -37px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}
@media (max-width: 43.75em) {
    .hot__plan {
        padding-bottom: 66px;
        padding-top: 155px;
        margin-top: -110px;
    }
}
@media (max-width: 22.5em) {
    .hot__plan {
        padding-right: 20px;
    }
}
.hot__plan-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 24px;
}
@media (max-width: 43.75em) {
    .hot__plan-items {
        gap: 19px;
    }
}
.hot__items-line {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    gap: 14px;
}
@media (max-width: 43.75em) {
    .hot__items-line {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.hot__obrezok {
    position: absolute;
    right: 44px;
    bottom: 44px;
    width: 391px;
    object-fit: cover;
    z-index: 2;
    height: 378px;
    border-radius: inherit;
}
@media (max-width: 78.125em) {
    .hot__obrezok {
        display: none;
    }
}
.hot__items-line-txt {
    max-width: 213px;
}
.hot__mob-image {
    display: none;
}
@media (max-width: 43.75em) {
    .hot__mob-image {
        display: block;
        border-radius: 20px;
        width: 143px;
        height: 107px;
        object-fit: cover;
        right: 0;
        top: 40px;
        position: absolute;
        z-index: 2;
    }
}
.hot__price {
    font-weight: 400;
    font-size: 26px;
    line-height: 158%;
}
@media (max-width: 43.75em) {
    .hot__price {
        font-weight: 400;
        font-size: 25px;
        line-height: 164%;
    }
}
.hot__price-itog {
    font-family: var(--font-family);
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 153%;
}
.hot__buttons {
    display: flex;
    padding-top: 24px;
    border-radius: 20px;
    background: #ded1b4;
    padding-right: 24px;
    gap: 16px;
}
.hot__buttons a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.hot__buttons .btn-primary {
    color: black;
}
.hot__buttons .btn-primary:hover {
    color: white;
}
@media (max-width: 43.75em) {
    .hot__buttons {
        flex-direction: column;
        gap: 8px;
        z-index: 2;
        position: relative;
    }
}
.hot__all-plan {
    position: relative;
    z-index: 3;
}
.hot__right {
    right: -440px;
    position: absolute;
    width: 999px;
    top: -40px;
}
@media (max-width: 75em) {
    .hot__right {
        width: 444px;
        right: -50px;
    }
}
.hot__tabs {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 45px;
    opacity: 0;
    margin-bottom: 43px;
}
@media (max-width: 75em) {
    .hot__tabs {
        padding: 33px 28px 33px 42px;
    }
}
@media (max-width: 62.5em) {
    .hot__tabs {
        margin-right: -37px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        z-index: 2;
        position: relative;
        background: #fff;
        padding: 33px 28px 41px 28px;
    }
}
.hot__slider-nav {
    margin-bottom: 35px;
    width: 110%;
    margin-left: 0 !important;
    max-width: 465px;
    position: static!important;
}
.hot__nav-btn {
    border: 1px solid #212121;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    line-height: 93%;
    width: 100%;
    display: block;
    text-align: center;
}
.hot__nav-btn.active {
    background: #212121;
    color: #ded1b4;
}
.btn-hot-next {
    display: none;
}
@media (max-width: 1200px) {
    .btn-hot-next {
        display: block;
        position: absolute;
        z-index: 41;
        animation: moveRight 2s linear infinite;
        right: 12px;
        top: 84px;
    }
}
@media (max-width: 47.9375em) {
    .hot__nav-btn {
        padding: 10px 0px;
        font-size: 0.8125rem;
        line-height: 13px;
    }
}
.hot__tabs-body {
    max-width: 372px;
    margin-left: 80px;
    display: none;
}
.hot__tabs-body img {
    width: 100%;
    filter: grayscale(1);
}
@media (max-width: 75em) {
    .hot__tabs-body {
        margin-left: 0;
    }
}
.hot__ps {
    position: relative;
    margin-left: 236px;
    max-width: 420px;
}
.hot__ps svg {
    left: -13px;
    top: 7px;
    position: absolute;
}
@media (max-width: 75em) {
    .hot__ps {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 127%;
    }
}
@media (max-width: 62.5em) {
    .hot__ps {
        margin-top: 34px;
        margin-left: 0;
    }
    .hot__slider-nav {
        margin-bottom: 39px;
    }
}
@media (max-width: 43.75em) {
    .hot__ps {
        max-width: 320px;
    }
}
.fancybox__container {
    max-width: 100%;
    padding: 0;
}

.baner {
    margin-top: 134px;
    color: #fff;
}
.baner .zamena-mob {
    display: none;
}
@media (max-width: 43.75em) {
    .baner .zamena-mob {
        display: inline;
    }
}
@media (max-width: 62.5em) {
    .baner {
        margin-top: 37px;
    }
}
.baner__title {
    margin-bottom: 34px;
    font-weight: 400;
    font-size: 40px;
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 87%;
}
.baner__title span {
    color: #da6f54;
    font-style: italic;
    font-family: PT Serif;
}
@media (max-width: 62.5em) {
    .baner__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        margin-bottom: 28px;
    }
}
.baner__wrap {
    position: relative;
}
.baner__wrap::before {
    content: "";
    display: block;
    background: #212121;
    position: absolute;
    border-radius: 20px;
    width: 1400px;
    left: -100px;
    top: -69px;
    height: 550px;
}
@media (max-width: 62.5em) {
    .baner__wrap::before {
        display: none;
    }
}
@media (max-width: 62.5em) {
    .baner__wrap {
        border-radius: 20px;
        padding: 33px 27px;
        background: #212121;
    }
}
.baner__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 62.5em) {
    .baner__body {
        flex-direction: column;
        gap: 34px;
    }
}
.baner__orang {
    color: #da6f54;
    font-weight: 400;
    font-size: 26px;
    line-height: 158%;
    margin-bottom: 21px;
}
@media (max-width: 62.5em) {
    .baner__orang {
        font-size: 1.4375rem;
    }
}
.baner__box {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
}
@media (max-width: 43.75em) {
    .baner__box {
        flex-direction: column;
    }
}
.baner__items {
    display: flex;
}
.baner__item {
    width: 161px;
    height: 161px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-radius: 50%;
}
.baner__item:first-child {
    margin-right: -15px;
}
@media (max-width: 68.75em) {
    .baner__item {
        width: 128px;
        height: 128px;
    }
}
.baner__i-ttl {
    font-weight: 400;
    font-size: 30px;
    line-height: 137%;
    text-align: center;
    color: #fff;
}
@media (max-width: 68.75em) {
    .baner__i-ttl {
        font-size: 1.5625rem;
    }
}
.baner__i-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
    text-align: center;
    color: #fff;
}
.baner__textes {
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    color: #fff;
    max-width: 327px;
}
.baner__textes p:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 62.5em) {
    .baner__textes {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.baner__right {
    max-width: 453px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
@media (max-width: 62.5em) {
    .baner__right {
        max-width: 100%;
    }
}
.baner__card {
    border-radius: 20px;
    background: #da6f54;
    padding: 21px 31px;
    flex: 1 1 48%;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.baner__ard-name {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    flex: 1 1 auto;
}
.baner__card-box {
    display: flex;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
}
.baner__card-txt2 {
    display: none;
    width: 0;
}
.baner .textes-fullll {
    max-width: 585px;
}
.baner__btn {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    background: #212121;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}
.baner__btn svg {
    transition: all 0.3s ease 0s;
}
.baner__btn:hover {
    transform: scale(1.1);
}
.baner__btn:hover svg {
    transform: translateX(-10px);
}
.baner__btn:active {
    transform: scale(0.9);
}
@media (max-width: 43.75em) {
    .baner__btn {
        transform: rotate(90deg);
    }
}

.company {
    position: relative;
    margin-bottom: 41px;
}
.company__title {
    max-width: 676px;
    background: #fff;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
@media (max-width: 62.5em) {
    .company__title {
        margin-bottom: 54px;
    }
}
.company__body {
    z-index: 2;
    position: relative;
}
.company__text1 {
    margin-bottom: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    max-width: 372px;
}
.company__text1 span {
    color: #da6f54;
}
@media (max-width: 62.5em) {
    .company__text1 {
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
        margin-bottom: 380px;
    }
}
@media (max-width: 43.75em) {
    .company__text1 {
        z-index: 2;
        background: #fff;
        width: calc(100% + 37px);
        padding-right: 37px;
    }
}
@media (max-width: 410px) {
    .company__text1 {
        margin-bottom: 350px;
    }
}
.company__text-block {
    margin-bottom: 70px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    font-size: 18px;
    line-height: 133%;
}
.company__text-block span {
    color: #da6f54;
}
.company__text-block img {
    border-radius: 30px;
    width: 683px;
    height: 373px;
    margin-bottom: 46px;
}
@media (max-width: 62.5em) {
    .company__text-block img {
        border-radius: 0 30px 30px 0;
        width: 337px;
        display: block;
        height: 277px;
        object-fit: cover;
        margin-left: -37px;
    }
}
@media (max-width: 62.5em) {
    .company__text-block {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        margin-bottom: 58px;
    }
}
.company__text2 {
    padding-left: 100px;
    max-width: 783px;
}
@media (max-width: 62.5em) {
    .company__text2 {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        padding-left: 0;
    }
}
.company__top-revi {
    display: flex;
    align-items: flex-end;
    gap: 185px;
    margin-bottom: 78px;
}
@media (max-width: 62.5em) {
    .company__top-revi {
        margin-bottom: 28px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
}
.company__sub-revi {
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
}
@media (max-width: 62.5em) {
    .company__sub-revi {
        color: #ded1b4;
    }
}
.company__revi-titte {
    max-width: 457px;
    font-weight: 400;
    font-size: 40px;
    line-height: 107%;
    color: #212121;
    position: relative;
}
.company__revi-titte h3 {
    opacity: 0;
}
.company__revi-titte::before {
    content: "";
    position: absolute;
    left: -300px;
    top: 20px;
    width: 269px;
    opacity: 0;
    height: 1px;
    background: #ded1b4;
}

.animatelineProject::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #ded1b4;
    opacity: 0;
    animation: slideInR 2s ease forwards;
}

@media (max-width: 62.5em) {
    .company__revi-titte::before {
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }
}
@media (max-width: 43.75em) {
    .company__revi-titte::before {
        bottom: 6px;
        right: -140px;
    }
}
@media (max-width: 62.5em) {
    .company__revi-titte {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
    }
}
@media (max-width: 43.75em) {
    .company__slider-block {
        margin-right: -37px;
    }
}
.company__card {
    position: relative;
    height: 341px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.company__card .bg {
    border-radius: 20px;
    filter: brightness(0.87);
}
.company__card-name {
    width: 100%;
    z-index: 2;
    padding: 25px 30px;
    font-weight: 400;
    font-size: 21px;
    line-height: 114%;
    color: #fff;
}
.company__card-name span {
    font-family: PT Serif;
    font-style: italic;
}

.krug1,
.krug2 {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
}
.krug1 svg,
.krug2 svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 62.5em) {
    .krug1,
    .krug2 {
        display: none;
    }
}
@media (max-width: 43.75em) {
    .krug1,
    .krug2 {
        display: flex;
    }
}

.krug1 {
    width: 607px;
    height: 607px;
    top: -40px;
    left: 41.2%;
    z-index: 0;
}

@media (min-width: 162.5em) {
    .krug1 {
        left: 48%;
    }
}
@media (max-width: 43.75em) {
    .krug1 {
        width: 400px;
        height: 400px;
        align-items: flex-start;
        top: 340px;
        left: 29.2%;
        z-index: 0;
        padding-left: 40px;
    }
}

.krug2 {
    width: 548px;
    height: 548px;
    top: 400px;
    left: 58.2%;
    z-index: 0;
}
@media (max-width: 43.75em) {
    .krug2 {
        width: 302px;
        height: 302px;
        top: 577px;
        left: -5.8%;
        z-index: 0;
    }
}
@media (max-width: 37.5em) {
    .krug2 {
        top: 580px;
        padding-left: 0;
    }
}

.kttl {
    font-weight: 400;
    font-size: 55px;
    line-height: 109%;
    text-align: center;
}

@media (max-width: 43.75em) {
    .kttl {
        font-weight: 400;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        padding-left: 40px;
        padding-bottom: 10px;
    }
    .krug2 .kttl {
        padding-left: 0;
    }
}

.ktxt {
    font-weight: 400;
    font-size: 18px;
    line-height: 94%;
    color: #da6f54;
    text-align: center;
}
@media (max-width: 43.75em) {
    .ktxt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 113%;
        text-align: center;
        padding-left: 70px;
    }
    .krug2 .ktxt {
        padding-left: 0;
    }
}

@media (min-width: 79.5em) {
    .vacans {
        margin-bottom: 5.625rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .vacans {
        margin-bottom: calc(2.8125rem + 15.8125 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .vacans {
        margin-bottom: 2.8125rem;
    }
}
@media (max-width: 62.5em) {
    .vacans__container {
        padding: 0;
    }
}
.vacans__body {
    display: flex;
    gap: 45px;
    align-items: flex-start;
}
@media (max-width: 62.5em) {
    .vacans__body {
        flex-direction: column;
        gap: 34px;
    }
}
.vacans__left {
    width: 100%;
    padding-top: 42px;
    max-width: 285px;
}
@media (max-width: 62.5em) {
    .vacans__left {
        padding: 0 37px;
        max-width: 100%;
    }
}
.vacans__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 121%;
    color: #212121;
}
@media (max-width: 62.5em) {
    .vacans__title {
        font-weight: 400;
        font-size: 30px;
        max-width: 240px;
        line-height: 116%;
    }
}
.vacans__form {
    padding: 42px 50px;
    background: #ded1b4;
    border-radius: 20px;
}
@media (max-width: 62.5em) {
    .vacans__form {
        padding: 26px 37px 51px;
        width: 100%;
    }
}
.vacans__form-ttl {
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 400;
    font-family: PT Serif;
    font-size: 40px;
    line-height: 150%;
}
@media (max-width: 62.5em) {
    .vacans__form-ttl {
        margin-bottom: 20px;
        font-style: italic;
        font-weight: 400;
        font-size: 30px;
        line-height: 60px;
    }
}
.vacans__form-box {
    display: flex;
    gap: 18px;
    width: 100%;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.vacans__form-box .custom-select__list {
    background: #ded1b4;
    color: #212121;
}
.vacans__form-box .input,
.vacans__form-box .custom-select,
.vacans__form-box .file {
    outline: none;
    width: calc(50% - 9px);
}
@media (max-width: 43.75em) {
    .vacans__form-box .input,
    .vacans__form-box .custom-select,
    .vacans__form-box .file {
        width: 100%;
        align-items: center;
    }
    .vacans__form-box {
        gap: 11px;
        margin-bottom: 11px;
    }
}
@media (max-width: 43.75em) {
    .vacans .modal-form__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 43.75em) {
    .vacans .modal-form__policy {
        max-width: 100%;
    }
}
.vacans .modal-form-submit {
    transition: all 0.3s ease 0s;
}
.vacans .modal-form-submit:hover {
    transform: none;
}
@media (max-width: 43.75em) {
    .vacans .modal-form-submit {
        width: 200px;
        text-align: center;
        justify-content: center;
    }
}
.file {
    position: relative;
    display: inline-flex;
    border: 1px solid #212121;
    border-radius: 10px;
    background: transparent;
    padding: 17px 22px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #212121;
    gap: 10px;
}
.file::placeholder {
    color: #212121;
}
@media (max-width: 62.5em) {
    .file {
        padding: 15px 19px;
        font-size: 0.875rem;
    }
}
.file input {
    position: absolute;
    opacity: 0;
    font-size: 0rem;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: pointer;
}
@media (min-width: 62.5em) {
    .modal-novo .modal-phone {
        opacity: 0;
    }
}
.stroi {
    margin-bottom: 68px;
    position: relative;
}
@media (max-width: 62.5em) {
    .stroi {
        margin-bottom: 41px;
    }
}
.stroi__container {
    position: relative; /* Контейнер для ограничений overflow */
    z-index: 7; /* Устанавливаем порядок отображения */
}
.stroi__top {
    max-width: 435px;
    margin-bottom: 76px;
}
.stroi__block {
    position: relative;
    z-index: 12;
    display: flex;
    gap: 70px;
}
@media (max-width: 62.5em) {
    .stroi__block {
        display: none;
    }
}
.stroi__box {
    height: 455px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.stroi__width {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.stroi__slider-box {
    display: none;
}
@media (max-width: 62.5em) {
    .stroi__slider-box {
        display: block;
        width: 109%;
    }
}
@media (max-width: 47.9375em) {
    .stroi__slider-box {
        margin-left: -37px;
    }
}
.stroi__item {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
}
.stroi__item span {
    color: #da6f54;
}
.stroi__item .fon {
    position: absolute;
    left: 0;
    width: 330px;
    top: -10px;
    height: 254x;
    z-index: 0;
}
@media (max-width: 48em) {
    .stroi__item .fon {
        display: none;
    }
}
.stroi__item .fon2 {
    display: none;
}
@media (max-width: 48em) {
    .stroi__item .fon2 {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 305px;
        margin-bottom: 2px;
    }
}
.stroi__item:not(:last-child) {
    margin-bottom: 75px;
}
.stroi__item .txt {
    position: relative;
    z-index: 2;
}
@media (max-width: 75em) {
    .stroi__item {
        font-size: 1rem;
    }
}
@media (max-width: 62.5em) {
    .stroi__item {
        margin-bottom: 7px!important;
    }
}
.stroi__life {
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 26px;
    line-height: 158%;
}
@media (max-width: 48em) {
    .stroi__life {
        font-weight: 400;
        font-size: 23px;
        line-height: 109%;
        margin-bottom: 26px;
        padding-left: 37px;
    }
}
.stroi__mob {
    display: none;
    margin-top: 34px;
}
@media (max-width: 62.5em) {
    .stroi__mob {
        display: block;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        object-fit: cover;
    }
}
@media (max-width: 43.75em) {
    .stroi__mob {
        height: 245px;
    }
}
.stroi__text {
    position: relative;
    max-width: 545px;
    padding-top: 32px;
    padding-left: 42px;
    padding-bottom: 61px;
}
@media (max-width: 48em) {
    .stroi__text {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.stroi .btn-stroi-next {
    margin-left: auto;
    display: inline-block;
    z-index: 2;
    position: relative;
    margin-right: 0;
    width: fit-content;
    margin-top: -80px;
}
@media (max-width: 62.5em) {
    .stroi .btn-stroi-next {
        animation: moveRight 2s linear infinite;
    }
}

@media (max-width: 23.75em) {
    .stroi .btn-stroi-next {
        margin-top: -100px;
    }
}
.stroi__image {
    z-index: 0;
}
.stroi__image img {
    width: 100%;
    max-width: 578px;
    height: 624px;
    z-index: 0;
    margin-top: -185px;
    object-fit: cover;
    border-radius: 30px;
}

.footer-form {
    z-index: 2;
    position: relative;
}
@media (max-width: 62.5em) {
    .footer-form__container {
        padding: 0;
    }
}
.footer-form__body {
    padding: 45px 62px;
    background: #da6f54;
    border-radius: 20px;
    z-index: 2;
    position: relative;
    margin-bottom: -66px;
}
@media (max-width: 62.5em) {
    .footer-form__body {
        padding: 35px 37px;
        margin-bottom: 0;
    }
}
.footer-form__top {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 35px;
    line-height: 113%;
}
@media (max-width: 62.5em) {
    .footer-form__top {
        flex-direction: column;
        margin-bottom: 0;
    }
}
.footer-form__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    max-width: 450px;
}
.footer-form__title span {
    font-family: PT Serif;
    font-style: italic;
}
@media (max-width: 62.5em) {
    .footer-form__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        margin-bottom: 36px;
        font-family: Cygre;
    }
}
@media (max-width: 43.75em) {
    .footer-form__title {
        max-width: 235px;
    }
}
.footer-form__soc {
    display: flex;
    align-items: center;
    gap: 23px;
}
@media (max-width: 62.5em) {
    .footer-form__soc {
        flex-direction: column-reverse;
        text-align: center;
        gap: 14px;
        margin-top: 38px;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 113%;
    }
}
.footer-form__form {
    display: inline-flex;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-bottom: 13px;
}
.footer-form__form .input,
.footer-form__form button {
    transition: all 0.3s ease 0s;
    justify-content: center;
    outline: none;
    flex: 1;
}
.footer-form__form .input:hover,
.footer-form__form button:hover {
    transform: none !important;
}
@media (max-width: 62.5em) {
    .footer-form__form {
        flex-wrap: wrap;
        gap: 11px;
        flex-direction: column;
    }
}
.footer-form .soc {
    display: flex;
    gap: 15px;
    align-items: center;
}
.footer-form .soc a {
    height: 60px;
    width: 60px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #212121!important;
}
.footer-form .soc a svg {
    width: 20px;
    height: 20px;
}
.footer-form .input {
    outline: none;
}
.footer-form .btn-form {
    text-align: center;
}
@media (max-width: 43.75em) {
    .footer-form .btn-form {
        max-width: 200px;
    }
    .btn-form svg {
        display: none;
    }
}
.footer-form .modal-form__policy {
    max-width: 100%;
}

.footer {
    background: #212121;
    padding-bottom: 62px;
    padding-top: 134px;
    color: #fff;
}
.footer .noo {
    text-decoration: none !important;
}
.footer .modal-rieltoram-open svg {
    transition: all 0.3s ease 0s;
}
.footer .modal-rieltoram-open::after {
    content: "";
    display: none;
}
.footer .modal-rieltoram-open:hover svg {
    transform: translateX(8px);
}
@media (max-width: 62.5em) {
    .footer {
        padding-top: 100px;
        margin-top: -30px;
    }
}
@media (max-width: 21.875em) {
    .footer__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.footer__top {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 15px;
    margin-bottom: 45px;
}
.footer__title {
    font-weight: 400;
    font-size: 62px;
    line-height: 97%;
    color: #fff;
}
.footer__title span {
    font-style: italic;
    color: #da6f54;
    font-family: PT Serif;
}
@media (max-width: 75em) {
    .footer__title {
        font-weight: 400;
        font-size: 45px;
        line-height: 47px;
        color: #fff;
    }
}
.footer__inner {
    display: flex;
    gap: 160px;
}
@media (max-width: 75em) {
    .footer__inner {
        gap: 50px;
    }
}
@media (max-width: 62.5em) {
    .footer__inner {
        flex-direction: column;
        gap: 35px;
    }
    .footer__top {
        margin-bottom: 42px;
    }
}
.footer__col {
    max-width: 360px;
}
@media (max-width: 62.5em) {
    .footer__col {
        max-width: 100%;
        width: 100%;
    }
}
.footer__line:not(:last-child) {
    margin-bottom: 22px;
}
@media (max-width: 62.5em) {
    .footer__line:not(:last-child) {

    }
}
.footer__line-ttl {
    margin-bottom: 10px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
}
@media (max-width: 62.5em) {
    .footer__line-ttl {
        margin-bottom: 6px;
    }
}
.footer__line-text {
    font-weight: 400;
    font-size: 26px;
    line-height: 135%;
    color: #fff;
}
@media (max-width: 68.75em) {
    .footer__line-text {
        font-weight: 400;
        font-size: 1.4375rem;
        line-height: 130%;
    }
}
@media (max-width: 23.125em) {
    .footer__line-text {
        font-size: 1.25rem;
    }
}
.footer__phones-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
@media (max-width: 23.4375em) {
    .footer__phones-box {
        gap: 10px;
    }
}
.footer__phones {
    display: flex;
    flex-direction: column;
}
.footer__phones .footer__line-text {
    display: block;
    width: fit-content;
}
.footer__phones a {
    display: inline-block;
}
.footer__grey {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 133%;
    color: #fff;
    opacity: 0.5;
    flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5294117647);
    padding-left: 20px;
}
.footer__menu {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 200%;
    color: #fff;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.footer__menu .light {
    color: #4b4b4b;
}
.footer__list {
    display: flex;
    flex-direction: column;
}
.footer__projects {
    display: flex;
    gap: 103px;
    margin-top: 30px;
    align-items: flex-start;
}
@media (max-width: 43.75em) {
    .footer__projects {
        flex-direction: column;
        margin-top: 0;
        gap: 5px;
    }
    .footer__menu {
        gap: 60px;
    }
    .footer__list {
        width: -webkit-fill-available;
    }
}
.footer__projects-ttl {
    position: relative;
}
.footer__projects-ttl::after {
    content: "";
    width: 54px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 140%;
}
@media (max-width: 43.75em) {
    .footer__projects-ttl::after {
        display: none;
    }
}
.footer__projects-box {
    display: flex;
    flex-direction: column;
}
@media (max-width: 43.75em) {
    .footer__projects-box {
        border-left: 1px solid #fff;
        padding-left: 15px;
    }
}
.footer__bottom {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
    align-items: flex-end;
    gap: 26px;
}
@media (max-width: 75em) {
    .footer__bottom {
        flex-direction: column-reverse;
    }
}
.footer__info {
    max-width: 603px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
}
@media (max-width: 75em) {
    .footer__info {
        max-width: 100%;
    }
}
.footer__links-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    align-items: flex-end;
    gap: 27px;
}
@media (max-width: 43.75em) {
    .footer__links-box {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 9px;
        margin-bottom: 0;
        width: 100%;
        padding-top: 37px;
    }
}
.footer__back-to-top {
    background: #212121;
    border: 1px solid #fff;
}
.footer__back-to-top:hover {
    border-color: transparent;
}
.footer__back-to-top:hover::after {
    content: "";
    background: #da6f54;
}
.footer__links {
    display: flex;
    align-items: center;
    gap: 25px;
}
.footer__links a {
    text-decoration: underline;
}
@media (max-width: 43.75em) {
    .footer__links {
        flex-direction: column;
        gap: 9px;
        text-align: left;
        align-items: flex-start;
    }
}
@media (max-width: 62.5em) {
    .footer .mob-rielts {
        margin-right: -37px;
        width: 110%;
        margin-left: auto;
        padding-top: 25px;
    }
}
.footer .story__bottom-details {
    position: absolute;
    border: 1px solid #ded1b4;
    border-radius: 20px;
    right: -409px;
    bottom: -49px;
    width: 701px;
    align-items: flex-end;
    height: 303px;
}
@media (max-width: 62.5em) {
    .footer .story__bottom-details {
        position: static;
        width: 100%;
        display: flex !important;
        height: auto;
        padding: 25px;
        border: 1px solid #ded1b4;
        border-radius: 20px;
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        border-right: 0;
    }
}
.footer .story__bottom-ttl {
    max-width: 166px;
}
@media (max-width: 62.5em) {
    .footer .story__bottom-ttl {
        font-size: 25px;
        line-height: 108%;
    }
}
.modal-commerce .modal-form__box .input,
.modal-commerce .modal-form__box .custom-select {
    outline: none;
    flex: 1;
}
@media (max-width: 43.75em) {
    .modal-commerce .modal-form__box .input,
    .modal-commerce .modal-form__box .custom-select {
        width: 100%;
        flex: none;
    }
}

@media (max-width: 62.5em) {
    .kajgsk {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: -80px;
    }
}

.project {
    position: relative;
    min-height: 750px;
}
@media (max-width: 81.25em) {
    .project {
        min-height: 650px;
    }
}
@media (max-width: 50em) {
    .project {
        min-height: 739px;
    }
}
.project__container {
    padding-top: 472px;
    position: relative;
    z-index: 2;
}
@media (max-width: 81.25em) {
    .project__container {
        padding-top: 422px;
    }
}
@media (max-width: 50em) {
    .project__container {
        padding-top: 270px;
    }
}
.project__info-banners-top {
    top: 143px;
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    right: 0;
    gap: 8px;
}
@media (max-width: 50em) {
    .project__info-banners-top {
        right: -4px;
        top: 110px;
    }
}
.project__info-banner {
    background: #da6f54;
    border-radius: 5px;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    width: fit-content;
    line-height: 93%;
    text-align: center;
    color: #fff;
}
.project__body {
    display: flex;
    gap: 80px;
    margin-top: auto;
    overflow: hidden;
}
.project__body h1 {
    display: none;
}
@media (max-width: 81.25em) {
    .project__body {
        align-items: flex-end;
        padding-bottom: 30px;
    }
}
@media (max-width: 50em) {
    .project__body {
        flex-direction: column-reverse;
        gap: 67px;
        padding-bottom: 0;
        align-items: center;
    }
}
.project__kub {
    border: 1px solid #fff;
    border-radius: 20px;
    width: 320px;
    height: 335px;
    padding: 38px 36px;
    margin-bottom: -57px;
}
@media (max-width: 50em) {
    .project__kub {
        width: 100%;
        max-width: 320px;
    }
}
.project__tag {
    background: #da6f54;
    border-radius: 5px;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    width: fit-content;
    line-height: 93%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.project__kub-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 50em) {
    .project__kub-txt {
        font-weight: 400;
        font-size: 17px;
        line-height: 129%;
        color: #fff;
    }
}
.project__btn {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-left: auto;
    transition: all 0.3s ease 0s;
}
.project__btn svg {
    fill: #fff;
}
.project__btn:hover {
    transform: scale(1.1);
    background: #fff;
}
.project__btn:hover svg {
    fill: #da6f54;
}
.project__logo img {
    max-width: 402px;
    height: 200px;
    object-fit: cover;
}
@media (max-width: 62.5em) {
    .project__logo img {
        max-width: 180px;
        height: auto;
    }
}
@media (max-width: 50em) {
    .project__logo img {
        max-width: 275px;
        width: 100%;
        max-height: 150px;
    }
}
.fade-in {
    opacity: 0;
    animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.header__logo2 {
    display: none;
}

.wrapper-project .header__logo2 {
    display: none;
}
@media (max-width: 50em) {
    .wrapper-project .header__logo2 {
        display: block !important;
    }
}
@media (max-width: 21.875em) {
    .wrapper-project .header__logo2 img {
        max-width: 100%;
    }
}
@media (max-width: 50em) {
    .wrapper-project .header .header__logo {
        display: none;
    }
}

.wrapper-project .footer {
    margin-top: 0;
}

.project-wrapper {
    padding-top: 45px;
    /* Установка задержки анимации для ссылок */
}
.project-wrapper__body {
    display: flex;
    gap: 100px;
    overflow-y: visible;
    justify-content: flex-end;
}
@media (max-width: 90em) {
    .project-wrapper__body {
        gap: 30px;
    }
}
@media (max-width: 62.5em) {
    .project-wrapper__body {
        display: block;
    }
}
.project-wrapper__sidebar {
    flex: 1;
    position: sticky;
    top: 110px;
    z-index: 0;
    left: 0;
}
.project-wrapper__sidebar .project-wrapper__block .wwrap {
    background: #fff;
}
@media (max-width: 81.25em) {
    .project-wrapper__sidebar .project-wrapper__block {
        display: none;
    }
}
@media (max-width: 62.5em) {
    .project-wrapper__sidebar {
        display: none;
    }
}
.project-wrapper .sidebar-wrap {
    min-width: 173px;
}
@media (max-width: 83.75em) {
    .project-wrapper .sidebar-wrap {
        display: none;
    }
}
.project-wrapper__sidebar-menu {
    font-weight: 400;
    font-size: 17px;
    line-height: 224%;
    color: #626262;
}
.project-wrapper__sidebar-menu li a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.project-wrapper__sidebar-menu li a svg {
    opacity: 0;
}
.project-wrapper__sidebar-menu li a:hover {
    color: #212121;
}
.project-wrapper__sidebar-menu li a.abscku {
    color: #212121;
}
.project-wrapper__sidebar-menu li a.abscku svg {
    opacity: 1;
}
.project-wrapper__block {
    position: relative;
    padding-bottom: 300px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.project-wrapper__block .wwrap {
    border: 1px solid transparent;
    border-radius: 20px;
    width: 615px;
    height: 276px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 34px 47px;
}
.project-wrapper__block .wwrap::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ded1b4; /* цвет бордера */
    box-sizing: border-box;
    opacity: 0;
}
.project-wrapper__block-top {
    margin-left: auto;
    font-weight: 400;
    width: fit-content;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #212121;
    margin-bottom: 23px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.project-wrapper__tel {
    font-weight: 500;
    font-size: 19px;
    line-height: 126%;
    color: #212121;
}
.project-wrapper__bottom {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    gap: 44px;
}

.project-wrapper__bottom-box {
    display: flex;
    gap: 21px;
    align-items: flex-end;
}
.anim .project-wrapper__soc-img {
    animation: fadeInDown 3s ease forwards; /* Запуск анимации */
}
.project-wrapper .project-wrapper__soc a {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-in-out forwards;
}
.project-wrapper .anim .project-wrapper__soc a:nth-child(1) {
    animation-delay: 0.5s;
}
.project-wrapper .anim .project-wrapper__soc a:nth-child(2) {
    animation-delay: 0.9s;
}
.project-wrapper .anim .project-wrapper__soc a:nth-child(3) {
    animation-delay: 1.3s;
}
.project-wrapper .anim .project-wrapper__soc a:nth-child(4) {
    animation-delay: 1.7s;
}
.project-wrapper .anim .project-wrapper__soc a:nth-child(5) {
    animation-delay: 2s;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.project-wrapper__soc {
    gap: 8px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.project-wrapper__bottom-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
}

.project-wrapper__btn {
    padding: 20px 25px;
    display: inline-flex;
    justify-content: center;
    gap: 6px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Montserrat';
}
.project-wrapper__content {
    max-width: 890px;
    width: 100%;
}

@media (min-width: 79.5em) {
    .memory {
        margin-bottom: 3.4375rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .memory {
        margin-bottom: calc(2.1875rem + 1.25 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .memory {
        margin-bottom: 2.1875rem;
    }
}
.memory__body {
    background: #da6f54;
    border-radius: 20px;
    display: flex;
    gap: 35px;
    padding: 25px 30px;
}
@media (max-width: 62.5em) {
    .memory__body {
        gap: 24px;
    }
}
@media (max-width: 42.5em) {
    .memory__body {
        flex-direction: column;
    }
}
.memory__text {
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #212121;
}
@media (max-width: 68.75em) {
    .memory__text {
        font-weight: 400;
        font-size: 17px;
        line-height: 129%;
        color: #212121;
    }
}
.memory__btns {
    display: flex;
    gap: 12px;
}
.memory__btn {
    background: #212121;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease 0s;
    align-items: center;
}
.memory__btn svg {
    fill: #fff;
}
.memory__btn:hover svg {
    fill: #da6f54;
}

.logo-p img {
    max-width: 117px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.modal-menu__zoe-back {
    margin-top: 35px;
}
.modal-menu__zoe-back a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #212121;
}

.modal-menu__zoe-menu {
    max-width: 310px;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 16px;
    line-height: 237%;
    color: #626262;
}
.modal-menu__zoe-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
    width: 100%;
    gap: 10px;
}
.modal-menu__zoe-menu li {
    width: calc(50% - 5px);
    display: inline-block;
}

.modal-menu__zoe {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media (max-width: 62.5em) {
    .modal-menu__zoe {
        display: block;
    }
}
.modal-menu__zoe .wwrap {
    border: 1px solid #000 !important;
    border-radius: 0 20px 20px 0;
    width: 338px;
    height: 303px;
    padding-right: 27px;
    position: static;
}
@media (max-width: 21.875em) {
    .modal-menu__zoe .wwrap {
        width: 100%;
        padding-left: 20px;
    }
}
.modal-menu__zoe .project-wrapper__block {
    padding-left: 0;
    display: block;
    padding-bottom: 0;
    margin: 0;
    margin-left: -37px;
    margin-bottom: 44px;
}
.modal-menu__zoe .project-wrapper__bottom {
    flex-direction: row-reverse;
}
@media (max-width: 21.875em) {
    .modal-menu__zoe .project-wrapper__bottom {
        gap: 10px;
    }
}
.modal-menu__zoe .project-wrapper__block-top {
    margin-right: auto;
    margin-left: 0;
}
.modal-menu__zoe .project-wrapper__bottom-box {
    flex-direction: row-reverse;
}
.modal-menu__zoe .project-wrapper__soc svg {
    fill: #212121;
}

.modal-menu__zoe-open-full {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}
.modal-menu__zoe-open-full .modal-menu__zoe-btn-full {
    border: 1px solid #212121;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #212121;
    transition: all 0.3s ease 0s;
}
@media (max-width: 21.875em) {
    .modal-menu__zoe-open-full .modal-menu__zoe-btn-full {
        font-size: 0.9375rem;
    }
}
.modal-menu__zoe-open-full .modal-menu__zoe-btn-full:hover {
    background: #212121;
}
.modal-menu__zoe-open-full .modal-menu__zoe-btn-full:hover svg {
    filter: invert(1);
}

.highlight {
    color: #da6f54;
}

@media (min-width: 79.5em) {
    .protect {
        margin-bottom: 4.375rem;
    }
}
@media (min-width: 20em) and (max-width: 79.5em) {
    .protect {
        margin-bottom: calc(2.5rem + 1.875 * (((100vw - 20rem)) / ((59.5))));
    }
}
@media (max-width: 20em) {
    .protect {
        margin-bottom: 2.5rem;
    }
}
.protect__title {
    max-width: 440px;
}
.protect__block {
    display: flex;
}
@media (max-width: 46.25em) {
    .protect__block {
        flex-direction: column;
        align-items: center;
    }
}
.protect__left {
    width: 45%;
}
@media (max-width: 46.25em) {
    .protect__left {
        width: 100%;
    }
}
.protect .lines-p {
    margin-bottom: 35px;
    margin-top: 72px;
    width: 100%;
    height: 152px;
}
@media (max-width: 46.25em) {
    .protect .lines-p {
        margin-bottom: 0;
        height: 145px;
        margin-top: 38px;
    }
}
.protect__line {
    border: 1px solid #ded1b4;
    border-radius: 20px 0 0 20px;
    width: 100%;
    padding: 40px;
}
@media (max-width: 46.25em) {
    .protect__line {
        padding: 25px 30px;
        bottom: 0;
        border-radius: 20px 20px 0 0px;
        border-bottom: none;
    }
}
.protect__llttl {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    color: #212121;
}
@media (max-width: 46.25em) {
    .protect__llttl {
        font-weight: 400;
        font-size: 29px;
        line-height: 117%;
    }
}
.protect__subttl {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #da6f54;
}
@media (max-width: 46.25em) {
    .protect__subttl {
        font-weight: 400;
        font-size: 17px;
        line-height: 118%;
        min-height: 40px;
    }
}
.protect__download {
    display: flex;
    gap: 15px;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
    color: #212121;
    align-items: center;
}
@media (max-width: 46.25em) {
    .protect__download {
        margin-top: 35px;
    }
}
.protect__right {
    position: relative;
    width: 55%;
    width: 476px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 381px;
}
.protect__right .bg {
    border-radius: 30px;
}
@media (max-width: 46.25em) {
    .protect__right .bg {
        border-radius: 30px;
    }
}
@media (max-width: 46.25em) {
    .protect__right {
        width: calc(100% + 74px);
        margin-left: -38px;
        border-radius: 30px;
        margin-right: -38px;
        height: 361px;
        padding: 39px;
        padding-bottom: 35px;
    }
}
.protect__play {
    border-radius: 20px;
    width: 124px;
    z-index: 2;
    padding: 24px;
    gap: 3px;
    height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ded1b4;
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 100%;
    text-align: center;
    color: #212121;
    transition: all 0.3s ease 0s;
}
.protect__play:hover {
    transform: scale(1.1);
}
@media (max-width: 46.25em) {
    .protect__play {
        flex-direction: row;
        gap: 13px;
        padding: 0;
        background: transparent;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        text-align: left;
        line-height: 100%;
        color: #fff;
    }
    .protect__play img {
        padding: 12px;
        border-radius: 10px;
        background: #ded1b4;
    }
    .protect__play a {
        align-items: center;
        padding: 0;
    }
}
.protect__text {
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    max-width: 570px;
    line-height: 133%;
    color: #212121;
}
.protect__text p:not(:last-child) {
    margin-bottom: 25px;
}
@media (max-width: 46.25em) {
    .protect__text {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.panoram {
    padding-bottom: 60px;
    margin-bottom: 57px;
    position: relative;
}
@media (max-width: 62.5em) {
    .panoram {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}
.panoram__body {
    display: flex;
    gap: 40px;
}
@media (max-width: 81.25em) {
    .panoram__body {
        gap: 25px;
    }
}
@media (max-width: 62.5em) {
    .panoram__body {
        display: none;
    }
}
.panoram__block {
    display: flex;
    gap: 45px;
    transition: all 0.3s ease 0s;
    flex-direction: column;
}
.panoram__item {
    font-weight: 400;
    font-size: 27px;
    transition: all 0.3s ease 0s;
    align-items: center;
    line-height: 115%;
    display: flex;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    gap: 24px;
    cursor: pointer;
}
.panoram__item .hoverimg {
    display: inline-block;
    opacity: 0;
    bottom: 3px;
    margin-right: -10px;
    transition: all 0.3s ease 0s;
    transform: translate(10px, 7px);
}
.panoram__item .panoram-img {
    border-radius: 20px;
    width: 138px;
    height: 128px;
}
.panoram__item:hover {
    font-weight: 500;
}
.panoram__item:hover .hoverimg {
    opacity: 1;
}
.panoram__bx {
    position: relative;
}
.panoram__card {
    border-radius: 30px;
    width: 100%;
    max-width: 476px;
    background: #ded1b4;
    padding: 44px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 62.5em) {
    .panoram__card {
        border-radius: 30px;
        padding: 34px 28px 32px 30px;
        max-width: 100%;
    }
}
.panoram__card img {
    width: 100%;
    border-radius: 20px;
    height: 234px;
    object-fit: cover;
}
@media (max-width: 62.5em) {
    .panoram__card img {
        border-radius: 20px;
        height: 158px;
    }
}
.panoram__card-ttl {
    font-weight: 400;
    font-size: 28px;
    line-height: 111%;
}
@media (max-width: 62.5em) {
    .panoram__card-ttl {
        font-weight: 400;
        font-size: 23px;
        line-height: 109%;
    }
}
.panoram__card-txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}
@media (max-width: 62.5em) {
    .panoram__card-txt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}

.panoram__card img,
.panoram__card-ttl,
.panoram__card-txt {
    opacity: 1;
    transition: opacity 0.5s ease; /* Плавность для изменения содержимого */
}

.panoram__card img.hidden,
.panoram__card-ttl.hidden,
.panoram__card-txt.hidden {
    opacity: 0;
}

.panoram__slider-mob {
    display: none;
}
@media (max-width: 62.5em) {
    .panoram__slider-mob {
        display: block;
    }
}

.panoram__slider {
    overflow: visible !important;
}

.panoram-next {
    margin-bottom: 20px;
    margin-left: auto;
    width: fit-content;
    display: block;
}

.silent {
    z-index: 4;
    position: relative;
}
.silent__hil-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 60px;
}
@media (max-width: 46.25em) {
    .silent__hil-top {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 30px;
        margin-bottom: 39px;
    }
}
.silent__title {
    max-width: 370px;
}
.silent__map {
    width: 100%;
    height: 540px;
    border-radius: 30px;
    overflow: hidden;
}
.silent__map img,
.silent__map iframe {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
@media (max-width: 46.25em) {
    .silent__map img,
    .silent__map iframe {
        display: block;
        height: 533px;
    }
}
@media (max-width: 46.25em) {
    .silent__map {
        margin-left: -36px;
        margin-right: -36px;
        display: block;
        width: calc(100% + 72px);
        height: auto;
    }
}

.infra {
    margin-top: 67px;
    margin-bottom: 145px;
}
@media (max-width: 62.5em) {
    .infra {
        padding-bottom: 40px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 45px;
    }
}
.infra__body {
    position: relative;
}
.infra__body::before {
    content: "";
    border-radius: 30px;
    width: 1325px;
    background: #ded1b4;
    height: 637px;
    display: block;
    position: absolute;
    left: -75px;
    top: -147px;
}
@media (max-width: 62.5em) {
    .infra__body::before {
        width: 150%;
        height: calc(100% + 140px);
        left: -15%;
        top: -100px;
    }
}
.infra__slider {
    z-index: 3;
}
@media (max-width: 62.5em) {
    .infra__slider {
        overflow: visible !important;
    }
}
.infra__card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 62.5em) {
    .infra__card {
        flex-direction: column;
        align-items: stretch;
    }
}
.infra__left {
    max-width: 518px;
}
@media (max-width: 62.5em) {
    .infra__left {
        max-width: 100%;
    }
}
.infra__card-ttl {
    font-weight: 400;
    font-size: 40px;
    position: relative;
    max-width: 520px;
    z-index: 2;
    line-height: 127%;
}
@media (max-width: 62.5em) {
    .infra__card-ttl {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        margin-bottom: 24px;
    }
}
.infra__tetx {
    margin-top: 34px;
    margin-bottom: 34px;
    font-weight: 400;
    font-size: 18px;
    max-width: 476px;
    line-height: 133%;
}
@media (max-width: 62.5em) {
    .infra__tetx {
        margin-top: 0;
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
    }
}
.infra__bottom {
    max-width: 476px;
    display: flex;
    gap: 26px;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
    padding-bottom: 100px;
}

.infra__bottom-body {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: -webkit-fill-available;
}
@media (max-width: 62.5em) {
    .infra__bottom {
        padding-bottom: 0;
    }
}
@media (max-width: 62.5em) {
    .infra__bottom {
        font-weight: 400;
        gap: 12px;
        font-size: 14px;
        line-height: 114%;
        margin-bottom: 34px;
    }
}
.infra__card-i {
    display: flex;
    gap: 17px;
    align-items: center;
}

.infra__card-i p {
    max-width: 175px;
}
@media (max-width: 62.5em) {
    .infra__card-i {
        flex-direction: column;
        max-width: 140px;
        align-items: flex-start;
        gap: 10px;
    }
}
.infra__right {
    flex: 1;
    max-width: 373px;
}
.infra__right img {
    border-radius: 30px;
    display: block;
    height: 321px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 62.5em) {
    .infra__right img {
        object-fit: cover;
        display: block;
        width: 112%;
        margin-right: -37px;
        height: 200px;
        border-radius: 30px 0 0 30px;
    }
}
@media (max-width: 62.5em) {
    .infra__right {
        max-width: 100%;
        width: 100%;
        flex: none;
    }
}
.infra__navi {
    display: flex;
    gap: 10px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
}
@media (max-width: 62.5em) {
    .infra__navi {
        margin-top: 25px;
    }
}
.infra__btn {
    position: static;
}
.infra__btn svg {
    fill: #fff;
}
.infra__btn:hover {
    background: #212121;
}
.infra .infra__btn {
    position: relative;
}
.stile__img {
    cursor: zoom-in;
}
.stile {
    margin-top: 100px;
    margin-bottom: 80px;
}
@media (max-width: 62.5em) {
    .stile {
        margin-bottom: 40px;
        margin-top: 60px;
    }
}
.stile__block {
    display: flex;
    gap: 40px;
}
@media (max-width: 62.5em) {
    .stile__block {
        flex-direction: column-reverse;
    }
}
.stile__left {
    width: 100%;
    max-width: 580px;
}
.stile__img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    height: 503px;
}
@media (max-width: 62.5em) {
    .stile__img {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
@media (max-width: 46.25em) {
    .stile__img {
        display: none;
    }
}
.stile__l-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    margin-top: 33px;
    max-width: 537px;
}
@media (max-width: 46.25em) {
    .stile__l-text {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.stile__right {
    width: 270px;
    position: relative;
}
@media (max-width: 62.5em) {
    .stile__right {
        max-width: 100%;
        width: 100%;
    }
}
.stile__r-text {
    font-weight: 400;
    font-size: 18px;
    max-width: 270px;
    line-height: 133%;
    margin-bottom: 46px;
    z-index: 3;
}
@media (max-width: 62.5em) {
    .stile__r-text {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        width: 100%;
        max-width: 300px;
        line-height: 133%;
    }
}
.stile__slider {
    position: absolute;
    bottom: 0;
    width: 552px;
    right: 0;
}
.stile__slider::after {
    content: "";
    right: -200%;
    z-index: 2;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.gallery__slider {
    position: absolute;
    bottom: 0;
    width: 552px;
    right: 0;
}
.gallery__slider::after {
    content: "";
    right: -200%;
    z-index: 2;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 62.5em) {
    .stile__slider {
        width: 100%;
        overflow: visible !important;
    }
    .gallery__slider {
        width: 100%;
        overflow: visible !important;
    }
}
.stile__slide img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 336px;
}
.stile__slide_gallery img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 336px;
}
@media (max-width: 62.5em) {
    .stile__slide img {
        height: 360px;
    }
    .stile__slide_gallery img {
        height: 360px;
    }
}
.stile .section-title2 {
    max-width: 390px;
    margin-bottom: 59px;
}
@media (max-width: 62.5em) {
    .stile .section-title2 {
        margin-bottom: 34px;
    }
}
.stile .btn-next-hero {
    right: calc(50% - 30px);
}
@media (max-width: 43.75em) {
    .stile .btn-next-hero {
        right: 0px;
    }
}

@keyframes line-expand {
    from {
        width: 0; /* Начальная ширина */
    }
    to {
        width: 100%; /* Конечная ширина */
    }
}

.park {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 57px;
}
.park__mob {
    display: none;
}
@media (max-width: 62.5em) {
    .park__mob {
        display: block;
    }
}
.park__mob .bg {
    position: static;
}
.park__slider {
    overflow: visible !important;
}
.park__slide {
    position: relative;
}
.park__slide img {
    height: 357px;
    width: 100%;
    border-radius: 30px;
}

.park.active-line::after {
    animation: line-expand 1.5s ease forwards; /* Запуск анимации */
    animation-delay: 6s;
}
@media (max-width: 62.5em) {
    .park {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.park__top {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    font-weight: 400;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 18px;
    line-height: 133%;
}
@media (max-width: 53.125em) {
    .park__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 39px;
        margin-bottom: 25px;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.park__left {
    width: 100%;
    max-width: 500px;
}
@media (max-width: 53.125em) {
    .park__left {
        max-width: 100%;
    }
}
.park__right {
    max-width: 350px;
}
@media (max-width: 53.125em) {
    .park__right {
        max-width: 100%;
    }
}
.park__body {
    position: relative;
    height: 750px;
}
@media (max-width: 62.5em) {
    .park__body {
        display: none;
    }
}
.park__block {
    position: absolute;
}
.park__block .bg {
    width: 1520px;
    height: 751px;
    border-radius: 30px;
}
.park__block.park__pc {
    width: 1520px;
    height: 751px;
    position: absolute;
    left: -470px;
}
@media (max-width: 62.5em) {
    .park__block .bg {
        left: 0;
        height: 100%;
        width: 100%;
        height: 360px;
    }
}
@media (max-width: 62.5em) {
    .park__block {
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}
.park__item {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.park__icon:hover ~ .park__item-card {
    display: flex;
    opacity: 1;
}
.park__item svg {
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.park__item .park__icon:hover svg {
    transition: all 0.3s ease 0s;
    transform: rotate(45deg);
}
.park__icon {
    display: flex;
    z-index: 2;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.park__icon svg:nth-child(2) {
    display: none;
}
.park__icon:hover {
    transform: scale(1.1);
}
.park__item-card {
    display: none;
    opacity: 0;
    border-radius: 20px;
    z-index: 7;
    width: 251px;
    background: #fff;
    padding: 26px;
    transition: all 0.3s ease 0s;
    flex-direction: column;
    gap: 14px;
    font-weight: 400;
    font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #000;
}
.park__item-card p {
    margin-bottom: 14px;
}
.park__item-card img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
}
@media (max-width: 62.5em) {
    .park__item-card {
        padding: 22px;
        width: 240px;
        display: none;
        position: absolute;
    }
}
.park__text-block {
    border-radius: 30px;
    width: 730px;
    background: #fff;
    height: 223px;
    padding: 38px 47px;
    z-index: 2;
    position: relative;
    font-weight: 400;
    margin-left: auto;
    margin-right: 0;
    font-size: 18px;
    line-height: 133%;
    color: #212121;
    margin-top: -70px;
}
@media (max-width: 62.5em) {
    .park__text-block {
        position: static;
        font-weight: 400;
        padding: 0;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        margin-top: 39px !important;
        margin-bottom: 0;
    }
}
.park .btn-park-next {
    width: fit-content;
    margin-left: auto;
    display: block;
    margin-bottom: 16px;
}

.p-i-1 {
    top: 311px;
    left: -170px;
}
@media (max-width: 62.5em) {
    .p-i-1 {
        left: 17.5%;
        top: 44%;
    }
}

.p-i-2 {
    top: 471px;
    left: 130px;
}
@media (max-width: 62.5em) {
    .p-i-2 {
        top: 60%;
        left: 40%;
    }
}

.p-i-3 {
    top: 304px;
    left: 238px;
}
@media (max-width: 62.5em) {
    .p-i-3 {
        top: 30%;
        left: 47%;
    }
}

.p-i-4 {
    top: 589px;
    left: 570px;
}
.p-i-4 .park__item-card {
    margin-top: -100px;
}
@media (max-width: 62.5em) {
    .p-i-4 .park__item-card {
        margin-top: -50%;
        margin-left: -50%;
    }
}
@media (max-width: 68.75em) {
    .p-i-4 {
        left: 470px;
    }
}
@media (max-width: 62.5em) {
    .p-i-4 {
        left: 70%;
        top: 70%;
    }
}

.plan {
    margin-bottom: 80px;
}
.plan__mob {
    display: none;
}
@media (max-width: 62.5em) {
    .plan__mob {
        display: block;
    }
}
@media (max-width: 68.75em) {
    .plan {
        margin-left: -50px;
    }
}
@media (max-width: 62.5em) {
    .plan {
        margin-bottom: 45px;
        margin-left: 0;
    }
}
.plan__top {
    margin-bottom: 50px;
}
@media (max-width: 62.5em) {
    .plan__body {
        display: none;
    }
}
.plan__card {
    border: 1px solid #da6f54;
    border-radius: 30px;
    width: 476px;
    padding: 37px;
    padding-left: 0;
    display: flex;
    transition: all 0.3s ease 0s;
    gap: 28px;
}
.plan__card .box {
    display: flex;
    gap: 28px;
    align-items: center;
}
.plan__card .sdfgsdg {
    margin-top: 16px;
    padding: 35px;
    padding-top: 0;
    padding-right: 10px;
}
.plan__card:nth-child(2) {
    width: 393px;
}
.plan__card:nth-child(2) .plan__c-txt {
    display: none;
}
.plan__card:nth-child(3) {
    width: 394px;
}
.plan__card:nth-child(3) .plan__c-box {
    max-width: 160px;
}
.plan__card:nth-child(3) .plan__c-txt {
    display: none;
}
.plan__card:nth-child(4) {
    width: 476px;
}
.plan__card:hover {
    background: #da6f54;
}
.plan__card:hover .plan__c-txt {
    display: block;
}
.plan__c-box {
    flex: 1;
    align-content: center;
}
.plan__c-ttl {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 25px;
    line-height: 108%;
}
.plan__c-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
}

.plan__slider {
    overflow: visible !important;
}
.plan__card-mob {
    border: 1px solid #da6f54;
    border-radius: 30px 0 0 30px;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 57px;
    border-right: 0;
    position: relative;
    min-height: 408px;
}
.plan__card-mob::before {
    content: "";
    display: block;
    width: 50px;
    top: -1px;
    position: absolute;
    right: -38px;
    height: 1px;
    background: #da6f54;
}
.plan__card-mob::after {
    content: "";
    display: block;
    width: 50px;
    bottom: -1px;
    position: absolute;
    right: -38px;
    height: 1px;
    background: #da6f54;
}
.plan__card-mob-top {
    display: flex;
    gap: 20px;
    font-weight: 400;
    font-size: 23px;
    align-items: center;
    line-height: 113%;
    color: #212121;
    margin-bottom: 22px;
}
.plan__card-mob-top img {
    width: 143px;
    height: 139px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}
.plan__card-mob-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    padding-left: 30px;
    line-height: 133%;
    color: #212121;
}
.plan__navi {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    z-index: 2;
    position: relative;
    margin-top: -30px;
    width: 100%;
    justify-content: flex-end;
}

.chois {
    margin-bottom: 79px;
    height: 849px;

}
@media (max-width: 93.75em) {
    .chois {
        height: auto;
    }
}
@media (max-width: 62.5em) {
    .chois {
        padding-top: 56px;
        padding-bottom: 56px;
        border-radius: 30px;
        position: relative;
    }
    .chois::before {
        border-radius: 30px;
        content: "";
        display: block;
        height: 100%;
        background: rgb(248 246 240);
        position: absolute;
        left: -38px;
        top: 0;
        width: calc(100% + 76px);
    }
}
.chois__block {
    background: rgb(248 246 240);
    padding-top: 58px;
    height: auto;
    min-height: 440px;
    border-radius: 30px;
    width: 1518px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 160px;
    padding-right: 160px;
}
@media (min-width: 62.5em) {
    .chois::before {
        content: '';
        display: block;
        width: 100%;
        height: 110%;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -60px;
    }
    .park__block.park__pc:first-child::before {
        content: '';
        display: block;
        width: 1960px;
        height: 881px;
        background-color: #ffffff;
        position: absolute;
        left: -690px;
        top: -60px;
        border-radius: 30px;
    }
}
.chois__bottom-right {
    margin-left: 86px;
    font-size: 40px;
    line-height: 51px;
    max-width: 490px;
    display: none;
}
@media (max-width: 93.75em) {
    .chois__block {
        /*position: static;*/
        width: 100%;
    }
}
@media (max-width: 62.5em) {
    .chois__block {
        background: 0 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
        position: relative;
        left: auto;
        padding-top: 0;
        right: auto;
        bottom: auto;
        height: auto;
        min-height: auto;
    }
}
.chois__top {
    display: flex;
    margin-bottom: 55px;
    width: 100%;
    gap: 20px;
    align-items: flex-end;
}
@media (max-width: 93.75em) {
    .chois__top {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }
}
@media (max-width: 62.5em) {
    .chois__top {
        margin-bottom: 16px;
    }
}
.chois__title {
    max-width: 400px;
    font-weight: 400;
    font-size: 40px;
    line-height: 127%;
}
@media (max-width: 93.75em) {
    .chois__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        color: #212121;
    }
}
.chois__navi {
    display: flex;
    gap: 12px;
}
@media (max-width: 62.5em) {
    .chois__navi {
        /*width: auto;*/
        /*min-width: 500px;*/
        /*overflow: scroll;*/
    }
}
.chois__vtn-nav {
    font-weight: 400;
    font-size: 20px;
    padding: 15px;
    border: 1px solid #212121;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    line-height: 135%;
    text-align: center;
    min-width: 60px;
    white-space: nowrap;
}
.chois__vtn-nav.slepiy {
    font-size: 0.9375rem;
    padding: 18px 46px;
}
.chois__vtn-nav:active {
    transform: scale(0.8);
}
.chois__vtn-nav.active {
    background: #da6f54;
    border-color: transparent;
}
.chois__vtn-nav:hover {
    background: #da6f54;
    border: none;
}
@media (max-width: 62.5em) {
    .chois__vtn-nav {
        border-radius: 5px;
        font-size: 0.875rem !important;
        padding: 9px 12px;
        min-width: 57px;
    }

    .chois__vtn-nav.slepiy {
        padding: 9px;
    }
}
@media (max-width: 62.5em) {
    .chois__slider {
        overflow: visible !important;
    }
}
.chois__card {
    padding: 43px 30px;
    border: 1px solid #ded1b4;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}

.chois__card .btn-dark {
    margin: auto;
}
@media (max-width: 62.5em) {
    .chois__card {
        gap: 22px;
    }
}
.chois__card-ttl {
    font-size: 23px;
    line-height: 117%;
    text-align: center;
}
.chois__card-ttl span {
    color: #da6f54;
    font-weight: 600;
}
@media (max-width: 62.5em) {
    .chois__card-ttl {
        font-size: 20px;
        line-height: 135%;
        text-align: center;
    }
}
.chois__card-sub {
    margin-top: -15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 106%;
    text-align: center;
    color: #212121;
}
@media (max-width: 62.5em) {
    .chois__card-sub {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 127%;
        text-align: center;
    }
}
.chois__link {
    position: relative;
    z-index: 123;
}
.chois__bottom {
    border-radius: 20px;
    width: fit-content;
    min-width: 480px;
    background: #da6f54;
    margin-top: 20px;
    height: 139px;
    padding: 28px 62px;
}
@media (max-width: 62.5em) {
    .chois__bottom {
        width: 100%;
        min-width: auto;
        margin-bottom: -120px;
        height: auto;
        gap: 10px;
        display: flex;
        padding: 22px;
        padding-left: 15px;
    }
}
.chois__bottom .mob {
    display: none;
}
@media (max-width: 62.5em) {
    .chois__bottom .mob {
        display: block;
        border-right: 1px solid #fff;
        padding-right: 10px;
    }
}
.chois__b-ttl {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 194%;
    color: #a1503b;
}
@media (max-width: 62.5em) {
    .chois__b-ttl {
        display: none;
    }
}

.chois-b-txt {
    display: inline-flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    line-height: 135%;
    color: #fff;
    gap: 5px;
}
@media (max-width: 62.5em) {
    .chois-b-txt {
        gap: 16px;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 113%;
        flex-direction: column;
        color: #fff;
    }
    .chois-b-txt .ooos {
        display: none;
    }
}

.chois__body .ttab {
    display: none;
}

.chois__body .ttab.active {
    display: block;
}

.chois__btn {
    position: absolute;
    z-index: 3;
    top: calc(50% - 30px);
    display: none;
}

.chois-btn-prev {
    left: 50px;
}
@media (max-width: 62.5em) {
    .chois-btn-prev {
        display: none;
    }
}

.chois-btn-next {
    right: 50px;
}
@media (max-width: 62.5em) {
    .chois-btn-next {
        position: static;
        margin-bottom: 30px;
        z-index: 234;
        height: auto;
        padding: 0;
        margin-left: auto;
        background: transparent !important;
        display: none;
    }
    .chois-btn-next svg {
        fill: #252525 !important;
        padding: 0;
    }
}
.chois-navi-btn-next {
    display: none;
    right: 50px;
}
@media (max-width: 62.5em) {
    .chois-navi-btn-next {
        display: block;
        position: static;
        margin-bottom: 30px;
        z-index: 234;
        height: auto;
        padding: 0;
        margin-left: auto;
        background: transparent !important;
    }
    .chois-navi-btn-next svg {
        fill: #252525 !important;
        padding: 0;
    }
}

.otdelka {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 57px;
    overflow-x: hidden;
}
@media (max-width: 62.5em) {
    .otdelka .nono123123 {
        display: none;
    }
}
@media (max-width: 93.75em) {
    .otdelka {
        margin-top: 0px;
    }
}
@media (max-width: 62.5em) {
    .otdelka {
        padding-bottom: 35px;
        margin-top: 120px;
        margin-bottom: 35px;
    }
}
.otdelka__top {
    display: flex;
    align-items: flex-end;
}
@media (max-width: 62.5em) {
    .otdelka__top {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    .otdelka__top .section-title2 {
        font-size: 30px;
    }
}
.otdelka__left {
    max-width: 520px;
}
@media (max-width: 62.5em) {
    .otdelka__left {
        border-right: none;
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
}
.otdelka__right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 60px;
    border-left: 1px solid #da6f54;
    margin-left: 40px;
}
@media (max-width: 62.5em) {
    .otdelka__right {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 35px;
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
}
.otdelka__ttl {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 40px;
    line-height: 127%;
    color: #212121;
}
@media (max-width: 62.5em) {
    .otdelka__ttl {
        font-weight: 400;
        font-size: 30px;
        line-height: 117%;
        color: #212121;
        margin-bottom: 47px;
    }
}
.otdelka__ttl2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
}
@media (max-width: 62.5em) {
    .otdelka__ttl2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 175%;
        color: #212121;
    }
}
.otdelka__txt {
    font-weight: 400;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 133%;
    color: #212121;
}
.otdelka__txt p:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 62.5em) {
    .otdelka__txt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.otdelka__line {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 62.5em) {
    .otdelka__line {
        font-size: 0.9375rem;
        position: relative;
        gap: 3px;
    }
    .otdelka__line::before {
        content: "";
        background-color: #DED1B4;
        width: 44px;
        height: 1px;
        display: block;
    }
}
.otdelka__body {
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 455px;
    margin-top: 48px;
}
@media (max-width: 62.5em) {
    .otdelka__body {
        height: 357px;
        width: 100%;
        margin-top: 0;
    }
}
.otdelka__item {
    position: absolute;
    left: 10%;
    cursor: pointer;
    top: 15%;
}
.otdelka__item svg {
    transition: all 0.3s ease 0s;
    transform: rotate(45deg);
}
.otdelka__item:nth-child(2) {
    left: 20%;
    top: 80%;
}
.otdelka__item:nth-child(3) {
    left: 70%;
}
.otdelka__item:nth-child(4) {
    left: 80%;
    top: 70%;
}
.otdelka__item:hover svg {
    transform: none;
}
.otdelka .btn-park-next {
    width: fit-content;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 16px;
}

.komfort {
    margin-bottom: 100px;
}
@media (max-width: 62.5em) {
    .komfort {
        margin-bottom: 46px;
    }
}
.komfort__top {
    margin-bottom: 59px;
    max-width: 600px;
}
.komfort__card {
    width: 100%;
    display: flex;
    gap: 63px;
    align-items: flex-start;
}
.komfort__card img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 383px;
    width: 513px;
}
@media (max-width: 68.75em) {
    .komfort__card {
        gap: 33px;
    }
    .komfort__card img {
        width: 100%;
        height: 276px;
    }
}
@media (max-width: 62.5em) {
    .komfort__card {
        flex-direction: column;
    }
}
.komfort__box {
    font-weight: 400;
    padding-top: 73px;
    font-size: 18px;
    line-height: 133%;
}
@media (max-width: 62.5em) {
    .komfort__box {
        padding-top: 0;
    }
}
.komfort__nav {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: -120px;
    justify-content: flex-end;
    z-index: 2;
    padding-right: 180px;
    position: relative;
}
@media (max-width: 68.75em) {
    .komfort__nav {
        margin-top: -90px;
    }
}
@media (max-width: 62.5em) {
    .komfort__nav {
        margin-top: 30px;
        padding-right: 0;
    }
}

.form-line {
    margin-bottom: 72px;
    position: relative;
    display: flex;
    padding: 45px 62px;
    align-items: flex-end;
    padding-right: 15px;
    justify-content: space-between;
}
@media (max-width: 62.5em) {
    .form-line {
        margin-bottom: 58px;
        flex-direction: column;
        padding: 24px 28px;
        gap: 24px;
        align-items: stretch;
        padding-right: 0;
        text-align: left;
    }
}
.form-line::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 30px;
    width: 1298px;
    top: 0;
    height: 273px;
    background: #da6f54;
}
@media (max-width: 62.5em) {
    .form-line::after {
        border-radius: 30px 0 0 30px;
        width: 120%;
        height: 100%;
    }
}
.form-line__left {
    z-index: 2;
    position: relative;
}
@media (max-width: 62.5em) {
    .form-line__left {
        width: 100%;
    }
}
.form-line__ttl {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #212121;
    max-width: 390px;
}
.form-line__ttl span {
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    font-family: PT Serif;
}
@media (max-width: 62.5em) {
    .form-line__ttl span {
        font-size: 1.875rem;
        line-height: 126%;
    }
}
@media (max-width: 62.5em) {
    .form-line__ttl {
        font-weight: 400;
        font-size: 1.75rem;
        line-height: 126%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}
.form-line__txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #212121;
    max-width: 470px;
}
@media (max-width: 62.5em) {
    .form-line__txt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        max-width: 280px;
    }
}
.form-line__right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 3;
    position: relative;
    align-items: flex-end;
}
@media (max-width: 62.5em) {
    .form-line__right {
        align-items: flex-start;
        gap: 19px;
        flex-direction: column-reverse;
    }
}
.form-line__soc-box {
    display: flex;
    gap: 19px;
    font-size: 0.9375rem;
    align-items: center;
}
@media (max-width: 62.5em) {
    .form-line__soc-box {
        flex: 1;
    }
}
.form-line__soc .soc {
    display: flex;
    align-items: center;
    gap: 14px;
}
.form-line__soc .soc a {
    width: 60px;
    padding: 0;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.form-line__soc .soc a svg {
    width: 20px;
    height: auto;
}
@media (max-width: 62.5em) {
    .form-line__soc .soc a {
        padding: 0;
        width: auto;
        border: none;
    }
}
@media (max-width: 6.25em) {
    .form-line__soc .soc {
        gap: 18px;
    }
}
@media (max-width: 62.5em) {
    .form-line__soc {
        flex: 1;
    }
}
.soc a {
    border-radius: 10px;
}
.auto {
    padding-bottom: 60px;
    margin-bottom: 57px;
    position: relative;
}
@media (max-width: 62.5em) {
    .auto {
        margin-bottom: 55px;
        padding-bottom: 40px;
    }
}
.auto__title {
    margin-bottom: 59px;
}
@media (max-width: 62.5em) {
    .auto__title {
        margin-bottom: 44px;
    }
}
.auto__baner {
    border-radius: 20px;
    max-width: 621px;
    z-index: 2;
    position: relative;
    padding: 33px 10px 33px 42px;
    background: #ded1b4;
    display: flex;
    flex-direction: row;
    margin-bottom: 38px;
}
@media (max-width: 62.5em) {
    .auto__baner {
        padding: 54px 10px 37px 37px;
        background: transparent;
        padding-left: 0;
        position: relative;
    }
    .auto__baner::before {
        content: "";
        position: absolute;
        left: -40px;
        display: block;
        top: 0;
        width: calc(100% + 40px);
        background: #ded1b4;
        height: 100%;
        border-radius: 0 20px 20px 0;
    }
    .mob2 {
        font-size: 23px;
        line-height: 24px;
        color: #A49980;
    }
}
.auto .mob {
    display: none;
}
@media (max-width: 62.5em) {
    .auto .mob {
        display: block;
        margin-left: auto;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        line-height: 107%;
        z-index: 123;
        position: relative;
        color: #a49980;
        position: absolute;
        right: 20px;
        top: 25px;
    }
}
.auto .mob2 {
    display: none;
}
@media (max-width: 62.5em) {
    .auto .mob2 {
        display: block;
    }
}
.auto__line {
    display: flex;
    z-index: 2;
    flex-direction: column;
    gap: 38px;
    justify-content: center;
}
.auto__l-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding-right: 25px;
    max-width: 360px;
}
.auto__l-l-ttl {
    font-weight: 400;
    font-size: 28px;
    line-height: 125%;
}
@media (max-width: 62.5em) {
    .auto__l-l-ttl {
        font-weight: 400;
        font-size: 23px;
        line-height: 100%;
        color: #212121;
    }
    .auto__line {
        gap: 34px;
        justify-content: space-around;
    }
    .auto__line:not(:last-of-type) {
        border-right: 1px solid #a49980;
    }
    .auto__l-left {
        padding-right: 15px;
        gap: 9px;
    }
}
.auto__l-l-xt {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #212121;
}
@media (max-width: 62.5em) {
    .auto__l-l-xt {
        font-weight: 400;
        font-size: 15px;
        line-height: 133%;
    }
}
.auto__right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 32px;
    border-left: 1px solid #a49980;
}
@media (max-width: 62.5em) {
    .auto__right {
        width: 80px;
        justify-content: center;
        border-left: none;
    }
}
.auto__r-line {
    font-weight: 400;
    font-size: 18px;
    line-height: 194%;
    color: #a49980;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 62.5em) {
    .auto__r-line {
        display: none;
    }
}
.auto__body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
@media (max-width: 75em) {
    .auto__body {
        gap: 20px;
    }
}
@media (max-width: 50em) {
    .auto__body {
        flex-direction: column;
        gap: 39px;
    }
}
.auto__card {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #212121;
}
.auto__card .auto__card-box {
    height: 291px;
}
.auto__card .auto__card-box img {
    border-radius: 30px;
    width: 100%;
}
@media (max-width: 62.5em) {
    .auto__card .auto__card-box {
        border-radius: 30px;
        height: 270px;
    }
}

.auto__card:last-child {
    max-width: 373px;
    margin-top: -90px;
}
.auto__card:first-child {
    max-width: 476px;
    margin-top: 0;
}
.auto__card:first-child.auto__card:last-child  {
    max-width: 560px;
}
.auto__card:last-child .auto__card-box {
    height: 383px;
}
@media (max-width: 62.5em) {
    .auto__card:last-child .auto__card-box {
        border-radius: 30px;
        height: 270px;
    }
}
@media (max-width: 62.5em) {
    .auto__card:last-child {
        margin-top: 0;
    }
}
.auto__card .bg {
    filter: brightness(0.5);
}
@media (max-width: 62.5em) {
    .auto__card {
        width: 100%;
        max-width: 500px !important;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.auto__card-box {
    padding: 42px;
    position: relative;
    position: relative;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 62.5em) {
    .auto__card-box {
        padding: 30px;
    }
}
.auto__card-box-ttl {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 25px;
    line-height: 108%;
    color: #fff;
    max-width: 320px;
    z-index: 2;
    position: relative;
}
@media (max-width: 62.5em) {
    .auto__card-box-ttl {
        font-weight: 400;
        font-size: 23px;
        line-height: 109%;
    }
}
.auto__card-box-txt {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    color: #fff;
    z-index: 2;
    position: relative;
}
@media (max-width: 62.5em) {
    .auto__card-box-txt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
    }
}

.hod {
    margin-bottom: 80px;
}
@media (max-width: 48.75em) {
    .hod {
        margin-bottom: 60px;
    }
}
.hod__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 53px;
}
@media (max-width: 62.5em) {
    .hod__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        margin-bottom: 14px;
    }
}
.hod__left {
    max-width: 400px;
}
.hod__navi {
    display: flex;
    gap: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #626262;
}
@media (max-width: 62.5em) {
    .hod__navi {
        font-size: 1.0625rem;
    }
}
.hod__btn {
    border-bottom: 1px solid transparent;
}
.hod__btn:hover {
    border-bottom: none;
    color: #212121;
}
.hod__btn.active {
    color: #212121;
    border-bottom: none;
}
.year_button.active {
    border-bottom: 1px solid #DA6F54;
}

.hod__month {
    margin-bottom: 70px;
}
@media (max-width: 62.5em) {
    .hod__month {
        margin-bottom: 35px;
    }
}
.hod__slider-box {
    position: relative;
}
.hod__slider {
    /*margin-bottom: -100px !important;*/
    /*padding-bottom: 100px !important;*/
    height: 100%;
}
@media (max-width: 62.5em) {
    .hod__slider {
        overflow: visible !important;
    }
}
.hod__card {
    display: flex;
    gap: 63px;
}
@media (max-width: 62.5em) {
    .hod__card {
        flex-direction: column-reverse;
        gap: 26px;
    }
}
.hod__mob {
    display: none;
}
@media (max-width: 62.5em) {
    .hod__mob {
        display: flex;
        justify-content: center;
        gap: 14px;
        z-index: 12;
    }
    .hod__mob button {
        width: 125%;
    }
}
@media (max-width: 62.5em) and (max-width: 43.75em) {
    .hod__mob img {
        width: 100%;
    }
}
.hod__slider-img {
    border-radius: 30px;
    height: 421px;
    width: 100%;
    max-width: 517px;
}
.hod__slider-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}
@media (max-width: 62.5em) {
    .hod__slider-img img {
        border-radius: 25px;
        height: 300px;
    }
    .hod__slider-img {
        height: 300px;
        max-width: 100%;
        position: relative;
    }
}
.hod__slider-cont {
    flex: 1;
    padding-top: 53px;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    line-height: 135%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 62.5em) {
    .hod__slider-cont {
        padding-top: 0;
    }
}
.hod__add {
    margin-bottom: auto;
    display: inline-block;
    margin-top: 20px;
    width: fit-content;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: #da6f54;
    border-bottom: 1px solid #da6f54;
}
.hod__actions {
    gap: 18px;
    display: flex;
    margin-top: auto;
    position: absolute;
    z-index: 10;
    left: -166px;
    bottom: -50px;
}
.hod__actions-small {
    position: relative;
    left: 0;
    bottom: 0;
}
@media (max-width: 62.5em) {
    .hod__actions {
        position: static;
        display: none;
    }
}
.hod__play {
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.hod__play:hover {
    transform: scale(1.1);
}
.hod__play:active {
    transform: scale(0.9);
}
.hod__srok {
    border: 1px solid #ded1b4;
    border-radius: 20px;
    padding: 26px 28px;
    width: 217px;
}
@media (max-width: 62.5em) {
    .hod__srok {
        width: 143px;
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
        border: 1px solid #ded1b4;
        border-radius: 20px;
        width: 143px;
        height: 120px;
        align-content: center;
        text-align: center;
    }
}
@media (max-width: 43.75em) {
    .hod__srok {
        width: 100%;
        padding: 20px;
        height: auto;
        justify-content: center;
    }
}
@media (max-width: 23.125em) {
    .hod__srok {
        font-size: 0.75rem;
        padding: 12px;
        display: flex;
        align-items: center;
        height: auto;
    }
}
.hod__navi-slider {
    display: flex;
    gap: 11px;
    z-index: 2;
    position: relative;
    margin-left: 180px;
    padding-top: 19px;
    align-items: center;
}
@media (max-width: 62.5em) {
    .hod__navi-slider {
        position: static;
    }
}

.month__next {
    position: absolute;
    right: 11%;
    z-index: 3;
}
.month__next.block1000 {
    animation: moveRight 2s linear infinite;
}
.month__next svg {
    transform: rotate(180deg);
}
@media (max-width: 1380px) {
    .month__next {
        right: 9%;
    }
}
@media (max-width: 62.5em) {
    .month__next {
        display: block;
        margin-left: auto;
        width: fit-content;
        padding: 0;
        position: static;
        margin-bottom: 20px;
        width: auto;
        height: auto;
        background: transparent !important;
        right: 9%;
    }
    .month__next svg {
        filter: invert(1);
        fill: #000 !important;
    }
}

.mont-btn {
    border: 1px solid #ded1b4;
    border-radius: 10px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60px;
}
.mont-btn.active {
    background: #ded1b4;
}
.mont-btn:hover {
    background: #ded1b4;
}
@media (max-width: 62.5em) {
    .mont-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 93%;
        text-align: center;
        height: auto;
        padding: 10px 10px 14px 10px;
    }
}

.month__slider {
    width: 1200px;
    position: static;
}
@media (max-width: 86.25em) {
    .month__slider {
        width: 100%;
    }
}

@media (max-width: 62.5em) {
    .hod-btn-prev {
        display: none;
    }
}

@media (max-width: 62.5em) {
    .hod-btn-next {
        position: absolute;
        z-index: 12;
        right: -30px;
        top: calc(50% - 30px);
    }
}

.last-form {
    height: 746px;
    margin-bottom: -50px;
    z-index: 2;
}
@media (max-width: 87.5em) {
    .last-form {
        height: auto;
        margin-bottom: -30px;
    }
}
.last-form__body {
    height: auto;
    z-index: 3;
    border-radius: 30px;
    max-width: 1520px;
    height: 746px;
    padding-left: 160px;
    padding-top: 80px;
    position: absolute;
    background: #da6f54;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 77px;
}
.last-form__body .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 87.5em) {
    .last-form__body .box {
        flex-direction: column;
        gap: 40px;
        position: relative;
        z-index: 35;
        align-items: flex-start;
    }
}
@media (max-width: 87.5em) {
    .last-form__body {
        width: 100%;
        padding: 56px 37px;
        padding-right: 0;
        position: static;
        height: auto;
    }
}
@media (max-width: 48.75em) {
    .last-form__body {
        padding-left: 0;
        padding-right: 0;
        z-index: 12;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        background: transparent;
    }
    .last-form__body::before {
        background: #da6f54;
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 30px;
        border-radius: 30px;
        width: calc(100% + 80px);
        left: -40px;
        top: 0;
        height: 100%;
    }
}
.last-form__left {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.last-form__left .mini-title::before {
    filter: brightness(0);
}
@media (max-width: 4.375em) {
    .last-form__left {
        z-index: 3;
        position: relative;
    }
}
@media (max-width: 45em) {
    .last-form__left {
        gap: 32px;
    }
}
@media (max-width: 6.25em) and (max-width: 87.5em) {
    .last-form__ttl2 {
        font-weight: 400;
        font-size: 40px;
        line-height: 117%;
    }
}
.last-form__line:not(:last-child) {
    margin-bottom: 37px;
}
@media (max-width: 45em) {
    .last-form__line:not(:last-child) {
        margin-bottom: 27px;
    }
}
.last-form__l-txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
}
@media (max-width: 45em) {
    .last-form__l-txt {
        font-size: 0.9375rem;
    }
}
.last-form__l-ttl {
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
}
@media (max-width: 45em) {
    .last-form__l-ttl {
        font-size: 1.4375rem;
    }
}
.last-form__right {
    background: #ded1b4;
    padding: 45px 62px;
    border-radius: 30px 0 0 30px;
    max-width: 740px;
    width: 100%;
}
@media (max-width: 87.5em) {
    .last-form__right {
        max-width: 100%;
    }
}
@media (max-width: 45em) {
    .last-form__right {
        padding: 44px 28px;
        padding-right: 0;
        position: relative;
    }
    .last-form__right::before {
        background: #ded1b4;
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 30px 0 0 30px;
        width: calc(100% + 40px);
        left: 0;
        top: 0;
        height: 100%;
    }
}
.last-form__r-ttl {
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 25px;
    max-width: 480px;
}
.last-form__r-ttl span {
    font-style: italic;
    font-weight: 400;
    font-family: PT Serif;
}
@media (max-width: 45em) {
    .last-form__r-ttl {
        font-size: 30px;
        line-height: 116%;
        margin-bottom: 10px;
    }
}
.last-form__r-txt {
    max-width: 480px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
}
@media (max-width: 45em) {
    .last-form__r-txt {
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
    }
}
.last-form__btn {
    max-width: 209px;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 123;
}

.form-line__btn:hover {
    transform: none !important;
}

.last-form__bottom {
    margin-left: 230px;
    margin-top: 24px;
}
@media (max-width: 62.5em) {
    .last-form__bottom {
        margin-left: 0;
        justify-content: center;
        display: flex;
    }
}
.last-form .section-title2 span {
    color: #212121 !important;
}
@media (max-width: 48.75em) {
    .last-form .form-line__soc-box {
        flex-direction: column-reverse;
        align-items: center;
        gap: 14px;
    }
}
@media (max-width: 48.75em) {
    .last-form .form-line__soc a {
        width: 60px;
        padding: 0;
        border: 1px solid #212121;
        display: flex;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
}
.footer {
    z-index: 1;
}

.novo {
    display: flex;
    gap: 144px;
    justify-content: space-between;
}
@media (max-width: 80em) {
    .novo {
        gap: 50px;
        flex-direction: column;
        justify-content: space-between;
    }
}
.novo__left {
    max-width: 575px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}
@media (max-width: 80em) {
    .novo__left {
        max-width: 100%;
        padding-bottom: 39px;
        margin-bottom: 50px;
    }
}
.novo__title {
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
}
.novo__title span {
    color: #000;
    font-style: italic;
    font-family: PT Serif;
    color: #212121;
}
@media (max-width: 80em) {
    .novo__title {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 25px;
        line-height: 120%;
        color: #212121;
    }
}
.novo__baner {
    border-radius: 20px;
    background: #da6f54;
    padding: 45px 99px 45px 60px;
}
.novo__baner-contacts {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    line-height: 134%;
    flex-wrap: wrap;
}
@media (max-width: 62.5em) {
    .novo__baner {
        padding: 30px;
    }
    .novo__baner-contacts {
        font-size: 15px;
        font-family: Montserrat;
        margin-bottom: 40px;
    }
    .novo__left {
        gap: 12px;
    }
}
.novo__baner-ttl {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 27px;
    line-height: 115%;
}
@media (max-width: 62.5em) {
    .novo__baner-ttl {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        color: #212121;
    }
}
.novo__baner-xt {
    font-weight: 400;
    font-size: 18px;
    line-height: 134%;
}
.novo__baner-xt:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 62.5em) {
    .novo__baner-xt {
        font-weight: 400;
        font-size: 15px;
        font-family: Montserrat;
        line-height: 133%;
        color: #212121;
    }
}
.novo__baner-bottom {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: #212121;
}
@media (max-width: 62.5em) {
    .novo__baner-bottom {
        flex-direction: column;
        font-weight: 600;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 173%;
        gap: 4px;
    }
}
.novo__download {
    background: #212121;
    border-radius: 20px;
    width: 166px;
    height: 174px;
    padding: 9px;
    text-align: center;
    position: absolute;
    bottom: 87px;
    right: -104px;
}
.novo__download .wrap-line {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border: 0.5px solid #fff;
    height: 100%;
    border-radius: 20px;
    justify-content: center;
}
@media (max-width: 80em) {
    .novo__download .wrap-line {
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
        border: none;
    }
}
@media (max-width: 80em) {
    .novo__download {
        width: 100%;
        border-radius: 20px;
        margin-top: -45px;
        height: auto;
        padding: 25px;
        position: static;
    }
    .novo__baner-xt {
        margin-bottom: 40px;
    }
}
.novo__download-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.novo__download-top a {
    transition: all 0.3s ease 0s;
}
.novo__download-top a:hover {
    transform: scale(1.1);
}
.novo__download-bottom {
    font-weight: 400;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 113%;
    text-align: center;
    color: #fff;
}
@media (max-width: 80em) {
    .novo__download-bottom {
        text-align: left;
    }
}
.novo__right {
    padding: 54px 62px;
    border: 1px solid #212121;
    border-radius: 20px;
    max-width: 725px;
    margin-right: -80px;
    line-height: 26px;
}
@media (max-width: 80em) {
    .novo__right {
        border: none;
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin: 0;
        font-weight: 400;
            font-size: 15px;
    font-family: Montserrat;
        line-height: 133%;
        color: #212121;
    }
}
.opacity_0 {
    opacity: 0;
}
@keyframes fadeInUp {
    0% {
        opacity: 0; /* Начальное состояние: полностью прозрачный */
        transform: translateY(20px); /* Начальная позиция: сдвинут вниз на 20 пикселей */
    }
    100% {
        opacity: 1; /* Конечное состояние: полностью видимый */
        transform: translateY(0); /* Вернуться в исходное положение */
    }
}
.fade-up {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 1, 1) forwards; /* Запуск анимации */
    opacity: 0; /* Начальное состояние: полностью прозрачный */
}
.fade-up2 {
    animation: fadeInUp 1.5s ease forwards; /* Запуск анимации */
    opacity: 0; /* Начальное состояние: полностью прозрачный */
}
@keyframes fadeInLeft {
    0% {
        opacity: 0; /* Начальное состояние: полностью прозрачный */
        transform: translateX(-40px); /* Начальная позиция: сдвинут влево на 20 пикселей */
    }
    100% {
        opacity: 1; /* Конечное состояние: полностью видимый */
        transform: translateX(0); /* Вернуться в исходное положение */
    }
}
.fade-left,
.fade-left2 {
    animation: fadeInLeft 0.6s cubic-bezier(0.4, 0, 1, 1) forwards; /* Запуск анимации */
    opacity: 0; /* Начальное состояние: полностью прозрачный */
}
@keyframes fadeInDown {
    0% {
        opacity: 0; /* Начальное состояние: полностью прозрачный */
        transform: translateY(-20px); /* Начальная позиция: сдвинут вниз на 20 пикселей */
    }
    100% {
        opacity: 1; /* Конечное состояние: полностью видимый */
        transform: translateY(0); /* Вернуться в исходное положение */
    }
}
.fade-down {
    animation: fadeInDown 0.6s cubic-bezier(0.4, 0, 1, 1) forwards; /* Запуск анимации */
    opacity: 0; /* Начальное состояние: полностью прозрачный */
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1); /* Начальный и конечный масштаб */
    }
    50% {
        transform: scale(1.2); /* Увеличиваем до 120% в середине анимации */
    }
}
.pulse-icon {
    display: inline-block; /* Чтобы анимация работала корректно */
    animation: pulse 2s ease-in-out infinite; /* Задаем анимацию: длительность 1 секунда, плавное изменение, бесконечный цикл */
}
.projects__navi {
    z-index: 12;
    position: relative;
}
.zakrep {
    display: none;
    gap: 15px;
    border-radius: 20px 0 0 20px;
    width: fit-content;
    padding: 32px;
    background: #da6f54;
    position: fixed;
    top: 0;
    align-items: center;
    right: 0;
    z-index: 10;
}
.zakrep__mob {
    display: none;
}
@media (max-width: 62.5em) {
    .zakrep__mob {
        display: flex;
    }
}
@media (max-width: 62.5em) {
    .zakrep {
        padding: 16px;
        gap: 10px;
    }
}
@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(20px); /* Начальная позиция справа */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Конечная позиция на месте */
    }
}
@keyframes fadeRight2 {
    0% {
        opacity: 0;
        transform: translateX(100px); /* Начальная позиция справа */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Конечная позиция на месте */
    }
}
.fade-right2 {
    animation: fadeRight2 2s ease forwards; /* Применение анимации */
}
.fade__right {
    animation: fadeRight 1s ease forwards; /* Применение анимации */
}
.hero__card {
    position: relative;
}
.hot__podl {
    position: absolute;
    right: 186px;
    bottom: 33px;
    z-index: 2;
    width: 289px;
}
@media (max-width: 78.125em) {
    .hot__podl {
        display: none;
    }
}
html {
    /*scroll-behavior: smooth;*/
}
.hero__card .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 1s ease 0s;
    pointer-events: none; /* Чтобы видео не перехватывало курсор */
}
.hero__card:hover .bg {
    opacity: 0;
}
.hero__card:hover .bg-video {
    opacity: 1;
}
.hero__card.hovered-on-top-two:hover .bg-video {
    opacity: 0;
}
.hero__card.hovered-on-top-two:hover .bg {
    opacity: 1 !important;
}
.hero__card.hovered-on-top-two:hover .hero__card-top {
    opacity: 1 !important;
}
@keyframes drawBorder {
    0% {
        clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%); /* Начинаем с верхнего левого угла */
    }
    25% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); /* Бордер идет вправо */
    }
    50% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%); /* Бордер идет вниз */
    }
    75% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* Бордер идет влево */
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* Завершаем на нижнем крае */
    }
}
.animate-border::before {
    opacity: 1 !important;
    animation: drawBorder 4s ease-out forwards !important;
}
.protect__line {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.protect__line.active {
    opacity: 1;
    height: auto;
    transform: translateX(0);
}
.lines-p {
    position: relative; /* Позволяет дочерним элементам использовать абсолютное позиционирование */
    height: 100px; /* Задайте необходимую высоту для блока */
    overflow: hidden; /* Скрывает выходящие за пределы элементы */
}
.protect__line {
    position: absolute; /* Позволяет всем плашкам находиться в одном и том же месте */
    width: 100%; /* Задайте ширину на 100% */
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.protect__line.active {
    opacity: 1;
    transform: translateX(0);
}
.logo-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #da6f54;
    opacity: 1;
    transition: opacity 2.7s ease; /* исчезновение фона */
    z-index: 23;
}
.hero__card-top-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hero__card-top-two:hover {
    color: #212121;
}
.hero__card-top-two:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    height: 50%;
    background: #da6f54;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.7s ease, opacity 0.6s ease;
    z-index: -1;
}
.hero__card-top-two:hover:after {
    transform: translate(-50%, -50%) scale(8);
    opacity: 1;
}
.wrapper-project .logo-background {
    display: none !important;
}
.baner__item {
    position: relative;
    overflow: hidden;
}
.animate-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    /* Белый бордер */
    border-radius: 50%; /* Скругление углов */
    transform: rotate(0deg);
    animation: drawBorder 2s ease-out forwards; /* Длительность и тип анимации */
}
.animate-border2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000000;
    /* Белый бордер */
    border-radius: 30px;
    width: 100%;
    padding: 49px 42px;
    transform: rotate(0deg);
    animation: drawBorder 3s ease-out forwards; /* Длительность и тип анимации */
}
@media (max-width: 62.5em) {
    .animate-border2::before {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}
.projects__card-hidden-body {
    max-width: 600px;
}
.baner__item {
    position: relative;
}
.baner__item svg,
.baner__item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hot__plan .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.circle-border {
    fill: none;
    stroke: #ded1b4;
    stroke-width: 0.65;
    stroke-dasharray: 314; /* Окружность круга */
    stroke-dashoffset: 314; /* Начальная точка */
}
.hot__plan .circle-border {
    stroke: #000;
    stroke-dasharray: 392; /* Окружность круга */
    stroke-dashoffset: 392; /* Начальная точка */
}
.company .circle-border {
    stroke-width: 0.15;
    stroke: #000;
    stroke-dasharray: 392; /* Окружность круга */
    stroke-dashoffset: 392; /* Начальная точка */
}
.animate-borderr .circle-border {
    animation: drawBorderr 2s ease-out forwards; /* Длительность анимации */
}
.animate-borderr22 .circle-border {
    animation: drawBorderr 2s ease-out forwards; /* Анимация для второго круга */
    animation-delay: 2s; /* Задержка равная длительности первой анимации */
}
.animate-border23 .circle-border {
    animation: drawBorderr 3s ease-out forwards; /* Анимация для второго круга */
    animation-delay: 3s; /* Задержка равная длительности первой анимации */
}
@keyframes drawBorderr {
    to {
        stroke-dashoffset: 0; /* Полное отображение круга */
    }
}
@keyframes drawBorderrr {
    to {
        stroke-dashoffset: 0; /* Полное отображение круга */
    }
}
.hiden-title {
    display: none;
}
.inpu {
    outline: none;
}
.select__list li a.active {
    color: #000;
}
.fancybox__content {
    width: 100% !important;
    padding: 0 !important;
    height: 100% !important;
}
.modal-form-submit {
    max-width: 200px;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.modal-menu__soc a:hover {
    transform: none;
}
.animate-borderrr.circle-border {
    animation: drawBorderrr 4s ease-out forwards; /* Длительность анимации */
}
.krug2 .circle-border {
    animation: drawBorderrr 4s ease-out forwards; /* Анимация для второго круга */
    animation-delay: 4s; /* Задержка равная длительности первой анимации */
}
.animateline::before {
    animation: slideInR 2s ease forwards;
}
.animateline h3 {
    animation: slideIn 2s ease forwards;
    animation-delay: 2s; /* Задержка равная длительности первой анимации */
}
.visibleeeeee .footer {
    overflow: hidden;
}
.visibleeeeee .hot__container {
    overflow: hidden;
}
.visibleeeeee .hero__container {
    overflow: hidden;
}
.project-wrapper__sidebar {
    transition: all 2s ease 0s;
    min-width: 173px;
}
@media (max-width: 81.25em) {
    .project-wrapper__sidebar {
        min-width: 100px;
    }
}
.project-wrapper__sidebar {
    top: 1px;
}
.input {
    outline: none !important;
}
.modalV {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modalV .modal-content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
@media (max-width: 62.5em) {
    .modalV .modal-content {
        width: auto;
        height: auto;
    }
}
.modalV video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease 0s;
    opacity: 0;
}
.modalV.active video {
    opacity: 1 !important;
}
.modalV .close-btn {
    position: absolute;
    top: 63px;
    right: 200px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.modalV .close-btn path {
    stroke: white;
}
.sscrol {
    margin-right: 5px;
}
.visionn {
    display: inline-block;
}
.modal-full-slider {
    height: 100vh;
    width: 100%;
    width: 100vw;
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    display: none;
}
.modal-full-slider__body {
    height: 100%;
}
.modal-full-slider .modal-full-slider__close {
    position: absolute;
    right: 200px;
    top: 63px;
    z-index: 3;
}
@media (max-width: 62.5em) {
    .modal-full-slider .modal-full-slider__close {
        right: 40px;
        top: 40px;
    }
}
.modal-full-slider .modal-full-slider__slider {
    width: 100%;
    height: 100% !important;
}
.modal-full-slider .modal-full-slider__slider .btn-next-modall {
    z-index: 3;
    position: absolute !important;
    right: 20%;
    top: calc(50% - 25px);
}
.modal-full-slider.open {
    display: block;
}
.modal-full-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}
body,
p,
h1,
h2,
h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.inactive-element {
    -webkit-pointer-events: none; /* Префикс для старых версий Safari */
    -moz-pointer-events: none; /* Префикс для старых версий Firefox */
    -ms-pointer-events: none; /* Префикс для Internet Explorer */
    pointer-events: none;
    cursor: not-allowed;
    touch-action: none;
}
[data-tippy-root] {
    max-width: 220px;
}

.tippy-box {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    border-radius: 20px;
    font-weight: 400;
    padding: 22px;
        font-size: 15px;
    font-family: Montserrat;
    line-height: 127%;
    outline: 0;
    transition-property: transform, visibility, opacity;
}
@media (max-width: em(1000)) {
    .tippy-box {
        padding: 15px;
        font-size: rem(13);
    }
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #ffffff;
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#text-output {
    min-height: 120px;
}

@media (max-width: 768px) {
    #text-output {
        min-height: 140px;
        display: grid;
        grid-template-rows: 47px 62px 32px;
        align-items: center;
        background: #da6f54;
        padding-left: 20px;
        margin-left: -20px;
        width: fit-content;
    }
}
.baner__content {
    display: none; /* По умолчанию скрываем все элементы */
}

.baner__content:first-of-type {
    display: block; /* Показываем только первый элемент */
}

.plan__body {
    height: 489px;
    position: relative;
}

.plan__card {
    position: absolute;
}

.plan__card:nth-child(2) {
    right: 0;
    top: 0;
}

.plan__card:nth-child(3) {
    left: 0;
    top: 236px;
    flex-flow: wrap;
}

.plan__card:nth-child(4) {
    right: 0;
    top: 274px;
}

.plan__card:hover {
    z-index: 1;
}

.plan__card img {
    width: 166px;
    height: 139px;
    border-radius: 0 30px 30px 0;
}

.plan__card:nth-child(2) img {
    width: 166px;
    height: 177px;
}

.plan__card:nth-child(3) .plan__c-txt {
    margin-left: 35px;
}

.plan__c-txt {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer__projects-box a.active {
    color: #DA6F54;
}
.footer__list a[disabled] {
    color: #4B4B4B;
    pointer-events: none;
}

.modal-menu__l-column-list a[disabled] {
    color: #a49980;
    pointer-events: none;
}

.modal-menu__projects-line a[disabled] {
    color: #A1503B;
    pointer-events: none;
}

.modal-menu__projects-line .star[disabled] svg path {
    fill: #a1503b;
}

.modal-menu__projects-line-top[disabled]:hover {
    font-weight: 400;
}

@keyframes moveRight {
    0% { transform: translatex(-2px); }
    50% { transform: translatex(1px); }
    100% { transform: translatex(-2px); }
}

@media (min-width: 1200px) {
    .projects__body {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .projects__card:nth-child(3n) {
        grid-column: span 2;
    }
    .projects__completed {
        height: auto;
    }
    .projects__completed.projects__card:nth-child(3n) {
        padding: 55px 140px 70px 55px;
    }
    .projects__completed.projects__card:nth-child(3n) .projects__completed-list {
        justify-content: flex-start;
    }
    .projects__completed.projects__card:nth-child(3n) .projects__completed-item {
        width: calc(25% - 25px);
    }

    .header__menu {
        justify-content: space-between;
        width: 450px;
    }
    .header .menu__list {
        width: 375px;
        justify-content: space-between;
    }
}

.no_anim .header__menu, .no_anim .header__connection, .no_anim .hero__container, .no_anim .elips, .no_anim .elips1{
    opacity: 1;
    animation: none;
}
.no_anim .animated-stroke {
    animation: draw 0s ease forwards 0s;
}
.mont-btn.month_btn {
    text-transform: lowercase;
}
.twokeys-error,
.twokeys-error * {
    box-sizing: border-box;
}
.twokeys-error {
    background: #ded1b4;
    color: #212121;
    font-family: "Cygre", sans-serif;
    font-size: 15px;
    font-weight: 400;
    min-height: 100%;
}
.twokeys-error__header {
    margin-bottom: 85px;
}
.twokeys-error-header {
    display: flex;
    justify-content: center;
    padding-top: 21px;
}
.twokeys-error-header__logo {
    height: 68px;
    width: 160px;
}
.twokeys-error-main {
    padding-bottom: 50px;
}
.twokeys-error-main__info {
    margin-bottom: 158px;
}
.twokeys-error-container {
    padding: 0 37px;
    width: 100%;
}
.twokeys-error-info__descr {
    margin-bottom: 37px;
}
.twokeys-error-info__error {
    margin-bottom: 9px;
    padding-left: 15px;
    position: relative;
}
.twokeys-error-info__error::before {
    color: #da6f54;
    content: "◆";
    font-size: 9px;
    left: 1px;
    position: absolute;
    top: 2px;
}
.twokeys-error-info__code {
    font-size: 45px;
    margin-bottom: 48px;
}
.twokeys-error-info__title {
    font-size: 45px;
    font-weight: 400;
    line-height: 0.97;
    margin-bottom: 0;
}
.twokeys-error-info__accent {
    color: #da6f54;
    font-family: "PT Serif", serif;
    font-style: italic;
}
.twokeys-error-info__social {
    background-color: #da6f54;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: auto;
    margin-right: -37px;
    max-width: 490px;
    padding: 45px 37px 49px 35px;
}
.twokeys-error-info__cta {
    margin-bottom: 23px;
    margin-top: 0;
}
.twokeys-error-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.twokeys-error-info__link {
    align-items: center;
    border-radius: 10px;
    border: 1px solid #212121;
    color: #212121;
    display: flex;
    height: 60px;
    justify-content: center;
    transition: 125ms ease;
    width: 60px;
}
.twokeys-error-action__link {
    align-items: center;
    color: #212121;
    display: flex;
    font-size: 25px;
    gap: 16px;
    margin: 0 auto;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
}
.twokeys-error-action__icon {
    align-items: center;
    background-color: #da6f54;
    border-radius: 10px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    transition: background-color 125ms ease;
    width: 60px;
}
.twokeys-error-action__text {
    transition: font-weight 125ms ease;
    width: 142px;
}
@media (min-width: 992px) {
    .twokeys-error {
        font-size: 17px;
    }
    .twokeys-error__header {
        margin-bottom: 116px;
    }
    .twokeys-error-header {
        padding-top: 13px;
    }
    .twokeys-error-header__logo {
        height: 95px;
        width: 225px;
    }
    .twokeys-error-main {
        padding-bottom: 75px;
    }
    .twokeys-error-container {
        padding: 0 100px;
    }
    .twokeys-error-info__body {
        display: flex;
        gap: 20px;
    }
    .twokeys-error-info__descr {
        margin-bottom: unset;
    }
    .twokeys-error-info__error {
        font-size: 15px;
    }
    .twokeys-error-info__social {
        flex-basis: 490px;
        flex-shrink: 0;
        margin-right: -100px;
    }
    .twokeys-error-info__cta {
        margin-bottom: 35px;
    }
    .twokeys-error-action__link {
        font-size: 30px;
        gap: 28px;
    }
    .twokeys-error-action__text {
        width: 170px;
    }
}
@media (min-width: 1200px) {
    .twokeys-error-info__body {
        gap: 40px;
    }
    .twokeys-error-info__code,
    .twokeys-error-info__title {
        font-size: 62px;
    }
    .twokeys-error-info__social {
        flex-basis: 550px;
        max-width: 550px;
        padding: 80px 37px 49px 63px;
    }
}
@media (min-width: 1440px) {
    .twokeys-error-info__social {
        flex-basis: 680px;
        max-width: 680px;
    }
}
@media (min-width: 1600px) {
    .twokeys-error-container {
        padding: 0 200px;
    }
    .twokeys-error-info__social {
        flex-basis: 780px;
        margin-right: -200px;
        max-width: 780px;
    }
}
@media (any-hover: hover) {
    .twokeys-error-info__link:hover {
        background-color: #212121;
        color: #da6f54;
    }
    .twokeys-error-action__link:hover .twokeys-error-action__icon {
        background-color: #212121;
    }
}

.month__slider {
     position: static;
}

.chois-navi__slider {
    margin-left: 0;
}
.chois__navi__slide.swiper-slide {
    height: auto;
    width: auto!important;
    flex-shrink: unset;
}

@media (max-width: 62.5em) {
    .vacans__form-box .file {
        padding: 19px 19px;
    }
    .vacans__form-box .input {
        padding: 20px 22px;
    }
    .vacans__form-box .custom-select__title  {
        padding: 19px 22px;
    }
    .projects__card-hidden-link {
        line-height: 0vh;}
}

@media (max-width: 43.75em) {
    .story__actions .custom-select__title {
        justify-content: center;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        font-family: "Cygre";
        line-height: 13px;
    }
    .story__actions .open .custom-select__title {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .story__actions .open .custom-select__list {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .story__actions .custom-select__title svg {
        position: absolute;
        right: 7px;
    }

    .story__actions .custom-select__list {
        border-radius: 5px;
        background: #DED1B4;
        border: none;
        padding: 0px 14px 10px;
        top: 33px;
        font-family: "Cygre";
        line-height: 13px;
    }
    .story__actions .custom-select__list li {
        padding: 10px 0 0;
        text-align: center;
        max-width: 207px;
        margin: auto;
        border-top: solid 0.5px #212121;
        display: none;
    }
    .story__actions .custom-select__list li.active {
        display: block;
    }
}
.last-form .section-title2 {
    max-width: 580px;
}
