html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

button {
    cursor: pointer;
    background-color: transparent
}

blockquote, figure, h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

ol, ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent
}

button, input, select, textarea {
    font-family: inherit;
    color: inherit;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

address {
    font-style: normal
}

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

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

:root {
    --font-notosans: "Noto Sans", serif;
    --font-tenorsans: "Tenor Sans", serif;
    --t-orange: #ee8012;
    --t-black: #000003;
    --t-dark-gray: #666;
    --t-light-gray: #e4e6dd;
    --t-white: #fcfcfc;
    --t-pure-white: #fff;
    --t-line-gray: #bfbfbf;
    --t-premium-gold: #a8885b;
    --b-orange: #ee8012;
    --b-black: #000003;
    --b-dark-gray: #666;
    --b-light-gray: #e4e6dd;
    --b-white: #fcfcfc;
    --b-pure-white: #fff;
    --b-line-gray: #bfbfbf;
    --b-premium-gold: #a8885b
}

::-webkit-scrollbar-button {
    width: 6px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #fff;
    background-color: var(--b-pure-white);
    -webkit-box-shadow: 0 0 3px #fff inset;
    box-shadow: 0 0 3px #fff inset;
    -webkit-box-shadow: 0 0 3px var(--b-pure-white) inset;
    box-shadow: 0 0 3px var(--b-pure-white) inset
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #000003;
    background-color: var(--b-black);
    background-position: center;
    background-repeat: no-repeat
}

::-webkit-resizer {
    width: 7px;
    height: 0
}

::-webkit-scrollbar {
    width: 7px
}

body.page {
    font-family: "Noto Sans", serif;
    font-family: var(--font-notosans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000003;
    color: var(--t-black);
    background-color: #fff;
    background-color: var(--b-pure-white)
}

body.page.j-lock {
    overflow: hidden
}

.wrapper {
    position: relative;
    display: grid;
    min-height: 100dvh;
    grid-template-columns:minmax(300px, 1fr);
    grid-template-rows:auto 1fr auto;
    overflow: hidden
}

.v-hide {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 1px;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 0;
    pointer-events: none
}

.i-sin {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.sect-gap {
    margin-bottom: 120px
}

.title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
    text-align: justify;
    color: #a8885b;
    color: var(--t-premium-gold)
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    color: var(--t-pure-white);
    background-color: #ee8012;
    background-color: var(--b-orange);
    border-radius: 50px;
    white-space: nowrap;
    padding: 20px;
    -webkit-transition: background-color .1s linear 0s, color .1s linear 0s;
    transition: background-color .1s linear 0s, color .1s linear 0s
}

.btn:hover {
    background-color: #e87603
}

.btn.m-light {
    background-color: #fff;
    background-color: var(--b-pure-white);
    color: #ee8012;
    color: var(--t-orange)
}

.btn.m-light:hover {
    color: #e87603
}

.btn.error {
    background-color: #ff3b30;
    color: white;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px
}

.social__btn {
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform .1s linear 0s;
    transition: -webkit-transform .1s linear 0s;
    transition: transform .1s linear 0s;
    transition: transform .1s linear 0s, -webkit-transform .1s linear 0s
}

.social__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.header__nav {
    margin: 0 auto
}

.header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.header__nav-link {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    color: var(--t-dark-gray);
    border: 1px solid #666;
    border: 1px solid var(--b-dark-gray);
    border-radius: 20px;
    padding: 6px 12px;
    -webkit-transition: border .1s linear 0s, color .1s linear 0s;
    transition: border .1s linear 0s, color .1s linear 0s
}

.header__nav-link:hover {
    border: 1px solid #ee8012;
    border: 1px solid var(--b-orange);
    color: #ee8012;
    color: var(--t-orange)
}

.header__group {
    display: flex;
    align-items: center;
    gap: 44px
}

.header__langs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border: 1px solid var(--b-dark-gray);
    border-radius: 20px
}

.header__langs-btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    color: var(--t-dark-gray);
    border-radius: 20px;
    padding: 6px 12px;
    -webkit-transition: color .1s linear 0s;
    transition: color .1s linear 0s
}

.header__langs-btn:hover {
    color: #ee8012;
    color: var(--t-orange)
}

.header__langs-btn.m-active {
    outline: 2px solid #ee8012;
    outline: 2px solid var(--b-orange);
    outline-offset: -1.5px;
    color: #fff;
    color: var(--t-pure-white);
    background-color: #ee8012;
    background-color: var(--b-orange)
}

.header__contacts {
    position: relative
}

.header__contacts-phone {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 23px;
    -webkit-transition: color .1s linear 0s;
    transition: color .1s linear 0s
}

.header__contacts-phone:hover {
    color: #ee8012;
    color: var(--t-orange)
}

.header__contacts-request {
    position: absolute;
    right: 0;
    bottom: -20px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-size: 14px;
    font-weight: 500;
    color: #ee8012;
    color: var(--t-orange);
    -webkit-transition: color .1s linear 0s;
    transition: color .1s linear 0s
}

.header__contacts-request:hover {
    color: #e87603
}

.main__gallery {
    margin-bottom: 70px
}

.greet__top-info {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans)
}

.greet__top-undertitle {
    font-size: 28px;
    color: #666;
    color: var(--t-dark-gray);
    margin-bottom: 20px
}

.greet__top-title {
    font-size: 110px;
    font-weight: 400;
    line-height: .7;
    margin-left: -12px
}

.greet__top-btn {
    padding: 20px 78px
}

.greet__content-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.greet__content-text {
    font-size: 18px;
    color: #fff;
    color: var(--t-pure-white);
    text-align: right;
    line-height: 1.35;
    padding-top: 50px
}

.greet__content-visual {
    display: flex;
    width: 100%;
    aspect-ratio: 1.3744
}

.greet__content-visual-img {
    -o-object-fit: cover;
    object-fit: cover
}

.greet__content-decor {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50.7%);
    transform: translateX(-50.7%);
    bottom: -.9vw;
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-weight: 400;
    font-size: 13.06vw;
    white-space: nowrap;
    line-height: .8;
    letter-spacing: -.03em;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about__container {
    position: relative
}

.about__title {
    position: absolute;
    left: 0;
    top: 0
}

.about__desc {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 50px;
    text-indent: 335px;
    text-align: justify;
    margin-bottom: 50px
}

.about__info {
    font-size: 18px;
    line-height: 1.35;
    padding-left: 334px
}

.about__info-text {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    text-align: justify;
    color: #666;
    color: var(--t-dark-gray);
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    margin-bottom: 40px
}

.about__desc-wrap {
    display: flex;
    padding: 25px 0 40px
}

.about__desc-link {
    display: flex;
    width: 100%
}

.about__info-list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 50px 70px;
    gap: 50px 70px;
    margin-bottom: 60px
}

.about__info-item {
    display: flex;
    flex-direction: column
}

.about__info-item-num {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 110px;
    text-transform: uppercase;
    line-height: .8;
    color: #a8885b;
    color: var(--t-premium-gold);
    margin-bottom: 20px
}

.about__info-item-desc {
    max-width: 350px;
    font-size: 18px;
    line-height: 1.35;
    color: #666;
    color: var(--t-dark-gray);
    padding-left: 5px
}

.about__map {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden
}

.about__map-visual {
    flex-shrink: 0;
    width: 1320px;
    height: 720px
}

.about__map-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    background: rgba(168, 136, 91, .5);
    padding: 50px 45px 50px 50px
}

.about__map-info-title {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 32px
}

.about__map-info-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.about__map-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about__map-info-time {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 50px
}

.about__map-info-location {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    font-size: 18px
}

.about__map-info-location::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/svg/sprite.svg#man) center/contain no-repeat
}

.about__map-info-google {
    align-self: flex-start;
    width: auto;
    max-width: none;
    font-size: 16px;
    padding: 20px 32px
}

.advant__title {
    margin-bottom: 20px
}

.advant-slider .splide__pagination {
    bottom: -50px
}

.advant-slider .splide__pagination__page.is-active {
    background: #ee8012;
    background: var(--b-orange);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.advant-slider__slide-inner {
    display: flex;
    flex-direction: column
}

.advant-slider__slide-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: .9467;
    margin-bottom: 20px
}

.advant-slider__slide-title {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 12px
}

.advant-slider__slide-text {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 18px;
    line-height: 1.35;
    color: #666;
    color: var(--t-dark-gray)
}

.request__container {
    padding: 85px 60px 125px;
    background: var(--bg-desktop, url(../img/request-bg.webp)) center/cover no-repeat;
    position: relative;
    z-index: 1
}

.request__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
    z-index: -1
}

.request__title {
    max-width: 736px;
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px
}

.request__desc {
    max-width: 530px;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 30px
}

.request__form {
    width: 100%;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.request__form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px
}

.request__form-inp {
    width: 100%;
    height: 52px;
    background-color: transparent;
    border-bottom: 1px solid #666;
    border-bottom: 1px solid var(--b-dark-gray);
    padding: 28px 0
}

.request__form-inp::-webkit-input-placeholder {
    color: #000003;
    color: var(--t-black)
}

.request__form-inp::-moz-placeholder {
    color: #000003;
    color: var(--t-black)
}

.request__form-inp:-ms-input-placeholder {
    color: #000003;
    color: var(--t-black)
}

.request__form-inp::-ms-input-placeholder {
    color: #000003;
    color: var(--t-black)
}

.request__form-inp::placeholder {
    color: #000003;
    color: var(--t-black)
}

.request__form-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.request__form-social-desc {
    font-size: 14px
}

.request__form-social-group {
    display: flex;
    align-items: center;
    gap: 15px
}

.request__form-social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.request__form-social-btn:has(input:checked)::before {
    background: url(../img/svg/check.svg) center/14px no-repeat, #ee8012;
    background: url(../img/svg/check.svg) center/14px no-repeat, var(--b-orange);
    border: 1px solid #ee8012;
    border: 1px solid var(--b-orange)
}

.request__form-social-btn::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    border: 1px solid var(--b-line-gray)
}

.request__form-social-btn span {
    font-size: 12px
}

.request__form-social-inp {
    display: none
}

.request__form-agree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.request__form-agree-text {
    font-size: 13px
}

.request__form-agree-submit {
    font-size: 16px;
    padding: 14px 36px
}

.request__social {
    display: flex;
    flex-direction: column
}

.request__social-title {
    margin-bottom: 10px
}

.complex__container {
    position: relative
}

.complex__title {
    position: absolute;
    left: 0;
    top: 0
}

.complex__desc {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 50px;
    padding-left: 335px;
    margin-bottom: 30px
}

.complex__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 40px
}

.complex__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 321px;
    font-size: 19px;
    font-weight: 500;
    color: var(--t-dark-gray);
    line-height: 1.35;
    border-bottom: 1px solid #c2c2c2;
    padding: 16px 10px 16px 0;
    transition: transform 0.3s ease;
}

.complex__item:last-child {
    border-bottom: none;
}

.complex__item::before {
    content: "";
    position: relative;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--b-premium-gold);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Эффекты при наведении */
.complex__item:hover {
    transform: translateX(4px);
}

.complex__item:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(238, 128, 18, 0.3);
}

.plans__container {
    position: relative
}

.plans__title {
    position: absolute;
    top: 20px;
    left: 0
}

.plans__category {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 40px
}

.plans__category-btn {
    width: 100%;
    max-width: 315px;
    background-color: #fff;
    background-color: var(--b-pure-white);
    color: #f7bf88;
    border: 1px solid #f7bf88;
    padding: 15px 20px
}

.plans__category-btn.j-active {
    color: #ee8012;
    color: var(--t-orange);
    border: 1px solid #ecb37c
}

.plans__category-btn:hover {
    background-color: #fff;
    background-color: var(--b-pure-white);
    color: #e87603
}

.plans-slider {
    display: none
}

.plans-slider.j-show {
    display: block
}

.plans-slider .splide__pagination {
    display: none !important
}

.plans-slider .splide__arrow {
    width: 52px;
    height: 52px;
    opacity: 1 !important
}

.plans-slider .splide__arrow svg {
    display: none
}

.plans-slider .splide__arrow.splide__arrow--prev {
    left: -70px;
    background: url(../img/svg/sprite.svg#prev) center/contain no-repeat
}

.plans-slider .splide__arrow.splide__arrow--next {
    right: -70px;
    background: url(../img/svg/sprite.svg#next) center/contain no-repeat
}

.plans-slider .splide__arrow:disabled {
    opacity: .5 !important
}

.plans-slider .splide__pagination {
    bottom: -40px
}

.plans-slider .splide__pagination__page.is-active {
    background: #ee8012;
    background: var(--b-orange);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.plans-slider__slide-inner {
    display: flex;
    flex-direction: column;
    background-color: #fcfcfc;
    background-color: var(--b-white);
    padding: 30px 40px 40px
}

.plans-slider__slide-img {
    align-self: center;
    width: 100%;
    max-width: 284px;
    height: auto;
    aspect-ratio: .5917;
    margin-bottom: 30px
}

.plans-slider__slide-title {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 32px;
    margin-bottom: 20px
}

.plans-slider__slide-table {
    align-self: flex-start;
    margin-bottom: 20px;
    width: 100%
}

.plans-slider__slide-table-body {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.plans-slider__slide-table-row {
    display: grid;
    grid-template-columns:203px 1fr;
    align-items: center;
    grid-gap: 24px;
    gap: 24px
}

.plans-slider__slide-table-cell:first-child {
    color: #666;
    color: var(--t-dark-gray)
}

.plans-slider__slide-more {
    align-self: flex-start;
    width: 100%;
    max-width: 270px;
    font-size: 16px;
    padding: 14px
}

.gallery__title {
    margin-bottom: 40px
}

.gallery-slider {
    position: relative;
    padding-bottom: 60px;
}

.gallery-slider .splide__arrow {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
}

.gallery-slider .splide__arrow svg {
    display: none;
}

.gallery-slider .splide__arrow.splide__arrow--prev {
    left: calc(50% - 730px);
    background: url(../img/svg/sprite.svg#prev) center/contain no-repeat;
}

.gallery-slider .splide__arrow.splide__arrow--next {
    right: calc(50% - 730px);
    background: url(../img/svg/sprite.svg#next) center/contain no-repeat;
}

.gallery-slider .splide__arrow:disabled {
    opacity: .5 !important;
}

.gallery-slider__slide-inner {
    aspect-ratio: 1.5;
}

.gallery-slider__slide-img {
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider__pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.gallery-slider__pagination-item {
    width: 40px;
    height: 4px;
    background: rgba(255, 122, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: none !important;
}

.gallery-slider__pagination-item.is-active {
    background: #FF7A00;
    width: 60px;
    transform: none !important;
}

.gallery-slider__pagination-item:hover {
    background: rgba(255, 122, 0, 0.6);
}

@media screen and (max-width: 768px) {
    .gallery-slider__pagination-item {
        width: 30px;
        height: 3px;
    }

    .gallery-slider__pagination-item.is-active {
        width: 45px;
    }

    .gallery-slider .splide__arrow.splide__arrow--prev {
        left: 20px;
    }

    .gallery-slider .splide__arrow.splide__arrow--next {
        right: 20px;
    }
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
    overflow-y: auto;
    z-index: 1000;
    padding: 20px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear 0s, visibility .1s linear 0s;
    transition: opacity .1s linear 0s, visibility .1s linear 0s;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(3px)
}

.popup.j-show {
    opacity: 1;
    visibility: visible
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    background-color: var(--b-pure-white);
    border-radius: 30px;
    padding: 60px 90px 60px 60px;
    margin: auto
}

.popup__title {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px
}

.popup__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.popup__form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px
}

.popup__form-inp {
    width: 100%;
    height: 52px;
    background-color: transparent;
    border-bottom: 1px solid #666;
    border-bottom: 1px solid var(--b-dark-gray);
    padding: 28px 0
}

.popup__form-inp::-webkit-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-inp::-moz-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-inp:-ms-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-inp::-ms-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-inp::placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px
}

.popup__form-social-desc {
    font-size: 14px;
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-social-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto
}

.popup__form-social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.popup__form-social-btn:has(input:checked)::before {
    background: url(../img/svg/check.svg) center/14px no-repeat, #ee8012;
    background: url(../img/svg/check.svg) center/14px no-repeat, var(--b-orange);
    border: 1px solid #ee8012;
    border: 1px solid var(--b-orange)
}

.popup__form-social-btn::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    border: 1px solid var(--b-line-gray)
}

.popup__form-social-btn span {
    font-size: 12px;
    color: #666;
    color: var(--t-dark-gray)
}

.popup__form-social-inp {
    display: none
}

.popup__form-agree {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}

.popup__form-agree-text {
    font-size: 14px;
    color: #666;
    color: var(--t-dark-gray);
    margin-bottom: 20px
}

.popup__form-agree-submit {
    align-self: stretch;
    font-size: 16px;
    padding: 14px 36px
}

.popup__close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: url(../img/svg/sprite.svg#close) center/cover no-repeat
}

.popup__social {
    display: flex;
    flex-direction: column
}

.popup__social-title {
    font-size: 14px;
    color: #666;
    color: var(--t-dark-gray);
    margin-bottom: 10px
}

.footer {
    background-color: #fcfcfc;
    background-color: var(--b-white)
}

.footer__container {
    padding-top: 50px
}

.footer__title {
    max-width: 795px;
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px
}

.footer__row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px
}

.footer__form {
    flex-grow: 1;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px
}

.footer__form-input {
    width: 100%;
    height: 52px;
    background-color: transparent;
    border-bottom: 1px solid #666;
    border-bottom: 1px solid var(--b-dark-gray);
    padding: 28px 0
}

.footer__form-input::-webkit-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-input::-moz-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-input:-ms-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-input::-ms-input-placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-input::placeholder {
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-agree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.footer__form-agree-text {
    font-size: 13px;
    color: #666;
    color: var(--t-dark-gray)
}

.footer__form-agree-submit {
    font-size: 16px;
    padding: 16px 71px
}

.footer__contacts {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px
}

.footer__contacts-group {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.footer__contacts-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px
}

.footer__contacts-cell.m-key {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    color: var(--t-dark-gray);
    text-transform: uppercase;
    padding-bottom: 3px;
    white-space: nowrap
}

.footer__contacts-cell.m-value {
    font-family: "Tenor Sans", serif;
    font-family: var(--font-tenorsans);
    font-size: 23px;
    -webkit-transition: color .1s linear 0s;
    transition: color .1s linear 0s
}

.footer__contacts-cell.m-value:hover {
    color: #ee8012;
    color: var(--t-orange)
}

.footer__bottom {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 30px 0 18px;
    border-top: 1px solid #e4e6dd;
    border-top: 1px solid var(--b-light-gray)
}

.footer__bottom-text {
    align-self: center;
    max-width: 604px;
    font-size: 14px;
    color: #666;
    color: var(--t-dark-gray)
}

.footer__bottom-copyright {
    font-size: 14px;
    color: #666;
    color: var(--t-dark-gray);
    margin-left: auto
}

@media screen and (min-width: 640px) {
    .advant-slider__list {
        display: grid !important;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 40px 20px;
        gap: 40px 20px
    }
}

@media screen and (min-width: 768px) {
    .request__social {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .popup__social {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .advant-slider__list {
        grid-template-columns:repeat(3, 1fr)
    }

    .footer {
        background: url(../img/svg/footer-bg.svg) center top/cover no-repeat, #fcfcfc;
        background: url(../img/svg/footer-bg.svg) center top/cover no-repeat, var(--b-white)
    }
}

@media screen and (max-width: 1500px) {
    .plans-slider .splide__arrow.splide__arrow--prev {
        left: 10px
    }

    .plans-slider .splide__arrow.splide__arrow--next {
        right: 10px
    }

    .gallery-slider .splide__arrow.splide__arrow--prev {
        left: 20px
    }

    .gallery-slider .splide__arrow.splide__arrow--next {
        right: 20px
    }
}

@media screen and (max-width: 1400px) {
    .greet {
        padding-top: 80px
    }
}

@media screen and (max-width: 1280px) {
    .greet__top {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .greet__top-title {
        line-height: 1
    }

    .about__info {
        padding-left: 0
    }

    .advant-slider__slide-img {
        height: 305px
    }

    .plans__title {
        position: relative;
        top: 0;
        margin-bottom: 20px
    }

    .plans__category {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1200px) {
    .header__nav {
        display: none
    }

    .header__group {
        margin-left: auto
    }

    .header__langs {
        margin-left: auto
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
        border-top: none;
        padding: 0 0 30px
    }

    .footer__bottom-logo {
        margin-bottom: 15px
    }

    .footer__bottom-text {
        margin-bottom: 26px
    }

    .footer__bottom-copyright {
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .about__info-text {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-bottom: 60px
    }

    .about__desc-wrap {
        justify-content: center;
        padding: 20px 0 0
    }

    .about__desc-link {
        max-width: 320px
    }

    .about__info-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .about__map-visual-img {
        left: auto;
        right: -150px
    }

    .complex__title {
        position: relative;
        margin-bottom: 20px
    }

    .complex__desc {
        padding-left: 0
    }

    .complex__item::before {
        top: 5px
    }

    .complex__item {
        align-items: flex-start;
        gap: 10px;
        padding: 12px 10px 12px 0
    }

    .plans-slider__slide-table-row {
        grid-template-columns:1fr 1fr;
        gap: 20px
    }

    .plans-slider__slide-table-cell:last-child {
        text-align: right
    }

    .footer__title {
        max-width: none;
        text-align: center
    }

    .footer__row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px
    }

    .footer__form-agree {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer__form-agree-submit {
        width: 100%;
        max-width: 320px;
        padding: 16px
    }

    .footer__contacts {
        justify-content: space-between;
        padding-top: 20px;
        align-items: center
    }
}

@media screen and (max-width: 840px) {
    .about__map-visual-img {
        right: -200px
    }
}

@media screen and (max-width: 768px) {
    .sect-gap {
        margin-bottom: 60px
    }

    .btn {
        padding: 16px
    }

    .greet__top {
        align-items: flex-start;
        text-align: left;
        gap: 20px
    }

    .greet__top-info {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px
    }

    .greet__top-undertitle {
        margin-bottom: 0
    }

    .greet__top-title {
        margin-left: -1.6vw;
        font-size: 15vw
    }

    .about__title {
        position: relative;
        margin-bottom: 20px
    }

    .about__desc {
        text-align: left;
        text-indent: 0;
        font-size: 28px;
        margin-bottom: 24px
    }

    .about__info-text {
        font-size: 16px;
        text-align: left
    }

    .about__map {
        flex-direction: column;
        justify-content: stretch
    }

    .about__map-visual {
        width: 100%;
        height: auto;
        aspect-ratio: 1.0316
    }

    .about__map-visual-img {
        right: auto
    }

    .about__map-info {
        position: relative;
        max-width: none;
        gap: 26px
    }

    .advant-slider__slide-title {
        font-size: 20px
    }

    .advant-slider__slide-text {
        font-size: 16px
    }

    .request__container {
        padding: 30px 20px;
        background-image: var(--bg-mobile, url(../img/request-bg-mob.webp));
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1
    }

    .request__container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: -1
    }

    .request__title {
        font-size: 28px;
        margin-bottom: 16px
    }

    .request__desc {
        font-size: 16px;
        margin-bottom: 16px
    }

    .request__form-social {
        display: none
    }

    .request__form-agree {
        flex-direction: column;
        align-items: flex-start
    }

    .complex__desc {
        font-size: 28px;
        margin-bottom: 24px
    }

    .complex__list {
        gap: 6px
    }

    .complex__item::before {
        top: 3px
    }

    .complex__item {
        font-size: 16px
    }

    .plans__category {
        margin-bottom: 32px
    }

    .plans-slider .splide__pagination {
        display: flex !important
    }

    .plans-slider__slide-title {
        text-align: center;
        font-size: 20px
    }

    .plans-slider__slide-more {
        align-self: center
    }

    .gallery-slider .splide__pagination {
        display: flex !important
    }

    .popup__title {
        font-size: 20px;
        padding-right: 40px
    }

    .popup__form {
        margin-bottom: 20px
    }

    .popup__form-social {
        display: none;
        flex-direction: column;
        align-items: flex-start
    }

    .footer__title {
        font-size: 25px
    }

    .footer__form {
        max-width: none
    }

    .footer__contacts-group {
        gap: 16px
    }

    .footer__contacts-row {
        align-items: center
    }

    .footer__contacts-cell.m-key {
        font-size: 15px;
        padding-bottom: 0
    }

    .footer__contacts-cell.m-value {
        font-size: 17px;
        text-align: right
    }

    .footer__bottom-text {
        font-size: 13px
    }

    .footer__bottom-copyright {
        font-size: 12px
    }
}

@media screen and (max-width: 640px) {
    .header__contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right
    }

    .header__contacts-phone {
        font-size: 20px
    }

    .header__contacts-request {
        position: relative;
        right: auto;
        bottom: auto;
        font-size: 15px
    }

    .greet {
        padding-top: 50px
    }

    .greet__content-text {
        max-width: 267px;
        font-size: 16px;
        margin-left: auto
    }

    .greet__content-text br {
        display: none
    }

    .greet__content-visual {
        aspect-ratio: .5241
    }

    .about__info-text {
        margin-bottom: 40px
    }

    .about__info-list {
        gap: 24px;
        margin-bottom: 40px
    }

    .about__info-item-num {
        font-size: 54px;
        margin-bottom: 12px
    }

    .about__info-item-desc {
        font-size: 16px
    }

    .about__map-info {
        padding: 30px 20px
    }

    .about__map-info-title {
        font-size: 20px
    }

    .about__map-info-list {
        gap: 26px
    }

    .about__map-info-time {
        font-size: 46px
    }

    .about__map-info-location::before {
        width: 22px;
        height: 22px
    }

    .about__map-info-location {
        font-size: 16px
    }

    .complex__video {
        display: flex;
        width: 100%;
        height: 600px;
        aspect-ratio: 2.2;
        border: none;
    }

    .plans-slider .splide__arrow {
        display: none
    }

    .gallery-slider .splide__arrow {
        display: none
    }

    .popup__container {
        padding: 30px 20px
    }

    .popup__form-social-desc br {
        display: none
    }

    .popup__form-social-group {
        display: grid;
        grid-template-columns:auto auto;
        grid-gap: 15px 30px;
        gap: 15px 30px
    }

    .popup__close {
        top: 20px;
        right: 20px
    }
}

@media screen and (max-width: 639px) {
    .main__advant {
        margin-bottom: 90px
    }

    .main__plans {
        margin-bottom: 90px
    }

    .main__gallery {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 550px) {
    .header__group {
        flex-direction: column-reverse;
        gap: 10px
    }
}

@media screen and (max-width: 500px) {
    .popup__title br {
        display: none
    }
}

@media screen and (max-width: 460px) {
    .about__map-info-google {
        width: 100%;
        white-space: normal;
        padding: 16px
    }
}

@media screen and (max-width: 450px) {
    .advant-slider__slide-img {
        height: auto;
        aspect-ratio: 1.0492
    }

    .request__form-agree-submit {
        width: 100%
    }

    .plans-slider__slide-inner {
        padding: 30px 20px
    }

    .plans-slider__slide-title {
        text-align: left
    }

    .plans-slider__slide-more {
        max-width: none
    }

    .footer__title {
        text-align: left
    }

    .footer__form-agree-text {
        text-align: left
    }

    .footer__contacts {
        align-self: stretch;
        align-items: stretch
    }

    .footer__contacts-social {
        align-self: center
    }
}

@media screen and (max-width: 420px) {
    .greet__top-undertitle {
        font-size: 20px
    }
}

@media screen and (max-width: 400px) {
    .greet__top-btn {
        padding: 18px;
        width: 100%
    }
}

@media screen and (max-width: 340px) {
    .header__logo {
        width: 81px;
        height: 47px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf
    }
}

.fullscreen-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.fullscreen-gallery.is-active {
    display: block;
}

.fullscreen-gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.fullscreen-gallery__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-gallery__slider {
    width: 90%;
    max-width: 1200px;
}

.fullscreen-gallery__slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fullscreen-gallery__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
}

.fullscreen-gallery__close::before,
.fullscreen-gallery__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
}

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

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

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
}

.gallery-lightbox.is-active {
    display: flex;
}

.gallery-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(2px);
}

.gallery-lightbox__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.gallery-lightbox__figure {
    position: relative;
    margin: 0;
    width: min(1200px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox__img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 48px);
    object-fit: contain;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.gallery-lightbox__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 16px 14px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
}

.gallery-lightbox__caption-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    max-width: 75%;
}

.gallery-lightbox__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-lightbox__alt {
    font-size: 14px;
    line-height: 1.35;
    opacity: 0.88;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-lightbox__open {
    flex-shrink: 0;
    padding: 14px 18px;
    font-size: 14px;
}

.gallery-lightbox__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    cursor: pointer;
    z-index: 1;
}

.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #fff;
}

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

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

.gallery-slider__slide-inner {
    cursor: zoom-in;
}

/* Общие стили для видео */
.complex__video {
    display: flex;
    width: 100%;
    height: 600px;
    aspect-ratio: 2.2;
    border: none;
}

.footer__contacts-phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Стили для сообщений об ошибке */
.form-error {
    color: #ff3b30;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.form-error a {
    color: var(--b-orange);
    text-decoration: underline;
}

.form-error a:hover {
    text-decoration: none;
}
