@charset "UTF-8";

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Heavy.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-HeavyItalic.woff2) format("woff2");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-LightItalic.woff2) format("woff2");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-MediumItalic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-RegularItalic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: SFProText;
    font-display: swap;
    src: url(../fonts/SFProText-SemiboldItalic.woff2) format("woff2");
    font-weight: 600;
    font-style: italic
}

:root {
    --bs-font-family: SFProText;
    --bs-font-size: 18px;
    --bs-font-weight: 400;
    --bs-line-height: 1;
    --bs-font-color: #fff;
    --bs-transition: 0.3s ease-in-out;
    --bs-radius: 10px;
    --primary-color: #131313;
    --primary-hover-color: #2d2d2d;
    --secondary-color: #ff4040;
    --white-color: #fff;
    --black-color: #131313;
    --bs-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 8px 3px rgba(0, 0, 0, 0.1);
    --hover-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

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

:active,
:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

html {
    opacity: 0;
    scroll-behavior: smooth;
    -webkit-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out
}

html.loaded {
    opacity: 1
}

html.lock {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden
}

html.lock [data-lp] {
    padding-right: 1rem;
    padding-right: var(--bh-scrollbar-width, 1rem)
}

html.lock .wrapper {
    margin-right: 1rem;
    margin-right: var(--bh-scrollbar-width, 1rem)
}

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

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    line-height: 1;
    line-height: var(--bs-line-height);
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: SFProText;
    font-family: var(--bs-font-family);
    font-size: 18px;
    font-size: var(--bs-font-size);
    font-weight: 400;
    font-weight: var(--bs-font-weight);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-decoration: none;
    text-decoration: none
}

a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

a:active,
a:focus {
    outline: 0
}

a:visited {
    -webkit-text-decoration: none;
    text-decoration: none
}

li,
ul {
    list-style: none
}

img {
    vertical-align: top
}

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

sup {
    color: inherit
}

::-webkit-scrollbar {
    width: .5rem;
    background-color: #fff;
    background-color: var(--white-color)
}

::-webkit-scrollbar-track {
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    background: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: .25rem;
    border: 0 none #fff;
    background-color: #131313;
    background-color: var(--primary-color)
}

@-webkit-keyframes show-header {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@keyframes show-header {
    0% {
        top: -100%
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes fade-up-big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up-big {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

[class*=__container] {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.ibg {
    position: relative
}

.ibg img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.ibg_contain img {
    -o-object-fit: contain;
    object-fit: contain
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.page [data-observ] {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: .125rem;
    width: 100%;
    background: 0 0
}

.page_start {
    padding-top: 6.25rem
}

.btn-border {
    border: 1px solid red;
    padding: 13px 24px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase
}

.btn {
    padding: 13px 24px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.title {
    font-size: 50px;
    font-weight: lighter;
    line-height: 123%;
    color: #101010
}

.portfolio__form-check {
    color: #101010
}

.js-validate-error-field {
    line-height: 0 !important;
    border: none !important;
    border-bottom: 1px solid red !important
}

.js-validate-error-label {
    font-size: 12px !important
}

.js-validate-error-label {
    line-height: 1
}

.header {
    z-index: 50;
    width: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color var(--bs-transition);
    transition: background-color var(--bs-transition);
    padding: 60px 0 0
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.menu__link {
    color: #fff
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.header__phone a {
    color: #fff
}

.video-background {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden
}

.header__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.icon-menu {
    display: none
}

.header__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.main__content {
    padding: 166px 0 289px
}

.main__content-title {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    line-height: 123%
}

.main__content-subtitle {
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    padding: 30px 0 56px;
    font-weight: lighter;
    text-align: center;
    max-width: 609px;
    margin: auto
}

.main__content-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px
}

.header.nothome {
    padding: 30px 0 30px;
    background-color: #101010
}

.popup {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    width: 100%;
    padding: 1.875rem .625rem;
    overflow-block: auto;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.popup.is-open {
    pointer-events: auto;
    opacity: 1
}

.popup.is-open .popup__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__content {
    opacity: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 43.125rem;
    padding: 1.875rem 3.125rem;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1.25rem;
    right: 1.25rem;
    border-radius: .5rem;
    height: 2.5rem;
    width: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: 0 0;
    font-size: 30px
}

.popup__portfolio-text {
    width: 100%;
    background-color: #101010;
    padding: 40px;
    color: #fff;
    max-width: 100%
}

.popup__portfolio-text .portfolio__form-check {
    color: #fff;
    font-size: 12px
}

.checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-wrap: nowrap
}

.checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute
}

.checkbox__input:disabled+.checkbox__box {
    opacity: .7
}

.checkbox__input:focus+.checkbox__box {
    -webkit-box-shadow: 0 0 0 2px #00f;
    box-shadow: 0 0 0 2px #00f
}

.checkbox__input:checked+.checkbox__box {
    border-color: #fff;
    background-color: #ff4040
}

.checkbox__input:checked:focus+.checkbox__box {
    outline: 1px solid #000
}

.checkbox__input:checked:disabled+.checkbox__box {
    opacity: .7
}

.checkbox__box {
    border: 2px solid #1a8c80;
    border-radius: 3px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__trigger {
    padding: .625rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.tabs__trigger.active {
    color: #fff;
    background-color: #ff4040
}

.tabs__panel {
    display: none;
    -webkit-animation: fade-up-big .4s forwards;
    animation: fade-up-big .4s forwards
}

.tabs__panel.active {
    display: block
}

.accordion__item {
    border: 1px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accordion__item:not(:first-of-type) {
    border-top: 0
}

.accordion__item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion__item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion__item.open .accordion__header {
    color: #ff4040;
    background-color: #e7f1ff
}

.accordion__item.open .accordion__header::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion__item.open .accordion__content {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 2.25rem .5rem
}

.accordion__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.accordion__header:hover {
    background: rgba(255, 255, 255, .02)
}

.accordion__header:active {
    background: rgba(255, 255, 255, .05)
}

.accordion__header::after {
    content: "";
    position: static;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.accordion__content {
    height: 0;
    padding: 0 .5rem;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #131313;
    background: var(--black-color);
    padding: 57px 0 82px
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__up {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__middle {
    width: 100%;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 67px
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.footer__bottom a {
    color: #fff
}

.property {
    padding: 69px 0 81px
}

.property__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.property__item {
    width: 370px;
    max-width: 100%
}

.property__item-title {
    font-size: 50px;
    line-height: 123%;
    color: #101010;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 20px;
    text-align: center
}

.property__item-title span {
    color: red;
    margin-right: 10px
}

.property__item-subtitle {
    text-align: center;
    font-size: 24px;
    color: #101010;
    font-weight: lighter
}

.no-webp .portfolio {
    background-image: url(../images/portfolio-bg.png)
}

.portfolio {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 123px;
    margin: 0 0 80px
}

.portfolio__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.portfolio__title {
    font-size: 50px;
    color: #fff;
    font-weight: lighter;
    line-height: 123%;
    margin: 0 0 20px
}

.portfolio__subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: lighter
}

.portfolio__form {
    background: #fff;
    width: 335px;
    max-width: 100%;
    padding: 30px 39px 37px 37px;
    line-height: auto
}

.portfolio__form-wrapper {
    max-width: 100%
}

.portfolio__form-title {
    font-size: 28px;
    font-weight: lighter;
    margin: 0 0 44px 0
}

.portfolio__form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin: 0 0 90px
}

.portfolio__form-inputs input {
    border-bottom: 1px solid #101010;
    padding: 0 0 5px 0;
    color: #101010;
    font-size: 16px;
    opacity: 1
}

.portfolio__form-btn {
    padding: 17px 31px;
    text-transform: uppercase;
    font-size: 20px;
    color: #101010;
    border: 1px solid #101010;
    font-weight: lighter
}

.portfolio__form-cases {
    background-color: #fff;
    color: #101010;
    font-weight: lighter;
    margin: 20px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    font-size: 20px
}

.portfolio__form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 8px
}

.form {
    margin: 0 0 80px
}

.form__portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    max-width: 100%
}

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

.form__portfolio__text {
    background-color: #101010;
    padding: 40px;
    width: 335px;
    max-width: 100%
}

.form__portfolio__text h2,
label {
    color: #fff
}

.form__portfolio .portfolio__form-btn {
    color: #fff;
    border: 1px solid #fff;
    white-space: nowrap
}

.form__portfolio input {
    color: #fff;
    opacity: 1;
    background-color: #101010;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.form__portfolio input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form__portfolio input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form__portfolio input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form__portfolio input::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form__portfolio input::placeholder {
    color: #fff;
    opacity: 1
}

.form__portfolio .portfolio__form-btn {
    padding: 17px 19px
}

.service {
    margin: 0 0 80px
}

.service__items {
    margin: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 21px
}

.service__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 453px;
    max-width: 100%;
    color: #fff;
    height: 620px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.service__item-title {
    font-size: 28px
}

.service__item-subtitle {
    margin: 15px 0 20px;
    min-height: 114px;
    font-size: 16px
}

.service__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service__item-btn {
    font-size: 20px;
    padding: 10px 25px;
    background-color: #fff;
    font-weight: lighter
}

.no-webp .service__item:nth-child(1) {
    background-image: url(../images/s1.png)
}

.no-webp .service__item:nth-child(2) {
    background-image: url(../images/s3.png)
}

.no-webp .service__item:nth-child(3) {
    background-image: url(../images/s2.png)
}

.services {
    margin: 80px 0 80px
}

.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.services__text {
    width: 690px;
    max-width: 100%
}

.services__text-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px
}

.services__text-name {
    font-size: 28px;
    font-weight: 500;
    width: 300px;
    max-width: 100%
}

.services__text-raiting {
    margin: 0 16px 0 60px
}

.services__text-review {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    line-height: 123%
}

.services__text-text {
    font-size: 20px;
    line-height: 123%;
    color: #101010;
    font-weight: lighter;
    margin: 0 0 20px
}

.services__items {
    margin: 50px 0 0
}

.services__left {
    position: relative
}

.services__left img {
    max-width: 100%
}

.services__left-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 40px 80px 40px 30px;
    background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0), #000);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.services__left-price {
    font-size: 28px;
    font-weight: lighter
}

.services__left-name {
    font-size: 28px;
    font-weight: lighter
}

.services__left-desc {
    font-size: 16px;
    font-weight: lighter;
    margin: 16px 0 60px
}

.services__text-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.services__text {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 630px
}

.services__text-btn {
    color: #101010;
    line-height: 123%;
    font-weight: lighter
}

.services__text-cases {
    color: #101010;
    line-height: 123%;
    font-weight: lighter
}

.services__item {
    margin: 0 0 70px
}

.service__item {
    position: relative;
    overflow: hidden
}

.service__item-text {
    position: absolute;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 40px 80px 40px 30px;
    background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0), #000);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service__item:hover .service__item-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.work__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.work {
    margin: 0 0 80px
}

.work__subtitle {
    margin: 16px 0 30px
}

.work__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px
}

.work__item-text {
    font-size: 20px;
    line-height: 123%;
    font-weight: lighter
}

.work__text {
    max-width: 100%
}

.swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.clients {
    margin: 0 0 80px
}

.clients__title {
    margin: 0 0 50px
}

.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.work__img {
    width: 100%
}

.work__video {
    width: 571px;
    height: 829px;
    max-width: 100%
}

.cases {
    margin: 80px 0 80px
}

.cases__title {
    margin: 0 0 50px
}

.cases__item {
    margin: 0 0 50px
}

.cases__item-name {
    font-size: 30px;
    line-height: 123%;
    font-weight: lighter;
    margin: 0 0 20px
}

.cases__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.cases__text-title {
    font-weight: 700;
    margin: 0 0 20px
}

.cases__text-text {
    font-weight: lighter;
    line-height: 123%
}

.contact__name {
    font-size: 30px;
    font-weight: lighter;
    line-height: 123%;
    margin: 0 0 12px
}

.contact__desc {
    font-size: 20px;
    font-weight: 500
}

.contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact__item {
    margin: 0 0 30px
}

.contact__desc-inner {
    font-size: 12px;
    line-height: 123%
}

.contact {
    margin: 80px 0 80px
}

.contact__img img {
    max-width: 100%
}

.webp .portfolio {
    background-image: url(../images/portfolio-bg.webp)
}

.webp .service__item:nth-child(1) {
    background-image: url(../images/s1.webp)
}

.webp .service__item:nth-child(2) {
    background-image: url(../images/s3.webp)
}

.webp .service__item:nth-child(3) {
    background-image: url(../images/s2.webp)
}

@media (max-width:70.75em) {
    .cases__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

.cases__video {
    max-width: 633px; /* Ограничиваем ширину на ПК */
    width: 100%; /* Масштабируем на мобильных */
}

.cases__video iframe {
    width: 100%; /* Видео адаптируется под ширину контейнера */
    height: auto; /* Сохраняем пропорции */
    aspect-ratio: 16 / 9; /* Устанавливаем соотношение сторон */
}

/* Медиазапрос для мобильных */
@media screen and (max-width: 768px) {
    .cases__video {
        max-width: 100%; /* Видео занимает всю ширину экрана */
    }
}

@media screen and (max-width: 768px) { /* Для мобильных устройств */
    .cases__video {
        max-width: 100%; /* Устанавливаем ширину на 100% экрана */
        max-height: auto; /* Высота адаптируется автоматически */
    }
}

@media (max-width:69.375em) {
    .work__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .work__item {
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:62.5em) {
    .service__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:61.25em) {
    .services__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services__text {
        height: 100%;
        gap: 30px
    }

    .services__text-raiting {
        margin: 0
    }

    .services__text-text {
        font-size: 16px
    }

    .services__text-name {
        font-size: 22px;
        width: 100%
    }

    .services__text-up {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }

    .services__item {
        margin: 0 0 40px
    }
}

@media (max-width:60em) {
    .icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        cursor: pointer;
        z-index: 5;
        margin: auto 15px 0 auto
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #fff
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__logo img {
        width: 200px
    }

    .header__menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #444;
        height: 100%;
        width: 90%;
        padding: 150px 0;
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1
    }

    .header__menu-wrapper.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1
    }

    .menu__list {
        -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
    }
}

@media (max-width:51.25em) {
    .property__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px
    }
}

@media (max-width:50em) {
    .contact__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:36.25em) {
    .main__content {
        padding: 100px 0 100px
    }

    .main__content-title {
        font-size: 25px
    }

    .main__content-subtitle {
        font-size: 18px
    }

    .btn-border {
        font-size: 16px
    }

    .btn {
        font-size: 16px
    }

    .main__content-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:31.875em) {
    .footer__container {
        -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: flex-start
    }
}

@media (max-width:28.75em) {
    .property__item-title {
        font-size: 25px
    }

    .property__item-subtitle {
        font-size: 16px
    }
}

@media (max-width:27.5em) {
    .popup__content {
        padding: 0
    }

    .popup__close {
        top: -3.125rem
    }
}

@media (any-hover:hover) {
    ::-webkit-scrollbar-thumb:hover {
        background-color: #2d2d2d;
        background-color: var(--primary-hover-color)
    }
}