@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: 48px;
    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 */
