@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/*.slick-loading .slick-list*/
/*{*/
/*background: #fff url('ajax-loader.gif') center center no-repeat;*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    line-height: 1;
    opacity: .75;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' ';
    text-align: center;
    opacity: .25;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

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

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

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

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

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

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

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    /*max-width: 1360px;*/
    margin: 0 auto;
    padding: 0;
    font-family: "Manrope", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #232323;
    scroll-behavior: smooth;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

header {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

a {
    text-decoration: none;
}

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

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.big-container {
    margin: 0 auto;
    width: 100%;
    max-width: 2300px;
}

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

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

.button {
    outline: none;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

.button:hover, .button:focus, .button:active {
    cursor: pointer;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .nav.js-block {
        position: fixed;
        z-index: 2;
        top: 150px;
        right: 50%;
        width: 351px;
        max-width: 100%;
        transition: all 0.2s ease-in;
        transform-origin: 0 0;
        transform: translateX(50%);
        visibility: visible; /* показывает элемент при активации */
        pointer-events: auto; /* восстанавливает взаимодействие */
        /*display: block;*/
        border-radius: 15px;
    }

    .nav.js-block-inactive {
        transform: translateX(150%);
        transform-origin: 0 0;
        transition: all 0.2s ease-in;
        pointer-events: none; /* чтобы нельзя было взаимодействовать с неактивным попапом */
        visibility: hidden; /* полностью скрывает элемент из потока */
        /*display: none;*/
    }
}

.select {
    position: relative;
}

.select.active .select__list {
    display: block;
}

.select.active .select__value::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.select__value {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 55px 0 17px;
    font-size: var(--form-text-size);
    font-weight: var(--form-text-weight);
    line-height: 1;
    color: var(--form-text-color);
    /*border: 2px solid var(--form-text-color); */
    background-color: #ffffff;
    border-radius: 10px;
}

.select__value:hover, .select__value:focus, .select__value:active {
    cursor: pointer;
    opacity: 0.6;
}

.form__select.active .select__value {
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 900px) {
    .select__value {
        font-size: 16px;
        padding: 10px 18px;
    }
}

.select__value::after {
    content: url("../img/arrow-select.svg");
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13px;
    width: 16px;
}

@media screen and (max-width: 900px) {
    .select__value::after {
        right: 9px;
    }
}

.select__list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 400px;
}

@media screen and (max-width: 900px) {
    .select__list {
        max-height: 250px;
    }
}

.select__item {
    display: block;
    padding: 12px 17px;
    font-size: 16px;
    color: var(--form-text-color);
}

.select__item:hover, .select__item:focus, .select__item:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 900px) {
    .select__item {
        font-size: 14px;
    }
}

.select__item.active {
    text-decoration: underline;
}

.hamburger {
    outline: none;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.hamburger:focus, .hamburger:hover, .hamburger:active {
    cursor: pointer;
    opacity: 0.6;
}

.hamburger__bar {
    padding: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    display: block;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.hamburger__bar--bar1 {
    top: 0;
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
}

.hamburger__bar--bar2,
.hamburger__bar--bar3 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hamburger__bar--bar3 {
    right: 0;
}

.hamburger__bar--bar4 {
    bottom: 0;
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
}

/* Стили для активной кнопки*/
/*.js-btn-active.hamburger {*/
/*    -webkit-transform: scaleX(1) scaleY(1) scale(0.75);*/
/*    transform: scaleX(1) scaleY(1) scale(0.75);*/
/*}*/

/*.js-btn-active .hamburger__bar--bar1 {*/
/*    -webkit-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    height: 3px;*/
/*    width: 42px;*/
/*}*/

/*.js-btn-active .hamburger__bar--bar3 {*/
/*    -webkit-transform: rotate(45deg) translateY(-50%);*/
/*    transform: rotate(45deg) translateY(-50%);*/
/*    height: 3px;*/
/*    background-color: transparent !important;*/
/*}*/

/*.js-btn-active .hamburger__bar--bar2 {*/
/*    -webkit-transform: rotate(-45deg) translateY(-50%);*/
/*    transform: rotate(-45deg) translateY(-50%);*/
/*    height: 3px;*/
/*    background-color: transparent !important;*/
/*}*/

/*.js-btn-active .hamburger__bar--bar4 {*/
/*    -webkit-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*    height: 3px;*/
/*    width: 42px;*/
/*}*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    width: 100%;

}

.header__row {
    position: relative;
    padding-top: 35px;
    padding-bottom: 45px;
    padding-right: 20px;
    /*padding-left: 70px;*/
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1100px) {
    .header__row {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header__row {
        align-items: flex-end;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .header__row {
        padding-top: 32px;
        padding-bottom: 13px;
    }
}

.header__logo {
    flex: 0 0 270px;
}

.header__logo:hover, .header__logo:focus, .header__logo:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1280px) {
    .header__logo {
        flex-basis: 175px;
    }
}

@media screen and (max-width: 576px) {
    .header__logo {
        margin-left: 8px;
    }
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header__nav {
    flex: 1 0 auto;
}

@media screen and (max-width: 1440px) {
    .header__nav {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header__nav {
        flex: none;
    }
}

.header__hamburger {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header__hamburger {
        flex: 0 0 46px;
        display: flex;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        padding: 0;

        background: none;
        border: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1440px) {
    .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .nav {
        display: block;
        padding: 86px 0 60px;
        background-color: #ffffff;
        border-radius: 3px;

        max-height: 100vh;
        overflow-y: auto;
    }
}

.nav__list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media screen and (max-width: 1440px) {
    .nav__list {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .nav__list {
        display: block;
        margin: 0 auto 49px;
        width: 180px;
        max-width: 100%;
    }
}

.nav__item {
    margin: 0 25px;
}

@media screen and (max-width: 1200px) {
    .nav__item {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1024px) {
    .nav__item {
        margin: 0 auto 26px;
        width: fit-content;
    }
}

.nav__social-link {
    display: block;
}

.nav__social {
    margin: 7px 0 0 5%;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
    display: flex;
    gap: 13px;
}

@media screen and (max-width: 1280px) {
    .nav__social {
        margin-top: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .nav__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nav__social-link:hover, .nav__social-link:focus, .nav__social-link:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .nav__social-link img {
        width: 48px;
        height: auto;
    }
}

.nav__link {
    padding: 9px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #232323;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .nav__link {
        padding: 3px;
    }
}

@media screen and (max-width: 1024px) {
    .nav__link {
        color: #232323;
        line-height: 1.25;
        font-size: 15px;
    }
    .nav__link br {
        display: none;
    }

}

.nav__close {
    display: none;
}

@media screen and (max-width: 1024px) {
    .nav__close {
        position: absolute;
        top: 24px;
        right: 24px;

        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;

        border: none;
        background: none;
    }
}

.footer {
    width: 100%;
    max-width: 100%;
    margin: 210px auto 0;
    padding: 2.8% 0 150px;

    background-image: url("../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1280px) {
    .footer {
        padding: 50px 0 97px;
    }
}

@media screen and (max-width: 576px) {
    .footer {
        margin-top: 0;
    }
}

.footer .cake {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer .cake {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .footer__container {
        display: flex;
        flex-direction: column;
    }
}


.footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.footer__social-item:first-child {
    margin-left: 0;
}

.footer__social-link {
    display: block;
}

.footer__social-link:hover, .footer__social-link:focus, .footer__social-link:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 576px) {
    .footer__social {
        margin-bottom: 24px;
        justify-content: center;
    }

    .footer__social-link {
        width: 39px;
        height: auto;
    }
}

.footer__link {
    display: block;
    margin: 0 auto 52px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ffffff;
    font-family: "Unbounded", "Arial", sans-serif;
}

.footer__link:focus,
.footer__link:hover {
    opacity: 0.6;
    cursor: pointer;
}

.footer__text {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 576px) {
    .footer__text {
        /*margin-bottom: 30px;*/
        font-size: 18px;
    }

    .footer__link {
        margin: 0 auto 27px;
        font-size: 16px;
        text-align: center;
    }
}

.footer__logo {
    display: block;
    margin: 0 auto 43px;
    width: 270px;
}

.footer__logo:hover, .footer__logo:focus, .footer__logo:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1280px) {
    .footer__logo {
        margin-left: auto;
        margin-right: auto;
        width: 184px;
    }
}

.footer__logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 576px) {
    .footer__logo {
        margin-bottom: 39px;
    }
}

.main-top {
    position: relative;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    padding-bottom: 42px;
}

@media screen and (min-width: 2301px) {
    .main-top {
        min-height: 35vw;
    }
}

@media screen and (max-width: 576px) {
    .main-top {
        min-height: 154.5vw;
        padding: calc(67px + 64%) 0 0;
    }

}

.main-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.main-top__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.main-top__caption {
    margin: 0;
    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 49px;
    font-weight: 400;
}

.main-top__caption img {
    display: block;
    margin-left: auto;
    margin-top: 25px;
}

@media screen and (max-width: 576px) {
    .main-top__caption {
        margin: 0;
        font-size: 25px;
        line-height: 1;
        /*width: auto;*/
        /*font-size: 16vw;*/
        /*text-align: justify;*/
        /*-moz-text-align-last: justify;*/
        /*text-align-last: justify;*/
    }

    .main-top__caption img {
        margin-top: 12px;
        width: 217px;
    }
}

.main-top__caption > span {
    display: block;
    font-size: 75px;
    margin-right: 57px;
    text-align: right;
    text-transform: none;
}

@media screen and (max-width: 576px) {
    .main-top__caption > span {
        margin-right: -10px;

        font-size: 31px;
    }
}

.main-top__date {
    margin-bottom: 38px;

    font-weight: 400;
    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 37px;
    text-align: right;
    line-height: 1;
}

@media screen and (max-width: 576px) {
    .main-top__date {
        margin-top: 2px;
        width: auto;
        font-size: 4.6vw;
        margin-bottom: 14px;
    }
}

.main-top__text {
    margin: 0 0 78px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    line-height: 0.9;
    color: #ffffff;
    letter-spacing: 0.07em;
    text-align: right;
}

@media screen and (max-width: 900px) {
    .main-top__text {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    .main-top__text {
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 4px;
        padding: 0px;
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: .17em;
    }
}

.main-top__row {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.main-top__caption-column {
    position: relative;
    max-width: 100%;
    margin-top: 11%;
    width: 512px;
}

.main-top__time-column {
    width: 366px;
    padding-bottom: 4px;
    max-width: 100%;
    background-color: rgba(219, 228, 238, 0.36);
    backdrop-filter: blur(45px);
    border-radius: 9px;
}

@media screen and (max-width: 1200px) {
    .main-top__caption-column {
        width: 475px;
    }
}

@media screen and (max-width: 1024px) {
    .main-top__time-column {
        margin-top: 30px;
        bottom: 0;
        width: 320px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 21px;
    }

    .main-top__caption-column {
        padding: 18px 33px 25px 28px;
        border-radius: 15px;
        background: rgba(248, 246, 242, 0.60);
        backdrop-filter: blur(10.5px);
    }
}

@media screen and (max-width: 576px) {
    .main-top__caption-column {
        width: 321px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 61px;
    }

    .main-top__row {
        margin-top: 0;
    }

    .main-top__time-column {
        margin-bottom: 0;
        margin-top: 15px;
        background-color: rgba(0, 72, 98, 0.69);
        backdrop-filter: blur(39px);
    }
}

@media screen and (max-width: 900px) {
    .main-top__timer {
        width: 355px;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .main-top__timer {
        margin: 0 auto 10px;
    }
}

.main-top__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 15px;
    margin: 0 auto 21px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #F17300;
    border-radius: 9px;
}

.main-top__link:hover, .main-top__link:focus, .main-top__link:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1280px) {
    .main-top__link {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .main-top__link {
        margin-left: auto;
        margin-bottom: 1px;
        padding: 7px 17px;
        font-size: 18px;
    }
}

.main-top__route {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    margin-right: 7px;

    font-size: 27px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .main-top__route {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .main-top__route {
        order: 2;

        font-size: 18px;
        text-transform: initial;
    }
}

.main-top__route span {
    color: #fff81f;
}

.main-top__route img {
    margin: 0 15px 0 40px;
    display: block;
}

@media screen and (max-width: 576px) {
    .main-top__route img {
        margin: 0 8px;
        width: 60px;
    }
}

/*text-block*/

.text-block {
    display: flex;
    flex-direction: column;
    gap: 69px;
}

.text-block h3 {
    margin: 0 0 30px;

    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.15;
}

.text-block p {
    margin: 0;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.23;
}

.text-block strong {
    font-weight: 700;
}

.text-block__row  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.text-block__article--dj .text-block__column {
    padding-top: 74px;
    padding-right: 17px;
}

.text-block__article--dj p {
    font-size: 20px;
}

.text-block__article--europolis {
    padding-top: 72px;

    background-image: linear-gradient(to bottom, #F8F6F2, #F8F6F2 94.5%, rgba(255,255,255,0) 94.5%, rgba(255,255,255,0));
}

.text-block__article--europolis .text-block__column {
    padding: 54px 15px 32px 40px;
}

.text-block__article--baon .text-block__column {
    padding: 54px 15px 32px 30px;

    border-radius: 15px;
    background: #F8F6F2;
}

.text-block__article--dj .text-block__column {
    padding: 54px 62px 32px 65px;

    border-radius: 15px;
    background: #F8F6F2;
}


@media screen and (min-width: 901px) {
    .text-block__article--baon .text-block__row {
        grid-template-columns: 1fr 40px auto;
    }

    .text-block__article--baon .text-block__column {
        position: relative;

        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .text-block__article--baon img {
        grid-column: 2 / 4;
        grid-row: 1 / 2;
    }

    .text-block__article--dj .text-block__row {
        grid-template-columns: auto 40px 1fr;
    }

    .text-block__article--dj .text-block__column {
        position: relative;

        grid-column: 2 / 4;
        grid-row: 1 / 2;
    }

    .text-block__article--dj img {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
}

@media screen and (max-width: 900px) {
    .text-block {
        gap: 50px;
    }

    .text-block__row {
        grid-template-columns: 1fr;
        padding: 0 19px;
    }

    .text-block__row img {
        order: 2;
        justify-self: center;
    }

    .text-block__article--europolis .text-block__column {
        padding: 0 10px 29px 16px;
    }

    .text-block__article--baon .text-block__column {
        padding: 40px 19px 26px 17px;
    }

    .text-block__article--dj .text-block__column {
        padding: 40px 19px 16px 17px;
    }

    .text-block__article--dj img {
        order: -1;
    }

    .text-block h3 {
        margin-bottom: 17px;

        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.09em;
    }

    .text-block p {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 1.355;
    }
}

/*timer*/

.timer {
    color: #ffffff;
    padding: 27px 5px 25px;
}

@media screen and (max-width: 576px) {
    .timer {
        color: #ffffff;
        padding: 22px 5px 11px;
    }
}

.timer__caption {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
    .timer__caption {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .timer__caption {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .timer__caption {
        margin-bottom: 13px;
        font-size: 17px;
    }
}

.timer__clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.timer__value {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .timer__value {
        font-size: 40px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 576px) {
    .timer__value {
        font-size: 34px;
    }
}

.timer__word {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .timer__word {
        font-size: 13px;
    }
}

/*waiting*/

.waiting {
    margin: 101px 0 83px;

    text-align: center;
    font-size: 36px;
    font-weight: 400;
    font-family: "Unbounded", "Arial", sans-serif;
}

@media screen and (max-width: 576px) {
    .waiting {
        margin: 49px 0 46px;
        font-size: 30px;
    }
}

.gift {
    margin: 0 auto;
    padding: 77px 0 135px;
    max-width: 1142px;

    border-radius: 15px;
    border: 3px solid #232323;
}

@media screen and (max-width: 1150px) {
    .gift {
        position: relative;
        outline: none;
        border-right: none;
        border-left: none;
        max-width: 100%;
        padding-bottom: 113px;

        border-radius: 0;
    }
}

@media screen and (max-width: 900px) {
    .gift {
        padding-top: 54px;
        padding-bottom: 114px;
    }
}

.gift__caption {
    margin: 0 auto 117px;
    width: 700px;
    max-width: 100%;
    font-size: 62px;
    line-height: 1.15;
    font-weight: 400;
    font-family: "Unbounded", "Arial", sans-serif;
}

@media screen and (max-width: 1024px) {
    .gift__caption {
        font-size: 45px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .gift__caption {
        margin-bottom: 65px;
        font-size: 38px;
    }
}

@media screen and (max-width: 576px) {
    .gift__caption {
        font-size: 7.7vw;
        line-height: 1.12;
    }
}

.gift__caption span {
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.gift__caption-bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 2300px;

    transform: translate(-50%, 0);
}

.gift__caption-bg img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.gift__row {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-reset: section;
}

@media screen and (max-width: 900px) {
    .gift__row {
        display: block;
    }
}

.gift__column {
    position: relative;
    flex: 0 0 calc(100% / 3);
    max-width: 355px;
    padding: 0 10px;
}

@media screen and (max-width: 900px) {
    .gift__column {
        max-width: 100%;
        width: 400px;
        margin: 0 auto 53px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .gift__column.column-2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .gift__column:last-child {
        margin-bottom: 0;
    }
}

.gift__column::before {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: -66px;
    right: 109px;
    color: #FB544B;
    font-size: 208px;
    font-weight: 400;
    font-family: "Montserrat", "Arial", sans-serif;
    counter-increment: section;
    content: counter(section);
}

@media screen and (max-width: 1400px) {
    .gift__column::before {
        right: 206px;
    }
}

@media screen and (max-width: 1280px) {
    .gift__column::before {
        font-size: 200px;
    }
}

@media screen and (max-width: 900px) {
    .gift__column::before {
        right: auto;
        left: 12%;
        top: -23px;
        font-size: 112px;
    }
}

.gift__column.column-2::before {
    right: 102px;
}

@media screen and (max-width: 900px) {
    .gift__column.column-2::before {
        right: auto;
        left: 8%;
        top: -43px;
    }
}

.gift__column.column-3::before {
    right: auto;
    left: 39%;
    top: -65px;
}

@media screen and (max-width: 900px) {
    .gift__column.column-3::before {
        left: 8%;
        top: -15px;
    }
}

.gift__arrow {
    position: absolute;
    top: 41px;
    right: -50px;
}

@media screen and (max-width: 1280px) {
    .gift__arrow {
        right: 0px;
        width: 90px;
    }
}

@media screen and (max-width: 900px) {
    .gift__arrow {
        display: none;
    }
}

.gift__img {
    margin-bottom: 30px;
    min-height: 139px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .gift__img {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .gift__img {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 900px) {
    .gift__img {
        flex: 0 0 100px;
        margin-bottom: 0;
        min-height: 0;
    }
}

@media screen and (max-width: 389px) {
    .gift__img {
        flex: 0 0 80px;
    }
}

.gift__img img {
    position: relative;
}

@media screen and (max-width: 900px) {
    .gift__img img {
        height: 55px;
        width: auto;
    }
}

.column-1 .gift__img img {
    margin-right: 5%;
    bottom: 14px;
}

@media screen and (max-width: 900px) {
    .column-1 .gift__img img {
        margin-right: auto;
        margin-left: 30px;
        bottom: auto;
        top: 4%;
    }
}

.column-2 .gift__img img {
    margin-right: 12%;
    bottom: 9px;
}

@media screen and (max-width: 900px) {
    .column-2 .gift__img img {
        margin-right: auto;
        margin-left: 28%;
        height: 62px;
        bottom: auto;
    }
}

.column-3 .gift__img img {
    margin-left: -13%;
    bottom: 21px;
}

@media screen and (max-width: 1024px) {
    .column-3 .gift__img img {
        margin-left: 50px;
    }
}

@media screen and (max-width: 900px) {
    .column-3 .gift__img img {
        margin-bottom: -30px;
        margin-left: -13%;
        height: 50px;
    }
}

.gift__column-text {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.24;
    text-align: center;
}

.gift__column-text a {
    color: #1b452f;
}

.gift__column-text a:focus,
.gift__column-text a:hover {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .gift__column-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    .gift__column-text {
        flex: 1 0 auto;
        text-align: left;
        padding-left: 25px;
        font-size: 18px;
        line-height: 1.4;
    }
}

.gift__column-text span {
    display: block;
    text-align: center;
    font-weight: 600;
}

.gift__column-text strong {
    font-weight: 700;
}

.gift__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1240px;
}

.gift__list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 108px;

    font-size: 25px;
    line-height: 1.2;
}

.gift__list li span {
    font-style: italic;
}

@media screen and (max-width: 900px) {
    .gift__column-text span {
        text-align: left;
    }

    .gift__list li {
        padding-left: 35px;

        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .gift__list li {
        margin-bottom: 12px;
        padding-left: 15px;

        font-size: 12px;
        line-height: 1.24;
    }
}

.gift__list li > strong {
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 900px) {
    .gift__list li > strong {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .gift__list li > strong {
        font-size: 14px;
    }
}

.gift__list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 16px;

    display: block;
    width: 23px;
    height: 23px;

    border-radius: 50%;
    background-color: #fcd900;
}

@media screen and (max-width: 900px) {
    .gift__list li::before {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 576px) {
    .gift__list li::before {
        top: 4px;
        left: -1px;

        width: 8px;
        height: 8px;
    }
}

/*do*/

.do {
    position: relative;

    margin: -28px auto 80px;
    padding: 60px 28px 39px;
    width: 930px;
    max-width: 100%;

    border-radius: 15px;
    background: #F8F6F2;
}

.do__caption {
    margin: 0 0 8px;
    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 36px;
    text-align: center;
}

.do__top-text {
    margin: 0 0 64px;

    text-align: center;
    color: #232323;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

.do__row {
    max-width: 100%;
    width: 755px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15.5%;
    padding: 0 85px 39px;
    margin: 0 auto 37px;
    border-bottom: 2px solid rgba(35, 35, 35, 0.30);
}

.do__week {
    position: relative;

    margin: 0 0 18px;
    padding-left: 8px;

    color: #232323;
    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.do__week span:first-child {
    position: absolute;
    left: -30px;
    bottom: 0;
    z-index: 0;

    color: #FB544B;
    font-size: 45px;
    font-weight: 700;
}

.do__week span:last-child {
    position: relative;
    z-index: 1;
}

.do__column:first-child .do__week span:first-child {
    left: 0;
}

.do__date-top {
    margin-bottom: 17px;

    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.do__column-text {
    margin: 0 0 10px;

    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #232323;
}

.do__date-bottom {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.do__strong-text {
    margin: 0 auto 43px;
    width: 755px;
    max-width: 100%;

    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.do__strong-text > span > span {
    color: #F00;
}

.do__bottom-text {
    margin: 0 auto 8px;
    width: 760px;
    max-width: 100%;

    color: #232323;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.28;
    letter-spacing: -0.03em;
}

@media screen and (max-width: 1024px) {
    .do {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 900px) {
    .do__row {
        padding: 0 0 51px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 47px;
    }

    .do__column:first-child .do__week span:first-child {
        left: -30px;
    }
}

@media screen and (max-width: 576px) {
    .do {
        margin: -47px auto 52px;
        padding: 51px 13px 31px;
    }

    .do__row {
        position: relative;
        width: 139px;
        max-width: 100%;
        margin: 0 auto 37px;

        border-bottom: none;
    }

    .do__row::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);

        display: block;
        height: 3px;
        width: calc(100vw - 38px - 38px);

        background-color:  #CCCCCB;
    }

    .do__caption {
        margin-bottom: 21px;

        font-size: 30px;
    }

    .do__top-text {
        margin-bottom: 57px;
        font-size: 15px;
    }

    .do__week {
        padding-left: 0;
    }

    .do__week span:first-child {
        left: -13px;
    }

    .do__strong-text {
        margin: 0 0px 36px;
        color: #232323;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.35;
        text-align: center;
    }

    .do__strong-text > span {
        display: block;
        margin-top: 5px;
    }

    .do__bottom-text {
        font-size: 11px;
        line-height: 1.33;
    }
}

/*banner*/
.banner {
    position: relative;

    margin: 185px 0 195px;

    color: #ffffff;
}

.banner img {
    display: block;
}

.banner h2 {
    margin: 0 0 39px 31px;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 110px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #e1ae5d;
}

.banner p {
    position: absolute;
    bottom: 25px;
    right: 25px;
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff;
}

p.banner__bottom-text {
    margin: 90px 0 0;
    font-weight: 500;
    font-size: 19px;
}

@media screen and (max-width: 1280px) {
    .banner h2 {
        margin-left: 0;
        margin-right: 0;
        width: 68vw;
        font-size: 6vw;
    }

    .banner p {
        font-size: 2.2vw;
    }

    p.banner__bottom-text {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 576px) {
    .banner {
        margin-top: 66px;
        margin-bottom: 42px;
    }

    .banner h2 {
        width: 100%;
        font-size: 16vw;
        text-align: center;
        margin-top: 21px;
        margin-bottom: 18px;
    }

    .banner p {
        font-size: 2.5vw;
    }

    p.banner__bottom-text {
        font-size: 2vw;
        letter-spacing: 0.01em;
        text-transform: none;
    }
}

/*form-block*/

.form-block {
    margin-top: 107px;
    padding-top: 92px;
    padding-bottom: 95px;
    margin-bottom: 140px;

    background-image: url('../img/form-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-block__tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 49px;
    max-width: 750px;
    width: 100%;

    border: 2px solid #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
}

.form-block__tab button {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    width: 100%;

    color: #FFFFFF;
    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;

    border: none;
    background: none;
    transition: all ease-in 0.3s;
}
.form-block__tab button.active:hover,
.form-block__tab button:hover {
    cursor: pointer;

    color: #232323;
    background-color: rgba(255,255,255,0.5);
    transition: all ease-in 0.3s;
}

.form-block__tab button.active {
    color: #232323;

    background-color: #ffffff;
    transition: all ease-in 0.3s;
}

.form-block__row {
    position: relative;
}

.form-block__column {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    opacity: 0;
    transition: all ease-in 0.3s;
}

.form-block__column.active {
    pointer-events: initial;
    position: relative;

    width: 100%;

    opacity: 1;
    transition: all ease-in 0.3s;
}

.form-block__title {
    margin: 0 auto 43px;
    max-width: 880px;
    width: 100%;

    font-size: 36px;
    line-height: 1.22;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-family: "Unbounded", "Arial", sans-serif;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.10);
}

.form-block__item {
    margin: 0 20px;
}

.form-block__item-container {
    padding: 36px 55px 45px;

    background-color: #ffffff;
    border-radius: 15px;
}

.form-block__item-container .form-block__title {
    padding: 0 30px;
}

.form-block h3 {
    margin: 0 0 23px;

    font-family: "Unbounded", "Arial", sans-serif;
    color: #232323;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.form-block ul {
    margin: 0 0 21px;
    padding: 0;
    list-style: none;
    columns: 2;

    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.form-block__text {
    margin: 0 0 9px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.form-block__text a {
    color: #000;
    text-decoration: underline;
}

.form-block li {
    margin-bottom: 2px;
}

.form-block__slider {
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
}

.form-block__slider .slick-prev,
.form-block__slider .slick-next {
    cursor: pointer;
    z-index: 3;
    top: 25px;

    width: 22px;
    height: 54px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-block__slider .slick-prev::before,
.form-block__slider .slick-next::before {
    display: none;
}

.form-block__slider .slick-prev {
    left: 22px;
    background-image: url("../img/icon-left.svg");
}

.form-block__slider .slick-next {
    right: 22px;
    background-image: url("../img/icon-right.svg");
}

@media screen and (max-width: 1024px) {
    .form-block__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 900px) {
    .form-block {
        margin-top: 56px;
        margin-bottom: 83px;
        padding-top: 60px;
        padding-bottom: 56px;
        border-radius: 15px;
    }

    .form-block__title {
        margin-bottom: 35px;
        padding: 0 20px;
        line-height: 1.2;
    }

    .form-block__tab {
        margin-bottom: 63px;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 17px;
        border: none;
    }

    .form-block__tab button {
        border-radius: 10px;
        border: 2px solid #FFFFFF;
    }

    .form-block ul {
        columns: initial;
    }

    .form-block__title {
        margin-bottom: 45px;

        font-size: 30px;
    }

    .form-block__slider .slick-prev,
    .form-block__slider .slick-next {
        top: 20px;
    }

    .form-block__item-container {
        padding: 40px 15px;
    }

    .form-block h3 {
        margin-bottom: 30px;

        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .form-block__title {
        font-size: 30px;
    }
}

/*form*/
.form {
    --form-text-color: #000000;
    --form-text-weight: 300;
    --form-text-size: 16px;
    max-width: 752px;
    width: calc(100% - 34px);
    margin: 0 auto;
    color: var(--form-text-color);
    font-size: var(--form-text-size);
    font-weight: var(--form-text-weight);
}

@media screen and (max-width: 1024px) {
    .form {
        margin-top: 67px;
    }
}

@media screen and (max-width: 900px) {
    .form {
        margin-top: 29px;

        width: calc(100% - 40px);
    }
}

.form__caption {
    margin: 0 auto 75px;
    font-size: 57px;
    font-weight: var(--form-text-weight);
    line-height: 1;
    color: var(--form-text-color);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .form__caption {
        margin-bottom: 50px;
        font-size: 45px;
    }
}

@media screen and (max-width: 900px) {
    .form__caption {
        margin-bottom: 16px;
        font-size: 28px;
    }
}

.form__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5%;
    grid-row-gap: 26px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .form__row {
        grid-column-gap: 15px;
    }
}

@media screen and (max-width: 900px) {
    .form__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        /*width: 266px;*/
        margin: 0 auto;
    }
}

.form__row label,
.form__select {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 59px;
}

.form__two-column {
    grid-column: 1 / 3;
}

@media screen and (max-width: 900px) {
    .form__two-column {
        grid-column: 1 / 2;
    }

    .form__row label,
    .form__select {
        height: 53px;
    }

    .form__row > *:nth-child(odd) {
        order: 1 !important;
    }

    .form__row > *:nth-child(even) {
        order: 2 !important;
    }
}

.form__row input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    font-size: inherit;
    font-weight: var(--form-text-weight);
    line-height: 1;
    color: var(--form-text-color);
    /*border: 2px solid var(--form-text-color);*/
    border: none;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    -moz-appearance: textfield;
    border-radius: 10px;
}

@media screen and (max-width: 900px) {
    .form__row input {
        padding: 0 18px;
        font-size: 14px;
    }
}

.form__row input[type='file'] {
    width: 0;
    height: 0;
}

/*.form__row input::-webkit-input-placeholder,*/
/*.form__row input::-moz-placeholder,*/
/*.form__row input:-ms-input-placeholder,*/
/*.form__row input::-ms-input-placeholder,*/
.form__row input::placeholder {
    color: var(--form-text-color);
    font-weight: var(--form-text-weight);
    opacity: 1;
}

@media screen and (max-width: 900px) {
    /*.form__row input::-webkit-input-placeholder,*/
    /*.form__row input::-moz-placeholder,*/
    /*.form__row input:-ms-input-placeholder,*/
    /*.form__row input::-ms-input-placeholder,*/
    .form__row input::placeholder {
        font-size: 16px;
    }
}

.form__row input::-webkit-outer-spin-button, .form__row input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.form__checkbox-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px 15px;
    /*grid-column: 1 / 3;*/
    align-self: start;
    margin-top: 16px;
}

label.form__checkbox-label {
    width: auto;
    height: auto;
    align-self: start;
}

.form__checkbox:hover {
    cursor: pointer;
    opacity: 0.8;
}

.form__checkbox {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
}

.form__checkbox-label input:checked + .form__checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/icon-check.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.form__checkbox-text {
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
}

.form__checkbox-text a {
    text-decoration: underline;
    color: #ffffff;
    white-space: nowrap;
}

@media screen and (max-width: 900px) {
    .form__checkbox-row {
        gap: 11px 14px;
    }

    .form__checkbox-text {
        font-size: 15px;
        line-height: 1.35;
    }
    .form__row > *:nth-child(odd).form__checkbox-row {
        padding-top: 12px;
        grid-column: 1 / 2;
        order: 2 !important;
    }
}

@media screen and (max-width: 389px) {
    .form__checkbox-text {
        font-size: 12px;
    }
}

.form__label-file {
    padding: 17px;
    font-size: var(--form-text-size);
    font-weight: var(--form-text-weight);
    line-height: 1;
    color: var(--form-text-color);
    /*border: 2px solid var(--form-text-color);*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.form__label-file:hover, .form__label-file:focus, .form__label-file:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 900px) {
    .form__label-file {
        order: 2;
        font-size: 16px;
        padding: 10px 16px;
    }
}

.form__select select {
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    visibility: hidden;
}

.form__placeholder {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 10px 14px;
    display: block;
    font-weight: var(--form-text-weight);
    font-size: var(--form-text-size);
    line-height: 1.1;
    color: var(--form-text-color);
}

@media screen and (max-width: 900px) {
    .form__placeholder {
        padding: 10px 16px;
        font-size: 16px;
    }
}

.form__placeholder.inactive {
    display: none;
}

.form__row input:focus + .form__placeholder {
    display: none;
}

.form__submit {
    border: none;
    outline: none;
    padding: 21px 13px;
    width: 100%;
    display: block;
    margin: 0px auto 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #FB544B;
    border-radius: 10px;
    align-self: center;
    font-family: "Unbounded", "Arial", sans-serif;
}

.form__submit:hover, .form__submit:focus, .form__submit:active {
    cursor: pointer;
    opacity: 0.6;
}

@media screen and (max-width: 900px) {
    .form__submit {
        font-size: 22px;
    }

    .form .form__submit {
        margin-top: 18px;
        max-width: 100%;
        width: 350px;
        order: 4 !important;
        padding: 19px 13px;
        font-size: 16px;
    }
}

@media screen and (max-width: 389px) {
    .form .form__submit {
        width: 270px;
        padding: 19px 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .form__select {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.form__bottom-text {
    grid-column: 2 / 3;
    margin: 0;

    color: #ffffff;
    font-size: 13px;
    text-align: left;
}

@media screen and (max-width: 900px) {
    .form .form__bottom-text {
        order: 4 !important;
        font-size: 14px;
        line-height: 1.2;
    }
}


.ui-widget-header .ui-icon {
    background-image: url('../img/ui-icons_444444_256x240.png');
}

/*# sourceMappingURL=style.css.map */

/*result*/

.result {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -250%);
    width: calc(100% - 40px);
    max-width: 806px;
    max-height: 100vh;
    overflow-y: auto;
    margin: 0 auto 15px;
    padding: 0 20px;

    text-align: center;
    font-size: 24px;
    line-height: 1.2;

    background-color: #ffffff;
    transition: transform 0.5s ease-in;
    transform-origin: 0 0;
}

.result.active {
    transform: translate(-50%, -50%);
    transition: transform 0.5s ease-in;
    transform-origin: 0 0;
}

.result--error {
    color: #FF0000;
}

.result--success {
    padding: 77px 160px;
}

.result__ttile-block {
    margin-bottom: 46px;
    padding: 53px 56px 36px;

    border-radius: 15px;
    border: 2px solid #232323;
}

.result__top-text {
    margin: 0;

    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;

    color: #232323;

    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
}

.result__text {
    margin: 0 0 20px;

    color: #232323;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.result__text strong {
    font-weight: 600;
}

.result .title {
    margin: 0;
    margin-bottom: 28px;

    line-height: 1.2;
    color: #232323;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

.result .title strong {
    display: block;

    font-family: "Unbounded", "Arial", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.result__close {
    position: absolute;
    top: 23px;
    right: 23px;

    display: block;

    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
}

.result__close svg{
    display: block;
}

@media screen and (max-width: 768px) {
    .result {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 20px;
    }

    .result__ttile-block {
        padding: 39px 11px 36px;
    }

    .result .title {
        margin-bottom: 15px;

        font-size: 16px;
    }

    .result .title strong {
        font-size: 35px;
    }

    .result__top-text {
        font-size: 14px;
    }

    .result__top-text svg {
        display: block;
        width: 51px;
        height: 51px;
    }

    .result__ttile-block {
        margin-bottom: 35px;
    }

    .result__text{
        font-size: 16px;
    }
}

/*gallery*/
.gallery-caption {
    color: #232323;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.gallery-logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;

    width: 310px;
    max-width: 100%;
}

.gallery-logo img:not(.cake) {
    display: block;
    width: 100%;
}

.gallery-logo .cake {
    position: absolute;
    top: -1087%;
    left: -320%;
    max-width: none;
}

@media screen and (max-width: 1024px) {
    .gallery-logo .cake {
        display: none;
    }
}

.gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 19px;
    margin: 41px auto 97px;
    width: 1180px;
    max-width: 100vw;
    padding: 0 20px;
}



@media screen and (max-width: 1700px) {
    .gallery {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .gallery {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    .gallery {
        padding: 0 10px;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (max-width: 576px) {
    .gallery-caption {
        display: none;
        font-size: 4vw;
    }

    .gallery {
        margin-top: 19px;
        margin-bottom: 81px;
        grid-template-columns: 1fr;
        grid-gap: 0;

        display: block;
    }

    .gallery a {
        margin: 0 10px;
        /*height: 300px;*/
        /*width: 300px;*/
        /*display: block;*/
        /*margin-bottom: 27px;*/
    }

    .gallery__img {
        display: block;
    }

    .gallery-logo {
        margin-bottom: 28px;
        width: 235px;
    }
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/*partner*/

.partner {
    margin: 0 auto;
}

.partner__caption {
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.partner__caption a,
.partner__caption img {
    display: block;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    width: 311px;
    height: 77px;
}

@media screen and (max-width: 900px) {
    .partner__caption img {
        width: 280px;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .partner__caption a,
    .partner__caption img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }
}

@media screen and (max-width: 576px) {
    .partner__caption {
        margin-bottom: 86px;
    }

    .partner__caption img {
        width: 209px;
        height: 51px;
        margin-top: 18px;
    }
}

.partner__row {
    position: relative;
    margin: 0 auto 45px;
    padding: 36px 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5.5%;
    flex-wrap: wrap;
    background-color: #ffffff;
    max-width: 1052px;
    width: 100%;
    row-gap: 51px;
}

.partner__row::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    display: block;
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
}

.partner__img {
    display: block;
    margin: 0 9px 20px;
}

.partner__img svg,
.partner__img img {
    display: block;
}

@media screen and (max-width: 576px) {
    .partner__caption {
        font-size: 15px;
    }

    .partner__img {
        order: 1;
        margin: 0 8px 30px;
        max-width: 36%;
    }

    .partner__img:nth-child(10) {
        order: 2;
    }

    .partner__img:nth-child(6) {
        order: 3;
    }

    .partner__img:nth-child(8) {
        order: 4;
    }

    .partner__img:nth-child(9) {
        order: 5;
    }

    .partner__img:nth-child(7) {
        order: 6;
    }

    .partner__img:nth-child(5) {
        order: 7;
    }
}

/*general*/

.general {
    margin-bottom: 100px;
}

.general__caption {
    margin: 0;
    margin-bottom: 60px;

    font-size: 27px;
    text-align: center;
    font-weight: 400;
}

.general__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .general__row {
        display: block;
    }
}

.general__column {
    flex: 0 0 calc(50% - 50px);

    font-size: 18px;
    line-height: 1.15;
    font-weight: 400;
}

.general__column {
    margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
    .general__column {
        font-size: 16px;
    }
}

.general__column p {
    margin: 0 0 23px 0;
}

.general__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.general__link {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .general__link {
        margin-bottom: 20px;
    }
}

.general__link img {
    display: block;
}

@media screen and (max-width: 1400px) {
    .general__container {
        padding: 0 20px;
    }
}

/*general-partner*/

.general-partner__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 7%;
    row-gap: 55px;
    margin-bottom: 93px;
}

.general-partner__row a {
    display: block;
}

.general-partner__caption {
    margin: 0 0 68px;
    padding-top: 32px;
    padding-bottom: 30px;

    font-size: 24px;
    text-align: center;

    color: #89963f;
    border-top: 3px solid #89963f;
    border-bottom: 3px solid #89963f;
}

.general-partner__img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .general-partner__caption {
        margin: 0 0 45px;
        padding-top: 19px;
        padding-bottom: 16px;
        font-size: 14px;
    }

    .general-partner__row a {
        flex: 0 0 39%;
    }

    .general-partner__row {
        row-gap: 33px;
        margin-bottom: 52px;
    }

    .general-partner__img {
        width: 32%;
    }
}

/*rest-list*/

.rest-list {
    margin: 165px auto 82px;
    border-bottom: 3px solid #89963f;
    max-width: 1750px;
    width: 100%;
    padding-bottom: 127px;
}

.rest-list__row {
    display: grid;
    align-items: center;
    max-width: fit-content;
    width: 100%;
}

.rest-list__column p {
    margin: 0;

    font-size: 19px;
    line-height: 1.5;
    text-align: justify;
}

.rest-list__row:nth-child(odd) {
    margin-left: auto;
    gap: 40px;
    grid-template-columns: auto 540px;
}

.rest-list__row:nth-child(even) {
    gap: 62px;
    grid-template-columns: 540px auto;
}

.rest-list__row:nth-child(odd) .rest-list__column p {
    text-align-last: right;
}

.rest-list__row img {
    flex: 0 0 auto;
    max-width: none;
}

.rest-list__container {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .rest-list__row img {
        justify-self: center;
    }

    .rest-list__row:nth-child(odd) {
        grid-template-columns: 1fr;
    }

    .rest-list__row:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .rest-list__row:nth-child(even) img {
        order: -1;
    }

    .rest-list__row:nth-child(odd) .rest-list__column p {
        text-align-last: left;
    }
}

@media screen and (max-width: 576px) {
    .rest-list {
        margin-top: 60px;
        margin-bottom: 42px;
        padding-bottom: 26px;
    }

    .rest-list__row {
        margin-bottom: 25px;
    }

    .rest-list__row img {
        max-width: 43%;
    }

    .rest-list__row:nth-child(odd) {
        gap: 20px;
    }

    .rest-list__row:nth-child(even) {
        gap: 20px;
    }

    .rest-list__column p {
        padding: 0 37px;
        font-size: 11px;
        line-height: 1.15;
    }
}

/*finish-action*/

.finish-action {
    margin: 201px 0 157px;
}

.finish-action h2 {
    margin: 0 0 40px;
    padding: 7vw 0 8vw;

    font-size: 86px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;

    background-image: url('../img/finish-action-desktop.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.finish-action span {
    display: block;
}

.finish-action p {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 2300px) {
    .finish-action h2 {
        padding: 124px 0 135px;
    }
}

@media screen and (max-width: 1024px) {
    .finish-action h2 {
        padding: 50px 75vw 68px 0;
        font-size: 55px;
    }
}

@media screen and (max-width: 576px) {
    .finish-action {
        margin-bottom: 95px;
    }

    .finish-action h2 {
        padding: 38px 28vw 148px 9px;
        font-size: 61px;

        background-image: url('../img/finish-action-mobile.png');
    }

    .finish-action p {
        font-size: 20px;
    }
}