@charset "UTF-8";



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

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/chizha-forns/HelveticaNeueCyr-Roman.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/chizha-forns/HelveticaNeueCyr-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



/* Убираем стандартный серый фон при тапе на iOS */
* {
    -webkit-tap-highlight-color: transparent; /* убирает серый фон */
}

/* Убираем outline при фокусе (на всякий случай) */
a, button, input, textarea {
    outline: none;
}




:root {
    --font-family: "HelveticaNeueCyr", sans-serif;
}

html {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: none !important;
    font-family: var(--font-family);
}

body {
    margin: 0;
    padding: 0;
    background-color: #0e0e0e;
    font-family: var(--font-family);
}

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



h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.btn-reset {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;

}

.input-reset {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 440px) {
    .container {
        padding: 0 12px;
    }
}



.testimonials .swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 22px;
    transition: 0.2s ease-in-out;
}

.testimonials .swiper-pagination {
    bottom: -30px;
    transition: 0.2s ease-in-out;
}

.testimonials .swiper-pagination-bullet-active {
    background: #fff;
    transition: 0.2s ease-in-out;
}

.testimonials .swiper-pagination-bullet {
    opacity: 0.8;
    transition: 0.2s ease-in-out;
}


section {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
    position: relative;
}

section.project {
    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;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slider-gallery {
    position: relative;
    /* 	bottom: 12px; */
    top: 0;
}

.slider-gallery__list-item {
    opacity: 0.4;
}

.slider-gallery__list-item.active {
    opacity: 1;
}

.gallery {
	background-color: #0e0e0e;
}


section.project::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-54.6%, rgba(217, 217, 217, 0.18)), to(rgba(0, 0, 0, 0.72)));
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.18) -54.6%, rgba(0, 0, 0, 0.72) 100%);
    z-index: 2;
    pointer-events: none;
}

.project a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

section.project h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

@media (max-width: 440px) {
    section.project h3 {
        font-size: 28px;
    }
}

.back-img-scale {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.logo {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--third-family);
    text-transform: uppercase;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

@media (max-width: 440px) {
    .logo {
        font-size: 14px;
    }
}

.logo:hover {
    opacity: 1 !important;
}

.selector {
    position: relative;
}

.selector::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

.selector.active {
    opacity: 1;
    max-width: 220px;
}

.selector.active::before {
    width: 0%;
}
/* Скрываем scrollbar thumb, track и сам скролл на всех элементах */
*::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

*::-webkit-scrollbar-track {
    background: transparent !important;
}

*::-webkit-scrollbar-thumb {
    background: transparent !important;
}

*::-webkit-scrollbar-thumb:hover {
    background: transparent !important;
}

/* Firefox */
* {
    scrollbar-width: none !important;
    scrollbar-color: transparent transparent !important;
}


#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
      z-index: 999991;

}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
    pointer-events: none;
    -webkit-transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999991;
}

@media (max-width: 1280px) {

    #cursor,
    #cursor-border {
        display: none;
    }
}

.form {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46.5%;
    z-index: 10;
    right: -28%;
    background-color: var(--primary-color);
    background-color: #0e0e0e;
    padding: 52px;
    z-index: 10;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

@media (max-width: 1640px) {
    .form {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .form {
        right: -100%;
        width: 100%;
    }
}

@media (max-width: 440px) {
    .form {
        padding: 20px;
    }
}

.form.active {
    right: 0;
    visibility: visible;
}

.form__top-title {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 100;
}

@media (max-width: 768px) {
    .form__top-title.active {
        visibility: hidden;
    }
}

.input-form {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: var(--font-family);
}

.input-form::-webkit-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.input-form::-moz-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.input-form:-ms-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.input-form::-ms-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.input-form::placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.form-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.form-overlay::before {
    content: "";
    position: fixed;
    background-color: rgba(14, 14, 14, 0.8196078431);
    width: 100%;
    height: 100%;
    opacity: 1;
}

.form-overlay.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.textarea-form {
    resize: none;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e1e1e;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.textarea-form::-webkit-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.textarea-form::-moz-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.textarea-form:-ms-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.textarea-form::-ms-input-placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.textarea-form::placeholder {
    font-family: var(--font-family);
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.inp-bottom {
    width: 100%;
    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;
}

@media (max-width: 440px) {
    .inp-bottom {
        padding-bottom: 20px;
    }
}

.inp-bottom .inp-bottom-title {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

@media (max-width: 440px) {
    .inp-bottom .inp-bottom-title {
        font-size: 14px;
    }
}

.inp-bottom .input-btn {
    color: #656565;
    font-size: 18px;
    font-weight: 100;
    font-family: var(--font-family);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

@media (max-width: 440px) {
    .inp-bottom .input-btn {
        font-size: 16px;
    }
}

.inp-bottom .input-btn:hover {
    opacity: 0.8;
}

.form__content {
    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: 100%;
}

.form__content .top {
    margin-top: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}

@media (max-width: 440px) {
    .form__content .top {
        gap: 48px;
    }
}

.btn-open-menu {
    position: fixed;
    right: 36px;
    bottom: 46px;
    z-index: 13;

    transition: 0.2s ease;
}

.btn-open-menu.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

.btn-open-menu svg {
    transform: scale(1.2);
}

@media (max-width: 440px) {
    .btn-open-menu {
        right: 16px;
        bottom: 26px;
    }

    .btn-open-menu svg {
        transform: scale(1);
    }

    .btn-open-menu svg {
        width: 34px;
        height: 34px;
    }

    .form__content .top {
        margin-top: 48%;
        gap: 80px;
    }
}

.header {
    padding: 48px 20px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
}

@media (max-width: 1440px) {
    .header {
        padding: 38px 20px;
    }
}

@media (max-width: 440px) {
    .header {
        padding: 28px 12px;
    }
}

.header__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

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

.header__lang-link {
    color: #fff;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 100;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0.2;
}

.header__lang-link:hover {
    opacity: 1;
}

.header__lang-link.active {
    opacity: 0.6;
    font-weight: 400;
}

.header__burger-btn {
    width: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0.8;
}

@media (max-width: 440px) {
    .header__burger-btn {
        width: 58px;
    }
}

.header__burger-btn:hover {
    opacity: 0.6;
}

.header__burger-btn span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.header__logo {
    font-weight: 300;
    text-align: center;
    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;
    line-height: 1;
    opacity: 0.2;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 16px;
}

.header__logo:hover {
    opacity: 1;
}

.header__burger-btn {
    margin-left: auto;
}

.hero__content-date {
    opacity: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.hero__content-date.active {
    opacity: 0.4;
}

.menu {
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    z-index: 10;
    -webkit-transition: top 1.2s ease-in-out;
    transition: top 1.2s ease-in-out;
    z-index: 14;
}

.menu.active {
    top: 0;
}

.menu__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 440px) {
    .menu__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
    }
}

.menu__list-item {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu.active .menu__list-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu.active .menu__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.menu.active .menu__list-item:nth-child(2) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.menu.active .menu__list-item:nth-child(3) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.menu.active .menu__list-item:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.menu__list-link {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    font-family: var(--third-family);
    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;
    height: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0.3;
    letter-spacing: 2px;
}

.menu__list-link:hover {
    opacity: 0.8;
}

.header__burger-btn.active span {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.header__burger-btn.active span:nth-child(2) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.header__burger-btn.active span:nth-child(3) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

@media (min-width: 1080px) {

    .hero {
        background-position: top !important;
    }
}

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: background-position 4.6s ease;
    transition: background-position 4.6s ease;
    display: flex;
    align-items: center;
    text-align: center;

}

@media (max-width: 440px) {
    .hero {
        -webkit-transition: background-position 2.6s ease-in-out;
        transition: background-position 2.6s ease-in-out;
    }
}

.hero.active {
    background-position: 50%;
}

@media (max-width: 1080px) {
    .hero.active {
        background-position: 68%;
    }
}

@media (max-width: 440px) {
    .hero {
        background-position: 60%;
    }
}

.hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__content-title {
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    min-width: 373px;
}

.hero__content-title span {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 100;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    text-align: left;
    max-width: 0;
    overflow: hidden;
    transition: 2.2s ease-in-out !important;
    opacity: 0;
}

.cut-text-animated span {
    max-width: 0;
    overflow: hidden;
    transition: 2.2s ease-in-out !important;
    opacity: 1;
    max-width: 0;
    overflow: hidden;
}

.hero__content-title {
    letter-spacing: 2px;
}

.hero__content-title.cut-text-animated span {
    max-width: 500px !important;
    opacity: 1;
}

.footer__social-item a svg {
    width: 24px;
    height: 24px;
    opacity: 0.6;
    transition: 0.2s ease;
    fill: #ffffffd4;
}

.footer__social-item:hover a svg {
    opacity: 1;
    fill: #0e0e0e !important;
}

.footer__social-link:hover {
    background: #fff !important;
}

.hero__content-subtitle:nth-child(2) {
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    min-width: 296px;
}

.hero__content-subtitle:nth-child(3) {
    overflow: hidden;
    margin-bottom: 54px;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: flex;
    align-items: center;
    min-width: 143px;
}

@media (max-width: 440px) {
    .hero__content-title {
        min-width: 232px;
    }

    .hero__content-subtitle:nth-child(2) {
        min-width: 296px;
    }

    .hero__content-subtitle:nth-child(3) {
        min-width: 145px;
    }
}

.hero__content-subtitle span {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 100;
    white-space: nowrap;
    display: block;
    text-align: left;
    max-width: 0;
    overflow: hidden;
    transition: 2.2s ease-in-out !important;
    opacity: 0;
}

.cut-text-animated span {
    max-width: 0;
    overflow: hidden;
    transition: 2.2s ease-in-out !important;
    opacity: 1;
    max-width: 0;
    overflow: hidden;
}

.hero__content-subtitle.cut-text-animated span {
    max-width: 500px !important;
    opacity: 1;
}

@media (max-width: 440px) {
    .hero__content-title span {
        font-size: 26px !important;
    }
}

.hero__content-subtitle {
    line-height: 124%;
    opacity: 0.8;
}

.hero__content-subtitle:nth-child(3) {
    margin-bottom: 42px;
}

.hero__content-subtitle:nth-child(2) {
    margin-bottom: 8px;
}

@media (max-width: 440px) {
    .hero__content-subtitle {
        line-height: 120%;
    }
}

.hero__content-subtitle span {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    font-family: var(--third-family);
    white-space: nowrap;
}

@media (max-width: 440px) {
    .hero__content-subtitle span {
        font-size: 17px !important;
    }
}

.hero__content-btn {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-family: var(--third-family);
    white-space: nowrap;
    opacity: 0;
    transition: 1s ease-in-out;
}

.hero__content-btn.cut-text-animated {
    opacity: 1;
}

.hero__content-btn:hover {
    opacity: 0.6 !important;
}

@media (max-width: 440px) {
    .hero__content-btn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 45vw;
    }
}

.hero__content-date {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 250;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px;
}

.preloader {
    background-color: #0e0e0e;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    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;
	pointer-events: none !important;
}

.preloader .preloader-line-title {
    font-size: 24px;
    opacity: 1;
    color: #767676;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    opacity: 0.4;
}

.preloader .preloader-line-title::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #0e0e0e;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.preloader .preloader-line-title.active {
    opacity: 0.4;
}

.preloader .preloader-line-title.active::before {
    width: 0;
}

.preloader .preloader-line-title::after {
    position: absolute;
    content: "";
    left: -100%;
    bottom: 0;
    background-color: #0e0e0e;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.preloader .preloader-line-title.active-after {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.preloader .preloader-line-title.active-after::after {
    left: 0%;
}

.preloader .preloader-line-title.active-after-before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.4;
    -webkit-transition: none !important;
    transition: none !important;
}

.preloader .preloader-line-title.active-after-before::after {
    left: 100%;
}

.preloader-line {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    background-color: #fff;
}

.preloader-line.active {
    width: 100%;
}

.preloader-overflow {
    overflow: hidden;
}



.gallery-item {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

@media (max-width: 440px) {}

.gallery-50 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.gallery-item {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
}

.gallery {
    min-height: 100vh;
}

.gallery-item img {
    min-height: 100vh;
    max-height: 100vh;
}

.gallery-item {
    max-height: 0;
    overflow: hidden;
}

.gallery-item.active-img {
    max-height: 100vh;
}


@media (max-width: 1080px) {
.gallery {
	min-height: 100vh;
}

.gallery-item img {
	min-height: 100vh;
	max-height: 100vh;
}

.gallery-item {
	max-height: 0;
	overflow: hidden;
}

.gallery-item.active-img {
	max-height: 100vh;
}
}



@media (max-width: 1280px) {
.gallery {
	min-height: 90vh;
}

.gallery-item img {
	min-height: 90vh;
	max-height: 90vh;
}

.gallery-item {
	max-height: 0;
	overflow: hidden;
}

.gallery-item.active-img {
	max-height: 90vh;
}
}


@media (max-width: 1080px) {
.gallery {
	min-height: 520px;
}

.gallery-item img {
	min-height: 520px;
	max-height: 520px;
}

.gallery-item {
	max-height: 0;
	overflow: hidden;
}

.gallery-item.active-img {
	max-height: 520px;
}
}

@media (max-width: 860px) {
	.gallery-100 {
	min-height: 100vh;
}

.gallery-100 .gallery-item img {
	min-height: 100vh;
	max-height: 100vh;
}

.gallery-100 .gallery-item {
	max-height: 0;
	overflow: hidden;
}

.gallery-100 .gallery-item.active-img {
	max-height: 100vh;
}
}



@media (max-width: 440px) {
    .gallery {
        min-height: calc(80vw + 2px);
    }

    .gallery-item img {
        min-height: calc(80vw + 2px);
        max-height: calc(80vw + 2px);
    }

    .gallery-item {
        max-height: 0;
        overflow: hidden;
    }

    .gallery-item.active-img {
        max-height: calc(80vw + 2px);
    }
}



.gallery-list {
    display: none;
    visibility: hidden;
}

.price {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 20px 72px;
    padding-bottom: 42px;
    overflow: auto;
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

@media (max-width: 768px) {
    .price {
        padding: 12px;
        padding-bottom: 30px;
    }
}

.price.active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.price-content__title {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 42px;
    margin-top: 40px;
}

@media (max-width: 440px) {
    .price-content__title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.price-content__title:not(:first-child) {
    margin-top: 100px;
    margin-bottom: 40px;
}

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

.price-content__fag-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2470588235);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;

}

.price-content__fag-item:nth-child(1) button {
    padding-top: 0;
}

.price-content__fag-btn {
    color: rgba(255, 255, 255, 0.631372549);
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    padding: 42px 0;
    width: 100%;
    text-align: left;
}

@media (max-width: 440px) {
    .price-content__fag-btn {
        padding: 28px 0;
    }

    .price-content__fag-item:first-child .price-content__fag-btn {
        margin-top: 40px;
    }
}

.price-content__lixt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}

.price-content__lixt.active {
    max-height: 460px;
    padding-bottom: 28px;
}

.price-content__lixt-item {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    line-height: 154%;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-left: 12px;
}

.price-content__lixt-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-2px);
    width: 2px;
    height: 2px;
    border-radius: 100px;
    display: block;
    background: #fff;
    opacity: 0.4;
}

@media (max-width: 768px) {
    .price-content__lixt-item::before {
        top: 13px;
    }
}

@media (max-width: 440px) {
    .price-content__lixt-item {}
}

.inp-tel-title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.304);
    font-weight: 100;
}

.price-content__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px 32px;
}

.drop-input {
    position: relative;
}

.drop-input .top {
    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;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2156862745);

}

.drop-input .bottom {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    padding: 12px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #000 !important;
    z-index: 11;
}

.drop-input .bottom.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    background: #000 !important;
    visibility: visible;
    z-index: 11;
}

.drop-input-icon {
    transition: 0.2s ease-in-out;
    pointer-events: none;
}

.drop-input-icon.active {
    transform: rotate(45deg);
}

.drop-input-list-btn {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    width: 100%;
    text-align: left;
}

.drop-input-name {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    padding: 24px 0;

}

.drop-input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.drop-input-list-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 144%;
}

.sec-input input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
    padding: 24px 0;
    width: 100%;
    font-size: 20px;
    font-weight: 100;
    color: rgb(255, 255, 255);
}

@media (max-width: 440px) {
    .sec-input input {
        font-size: 20px;
    }
}

.sec-input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.304);
}

.sec-input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.304);
}

.sec-input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.304);
}

.sec-input input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.304);
}

.sec-input input::placeholder {
    color: rgba(255, 255, 255, 0.304);
}

@media (max-width: 440px) {
    .sec-input input::-webkit-input-placeholder {
        font-size: 18px;
    }

    .sec-input input::-moz-placeholder {
        font-size: 18px;
    }

    .sec-input input:-ms-input-placeholder {
        font-size: 18px;
    }

    .sec-input input::-ms-input-placeholder {
        font-size: 18px;
    }

    .sec-input input::placeholder {
        font-size: 18px;
    }
}

.price-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-input-btn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 100;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.price-input-btn:hover {
    color: rgb(255, 255, 255);
}

.price-input-price {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

.count-price {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}

.price-content__form {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .price-content__form {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .price-input {
        margin-top: 22px;
    }
}

@media (max-width: 440px) {
    .price-input-price {
        font-size: 18px;
    }
}

@media (max-width: 440px) {
    .count-price {
        font-size: 18px;
    }
}

.button-close-about {
    right: 32px;
    top: 32px;
    position: fixed !important;
}

.btn-price-close {
    position: absolute;
    right: 32px;
    top: 52px;
}

@media (max-width: 440px) {
    .btn-price-close {
        right: 12px;
        top: 20px;
    }
}

.inp-tel {
    position: relative;
}

.inp-tel::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-6px);
    font-size: 22px;
    color: #fff;
    opacity: 0.8;
    font-weight: 100;
}

@media (max-width: 768px) {
    .inp-tel::before {
        transform: translateY(-6px);
    }

}

.inp-tel input {
    padding-left: 20px;
}

.testimonials.disable {
    display: none;
}

.testimonials__inner {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.testimonials__title {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 50px;
}

.swiper--slider {
    margin: 0 auto;
    padding: 20px;
    margin: -20px;
    width: 100%;
    overflow: visible;
}

@media (max-width: 440px) {
    .swiper--slider {
        padding: 12px;
        margin: -12px;
    }

    .testimonials__inner {
        justify-content: start;
        padding: 60px 0 0 0;
    }
}

.swiper--slider .swiper-slide {
    border-radius: 12px;
    border: 1px solid rgba(217, 217, 217, 0.22);
    padding: 58px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper--slider .swiper-slide-text {
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

@media (max-width: 1280px) {
    .swiper--slider .swiper-slide-text {
        font-size: 14px;
    }

    .swiper--slider .swiper-slide {
        padding: 28px 20px 20px 20px;
    }

    .swiper--slider .swiper-slide-text {
        margin-bottom: 22px;
    }

    .swiper--slider .swiper-slide-user {
        width: 80px;
    }

    .testimonials__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    .swiper--slider .swiper-slide-text {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .swiper--slider .swiper-slide-user {
        width: auto;
    }

    .swiper--slider .swiper-slide-name {
        font-size: 20px;
    }

    padding: 38px 14px;


}




.swiper--slider .swiper-slide-name {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.swiper--slider .swiper-slide-user {
    display: block;
    margin-top: 24px;
    border-radius: 100px;
}

.about-us {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 20px 72px;
    padding-top: 100px;
    overflow: hidden;
    overflow: auto;
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    padding-bottom: 40px;
}

@media (max-width: 1280px) {
    .about-us {
        padding: 60px 20px 20px 22px;
        padding-bottom: 40px;

    }
}

@media (max-width: 768px) {
    .about-us {
        padding: 12px;
        padding-bottom: 30px;
    }
}

@media (max-width: 440px) {
    .about-us {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

.about-us .container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.about-us .button-close-about {
    position: absolute;
    z-index: 10;
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

@media (max-width: 440px) {
    .about-us .button-close-about {
        right: 12px;
        top: 20px;
    }
}


.about-us .button-close-about:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.about-us.active {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.about-us__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 120px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 120px;
}

@media (max-width: 1280px) {
    .about-us__content {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .about-us__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.about-us__list {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 0;
    width: 100%;
}

.about-us__list-item {
    width: 100%;
}

.about-us__list-btn {
    color: #fff;
    font-size: 18px;
    width: 100%;
    font-weight: 100;

    padding: 80px 0;
    text-align: left;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0.3;
    position: relative;
    text-transform: uppercase;
}

.about-us__list-btn::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.about-us__list-btn:hover::before {
    width: 100%;
    width: 100% 0;
}

@media (max-width: 1440px) {
    .about-us__list-btn {
        padding: 60px 0;
    }
}

@media (max-width: 440px) {
    .about-us__list-btn {
        padding: 30px 0;
    }
}

.about-us__list-btn.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6549019608);
    opacity: 1;
}

.about-us__list-btn:hover {
    opacity: 1;
}

.about-us__list-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 145%;
    font-weight: 100;
    -webkit-transition: 1.1s ease;
    transition: 1.1s ease;
    max-height: 0;
    overflow: hidden;
}

@media (max-width: 440px) {
    .about-us__list-subtitle {
        font-size: 18px;
    }
}

.about-us__list-subtitle.active {
    max-height: 400px;
    margin-top: 30px;
}

.about-us__answer {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-us__answer-subtitle {
    font-size: 36px;
    width: 100%;
    font-family: var(--third-family);
    font-weight: 100;
    line-height: 125%;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .about-us__answer-subtitle {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-us__answer-subtitle {
        display: none;
    }
}

.gallery-slider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;

    /*     pointer-events: none;
    visibility: hidden;
    opacity: 0; */
    -webkit-transition: 1.2s ease;
    transition: 1.2s ease;

    transform: translateY(-100%);
}

.gallery-slider.active {
    /*     pointer-events: all;
    visibility: visible;
    opacity: 1;
	overflow: auto; */

    transform: translateY(0%);
}


@media (max-width: 768px) {

    .gallery-slider {
        flex-direction: column-reverse;
    }


}

.swiper-gallery {
    transition: none !important;
}

.gallery-slider__bottom {
    position: relative;
}


@media (max-width: 440px) {
    .gallery-slider {
        padding: 0;
    }

    .gallery-slider__bottom {
        padding: 0;

    }
}

@media (min-width: 1080px) {
    .gallery-slider__bottom {
        height: 100%;
        display: flex;
    }
}

.over-height-img {
    max-height: 0;
    overflow: hidden;
    transition: 1.6s ease;
}

.over-height-img.active-height {
    max-height: 100px;
}

.over-height-img {
    width: 100%;
    height: 100%;
}

.over-height-img img {
    width: 100%;
    height: 100%;
    min-height: 100px;
}

@media (max-width: 440px) {
    .over-height-img.active-height {
        max-height: 320px;
    }

    .over-height-img img {
        min-height: 320px !important;
    }

    .swiper-gallery-item img {
        min-height: 320px !important;
    }

    .over-height-img.active-height {
        max-height: 320px;
    }

    .gallery-slider {
        grid-template-rows: 80px 1fr;
    }
}



.swiper-gallery {
    height: 90px;

    position: absolute;
    width: 100%;
    top: 20px;
    left: 20px;
}

@media (max-width: 1440px) {
    .swiper-gallery {
        height: 90px;
    }
}

@media (max-width: 768px) {
    .swiper-gallery {
        padding: 10px;
    }
}

.swiper-gallery-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1005px;
    height: 100%;
    opacity: 0.4;

    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.swiper-gallery-item img {
    width: 100%;
    height: 100%;
}

/* @media (max-width: 768px) {
    .swiper-gallery-item {
        opacity: 1 !important;
        background-size: contain;
    }
} */

.swiper-gallery-item.active {
    opacity: 1;
}

.swiper-gallery-item:hover {
    opacity: 1;
}

@media (min-width: 1080px) {
    .gallery-slider__bottom-server {
        -o-object-fit: contain;
        object-fit: contain;
        height: 100%;
        width: auto;
        display: block;
        margin: auto;

        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 1079px) {
    .gallery-slider__bottom-server {
        -o-object-fit: cover;
        object-fit: cover;
        height: 66vh;
        width: auto;
        display: block;
		height: 100%;

        position: static;
    }
	
	.viewer__slider-buttons {
		position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 1079px) {
	.viewer__slider-buttons {
		position: static;
}
	
 
}

@media (max-width: 1440px) {
    .gallery-slider__bottom-server {}
}




.gallery-slider__top {
    width: 100%;
}

@media (max-width: 768px) {
    .gallery-slider__top {}

    .swiper-gallery {
        padding: 12px;
        height: 100px;
    }

    .over-height-img img {
        object-fit: cover;
    }

    .swiper-gallery-item img {
        min-height: 80px !important;
    }
}

.btn-close-gallery {
    position: fixed;
    z-index: 111;
    display: block;
    margin-left: auto;
    right: 20px;
    top: 20px;
}

.btn-close-gallery .viewer__close {
    width: 40px;
    height: 40px;
}

.btn-close-gallery .viewer__close div {
    width: 40px;
}

@media (max-width: 440px) {
    .btn-close-gallery {
        right: 11px;
        top: 20px;
        width: 40px;
        height: 40px;
    }
}

.footer {
    background-color: #000;
    height: 100vh;
    padding-top: 120px;
    position: relative;
}


.footer a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.footer a:hover {
    opacity: 0.8;
}

.footer__gmail {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}

.footer__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

@media (max-width: 440px) {
    .footer__logo .logo {
        display: none;
    }
}

.footer__phone {
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

@media (max-width: 440px) {
    .footer__phone {
        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: 10px;
    }
}

.footer__phone span {
    font-weight: 200;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
	transition: none !important;
}

.footer__social {
	opacity: 0 !important;
	pointer-events: none !important;
}

.footer__social.active {
    opacity: 1 !important;
    pointer-events: all !important;
}

@media (max-width: 440px) {
    .footer__social {
        bottom: 32px;
        gap: 16px;
    }
}

@media (max-width: 1280px) {
	.footer__social.active {
		position: fixed;
		bottom: 32px;
}
}

.footer__social-link {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 56px;
    background: #0e0e0e;
    position: relative;
}

.footer__social-link:hover {
    background: #2f2f2f;
}

.footer__social-link svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
}

.footer-top {
    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;
    padding-left: 20px;
    padding-right: 20px;
}



@media (max-width: 440px) {
    .footer-top {
        -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: 32px;
    }
}

.footer-top .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 440px) {
    .footer-top .end {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}



@media (max-width: 1080px) {
    .footer-top .end {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 440px) {
    .footer-top .end {
        flex-direction: column;
        gap: 20px;
    }
}


.controls-buttons-left {
    position: relative;
}

.controls-buttons-left::before {
    position: absolute;
    content: '';

    top: 44%;
    transform: translateY(-50%);
    width: 146px;
    left: 4px;
    height: 2px;
    background: #fff;
    display: block;

}


.controls-buttons-right {
    position: relative;
}

.controls-buttons-right::before {
    position: absolute;
    content: '';

    top: 44%;
    transform: translateY(-50%);
    width: 146px;
    right: 4px;
    height: 2px;
    background: #fff;
    display: block;

}

@media (max-width: 768px) {


    .controls-buttons-right::before {
        width: 126px;
    }

    .controls-buttons-left::before {
        width: 126px;
    }
}



.viewer__close {

    position: relative;
    height: 42px;
    width: 42px;
    margin-bottom: 20px;
}

.viewer__close div {
    position: absolute;
    top: 50%;

    height: 1px;
    width: 112%;
    transition: all ease 0.5s;
    transform: rotate(45deg);
    background-color: #fff;
}

.viewer__close div:last-child {
    transform: rotate(-45deg);
}

@media (max-width: 440px) {}

.input-plus-form {
    position: relative;
}

.input-plus-form input {}

.drop-input-icon svg {
    width: 22px;
    height: 22px;
}

/* overlay-image-background */

/* overlay-image-background */


/* @media (min-width: 1080px) {
	.zoom-figure {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.gallery-slider__bottom-server {
	width: 100%;
    height: 100%;
}
} */