@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
textarea {
    outline: 0 !important;
    font-family: Manrope;
}
button {
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input:active,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus {
    outline: 0 !important;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    height: 100%;
    background: #fff;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    color: #383d44;
    overflow-x: hidden;
}
.fixed-body {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
    margin: 0;
    padding: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    max-width: 1440px;
    padding: 0 45px;
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
}
.wrapper {
    overflow: hidden;
}
.text48 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-orange {
    background: #ef9033;
    color: #fff;
}
.btn-orange:hover {
    background: #d7822e;
}
.btn-orange span {
    line-height: 180%;
    font-weight: 500;
    text-transform: uppercase;
}
.orange-text {
    color: #ef9033;
}
.inline {
    display: inline-block;
}
.figure {
    position: absolute;
    width: 22px;
}
.figure img {
    width: 100%;
}
.figure-top--left {
    left: 0;
}
.figure-top--right {
    right: 0;
}
.form-group input {
    width: 100%;
    height: 64px;
    border-color: transparent;
    padding: 0 25px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #383d44;
}
.form-group input::-webkit-input-placeholder {
    color: #383d44;
}
.form-group input::-moz-placeholder {
    color: #383d44;
}
.form-group input:-ms-input-placeholder {
    color: #383d44;
}
.form-group input::-ms-input-placeholder {
    color: #383d44;
}
.form-group input::placeholder {
    color: #383d44;
}
.form .nice-select {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: transparent;
    padding: 0 55px 0 25px;
    white-space: unset;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #383d44;
}
.form .nice-select:after {
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 12px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form .nice-select .list li {
    background: rgba(0, 0, 0, 0) !important;
    border-top: 1px solid #383d44;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #383d44;
}
.form .nice-select .list li:first-child {
    border-top: unset;
}
.form .nice-select .list .selected {
    font-weight: 700;
}
.form .open:after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}
.form-btn {
    height: 64px;
    padding: 5px 10px;
}
.form-btn span {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.form-check {
    position: relative;
}
.form-check input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}
.form-check input:checked ~ label:before {
    background-image: url(../img/check.svg);
}
.form-check label {
    display: block;
    padding-left: 50px;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
}
.form-check label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 14px;
    background-color: #fff;
}
.form-check label a {
    position: relative;
    z-index: 3;
    color: #ffc100;
}
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(48, 48, 48, 0.5);
    padding: 50px 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
}
.modal--active {
    opacity: 1;
    pointer-events: unset;
}
@media screen and (min-width: 100px) {
    .modal {
        text-align: center;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal__dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}
.modal__dialog {
    position: relative;
    width: calc(100% - 30px);
    max-width: 600px;
    background: #383d44;
    padding: 40px;
    color: #fff;
    margin: 0 auto;
}
.modal__close {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 18px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.modal__close svg {
    width: 100%;
    height: auto;
}
.modal__title {
    margin-bottom: 40px;
}
.modal .form {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
.modal .form__btn {
    width: 100%;
    height: 60px;
    margin-top: 20px;
}
.modal .form__btn span {
    font-size: 16px;
}
.modal .form__check {
    margin-top: 20px;
}
@media screen and (max-width: 992px) {
    .text48 {
        font-size: 32px;
    }
    .form-group input {
        padding: 0 20px;
    }
    .form .nice-select {
        padding: 0 50px 0 20px;
    }
    .modal__dialog {
        max-width: 400px;
        padding: 40px 20px;
    }
}
.header {
    background: #fff;
    padding: 20px 0;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header__logo {
    width: 662px;
    display: block;
}
.header__logo img {
    width: 100%;
}
.header__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.header__social {
    max-width: 48px;
}
.header__social:hover svg path {
    fill: #ef9033;
}
.header__social svg {
    width: auto;
    max-width: 100%;
    height: auto;
}
.header__social svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__phone {
    font-size: 32px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -1.92px;
    color: #383d44;
}
.header__phone span,
.header__phone:hover {
    color: #ef9033;
}
.header-menu {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 120px 0 50px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow-y: auto;
}
.header-menu--active {
    opacity: 1;
    pointer-events: auto;
}
.header-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.header-menu__list {
    display: inline-grid;
    grid-template-columns: 100%;
    text-align: center;
    gap: 15px;
}
.header-menu__list li a {
    font-size: 24px;
    line-height: 180%;
    font-weight: 500;
}
.header-menu__list li a:hover {
    color: #ef9033;
}
.header-menu .header__group {
    gap: 30px;
}
.header-menu .header__social {
    max-width: 48px;
}
.header-menu .header__phone {
    font-size: 48px;
}
.burger {
    position: relative;
    z-index: 10;
    width: 36px;
    height: 32px;
    cursor: pointer;
}
.burger span {
    position: absolute;
    right: 0;
    height: 3px;
    background: #ef9033;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.burger span:nth-child(1) {
    top: 0;
    width: 100%;
}
.burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 28px;
}
.burger span:nth-child(3) {
    bottom: 0;
    width: 100%;
}
.burger--active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger--active span:nth-child(2) {
    display: none;
}
.burger--active span:nth-child(3) {
    bottom: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1350px) {
    .header {
        padding: 18px 0;
    }
    .header__inner {
        gap: 20px;
    }
    .header__logo {
        width: 500px;
    }
    .header__group {
        gap: 20px;
    }
    .header__social {
        max-width: 30px;
        width: 100%;
    }
    .header__phone {
        font-size: 32px;
        letter-spacing: -1.28px;
    }
}
@media screen and (max-width: 992px) {
    .header {
        padding: 16px 0;
    }
    .header__inner {
        gap: 15px;
    }
    .header__logo {
        width: 400px;
    }
    .header__group {
        gap: 15px;
    }
    .header__social {
        max-width: 24px;
    }
    .header__phone {
        font-size: 20px;
        letter-spacing: -0.8px;
    }
}
@media screen and (max-width: 768px) {
    .header__logo {
        width: 300px;
    }
    .header__group {
        display: none;
    }
    .header-menu {
        padding-top: 100px;
    }
    .header-menu__list {
        gap: 10px;
    }
    .header-menu__list li a {
        font-size: 20px;
    }
    .header-menu .header__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .header-menu .header__social {
        max-width: 32px;
    }
    .header-menu .header__phone {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 32px;
    }
}
@media screen and (max-width: 576px) {
    .header {
        padding: 10px 0;
    }
    .header__logo {
        width: 260px;
    }
    .burger {
        width: 28px;
        height: 24px;
    }
    .burger span {
        height: 2px;
    }
    .burger span:nth-child(2) {
        width: 20px;
    }
    .burger--active span:nth-child(1) {
        top: 11px;
    }
    .burger--active span:nth-child(3) {
        bottom: 11px;
    }
}
@media screen and (max-width: 359px) {
    .header__logo {
        width: 240px;
    }
}
.main {
    position: relative;
    background-image: url(../img/main-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(349.04deg, rgba(0, 0, 0, 0) 9.94%, rgba(0, 0, 0, 0.9) 89.73%);
    background: linear-gradient(100.96deg, rgba(0, 0, 0, 0) 9.94%, rgba(0, 0, 0, 0.9) 89.73%);
    pointer-events: none;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px;
    padding: 94px 0;
}
.main__title {
    font-size: 64px;
    line-height: 120%;
    font-weight: 500;
    text-transform: uppercase;
}
.main__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.main__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 60px;
}
.main__location-icon {
    width: 35px;
}
.main__location-icon img {
    width: 100%;
}
.main__location-text {
    text-align: right;
    font-size: 14px;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.main__logo {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1440px;
    width: calc(100% - 6px);
    pointer-events: none;
}
.main__logo img {
    width: 100%;
}
.main__btn {
    height: 64px;
    padding: 5px 66px;
}
.main__btn span {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.info {
    min-height: 1000px;
    background-image: url(../img/info-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.info__items {
    max-width: 1235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px;
}
.info__item-number {
    font-size: 64px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
}
.info__item-text {
    font-size: 14px;
    line-height: 180%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28px;
}
.video-section {
    padding: 50px 0;
}
.video-section .video {
    position: relative;
    display: block;
}
.video-section .video-img {
    z-index: 2;
}
.video-section .video-img img {
    width: 100%;
    min-height: 710px;
    background: #383d44;
}
.video-section .video-logo {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 67px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1260px;
    width: calc(100% - 20px);
}
.video-section .video-logo img {
    width: 100%;
}
.video-section .video-img2 {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 240px;
    width: 100%;
}
.video-section .video-img2 img {
    width: 100%;
}
.video-section .video-img3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1079px;
    width: calc(100% - 20px);
}
.video-section .video-img3 img {
    width: 100%;
}
.video-section .video-img4 {
    display: none;
}
.video-section .play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.video-section .play-text {
    font-size: 14px;
    line-height: 180%;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    color: #fff;
}
.video-section .play-icon {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ef9033;
    border-radius: 50%;
}
.video-section .play-icon img {
    width: 42px;
    margin-left: 10px;
}
.services {
    padding: 50px 0 40px;
}
.services__inner {
    position: relative;
}
.services__top {
    padding-right: 305px;
    margin-bottom: 200px;
}
.services__title {
    max-width: 700px;
    margin-bottom: 18px;
}
.services__text {
    max-width: 470px;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.services__items {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px;
}
.services__item {
    min-height: 136px;
    border: 1px solid #383d44;
    padding: 20px;
}
.services__item--opacity {
    opacity: 0;
    pointer-events: none;
}
.services__item-text {
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.36px;
}
.services__item-text .mob-br {
    display: none;
}
.services__img {
    position: absolute;
    top: 0;
    right: 38px;
    max-width: 237px;
    width: 100%;
}
.services__img img {
    width: 100%;
}
.services__img img:nth-child(2) {
    display: none;
}
.engineering {
    padding: 40px 0;
}
.engineering__inner {
    position: relative;
}
.engineering .figure-top--left,
.engineering .figure-top--right {
    top: 0;
}
.engineering__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 86px;
    margin-bottom: 167px;
}
.engineering__title {
    margin-bottom: 20px;
}
.engineering__text {
    max-width: 390px;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.engineering__slider {
    position: relative;
    padding-bottom: 40px;
}
.engineering .swiper {
    overflow: unset;
}
.engineering .swiper-slide:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: 1px;
    height: 100%;
    background: #8a8a8a;
    pointer-events: none;
}
.engineering .swiper-pagination {
    bottom: 0;
}
.engineering .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 2.5px !important;
    opacity: 1 !important;
}
.engineering .swiper-pagination-bullet-active {
    background: #ef9033;
}
.engineering-card {
    position: relative;
}
.engineering-card:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(235.28deg, rgba(102, 102, 102, 0) 22.88%, #000 100%);
    background: linear-gradient(214.72deg, rgba(102, 102, 102, 0) 22.88%, #000 100%);
    pointer-events: none;
}
.engineering-card__img {
    position: relative;
    padding-bottom: 108%;
}
.engineering-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.engineering-card__text {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 28px;
    line-height: 130%;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.map img {
    width: 100%;
}
.map img:nth-child(2) {
    display: none;
}
.plan__wrap {
    position: relative;
    width: calc(100vw - (100vw - 100%));
    font-size: 1.1851851852vw;
}
@media screen and (max-width: 576px) {
    .plan__wrap {
        font-size: 4.4444444444vw;
    }
}
.plan-bg img {
    width: 100%;
}
.plan-img {
    position: absolute;
    top: -0.5em;
    right: 0.5em;
    width: 73.875em;
    height: auto;
}
.architecture {
    padding: 50px 0 35px;
}
.architecture__inner {
    position: relative;
    max-width: 1262px;
    margin: 0 auto;
}
.architecture .swiper {
    overflow: unset;
}
.architecture .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.architecture .swiper-slide {
    height: auto;
}
.architecture .swiper-pagination {
    z-index: 2;
    top: 20px;
    left: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1262px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 0 90px;
    margin: 0 auto;
}
.architecture .swiper-pagination-bullet {
    height: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
}
.architecture .swiper-pagination-bullet-active {
    background: #ef9033;
}
.architecture .swiper-button-next,
.architecture .swiper-button-prev {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ef9033;
}
.architecture .swiper-button-next:after,
.architecture .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}
.architecture .swiper-button-prev {
    left: 0;
}
.architecture .swiper-button-next {
    right: 0;
}



.engineering__slider .swiper-button-next,
.engineering__slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ef9033;
}
.engineering__slider .swiper-button-next:after,
.engineering__slider .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}
.engineering__slider .swiper-button-prev {
    left: 0;
}
.engineering__slider .swiper-button-next {
    right: 0;
}




.architecture-card {
    position: relative;
}
.architecture-card--1 .architecture-card__text {
    max-width: 605px;
}
.architecture-card:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(14.07%, rgba(0, 0, 0, 0.8)),
        to(rgba(102, 102, 102, 0))
    );
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 14.07%, rgba(102, 102, 102, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 14.07%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}
.architecture-card__img {
    position: relative;
    padding-bottom: 56.2%;
}
.architecture-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.architecture-card__desc {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 86px 90px 50px;
    color: #fff;
    margin: 0 auto;
}
.architecture-card__title {
    letter-spacing: 1.92px;
    margin-bottom: 10px;
}
.architecture-card__text {
    max-width: 541px;
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.formats {
    position: relative;
    padding: 35px 0 50px;
}
.formats__inner {
    position: relative;
}
.formats .figure-top--left,
.formats .figure-top--right {
    top: 0;
}
.formats__title {
    max-width: 1080px;
    text-align: center;
    padding-top: 40px;
    font-size: 64px;
    line-height: 130%;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 133px;
}
.formats__img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
}
.formats__img img {
    width: 100%;
}
.formats__slider {
    position: relative;
    padding-bottom: 40px;
}
.formats .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.formats .swiper-slide {
    height: auto;
}
.formats .swiper-pagination {
    bottom: 0;
}
.formats .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 2.5px !important;
    opacity: 1 !important;
}
.formats .swiper-pagination-bullet-active {
    background: #ef9033;
}
.format-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.format-card__img {
    position: relative;
    padding-bottom: 79%;
    margin-bottom: 20px;
}
.format-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.format-card__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.format-card__title {
    font-size: 32px;
    line-height: 140%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.format-card__text {
    max-width: 315px;
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.format-card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    margin-top: auto;
}
.format-card__btn {
    max-width: 316px;
    height: 64px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
}
.format-card__btn span {
    font-size: 14px;
    letter-spacing: 0.28px;
}
.format-card__arrow {
    width: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.format-card__arrow:hover svg path {
    fill: #ef9033;
}
.format-card__arrow svg {
    width: 100%;
    height: auto;
}
.format-card__arrow svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news {
    padding: 50px 0;
}
.news__title {
    margin-bottom: 57px;
}
.news__slider {
    position: relative;
    margin-bottom: 79px;
}
@media screen and (min-width: 993px) {
    .news .swiper-wrapper {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: grid;
        grid-template-columns: repeat(3, calc(33.3333333333% - 6.6666666667px));
        gap: 10px;
    }
}
.news .swiper-pagination {
    display: none;
}
.news__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news__btn {
    height: 36px;
    border: 1px solid #8a8a8a;
    padding: 5px 35px;
}
.news__btn:hover {
    background: #ef9033;
    border-color: #ef9033;
    color: #fff;
}
.news__btn span {
    font-size: 14px;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.news-card__img {
    position: relative;
    padding-bottom: 76%;
    margin-bottom: 10px;
}
.news-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-card__date {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}
.news-card__title {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news-card__text {
    font-size: 14px;
    line-height: 190%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.form-section {
    background-image: url(../img/form-section__img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 190px;
}
.form-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 50px;
}
.form-section__title {
    max-width: 600px;
    margin-bottom: 10px;
}
.form-section__text {
    max-width: 565px;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.form-section .form {
    max-width: 435px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    padding-top: 134px;
}
.form-section .form-btn {
    margin-top: 24px;
}
.form-section .form-check {
    margin-top: 10px;
}
@media screen and (max-width: 1300px) {
    .main__inner {
        gap: 32px;
    }
    .info__item-number,
    .main__title {
        font-size: 48px;
    }
    .services__top {
        padding-right: 230px;
        margin-bottom: 150px;
    }
    .services__img {
        right: 0;
        max-width: 200px;
    }
}
@media screen and (max-width: 1100px) {
    .main__title {
        font-size: 40px;
    }
}
@media screen and (max-width: 992px) {
    .main__inner {
        padding: 50px 0 80px;
    }
    .main__title {
        font-size: 32px;
    }
    .main__location {
        gap: 15px;
        margin-bottom: 32px;
    }
    .main__location-icon {
        width: 24px;
    }
    .main__location-text {
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0.24px;
    }
    .main__btn {
        padding: 5px 50px;
    }
    .main__logo {
        bottom: 5px;
        width: calc(100% - 2px);
    }
    .info {
        min-height: 850px;
        padding: 40px 0;
    }
    .info__item-number {
        font-size: 32px;
    }
    .info__item-text {
        font-size: 12px;
        line-height: 140%;
        letter-spacing: 0.24px;
    }
    .video-section {
        padding: 10px 0;
    }
    .video-section .play-text {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .services {
        padding: 20px 0 15px;
    }
    .services__top {
        padding-right: 0;
        margin-bottom: 18px;
    }
    .services__title {
        max-width: 500px;
        margin-bottom: 10px;
    }
    .services__text {
        max-width: 405px;
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .services__items {
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 10px 16px;
        margin-bottom: 50px;
    }
    .services__item {
        min-height: 83px;
        padding: 8px;
    }
    .services__item--opacity {
        display: none;
    }
    .services__item:last-child {
        grid-column: 1/3;
    }
    .services__item-text {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .services__item-text .mob-br {
        display: block;
    }
    .services__img {
        position: static;
        margin: 0 auto;
    }
    .services__img img:nth-child(1) {
        display: none;
    }
    .services__img img:nth-child(2) {
        display: block;
    }
    .engineering {
        padding: 15px 0 25px;
    }
    .engineering__top {
        padding-top: 210px;
        margin-bottom: 90px;
    }
    .engineering__title {
        margin-bottom: 10px;
    }
    .engineering__text {
        max-width: 330px;
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .engineering .swiper-slide:not(:last-child):after {
        display: none;
    }
    .engineering-card__text {
        padding: 20px 16px;
        font-size: 24px;
    }
    .architecture {
        padding: 10px 0 15px;
    }
    .architecture .swiper-pagination {
        gap: 15px;
        padding: 0 60px;
    }
    .architecture-card--1 .architecture-card__text {
        max-width: 515px;
    }
    .architecture-card__desc {
        padding-left: 60px;
        padding-right: 60px;
    }
    .architecture-card__title {
        letter-spacing: 1.28px;
    }
    .architecture-card__text {
        max-width: 465px;
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .formats {
        padding: 15px 0 25px;
    }
    .formats__title {
        max-width: 500px;
        padding-top: 126px;
        font-size: 32px;
        letter-spacing: 0.64px;
        margin-bottom: 185px;
    }
    .formats__img {
        display: none;
    }
    .format-card__img,
    .format-card__title {
        margin-bottom: 10px;
    }
    .format-card__text {
        margin-bottom: 25px;
    }
    .news {
        padding: 25px 0 50px;
    }
    .news__title {
        margin-bottom: 50px;
    }
    .news__slider {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .news .swiper-pagination {
        bottom: 0;
        display: block;
    }
    .news .swiper-pagination-bullet {
        bottom: 0;
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 2.5px !important;
        opacity: 1 !important;
    }
    .news .swiper-pagination-bullet-active {
        background: #ef9033;
    }
    .news__btn {
        display: none;
    }
    .news-card__date,
    .news-card__title {
        font-size: 14px;
        letter-spacing: 0.28px;
    }
    .news-card__text {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .form-section {
        padding: 20px 0 186px;
    }
    .form-section__title {
        max-width: 400px;
    }
    .form-section__text {
        max-width: 500px;
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .form-section .form {
        max-width: 380px;
        padding-top: 90px;
    }
    .form-section .form-btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .main:after {
        background: -o-linear-gradient(220.14deg, rgba(0, 0, 0, 0.8) 12.43%, rgba(102, 102, 102, 0) 160.09%);
        background: linear-gradient(229.86deg, rgba(0, 0, 0, 0.8) 12.43%, rgba(102, 102, 102, 0) 160.09%);
    }
    .main__inner {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
        padding-bottom: 184px;
    }
    .main__title {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .main__title br {
        display: none;
    }
    .main__title .end-text {
        display: block;
        text-align: right;
    }
    .main__group {
        width: 100%;
    }
    .main__location {
        margin: 0;
    }
    .main__btn {
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        padding: 5px 10px;
    }
    .info__items {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
        gap: 48px 20px;
    }
    .info__item:nth-child(1) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
    .info__item:nth-child(3) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .video-section {
        background-image: url(../img/video-section__img.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .video-section .video-img img {
        min-height: 780px;
    }
    .video-section .video-img2 {
        max-width: 167px;
    }
    .video-section .video-img3 {
        display: none;
    }
    .video-section .video-img4 {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .video-section .video-img4 img {
        width: 100%;
    }
    .map img:nth-child(1) {
        display: none;
    }
    .map img:nth-child(2) {
        display: block;
    }
    .architecture .swiper-button-next,
    .architecture .swiper-button-prev {
        width: 34px;
    }
    .architecture .swiper-pagination {
        top: 10px;
        gap: 6px;
        padding: 0 50px;
    }
    .architecture .swiper-pagination-bullet {
        height: 5.6px;
    }
    .architecture-card--1 .architecture-card__text {
        max-width: 345px;
    }
    .architecture-card__desc {
        padding-top: 65px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .architecture-card__title {
        font-size: 28px;
        letter-spacing: 1.12px;
    }
    .architecture-card__text {
        max-width: 315px;
        font-size: 8px;
        line-height: 190%;
        letter-spacing: 0.16px;
    }
    .news-card__text {
        font-size: 8px;
        letter-spacing: 0.16px;
    }
}
@media screen and (max-width: 768px) and (min-width: 577px) {
    .format-card__btn {
        height: 50px;
    }
    .format-card__btn span {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .format-card__arrow {
        width: 36px;
    }
}
@media screen and (max-width: 768px) {
    .form-section {
        background-image: url(../img/form-section__img--mob.webp);
    }
    .form-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-section .form {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }
}
@media screen and (max-width: 576px) {
    .main__inner {
        padding-bottom: 154px;
    }
    .main__btn {
        bottom: 50px;
    }
    .info {
        min-height: 1000px;
    }
    .info__item-number {
        font-size: 28px;
    }
    .engineering .swiper-wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .engineering-card {
        height: auto;
    }
    .engineering-card__img {
        padding-bottom: 0;
    }
    .engineering-card__img img {
        position: static;
        height: auto;
        min-height: 650px;
    }
    .plan {
        position: relative;
    }
    .plan:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 21px;
        left: 10px;
        width: calc(100% - 20px);
        height: 30px;
        background: #fff;
        pointer-events: none;
    }
    .plan__wrap {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .plan__wrap::-webkit-scrollbar {
        display: none;
    }
    .plan__inner {
        width: 67.5em;
    }
    .plan .scroll {
        position: absolute;
        z-index: 2;
        top: 24px;
        left: 20px;
        width: calc(100% - 40px);
        overflow-x: auto;
        overflow-y: hidden;
    }
    .plan .scroll__inner {
        height: 1px;
    }
    .plan .scroll::-webkit-scrollbar {
        height: 22px;
    }
    .plan .scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
    }
    .plan .scroll::-webkit-scrollbar-thumb {
        background: #ef9033;
        border-radius: 100px;
    }
    .plan .plan-img {
        top: -0.063em;
        left: 8em;
        width: 59em;
    }
    .architecture {
        position: relative;
    }
    .architecture:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        width: 100%;
        height: calc(100% - 15px);
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(14.07%, rgba(0, 0, 0, 0.8)),
            to(rgba(102, 102, 102, 0))
        );
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 14.07%, rgba(102, 102, 102, 0) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 14.07%, rgba(102, 102, 102, 0) 100%);
        pointer-events: none;
    }
    .architecture__inner {
        padding: 0 20px;
    }
    .architecture .swiper-button-prev {
        left: 20px;
    }
    .architecture .swiper-button-next {
        right: 20px;
    }
    .architecture .swiper-pagination {
        padding: 0 35px;
    }
    .architecture .swiper-pagination-bullet {
        background: rgba(56, 61, 68, 0.5);
    }
    .architecture .swiper-pagination-bullet-active {
        background: #ef9033;
    }
    .architecture-card__desc {
        padding: 35px 15px 20px;
    }
    .architecture-card__img {
        padding-bottom: 0;
    }
    .architecture-card__img img {
        position: static;
        height: auto;
        min-height: 780px;
        max-height: 780px;
    }
    .formats__cards {
        grid-template-columns: 100%;
    }
    .news-card__img {
        padding-bottom: 92.5%;
    }
}
.footer {
    background: #383d44;
    padding: 30px 0;
}
.footer__logo {
    display: block;
    margin-bottom: 40px;
}
.footer__logo img {
    width: 100%;
}
.footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px;
    margin-bottom: 90px;
}
.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.footer__social {
    max-width: 48px;
}
.footer__social:hover svg path {
    fill: #d7822e;
}
.footer__social svg {
    width: auto;
    max-width: 100%;
    height: auto;
}
.footer__social svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__items {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
    margin-bottom: 60px;
}
.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    color: #fff;
}
.footer__item-icon {
    width: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__item-icon img {
    max-width: 100%;
}
.footer__logo2 {
    width: 354.5px;
    display: block;
    margin-left: auto;
}
.footer__logo2 img {
    width: 100%;
}
.footer__phone:hover {
    color: #ef9033;
}
.footer__phone .footer__item-text {
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -1.92px;
}
.footer__email:hover,
.footer__phone .footer__item-text span {
    color: #ef9033;
}
.footer__email .footer__item-text {
    font-size: 29px;
    line-height: 100%;
    text-transform: uppercase;
}
.footer__location .footer__item-text {
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.footer__group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
.footer__text {
    max-width: 290px;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
}
.footer__text2 {
    max-width: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
.footer__text2 p {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #858f9a;
}
.footer__text2 p a:hover {
    color: #ef9033;
}
@media screen and (max-width: 992px) {
    .footer {
        padding: 35px 0;
    }
    .footer__items {
        margin-bottom: 30px;
    }
    .footer__item {
        gap: 40px;
    }
    .footer__logo2 {
        width: 285px;
    }
    .footer__phone .footer__item-text {
        font-size: 32px;
        letter-spacing: -1.28px;
    }
    .footer__email .footer__item-text {
        font-size: 19px;
    }
    .footer__text {
        max-width: 250px;
        font-size: 10px;
    }
    .footer__text2 p {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
}
@media screen and (max-width: 768px) {
    .footer__logo {
        margin-bottom: 10px;
    }
    .footer__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 148px;
        margin-bottom: 20px;
    }
    .footer__subgroup {
        width: 100%;
    }
    .footer__items {
        display: inline-grid;
    }
    .footer__item-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right;
    }
    .footer__logo2 {
        max-width: 285px;
        width: 100%;
        margin: 0 auto;
    }
    .footer__group2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
    .footer__text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .footer__text2 {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
    }
    .footer__text2 p {
        width: 100%;
    }
    .footer__text2 p:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: right;
    }
}
@media screen and (max-width: 359px) {
    .footer__item {
        gap: 20px;
    }
    .footer__phone .footer__item-text {
        font-size: 28px;
    }
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */

/* NEWS_ARTICLE_PAGES_V1 */
.news-card{display:block;color:inherit;text-decoration:none;transition:transform .25s ease,opacity .25s ease}.news-card:hover{transform:translateY(-4px)}.news-card__img{overflow:hidden}.news-card__img img{object-fit:cover;transition:transform .5s ease}.news-card:hover .news-card__img img{transform:scale(1.025)}.news-card__link{display:inline-flex;align-items:center;margin-top:18px;font-size:13px;line-height:1.4;font-weight:600;letter-spacing:.28px;text-transform:uppercase;color:#ef9033}.news-card__link:after{content:"";width:28px;height:1px;margin-left:10px;background:currentColor;transition:width .25s ease}.news-card:hover .news-card__link:after{width:42px}.js .news-card--extra:not(.is-visible){display:none!important}.news__btn-wrap[hidden]{display:none!important}.news .news__btn{cursor:pointer;background:transparent;color:#383d44}.news .news__btn:hover{color:#fff}.article-page{background:#fff;color:#383d44}.article-page .article-header{background:#fff}.article-content{padding-top:108px}.article{padding:55px 0 100px}.article__breadcrumbs{display:flex;align-items:center;gap:10px;min-width:0;margin-bottom:45px;font-size:12px;line-height:1.5;letter-spacing:.24px;text-transform:uppercase;color:#8a8a8a}.article__breadcrumbs a{color:#383d44}.article__breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article__head{max-width:1120px;margin-bottom:42px}.article__date{display:block;margin-bottom:15px;font-size:18px;line-height:1.4;letter-spacing:.36px;color:#ef9033}.article__title{max-width:1120px;margin:0 0 25px;font-size:clamp(34px,4.2vw,64px);line-height:1.08;font-weight:500;letter-spacing:-.02em;text-transform:uppercase}.article__teaser{max-width:920px;margin:0;font-size:18px;line-height:1.65;letter-spacing:.2px;text-transform:uppercase}.article__hero{position:relative;overflow:hidden;margin:0 0 65px;padding-bottom:min(55%,760px);background:#f1f1f1}.article__hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article__layout{display:grid;grid-template-columns:minmax(0,900px) minmax(240px,360px);gap:80px;align-items:start}.article__body{font-size:18px;line-height:1.75}.article__body h2{margin:0 0 32px;font-size:clamp(27px,3vw,42px);line-height:1.2;font-weight:500;text-transform:uppercase}.article__body p{margin:0 0 24px}.article__body ul{display:grid;gap:12px;margin:-4px 0 32px;padding-left:0;list-style:none}.article__body li{position:relative;padding-left:28px}.article__body li:before{content:"";position:absolute;top:.72em;left:0;width:12px;height:2px;background:#ef9033}.article__image{overflow:hidden;margin:42px 0;background:#f1f1f1}.article__image img{display:block;width:100%;height:auto}.article__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:42px 0}.article__gallery .article__image{height:100%;margin:0}.article__gallery img{height:100%;object-fit:cover}.article__aside{position:sticky;top:140px}.article__aside-card{padding:32px;border:1px solid #d9d9d9}.article__aside-title{margin-bottom:18px;font-size:24px;line-height:1.2;font-weight:600;text-transform:uppercase}.article__aside-card p{margin:0 0 28px;font-size:14px;line-height:1.8;letter-spacing:.28px;text-transform:uppercase}.article__aside-btn{width:100%;height:52px}.article__navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:80px;padding-top:35px;border-top:1px solid #d9d9d9}.article__navigation-link{display:flex;flex-direction:column;color:#383d44}.article__navigation-link--next{text-align:right;align-items:flex-end}.article__navigation-link span{margin-bottom:10px;font-size:12px;line-height:1.5;letter-spacing:.24px;text-transform:uppercase;color:#8a8a8a}.article__navigation-link strong{max-width:520px;font-size:17px;line-height:1.4;font-weight:600;text-transform:uppercase;transition:color .25s ease}.article__navigation-link:hover strong{color:#ef9033}.article__back-wrap{display:flex;justify-content:center;margin-top:55px}.article__back{height:44px;padding:8px 30px;border:1px solid #8a8a8a}.article__back:hover{border-color:#ef9033;background:#ef9033;color:#fff}.article__back span{font-size:13px;font-weight:500;letter-spacing:.28px;text-transform:uppercase}.news-archive{padding:55px 0 100px}.news-archive__title{margin-bottom:55px}.news-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px 18px}.news-archive__grid .news-card__img{padding-bottom:70%}
@media(max-width:1100px){.article__layout{grid-template-columns:minmax(0,1fr) 280px;gap:45px}.article__body{font-size:17px}.news-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:992px){.news .news__btn{display:inline-flex}.article-content{padding-top:84px}.article{padding:40px 0 75px}.article__breadcrumbs{margin-bottom:32px}.article__hero{margin-bottom:45px}.article__layout{display:block}.article__aside{position:static;margin-top:45px}.article__aside-card{max-width:520px}.article__navigation{margin-top:60px}.article-page .article-header .header__group{display:flex}.article-page .article-header .burger{display:flex}}
@media(max-width:768px){.article__title{font-size:34px}.article__teaser{font-size:15px;line-height:1.7}.article__hero{padding-bottom:68%}.article__body{font-size:16px;line-height:1.7}.article__body h2{font-size:27px}.article__gallery{grid-template-columns:1fr}.article__navigation{grid-template-columns:1fr;gap:30px}.article__navigation-link--next{text-align:left;align-items:flex-start}.news-archive__grid{grid-template-columns:1fr}.article-page .article-header .header__phone{font-size:15px}}
@media(max-width:576px){.article-content{padding-top:72px}.article{padding-top:28px}.article__breadcrumbs{gap:7px;margin-bottom:25px;font-size:10px}.article__date{font-size:14px}.article__title{font-size:29px}.article__teaser{font-size:13px}.article__hero{margin-left:-20px;margin-right:-20px;padding-bottom:78%}.article__body h2{font-size:24px}.article__body p{margin-bottom:20px}.article__aside-card{padding:24px 20px}.article__navigation{margin-top:45px}.article-page .article-header .header__group{display:none}.news-archive{padding-top:28px}.news-archive__title{margin-bottom:35px}}

/* Multilingual interface */
.language-switcher{display:flex;align-items:center;gap:2px;direction:ltr;flex:0 0 auto;padding:3px;border:1px solid rgba(56,61,68,.18);border-radius:999px;background:rgba(255,255,255,.82);backdrop-filter:blur(8px)}
.language-switcher__link{display:flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 7px;border-radius:999px;font-size:11px;line-height:1;font-weight:600;letter-spacing:.06em;color:#383d44;transition:background-color .2s,color .2s}
.language-switcher__link:hover,.language-switcher__link.is-active{background:#123629;color:#fff}
.header__group>.language-switcher{margin-left:14px;margin-right:14px}
.header-menu .language-switcher{margin-top:24px;width:max-content}
.lang-ar,.lang-ar button,.lang-ar input,.lang-ar textarea,.lang-ar select{font-family:Tahoma,Arial,sans-serif!important}
html[dir=rtl] .header__phone,html[dir=rtl] .footer__phone,html[dir=rtl] .footer__email,html[dir=rtl] .article__date,html[dir=rtl] .news-card__date,html[dir=rtl] .plan__wrap,html[dir=rtl] .plan-status-legend{direction:ltr}
html[dir=rtl] .article__body,html[dir=rtl] .article__head,html[dir=rtl] .article__aside,html[dir=rtl] .news-card__desc,html[dir=rtl] .footer__text,html[dir=rtl] .footer__text2{text-align:right}
html[dir=rtl] .article__body ul{padding-left:0;padding-right:28px}
html[dir=rtl] .article__navigation-link--prev{text-align:right;align-items:flex-start}
html[dir=rtl] .article__navigation-link--next{text-align:left;align-items:flex-end}
html[dir=rtl] .plot-modal__value{text-align:left}
html[dir=rtl] .plot-modal__close{right:auto;left:18px}
html[dir=rtl] .plot-modal__title{margin-right:0;margin-left:42px}
html[dir=rtl] .main__title .end-text{text-align:left}
html[dir=rtl] .form-group input,html[dir=rtl] .form-group textarea{text-align:right}
html[dir=rtl] .language-switcher{direction:ltr}
@media(max-width:1100px){.header__group>.language-switcher{margin-left:8px;margin-right:8px}.language-switcher__link{min-width:27px;padding:0 5px}}
@media(max-width:576px){.language-switcher__link{min-width:32px;height:30px}.news-archive-page .article-header .header__group{display:flex}.news-archive-page .article-header .header__phone{display:none}.news-archive-page .article-header .language-switcher{margin:0}.article-page .header-menu .language-switcher--menu{display:flex}.header-menu .language-switcher{margin-top:18px}html[dir=rtl] .plot-modal__value{text-align:right}}

html[dir=rtl] .main__title .t2{display:inline-block;direction:ltr;unicode-bidi:isolate;max-width:100%;}

/* CHINESE_LANGUAGE_AND_RTL_SERVICES_FIX */
.lang-zh,.lang-zh button,.lang-zh input,.lang-zh textarea,.lang-zh select{font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif!important}
@media (min-width:993px){html[dir=rtl] .services__img{right:auto;left:38px}}

/* SHARED_HEADER_VISUALS */
.header{top:0;left:0;width:100%;position:fixed;z-index:99;box-shadow:1px 0 4px #dbdbdb}

/* SHARED_FOOTER_AND_LEAD_POPUP_V2 */
.yandex-map{width:60%;height:300px;margin-top:10px;overflow:hidden}.yandex-map iframe{display:block;width:100%;height:100%;border:0}.footer__contacts{flex:1;min-width:0}.footer__logo2 img{width:60%}.lead-popup__text{margin:-18px 0 28px;font-size:14px;line-height:1.65;letter-spacing:.18px;color:rgba(255,255,255,.78)}body.lead-popup-open{overflow:hidden}.article__body h3{margin:44px 0 22px;font-size:clamp(22px,2.2vw,31px);line-height:1.25;font-weight:600;text-transform:uppercase}.article__gallery:has(figure:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:992px){.yandex-map{width:55%;height:280px}}
@media(max-width:768px){.yandex-map{width:100%;height:300px;margin-top:30px}.footer__group{gap:48px}.article__gallery:has(figure:nth-child(3)){grid-template-columns:1fr}.lead-popup__text{margin-top:-12px}}

/* HANGAR_CALCULATOR_V1 */
.hangar-calculator{padding:95px 0 110px;background:#f7f7f5;color:#383d44}.hangar-calculator__head{margin-bottom:28px}.hangar-calculator__title{margin:0 0 10px;text-transform:uppercase}.hangar-calculator__subtitle{max-width:760px;font-size:16px;line-height:1.6;color:#666}.hangar-calculator__modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px;margin-bottom:34px}.hangar-calculator__mode{min-height:52px;padding:12px 16px;border:1px solid #d6d8db;background:#fff;color:#383d44;font:inherit;font-size:13px;font-weight:600;letter-spacing:.18px;text-transform:uppercase;cursor:pointer;transition:.2s}.hangar-calculator__mode:hover,.hangar-calculator__mode.is-active{border-color:#383d44;background:#383d44;color:#fff}.hangar-calculator__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;align-items:start}.hangar-calculator__controls{padding:28px;background:#fff;border:1px solid #e1e2e3}.calc-step{padding:0 0 27px;margin-bottom:27px;border-bottom:1px solid #e2e3e5}.calc-step:last-of-type{margin-bottom:20px}.calc-step__heading{display:flex;align-items:center;gap:13px;margin-bottom:16px}.calc-step__number{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;flex:0 0 27px;border-radius:4px;background:#383d44;color:#fff;font-size:13px;font-weight:700}.calc-step__heading h3{margin:0;font-size:15px;line-height:1.35;font-weight:700;text-transform:uppercase}.calc-step__heading h3 small{font-size:11px;font-weight:400;text-transform:none;color:#7c8085}.calc-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.calc-option{display:flex;align-items:center;justify-content:center;gap:7px;min-height:58px;padding:10px 8px;border:1px solid #e0e1e2;background:#fff;color:#383d44;font:inherit;font-size:12px;line-height:1.25;cursor:pointer;transition:.2s}.calc-option:hover,.calc-option.is-active{border-color:#d6a228;box-shadow:inset 0 0 0 1px #d6a228}.calc-option__icon{font-size:20px;color:#8b9096}.calc-size-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.calc-size{display:flex;flex-direction:column;align-items:center;min-height:180px;padding:15px 10px;border:1px solid #e0e1e2;background:#fff;color:#383d44;font:inherit;cursor:pointer;transition:.2s}.calc-size:hover,.calc-size.is-active{border-color:#383d44;box-shadow:inset 0 0 0 1px #383d44}.calc-size strong{font-size:16px}.calc-size b{margin-top:auto;font-size:17px}.calc-size small{margin-top:7px;font-size:11px;color:#686d72}.calc-size__scheme{position:relative;width:66px;height:42px;margin:15px auto;border:1px solid #aab0b6}.calc-size__scheme--wide{width:74px}.calc-size__scheme--long{width:86px}.calc-size__scheme i{position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:#777;transform:translate(-50%,-50%)}.calc-custom-size{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:end;padding:18px;border:1px dashed #d5a12a;background:#fffdf7}.calc-custom-size label{display:grid;gap:7px;font-size:11px;text-transform:uppercase;color:#656a70}.calc-custom-size input{width:100%;height:50px;border:1px solid #d9dbdd;padding:0 14px;font:inherit;font-size:17px}.calc-custom-size__times{padding-bottom:13px;font-size:20px}.calc-custom-size__area{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid #ece4ce;font-size:13px}.calc-custom-size__area strong{font-size:17px}.calc-package-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.calc-package{min-height:72px;padding:13px 16px;border:1px solid #e0e1e2;background:#fff;color:#383d44;font:inherit;text-align:left;cursor:pointer;transition:.2s}.calc-package:hover,.calc-package.is-active{border-color:#383d44;background:#383d44;color:#fff}.calc-package strong,.calc-package small{display:block}.calc-package strong{font-size:14px}.calc-package small{margin-top:6px;font-size:10px;line-height:1.35;opacity:.76}.calc-step--params{transition:.25s}.calc-step--params.is-emphasis{margin-left:-10px;margin-right:-10px;padding:12px 10px 27px;background:#fff9e9;border:1px solid #e7c56e}.calc-params-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.calc-params-grid label{display:grid;gap:7px;font-size:10px;line-height:1.3;text-transform:uppercase;color:#656a70}.calc-params-grid select{width:100%;height:46px;padding:0 32px 0 11px;border:1px solid #dfe1e3;background:#fff;color:#383d44;font:inherit;font-size:12px}.calc-custom-notice{margin:0 0 18px;padding:13px 15px;border-left:3px solid #d6a228;background:#fff8e7;font-size:11px;line-height:1.55;color:#666}.hangar-calculator__calculate{width:100%;height:58px}.hangar-calculator__result{position:sticky;top:112px;display:grid;gap:16px}.hangar-calculator__result.is-calculated .calc-result-card{animation:calcPulse .45s ease}@keyframes calcPulse{0%{transform:scale(.992)}55%{transform:scale(1.006)}100%{transform:scale(1)}}.calc-visual{position:relative;overflow:hidden;min-height:360px;background:#ddd}.calc-visual>img{display:block;width:100%;height:420px;object-fit:cover}.calc-visual__label{position:absolute;top:15px;left:18px;padding:7px 12px;background:rgba(255,255,255,.92);font-size:12px;font-weight:700;text-transform:uppercase;color:#bb8a19}.calc-visual__stats{position:absolute;left:14px;right:14px;bottom:14px;display:grid;grid-template-columns:1.1fr .9fr .7fr 1.25fr;background:rgba(43,49,58,.94);color:#fff}.calc-visual__stats>div{min-width:0;padding:13px 15px;border-right:1px solid rgba(255,255,255,.28)}.calc-visual__stats>div:last-child{border-right:0}.calc-visual__stats strong,.calc-visual__stats span{display:block}.calc-visual__stats strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}.calc-visual__stats span{margin-top:5px;font-size:9px;color:#cfd4da}.calc-result-card{padding:25px 28px;border:1px solid #dfe1e3;background:#fff}.calc-result-card__eyebrow{margin-bottom:14px;font-size:15px;font-weight:600;text-transform:uppercase}.calc-result-card__price{font-size:clamp(32px,4vw,48px);line-height:1;font-weight:700;color:#c99420}.calc-result-card__rate{margin-top:7px;font-size:15px}.calc-result-card__breakdown{margin-top:22px}.calc-result-card__breakdown>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #e8e9ea;font-size:12px}.calc-result-card__breakdown strong{font-weight:600;white-space:nowrap}.calc-result-card__breakdown .calc-result-card__total{padding-top:13px;border-bottom:0;font-weight:700;text-transform:uppercase}.calc-result-card__total strong{color:#c99420}.calc-result-card__includes{margin:17px 0 0;padding-left:25px;position:relative;font-size:11px;line-height:1.55;color:#555}.calc-result-card__includes:before{content:'i';position:absolute;left:0;top:1px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #777;border-radius:50%;font-size:10px;font-weight:700}.calc-result-card__disclaimer{margin:13px 0 0;font-size:9px;line-height:1.5;color:#8a8a8a}.calc-lead-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);gap:24px;align-items:center;padding:22px 25px;background:#383d44;color:#fff}.calc-lead-card__intro h3{margin:0 0 8px;font-size:20px;text-transform:uppercase}.calc-lead-card__intro p{margin:0;font-size:11px;line-height:1.55;color:#d7dbe0}.calc-lead-card__form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.calc-lead-card__form .form-group input{height:48px;padding:0 15px;font-size:12px}.calc-lead-card__form .form__btn{height:48px!important;margin:0!important;grid-column:1/-1}.calc-lead-card__form .form-check{grid-column:1/-1;margin-top:3px!important}.calc-lead-card__form .form-check label{font-size:9px;padding-left:32px}.calc-lead-card__form .form-check label:before{width:22px;height:22px;background-size:14px 10px}.is-custom-estimate .calc-result-card__price:before{content:'≈ ';font-weight:400;color:#8f9398}
html[dir=rtl] .calc-package{text-align:right}html[dir=rtl] .calc-custom-notice{border-left:0;border-right:3px solid #d6a228}html[dir=rtl] .calc-visual__label{left:auto;right:18px}html[dir=rtl] .calc-visual__stats>div{border-right:0;border-left:1px solid rgba(255,255,255,.28)}html[dir=rtl] .calc-visual__stats>div:last-child{border-left:0}html[dir=rtl] .calc-result-card__includes{padding-left:0;padding-right:25px}html[dir=rtl] .calc-result-card__includes:before{left:auto;right:0}
@media(max-width:1180px){.hangar-calculator__grid{grid-template-columns:1fr 1fr}.calc-options{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-params-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calc-visual>img{height:360px}.calc-visual__stats{grid-template-columns:repeat(2,1fr)}.calc-visual__stats>div:nth-child(2){border-right:0}.calc-visual__stats>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}.calc-lead-card{grid-template-columns:1fr}}
@media(max-width:900px){.hangar-calculator{padding:70px 0 80px}.hangar-calculator__grid{grid-template-columns:1fr}.hangar-calculator__result{position:static}.calc-visual>img{height:430px}}
@media(max-width:576px){.hangar-calculator{padding:55px 0 65px}.hangar-calculator__modes{grid-template-columns:1fr}.hangar-calculator__mode{min-height:46px}.hangar-calculator__controls{padding:18px 14px}.calc-options{grid-template-columns:1fr 1fr}.calc-size-options{grid-template-columns:1fr}.calc-size{min-height:145px}.calc-package-options{grid-template-columns:1fr}.calc-params-grid{grid-template-columns:1fr}.calc-custom-size{grid-template-columns:1fr 1fr}.calc-custom-size__times{display:none}.calc-visual{min-height:300px}.calc-visual>img{height:330px}.calc-visual__stats{left:8px;right:8px;bottom:8px}.calc-visual__stats>div{padding:10px}.calc-visual__stats strong{font-size:12px}.calc-result-card{padding:22px 18px}.calc-result-card__price{font-size:31px}.calc-result-card__breakdown>div{font-size:11px}.calc-lead-card{padding:20px 16px}.calc-lead-card__form{grid-template-columns:1fr!important}}

/* NEWS_ARCHIVE_LINK_ON_MOBILE */
@media(max-width:992px){.news__btn{display:inline-flex;align-items:center;justify-content:center}.news__btn-wrap{margin-top:28px}}
