:root {
    --color-primary: #213828;
    --color-secondary: #937153;
    --color-light-secondary: #E7D7BF;
    --color-very-light-secondary: #E9E9E4;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.planirovki__tabs {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .planirovki__tabs {
        margin-bottom: 20px;
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .planirovki__tabs {
        padding-bottom: 20px;
        height: auto;
        margin-bottom: 0;
    }
}

.planirovki__tab {
    font-size: 22px;
    position: relative;
    color: #595959;
    cursor: pointer;
    transition: 300ms;
    margin-right: 41px;
}

@media only screen and (max-width: 767px) {
    .planirovki__tab {
        margin-right: 10px;
        white-space: nowrap;
        height: 32px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
}

.planirovki__tab:last-child {
    margin-right: 0;
}

.planirovki__tab:hover {
    color: #212322;
}

.planirovki__tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a11a3a;
    left: 0;
    bottom: -7px;
    position: absolute;
}

section {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .planirovki__tab::before {
        bottom: -2px;
    }
}

.planirovki__tab.active {
    background: #a11a3a;
    border-radius: 50px;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .planirovki__tab.active {
        padding: 4px 10px;
    }
}

.planirovki__tab.active:hover {
    color: #fff;
}

.planirovki__tab.active::before {
    display: none;
}

.planirovki__content {
    opacity: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.planirovki__content.active {
    opacity: 1;
    z-index: 5;
    position: relative;
}

#appartments .appart {
    padding: 0 !important;
}

#appartments .appart .appart__head,
#appartments .appart .appart__title {
    display: none !important;
}

/* End */

/* Start:/bitrix/templates/landing-tumargroup/assets/libs/fancybox/jquery.fancybox.min.css?166636550812797*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 9999999;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */

/* Start:/bitrix/templates/landing-tumargroup/assets/css/tr/style.css?169957766985264*/
/*
@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Black.woff2") format("woff2"), url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Bold.woff2") format("woff2"), url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-DemiBold.woff2") format("woff2"), url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Medium.woff2") format("woff2"), url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Regular.woff2") format("woff2"), url("/bitrix/templates/landing-tumargroup/assets/css/tr/../fonts/GolosText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
    font-family: 'HistoryPro';
    src: url('/static/fonts/HistoryPro-Two.woff2') format('woff2'),
    url('/static/fonts/HistoryPro-Two.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

button,
input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
}

button:focus {
    box-shadow: none !important;
}

*:focus {
    outline: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #212322;
    overflow-x: hidden;
}

body.active {
    overflow: hidden;
    padding-right: 8px;
}

@media only screen and (max-width: 991px) {
    body.active {
        padding: 0;
    }
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    body::-webkit-scrollbar {
        width: 2px;
    }
}


body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-primary);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-secondary);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
    border-radius: 10;
    background-color: transparent;
}

a {
    display: inline-block;
    font: inherit;
    color: inherit;
    transition: 300ms;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a img {
    border: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

ul li {
    margin-bottom: 1rem;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li::marker {
    color: var(--color-primary);
}

.container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 100%;
}


@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

.wrapper {
    position: relative;
    overflow: hidden;
    background: #fdfdfd;
}

.header {
    padding: 3.1rem 0;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HistoryPro', sans-serif;
}

@media only screen and (max-width: 991px) {
    .header {
        position: fixed;
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
        padding: 1.1rem 0;
    }
}

.header__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 10rem;
}

.header__logo img {
    width: 100%;
    height: 100%;
}

.header__item {
    display: flex;
    align-items: center;
}

.header__number {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    margin-right: 17px;
}

@media only screen and (max-width: 767px) {
    .header__number {
        justify-content: center;
        width: 12vw;
        max-width: 12vw;
    }

}


.header__number:hover {
    color: var(--color-primary);
}

.header__number img {
    margin-right: 8px;
    width: 1.4rem;
}

.header__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 39px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-right: 11px;
}


.header__whatsapp img {
    margin-right: 6px;
}

.drop-menu__list {
    list-style-type: none;
    font-family: 'HistoryPro';
}

@media only screen and (max-width: 767px) {
    .header__whatsapp {
        width: 100%;
        margin-right: 0;
        height: 12vw;
        color: #000;
    }

    .drop-menu .header__btn.mobile {
        height: 12vw;
    }

    .header__number img {
        margin: 0;
    }

    .header__whatsapp img {
        margin: 0;
        width: 2.3rem;
    }

    .drop-menu__items .header__whatsapp {

        background: #f2f2f2;
    }

    .drop-menu__items .header__whatsapp img {
        margin: 0;
        filter: invert();
    }
}

.header__whatsapp:hover {
    background: var(--color-primary);
}

.header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 171px;
    height: 39px;
    background: #f2f2f2;
    border-radius: 50px;
    font-size: 16px;
    color: #191e1d;
    cursor: pointer;
    margin-right: 11px;
}

@media only screen and (max-width: 767px) {
    .header__btn {
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header__btn.desk {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header__btn.mobile {
        display: flex;
    }
}

.header__btn:hover {
    background: #d8d8d8;
}

.header__btn img {
    margin-right: 5px;
}

.header__burger {
    display: flex;
    width: 3.7rem;
    align-items: center;
    justify-content: center;
    height: 2rem;
    border-radius: 50%;
    transition: 300ms;
    cursor: pointer;
}


.header__burger a {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    width: 100%;
    height: 100%;
}


.header__burger a span {
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
}

.header__burger a span:before {
    content: "";
    background: url('/static/img/menu.svg') no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}


.header__burger a.active span {
    transform: rotate(-45deg) translate(-1px, 2px);
}


.showcase {
    min-height: 100vh;
    padding: 120px 0 67px 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: flex-start;
    position: relative;
    background: var(--color-primary);
}

.gradient-overlay {
    position: absolute;
    z-index: 20;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(63, 80, 83, 0.46271008403361347) 30%,
    rgba(0, 212, 255, 0) 55%);
}

.showcase .container {
    z-index: 21;
    max-width: 95rem;
}

@media only screen and (max-width: 1300px) {
    .showcase {
        padding: 20vw 0 60px 0;
    }
}


@media only screen and (max-width: 767px) {
    .showcase .gradient-overlay {
        background: linear-gradient(0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(26, 32, 34, 0.5355392156862745) 30%,
        rgba(0, 0, 0, 0.18539915966386555) 47%,
        rgba(63, 80, 83, 0) 68%);
    }

    .showcase .container {
        position: relative;
        z-index: 21;
    }
}

.showcase__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: 1000ms;
    transform: translateY(50px);
    flex-direction: column;
    /*color: var(--color-secondary);*/
}

.showcase__items.element-show {
    transform: none;
    opacity: 1;
}


.showcase__title {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 54px;
    width: 530px;
    min-width: 530px;
    margin-right: 165px;
}

@media only screen and (max-width: 1300px) {
    .showcase__title {
        font-size: 40px;
        min-width: 450px;
        width: 450px;
        line-height: 46px;
        margin-right: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .showcase__title {
        font-size: 36px;
        line-height: 42px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .showcase__title {
        font-size: 28px;
        line-height: 32px;
        min-width: auto;
        width: 100%;
        margin-bottom: 10px;
    }
}

.showcase__item {
    width: 100%;
}

.showcase__blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 4.5rem 0 5.4rem;
    /*font-family: 'HistoryPro';*/
    gap: 8rem;
}

.showcase__block {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .showcase__blocks {
        column-gap: 3rem;
        row-gap: 1.8rem;
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
        margin: 3rem 0;
    }
}

.showcase__block-head {
    font-size: 16px;
    line-height: 27px;
}

@media only screen and (max-width: 767px) {
    .showcase__block-head {
        line-height: 24px;
    }
}

.showcase__block-text {
    font-family: Romul;
    font-size: 30px;
    font-weight: 400;
}

.showcase__block-text small {
    font-size: 20px;
    /*text-transform: lowercase;*/
}

@media only screen and (max-width: 767px) {
    .showcase__block-text {
        font-size: 16px;
    }

    .showcase__block-text small {
        font-size: 12px;
    }
}

.showcase__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}


.showcase__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    height: 62px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .showcase__btn {
        font-size: 12px;
        height: revert;
        padding: 2rem 1rem;
        font-size: 1.2rem;
    }
}

.showcase__btn:first-child {
    width: 30rem;
    margin-right: 18px;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: #000;
}


@media only screen and (max-width: 767px) {
    .showcase__btn:first-child {
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .showcase__btns {
        flex-wrap: wrap;
    }

}

.showcase__btn:first-child:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-secondary);
}

.showcase__btn:last-child {
    width: 100%;
    /*color: var(--color-secondary);*/
    width: 30rem;
    /*background: var(--color-primary);*/
    border: 1px solid #fff;
}

.showcase__block:nth-child(2) {
    padding: 0 8rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .showcase__btn:last-child {
        width: 100%;
        font-size: 1.2rem;
    }
}


.showcase__btn:last-child:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.drop-menu {
    background: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transition: 200ms;
    top: -100vh;
}

@media only screen and (max-width: 991px) {
    .drop-menu {
        position: fixed;
    }
}

.drop-menu.active {
    top: 0;
}

.drop-menu .container {
    position: relative;
}

.drop-menu__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 172px 0 100px 0;
    min-height: 100vh;
}

@media only screen and (max-width: 1660px) {
    .drop-menu__items {
        padding: 140px 0 80px 0;
    }
}

@media only screen and (max-width: 991px) {
    .drop-menu__items {
        padding: 120px 0 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .drop-menu__items {
        padding: 100px 0 80px 0;
    }
}

.drop-menu__head {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.3;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1660px) {
    .drop-menu__head {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .drop-menu__head {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.drop-menu__btns {
    display: flex;
    align-items: center;
}

.drop-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 150px;
    column-gap: 150px;
    row-gap: 39px;
    max-width: 730px;
}

@media only screen and (max-width: 1660px) {
    .drop-menu__list {
        row-gap: 20px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        max-width: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .drop-menu__list {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
}

.drop-menu__list li a {
    min-width: 350px;
    font-size: 37px;
    color: #1d1d1d;
    opacity: 0.6;
    transition: 0ms;
    white-space: nowrap;
}

@media only screen and (max-width: 1660px) {
    .drop-menu__list li a {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .drop-menu__list li a {
        font-size: 18px;
    }
}

.drop-menu__list li a:hover {
    font-weight: 600;
    opacity: 1;
    color: var(--color-primary);
}

.drop-menu__end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .drop-menu__end {
        display: block;
    }
}

.drop-menu__end-text {
    font-size: 18px;
    color: #616161;
}

@media only screen and (max-width: 767px) {
    .drop-menu__end-text {
        font-size: 14px;
        text-align: center;
        line-height: 18px;
        margin-top: 15px;
    }
}

.drop-menu__end-text a:hover {
    text-decoration: underline;
}

.drop-menu__social {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .drop-menu__social {
        justify-content: center;
        margin-top: 20px;
    }
}

.drop-menu__social li {
    margin-right: 21px;
}

.drop-menu__social li:last-child {
    margin-right: 0;
}

.drop-menu__social li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-menu__social li a:hover svg path {
    fill: var(--color-primary);
}

.drop-menu__social li a svg path {
    transition: 300ms;
}

.drop-menu__social li:last-child a:hover svg path:last-child {
    fill: #fafafa;
}

.drop-menu__mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .drop-menu__mobile {
        display: block;
    }
}

.about {
    padding: 11rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-secondary);
    position: relative;
}

@media only screen and (max-width: 991px) {
    .about {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .about {
        padding: 80px 0 5rem 0;
    }
}

.about__items {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .about__items {
        display: block;
    }
}

.about__slider {
    min-width: 696px;
    width: 696px;
    height: 534px;
    border-radius: 48px;
    overflow: hidden;
    margin-left: 64px;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
}

.about__slider.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 1300px) {
    .about__slider {
        min-width: 550px;
        width: 550px;
        height: 430px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .about__slider {
        min-width: auto;
        width: 100%;
        height: 550px;
        margin: 20px 0 0 0;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .about__slider {
        height: 450px;
    }
}

@media only screen and (max-width: 500px) {
    .about__slider {
        height: 350px;
    }
}

@media only screen and (max-width: 400px) {
    .about__slider {
        height: 300px !important;
    }
}

.about .slick-track {
    height: 100%;
}

.about .slick-list {
    height: 534px !important;
}

@media only screen and (max-width: 1300px) {
    .about .slick-list {
        height: 430px !important;
    }
}

@media only screen and (max-width: 991px) {
    .about .slick-list {
        height: 550px !important;
    }
}

@media only screen and (max-width: 767px) {
    .about .slick-list {
        height: 450px !important;
    }
}

@media only screen and (max-width: 500px) {
    .about .slick-list {
        height: 350px !important;
    }
}

@media only screen and (max-width: 400px) {
    .about .slick-list {
        height: 300px !important;
    }
}

.about__slide {
    width: 100%;
    height: 100%;
}

.about__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__head {
    font-size: 14px;
    color: #808080;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
}

.about__head.element-show {
    transform: none;
    opacity: 1;
}

.about__header {
    position: relative;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
}

.about__header.element-show {
    transform: none;
    opacity: 1;
}

.about__title {
    font-size: 60px;
    line-height: 86px;
    font-weight: 600;
    color: var(--color-primary);
    position: relative;
    z-index: 6;
}

@media only screen and (max-width: 1300px) {
    .about__title {
        font-size: 50px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .about__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
}

.about__subtitle {
    font-size: 82px;
    font-weight: 600;
    color: #f5f5f5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

@media only screen and (max-width: 1300px) {
    .about__subtitle {
        font-size: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .about__subtitle {
        font-size: 60px;
        white-space: nowrap;
    }
}

.about__info {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
}

.about__info.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 1300px) {
    .about__info {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .about__info {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

.text {
    font-size: 16px;
    line-height: 27px;
    opacity: 0.8;
    margin-bottom: 30px;
    transition: 1000ms;
    opacity: 0;
    /*transform: translateY(50px);*/
}

.text.element-show {
    transform: none;
    opacity: 1;
}

.text h2 {
    font-size: 5rem;
    font-weight: 400;
    margin-bottom: 4rem;
    line-height: 1;
}

.text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.text p {
    margin-bottom: 4.8rem;
}

.contacts__info.text p {
    padding: 4rem 0;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.text b,
.text strong {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.object-360 p {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .text {
        margin-bottom: 20px;
        line-height: 24px;
    }

    .text h2 {
        font-size: 2rem;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .text h4 {
        font-size: 18px;
    }
}

.about__file {
    display: flex;
    align-items: center;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
}

.about__file.element-show {
    transform: none;
    opacity: 1;
}

.about__file-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

@media only screen and (max-width: 767px) {
    .about__file-name {
        line-height: 18px;
        margin-bottom: 5px;
    }
}

.title-xl {
    font-size: 7.5rem;
    text-transform: uppercase;
    font-family: 'HistoryPro';
}

.about .title-xl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    max-width: 1520px;
    mix-blend-mode: overlay;
    filter: grayscale(1);
    display: flex;
    flex-direction: column;
}

.banner .title-xl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    max-width: 1520px;
    mix-blend-mode: overlay;
    filter: grayscale(1);
    display: flex;
    flex-direction: column;
}

.about .title-xl {
    top: 41%;
}

.banner .title-xl {
    color: #fff;
    mix-blend-mode: normal;
}

.line-text {
    position: absolute;
    left: 0;
    top: 11rem;
    max-width: 50%;
}

.about .line-text img {
    width: 90%;
    filter: invert();
}

.border_text {
    padding-left: 3.5rem;
    margin-left: auto;
    max-width: 40rem;
    font-size: 1.6rem;
    border-left: #000 1px solid;
}

.about .container {
    position: static;
}

.about .border_text {
    line-height: 1.85;
}

.title-xl span {
    margin-left: auto;
}

.circleVideo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    background-color: #000;
}

.pageUp {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    position: fixed;
    left: 3rem;
    bottom: 8.8rem;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.pageUp.active {
    display: block;
}

.pageUp::after {
    content: "";
    background: url('/static/img/pageUp.svg') no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
}

.circleVideo {
    width: 62rem;
    margin: 0 auto;
    height: 62rem;
}

.circleVideo video {
    border-radius: inherit;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about__file-name:hover {
    color: var(--color-primary);
}

.about__file-mb {
    font-size: 12px;
    color: #000000;
    opacity: 0.5;
}

.about__download {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    min-width: 52px;
    background: var(--color-primary);
    margin-right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .about__download {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 15px;
    }
}

.about__download:hover {
    background: var(--color-primary);
}

.about .slick-arrow {
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
    position: absolute;
    transition: 300ms;
    bottom: 18px;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
}

@media only screen and (max-width: 400px) {
    .about .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }
}

.about .slick-next {
    right: 27px;
    background-image: url(../img/about-r.svg);
    color: var(--color-primary);
}

@media only screen and (max-width: 400px) {
    .about .slick-next {
        right: 20px;
    }
}

.about .slick-next:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-r-w.svg);
}

.about .slick-prev {
    right: 83px;
    background-image: url(../img/about-l.svg);
}

@media only screen and (max-width: 400px) {
    .about .slick-prev {
        right: 70px;
    }
}

.about .slick-prev:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-l-w.svg);
}

.icons {
    padding: 11rem 0;
    color: var(--color-primary);
    background: var(--color-secondary);
}

.title-xs {
    font-size: 2.4rem;
    font-weight: 400;
    font-family: 'HistoryPro';
}

.text-xxl {
    font-size: 2.4rem;
}

.icons__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 42px;
    transition: 1000ms;
    opacity: 0;
    transform: translateX(-50px);
}

.icons__header.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .icons__header {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .icons__header {
        margin-bottom: 0;
        display: block;
        padding: 0;
    }
}

.icons__header-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.icons__header-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    min-width: 58px;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 15px;
}

.icons__header-title {
    font-size: 5rem;
    font-family: 'HistoryPro';
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--color-primary);
}

/*.icons__header-title::after {*/
/*    content: "";*/
/*    background: url('/static/img/divider.svg') no-repeat;*/
/*    width: 100%;*/
/*    height: 5rem;*/
/*    margin-top: 5rem;*/
/*    display: block;*/
/*    background-size: 100% auto;*/
/*}*/

.icons__header-text {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    max-width: 588px;
}

.icons__header-text span {
    font-family: sans-serif;
}

@media only screen and (max-width: 1300px) {
    .icons__header-text {
        font-size: 18px;
        line-height: 26px;
        max-width: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .icons__header-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .icons__header-text {
        font-size: 14px;
        line-height: 18px;
    }
}

.icons__header-map {
    width: 213px;
    height: 48px;
    background: #f2f2f2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    min-width: 213px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .icons__header-map {
        margin-left: 0;
        margin-top: 20px;
    }
}

.icons__header-map img {
    margin-right: 8px;
}

.icons__header-map:hover {
    background: #dddddd;
}

.icons__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 46px;
    /*margin-bottom: 8.5rem;*/
}

@media only screen and (max-width: 1300px) {
    .icons__items {
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .icons__items {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 4rem;
    }

}


.icons__item {
    display: flex;
    align-items: center;
    transition: 1000ms;
    opacity: 0;
    transform: translateY(50px);
    font-size: 1.6rem;
}

@media only screen and (max-width: 540px) {
    .icons__items {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 1rem;
    }

    #icons .icons__item {
        max-width: 100%;
    }

    .icons__image {
        margin-right: 1rem;

    }
}

#icons .icons__item {
    font-size: 1.4rem;
}

.icons__item.element-show {
    transform: none;
    opacity: 1;
}

.icons__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    min-width: 57px;
    overflow: hidden;
    margin-right: 20px;
    /*filter: invert();*/
}

.icons__image .dry-svg {
    display: none;
    opacity: 0;
    transition: 0.6s;
}

/*
.icons__image:hover .dry-svg {
  display: block;
  opacity: 1;
  transition: 0.6s ease;
}

.icons__image:hover .my-svg {
  display: none;
  opacity: 0;
  transition: 0.6s;
}
*/

.icons__text {
    /*font-weight: 500;*/
    white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
    .icons__text {
        white-space: normal;
    }
}

.tumar {
    padding: 11rem 0;
}

.tumar .form__content {
    margin-bottom: 12.3rem;
}

.tumar .block {
    width: 50%;
}

.tumar .block .title {
    margin-bottom: 4rem;
}

.tumar .block .text-md {
    max-width: 65rem;
}

.tumar .btn {
    border-color: #000;
    margin-top: 5rem;
}

.tumar .container {
    justify-content: space-between;
}

.tumar .block1 {
    max-width: 621px;
}

.big_num {
    font-size: 10rem;
    line-height: 1;
    font-family: 'HistoryPro';
    padding-bottom: 20px;
}

.tumar .block2 .row {
    /*align-items: center;*/
    font-size: 1.6rem;
    /*flex-wrap: nowrap;*/
    font-family: 'HistoryPro';
    /*justify-content: space-between;*/
}

.tumar .block2 .row .left {
    line-height: 1.5;
    /*max-width: 36.5rem;*/
}

/*.tumar .block2 .row:nth-child(odd)::after {*/
/*    !*background: url('/static/img/arrow_black.svg') no-repeat;*!*/
/*    background-size: contain;*/
/*    content: "";*/
/*    display: block;*/
/*    flex: 1;*/
/*    height: 4rem;*/
/*}*/

.tumar .block2 .row:nth-child(even) {
    /*text-align: right;*/
}

/*.tumar .block2 .row:nth-child(even)::before {*/
/*    transform: scaleX(-1);*/
/*    !*background: url('/static/img/arrow_black.svg') no-repeat;*!*/
/*    background-size: contain;*/
/*    content: "";*/
/*    display: block;*/
/*    flex: 1;*/
/*    height: 4rem;*/
/*}*/

.block .text-md {
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .tumar {
        padding: 4rem 0;
    }
}

.tumar__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .tumar__items {
        display: block;
    }
}

.tumar__item {
    min-width: 512px;
    width: 512px;
    margin-right: 180px;
    transition: 1000ms;
    opacity: 0;
    transform: translateX(-50px);
}

.tumar__item.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 1300px) {
    .tumar__item {
        margin-right: 40px;
        min-width: 450px;
        width: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .tumar__item {
        min-width: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.tumar__right {
    transition: 1000ms;
    opacity: 0;
    transform: translateX(50px);
}

.tumar__right.element-show {
    transform: none;
    opacity: 1;
}

.tumar__head {
    font-size: 15px;
    color: #a3a3a3;
    margin-bottom: 5px;
}

.tumar__title {
    font-size: 28px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
    .tumar__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.tumar__text {
    font-size: 15px;
    line-height: 25px;
}

.tumar__text p {
    margin-bottom: 18px;
}

.tumar__text p:last-child {
    margin-bottom: 0;
}

.tumar__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .tumar__logo {
        margin-right: auto;
        margin-left: 0;
    }
}

.tumar__logo img {
    width: 100%;
    height: 100%;
}

.tumar__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 12px;
}

@media only screen and (max-width: 1300px) {
    .tumar__blocks {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .tumar__blocks {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
}

.tumar__number {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    color: var(--color-primary);
}

@media only screen and (max-width: 1300px) {
    .tumar__number {
        font-size: 32px;
        line-height: 55px;
    }
}

.tumar__info {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.8;
    text-transform: uppercase;
}

.object {
    margin-bottom: 120px;
    position: relative;
}

@media only screen and (max-width: 1300px) {
    .object {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .object {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .object {
        margin-bottom: 40px;
    }
}

.object__head {
    font-size: 14px;
    color: #a3a3a3;
}

.object__title {
    font-size: 64px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 93px;
    margin-bottom: 27px;
}

@media only screen and (max-width: 991px) {
    .object__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .object__title {
        font-size: 32px;
        line-height: 42px;
    }
}

.object__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1300px) {
    .object__header {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .object__header {
        display: block;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .object__header {
        margin-bottom: 0;
    }
}

.object__tabs {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .object__tabs {
        margin-bottom: 20px;
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .object__tabs {
        /*padding-bottom: 20px;*/
        height: auto;
        margin-bottom: 0;
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 0 15px;
        /*scrollbar-width: 0;*/
    }

    .object__tabs::-webkit-scrollbar {
        width: 0;
    }
}

.object__tab {
    font-size: 16px;
    position: relative;
    color: var(--color-primary);
    cursor: pointer;
    transition: 300ms;
    margin-right: 2rem;
    border-radius: 2.5rem;
    border: 1px solid var(--color-primary);
    padding: 1.5rem 2.3rem;
}

@media only screen and (max-width: 767px) {
    .object__tab {
        margin-right: 6px;
        white-space: nowrap;
        font-size: 12px;
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem;
    }
}

.object__tab:last-child {
    margin-right: 0;
}

.object__tab:hover {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    color: var(--color-primary);
}

/*.object__tab::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: var(--color-primary);*/
/*    left: 0;*/
/*    bottom: -7px;*/
/*    position: absolute;*/
/*}*/

@media only screen and (max-width: 767px) {
    .object__tab::before {
        bottom: -2px;
    }
}

.object__tab.active {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    color: var(--color-primary);
}


/*.object__tab.active:hover {*/
/*    color: #fff;*/
/*}*/

.object__tab.active::before {
    display: none;
}

.object__stat {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .object__stat {
        display: block;
    }
}

.object__stat-item {
    display: flex;
    align-items: center;
    margin-right: 19px;
}

@media only screen and (max-width: 767px) {
    .object__stat-item {
        display: inline-flex;
        margin: 5px 10px 5px 0;
    }
}

.object__stat-item::before {
    content: "";
    display: block;
    margin-right: 7px;
    width: 11px;
    border-radius: 50%;
    height: 11px;
    min-width: 11px;
}

.object__stat-item:nth-child(2)::before {
    border: 8px solid #ffbe98;
}

.object__stat-item:last-child {
    margin-right: 0;
}

.object__stat-item:last-child::before {
    border: 8px solid #dbdbdb;
}

.object__stat-item:first-child::before {
    border: 8px solid var(--color-primary);
}

.object__plan {
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .object__plan {
        height: 100%;
    }
}

.object__plan-image {
    width: 100%;
    height: 100%;
}

.object__plan-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 48px;
}

@media only screen and (max-width: 1300px) {
    .object__plan-image img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .object__plan-image img {
        border-radius: 16px;
    }
}

.object__plan-first {
    position: absolute;
    padding: 5px 6px;
    background: var(--color-primary);
    border-radius: 50px;
    color: #fff;
    top: 28%;
    left: 21%;
    transform: translate(-21%, -28%);
}

@media only screen and (max-width: 767px) {
    .object__plan-first {
        font-size: 10px;
        border-radius: 4px;
        padding: 4px;
    }
}

.object__plan-first span {
    position: relative;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .object__plan-first span {
        font-size: 10px;
    }
}

.object__plan-first span::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 6px;
    background: #ffffff;
    border-radius: 50%;
    border: 6px solid #aa8571;
}

@media only screen and (max-width: 767px) {
    .object__plan-first span::before {
        width: 5px;
        height: 5px;
        min-width: 5px;
        border: 3px solid #aa8571;
    }
}

.object__plan-first span::after {
    content: "";
    display: block;
    width: 19px;
    height: 13px;
    background-size: 13px;
    background-image: url(../img/try-1.html);
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -15px;
}

@media only screen and (max-width: 767px) {
    .object__plan-first span::after {
        bottom: -12px;
    }
}

.object__plan-second {
    position: absolute;
    padding: 5px 6px;
    background: #ffa16b;
    border-radius: 50px;
    color: #fff;
    top: 16%;
    left: 56%;
    transform: translate(-56%, -16%);
}

@media only screen and (max-width: 767px) {
    .object__plan-second {
        font-size: 10px;
        border-radius: 4px;
        padding: 4px;
    }
}

.object__plan-second span {
    position: relative;
    display: flex;
    align-items: center;
}

.object__plan-second span::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    margin-right: 6px;
    background: #ffffff;
    border: 6px solid #ffb78d;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .object__plan-second span::before {
        width: 5px;
        height: 5px;
        min-width: 5px;
        border: 3px solid #ffb78d;
    }
}

.object__plan-second span::after {
    content: "";
    display: block;
    width: 19px;
    height: 13px;
    background-size: 13px;
    background-image: url(../img/try-2.html);
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -15px;
}

@media only screen and (max-width: 767px) {
    .object__plan-second span::after {
        bottom: -12px;
    }
}


#architecture {
    padding: 11rem 0;
}


#architecture .icons__header-title::after {
    background: url('/static/img/divider_light.svg') no-repeat;
    margin-top: 1rem;
    background-size: contain;
    background-size: 100% auto;
    background-position: center;
}

.architecture__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5.5rem;
    column-gap: 2rem;
    margin-top: 4rem;
}

.architecture__grid .slider__item {
    display: flex;
    align-items: center;
    gap: 3.1rem;
}

.architecture__grid .slider__item img {
    max-width: 128px;
}

.architecture__grid .slider__item .text-md {
    max-width: 60%;
}

.object__plan-third {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 28px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 62%;
    left: 7%;
    transform: translate(-7%, -62%);
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .object__plan-third {
        font-size: 10px;
        border-radius: 4px;
        padding: 4px 10px;
    }
}

.object__plan-foure {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    padding: 7px 28px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 73%;
    left: 83%;
    transform: translate(-83%, -73%);
}

@media only screen and (max-width: 767px) {
    .object__plan-foure {
        font-size: 10px;
        border-radius: 4px;
        padding: 4px 10px;
    }
}


.object iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.object__content {
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
}

.object__content.active {
    opacity: 1;
    z-index: 5;
    position: absolute;
}

.map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map .ymaps-2-1-79-map {
    width: 100%;
    height: 100%;
}

.map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.material__content {
    position: relative;
}

.material__header {
    /*transform: rotate(-90deg);*/
    position: absolute;
    left: -150px;
    top: 250px;
    transition: 1000ms;
    opacity: 0;
    transform: translateX(-50px) rotate(-90deg);
}

.material__header.element-show {
    transform: rotate(-90deg);
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .material__header.element-show {
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    .material__header {
        transform: none;
        position: static;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .material__header {
        margin-bottom: 20px;
    }
}

.material__head {
    font-size: 15px;
    color: #a3a3a3;
    text-align: right;
    padding-right: 34px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
    .material__head {
        text-align: left;
        padding: 0;
    }
}

.material__title {
    font-size: 50px;
    /*font-weight: 600;*/
    text-align: right;
    color: var(--color-primary);
    max-width: 620px;
}

@media only screen and (max-width: 1300px) {
    .material__title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .material__title {
        text-align: left;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .material__title {
        font-size: 32px;
        line-height: 36px;
    }
}

.material__item {
    max-width: 935px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-left: auto;
}

@media only screen and (max-width: 1300px) {
    .material__item {
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .material__item {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .material__item {
        display: block;
    }
}

.material__image {
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .material__image {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .material__image {
        margin-bottom: 20px;
        border-radius: 20px;
    }
}

.material__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.material__block {
    position: absolute;
    background: #ffffff;
    width: 176px;
    /*border-radius: 20px;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /*transition: 300ms;*/
    transition: 1000ms;
    opacity: 0;
}

.material__block.element-show {
    transform: none;
    opacity: 1;
}

.material__block.active .material__plus {
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .material__block {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .material__block {
        width: 100%;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .material__block:last-child {
        margin-bottom: 0;
    }

    .material__block:last-child {
        margin-bottom: 0;
    }
}

.material__block-1 {
    top: 30%;
    left: 62%;
}

.material__block-11 {
    top: 71%;
    left: 36%;
}

.material__block-2 {
    top: 85%;
    left: 11%;
}

.material__block-3 {
    top: 8%;
    left: 36%;
    width: 230px;
}

.material__block-31 {
    top: 23%;
    left: 21%;
}

.material__block-4 {
    top: 48%;
    left: 36%;
}

.material__block-5 {
    top: 23%;
    left: 25%;
}

@media only screen and (max-width: 767px) {
    .material__block-5 {
        width: 100%;
    }
}

.material__block-6 {
    top: 77%;
    left: 52%;
}

.material__block-7 {
    top: 55%;
    left: 72%;
}

.material__block-header {
    display: flex;
    align-items: center;
    padding: 10px 18px 10px 14px;
    justify-content: space-between;
    width: 100%;
}

.material__block-head {
    font-size: 14px;
}

.material__block-body {
    font-size: 14px;
    line-height: 15px;
    display: none;
    padding: 15px;
    word-break: break-word;
}

@media only screen and (max-width: 767px) {
    .material__block-body {
        padding-top: 5px;
    }
}

.material__plus {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}

.arhitector {
    margin-bottom: 160px;
}

@media only screen and (max-width: 1300px) {
    .arhitector {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector {
        margin-bottom: 60px;
    }
}

.arhitector .progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.arhitector .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.arhitector__items {
    display: flex;
}

@media only screen and (max-width: 991px) {
    .arhitector__items {
        display: block;
    }
}

.arhitector__slider {
    min-width: 693px;
    width: 693px;
    margin-right: 109px;
}

@media only screen and (max-width: 1300px) {
    .arhitector__slider {
        min-width: 530px;
        width: 530px;
        margin-right: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__slider {
        min-width: auto;
        width: 100%;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.arhitector__slider .slider__item {
    width: 100%;
    height: 100%;
    height: 538px;
}

@media only screen and (max-width: 1300px) {
    .arhitector__slider .slider__item {
        height: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__slider .slider__item {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector__slider .slider__item {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .arhitector__slider .slider__item {
        height: 220px;
    }
}

.arhitector__slider .slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 48px;
}

@media only screen and (max-width: 991px) {
    .arhitector__slider .slider__item img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector__slider .slider__item img {
        border-radius: 20px;
    }
}

.arhitector__item {
    padding-right: 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1300px) {
    .arhitector__item {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__item {
        flex-direction: column-reverse;
    }
}

.arhitector__head {
    font-size: 14px;
    opacity: 0.5;
    transform: rotate(-90deg);
    position: absolute;
    top: 60px;
    left: -100px;
}

@media only screen and (max-width: 1300px) {
    .arhitector__head {
        left: -90px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__head {
        position: static;
        transform: none;
        margin-bottom: 15px;
    }
}

.arhitector__title {
    font-size: 53px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 39px;
}

@media only screen and (max-width: 1300px) {
    .arhitector__title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector__title.desk {
        display: none;
    }
}

.arhitector__title.mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .arhitector__title.mobile {
        display: block;
    }
}

.arhitector__info {
    font-size: 14px;
    line-height: 23px;
}

.arhitector__nav {
    display: flex;
    align-items: center;
    padding-left: 63px;
}

.arhitector .slick-list {
    border-radius: 48px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .arhitector .slick-list {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector .slick-list {
        border-radius: 20px;
    }
}

.arhitector .arhitector__prev,
.arhitector .arhitector__next {
    width: 53px;
    height: 53px;
    min-width: 53px;
    background: white;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 300ms;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {

    .arhitector .arhitector__prev,
    .arhitector .arhitector__next {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

.arhitector .arhitector__prev img:first-child,
.arhitector .arhitector__next img:first-child {
    display: none;
}

.arhitector .arhitector__prev.slick-disabled,
.arhitector .arhitector__next.slick-disabled {
    background: rgba(255, 255, 255, 0.3);
}

.arhitector .arhitector__prev.slick-disabled img:last-child,
.arhitector .arhitector__next.slick-disabled img:last-child {
    display: none;
}

.arhitector .arhitector__prev.slick-disabled img:first-child,
.arhitector .arhitector__next.slick-disabled img:first-child {
    display: block;
}

.arhitector .arhitector__prev {
    margin-right: 19px;
    margin-left: 35px;
}

@media only screen and (max-width: 1300px) {
    .arhitector .arhitector__prev {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector .arhitector__prev {
        margin-right: 10px;
    }
}

.arhitector .slider__counter {
    position: absolute;
    right: -150px;
    font-size: 14px;
    bottom: 18px;
}

@media only screen and (max-width: 1300px) {
    .arhitector .slider__counter {
        right: -130px;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector .slider__counter {
        right: auto;
        left: 0;
        bottom: -55px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector .slider__counter {
        bottom: -50px;
    }
}

.arhitector-content {
    padding: 254px 0 420px 0;
    background: var(--color-primary);
    color: #fff;
    margin-top: -78px;
}

@media only screen and (max-width: 1660px) {
    .arhitector-content {
        padding: 254px 0 380px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .arhitector-content {
        padding: 180px 0 300px 0;
    }
}

@media only screen and (max-width: 991px) {
    .arhitector-content {
        padding: 160px 0 240px 0;
    }
}

@media only screen and (max-width: 767px) {
    .arhitector-content {
        margin-top: 60px;
        padding: 40px 0 40px 0;
    }
}

.dvor {
    background: var(--color-secondary);
    /*padding: 11rem 0;*/
}

.dvor__title {
    font-size: 58px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 39px;
}

@media only screen and (max-width: 1300px) {
    .dvor__title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .dvor__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .dvor__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}


.dvor__info {
    font-size: 14px;
    line-height: 23px;
}

.dvor__content {
    position: relative;
    max-width: 621px;
    /*padding: 11rem 0;*/
}

.dvor__content .icons__items {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
}

.dvor__content .icons__items .icons__image {
    filter: none;
}

@media only screen and (max-width: 991px) {
    .dvor__content {
        margin: 0;
        max-width: 100%;
        flex: 1;
    }

    .icons__image {
        height: 4rem;
        width: 4rem;
        min-width: revert;

        display: block;
        margin-right: 0.5rem;
    }
}

.dvor__head {
    font-size: 14px;
    opacity: 0.5;
    transform: rotate(-90deg);
    position: absolute;
    top: 60px;
    left: -100px;
}

@media only screen and (max-width: 1300px) {
    .dvor__head {
        left: -90px;
    }
}

@media only screen and (max-width: 991px) {
    .dvor__head {
        position: static;
        transform: none;
        margin-bottom: 15px;
    }
}

.dvor-slider {
    width: 100%;
    overflow: hidden;
    /*max-width: 622px;*/
}

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

.dvor .form__content {
    margin-top: 10.6rem;
    color: var(--color-primary);
}

.dvor__content .title {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}

#halls .block2 {
    /*background: var(--color-primary);*/
    justify-content: center;
    align-items: center;
}

#halls .border_text {
    position: static;
    border-color: #fff;
    margin-left: 0;
    max-width: 60rem;
    line-height: 1.85;
}

#halls .title {
    font-size: 6.4rem;
}

.dvor-slider__item {
    border-radius: 0;

    img {
        border-radius: 0;
    }
}

.dvor-slider__items {
    width: 100%;
    padding: 0 0 0 30px;
}


@media only screen and (max-width: 767px) {
    .dvor-slider__items {
        padding: 0 16px;
    }
}

.dvor-slider .slick-list {
    overflow: hidden;
    margin: 0 -20px;
}

@media only screen and (max-width: 1300px) {
    .dvor-slider .slick-list {
        margin: 0 -10px;
    }
}

@media only screen and (max-width: 767px) {
    .dvor-slider .slick-list {
        margin: 0;
        overflow: hidden;
    }
}

.dvor-slider .slick-slide {
    margin: 0 20px;
    width: 622px;
    height: 720px;
}


.dvor-slider .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1300px) {
    .dvor-slider .slick-slide {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .dvor-slider .slick-slide {
        margin: 0;
    }
}


.dvor-slider__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.dvor-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 300ms;
}

.dvor-slider .slick-active:hover img {
    /*transform: scale(1.1);*/
}

.dvor-slider .slick-arrow {
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
    position: absolute;
    transition: 300ms;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .dvor-slider .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }
}

.dvor-slider .slick-next {
    right: -255px;
    background-image: url(../img/about-r.svg);
}

@media only screen and (max-width: 1660px) {
    .dvor-slider .slick-next {
        right: -150px;
    }
}

@media only screen and (max-width: 991px) {
    .dvor-slider .slick-next {
        right: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .dvor-slider .slick-next {
        right: 10px;
    }
}

.dvor-slider .slick-next:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-r-w.svg);
}

.dvor-slider .slick-prev {
    left: -255px;
    background-image: url(../img/about-l.svg);
}

@media only screen and (max-width: 1660px) {
    .dvor-slider .slick-prev {
        left: -150px;
    }
}

@media only screen and (max-width: 991px) {
    .dvor-slider .slick-prev {
        left: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .dvor-slider .slick-prev {
        left: 10px;
    }
}

.dvor-slider .slick-prev:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-l-w.svg);
}

.holl {
    padding: 112px 0;
}

@media only screen and (max-width: 991px) {
    .holl {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .holl {
        padding: 40px 0 80px 0;
    }
}

.holl__items {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .holl__items {
        display: block;
        position: relative;
    }
}

.holl__slider-inner {
    min-width: 800px;
    width: 800px;
    margin-left: 70px;
}

@media only screen and (max-width: 1300px) {
    .holl__slider-inner {
        min-width: 600px;
        width: 600px;
        margin-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .holl__slider-inner {
        min-width: 450px;
        width: 450px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .holl__slider-inner {
        min-width: auto;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.holl__slider-item {
    width: 100%;
    height: 100%;
}

.holl__slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 48px;
}

@media only screen and (max-width: 991px) {
    .holl__slider-item img {
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .holl__slider-item img {
        border-radius: 20px;
    }
}

.holl .slick-list {
    border-radius: 48px;
    overflow: hidden;
    height: 566px;
}

@media only screen and (max-width: 1300px) {
    .holl .slick-list {
        height: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .holl .slick-list {
        height: 320px;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .holl .slick-list {
        height: 100%;
        border-radius: 20px;
    }
}

.holl .slick-slide {
    height: 538px;
}

@media only screen and (max-width: 1300px) {
    .holl .slick-slide {
        height: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .holl .slick-slide {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .holl .slick-slide {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .holl .slick-slide {
        height: 220px;
    }
}

.holl__head {
    font-size: 15px;
    color: #a3a3a3;
}

.holl__title {
    font-size: 64px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 31px;
}

@media only screen and (max-width: 991px) {
    .holl__title {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

.holl__info {
    font-size: 15px;
    line-height: 25px;
}

@media only screen and (max-width: 991px) {
    .holl__info {
        font-size: 14px;
        line-height: 24px;
    }
}

.holl__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 1000ms;
}

.holl__nav {
    display: flex;
    align-items: center;
    padding-left: 72px;
}

@media only screen and (max-width: 1300px) {
    .holl__nav {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .holl__nav {
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
    }
}

.holl__prev,
.holl__next {
    width: 53px;
    height: 53px;
    min-width: 53px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 300ms;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {

    .holl__prev,
    .holl__next {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

.holl__prev img:last-child,
.holl__next img:last-child {
    display: none;
}

.holl__prev.slick-disabled,
.holl__next.slick-disabled {
    background: #f2f2f2;
}

.holl__prev.slick-disabled img:first-child,
.holl__next.slick-disabled img:first-child {
    display: none;
}

.holl__prev.slick-disabled img:last-child,
.holl__next.slick-disabled img:last-child {
    display: block;
}

.holl__prev {
    margin-right: 19px;
    margin-left: 19px;
}

@media only screen and (max-width: 991px) {
    .holl__prev {
        margin-right: 10px;
        margin-left: 15px;
    }
}

.holl .slider__counter {
    position: absolute;
    left: -400px;
    font-size: 14px;
    bottom: 18px;
}

@media only screen and (max-width: 1300px) {
    .holl .slider__counter {
        left: -370px;
    }
}

@media only screen and (max-width: 991px) {
    .holl .slider__counter {
        left: -300px;
        bottom: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .holl .slider__counter {
        left: 0;
        bottom: -48px;
    }
}

.holl .progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
    background-image: linear-gradient(to right, #a77d65, #a77d65);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.holl .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form {
    margin-bottom: 112px;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .form {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .form {
        margin-bottom: 60px;
    }
}

.form__content {
    position: relative;
    background-color: #708FAC;
    padding: 9.4rem 10.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .form__content {
        padding: 60px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .form__content {
        padding: 40px 20px;
        background-size: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .form__content {
        padding: 30px 20px;
        background-size: cover;
    }
}

.form__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
}

@media only screen and (max-width: 1300px) {
    .form__image {
        width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .form__image {
        width: 400px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .form__image {
        width: 80px;
        bottom: 0;
        right: 0;
    }

    .form__image img {
        border-bottom-right-radius: 20px;
    }
}

.form__title {
    font-size: 49px;
    font-weight: 400;
    font-family: 'HistoryPro';
    position: relative;
    margin-bottom: 33px;
    color: #fff;
    z-index: 5;
    max-width: 52.1rem;
}

@media only screen and (max-width: 1300px) {
    .form__title {
        font-size: 39px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .form__title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .form__title {
        font-size: 2rem;
    }
}

/*.form form {*/
/*  position: relative;*/
/*  z-index: 5;*/
/*  max-width: 378px;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .form form {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/

.form__input {
    width: 378px;
    height: 53px;
    background: var(--color-primary);
    border-radius: 10px;
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .form__input {
        width: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .form__input {
        width: 100%;
    }
}

.form__input::-moz-placeholder {
    color: #decbc0;
}

.form__input::-ms-input-placeholder {
    color: #decbc0;
}

.form__input::placeholder {
    color: #decbc0;
}

.form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 62px;
    background: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    text-align: center;
    transition: 300ms;
}

@media only screen and (max-width: 767px) {
    .form__btn {
        margin: 0 auto;
    }
}

.form__btn:hover {
    background: #e4e4e4;
}

.comerc {
    background: var(--color-secondary);
    padding: 10rem 0 12rem;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.comerc__head {
    text-align: center;
    font-size: 15px;
    color: #a3a3a3;
    margin-bottom: 11px;
    transition: 1000ms;
    transform: translateY(30px);
    opacity: 0;
}

.comerc__head.element-show {
    transform: none;
    opacity: 1;
}

.comerc__title {
    text-align: center;
    max-width: 480px;
    font-size: 64px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 77px;
    margin: 0 auto 52px auto;
    transition: 1000ms;
    transform: translateY(30px);
    opacity: 0;
}

.comerc__title.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 1300px) {
    .comerc__title {
        font-size: 52px;
        line-height: 56px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .comerc__title {
        font-size: 42px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.comerc__info {
    text-align: center;
    max-width: 681px;
    font-size: 15px;
    line-height: 24px;
    color: #212322;
    margin: 0 auto 52px auto;
    opacity: 0.8;
    transition: 1000ms;
    transform: translateY(30px);
    opacity: 0;
}

.comerc__info.element-show {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .comerc__info {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider {
        padding: 0 16px;
    }
}

.comerc__slider-inner {
    width: 100%;
    max-width: 963px;
    margin: 0 auto;
}

@media only screen and (max-width: 1660px) {
    .comerc__slider-inner {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1300px) {
    .comerc__slider-inner {
        max-width: 650px;
    }
}

@media only screen and (max-width: 991px) {
    .comerc__slider-inner {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider-inner {
        width: 100%;
        margin-top: -1px;
        background: var(--color-primary);
        padding-bottom: 40px;
        padding-top: 40px;
        max-width: 100%;
    }
}

.comerc__slider .slick-list {
    overflow: visible;
    margin: 0 -20px;
}

@media only screen and (max-width: 1300px) {
    .comerc__slider .slick-list {
        margin: 0 -10px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider .slick-list {
        margin: 0;
        overflow: hidden;
        border-radius: 20px;
        overflow: hidden;
    }
}

.comerc__slider .slick-slide {
    margin: 0 20px;
    height: 538px;
}

@media only screen and (max-width: 1300px) {
    .comerc__slider .slick-slide {
        margin: 0 10px;
        height: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .comerc__slider .slick-slide {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider .slick-slide {
        margin: 0;
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .comerc__slider .slick-slide {
        height: 220px;
    }
}

.comerc__slider-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .comerc__slider-item {
        border-radius: 20px;
    }
}

.comerc__slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    transition: 300ms;
}

@media only screen and (max-width: 767px) {
    .comerc__slider-item img {
        border-radius: 20px;
    }
}

.comerc__slider .slick-active:hover img {
    transform: scale(1.1);
}

.comerc__slider .slick-arrow {
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    border: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
    position: absolute;
    transition: 300ms;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .comerc__slider .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }
}

.comerc__slider .slick-next {
    right: -255px;
    background-image: url(../img/about-r.svg);
}

@media only screen and (max-width: 1660px) {
    .comerc__slider .slick-next {
        right: -150px;
    }
}

@media only screen and (max-width: 991px) {
    .comerc__slider .slick-next {
        right: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider .slick-next {
        right: 10px;
    }
}

.comerc__slider .slick-next:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-r-w.svg);
}

.comerc__slider .slick-prev {
    left: -255px;
    background-image: url(../img/about-l.svg);
}

@media only screen and (max-width: 1660px) {
    .comerc__slider .slick-prev {
        left: -150px;
    }
}

@media only screen and (max-width: 991px) {
    .comerc__slider .slick-prev {
        left: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .comerc__slider .slick-prev {
        left: 10px;
    }
}

.comerc__slider .slick-prev:hover {
    background-color: var(--color-primary);
    background-image: url(../img/about-l-w.svg);
}


.appart .block2 {
    background: #4F583A;
}

.room_select {
    display: inline-flex;
    font-size: 2rem;
    width: 7rem;
    height: 7rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px var(--color-secondary) solid;
    color: var(--color-secondary);
    cursor: pointer;
}

.rooms_nav {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.room_select.active {
    color: #000;
    background: linear-gradient(180deg, #F8D8B9 0%, #846649 124.95%),
    #C1A081;;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-weight: 600;
}

.appart__head {
    font-size: 14px;
    color: #a3a3a3;
}

.appart__title {
    font-size: 64px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 36px;
    line-height: 93px;
}

@media only screen and (max-width: 1300px) {
    .appart__title {
        font-size: 52px;
        line-height: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .appart__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

.appart__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .appart__items {
        display: block;
    }
}

.appart__right {
    min-width: 636px;
    width: 636px;
    margin-left: 166px;
}

@media only screen and (max-width: 1300px) {
    .appart__right {
        min-width: 450px;
        width: 450px;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .appart__right {
        width: 350px;
        min-width: 350px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .appart__right {
        min-width: auto;
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.appart__right-image_68 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    height: 636px;
    /*border: 2px solid #e4e4e4;*/
    padding: 60px;
    border-radius: 15px;
}

.appart__right-image_70 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
    height: 636px;
    border: 2px solid #e4e4e4;
    padding: 60px;
}

@media only screen and (max-width: 1300px) {
    .appart__right-image_68 {
        height: 450px;
        padding: 30px;
    }

    .appart__right-image_70 {
        height: 450px;
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .appart__right-image_68 {
        height: 350px;
        padding: 20px;
    }

    .appart__right-image_70 {
        height: 350px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .appart__right-image_68 {
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    .appart__right-image_70 {
        height: 100%;
        width: 100%;
        padding: 10px;
    }
}

.appart__right-image_68 img {
    width: 100%;
    height: 100%;
}

.appart__right-image_70 img {
    width: 100%;
    height: 100%;
}

.appart__right-image img {
    object-fit: scale-down;
}

.appart__end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 15px;
    padding: 23px 13px 23px 23px;
}

@media only screen and (max-width: 1300px) {
    .appart__end {
        padding: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .appart__end {
        display: block;
    }
}

.appart__end-block {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .appart__end-block {
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

.appart__room {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.appart__room-value_68 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-right: 13px;
}

.appart__room-value_70 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-right: 13px;
}

.appart__room-head {
    font-size: 18px;
    margin-bottom: 7px;
}

.appart__room-size {
    font-size: 18px;
    font-weight: 600;
}

.appart__room-head {
    font-size: 14px;
}

@media (max-width: 991px) {
    .appart__room-head {
        margin-bottom: 0;
        /*font-size: 12px;*/
    }

    .appart__room-value_68 {
        font-size: 44px;
        font-weight: 600;
        color: #000;
        margin-right: 13px;
    }

    .appart__room-value_70 {
        font-size: 44px;
        font-weight: 600;
        color: #000;
        margin-right: 13px;
    }
}

.appart__room-size_69 {
    font-size: 14px;
}

.appart__room-size_70 {
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .appart__section {
        text-align: left;
    }
}

.appart__section-size {
    font-size: 14px;
}

.appart__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 265px;
    height: 52px;
    background: linear-gradient(0deg, var(--color-primary), var(--color-primary)),
    #f4f4f4;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 1300px) {
    .appart__btn {
        width: 170px;
        height: 45px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .appart__btn {
        width: 100%;
    }
}

.appart__btn:hover {
    background: linear-gradient(0deg, var(--color-primary), var(--color-primary)),
    #f4f4f4;
}

.appart__item {
    width: 100%;
}

.appart__item-head {
    font-size: 15px;
    margin-bottom: 11px;
}

.appart__item-plan {
    font-size: 15px;
    margin-bottom: 24px;
}

.appart__tabs {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .appart__tabs {
        margin-bottom: 20px;
    }
}

.appart__tab_68 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background: #f2f2f2;
    border-radius: 50%;
    min-width: 49px;
    margin-right: 8px;
    font-size: 15px;
    color: #212322;
    cursor: pointer;
    transition: 300ms;
}

.appart__tab_68:hover {
    background: #dadada;
}

.appart__tab_68.active {
    color: #fff;
    background: var(--color-primary);
}

.appart__tab_68.active:hover {
    background: var(--color-primary);
}

.appart__tab_68:last-child {
    margin-right: 0;
}

.appart__tab_70 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background: #f2f2f2;
    border-radius: 50%;
    min-width: 49px;
    margin-right: 8px;
    font-size: 15px;
    color: #212322;
    cursor: pointer;
    transition: 300ms;
}

.appart__tab_70:hover {
    background: #dadada;
}

.appart__tab_70.active {
    color: #fff;
    background: var(--color-primary);
}

.appart__tab_70.active:hover {
    background: var(--color-primary);
}

.appart__tab_70:last-child {
    margin-right: 0;
}

.appart__content {
    display: none;
}

.appart__content:first-child {
    display: block;
}

.appart__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.appart__block_68 {
    background: var(--color-secondary);
    border-radius: 15px;
    cursor: pointer;
    transition: 200ms;
    /*padding: 52px 16px 6px 16px;*/
    border: 1px solid var(--color-primary);
}

.appart__block_70 {
    background: #f2f2f2;
    border-radius: 13px;
    cursor: pointer;
    transition: 200ms;
    padding: 52px 16px 6px 16px;
    border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 991px) {
    .appart__block_68 {
        /*padding: 30px 10px 6px 10px;*/
    }

    .appart__block_70 {
        padding: 30px 10px 6px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .appart__block_68 {
        /*padding: 10px 5px;*/
    }

    .appart__block_70 {
        padding: 10px 5px;
    }
}

.appart__block_68:hover {
    background: var(--color-primary);
}

.appart__block_68.active {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.appart__block_68.active:hover {
    background: var(--color-primary);
}

.appart__block_70:hover {
    background: #e6e6e6;
}

.appart__block_70.active {
    border: 1px solid var(--color-primary);
}

.appart__block_70.active:hover {
    background: #f2f2f2;
}

.appart__block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .appart__block-image {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .appart__block-image {
        /*display: none;*/
    }
}

.appart__block-size {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .appart__block-size {
        font-size: 13px;
    }
}

.park {
    padding: 220px 0 0 0;
    background: var(--color-primary);
    color: #fff;
    margin-top: -113px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
    .park {
        padding: 180px 0 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .park {
        padding: 0px 0 40px 0;
        margin-top: 0;
    }
}

.park .arhitector__items {
    transform: translateY(24px);
}

@media only screen and (max-width: 1300px) {
    .park .arhitector__items {
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    .park .arhitector__title br {
        display: none;
    }
}

.park .arhitector__item {
    padding-bottom: 105px;
}

.bg-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bg-wrapper img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1300px) {
    .park .arhitector__item {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .park .arhitector__item {
        padding-bottom: 0;
    }
}

.park .slider__counter {
    bottom: 123px;
}

@media only screen and (max-width: 1300px) {
    .park .slider__counter {
        bottom: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .park .slider__counter {
        bottom: -55px;
    }
}

@media only screen and (max-width: 767px) {
    .park .slider__counter {
        bottom: -49px;
    }
}

.contacts {
    background: var(--color-secondary);
    color: #000;
    padding: 10.8rem 0;
}

.contacts__items {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .contacts__items {
        display: block;
    }

    .contacts {
        padding: 5.2rem 0;
    }


}

.contacts__map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 679px;
    min-width: 679px;
    height: 692px;
    margin-left: 152px;
}

@media only screen and (max-width: 1500px) {
    .contacts__map {
        width: 60rem;
        min-width: 60rem;
        margin-left: 80px;
        height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .contacts__map {
        min-width: auto;
        width: 100%;
        margin: 30px 0 0 0;
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .contacts__map {
        height: 300px;
    }
}

.contacts__map #map-atiray {
    width: 100%;
    height: 100%;
}

.contacts__map [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.contacts__header {
    font-size: 14px;
    margin-bottom: 13px;
}

.contacts__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 85px;
    color: var(--color-primary);
    margin-bottom: 48px;
}

@media only screen and (max-width: 1300px) {
    .contacts__title {
        font-size: 55px;
        line-height: 56px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .contacts__title {
        font-size: 42px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .contacts__title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.contacts__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .contacts__blocks {
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-bottom: 2rem;
    }
}

.contacts__block {
    display: flex;
    align-items: center;
}


.contacts__block:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media only screen and (max-width: 991px) {
    .contacts__block:last-child {
        grid-column-start: 2;
        grid-column-end: 3;
    }
}

@media only screen and (max-width: 767px) {
    .contacts__block:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

.contacts__block a:hover {
    color: var(--color-primary);
}

.contacts__info {
    font-size: 1.6rem;
    color: #000;
    line-height: 25px;
    opacity: 1;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
    .contacts__info {
        font-size: 12px;
        line-height: 1.8;
    }
}

.contacts__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 7rem;
    border: 1px #000 solid;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 6.5rem;
}

.contacts__btn:hover {
    background: #f4f4f4;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.contacts__btn img {
    margin-right: 5px;
}

.footer {
    background: var(--color-primary);
    color: var(--color-secondary);
}

.contacts__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    min-width: 8rem;
    margin-right: 30px;
}

.contacts__image img {
    /*filter: brightness(0);*/
}

.contacts__head {
    font-size: 1.6rem;
    line-height: 25px;
    /*opacity: 0.5;*/
    text-transform: uppercase;
    color: var(--color-primary);
}

.contacts__text {
    font-size: 1.6rem;
    /*font-weight: 500;*/
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--color-primary);
}

.contacts__text span {
    font-family: sans-serif;
}

.footer__items {
    padding: 49px 0 66px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 4rem;
}

@media only screen and (max-width: 1300px) {
    .footer__items {
        padding: 45px 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer__items {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer__items {
        padding: 20px 0;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.footer__item {
    /*max-width: 881px;*/
    font-size: 12px;
    line-height: 18px;
    /*color: var(--color-secondary);*/
    /*opacity: 0.6;*/
}

@media only screen and (max-width: 1300px) {
    .footer__item {
        max-width: 680px;
    }
}

@media only screen and (max-width: 991px) {
    .footer__item {
        max-width: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__item {
        max-width: 100%;
        text-align: center;
    }
}

.footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
}

@media only screen and (max-width: 767px) {
    .footer__logo {
        margin-bottom: 15px;
    }
}

.footer__logo img {
    width: 100%;
    height: 100%;
}

.navigation {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    z-index: 70;
}

@media only screen and (max-width: 1300px) {
    .navigation {
        left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .navigation {
        display: none;
    }
}

.navigation ul li {
    margin-bottom: 16px;
    position: relative;
}

.navigation ul li:last-child {
    margin-bottom: 0;
}

.navigation ul li a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6e6e6;
    display: block;
    transition: 300ms;
    position: relative;
}

.navigation ul li a:hover {
    background: #d1d1d1;
}

.navigation ul li a:hover::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transition: 300ms;
    left: 50%;
    border: 1px solid #d1d1d1;
    transform: translate(-50%, -50%);
}

.navigation ul li a.active {
    background: var(--color-secondary);
}

.navigation ul li a.active::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transition: 300ms;
    left: 50%;
    border: 1px solid var(--color-primary);
    transform: translate(-50%, -50%);
}


.errorMessage {
    color: #ff5268;
}

.error__items {
    min-height: 100vh;
    padding: 185px 0 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1660px) {
    .error__items {
        padding: 120px 0 60px 0;
    }
}

.error__number {
    font-size: 311px;
    color: #cfcfcf;
    text-align: center;
    line-height: 341px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1660px) {
    .error__number {
        font-size: 220px;
        line-height: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .error__number {
        font-size: 120px;
        line-height: 120px;
    }
}

.error__item {
    margin-bottom: 80px;
}

.error__text {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 40px;
}

@media only screen and (max-width: 1660px) {
    .error__text {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .error__text {
        font-size: 20px;
    }
}

.error__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 62px;
    background: var(--color-primary);
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .error__btn {
        font-size: 18px;
        width: 180px;
        height: 52px;
    }
}

.error__btn:hover {
    background: #9e6c4e;
}

.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #ffbe98;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 999999;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-animation: preloader-rotate 2s infinite linear;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    opacity: 0;
    margin: 0 auto 20px auto;
    -webkit-animation: show2 1s 1;
    animation: show2 1s 1;
    /* Указываем название анимации, её время и количество повторов*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* Чтобы элемент оставался в конечном состоянии анимации */
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes show2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .preloader__item {
        width: 250px;
    }
}

.preloader__item img {
    width: 100%;
    height: 100%;
}

.preloader__line {
    font-size: 32px;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    -webkit-animation: show 1s 1;
    animation: show 1s 1;
    /* Указываем название анимации, её время и количество повторов*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* Чтобы элемент оставался в конечном состоянии анимации */
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {
    .preloader__line {
        font-size: 24px;
        padding: 0 20px;
        text-align: center;
    }
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.preloader__frame {
    position: absolute;
    width: 99%;
    left: 0;
    top: 0;
    height: 98%;
    margin: 10px;
    display: flex;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #ffffff 100%, #ffffff 100%),
    linear-gradient(to bottom, #ffffff 100%, #ffffff 100%),
    linear-gradient(to right, #ffffff 100%, #ffffff 100%),
    linear-gradient(to bottom, #ffffff 100%, #ffffff 100%);
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: anim-preloader__frame 6s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation: anim-preloader__frame 6s cubic-bezier(0.19, 1, 0.22, 1) 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media only screen and (max-width: 767px) {
    .preloader__frame {
        left: -2%;
        width: 98%;
        top: -1%;
    }
}

@-webkit-keyframes anim-preloader__frame {
    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0;
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0;
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0;
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0;
    }

    100% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    }
}

@keyframes anim-preloader__frame {
    0% {
        background-size: 0 3px, 3px 0, 0 3px, 3px 0;
    }

    25% {
        background-size: 100% 3px, 3px 0, 0 3px, 3px 0;
    }

    50% {
        background-size: 100% 3px, 3px 100%, 0 3px, 3px 0;
    }

    75% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 0;
    }

    100% {
        background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    }
}

.modal {
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
    width: 100dvw;
    height: 100dvh;
    inset: 0;
    display: none;
}

.modal__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal_container {
    min-width: 600px;
    min-height: 60px;
    max-width: 920px;
    background: var(--color-secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6.2rem 16.8rem 6.5rem 10.8rem;
    display: flex;
    color: #000;
}

.modal_container .wrapper {
    display: flex;
    flex-direction: column;
    background: none;
    flex: 1;
}

.modal .life__vertical {
    max-height: 35rem;
    margin-right: 3.6rem;
}

.modal .form__field,
.modal .form__label {
    color: #000;
    border-color: #000;
}

.modal .form-consultation .btn {
    color: var(--color-secondary);
    background: var(--color-primary);
    border: none;
}

.modal .line-text {
    position: static;
    margin-bottom: 2rem;
    max-width: 33.8rem;
}

@media (max-width: 768px) {
    .modal_container {
        width: 100%;
        min-height: 60px;
        min-width: revert;
        background: var(--color-secondary);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 3rem 0 4.7rem;
        display: flex;
        flex-direction: column;
    }

    .modal_container .wrapper {
        padding: 0 2rem;
    }


}

.modal__header {
    letter-spacing: 0.6px;
    margin-bottom: 2.2rem;
    font-family: 'HistoryPro';
    font-size: 4rem;
    word-break: break-word;
}

.modal__header-description {
    font: 15px / 17px "Montserrat", Helvetica, Arial, sans-serif;
    opacity: 0.8;
    word-break: break-word;
}

#selected_plan {
    margin: 3.7rem 0 3.2rem;
}

input {
    width: 100%;
    min-height: 52px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    border: none;
    margin-bottom: 15px;
    padding-left: 12px;
}

.modal .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    width: revert;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.5;
    cursor: pointer;
    outline: 0;
    z-index: 25;
    background-color: rgba(255, 255, 255, 0.5);
}

.modal-close:after,
.modal-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background-color: #303030;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 9999999;
}

.modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.noscroll {
    overflow: hidden;
}

.form-consultation {
    display: flex;
    flex-direction: column;
    max-width: 53.1rem;
}

.success-screen {
    padding: 14px 31px;
    max-width: 580px;
    display: none;
}

.success-screen .flex-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

.success-screen h4 {
    font-weight: 300;
    line-height: 1.8;
}

.form-consultation .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-top: 3.5rem;
    background: none;
    font-weight: 600;
    padding: 2.4rem 12px 2.6rem;
    border: 1px solid #fff;

}

.form-consultation .btn[disabled] {
    background-image: url(/static/img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 250%;
    white-space: nowrap;
    overflow: hidden;
}

.loading {
    background-image: url(/static/img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 250%;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .form-consultation {
        padding: 0;
    }
}

label sup {
    color: #ff5268;
}

.form__group {
    position: relative;
}

.form__field {
    font-family: inherit;
    width: 100%;
    outline: 0;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: border-color 0.2s;
    padding: 0;
    padding-top: 6px;
    padding-left: 8px;
    border-bottom: 1px solid #fff;

    &::placeholder {
        color: transparent;
    }

    &:placeholder-shown ~ .form__label {
        font-size: 17px;
        cursor: text;
        bottom: 30px;
        left: 10px;
        opacity: 0.6;
    }
}

.form__label {
    position: absolute;
    display: block;
    bottom: 50px;
    transition: 0.2s;
    font-size: 12px;
    color: #fff;
    left: 8px;
    opacity: 1;
}

.form__label sup {
    color: #ff5268;
}

.form__field:focus ~ .form__label {
    position: absolute;
    display: block;
    font-size: 12px;
    transition: 0.2s;
    color: #1d1d1d;
    left: 8px;
    bottom: 50px;
    opacity: 1;
}

.form__field:focus {
    padding-top: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image-slice: 1;
}

/* reset input */
.form__field {

    &:required,
    &:invalid {
        box-shadow: none;
    }
}

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

.apart_preview {
    max-width: 7.5rem;
    max-height: 7.5rem;
    margin-right: 3.5rem;
}

.apart_preview img {
    filter: invert(15%) sepia(7%) saturate(264%) hue-rotate(37deg) brightness(26%) contrast(91%);
}

.appart_details_form {
    gap: 4.6rem;
}


.col.flex {
    flex-direction: column;
}

.success-animation {
    margin: 20px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #fff;
    fill: var(--color-primary);
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.rc_project {
    /*padding-bottom: 176px;*/
    height: 70vh;
}

.rc_project .section__header {
    display: flex;
    align-items: end;
    gap: 8rem;
    justify-content: end;
}

.rc_project .border_text {
    position: static;
    margin-left: auto;
    color: white;
    margin-top: 6%;
    border-color: white;
    font-weight: 300;
    padding-left: 4.6rem;
    max-width: 42rem;
    line-height: 1.75;
}


.lang_select {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.6rem;
    color: #fff;
    margin-left: auto;
    margin-right: 10rem;
}

.sep {
    width: 1px;
    height: 2rem;
    background: #fff;
    display: block;
}

.about_project {
    display: flex;
    min-height: 80rem;
}

.about_project .block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 17.9rem 0 17.5rem;
    width: 50%;
}

.appart .block2 {
    position: static;
}

.about_project .block .container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.about_project .block1 {
    background: var(--color-primary);
    color: #fff;
    /*padding-right: 13.1rem;*/
    gap: 4rem;
}

.about_project .icons__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5.5rem;
}

.block1 .container {
    max-width: 621px;
    margin-right: 0;
}

.about_project .block1 .bg-wrapper,
.about_project .block1 .bg-wrapper img {
    max-width: 100%;
}

.about_project .block1 {
    padding: 0;
}

.about_project .block2 {
    padding: 11rem 13.1rem;
}

.title,
h1 {
    font-size: 5rem;
    font-weight: 400;
    font-family: 'HistoryPro';
}

.text-md {
    font-size: 1.6rem;
}

.btn {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #fff;
    width: 30rem;
    padding: 2.4rem 0 2.6rem;
    display: inline-flex;
    justify-content: center;
    border-radius: 4.5rem;
    cursor: pointer;
}

.banner {
    position: relative;
    height: 100vh;
}


.banner .line-text {
    top: 20%;
}

.block_1 {

    width: 100px;
    height: 55px;
    top: 41.61px;
    left: 127px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.block_2 {

    width: 100px;
    height: 55px;
    top: 41.61px;
    left: 226px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.block_3 {

    width: 55px;
    height: 100px;
    top: 115.92px;
    left: 268.89px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0 0.7rem;
}

.block_6 {

    width: 100px;
    height: 55px;
    top: 221.61px;
    angle: -0deg;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.block_5 {

    width: 100px;
    height: 55px;
    top: 221.61px;
    left: 99px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.block_4 {

    width: 100px;
    height: 55px;
    top: 221.61px;
    left: 198px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.building_block {
    position: absolute;
}

.building_block.active {
    background: linear-gradient(180deg, #F8D8B9 0%, #846649 124.95%),
    #C1A081;;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    color: #000;
}

.block__select {
    position: relative;
}

.entrance_block {
    display: none;
}

.entrance_block.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    gap: 1rem;
}

.entrance_block .room_block {
    max-width: 12.5rem;
    padding: 2rem 2rem 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--color-secondary);
    background: #2A301C;
    border: 1px var(--color-secondary) solid;
    gap: 1.4rem;
    cursor: pointer;
}


.entrance_block .room_block.active {
    color: #fff;
    background: var(--color-secondary);

}

.entrance_block .room_block.active img {
    filter: invert(15%) sepia(7%) saturate(264%) hue-rotate(37deg) brightness(26%) contrast(91%);
}

.rooms_list {
    display: none;
    flex-direction: column;
    gap: 1rem;
}

.rooms_list.active {
    display: flex;
}

.entrance_block .room_block span {
    font-size: 1.5rem;
}

.apartments_slider {
    max-width: 55rem;
    width: 100%;
    height: 100%;
    max-height: 58.7rem;
    border: 1px var(--color-secondary) solid;
    padding: 6.3rem 4.9rem;
}

.apartments_slider img {
    width: 100%;
    display: flex;
    height: 100%;
}

.room_area {
    font-weight: 600;
}

.appart .block {
    align-items: center;
    padding-top: 8.9rem;
    padding-bottom: 10.5rem;
}

.apart_details {
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 4rem;
    gap: 4rem;
    width: 100%;
    max-width: 55rem;
    align-items: center;
}

.apart_details .col:first-child {
    padding-right: 3.7rem;
    border-right: 1px rgba(255, 255, 255, 0.25) solid;
}

.apart_details .btn {
    background: var(--color-secondary);
    color: #000;
    border: none;
    max-width: 22rem;
    margin-left: auto;
}

.text-md p {
    margin-bottom: 2rem;
}


.mob {
    display: none;
}

.close__menu {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 3rem;
    z-index: 20;
    cursor: pointer;
}

.drop-menu .header__number {
    color: #000;
}

.dvor__content .text-md {
    line-height: 1.85;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    padding: 0;
}

.slick-dots li button:before {
    opacity: 0.5;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.slick-dots {
    bottom: 2rem;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}


.slick-dots li button {
    width: 16px;
    height: 16px;
}

.room_select.disabled {
    pointer-events: none;
    opacity: 0.1;
}

.header.green {
    background: var(--color-primary);
    padding: 2.1rem 0;
}

.header.green .header__logo {
    max-width: 6rem;
}

.slick-slider {
    margin-bottom: 0;
}

.about_slider {
    height: 100%;
    margin-bottom: 0;
}

.about_slider .slick-list,
.about_slider .slick-list .slick-track {
    height: 100%;
}

@media screen and (max-width: 1000px) {

    .close__menu {
        top: 5%;
        right: 10%;
    }

    .about_project .block {
        width: 100%;
        padding: 5.2rem 0;
        min-height: 100vw;
    }


    .about_project .block1 {
        padding-right: 0;
        min-height: revert;
    }

    .about_project {
        flex-direction: column;
    }

    .icons {
        padding: 3.3rem 0;
    }

    .video-text-wrapper {
        height: revert;
        width: 100%;
    }

    .circleVideo {
        width: 21.5rem;
        height: 21.5rem;
        margin: 2.4rem auto 3rem;
    }

    .lang_select {
        font-size: 2rem;
        margin-left: 0;
        margin-right: auto;
    }

    .lang_select .sep {
        background: #000;
    }

    .icons__header-title,
    .title-xl {
        font-size: 2rem;
    }

    .about_project .block2 {
        padding: 0;
    }

    .icons__header-title::after {
        margin-top: 2rem;
        max-width: 100%;
    }

    .about .title-xl,
    .banner .title-xl {
        width: 100%;
        position: static;
        transform: none;
        margin: 0;
    }

    .icons__header-block {
        flex: 1;
    }

    .border_text {
        position: static;
    }

    .dvor-slider {
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    /*.commerc .dvor-slider {*/
    /*    margin-top: 0;*/
    /*}*/

    .dvor .form__content {
        margin-top: 3.5rem;
    }

    #halls .icons__items {
        margin: 3rem 0;
    }

    #halls .block2 {
        padding: 4rem 1.5rem;
    }

    #halls .block2 .dvor-slider {
        margin-top: 0;
    }

    .dvor__content .title,
    .title,
    h1 {
        font-size: 2rem;
    }


    .life__vertical {
        max-width: 3.2rem;
    }

    .dvor-slider__items {
        padding: 0;
    }

    .dvor,
    #architecture {
        padding: 3.5rem 0;
    }

    #architecture .icons__header-title::after {
        margin-top: 0;
    }

    .architecture__grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2.5rem;
        margin-top: 0;
    }

    .dvor .life__vertical {
        display: none;
    }

    .architecture__grid .slider__item img {
        max-width: 80px;
    }

    .text-md {
        font-size: 1.2rem;
    }

    .banner {
        height: 110vw;
    }

    .banner:not(.pinned_section) {
        height: 175vw;
    }

    .banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tumar .block {
        width: 100%;
    }

    .big_num {
        font-size: 2.4rem;
    }

    .tumar .block2 .row {
        font-size: 1.2rem;
    }


    .entrance_block.active {
        position: static;
        transform: none;
        flex-direction: row;
    }

    .apartments_slider {
        width: calc(100% - 30px);
        border: none;
        padding: 0;
        margin-top: 4rem;
    }

    .apart_details {
        width: calc(100% - 30px);
        flex-wrap: wrap;
        font-size: 1.2rem;
        justify-content: center;
        row-gap: 2rem;
    }

    .tumar .block .title {
        margin-bottom: 2rem;
    }

    .tumar .btn {
        margin-top: 0;
    }

    .apart_details .btn {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    .dvor-slider .slick-slide {
        height: revert;
        aspect-ratio: 400/460;
    }

    .showcase__block:last-child {
        width: 100%;
    }

    .entrance_block .room_block {
        max-width: 9.5rem;
        padding: 1rem 1.85rem;
    }

    .entrance_block .room_block span {
        font-size: 1.2rem;
    }

    .rooms_list {
        gap: 0;
        flex-direction: row;
    }

    .text-xxl {
        font-size: 1.4rem;
    }


    .about .line-text {
        top: 3rem;
    }

    .room_select {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.4rem;
    }

    .rooms_nav {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

    .building_block {
        width: 24%;
        height: 19%;
        font-size: 3vw;
    }

    .block_1 {
        top: 15%;
        left: 29%;
    }

    .block_2 {
        top: 15%;
        left: 53%;
        width: 23%;
    }

    .block_3 {
        width: 11.5vw;
        height: 36%;
        top: 41%;
        left: 63%;
    }

    .block_4 {
        top: 79%;
        left: 46%;
        height: 20%;
    }

    .block_5 {
        top: 79%;
        left: 23%;
        height: 20%;
    }

    .appart .block1 {
        padding-bottom: 4rem;
    }

    .appart .block2 {
        padding: 4rem 0;
    }

    .block_6 {
        top: 79%;
        height: 20%;
    }

    .btn,
    .border_text {
        font-size: 1.2rem;
    }

    .icons__head,
    .icons__text {
        font-size: 1.2rem;
    }

    #halls .title {
        font-size: 2.2rem;
    }

    .tumar .form__content {
        margin-bottom: 4.3rem;
    }

    .contacts__image {
        width: 4rem;
        height: 4rem;
        min-width: revert;
    }

    .pc {
        display: none;
    }

    .mob {
        display: flex;
    }

    .contacts__info.text p {
        margin-bottom: 2rem;
    }

    .showcase__block-head {
        font-size: 1.2rem;
    }

    .showcase__block:nth-child(2) {
        padding: 0;
        padding-left: 3rem;
        margin: 0;
        border-right: none;
    }

    .rc_project {
        height: revert;
    }

    #about .line-text {
        top: 3rem;
        max-width: 60%;
    }

    .rc_project .section__header {
        gap: 3rem;
        flex-wrap: wrap;
    }

    .btn,
    .form-consultation .btn,
    .contacts__btn {
        width: 100%;
        padding: 2rem 1rem;
        height: revert;
        font-size: 1.2rem;
    }

    .form-consultation .btn {
        margin-top: 3rem;
    }

    .contacts__btn {
        margin-top: 2rem;
    }

    .contacts__text,
    .contacts__head {
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .about_project .block .container {
        gap: 2rem;
    }

    .border_text,
    .rc_project .border_text {
        padding-left: 1.8rem;
    }

    .header__burger {
        width: 3rem;
        height: 1.6rem;
    }

    .pageUp {
        width: 5rem;
        height: 5rem;
        left: 1.5rem;
        bottom: 4.4rem;
    }

    .title-xs {
        font-size: 1.6rem;
    }

    #location .block1 {
        padding-bottom: 2.5rem;
    }

    .modal__header {
        font-size: 2rem;
        text-align: center;
    }


    .tumar .block2 .row:nth-child(odd)::after,
    .tumar .block2 .row:nth-child(even)::before {
        flex: revert;
        width: 50%;
        height: 1rem;
    }

    .tumar .block2 .row .left {
        max-width: 60%;
    }

    .tumar .block2 {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        margin-top: 4.5rem;
    }

    .lang_select {
        color: #000;
    }

    .header__logo {
        max-width: 4rem;
        aspect-ratio: 1/1;
    }

    .header__logo {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .form__field {
        font-size: 1.3rem;
    }

    .form__field {
        &:placeholder-shown ~ .form__label {
            font-size: 13px;
            cursor: text;
        }
    }

    .dvor__content .title {
        margin-bottom: 2rem;
    }

    .contacts__info.text p {
        padding-left: 2rem;
    }

    #selected_plan {
        margin: 2.2rem 0 2rem;
    }

    .modal .form-consultation .btn {
        margin: 0;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .slick-dots li button:before {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .slick-slider {
        margin-bottom: 0;
    }

    .about_slider {
        min-height: 100vw;
        margin-bottom: 0;
    }

    .about_slider .slick-list,
    .about_slider .slick-list .slick-track {
        min-height: 100vw;
    }

    .about_slider .dvor-slider__item {
        height: 100vw;
    }

}


@media screen and (max-width: 1600px) and (min-width: 1001px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 6rem;
    }

    .tumar .block1 {
        max-width: 510px;
    }

    .line-text {
        max-width: 35%;
    }

    .about .title-xl,
    .banner .title-xl {
        max-width: 100%;
        padding: 0 6rem;
    }

    .title-xl {
        font-size: 6.5rem;
    }

    .banner {
        height: calc(100vh - 8rem);
    }

    .banner .line-text {
        top: 14.8rem;
    }

    .icons__header-title::after {
        margin-top: 2rem;
    }

    .showcase__blocks {
        margin: 2rem 0 2.4rem;
    }

    .about_project .block {
        padding: 7rem 0;
    }

    .about_project .block2 {
        padding: 7rem 4rem;
    }

    .object__tab{
        font-size: 12px;
    }

    #location.about_project .block2 {
        padding: 0;
    }

    .rc_project .border_text {
        max-width: 70rem;
    }

    .about_project .block .container {
        padding: 0;
    }

    .about_project .block1 {
        padding-right: 7.1rem;
    }

    .showcase .container {
        max-width: 103rem;
    }

    .entrance_block.active {
        top: 7rem;
    }
}

.icons__header-block {
    flex: 1;
}

.bg-very-light-secondary {
    background: var(--color-very-light-secondary);
}