@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Init */
/*  @include adaptive-value("padding-top", 15, 7, 1);
    @include adaptive-value("padding-bottom", 15, 7, 1);
    @include adaptive-value("padding-right", 15, 7, 1);
    @include adaptive-value("padding-left", 15, 7, 1);

    @include adaptive-value("margin-top", 15, 7, 1);
    @include adaptive-value("margin-bottom", 40 , 20, 1);
    @include adaptive-value("margin-right", 15, 7, 1);
    @include adaptive-value("margin-left", 15, 7, 1);

    @include adaptive-value("font-size", 115, 96, 1);
*/
/* "paddibg" - свойство которое нужно адаптировать */
/* 50 - максимальное значение свойства в px */
/* 20 - минимальное значение свойства в px */
/* 0 или 1 или 2 - ($type) условие, по которому будет выполняться адаптив */
@font-face {
    font-family: "Galgo";
    src: url("../fonts/Galgo.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Heading Now Trial";
    src: url("../fonts/HeadingNowTrialRegular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Heading Now Trial";
    src: url("../fonts/HeadingNowTrialMedium.ttf");
    font-style: normal;
    font-weight: 500;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #fff;
    background: #000;
    font: 23px/1.02 "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 360px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-weight: 500;
    margin: 0 0 0.5em;
    color: inherit;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 78px;
}

h2,
.h2 {
    font-size: 41px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    font-weight: 400;
    margin: 0 0 1em;
    text-transform: uppercase;
}

a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #000;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ccc;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
    color: #ccc;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    vertical-align: top;
    resize: none;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    font-family: "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.topToDown {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.topToDown.show {
    transform: translateY(0px);
    opacity: 1;
}

.downToTop {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.downToTop.show {
    transform: translateY(0px);
    opacity: 1;
}

.leftToRight {
    transform: translate(-30px);
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.leftToRight.show {
    transform: translateY(0px);
    opacity: 1;
}

.rightToLeft {
    transform: translate(30px);
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.rightToLeft.show {
    transform: translateY(0px);
    opacity: 1;
}

.opacityTo {
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.opacityTo.show {
    opacity: 1;
}

html * {
    font-family: "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.body_lock {
    overflow: hidden;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1610px;
    padding: 0 30px;
    margin: 0 auto;
}

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

b {
    font-weight: inherit;
    color: #FFD832;
}

.title-lines {
    position: relative;
    display: inline-block;
    font-size: 116px;
    line-height: 0.84;
    margin: 0;
    padding: 7px 0 11px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
}

@media (max-width: 1023px) {
    .title-lines {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .title-lines {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .title-lines {
        font-size: 50px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 3px 0 5px 0;
    }
}

.title-lines.yellow {
    color: #FFD832;
    border-color: #fff;
}

.title-lines.white {
    color: #fff;
    border-color: #FFD832;
}

.text {
    margin: 0;
    text-align: justify;
}

@media (max-width: 479px) {
    .text {
        font-size: 12px;
    }
}

.text.line {
    padding: 3px 0 1px 0;
    border-top: 1px solid #FFD832;
    border-bottom: 1px solid #FFD832;
}

.text span {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.02em;
}

.main-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 479px) {
    .main-btn-wrap .icon {
        width: 9px;
    }
}

.btn {
    min-width: 170px;
    position: relative;
    padding: 3px 5px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font: 500 41px/1 "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    transition: all 0.3s ease 0s;
}

@media (max-width: 479px) {
    .btn {
        min-width: 72px;
        font-size: 17px;
    }
}

.btn::before,
.btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    transition: all 0.3s ease 0s;
}

.btn::before {
    top: 0;
}

.btn::after {
    bottom: 0;
}

.btn.primary {
    background-color: #FFD832;
    color: #000;
}

.btn.primary::before,
.btn.primary::after {
    background-color: #fff;
}

.btn:hover::before,
.btn:hover::after {
    width: 0;
}

.btn-blur {
    padding: 13px 40px;
    border: none;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font: 400 23px/1 "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

@media (max-width: 479px) {
    .btn-blur {
        min-width: 90px;
        font-size: 13px;
    }
}

.btn-blur:hover {
    backdrop-filter: blur(2px);
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5;
}

.modal.open {
    display: block;
}

.modal .overflow {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, 0.9);
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
}

.modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 767px) {
    .modal .content {
        width: 95%;
    }
}

.modal .wrap::-webkit-scrollbar {
    width: 8px;
}

.modal .wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
}

.modal .wrap::-webkit-scrollbar-thumb {
    background: #616161;
    border-radius: 30px;
    cursor: pointer;
}

.modal .wrap::-webkit-scrollbar-thumb:hover {
    background: #FFD832;
}

.modal-doc .modal-doc-wrap {
    max-width: max-content;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-doc img {
    pointer-events: none;
}

.modal-slide .modal-slide-content {
    width: 90%;
    max-width: 1166px;
    background-color: #000;
    border: 1px solid #FFD832;
}

.modal-slide .modal-slide-wrap {
    max-height: 90vh;
    padding: 60px 32px 32px;
    overflow: auto;
}

@media (max-width: 1199px) {
    .modal-slide .modal-slide-wrap {
        padding: 22px 32px;
    }
}

.modal-slide .btn-close {
    top: 35px;
    right: 35px;
}

@media (max-width: 767px) {
    .modal-slide .btn-close {
        top: 17px;
        right: 17px;
    }
}

.modal-slide .logo {
    display: block;
    margin: 0 auto 34px auto;
}

@media (max-width: 1199px) {
    .modal-slide .logo {
        margin: 0 auto 17px auto;
    }
}

@media (max-width: 479px) {
    .modal-slide .logo {
        max-width: 66px;
    }
}

.modal-slide .slider-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.modal-slide .item {
    max-width: 627px;
    margin: 0 auto;
}

.modal-slide .text {
    margin-bottom: 14px;
}

.modal-slide .item-title {
    font-size: 41px;
    margin-bottom: 71px;
}

@media (max-width: 767px) {
    .modal-slide .item-title {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .modal-slide .item-title {
        font-size: 20px;
    }
}

.modal-slide .item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-slide .item-list-point {
    display: flex;
    gap: 13px;
}

@media (max-width: 479px) {
    .modal-slide .item-list-point {
        gap: 7px;
    }
}

.modal-slide .icon {
    width: 13px;
    height: 16px;
    margin-top: 4px;
}

@media (max-width: 479px) {
    .modal-slide .icon {
        width: 7px;
        height: 8px;
        margin-top: 1px;
    }
}

.modal-slide .title-lines {
    border-top: 1px solid #FFD832;
    border-bottom: 1px solid #FFD832;
}

.modal-slide .stiker {
    padding: 21px 80px;
    margin: 0;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .modal-slide .stiker {
        padding: 11px 22px;
    }
}

.modal-slide .modal-slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 1199px) {
    .modal-slide .modal-slide-arrow {
        display: none;
    }
}

.modal-slide .modal-slide-arrow.modal-slide-prev {
    left: 0;
}

.modal-slide .modal-slide-arrow.modal-slide-next {
    right: 0;
}

.modal-slide .modal-slide-pag {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .modal-slide .modal-slide-pag {
        margin-top: 20px;
    }
}

.form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5;
    padding: 40px;
}

.form-popup .popup {
    width: 100%;
    max-width: 1166px;
    background: #000;
    border: 1px solid #FFD832;
    position: relative;
}

.form-popup .btn-close {
    top: 36px;
    right: 36px;
    z-index: 2;
}

@media (max-width: 1023px) {
    .form-popup .btn-close {
        top: 15px;
        right: 15px;
    }
}

.form-popup .popup-content {
    display: flex;
}

.form-popup .img-wrap {
    position: relative;
    width: 50%;
    min-height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .form-popup .img-wrap {
        position: absolute;
        width: 100%;
        opacity: 0.3;
    }
}

.form-popup .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-popup .popup-form-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 60px 80px;
    z-index: 1;
}

@media (max-width: 1023px) {
    .form-popup .popup-form-box {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .form-popup .popup-form-box {
        width: 100%;
        padding: 40px 34px;
        align-content: center;
        align-items: center;
    }
}

.form-popup .popup-form-title {
    font-size: 60px;
    margin-bottom: 60px;
}

@media (max-width: 479px) {
    .form-popup .popup-form-title {
        font-size: 33px;
    }
}

.form-popup .popup-form-text {
    max-width: 273px;
    color: #7A7A7A;
    font-size: 14px;
    text-align: justify;
    margin-left: 30px;
}

@media (max-width: 479px) {
    .form-popup .popup-form-text {
        margin: 0;
    }
}

.form-popup .form-wrap {
    margin-bottom: 18px;
    padding-left: 30px;
}

@media (max-width: 479px) {
    .form-popup .form-wrap {
        padding: 0;
    }
}

.form-popup .input-wrap {
    position: relative;
    width: 100%;
    max-width: 308px;
    margin-bottom: 30px;
}

.form-popup .input-wrap::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    min-width: 13px;
    height: 16px;
    background: url(../images/icons/arrow.svg) 0 0/13px 16px no-repeat;
}

@media (max-width: 479px) {
    .form-popup .input-wrap::before {
        left: -15px;
        width: 5px;
        min-width: 5px;
        height: 7px;
        background-size: 5px 7px;
    }
}

.form-popup .input {
    width: 100%;
    color: #fff;
    padding: 7px 19px;
    border: none;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font: 400 23px/1 "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}

@media (max-width: 479px) {
    .form-popup .input {
        font-size: 12px;
    }
}

.form-popup .input::placeholder {
    color: #ABABAB;
    font-size: 23px;
}

@media (max-width: 479px) {
    .form-popup .input::placeholder {
        font-size: 12px;
    }
}

.form-popup .btn-blur {
    color: #7A7A7A;
}

.form-popup .btn-blur:hover {
    color: #fff;
}

.btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: -50px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .btn-close {
        right: 0;
        top: -35px;
    }
}

.btn-close::before,
.btn-close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FFD832;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}

.btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close:hover::before,
.btn-close:hover::after {
    background-color: #fff;
}

.def-arrow {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.def-arrow:hover::before,
.def-arrow:hover::after {
    background-color: #FFD832;
}

.def-arrow::before,
.def-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}

.def-arrow::before {
    top: 12px;
    transform: rotate(55deg);
}

.def-arrow::after {
    bottom: 12px;
    transform: rotate(-55deg);
}

.def-arrow.def-prev {
    scale: -1 1;
}

.def-arrow.swiper-button-disabled {
    opacity: 0.2;
}

.def-arrow.swiper-button-disabled:hover::before,
.def-arrow.swiper-button-disabled:hover::after {
    background-color: #fff;
}

.def-pag {
    display: flex;
    justify-content: center;
    margin-top: 140px;
    gap: 25px;
}

@media (max-width: 767px) {
    .def-pag {
        margin-top: 50px;
    }
}

.def-pag .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
    margin: 0;
}

.def-pag .swiper-pagination-bullet-active {
    background-color: #FFD832;
}

.anim b {
    color: #fff;
    transition: color 0.5s ease 1s;
}

.anim.show b {
    color: #FFD832;
}

.parallax-block {
    will-change: transform;
    transition: transform 0.1s linear;
}

/* ---------------------------main-section------------------------ */
.main-section {
    padding: 25px 0;
}

.main-section .content {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 30px;
}

@media (max-width: 1023px) {
    .main-section .content {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .main-section .content {
        row-gap: 15px;
    }
}

.main-section .lang-wrap {
    position: absolute;
    top: 7px;
    right: 0;
    padding: 10px 8px;
    background-color: #FFD832;
    z-index: 3;
    cursor: pointer;
}

@media (max-width: 479px) {
    .main-section .lang-wrap {
        padding: 6px 4px;
    }
}

.main-section .lang-wrap:hover .lang-box {
    max-height: 100px;
    padding: 10px 2px;
}

@media (max-width: 479px) {
    .main-section .lang-wrap:hover .lang-box {
        padding: 6px 2px;
    }
}

.main-section .lang-box {
    max-height: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 5px 2px 0 2px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    list-style: none;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

@media (max-width: 479px) {
    .main-section .lang-box {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}

.main-section .lang-item a {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    .main-section .lang-item a {
        font-size: 12px;
    }
}

.main-section .lang-item a:hover {
    color: #fff;
}

.main-section .text-block {
    max-width: 45%;
    margin-top: -15px;
}

@media (max-width: 1299px) {
    .main-section .text-block {
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    .main-section .text-block {
        margin-top: 0;
    }
}

.main-section .main-title,
.main-section .main-sub-title {
    line-height: 0.84;
    margin: 0;
    /* Только если меньше контейнера */
    font-size: 347px;
}

@media (max-width: 1580px) {

    .main-section .main-title,
    .main-section .main-sub-title {
        font-size: calc(150px + 197 * (100vw - 360px) / 1220);
    }
}

@media (max-width: 1023px) {

    .main-section .main-title,
    .main-section .main-sub-title {
        /* Только если меньше контейнера */
        font-size: 647px;
    }
}

@media (max-width: 1023px) and (max-width: 1580px) {

    .main-section .main-title,
    .main-section .main-sub-title {
        font-size: calc(150px + 497 * (100vw - 360px) / 1220);
    }
}

.main-section .main-title {
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .main-section .main-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .main-section .main-title {
        text-align: start;
    }
}

.main-section .main-sub-title {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    transition: color 0.5s ease 1s;
}

@media (max-width: 479px) {
    .main-section .main-sub-title {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.main-section .main-sub-title.show {
    color: #FFD832;
}

.main-section .main-sub-title-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    .main-section .main-sub-title-box {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .main-section .main-sub-title-box {
        justify-content: start;
        gap: 10px;
    }
}

.main-section .text {
    max-width: 226px;
    min-width: 226px;
    padding: 10px 0;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .main-section .text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .main-section .text {
        min-width: 0;
        /* Только если меньше контейнера */
        font-size: 23px;
    }
}

@media (max-width: 767px) and (max-width: 1580px) {
    .main-section .text {
        font-size: calc(12px + 11 * (100vw - 360px) / 1220);
    }
}

@media (max-width: 479px) {
    .main-section .text {
        padding: 0;
    }
}

.main-section .adress-box {
    max-width: 100%;
    padding: 0;
}

@media (max-width: 1023px) {
    .main-section .adress-box {
        display: none;
    }
}

@media (max-width: 479px) {
    .main-section .adress-box {
        max-width: 137px;
    }
}

.main-section .adress-box.mob {
    display: none;
}

@media (max-width: 1023px) {
    .main-section .adress-box.mob {
        display: block;
    }
}

@media (max-width: 1023px) {
    .main-section .adress-box br {
        display: none;
    }
}

.main-section .img-block {
    max-width: 53%;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

@media (max-width: 1299px) {
    .main-section .img-block {
        max-width: 45%;
    }
}

@media (max-width: 1023px) {
    .main-section .img-block {
        max-width: 100%;
    }
}

.main-section .sub-title-wrap {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.main-section .sub-title {
    line-height: 1.13;
    letter-spacing: 0.04em;
    margin: 0;
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .main-section .sub-title {
        font-size: 38px;
    }
}

@media (max-width: 1023px) {
    .main-section .sub-title {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .main-section .sub-title {
        max-width: 240px;
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .main-section .sub-title {
        max-width: 140px;
        font-size: 17px;
        line-height: 1.12;
    }
}

.main-section .sub-title span {
    position: relative;
}

.main-section .sub-title span::before,
.main-section .sub-title span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFD832;
}

@media (max-width: 479px) {

    .main-section .sub-title span::before,
    .main-section .sub-title span::after {
        height: 1px;
    }
}

.main-section .sub-title span::before {
    top: 7px;
}

@media (max-width: 479px) {
    .main-section .sub-title span::before {
        top: 3px;
    }
}

.main-section .sub-title span::after {
    bottom: 5px;
}

@media (max-width: 479px) {
    .main-section .sub-title span::after {
        bottom: 3px;
    }
}

.main-section .sub-title-sec {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .main-section .sub-title-sec {
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .main-section .sub-title-sec {
        margin-top: -10px;
        font-size: 17px;
    }
}

.main-section .icon {
    width: 21px;
    transform: translate(-30px, 10px);
}

@media (max-width: 1023px) {
    .main-section .icon {
        transform: translate(0, 7px);
    }
}

@media (max-width: 479px) {
    .main-section .icon {
        width: 9px;
        transform: translate(0, 4px);
    }
}

@media (max-width: 1023px) {
    .main-section .img-wrap {
        order: -1;
    }
}

/* --------------------------quarter-section---------------------- */
.quarter-section .content {
    display: flex;
    flex-direction: column;
    background-color: #373737;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    overflow: hidden;
    padding-right: 30px;
}

@media (max-width: 1023px) {
    .quarter-section .content {
        padding: 0;
    }
}

.quarter-section .btn-wrap {
    display: flex;
    gap: 10px;
    padding: 5px 16px 14px 16px;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), -3.3px 0 8px rgba(255, 255, 255, 0.25);
}

@media (max-width: 479px) {
    .quarter-section .btn-wrap {
        padding: 6px;
        gap: 5px;
    }
}

.quarter-section .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 150px;
}

@media (max-width: 1299px) {
    .quarter-section .block {
        padding-top: 65px;
    }
}

@media (max-width: 1023px) {
    .quarter-section .block {
        grid-template-columns: 1fr;
        order: 2;
    }
}

@media (max-width: 479px) {
    .quarter-section .block {
        padding-top: 40px;
        gap: 0;
    }
}

.quarter-section .img-block {
    grid-row: span 2;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .quarter-section .img-block {
        grid-row: span 1;
        order: 2;
        border-bottom: 2px solid #FFD832;
    }
}

@media (max-width: 1023px) {
    .quarter-section .img-block img {
        max-width: 70%;
    }
}

.quarter-section .title-box {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

@media (max-width: 1023px) {
    .quarter-section .title-box {
        padding: 0 35px;
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .quarter-section .title-box {
        padding: 0 10px;
        justify-content: flex-start;
    }
}

.quarter-section .title {
    max-width: 400px;
    font-size: 224px;
    line-height: 0.85;
    margin: 0;
}

@media (max-width: 767px) {
    .quarter-section .title {
        max-width: 250px;
        font-size: 145px;
    }
}

@media (max-width: 599px) {
    .quarter-section .title {
        max-width: 175px;
        font-size: 95px;
    }
}

.quarter-section .title:lang(en) {
    font-size: 180px;
}

@media (max-width: 1399px) {
    .quarter-section .title:lang(en) {
        font-size: 130px;
    }
}

@media (max-width: 1199px) {
    .quarter-section .title:lang(en) {
        font-size: 110px;
    }
}

@media (max-width: 1099px) {
    .quarter-section .title:lang(en) {
        font-size: 90px;
    }
}

@media (max-width: 1023px) {
    .quarter-section .title:lang(en) {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .quarter-section .title:lang(en) {
        font-size: 110px;
    }
}

@media (max-width: 599px) {
    .quarter-section .title:lang(en) {
        font-size: 66px;
    }
}

.quarter-section .title b {
    position: relative;
    display: inline-block;
}

.quarter-section .title b::before,
.quarter-section .title b::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

@media (max-width: 599px) {

    .quarter-section .title b::before,
    .quarter-section .title b::after {
        height: 2px;
    }
}

.quarter-section .title b::before {
    top: 5px;
}

@media (max-width: 599px) {
    .quarter-section .title b::before {
        top: 0;
    }
}

.quarter-section .title b:lang(en)::before {
    top: 0;
}

.quarter-section .title b::after {
    bottom: -20px;
}

@media (max-width: 599px) {
    .quarter-section .title b::after {
        bottom: -7px;
    }
}

.quarter-section .title b:lang(en)::after {
    bottom: -5px;
}

.quarter-section .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 479px) {
    .quarter-section .text-wrap {
        gap: 7px;
    }
}

.quarter-section .stiker {
    width: 100%;
    max-width: 220px;
    min-width: 220px;
    padding: 14px 20px 8px 20px;
    background-color: #616161;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
}

@media (max-width: 1023px) {
    .quarter-section .stiker {
        min-width: 0;
    }
}

@media (max-width: 599px) {
    .quarter-section .stiker {
        justify-content: flex-start;
    }
}

@media (max-width: 479px) {
    .quarter-section .stiker {
        padding: 7px 9px;
    }
}

@media (max-width: 599px) {
    .quarter-section .stiker .text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .quarter-section .stiker .text {
        font-size: 12px;
    }
}

.quarter-section .title-box-sec {
    padding: 80px 0;
    margin-left: auto;
    gap: 45px;
}

@media (max-width: 1023px) {
    .quarter-section .title-box-sec {
        order: 3;
        padding: 35px 35px 80px 35px;
        margin: 0;
    }
}

@media (max-width: 599px) {
    .quarter-section .title-box-sec {
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .quarter-section .title-box-sec {
        padding: 15px 10px 25px 10px;
        gap: 20px;
    }
}

.quarter-section .title-box-sec .text-wrap {
    max-width: 150px;
}

@media (max-width: 479px) {
    .quarter-section .title-box-sec .text-wrap {
        max-width: 100px;
    }
}

.quarter-section .title-box-sec .title {
    position: relative;
    display: inline-block;
}

.quarter-section .title-box-sec .title::before,
.quarter-section .title-box-sec .title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFD832;
}

@media (max-width: 599px) {

    .quarter-section .title-box-sec .title::before,
    .quarter-section .title-box-sec .title::after {
        height: 1px;
    }
}

.quarter-section .title-box-sec .title::before {
    top: 5px;
}

@media (max-width: 599px) {
    .quarter-section .title-box-sec .title::before {
        top: 0;
    }
}

.quarter-section .title-box-sec .title::after {
    bottom: -5px;
}

@media (max-width: 599px) {
    .quarter-section .title-box-sec .title::after {
        bottom: -3px;
    }
}

.quarter-section .sup-title {
    font-size: 41px;
    font-weight: 400;
    color: #FFD832;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .quarter-section .sup-title {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .quarter-section .sup-title {
        font-size: 17px;
    }
}

.quarter-section .icon {
    width: 21px;
}

@media (max-width: 479px) {
    .quarter-section .icon {
        width: 9px;
    }
}

/* -------------------------accordion-section--------------------- */
.accordion-section {
    padding: 30px 0;
}

@media (max-width: 479px) {
    .accordion-section {
        padding: 50px 0 25px 0;
    }
}

.accordion-section .accordion {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.accordion-section .accordion-item {
    position: relative;
    counter-increment: my-awesome-counter;
    margin-bottom: -4px;
}

.accordion-section .accordion-item::before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    top: 30px;
    left: 25px;
    border-top: 1px solid #FFD832;
    border-bottom: 1px solid #FFD832;
    font: 500 27px/1 "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.04em;
}

@media (max-width: 479px) {
    .accordion-section .accordion-item::before {
        font-size: 12px;
        top: 13px;
        left: 9px;
    }
}

.accordion-section .accordion-item:nth-child(-n+9)::before {
    content: "0" counter(my-awesome-counter) ". ";
}

.accordion-section .accordion-item:last-child::before {
    display: none;
}

.accordion-section .accordion-item:last-child .accordion-text-box {
    min-height: 50vh;
}

.accordion-section .accordion-item:last-child .accordion-content {
    justify-content: flex-start;
}

.accordion-section .accordion-item:nth-child(even) .accordion-content {
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .accordion-section .accordion-item:nth-child(even) .accordion-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .accordion-section .accordion-item:nth-child(even) .accordion-img-box {
        order: -1;
    }
}

.accordion-section .accordion-item.open .accordion-header {
    max-height: 200px;
}

.accordion-section .accordion-item.open .accordion-content {
    margin-bottom: 30px;
}

.accordion-section .accordion-header {
    position: relative;
    width: 100%;
    max-height: 70px;
    min-height: 70px;
    padding: 20px 27px 0 50px;
    background: none;
    border: none;
    border-top: 2px solid #FFD832;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

@media (max-width: 479px) {
    .accordion-section .accordion-header {
        max-height: 30px;
        min-height: 30px;
        padding: 8px 12px 0 20px;
    }
}

.accordion-section .accordion-header::before,
.accordion-section .accordion-header::after {
    content: "";
    position: absolute;
    top: 0;
    height: 56px;
    width: 2px;
    background-color: #FFD832;
}

@media (max-width: 479px) {

    .accordion-section .accordion-header::before,
    .accordion-section .accordion-header::after {
        height: 23px;
    }
}

.accordion-section .accordion-header::before {
    left: 0;
}

.accordion-section .accordion-header::after {
    right: 0;
}

.accordion-section .accordion-header:hover .accordion-title {
    color: #FFD832;
}

.accordion-section .accordion-title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 50px;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1023px) {
    .accordion-section .accordion-title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .accordion-section .accordion-title {
        font-size: 72px;
        margin-bottom: 24px;
    }
}

@media (max-width: 479px) {
    .accordion-section .accordion-title {
        font-size: 50px;
    }
}

.accordion-section .accordion-content {
    max-height: 0;
    display: flex;
    justify-content: flex-end;
    gap: 110px;
    padding: 0 27px 0 50px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1023px) {
    .accordion-section .accordion-content {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .accordion-section .accordion-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 479px) {
    .accordion-section .accordion-content {
        padding: 0;
    }
}

.accordion-section .accordion-text-box {
    max-width: 310px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 479px) {
    .accordion-section .accordion-text-box {
        gap: 10px;
        padding-left: 20px;
    }
}

.accordion-section .accordion-last-text-box {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.accordion-section .text {
    position: relative;
}

@media (max-width: 479px) {
    .accordion-section .text {
        max-width: 147px;
    }
}

.accordion-section .text b::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 16px;
    top: 4px;
    left: -22px;
    background: url(../images/icons/arrow.svg) 0 0/13px 16px no-repeat;
}

@media (max-width: 479px) {
    .accordion-section .text b::before {
        width: 5px;
        height: 7px;
        top: 0;
        left: -15px;
        background-size: 5px 7px;
    }
}

.accordion-section .last-title {
    margin: 0;
    font-size: 116px;
    line-height: 0.84;
}

@media (max-width: 1023px) {
    .accordion-section .last-title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .accordion-section .last-title {
        font-size: 72px;
    }
}

@media (max-width: 479px) {
    .accordion-section .last-title {
        font-size: 50px;
    }
}

/* ----------------------------hub-section------------------------ */
.hub-section {
    position: relative;
    min-height: 100vh;
    padding: 30px 0;
}

@media (max-width: 479px) {
    .hub-section {
        padding: 25px 0;
    }
}

.hub-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hub-section .content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 60px;
}

.hub-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin: 0;
}

@media (max-width: 1023px) {
    .hub-section .title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .hub-section .title {
        font-size: 72px;
    }
}

@media (max-width: 479px) {
    .hub-section .title {
        font-size: 50px;
    }
}

@media (max-width: 479px) {
    .hub-section .box {
        width: 100%;
        display: flex;
        justify-content: start;
    }
}

.hub-section .box.sec {
    width: 100%;
    display: flex;
    justify-content: end;
}

.hub-section .text {
    max-width: 364px;
    padding: 40px;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
}

@media (max-width: 479px) {
    .hub-section .text {
        max-width: 150px;
        padding: 16px;
    }
}

/* ----------------------------map-section------------------------ */
.map-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .map-section {
        padding: 25px 0;
    }
}

.map-section .content {
    display: flex;
    gap: 20px;
}

@media (max-width: 1023px) {
    .map-section .content {
        flex-direction: column;
    }
}

.map-section .title-box {
    max-width: 390px;
}

@media (max-width: 1023px) {
    .map-section .title-box {
        max-width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 30px;
    }
}

.map-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 150px;
}

@media (max-width: 1299px) {
    .map-section .title {
        font-size: 88px;
    }
}

@media (max-width: 1023px) {
    .map-section .title {
        max-width: 500px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .map-section .title {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .map-section .title {
        font-size: 50px;
    }
}

@media (max-width: 599px) {
    .map-section .title {
        font-size: 38px;
    }
}

.map-section .text {
    max-width: 208px;
    margin-left: auto;
}

.map-section .map {
    width: 100%;
    max-width: 831px;
    min-height: 831px;
}

@media (max-width: 1023px) {
    .map-section .map {
        max-width: 100%;
        min-height: 531px;
    }
}

@media (max-width: 599px) {
    .map-section .map {
        min-height: 307px;
    }
}

.map-section .stiker-box {
    align-self: flex-end;
}

@media (max-width: 1023px) {
    .map-section .stiker-box {
        width: 100%;
        display: flex;
        align-self: flex-start;
        align-items: start;
        justify-content: center;
        gap: 30px;
    }
}

.map-section .title-stiker {
    max-width: 350px;
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    .map-section .title-stiker {
        max-width: 300px;
        margin: 0;
    }
}

.map-section .stiker {
    max-width: 250px;
    min-width: 200px;
    margin: 0;
    padding: 48px 32px 42px 32px;
    background-color: #373737;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    text-align: justify;
}

@media (max-width: 1023px) {
    .map-section .stiker {
        padding: 16px;
    }
}

@media (max-width: 599px) {
    .map-section .stiker {
        max-width: 120px;
        min-width: 0;
        font-size: 12px;
    }
}

/* --------------------------parking-section---------------------- */
.parking-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .parking-section {
        padding: 25px 0;
    }
}

.parking-section .title-block {
    max-width: 433px;
    margin-left: 27%;
    margin-bottom: 112px;
}

@media (max-width: 479px) {
    .parking-section .title-block {
        max-width: 187px;
        margin-left: auto;
        margin-bottom: 26px;
    }
}

.parking-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 10px;
}

@media (max-width: 1299px) {
    .parking-section .title {
        font-size: 88px;
    }
}

@media (max-width: 1023px) {
    .parking-section .title {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .parking-section .title {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .parking-section .title {
        font-size: 50px;
        margin-bottom: 4px;
    }
}

@media (max-width: 599px) {
    .parking-section .title {
        font-size: 38px;
    }
}

.parking-section .block {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 1023px) {
    .parking-section .block {
        min-height: 432px;
        padding: 20px;
    }
}

.parking-section .img-wrap {
    position: relative;
    width: 60%;
    max-width: 820px;
    min-height: 431px;
}

@media (max-width: 1023px) {
    .parking-section .img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        z-index: -1;
    }
}

.parking-section .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parking-section .text-box {
    max-width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1023px) {
    .parking-section .text-box {
        width: 100%;
        max-width: 100%;
    }
}

.parking-section .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

@media (max-width: 479px) {
    .parking-section .text-wrap {
        gap: 30px;
    }
}

.parking-section .text-item {
    display: flex;
    gap: 18px;
}

@media (max-width: 1023px) {
    .parking-section .text-item {
        max-width: 500px;
    }
}

@media (max-width: 479px) {
    .parking-section .text-item {
        max-width: 215px;
    }
}

@media (max-width: 1023px) {
    .parking-section .text-item:nth-child(even) {
        align-self: flex-end;
    }
}

.parking-section .icon-wrap {
    min-width: 63px;
    height: 63px;
    display: grid;
    place-items: center;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background-color: #373737;
    padding: 7px;
}

@media (max-width: 1023px) {
    .parking-section .icon-wrap {
        background: rgba(255, 255, 255, 0);
        backdrop-filter: blur(5px);
    }
}

@media (max-width: 479px) {
    .parking-section .icon-wrap {
        min-width: 34px;
        height: 34px;
    }
}

@media (max-width: 479px) {
    .parking-section .icon-wrap img {
        width: 20px;
        height: 20px;
    }
}

.parking-section .btn-wrap {
    align-self: flex-end;
}

/* -----------------------characteristics-section----------------- */
.characteristics-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .characteristics-section {
        padding: 25px 0 60px 0;
    }
}

.characteristics-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 0;
}

@media (max-width: 1299px) {
    .characteristics-section .title {
        font-size: 88px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .characteristics-section .title {
        font-size: 72px;
        margin-bottom: 100px;
    }
}

@media (max-width: 599px) {
    .characteristics-section .title {
        font-size: 50px;
    }
}

.characteristics-section .block {
    display: flex;
    justify-content: flex-end;
}

.characteristics-section .line {
    padding: 3px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
    .characteristics-section .line {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.characteristics-section .num {
    font: 500 132px/1 "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #FFD832;
}

@media (max-width: 767px) {
    .characteristics-section .num {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .characteristics-section .text {
        font-size: 12px;
    }
}

.characteristics-section .col1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.characteristics-section .col1-item1,
.characteristics-section .col1-item2,
.characteristics-section .col2-item1 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 5px 20px;
}

@media (max-width: 767px) {

    .characteristics-section .col1-item1,
    .characteristics-section .col1-item2,
    .characteristics-section .col2-item1 {
        padding: 5px 5px 5px 0;
        gap: 5px;
    }
}

.characteristics-section .col1-item1 .line,
.characteristics-section .col1-item2 .line,
.characteristics-section .col2-item1 .line {
    margin-top: 20px;
}

@media (max-width: 767px) {

    .characteristics-section .col1-item1 .line,
    .characteristics-section .col1-item2 .line,
    .characteristics-section .col2-item1 .line {
        margin-top: 9px;
    }
}

.characteristics-section .col1-item1 {
    align-items: flex-end;
    border-bottom: 1px solid #FFD832;
}

.characteristics-section .col1-item1 .line {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .characteristics-section .col1-item1 .line {
        margin-bottom: 9px;
    }
}

.characteristics-section .col1-item2 {
    justify-content: flex-end;
}

.characteristics-section .col2-item1 {
    border-left: 1px solid #FFD832;
}

@media (max-width: 767px) {
    .characteristics-section .col2-item1 {
        padding: 5px;
    }
}

.characteristics-section .col2 {
    width: 100%;
    max-width: 428px;
}

@media (max-width: 767px) {
    .characteristics-section .col2 {
        max-width: 181px;
    }
}

.characteristics-section .img-box {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 38px;
    border: 1px solid #FFD832;
}

@media (max-width: 767px) {
    .characteristics-section .img-box {
        padding: 16px;
    }
}

.characteristics-section .img-wrap {
    position: relative;
    width: 100%;
    max-width: 346px;
    min-height: 346px;
}

@media (max-width: 767px) {
    .characteristics-section .img-wrap {
        min-height: 236px;
    }
}

@media (max-width: 1299px) {
    .characteristics-section .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.characteristics-section .col3 {
    display: flex;
    flex-direction: column;
    padding-left: 27px;
    padding-right: 150px;
}

@media (max-width: 1299px) {
    .characteristics-section .col3 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .characteristics-section .col3 {
        padding-left: 10px;
    }
}

.characteristics-section .col3 .text {
    max-width: 134px;
    padding: 27px 0;
    border-bottom: 2px solid #FFD832;
}

@media (max-width: 767px) {
    .characteristics-section .col3 .text {
        max-width: 60px;
        border-bottom: 1px solid #FFD832;
        padding: 20px 0;
    }
}

.characteristics-section .col3 .text:first-child {
    padding-top: 0;
}

.characteristics-section .col3 .text:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.characteristics-section .col3 .text b {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: inherit;
}

/* ------------------------conditions-section--------------------- */
.conditions-sections {
    position: relative;
    padding: 142px 0;
}

.conditions-sections .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;
    z-index: -1;
}

.conditions-sections .content {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 50%;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .conditions-sections .content {
        width: 75%;
    }
}

@media (max-width: 1023px) {
    .conditions-sections .content {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .conditions-sections .content {
        gap: 38px;
    }
}

.conditions-sections .item {
    --stb-item-padding-left: 123px;
    display: flex;
    gap: 40px;
}

@media (max-width: 767px) {
    .conditions-sections .item {
        --stb-item-padding-left: 50px;
    }
}

@media (max-width: 479px) {
    .conditions-sections .item {
        gap: 18px;
    }
}

.conditions-sections .item:nth-child(2) {
    padding-left: var(--stb-item-padding-left);
}

.conditions-sections .item:nth-child(3) {
    padding-left: calc(var(--stb-item-padding-left) * 2);
}

.conditions-sections .item:nth-child(4) {
    padding-left: calc(var(--stb-item-padding-left) * 3);
}

.conditions-sections .icon-wrap {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 18px;
}

@media (max-width: 479px) {
    .conditions-sections .icon-wrap {
        width: 35px;
        height: 35px;
        padding: 8px;
    }
}

@media (max-width: 479px) {
    .conditions-sections .icon {
        width: 16px;
        height: 16px;
    }
}

.conditions-sections .item-title {
    font-size: 50px;
    line-height: 0.84;
}

@media (max-width: 767px) {
    .conditions-sections .item-title {
        font-size: 34px;
    }
}

@media (max-width: 479px) {
    .conditions-sections .item-title {
        font-size: 23px;
    }
}

/* --------------------------segment-section---------------------- */
.segment-section {
    padding: 25px 0 60px 0;
}

@media (max-width: 479px) {
    .segment-section {
        padding: 25px 0;
    }
}

.segment-section .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

@media (max-width: 1023px) {
    .segment-section .content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 479px) {
    .segment-section .content {
        align-items: start;
    }
}

.segment-section .text-block {
    max-width: 430px;
    min-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 1023px) {
    .segment-section .text-block {
        margin-bottom: 85px;
        min-width: 0;
    }
}

@media (max-width: 479px) {
    .segment-section .text-block {
        max-width: 184px;
    }
}

@media (max-width: 479px) {
    .segment-section .title-lines:lang(en) {
        font-size: 46px;
    }
}

.segment-section .img-block {
    width: 100%;
    max-width: 910px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 178px;
}

@media (max-width: 1023px) {
    .segment-section .img-block {
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .segment-section .img-block {
        gap: 7px;
    }
}

.segment-section .img {
    width: 100%;
}

@media (max-width: 479px) {
    .segment-section .icon-wrap {
        width: 9px;
        height: 11px;
        padding-left: 6px;
    }
}

.segment-section .icon {
    min-width: 21px;
}

@media (max-width: 479px) {
    .segment-section .icon {
        width: 9px;
        min-width: 9px;
    }
}

/* ---------------------------plan-section------------------------ */
.plan-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .plan-section {
        padding: 25px 0;
    }
}

.plan-section .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

@media (max-width: 1023px) {
    .plan-section .content {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 479px) {
    .plan-section .content {
        gap: 35px;
    }
}

.plan-section .block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 479px) {
    .plan-section .block {
        gap: 10px;
    }
}

.plan-section .block.anim .item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease 0s;
}

.plan-section .block.anim .item:nth-child(1) {
    transition-delay: 0.2s;
}

.plan-section .block.anim .item:nth-child(2) {
    transition-delay: 0.4s;
}

.plan-section .block.anim .item:nth-child(3) {
    transition-delay: 0.6s;
}

.plan-section .block.anim .item:nth-child(4) {
    transition-delay: 0.8s;
}

.plan-section .block.anim .item:nth-child(5) {
    transition-delay: 1s;
}

.plan-section .block.anim .item:nth-child(6) {
    transition-delay: 1.2s;
}

.plan-section .block.anim .item:nth-child(7) {
    transition-delay: 1.4s;
}

.plan-section .block.anim .item:nth-child(8) {
    transition-delay: 1.6s;
}

.plan-section .block.anim .item:nth-child(9) {
    transition-delay: 1.8s;
}

.plan-section .block.anim .item:nth-child(10) {
    transition-delay: 2s;
}

.plan-section .block.anim .item:nth-child(11) {
    transition-delay: 2.2s;
}

.plan-section .block.anim .item:nth-child(12) {
    transition-delay: 2.4s;
}

.plan-section .block.anim .item:nth-child(13) {
    transition-delay: 2.6s;
}

.plan-section .block.anim .item:nth-child(14) {
    transition-delay: 2.8s;
}

.plan-section .block.anim .item:nth-child(15) {
    transition-delay: 3s;
}

.plan-section .block.anim .item:nth-child(16) {
    transition-delay: 3.2s;
}

.plan-section .block.anim .item:nth-child(17) {
    transition-delay: 3.4s;
}

.plan-section .block.anim .item:nth-child(18) {
    transition-delay: 3.6s;
}

.plan-section .block.anim .item:nth-child(19) {
    transition-delay: 3.8s;
}

.plan-section .block.anim .item:nth-child(20) {
    transition-delay: 4s;
}

.plan-section .block.anim .item:nth-child(21) {
    transition-delay: 4.2s;
}

.plan-section .block.anim .item:nth-child(22) {
    transition-delay: 4.4s;
}

.plan-section .block.anim .item:nth-child(23) {
    transition-delay: 4.6s;
}

.plan-section .block.anim .item:nth-child(24) {
    transition-delay: 4.8s;
}

.plan-section .block.anim .item:nth-child(25) {
    transition-delay: 5s;
}

.plan-section .block.anim .item:nth-child(26) {
    transition-delay: 5.2s;
}

.plan-section .block.anim .item:nth-child(27) {
    transition-delay: 5.4s;
}

.plan-section .block.anim .item:nth-child(28) {
    transition-delay: 5.6s;
}

.plan-section .block.anim .item:nth-child(29) {
    transition-delay: 5.8s;
}

.plan-section .block.anim .item:nth-child(30) {
    transition-delay: 6s;
}

.plan-section .block.anim .item:nth-child(31) {
    transition-delay: 6.2s;
}

.plan-section .block.anim .item:nth-child(32) {
    transition-delay: 6.4s;
}

.plan-section .block.anim .item:nth-child(33) {
    transition-delay: 6.6s;
}

.plan-section .block.anim .item:nth-child(34) {
    transition-delay: 6.8s;
}

.plan-section .block.anim .item:nth-child(35) {
    transition-delay: 7s;
}

.plan-section .block.anim .item:nth-child(36) {
    transition-delay: 7.2s;
}

.plan-section .block.anim .item:nth-child(37) {
    transition-delay: 7.4s;
}

.plan-section .block.anim .item:nth-child(38) {
    transition-delay: 7.6s;
}

.plan-section .block.anim .item:nth-child(39) {
    transition-delay: 7.8s;
}

.plan-section .block.anim .item:nth-child(40) {
    transition-delay: 8s;
}

.plan-section .block.anim .item:nth-child(41) {
    transition-delay: 8.2s;
}

.plan-section .block.anim .item:nth-child(42) {
    transition-delay: 8.4s;
}

.plan-section .block.anim .item:nth-child(43) {
    transition-delay: 8.6s;
}

.plan-section .block.anim .item:nth-child(44) {
    transition-delay: 8.8s;
}

.plan-section .block.anim .item:nth-child(45) {
    transition-delay: 9s;
}

.plan-section .block.anim .item:nth-child(46) {
    transition-delay: 9.2s;
}

.plan-section .block.anim .item:nth-child(47) {
    transition-delay: 9.4s;
}

.plan-section .block.anim .item:nth-child(48) {
    transition-delay: 9.6s;
}

.plan-section .block.anim .item:nth-child(49) {
    transition-delay: 9.8s;
}

.plan-section .block.anim .item:nth-child(50) {
    transition-delay: 10s;
}

.plan-section .block.anim .item:nth-child(51) {
    transition-delay: 10.2s;
}

.plan-section .block.anim .item:nth-child(52) {
    transition-delay: 10.4s;
}

.plan-section .block.anim .item:nth-child(53) {
    transition-delay: 10.6s;
}

.plan-section .block.anim .item:nth-child(54) {
    transition-delay: 10.8s;
}

.plan-section .block.anim .item:nth-child(55) {
    transition-delay: 11s;
}

.plan-section .block.anim .item:nth-child(56) {
    transition-delay: 11.2s;
}

.plan-section .block.anim .item:nth-child(57) {
    transition-delay: 11.4s;
}

.plan-section .block.anim .item:nth-child(58) {
    transition-delay: 11.6s;
}

.plan-section .block.anim .item:nth-child(59) {
    transition-delay: 11.8s;
}

.plan-section .block.anim .item:nth-child(60) {
    transition-delay: 12s;
}

.plan-section .block.show .item {
    transform: translateY(0);
    opacity: 1;
}

.plan-section .item {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

@media (max-width: 1023px) {
    .plan-section .item {
        width: 46%;
        gap: 20px;
    }
}

@media (max-width: 479px) {
    .plan-section .item {
        gap: 10px;
    }
}

.plan-section .img-box {
    position: relative;
    width: 100%;
    min-height: 467px;
    overflow: hidden;
}

@media (max-width: 1299px) {
    .plan-section .img-box {
        min-height: 367px;
    }
}

@media (max-width: 767px) {
    .plan-section .img-box {
        min-height: 250px;
    }
}

@media (max-width: 479px) {
    .plan-section .img-box {
        min-height: 200px;
    }
}

.plan-section .img-box:hover .img-wrap {
    transform: scale(1.1);
}

.plan-section .img-wrap {
    position: absolute;
    inset: 0;
    transition: all 0.3s ease 0s;
}

.plan-section .img-wrap:first-child {
    z-index: 1;
}

.plan-section .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan-section .item-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

@media (max-width: 479px) {
    .plan-section .item-title {
        font-size: 12px;
        gap: 7px;
    }
}

.plan-section .item-title span {
    padding: 3px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media (max-width: 479px) {
    .plan-section .item-title span {
        padding: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.plan-section .item-title b {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: inherit;
}

.plan-section .icon {
    width: 13px;
    height: 16px;
}

@media (max-width: 479px) {
    .plan-section .icon {
        width: 6px;
        height: 7px;
    }
}

.plan-section .title-wrap {
    min-width: max-content;
}

@media (max-width: 1023px) {
    .plan-section .title-wrap {
        order: -1;
    }
}

/* --------------------------dwelling-section--------------------- */
.dwelling-section {
    position: relative;
    padding: 132px 0;
}

@media (max-width: 479px) {
    .dwelling-section {
        padding: 0 0 25px 0;
    }
}

.dwelling-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 479px) {
    .dwelling-section .bg {
        object-position: center;
        top: 40%;
        transform: translateY(-50%);
        height: 60%;
    }
}

.dwelling-section .content {
    max-width: 777px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
}

.dwelling-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 0;
    padding: 44px 75px;
}

@media (max-width: 1299px) {
    .dwelling-section .title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .dwelling-section .title {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .dwelling-section .title {
        font-size: 50px;
    }
}

@media (max-width: 479px) {
    .dwelling-section .title {
        padding: 20px;
        order: 1;
    }
}

.dwelling-section .text-wrap {
    max-width: 540px;
    display: flex;
    align-items: flex-start;
    gap: 27px;
}

@media (max-width: 479px) {
    .dwelling-section .text-wrap {
        max-width: 257px;
        gap: 11px;
        order: 3;
    }
}

@media (max-width: 479px) {
    .dwelling-section .text-wrap .icon {
        width: 9px;
    }
}

.dwelling-section .text {
    padding: 40px 48px;
}

@media (max-width: 479px) {
    .dwelling-section .text {
        padding: 16px 27px;
    }
}

.dwelling-section .stiker {
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25), 0 0 10px 2px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
}

@media (max-width: 479px) {
    .dwelling-section .main-btn-wrap {
        order: 2;
        margin-bottom: 266px;
    }
}

/* ------------------------construction-section-------------------- */
.construction-section {
    padding: 32px 0;
}

.construction-section .content {
    padding: 22px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

@media (max-width: 479px) {
    .construction-section .content {
        padding: 10px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.construction-section .block {
    padding: 100px 32px;
    background-color: #fff;
}

@media (max-width: 599px) {
    .construction-section .block {
        padding: 45px 16px 27px 16px;
    }
}

.construction-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 30px;
    color: #000;
}

@media (max-width: 1299px) {
    .construction-section .title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .construction-section .title {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .construction-section .title {
        font-size: 50px;
    }
}

.construction-section .wrap {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 104px;
    row-gap: 32px;
}

@media (max-width: 1023px) {
    .construction-section .wrap {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}

.construction-section .img-wrap {
    position: relative;
    grid-row: span 2;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
    .construction-section .img-wrap {
        min-height: 400px;
    }
}

@media (max-width: 479px) {
    .construction-section .img-wrap {
        min-height: 167px;
    }
}

.construction-section .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.construction-section .sub-title {
    font-size: 41px;
    line-height: 1.13;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .construction-section .sub-title {
        order: -1;
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .construction-section .sub-title {
        font-size: 18px;
        max-width: 203px;
        margin-left: auto;
    }
}

.construction-section .text-wrap {
    position: relative;
}

.construction-section .text-wrap .icon {
    position: absolute;
    top: 0;
    left: -60px;
}

@media (max-width: 1023px) {
    .construction-section .text-wrap .icon {
        display: none;
    }
}

.construction-section .text {
    color: #000;
}

/* --------------------------gallery-section---------------------- */
.gallery-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .gallery-section {
        padding: 25px 0;
    }
}

.gallery-section .title {
    text-align: center;
}

@media (max-width: 1023px) {
    .gallery-section .title {
        font-size: 88px;
    }
}

@media (max-width: 767px) {
    .gallery-section .title {
        font-size: 72px;
    }
}

@media (max-width: 599px) {
    .gallery-section .title {
        font-size: 50px;
    }
}

.gallery-section .gallery-block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
}

@media (max-width: 1023px) {
    .gallery-section .gallery-block {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-block {
        gap: 0;
    }
}

.gallery-section .gallery-block.anim .gallery-item-wrap {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease 0s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(1) {
    transition-delay: 0.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(2) {
    transition-delay: 0.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(3) {
    transition-delay: 0.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(4) {
    transition-delay: 0.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(5) {
    transition-delay: 1s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(6) {
    transition-delay: 1.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(7) {
    transition-delay: 1.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(8) {
    transition-delay: 1.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(9) {
    transition-delay: 1.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(10) {
    transition-delay: 2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(11) {
    transition-delay: 2.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(12) {
    transition-delay: 2.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(13) {
    transition-delay: 2.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(14) {
    transition-delay: 2.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(15) {
    transition-delay: 3s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(16) {
    transition-delay: 3.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(17) {
    transition-delay: 3.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(18) {
    transition-delay: 3.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(19) {
    transition-delay: 3.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(20) {
    transition-delay: 4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(21) {
    transition-delay: 4.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(22) {
    transition-delay: 4.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(23) {
    transition-delay: 4.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(24) {
    transition-delay: 4.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(25) {
    transition-delay: 5s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(26) {
    transition-delay: 5.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(27) {
    transition-delay: 5.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(28) {
    transition-delay: 5.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(29) {
    transition-delay: 5.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(30) {
    transition-delay: 6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(31) {
    transition-delay: 6.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(32) {
    transition-delay: 6.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(33) {
    transition-delay: 6.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(34) {
    transition-delay: 6.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(35) {
    transition-delay: 7s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(36) {
    transition-delay: 7.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(37) {
    transition-delay: 7.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(38) {
    transition-delay: 7.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(39) {
    transition-delay: 7.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(40) {
    transition-delay: 8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(41) {
    transition-delay: 8.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(42) {
    transition-delay: 8.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(43) {
    transition-delay: 8.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(44) {
    transition-delay: 8.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(45) {
    transition-delay: 9s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(46) {
    transition-delay: 9.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(47) {
    transition-delay: 9.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(48) {
    transition-delay: 9.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(49) {
    transition-delay: 9.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(50) {
    transition-delay: 10s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(51) {
    transition-delay: 10.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(52) {
    transition-delay: 10.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(53) {
    transition-delay: 10.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(54) {
    transition-delay: 10.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(55) {
    transition-delay: 11s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(56) {
    transition-delay: 11.2s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(57) {
    transition-delay: 11.4s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(58) {
    transition-delay: 11.6s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(59) {
    transition-delay: 11.8s;
}

.gallery-section .gallery-block.anim .gallery-item-wrap:nth-child(60) {
    transition-delay: 12s;
}

.gallery-section .gallery-block.show .gallery-item-wrap {
    transform: translateY(0);
    opacity: 1;
}

.gallery-section .gallery-item-wrap {
    min-height: 194px;
}

.gallery-section .gallery-item-wrap:nth-child(1) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(2) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(3) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(4) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(5) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(6) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(7) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(8) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(9) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(10) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(11) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(12) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(13) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(14) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(15) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(16) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(17) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(18) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(19) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(20) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(21) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(22) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(23) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(24) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(25) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(26) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(27) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(28) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(29) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(30) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(31) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(32) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(33) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(34) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(35) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(36) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(37) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(38) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(39) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(40) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(41) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(42) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(43) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(44) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(45) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(46) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(47) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(48) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(49) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(50) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(51) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(52) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(53) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(54) {
    grid-column: 5;
}

.gallery-section .gallery-item-wrap:nth-child(55) {
    grid-column: 2;
}

.gallery-section .gallery-item-wrap:nth-child(56) {
    grid-column: 4;
}

.gallery-section .gallery-item-wrap:nth-child(57) {
    grid-column: 6;
}

.gallery-section .gallery-item-wrap:nth-child(58) {
    grid-column: 3;
}

.gallery-section .gallery-item-wrap:nth-child(59) {
    grid-column: 1;
}

.gallery-section .gallery-item-wrap:nth-child(60) {
    grid-column: 5;
}

@media (max-width: 1023px) {
    .gallery-section .gallery-item-wrap:nth-child(1) {
        grid-column: 1;
    }

    .gallery-section .gallery-item-wrap:nth-child(2) {
        grid-column: 3;
    }

    .gallery-section .gallery-item-wrap:nth-child(3) {
        grid-column: 2;
    }

    .gallery-section .gallery-item-wrap:nth-child(4) {
        grid-column: 1;
    }

    .gallery-section .gallery-item-wrap:nth-child(5) {
        grid-column: 3;
    }

    .gallery-section .gallery-item-wrap:nth-child(6) {
        grid-column: 2;
    }

    .gallery-section .gallery-item-wrap:nth-child(7) {
        grid-column: 1;
    }

    .gallery-section .gallery-item-wrap:nth-child(8) {
        grid-column: 3;
    }

    .gallery-section .gallery-item-wrap:nth-child(9) {
        grid-column: 2;
    }
}

@media (max-width: 479px) {
    .gallery-section .gallery-item-wrap {
        min-height: 83px;
    }
}

.gallery-section .gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
}

.gallery-section .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-section .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease 0s;
}

/* ------------------------investments-section-------------------- */
.investments-section {
    padding: 80px 0 193px 0;
}

@media (max-width: 479px) {
    .investments-section {
        padding: 80px 0 50px 0;
    }
}

.investments-section .content {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}

@media (max-width: 1023px) {
    .investments-section .content {
        flex-direction: column;
        align-items: center;
    }
}

.investments-section .title-wrap {
    position: relative;
    max-width: 717px;
    margin-bottom: 57px;
}

@media (max-width: 767px) {
    .investments-section .title-wrap {
        max-width: min-content;
    }
}

@media (max-width: 479px) {
    .investments-section .title-wrap {
        margin-bottom: 25px;
    }
}

.investments-section .title-wrap.anim .currency-icon {
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(1) {
    transition-delay: 0.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(2) {
    transition-delay: 0.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(3) {
    transition-delay: 0.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(4) {
    transition-delay: 0.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(5) {
    transition-delay: 1s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(6) {
    transition-delay: 1.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(7) {
    transition-delay: 1.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(8) {
    transition-delay: 1.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(9) {
    transition-delay: 1.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(10) {
    transition-delay: 2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(11) {
    transition-delay: 2.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(12) {
    transition-delay: 2.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(13) {
    transition-delay: 2.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(14) {
    transition-delay: 2.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(15) {
    transition-delay: 3s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(16) {
    transition-delay: 3.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(17) {
    transition-delay: 3.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(18) {
    transition-delay: 3.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(19) {
    transition-delay: 3.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(20) {
    transition-delay: 4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(21) {
    transition-delay: 4.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(22) {
    transition-delay: 4.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(23) {
    transition-delay: 4.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(24) {
    transition-delay: 4.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(25) {
    transition-delay: 5s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(26) {
    transition-delay: 5.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(27) {
    transition-delay: 5.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(28) {
    transition-delay: 5.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(29) {
    transition-delay: 5.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(30) {
    transition-delay: 6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(31) {
    transition-delay: 6.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(32) {
    transition-delay: 6.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(33) {
    transition-delay: 6.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(34) {
    transition-delay: 6.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(35) {
    transition-delay: 7s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(36) {
    transition-delay: 7.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(37) {
    transition-delay: 7.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(38) {
    transition-delay: 7.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(39) {
    transition-delay: 7.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(40) {
    transition-delay: 8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(41) {
    transition-delay: 8.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(42) {
    transition-delay: 8.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(43) {
    transition-delay: 8.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(44) {
    transition-delay: 8.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(45) {
    transition-delay: 9s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(46) {
    transition-delay: 9.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(47) {
    transition-delay: 9.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(48) {
    transition-delay: 9.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(49) {
    transition-delay: 9.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(50) {
    transition-delay: 10s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(51) {
    transition-delay: 10.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(52) {
    transition-delay: 10.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(53) {
    transition-delay: 10.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(54) {
    transition-delay: 10.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(55) {
    transition-delay: 11s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(56) {
    transition-delay: 11.2s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(57) {
    transition-delay: 11.4s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(58) {
    transition-delay: 11.6s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(59) {
    transition-delay: 11.8s;
}

.investments-section .title-wrap.anim .currency-icon:nth-child(60) {
    transition-delay: 12s;
}

.investments-section .title-wrap.show .currency-icon {
    opacity: 1;
}

.investments-section .currency-icon-box:hover {
    height: 0;
}

.investments-section .currency-icon {
    position: absolute;
    width: 32px;
}

@media (max-width: 1499px) {
    .investments-section .currency-icon {
        width: 26px;
    }
}

@media (max-width: 1299px) {
    .investments-section .currency-icon {
        width: 20px;
    }
}

@media (max-width: 1199px) {
    .investments-section .currency-icon {
        width: 13px;
    }
}

.investments-section .currency-icon:nth-child(1) {
    top: -16%;
    left: 12%;
}

.investments-section .currency-icon:nth-child(2) {
    top: 43%;
    left: 22%;
}

.investments-section .currency-icon:nth-child(3) {
    top: 23%;
    left: 48%;
}

.investments-section .currency-icon:nth-child(4) {
    top: -6%;
    left: 70%;
}

.investments-section .currency-icon:nth-child(5) {
    top: 94%;
    left: 2%;
}

.investments-section .currency-icon:nth-child(6) {
    top: 70%;
    left: 58%;
}

.investments-section .currency-icon:nth-child(7) {
    top: 83%;
    left: 81%;
}

.investments-section .title {
    font-size: 220px;
    line-height: 0.84;
    margin: 0;
}

@media (max-width: 1499px) {
    .investments-section .title {
        font-size: 180px;
    }
}

@media (max-width: 1299px) {
    .investments-section .title {
        font-size: 140px;
    }
}

@media (max-width: 1199px) {
    .investments-section .title {
        font-size: 94px;
    }
}

.investments-section .text {
    max-width: 591px;
}

@media (max-width: 479px) {
    .investments-section .text {
        max-width: 229px;
        margin-left: auto;
    }
}

.investments-section .item-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 103px;
}

@media (max-width: 1199px) {
    .investments-section .item-block {
        gap: 43px;
    }
}

@media (max-width: 1023px) {
    .investments-section .item-block {
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 599px) {
    .investments-section .item-block {
        width: 100%;
    }
}

.investments-section .item-block.anim .stiker {
    opacity: 0;
    transition: all 0.7s ease;
    transition-delay: var(--stb-transition-delay);
}

.investments-section .item-block.anim .arrow {
    width: 0;
    opacity: 0;
    transition: width 0.7s ease, opacity 0.3s ease;
    transition-delay: calc(var(--stb-transition-delay) * 1.5);
}

.investments-section .item-block.anim .num {
    opacity: 0;
    transition: all 0.7s ease;
    transition-delay: calc(var(--stb-transition-delay) * 2);
}

.investments-section .item-block.show .stiker,
.investments-section .item-block.show .num {
    opacity: 1;
}

.investments-section .item-block.show .arrow {
    opacity: 1;
    width: 98%;
}

.investments-section .item {
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .investments-section .item {
        gap: 20px;
    }
}

.investments-section .stiker {
    --stb-transition-delay: .2s;
    width: 100%;
    max-width: 240px;
    display: grid;
    place-items: center;
    padding: 26px;
    background-color: #373737;
    box-shadow: inset 3.3px 3.3px 8px rgba(255, 255, 255, 0.25), inset -3.3px -3.3px 8px rgba(255, 255, 255, 0.25);
    text-align: center;
}

@media (max-width: 599px) {
    .investments-section .stiker {
        padding: 10px;
        min-width: 117px;
        max-width: 117px;
    }
}

.investments-section .item-text {
    position: relative;
    max-width: 100%;
    display: inline;
    padding: 5px 0;
    text-align: center;
}

@media (max-width: 599px) {
    .investments-section .item-text {
        font-size: 12px;
        line-height: 1;
        padding: 3px 0;
    }
}

.investments-section .item-text::before,
.investments-section .item-text::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFD832;
}

@media (max-width: 599px) {

    .investments-section .item-text::before,
    .investments-section .item-text::after {
        height: 1px;
    }
}

.investments-section .item-text::before {
    top: 0;
}

.investments-section .item-text::after {
    bottom: 0;
}

.investments-section .arrow-wrap {
    min-width: 90px;
    height: 20px;
    overflow: hidden;
}

@media (max-width: 479px) {
    .investments-section .arrow-wrap {
        min-width: 40px;
    }
}

.investments-section .arrow {
    --stb-transition-delay: .4s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
    height: 2px;
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FFD832;
}

.investments-section .arrow::before,
.investments-section .arrow::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 10px;
    height: 2px;
    border-radius: 20px;
    background-color: #FFD832;
}

@media (max-width: 479px) {

    .investments-section .arrow::before,
    .investments-section .arrow::after {
        right: 0;
        width: 7px;
    }
}

.investments-section .arrow::before {
    top: -4px;
    transform: rotate(45deg);
}

@media (max-width: 479px) {
    .investments-section .arrow::before {
        top: -3px;
    }
}

.investments-section .arrow::after {
    bottom: -3px;
    transform: rotate(-45deg);
}

@media (max-width: 479px) {
    .investments-section .arrow::after {
        bottom: -2px;
    }
}

.investments-section .num {
    --stb-transition-delay: .6s;
    font: 500 79px/1 "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0;
    padding-left: 27px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .investments-section .num {
        font-size: 56px;
    }
}

@media (max-width: 599px) {
    .investments-section .num {
        font-size: 34px;
    }
}

@media (max-width: 479px) {
    .investments-section .num {
        padding: 0;
    }
}

/* ----------------------------doc-section------------------------ */
.doc-section {
    padding: 60px 0;
}

@media (max-width: 479px) {
    .doc-section {
        padding: 25px 0;
    }
}

@media (max-width: 479px) {
    .doc-section .container {
        padding: 10px 0;
    }
}

.doc-section .title-wrap {
    display: flex;
}

.doc-section .title-lines {
    margin-left: auto;
    margin-right: 22%;
    margin-bottom: 170px;
}

@media (max-width: 767px) {
    .doc-section .title-lines {
        margin: 0 auto 123px auto;
    }
}

.doc-section .slider-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 479px) {
    .doc-section .slider-wrap {
        gap: 10px;
    }
}

.doc-section .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

@media (max-width: 479px) {
    .doc-section .item {
        gap: 10px;
    }
}

.doc-section .doc-btn {
    position: relative;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

@media (max-width: 479px) {
    .doc-section .doc-btn {
        min-height: 130px;
        max-height: 130px;
    }
}

.doc-section .doc-btn:hover {
    transform: translateY(10px);
}

.doc-section .doc-btn::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.doc-section .doc-arrow {
    transform: translateY(-25px);
}

/* ---------------------------form-section------------------------ */
.form-section {
    padding: 40px 0;
}

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

.form-section .content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 1023px) {
    .form-section .content {
        flex-direction: column-reverse;
    }
}

.form-section .text-block {
    max-width: 510px;
}

@media (max-width: 1199px) {
    .form-section .text-block {
        max-width: 380px;
    }
}

@media (max-width: 1023px) {
    .form-section .text-block {
        max-width: 100%;
    }
}

.form-section .title-lines {
    margin-bottom: 200px;
}

@media (max-width: 1023px) {
    .form-section .title-lines {
        display: none;
        margin-bottom: 70px;
    }
}

.form-section .title-lines.mob {
    display: none;
}

@media (max-width: 1023px) {
    .form-section .title-lines.mob {
        display: inline-block;
    }
}

.form-section .title {
    font-size: 116px;
    line-height: 0.84;
    margin-bottom: 0;
}

@media (max-width: 1299px) {
    .form-section .title {
        font-size: 88px;
    }
}

@media (max-width: 1199px) {
    .form-section .title {
        font-size: 72px;
    }
}

@media (max-width: 1023px) {
    .form-section .title {
        max-width: 70%;
    }
}

@media (max-width: 599px) {
    .form-section .title {
        font-size: 50px;
    }
}

.form-section .block {
    position: relative;
    width: 100%;
    max-width: 834px;
    display: grid;
    place-items: center;
    padding: 40px;
    border: 1px solid #fff;
}

@media (max-width: 1023px) {
    .form-section .block {
        max-width: 100%;
        padding: 25px 25px 141px 25px;
    }
}

.form-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.form-section .form-block {
    width: 100%;
}

@media (max-width: 1023px) {
    .form-section .form-block {
        text-align: center;
    }
}

.form-section .form-title {
    margin-bottom: 13px;
    font-size: 41px;
    text-align: center;
}

@media (max-width: 479px) {
    .form-section .form-title {
        font-size: 18px;
    }
}

.form-section .form-box {
    width: 100%;
    max-width: 432px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 35px;
    background-color: #fff;
    margin: 0 auto;
}

@media (max-width: 479px) {
    .form-section .form-box {
        max-width: 185px;
        padding: 15px;
        gap: 10px;
    }
}

.form-section .input-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 479px) {
    .form-section .input-wrap {
        gap: 10px;
    }
}

.form-section .input-wrap::before {
    content: "";
    width: 13px;
    min-width: 13px;
    height: 16px;
    background: url(../images/icons/arrow.svg) 0 0/13px 16px no-repeat;
}

@media (max-width: 479px) {
    .form-section .input-wrap::before {
        width: 5px;
        min-width: 5px;
        height: 7px;
        background-size: 5px 7px;
    }
}

.form-section .input {
    position: relative;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #FFD832;
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    .form-section .input {
        font-size: 12px;
        padding: 5px 8px;
    }
}

.form-section .input::placeholder {
    font-size: 23px;
    color: #000;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    .form-section .input::placeholder {
        font-size: 12px;
    }
}

.form-section .btn-blur {
    display: block;
    margin: 12px auto 0 auto;
}

@media (max-width: 479px) {
    .form-section .btn-blur {
        margin-top: 8px;
    }
}

.wpcf7 .form-wrap p {
    margin: 0;
}

.wpcf7 .form-wrap .input-wrap p {
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    padding-top: 4px;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .wpcf7 .wpcf7-not-valid-tip {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .wpcf7 .wpcf7-not-valid-tip {
        font-size: 12px;
    }
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
}

@media (max-width: 1023px) {
    .wpcf7 form .wpcf7-response-output {
        left: auto;
        transform: none;
    }
}

@media (max-width: 479px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
    }
}

.wpcf7 .wpcf7-spinner {
    margin: 10px 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 1023px) {
    .wpcf7 .wpcf7-spinner {
        left: auto;
        transform: none;
    }
}

.input.phone {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 479px) {
    .input.phone {
        font-size: 16px;
    }
}

.input.phone::placeholder {
    font-family: "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-section .input {
    min-height: 64px;
}

@media (max-width: 479px) {
    .form-section .input {
        min-height: 31px;
    }
}

.form-popup .input {
    min-height: 50px;
}

@media (max-width: 479px) {
    .form-popup .input {
        min-height: 33px;
    }
}

.form-popup .wpcf7 .wpcf7-spinner {
    margin: -5px 15px;
}

/* -------------------------heritage-section---------------------- */
.heritage-section {
    padding: 40px 0;
}

@media (max-width: 479px) {
    .heritage-section {
        padding: 0 0 20px 0;
    }
}

.heritage-section .container {
    padding: 0;
}

.heritage-section .content {
    padding: 0 30px;
}

@media (max-width: 479px) {
    .heritage-section .content {
        padding: 0 25px;
    }
}

.heritage-section .line {
    margin-bottom: 40px;
}

@media (max-width: 479px) {
    .heritage-section .line {
        margin-bottom: 22px;
    }
}

.heritage-section .title-block {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .heritage-section .title-block {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .heritage-section .title-block {
        margin-bottom: 40px;
        gap: 40px;
    }
}

.heritage-section .title {
    margin-bottom: 50px;
    font-size: 210px;
    line-height: 0.84;
}

@media (max-width: 1023px) {
    .heritage-section .title {
        font-size: 150px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .heritage-section .title {
        font-size: 100px;
    }
}

@media (max-width: 479px) {
    .heritage-section .title {
        font-size: 86px;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .heritage-section .title:lang(en) {
        font-size: 60px;
    }
}

.heritage-section .btn-blur {
    color: #ABABAB;
    font-size: 41px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

@media (max-width: 1023px) {
    .heritage-section .btn-blur {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .heritage-section .btn-blur {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .heritage-section .btn-blur {
        font-size: 16px;
        padding: 6px 22px;
    }
}

.heritage-section .btn-blur:hover {
    color: #fff;
}

.heritage-section .text-wrap {
    max-width: 385px;
}

@media (max-width: 1023px) {
    .heritage-section .text-wrap {
        display: flex;
        align-items: start;
        gap: 14px;
        margin-left: auto;
    }
}

.heritage-section .sup-title {
    display: inline-block;
    border-top: 2px solid #FFD832;
    border-bottom: 2px solid #FFD832;
    margin-bottom: 40px;
    font-size: 41px;
    line-height: 1.13;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .heritage-section .sup-title {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .heritage-section .sup-title {
        font-size: 20px;
        border-top: 1px solid #FFD832;
        border-bottom: 1px solid #FFD832;
    }
}

.heritage-section .text-box {
    position: relative;
}

@media (max-width: 479px) {
    .heritage-section .text-box {
        max-width: 160px;
    }
}

.heritage-section .icon {
    position: absolute;
    top: 0;
    left: -40px;
}

@media (max-width: 1023px) {
    .heritage-section .icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .heritage-section .slider-wrap {
        margin: 0 -30px;
    }
}

@media (max-width: 479px) {
    .heritage-section .slider-wrap {
        margin: 0 -25px;
    }
}

.heritage-section .item {
    position: relative;
    min-height: 411px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .heritage-section .item {
        min-height: 350px;
    }
}

@media (max-width: 479px) {
    .heritage-section .item {
        min-height: 257px;
    }
}

.heritage-section .item:hover .item-text-box {
    transform: translateY(0);
}

.heritage-section .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.heritage-section .item-title {
    align-self: center;
    border-top: 1px solid #FFD832;
    border-bottom: 1px solid #FFD832;
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
}

@media (max-width: 479px) {
    .heritage-section .item-title {
        font-size: 15px;
        margin-top: 11px;
    }
}

.heritage-section .item-text-box {
    position: relative;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    padding: 40px 20px 16px 20px;
    transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
    .heritage-section .item-text-box {
        padding: 11px;
    }
}

.heritage-section .item-text-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 17%, #fff 100%);
    /* Safari */
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 17%, #fff 100%);
}

.heritage-section .slider-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .heritage-section .swiper-slide {
        position: relative;
    }

    .heritage-section .swiper-slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        transition: all 0.3s ease 0s;
    }

    .heritage-section .swiper-slide .item-title,
    .heritage-section .swiper-slide .item-text-box {
        opacity: 0;
        transition: all 0.3s ease 0s;
    }
}

@media (max-width: 767px) {
    .heritage-section .swiper-slide-active::before {
        opacity: 0;
    }

    .heritage-section .swiper-slide-active .item-title,
    .heritage-section .swiper-slide-active .item-text-box {
        opacity: 1;
    }
}

.heritage-section .heritage-pag {
    margin-top: 40px;
}

.heritage-section .heritage-pag.swiper-pagination-lock {
    margin: 0;
}

@media (max-width: 767px) {

    .heritage-section .heritage-arrow,
    .heritage-section .heritage-pag {
        display: none;
    }
}

/* -------------------------contacts-section---------------------- */
.contacts-section {
    padding: 40px 0;
}

@media (max-width: 479px) {
    .contacts-section {
        padding: 0 0 20px 0;
    }
}

.contacts-section .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 250px;
}

@media (max-width: 1023px) {
    .contacts-section .content {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

.contacts-section .title-lines {
    font-size: 251px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .contacts-section .title-lines {
        font-size: 145px;
    }
}

@media (max-width: 479px) {
    .contacts-section .title-lines {
        font-size: 81px;
        margin-bottom: 20px;
    }
}

.contacts-section .btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}

@media (max-width: 479px) {
    .contacts-section .btn-box {
        gap: 20px;
        margin-bottom: 20px;
    }
}

.contacts-section .text {
    max-width: 235px;
}

.contacts-section .btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 479px) {
    .contacts-section .btn-wrap .icon {
        width: 9px;
    }
}

.contacts-section .socials-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .contacts-section .socials-wrap {
        gap: 5px;
    }
}

.contacts-section .social-link {
    transition: all 0.3s ease 0s;
}

.contacts-section .social-link:hover {
    scale: 1.1;
}

@media (max-width: 479px) {
    .contacts-section .social-link img {
        max-width: 26px;
    }
}

.contacts-section .link,
.contacts-section .privacy-policy-link {
    color: #ABABAB;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 479px) {

    .contacts-section .link,
    .contacts-section .privacy-policy-link {
        font-size: 12px;
    }
}

.contacts-section .link:hover,
.contacts-section .privacy-policy-link:hover {
    color: #fff;
}

.contacts-section .img-wrap {
    position: relative;
    grid-row: span 2;
    border: 1px solid #fff;
}

@media (max-width: 1023px) {
    .contacts-section .img-wrap {
        min-height: 450px;
    }
}

@media (max-width: 479px) {
    .contacts-section .img-wrap {
        min-height: 250px;
    }
}

.contacts-section .img-wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-section .adress-block {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
}

.contacts-section .adress-title {
    margin-bottom: 21px;
    font-size: 41px;
}

@media (max-width: 479px) {
    .contacts-section .adress-title {
        margin-bottom: 6px;
        font-size: 20px;
    }
}

.contacts-section .adress-link {
    font-size: 23px;
    text-transform: uppercase;
}

@media (max-width: 479px) {
    .contacts-section .adress-link {
        font-size: 12px;
    }
}

.contacts-section .adress-link:hover {
    text-decoration: underline;
}

.contacts-section .adress-link span {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contacts-section .btn-blur {
    display: block;
    padding: 6px 16px;
    color: #ABABAB;
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.03em;
}

.contacts-section .btn-blur:hover {
    color: #fff;
}

/* -------------------------policy-section---------------------- */

.policy-section * {
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.02em;
}

.policy-section {
    margin: 50px 0;
}

.policy-section .container {
    max-width: 1200px;
}

.policy-section .main-title {
    text-align: center;
    color: #FFD832;
}

.policy-section strong {
    color: #FFD832;
}

.policy-section .btn {
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: "Heading Now Trial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
}

/* -------------------------error-section---------------------- */

.error-section {
    padding: 150px 0 100px 0;
    text-align: center;
}

.error-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media (max-width: 479px) {
    .error-section .content {
        gap: 20px;
    }
}

.error-section .main-title {
    margin: 0;
    color: #FFD832;
    font-family: "Galgo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 200px;
}

@media (max-width: 479px) {
    .error-section .main-title {
        font-size: 100px;
    }
}

.gm-style .gm-style-iw-c {
    overflow: visible !important;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
}