@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: none;
    border: none;
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.air-datepicker-cell.-focus- {
    background: var(--adp-background-color-hover);
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
    display: none;
}

.air-datepicker-body--day-names {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--adp-day-cell-width) [7];
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.air-datepicker-body--cells {
    display: -ms-grid;
    display: grid;
}

.air-datepicker-body--cells.-days- {
    -ms-grid-columns: var(--adp-day-cell-width) [7];
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
    display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden;
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px;
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px;
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none;
}

.air-datepicker-buttons {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.air-datepicker-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none;
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.air-datepicker-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
    border-top: none;
}

.air-datepicker-time--current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1;
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.air-datepicker-time--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px;
}

.air-datepicker-time--row input[type="range"] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-ms-tooltip {
    display: none;
}

.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:focus {
    outline: none;
}

.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.air-datepicker-time--row input[type="range"]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.air-datepicker-time--row input[type="range"]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
    background: transparent;
}

.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: 0.3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
    --adp-overlay-transition-duration: 0.3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 100;
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: max-content [4];
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0;
}

.air-datepicker.-from-top- {
    -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
    transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
    -webkit-transform: translateX(var(--adp-transition-offset));
    transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
    -webkit-transform: translateY(var(--adp-transition-offset));
    transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
    -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
    transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
    transition: none;
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none;
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none;
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
    transition: none;
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0;
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1;
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
    grid-area: nav;
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
    display: none;
}

.air-datepicker--time {
    grid-area: timepicker;
}

.air-datepicker--buttons {
    grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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("../../assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.green-audio-player {
    width: 400px;
    min-width: 300px;
    height: 56px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
}

.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .download:hover,
.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover {
    outline: 1px dotted #999;
}

.green-audio-player img,
.green-audio-player svg {
    display: block;
}

.green-audio-player .holder {
    position: relative;
}

.green-audio-player .holder .loading .loading__spinner {
    position: absolute;
    left: -3px;
    bottom: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #b0b0b0;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite;
}

.green-audio-player .holder .play-pause-btn {
    visibility: hidden;
    cursor: pointer;
    outline: none;
}

.green-audio-player .holder .play-pause-btn:focus {
    outline: none;
}

.green-audio-player .slider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative;
}

.green-audio-player .slider .gap-progress {
    background-color: #44bfa3;
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #44bfa3;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.green-audio-player .slider .gap-progress .pin:after {
    content: "";
    display: block;
    background: transparent;
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
}

.green-audio-player .controls {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    outline: none;
}

.green-audio-player .controls .controls__slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px;
}

.green-audio-player .controls .controls__slider .controls__progress {
    width: 0;
    height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
    right: -8px;
    top: -6px;
}

.green-audio-player .controls span {
    cursor: default;
}

.green-audio-player .controls:focus {
    outline: none;
}

.green-audio-player .volume {
    position: relative;
}

.green-audio-player .volume .volume__button {
    cursor: pointer;
    outline: none;
}

.green-audio-player .volume .volume__button:focus {
    outline: none;
}

.green-audio-player .volume .volume__button.open path {
    fill: #44bfa3;
}

.green-audio-player .volume .volume__controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    outline: none;
}

.green-audio-player .volume .volume__controls .volume__slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
    bottom: 0;
    height: 100%;
    width: 6px;
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
    left: -5px;
    top: -8px;
}

.green-audio-player .volume .volume__controls:focus {
    outline: none;
}

.green-audio-player .volume .volume__controls.hidden {
    display: none;
}

.green-audio-player .volume .volume__controls.top {
    bottom: 52px;
    left: -3px;
}

.green-audio-player .volume .volume__controls.middle {
    bottom: -54px;
    left: 54px;
}

.green-audio-player .volume .volume__controls.bottom {
    bottom: -164px;
    left: -3px;
}

.green-audio-player .download {
    display: none;
    margin-left: 16px;
    cursor: pointer;
    outline: none;
}

.green-audio-player .download:focus,
.green-audio-player:focus {
    outline: none;
}

.message__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

@font-face {
    font-family: 'OpiumNewC';
    src: url("../fonts/OpiumNewC.woff2") format("woff2");
    src: url("../fonts/OpiumNewC.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    src: url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
    src: url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
    src: url("../fonts/Gilroy-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

html,
body {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background-color: #FBF8ED !important;
    color: #3C4146;
    height: 100%;
}

body.no-scroll {
    overflow: hidden !important;
    padding-right: 16px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.mark {
    color: #BE6E5A;
}

/* Layout */
.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.row {
    --bs-gutter-x: 15px;
}

.container,
.tab-content {
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (min-width: 575px) {
    .tab-content {
        max-width: 540px;
    }
}

@media all and (min-width: 767px) {
    .tab-content {
        max-width: 720px;
    }
}

@media all and (min-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .tab-content {
        max-width: 900px;
    }
}

@media all and (min-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .tab-content {
        max-width: 1140px;
    }
}

@media all and (min-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .tab-content {
        max-width: 1244px;
    }

    .row {
        --bs-gutter-x: 20px;
    }
}

.header-bg {
    min-height: 98px;
    background-color: #C0725C;
}

@media screen and (max-width: 767px) {
    .header-bg {
        min-height: 70px;
    }
}

.header__inner {
    padding-top: 20px;
}

.header--dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0) 100%);
}

@media all and (max-width: 575px) {
    .header__inner {
        padding-top: 15px;
    }
}

.logo {
    max-width: 165px;
}

.logo img {
    width: 100%;
}

@media all and (max-width: 575px) {
    .logo {
        max-width: 120px;
    }

    .logo img {
        width: 100%;
    }
}

.menu-nav li,
.nav__item {
    position: relative;
    padding-bottom: 10px;
}

li .sub-menu,
.nav__item .sub-menu {
    position: absolute;
    z-index: 99;
    left: 0%;
    top: 29px;
    display: none;
}

li .sub-menu>ul,
.nav__item .sub-menu>ul {
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(94, 94, 94, 0.30);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
    width: max-content;
    border-top: 2px solid #DC957D;
}

.subsub-menu {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    padding-left: calc(100% + 20px);
}

.subsub-menu ul {
    padding: 20px;
    border-left: 2px solid #DC957D;
    background: rgba(94, 94, 94, 0.30);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
    width: max-content;
    max-width: 300px;
}

.sub-parent:hover .subsub-menu {
    display: block;
}

.nav__item li {
    position: relative;
}

.menu-nav li .sub-menu {
    left: 18%;
    top: 43px;
    background: rgb(218 144 119 / 82%);
}

.menu-nav li:hover .sub-menu,
.nav__item:hover .sub-menu {
    display: block;
}

.nav__item:hover>a {
    border-bottom: 2px solid #FBF8ED;
}

.sub-menu li a,
.sub-menu li a:hover {
    color: #fff;
    font-size: 16px
}

.sub-menu li a:hover {
    text-decoration: underline;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 9px;
}

.nav__link {
    color: #F5F0DC;
}

.nav__link:hover {
    color: #F5F0DC;
}

.nav__item:last-child {
    max-width: 265px;
    padding-left: 12px;
    cursor: default;
}

.nav--dark .nav__link {
    color: #3C4D55;
}

@media all and (max-width: 1199px) {
    .nav__item:not(:last-child) {
        display: none;
    }

    .nav__item:last-child {
        margin-left: auto;
    }
}

@media all and (max-width: 767px) {
    .nav {
        display: none;
    }

    .nav__item:last-child {
        display: none;
    }
}

.burger {
    width: 30px;
    height: 20px;
    background: url("./images/icons/burger.svg") center center no-repeat;
    margin-left: auto;
    margin-top: 14px;
    cursor: pointer;
}

.burger--dark {
    background: url("./images/icons/burger-dark.svg") center center no-repeat;
}

@media all and (max-width: 767px) {
    .burger {
        margin-top: 0;
    }
}

.footer {
    background: #DA9077;
    color: #FBF8ED;
    padding: 38px 0 107px;
}

.footer__menu {
    display: -ms-flexbox;
    display: flex;
}

.footer__info {
    max-width: 280px;
    padding-top: 8px;
}

.footer__socials {
    margin-top: 18px;
}

.footer-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.footer-nav__item {
    display: block;
    padding: 6px 0;
    color: #FBF8ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.footer-nav__item:hover {
    color: #FBF8ED;
}

@media all and (max-width: 1199px) {
    .footer {
        padding-top: 23px;
    }

    .footer__menu {
        margin-top: 18px;
    }
}

@media all and (max-width: 767px) {
    .footer {
        padding-bottom: 50px;
    }

    .footer__menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .logo {
        max-width: 165px;
    }

    .footer-nav {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* Components */
a {
    text-decoration: none;
}

a:hover {
    color: #DA9077;
    transition: color 0.3s ease;
}

.title-h1,
.title-h3,
.title-h4,
.title-h5,
.title-h6,
.title-h7 {
    font-family: 'OpiumNewC', 'Arial', sans-serif;
}

.title-h1 {
    font-size: 60px;
    line-height: 1;
}

.title-h3 {
    font-size: 48px;
    line-height: 1.2;
}

.title-h4 {
    font-size: 36px;
    line-height: 1;
}

.title-h5 {
    font-size: 30px;
    line-height: 1;
}

.title-h6 {
    font-size: 18px;
    line-height: 1.23;
}

.title-h7 {
    font-size: 24px;
    line-height: 1;
}

.subtitle-1 {
    font-size: 30px;
    line-height: 1;
}

.subtitle-2 {
    font-size: 24px;
    line-height: 1.17;
}

.body-1 {
    font-size: 20px;
    line-height: 1.25;
}

.body-1 a {
    color: #BE6E5A;
}

.body-1 a:hover {
    color: #3C4146;
}

.body-2 {
    font-size: 18px;
    line-height: 1.34;
}

.body-3 {
    font-size: 16px;
    line-height: 1.25;
}

.caption-text {
    font-size: 14px;
    line-height: 1.43;
}

.link {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.17;
    color: #3C4146;
    text-decoration: none;
    border-bottom: 1px solid #3C4146;
    transition: border-bottom-color 0.3s ease;
}

.link:hover {
    color: #3C4146;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease;
}

@media all and (max-width: 1199px) {
    .title-h1 {
        font-size: 48px;
    }

    .title-h3 {
        font-size: 36px;
    }

    .title-h5,
    .subtitle-1 {
        font-size: 24px;
    }

    .subtitle-2 {
        font-size: 18px;
    }

    .body-2 {
        font-size: 16px;
        line-height: 1.25;
    }
}

@media all and (max-width: 575px) {
    .title-h1 {
        font-size: 30px;
    }

    .title-h4,
    .title-h3 {
        font-size: 24px;
    }

    .subtitle-1 {
        font-size: 20px;
    }

    .title-h5 {
        font-size: 18px;
    }

    .body-1,
    .subtitle-2 {
        font-size: 16px;
        line-height: 1.25;
    }
}

.title-decor {
    display: inline-block;
    position: relative;
}

.title-decor::after {
    content: '';
    display: block;
    width: calc(100% + 120px);
    height: 20px;
    background: url("../images/decor.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (max-width: 1199px) {
    .title-decor::after {
        height: 16px;
        bottom: -25px;
    }
}

@media all and (max-width: 767px) {
    .title-decor::after {
        width: calc(100% + 50px);
    }
}

@media all and (max-width: 575px) {
    .title-decor::after {
        width: 250px;
        height: 10px;
        bottom: -20px;
    }
}

.title-decor--short::after {
    width: calc(100% - 120px);
}

@media all and (max-width: 1199px) {
    .title-decor--short::after {
        width: 100%;
    }
}

@media all and (max-width: 575px) {
    .title-decor--short::after {
        width: 250px;
    }
}

.title-decor--modal::after {
    width: 470px;
}

@media all and (max-width: 767px) {
    .title-decor--modal::after {
        width: 290px;
    }
}

@media all and (max-width: 575px) {
    .title-decor--modal::after {
        width: 250px;
    }
}

.title-decor--facts::after {
    width: 290px;
    height: 10px;
    bottom: -25px;
}

@media all and (max-width: 1199px) {
    .title-decor--facts::after {
        width: 220px;
        bottom: -20px;
    }
}

.title-decor--100w::after {
    width: 100%;
}

@media all and (max-width: 575px) {
    .title-decor--100w::after {
        width: 250px;
    }
}

.title-decor--left::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
}

@media all and (max-width: 575px) {
    .title-decor--left::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.title-decor--right::after {
    left: unset;
    right: 0;
    -webkit-transform: none;
    transform: none;
}

@media all and (max-width: 575px) {
    .title-decor--right::after {
        left: 50%;
        right: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-card-5sm {
    --row: 5;
    -webkit-line-clamp: var(--row);
}

@media all and (max-width: 1199px) {
    .truncate-card-5sm {
        --row: 4;
    }
}

@media all and (max-width: 575px) {
    .truncate-card-5sm {
        --row: 7;
    }
}

.truncate-card-4 {
    --row: 4;
    -webkit-line-clamp: var(--row);
}

@media all and (max-width: 1199px) {
    .truncate-card-4 {
        --row: 6;
    }
}

@media all and (max-width: 575px) {
    .truncate-card-4 {
        --row: unset;
    }
}

.truncate-card-5 {
    --row: 5;
    -webkit-line-clamp: var(--row);
}

@media all and (max-width: 1199px) {
    .truncate-card-5 {
        --row: 6;
    }
}

@media all and (max-width: 575px) {
    .truncate-card-5 {
        --row: unset;
    }
}

.truncate-3 {
    -webkit-line-clamp: 3;
}

.menu {
    background: #DA9077;
    width: 100%;
    height: 100vh;
    padding: 24px 0;
    position: relative;
}

.menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 530px;
    background: url("./images/menu-bg.png") center bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu__content {
    position: relative;
    z-index: 1;
}

.menu__header {
    margin-bottom: 80px;
}

.menu__socials {
    padding: 22px 0;
}

.menu-nav__item:hover {
    color: #FBF8ED;
}

.menu-nav__item {
    display: block;
    padding: 12px 0;
    color: #F0EAD4;
    break-inside: avoid-column;
}

.menu-nav__item:hover {
    color: #FBF8ED;
}

@media all and (max-width: 1199px) {
    .menu {
        max-height: 660px;
    }

    .menu::after {
        height: 370px;
    }

    .menu__socials {
        padding: 9px 0;
    }

    .menu-nav__item {
        padding: 9px 0;
    }
}

@media all and (max-width: 1199px) {
    .menu {
        max-height: 660px;
    }

    .menu::after {
        height: 370px;
    }

    .menu__socials {
        padding: 9px 0;
    }

    .menu-nav__item {
        padding: 9px 0;
    }
}

@media all and (max-width: 575px) {
    .menu {
        max-height: 100%;
    }

    .menu::after {
        height: 210px;
    }

    .menu__header {
        margin-bottom: 48px;
    }
}

.decor {
    position: relative;
}

.decor::after {
    content: '';
    display: block;
    width: 650px;
    height: 20px;
    background: url("../images/decor.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.decor--before::before {
    content: '';
    display: block;
    width: 650px;
    height: 20px;
    background: url("../images/decor.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media all and (max-width: 1199px) {

    .decor::after,
    .decor--before::before {
        width: 440px;
        height: 16px;
    }

    .decor::after {
        bottom: -26px;
    }

    .decor--before::before {
        top: -28px;
    }
}

@media all and (max-width: 575px) {

    .decor::after,
    .decor--before::before {
        width: 275px;
        height: 10px;
    }

    .decor::after {
        bottom: -16px;
    }

    .decor--before::before {
        display: none;
    }
}

.screen {
    height: 500px;
    margin-top: -150px;
}

.screen--mainpage {
    height: 700px;
    background: url("../images/mainpage/screen.jpg") center center no-repeat;
    background-size: cover;
}

.screen--tourist-complex {
    background: url("../images/tourist/screen-tourist.jpg") center center no-repeat;
    background-size: cover;
}

.screen--restaurant {
    background: url("../images/restaurant/screen-rest.jpg") center center no-repeat;
    background-size: cover;
}

.screen--vinery {
    background: url("../images/vinery/screen-vinery.jpg") center center no-repeat;
    background-size: cover;
}

.screen--collection-list {
    background: url("../images/collection-list/screen-collectionlist.jpg") center center no-repeat;
    background-size: cover;
}

.screen--platform {
    background: url("../images/platform/screen-platform.jpg") center center no-repeat;
    background-size: cover;
}

.screen--platform-detail {
    background: url("../images/platform/screen-platform-detail.jpg") center center no-repeat;
    background-size: cover;
}

.screen--vacancy {
    background: url("../images/vacancy/screen-vacancy.jpg") center center no-repeat;
    background-size: cover;
}

.screen--event-detail {
    background: url("../images/event/screen-event2.jpg") center center no-repeat;
    background-size: cover;
}

.screen--photosession-list {
    background: url("../images/photosession/screen-photo.jpg") center center no-repeat;
    background-size: cover;
}

.screen--photosession-detail {
    background: url("../images/photosession/screen-photo2.jpg") center center no-repeat;
    background-size: cover;
}

.screen--degustation-list {
    background: url("../images/degustation/screen-degust.jpg") center center no-repeat;
    background-size: cover;
}

.screen--degustation-detail {
    background: url("../images/degustation/screen-degust2.jpg") center center no-repeat;
    background-size: cover;
}

.screen--excursion-list {
    background: url("../images/excursion/screen-excursion.jpg") center center no-repeat;
    background-size: cover;
}

.screen--excursion-detail {
    background: url("../images/excursion/screen-excursion2.jpg") center center no-repeat;
    background-size: cover;
}

.screen--events {
    background: url("../images/events/screen-events.jpg") center center no-repeat;
    background-size: cover;
}

.screen--menu-page {
    background: url("../images/menu/screen-menu.jpg") center center no-repeat;
    background-size: cover;
}

.screen--vine {
    background: url("../images/vine/screen-vine.jpg") center center no-repeat;
    background-size: cover;
}

.screen--contacts {
    background: url("../images/contacts/contacts-screen.jpg") center center no-repeat;
    background-size: cover;
}

.screen--team {
    background: url("../images/team/screen-team.jpg") center center no-repeat;
    background-size: cover;
}

@media all and (max-width: 1199px) {
    .screen {
        height: 400px;
    }

    .screen--mainpage {
        height: 400px;
    }
}

@media all and (max-width: 575px) {
    .screen {
        height: 190px;
    }

    .screen--mainpage {
        height: 190px;
    }
}

.button {
    display: inline-block;
    max-width: 255px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    border: none;
    outline: none;
    padding: 21px 0;
    transition: background-color 0.3s ease;
    text-align: center;
}

.button:hover {
    transition: background-color 0.3s ease;
}

.button-main {
    background: #DA9077;
    color: #FBF8ED;
}

.button-main:hover,
.button-main:active {
    color: #FBF8ED;
    background: #C1836D;
}

.button-main:active {
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.button-main[disabled] {
    background: #EBB5A1;
}

.button-light {
    background: #F5F0DC;
    color: #3C4146;
}

.button-light:hover,
.button-light:active {
    color: #3C4146;
    background: #F0EAD4;
}

.button-light:active {
    box-shadow: inset 0px 2px 4px rgba(178, 121, 101, 0.5);
}

.button-light[disabled] {
    color: #C8C8C8;
    background: #F5F0DC;
}

.button-bordered {
    padding: 19px 0;
    border: 2px solid #BE6E5A;
    background: #FBF8ED;
    color: #BE6E5A;
}

.button-bordered:hover,
.button-bordered:active {
    color: #BE6E5A;
    background: #F0EAD4;
}

.button-bordered:active {
    box-shadow: inset 0px 2px 4px rgba(178, 121, 101, 0.5);
}

.button-show-more {
    border: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid #3C4146;
}

.button-show-more:hover {
    border-bottom: 1px solid transparent;
}

@media all and (max-width: 575px) {
    .button {
        padding: 17px 0;
        max-width: 100%;
    }

    .button-bordered {
        padding: 15px 0;
    }
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form-row {
    margin-bottom: 28px;
}

.form-content.hide {
    display: none;
}

.form-message {
    padding: 8px 0 12px;
    display: none;
}

.form-message--sm {
    padding: 40px 0;
}

.form-message.active {
    display: block;
}

.form-message__title {
    margin-bottom: 56px;
}

.form-message__error p:first-child {
    margin-bottom: 32px;
}

.form-item {
    display: block;
    position: relative;
}

.form-item--datepicker::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icons/calendar.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 14px;
}

.form-item--datepicker input {
    cursor: pointer;
}

.form-item--time::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icons/clock.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-item--file {
    max-width: 280px;
    border: 1px solid #C8C8C8;
    font-size: 14px;
    line-height: 1.43;
    padding: 19px 0 19px 47px;
    cursor: pointer;
}

.form-item--file::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icons/file.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-item--checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.form-item--checkbox+.alert {
    bottom: 20px;
}

.form-item--search::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/icons/search.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-item__input,
.form-item__textarea {
    outline: none;
    width: 100%;
    padding: 14px 17px;
    background: transparent;
    border: 1px solid #DA9077;
    transition: box-shadow .3s ease;
}

.form-item__input--file,
.form-item__input--checkbox {
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-item__input--checkbox:checked+.form-item__checkbox {
    background: url("../images/icons/check.svg") center center no-repeat;
}

.form-item__input--search {
    font-size: 18px;
    line-height: 1.35;
    color: #BE6E5A;
    padding: 12px 17px;
}

.form-item__input--search::-webkit-input-placeholder {
    color: #BE6E5A;
}

.form-item__input--search:-moz-placeholder {
    color: #BE6E5A;
}

.form-item__input--search::-moz-placeholder {
    color: #BE6E5A;
}

.form-item__input--search:-ms-input-placeholder {
    color: #BE6E5A;
}

.form-item__textarea {
    min-height: 80px;
}

.form-item__name {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.form-item__name--checkbox {
    font-size: 18px;
    line-height: 1.1;
}

.form-item__name.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.form-item__input:focus+.form-item__name:not(.hide),
.form-item__textarea:focus+.form-item__name:not(.hide),
.js-changed.changed+.form-item__name:not(.hide) {
    font-size: 14px;
    -webkit-transform: translate(-15px, -35px);
    transform: translate(-15px, -35px);
    transition: all 0.3s ease;
}

.form-item__checkbox {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #DA9077;
    margin-right: 12px;
}

.field {
    position: relative;
}

.alert {
    position: absolute !important;
    bottom: 50px;
    left: 1px;
    color: #D40035 !important;
    font-size: 14px;
    line-height: 1;
    padding: 0 !important;
    margin: 0;
}

.form-policy__text {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 16px;
}

.form-policy__link {
    color: #BE6E5A;
    border-bottom: 1px solid #BE6E5A;
}

.form-policy__link:hover {
    color: #BE6E5A;
    border-bottom-color: transparent;
    transition: border-bottom-color 0.3s ease;
}

.form-sm__item {
    display: block;
    margin-bottom: 24px;
}

.form-sm__input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 0;
    color: #F5F0DC;
    font-size: 14px;
    line-height: 1.45;
    border-bottom: 1px solid #F5F0DC;
}

.form-sm__input::-webkit-input-placeholder {
    color: #F5F0DC;
}

.form-sm__input:-moz-placeholder {
    color: #F5F0DC;
}

.form-sm__input::-moz-placeholder {
    color: #F5F0DC;
}

.form-sm__input:-ms-input-placeholder {
    color: #F5F0DC;
}

.form-sm__btn {
    margin-top: 10px;
}

.form-sm .alert {
    bottom: 26px;
}

.form-grey .form-item__input {
    max-width: 275px;
    border: 1px solid #C8C8C8;
    font-size: 14px;
    line-height: 1.43;
    padding: 19px;
    cursor: pointer;
}

.form-grey .form-item__input:focus+.form-item__name {
    -webkit-transform: translate(-15px, -40px);
    transform: translate(-15px, -40px);
    transition: all 0.3s ease;
}

.form-grey .js-changed.changed+.form-item__name {
    -webkit-transform: translate(-15px, -40px);
    transform: translate(-15px, -40px);
    transition: all 0.3s ease;
}

.form-grey .form-item__name {
    top: 20px;
    font-size: 14px;
    line-height: 1.43;
}

.form-grey .alert {
    bottom: 62px;
}

@media all and (max-width: 991px) {
    .form-col-mb--md {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .form-sm__item {
        margin-bottom: 28px;
    }

    .form-sm__btn {
        margin-top: 48px;
    }
}

@media all and (max-width: 575px) {

    .form-row,
    .form-col-mb--sm {
        margin-bottom: 20px;
    }

    .form-grey .form-item__input,
    .form-grey .form-item--file {
        max-width: 100%;
    }

    .form-item__input--search {
        font-size: 16px;
    }

    .form-message__title {
        margin-bottom: 36px;
    }
}

@media all and (max-width: 374px) {

    .form-row,
    .form-col-mb--sm {
        margin-bottom: 30px;
    }
}

.select-ui {
    width: 100%;
    position: relative;
}

.select-ui__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.select-ui__list--multiselect {
    padding: 20px 0;
}

.select-ui__dropdown {
    display: none;
    position: absolute;
    z-index: 101;
    border: 1px solid #BE6E5A;
    top: 53px;
    left: 0;
    right: 0;
    width: 220px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.select-ui__dropdown::-webkit-scrollbar {
    width: 5px;
    background: #F0EAD4;
    border-radius: 14px;
}

.select-ui__dropdown::-webkit-scrollbar-thumb {
    background: #BE6E5A;
    border-radius: 14px;
}

.select-ui__dropdown--multiselect {
    min-width: 255px;
    width: 100%;
    background: #FBF8ED;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    top: 38px;
}

.select-ui__backdrop {
    position: fixed;
    display: none;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
}

.select-ui__hidden-select {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -100;
}

.select-ui__checkbox-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
}

.select-ui__name--checkbox {
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
    position: relative;
    padding-left: 60px;
}

.select-ui__name--checkbox::before,
.select-ui__name--checkbox::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #DA9077;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.select-ui__input--checkbox {
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.select-ui__input--checkbox:checked+.select-ui__name--checkbox::after {
    background: #DA9077 url("/assets/images/icons/checkbox-light.svg") center center no-repeat;
}

.js-fake-time,
.js-fake-guest {
    pointer-events: none;
}

.select-ui.open .select-ui__dropdown {
    display: block;
}

.select-ui.open .select-ui__input {
    cursor: pointer;
}

.select-ui.open .select-ui__input::after,
.select-ui.open .select-ui__input--without-frame::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-ui.open .select-ui__backdrop {
    display: block;
}

.select-ui-fake {
    display: none;
}

.select-ui__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 12px 15px 14px;
    border: 1px solid #DA9077;
    height: 48px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.select-ui__input span {
    min-width: 100px;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.select-ui__input-name {
    position: absolute;
    opacity: 0;
}

.select-ui__input::after,
.select-ui__input--multiselect::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #BE6E5A;
    border-right: 1px solid #BE6E5A;
    position: absolute;
    right: 20px;
    top: 45%;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.select-ui__input.selected .select-ui__input-name {
    opacity: 1;
    font-size: 14px;
    -webkit-transform: translate(-13px, -33px);
    transform: translate(-13px, -33px);
    transition: all 0.3s ease;
}

.select-ui__input--multiselect {
    font-size: 20px;
    line-height: 1.25;
    cursor: pointer;
    padding-right: 35px;
}

.select-ui__input--multiselect::after {
    border-top: 1px solid #34363E;
    border-right: 1px solid #34363E;
}

.select-ui__input-link {
    color: #BE6E5A;
    border-bottom: 1px dotted #BE6E5A;
}

.select-ui__input-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-item--time .select-ui__input::after {
    display: none;
}

.select-ui__item {
    padding: 1rem 1rem 1rem 1.3rem;
    background: #FBF8ED;
    font-size: 16px;
    font-weight: 400;
}

.select-ui__item:hover {
    color: #BE6E5A;
    cursor: pointer;
    transition: color 0.3s ease;
}

.select-ui__item.selected {
    position: relative;
}

.select-ui__item.selected::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/icons/check-dark.svg") center center no-repeat;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (max-width: 1199px) {
    .select-ui__name--checkbox {
        font-size: 18px;
    }

    .select-ui__input--multiselect {
        font-size: 18px;
    }
}

@media all and (max-width: 575px) {
    .select-ui__name--checkbox {
        font-size: 16px;
    }

    .select-ui__input--multiselect {
        font-size: 16px;
    }
}

.air-datepicker {
    background: #FBF8ED !important;
    border: 1px solid #BE6E5A !important;
    border-radius: 0 !important;
    --adp-font-family: -apple-system, "Gilroy", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-width: 300px;
    --adp-background-color-hover: #F0EAD4;
}

.air-datepicker--pointer {
    z-index: 1 !important;
}

.air-datepicker--pointer::after {
    background: #FBF8ED !important;
    border-top: 1px solid #BE6E5A !important;
    border-right: 1px solid #BE6E5A !important;
}

.air-datepicker--content {
    padding: 0 !important;
}

.air-datepicker-nav {
    box-shadow: 0px 2px 8px rgba(193, 131, 109, 0.25);
    border-bottom: none !important;
    min-height: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.air-datepicker-nav--action[data-action='prev'] {
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
}

.air-datepicker-nav--action[data-action='next'] {
    -ms-flex-order: 3;
    order: 3;
}

.air-datepicker-nav--title {
    -ms-flex-order: 1;
    order: 1;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    position: relative;
}

.air-datepicker-nav--title i {
    color: #3C4146 !important;
}

.air-datepicker-nav--title::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px;
    border-color: #3C4146 transparent transparent transparent;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    right: -6px;
}

.air-datepicker-nav--action path {
    stroke: #3C4146 !important;
}

.air-datepicker-body--day-name {
    color: #3C4146 !important;
    font-size: 12px !important;
    line-height: 1.35;
}

.air-datepicker-body--day-names {
    border-bottom: 1px solid #C8C8C8;
    padding: 18px 10px 14px;
    margin: 0 !important;
}

.air-datepicker-body--cells {
    padding: 6px 10px;
}

.air-datepicker-body--cells.-days- {
    grid-auto-rows: 40px !important;
}

.air-datepicker-cell {
    color: #B46C57 !important;
    height: 40px !important;
}

.air-datepicker-cell.-day- {
    width: 40px !important;
    font-weight: 700;
}

.air-datepicker-cell.-day-.-current- {
    border: 1px solid #DA9077;
    color: #3C4146 !important;
    font-weight: 400;
}

.air-datepicker-cell.-day-.-selected- {
    background: #BE6E5A !important;
    border: 1px solid #BE6E5A !important;
    color: #ffffff !important;
}

.air-datepicker-cell.-day-.-disabled- {
    color: #3C4146 !important;
    font-weight: 400;
}

.air-datepicker-cell.-day-.-other-month-,
.datepicker--cell-year.-day-.-other-decade-,
.air-datepicker-cell.-day-.-other-month-.-disabled-,
.datepicker--cell-year.-day-.-other-decade-.-disabled- {
    color: transparent !important;
}

@media all and (max-width: 374px) {
    .air-datepicker {
        --adp-width: 250px;
    }

    .air-datepicker-cell {
        height: 30px !important;
    }

    .air-datepicker-cell.-day- {
        width: 30px !important;
    }
}

.modal-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(60, 77, 85, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-custom.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 100;
}

.modal-custom__wrap-form {
    padding: 0 68px;
}

.modal-custom__body {
    max-width: 1000px;
    width: 100%;
    max-height: 90%;
    background: #FBF8ED;
    padding: 68px 100px 64px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-custom__body::-webkit-scrollbar {
    width: 5px;
    background: #F0EAD4;
    border-radius: 14px;
}

.modal-custom__body::-webkit-scrollbar-thumb {
    background: #BE6E5A;
    border-radius: 14px;
}

.modal-custom__body.message {
    max-width: 800px;
}

.modal-custom__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    right: 30px;
    border: none;
    background: transparent;
    padding: 0;
}

.modal-custom__close img {
    width: 100%;
}

.modal-custom__close--white {
    width: 28px;
    height: 28px;
}

.modal-custom__title {
    margin-bottom: 52px;
}

.modal-custom__subtitle {
    margin-bottom: 28px;
}

.modal-custom__top-title {
    position: absolute;
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.modal-custom__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-custom__info span:not(:last-child) {
    margin-right: 34px;
}

.modal-custom__descr {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-custom__notification {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #BE6E5A;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 20px;
}

.modal-custom__img {
    height: 285px;
    background: url("../images/form-img.jpg") center center no-repeat;
    background-size: cover !important;
}

.modal-custom__img--menu {
    background: url("../images/menu/bg-menu.jpg") center center no-repeat;
}

.modal-custom__header {
    margin-bottom: 30px;
}

.modal-custom--menu .modal-custom__close {
    position: static;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.modal-custom--adult .modal-custom__body {
    max-width: 1200px;
    height: auto;
    padding: 114px 103px;
    background: #FBF8ED url("../images/bg3.png") center bottom no-repeat;
    background-size: contain;
}

.modal-custom--adult .modal-custom__title,
.modal-custom--adult .modal-custom__text {
    margin-bottom: 48px;
}

.modal-custom--adult .modal-custom__btn {
    margin-right: 28px;
}

.modal-custom--img .modal-custom__body {
    padding: 0;
}

.modal-custom--img .modal-custom__content {
    padding: 40px 100px 64px;
}

.modal-custom--team .modal-custom__body {
    padding-top: 36px;
}

.modal-custom--team .slider-team__img {
    width: 285px;
    height: 365px;
    -webkit-clip-path: path("M 286 369 L 0 369 L 0 61.523438 C 122.730469 -50.859375 246.042969 16.402344 286 61.941406 Z M 286 369");
    clip-path: path("M 286 369 L 0 369 L 0 61.523438 C 122.730469 -50.859375 246.042969 16.402344 286 61.941406 Z M 286 369");
}

.modal-custom--team .card-ui__text {
    padding-top: 50px;
}

.modal-custom--team .card-ui__subtitle {
    color: #BE6E5A;
}

.modal-custom--wide .modal-custom__body {
    max-width: 1440px;
    width: 100%;
}

.modal-menu .menu-item__title {
    cursor: default;
}

.modal-menu__header {
    margin-bottom: 30px;
}

.modal-menu__img {
    display: -ms-flexbox;
    display: flex;
    height: 230px;
}

.modal-menu__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-menu__info {
    padding: 0 !important;
}

.modal-menu__section {
    margin-bottom: 30px;
}

.modal-menu__decor::after {
    bottom: -13px;
}

.modal-menu__descr {
    margin-bottom: 48px;
}

.modal-menu__descr p,
.modal-menu__descr div,
.modal-menu__descr span {
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.modal-menu__subtitle {
    margin-bottom: 22px;
}

@media all and (max-width: 1199px) {
    .modal-custom {
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 76px;
    }

    .modal-custom__body {
        max-width: 860px;
        width: calc(100% - 40px);
    }

    .modal-custom__wrap-form {
        padding: 0;
    }

    .modal-custom__info,
    .modal-custom__descr {
        margin-bottom: 28px;
    }

    .modal-custom--menu {
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0;
    }

    .modal-custom--adult .modal-custom__body {
        max-width: 860px;
        padding: 60px 80px;
    }

    .modal-custom--adult .modal-custom__btn {
        margin-right: 16px;
    }

    .modal-custom--wide .modal-custom__body {
        padding: 60px;
    }
}

@media all and (max-width: 767px) {
    .modal-custom__body {
        padding: 44px 20px 37px;
    }

    .modal-custom__subtitle {
        top: 20px;
    }

    .modal-custom--adult .modal-custom__body {
        padding: 60px 20px;
    }

    .modal-custom--team .card-ui__text {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .modal-menu__img-mb--md {
        margin-bottom: 26px;
    }

    .modal-menu__info {
        min-height: 190px !important;
    }

    .modal-menu__header {
        margin-bottom: 50px;
    }

    .modal-custom--img .modal-custom__content {
        padding: 40px 64px 64px;
    }
}

@media all and (max-width: 575px) {
    .modal-custom {
        padding-top: 30px;
    }

    .modal-custom__close {
        width: 15px;
        height: 15px;
        top: 14px;
        right: 14px;
    }

    .modal-custom__title {
        margin-bottom: 32px;
    }

    .modal-custom__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .modal-custom__info span:not(:last-child) {
        margin-right: 15px;
    }

    .modal-custom__img {
        height: 200px;
    }

    .modal-custom--adult .modal-custom__body {
        padding: 40px 20px;
    }

    .modal-custom--adult .modal-custom__title,
    .modal-custom--adult .modal-custom__text {
        margin-bottom: 32px;
    }

    .modal-custom--adult .modal-custom__btn {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .modal-custom--menu {
        padding-top: 0;
    }

    .modal-custom--img .modal-custom__content {
        padding: 24px 20px 40px;
    }

    .modal-custom--wide .modal-custom__body {
        padding: 30px 20px;
    }
}

@media all and (max-width: 374px) {
    .modal-custom--team .slider-team__img {
        width: 265px;
        height: 295px;
        -webkit-clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
        clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
    }

    .modal-menu__body {
        padding: 0 0 20px;
    }

    .modal-menu__descr {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .modal-menu__descr p,
    .modal-menu__descr div,
    .modal-menu__descr span {
        font-size: 18px !important;
    }

    .modal-menu__decor::after {
        width: 180px;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .modal-menu__info {
        padding: 0 15px !important;
    }
}

.tab-links {
    margin-left: calc((100% - 1244px) / 2 + 12px);
    margin-right: calc((100% - 1244px) / 2 + 12px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-links::-webkit-scrollbar {
    height: 10px;
    background: #FBF8ED;
    border-radius: 14px;
}

.tab-links::-webkit-scrollbar-thumb {
    background: #BE6E5A;
    border-radius: 14px;
}

.tab-links__item {
    min-width: 185px;
    width: 185px;
    padding: 20px;
    background: #F0EAD4;
    color: #34363E;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.tab-links__item--short {
    min-width: 90px;
    width: 90px;
}

.tab-links__item:hover {
    background: #F0EAD4;
    background: #EBB5A1;
    color: #34363E;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-links__item.active {
    background: #DA9077;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-links__item.active:hover {
    background: #C1836D;
}

.tab-content {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.tab-content__item {
    display: none;
}

.tab-content__item.active {
    display: block;
}

@media all and (max-width: 1399px) {
    .tab-links {
        margin-left: calc((100% - 1140px) / 2 + 12px);
        margin-right: 0;
    }
}

@media all and (max-width: 1199px) {
    .tab-links {
        margin-left: calc((100% - 900px) / 2 + 12px);
    }

    .tab-content {
        margin-top: 22px;
    }
}

@media all and (max-width: 991px) {
    .tab-links {
        margin-left: calc((100% - 720px) / 2 + 12px);
    }

    .tab-links::-webkit-scrollbar {
        height: 5px;
    }
}

@media all and (max-width: 767px) {
    .tab-links {
        margin-left: calc((100% - 540px) / 2 + 12px);
    }

    .tab-links__item {
        padding: 10px 20px;
        min-width: unset;
        width: auto;
        margin: 0 7px;
    }

    .tab-links__item--big {
        padding: 20px 32px;
    }

    .tab-content {
        margin-top: 18px;
    }
}

@media all and (max-width: 575px) {
    .tab-links {
        margin-left: 12px;
        margin-right: 12px;
    }

    .tab-links__item {
        -ms-flex: 1;
        flex: 1;
    }

    .tab-links__item--big {
        width: 50%;
    }
}

.accoridon-item {
    border-top: 1px solid #000000;
}

.accoridon-item__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 0;
    cursor: pointer;
}

.accoridon-item__icon {
    width: 30px;
    height: 35px;
    background: url("../images/icons/plus.svg") center center no-repeat;
    margin-right: 32px;
}

.accoridon-item__body {
    max-width: 660px;
    max-height: 0;
    opacity: 0;
    font-size: 18px !important;
    line-height: 1.34 !important;
    visibility: hidden;
    padding-bottom: 0;
    transition: max-height 0.3s linear, opacity 0.3s linear, visibility 0.3s linear, padding 0.3s linear;
}

.accoridon-item__body li {
    list-style-type: disc;
    list-style-position: inside;
}

.accoridon-item__body li::marker {
    content: '•';
}

.accoridon-item.open .accoridon-item__body {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    padding-top: 21px;
    padding-bottom: 30px;
    transition: max-height 0.5s linear, opacity 0.3s linear, visibility 0.3s linear, padding 0.3s linear;
}

.accoridon-item.open:last-child .accoridon-item__body {
    padding-bottom: 0;
}

.accoridon-item.open .accoridon-item__icon {
    background: url("../images/icons/minus.svg") center center no-repeat;
}

@media all and (max-width: 1199px) {
    .accoridon-item__body {
        max-width: 100%;
    }

    .accoridon-item.open .accoridon-item__body {
        padding-top: 0;
    }
}

@media all and (max-width: 575px) {
    .accoridon-item__body {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }

    .accoridon-item__head {
        padding: 16px 0;
    }
}

.card-ui:not(:last-child) {
    margin-bottom: 40px;
}

.card-ui__img {
    max-width: 390px;
    height: 435px;
    background-size: cover !important;
    -webkit-clip-path: path("M 390 435 L 0 435 L 0 72.527344 C 167.359375 -59.957031 335.511719 19.335938 390 73.019531 Z M 390 435");
    clip-path: path("M 390 435 L 0 435 L 0 72.527344 C 167.359375 -59.957031 335.511719 19.335938 390 73.019531 Z M 390 435");
}

.card-ui__text {
    padding-left: 16px;
}

.card-ui__sign {
    width: 310px;
    height: 160px;
    background: url("../images/signature.png") center center no-repeat;
    background-size: contain;
    margin: 24px auto 0;
}

.card-ui__title {
    margin-bottom: 28px;
}

.card-ui__subtitle {
    margin-bottom: 20px;
}

.card-ui__mt {
    margin-top: 28px;
}

.card-ui__paragraph p:not(:last-child) {
    margin-bottom: 20px;
}

.card-ui--subtitle .card-ui__text {
    padding-top: 100px;
}

.card-ui--wide .card-ui__title {
    margin-bottom: 18px;
}

.card-ui--wide .card-ui__title--decor {
    margin-bottom: 76px;
}

.card-ui--wide .card-ui__subtitle {
    margin-bottom: 28px;
}

.card-ui--wide .card-ui__img {
    max-width: 490px;
    height: 550px;
    -webkit-clip-path: path("M489 548H0.000164096L0 91.3667C209.842 -75.5309 420.679 24.3605 489 91.9869V548Z");
    clip-path: path("M489 548H0.000164096L0 91.3667C209.842 -75.5309 420.679 24.3605 489 91.9869V548Z");
}

.card-ui--center {
    text-align: center;
}

@media all and (max-width: 1399px) {
    .card-ui__img {
        max-width: 335px;
        height: 375px;
        -webkit-clip-path: path("M 335 375 L 0 375 L 0 62.523438 C 143.757812 -51.6875 288.195312 16.671875 335 62.945312 Z M 335 375");
        clip-path: path("M 335 375 L 0 375 L 0 62.523438 C 143.757812 -51.6875 288.195312 16.671875 335 62.945312 Z M 335 375");
    }

    .card-ui__text {
        padding-left: 0px;
    }

    .card-ui--subtitle .card-ui__text {
        padding-top: 54px;
    }

    .card-ui--wide .card-ui__img {
        max-width: 335px;
        height: 375px;
        -webkit-clip-path: path("M 335 375 L 0 375 L 0 62.523438 C 143.757812 -51.6875 288.195312 16.671875 335 62.945312 Z M 335 375");
        clip-path: path("M 335 375 L 0 375 L 0 62.523438 C 143.757812 -51.6875 288.195312 16.671875 335 62.945312 Z M 335 375");
        margin: 0 auto;
    }

    .card-ui--center {
        text-align: center;
    }

    .card-ui--center .body-1 {
        font-size: 18px;
    }

    .card-ui--center .card-ui__title {
        margin-bottom: 28px;
    }
}

@media all and (max-width: 1199px) {
    .card-ui__sign {
        width: 190px;
        height: 95px;
        margin-top: 8px;
    }

    .card-ui__title {
        margin-bottom: 16px;
    }

    .card-ui__text {
        padding-top: 84px;
    }
}

@media all and (max-width: 991px) {
    .card-ui__img {
        max-width: 280px;
        height: 310px;
        -webkit-clip-path: path("M 281 314 L 0 314 L 0 52.351562 C 120.582031 -43.277344 241.738281 13.957031 281 52.707031 Z M 281 314");
        clip-path: path("M 281 314 L 0 314 L 0 52.351562 C 120.582031 -43.277344 241.738281 13.957031 281 52.707031 Z M 281 314");
    }

    .card-ui__text {
        padding-top: 35px;
    }

    .card-ui--wide .card-ui__img {
        max-width: 280px;
        height: 310px;
        -webkit-clip-path: path("M 281 314 L 0 314 L 0 52.351562 C 120.582031 -43.277344 241.738281 13.957031 281 52.707031 Z M 281 314");
        clip-path: path("M 281 314 L 0 314 L 0 52.351562 C 120.582031 -43.277344 241.738281 13.957031 281 52.707031 Z M 281 314");
    }

    .card-ui--wide .card-ui__title--decor {
        margin-bottom: 52px;
    }

    .card-ui--subtitle .card-ui__text {
        padding-top: 0;
    }

    .card-ui--center .card-ui__info {
        padding-top: 18px;
    }
}

@media all and (max-width: 767px) {
    .card-ui__img {
        max-width: 205px;
        height: 225px;
        -webkit-clip-path: path("M 206 230 L 0 230 L 0 38.347656 C 88.398438 -31.699219 177.21875 10.222656 206 38.609375 Z M 206 230");
        clip-path: path("M 206 230 L 0 230 L 0 38.347656 C 88.398438 -31.699219 177.21875 10.222656 206 38.609375 Z M 206 230");
    }

    .card-ui__text {
        padding-top: 0;
    }

    .card-ui--wide .card-ui__info {
        padding-top: 18px;
    }

    .card-ui--wide .card-ui__img {
        max-width: 205px;
        height: 225px;
        -webkit-clip-path: path("M 206 230 L 0 230 L 0 38.347656 C 88.398438 -31.699219 177.21875 10.222656 206 38.609375 Z M 206 230");
        clip-path: path("M 206 230 L 0 230 L 0 38.347656 C 88.398438 -31.699219 177.21875 10.222656 206 38.609375 Z M 206 230");
    }
}

@media all and (max-width: 575px) {
    .card-ui {
        margin-bottom: 20px;
    }

    .card-ui__img {
        max-width: 330px;
        height: 370px;
        margin: 0 auto;
        -webkit-clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
        clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
    }

    .card-ui__mb--sm {
        margin-bottom: 12px;
    }

    .card-ui__mt {
        margin-bottom: 0;
    }

    .card-ui__price {
        margin-bottom: 24px;
    }

    .card-ui--wide {
        text-align: center;
    }

    .card-ui__title {
        margin-bottom: 12px;
    }

    .card-ui__subtitle {
        margin-bottom: 6px;
    }

    .card-ui__bottom {
        margin-top: 12px;
    }

    .card-ui--subtitle .card-ui__text {
        padding-top: 0;
    }

    .card-ui--wide {
        margin-bottom: 38px;
    }

    .card-ui--wide .card-ui__title--decor {
        margin-bottom: 32px;
    }

    .card-ui--wide .card-ui__subtitle {
        margin-bottom: 12px;
    }

    .card-ui--wide .card-ui__img {
        max-width: 330px;
        height: 370px;
        margin: 0 auto;
        -webkit-clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
        clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
    }

    .card-ui--center .card-ui__title {
        margin-bottom: 16px;
    }
}

@media all and (max-width: 374px) {
    .card-ui__img {
        max-width: 265px;
        height: 295px;
        -webkit-clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
        clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
    }

    .card-ui--wide .card-ui__img {
        max-width: 265px;
        height: 295px;
        -webkit-clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
        clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
    }
}

.card-wide {
    margin-bottom: 50px;
}

.card-wide__img {
    height: 220px;
}

.card-wide__info {
    padding-left: 14px;
}

.card-wide__title,
.card-wide__text {
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {

    .card-wide__mb--md,
    .card-wide__title {
        margin-bottom: 14px;
    }

    .card-wide__text {
        margin-bottom: 18px;
    }

    .card-wide__info {
        padding-left: 0;
        text-align: center;
    }

    .card-wide__btn {
        margin: 0 auto;
    }
}

@media all and (max-width: 575px) {
    .card-wide__img {
        height: 150px;
    }

    .card-wide__title,
    .card-wide__text {
        margin-bottom: 16px;
    }
}

.slider-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.slider__item {
    max-height: 500px;
}

.slider__item img {
    width: 100%;
}

.slider .slick-arrow.slick-prev {
    left: 121px;
}

.slider .slick-arrow.slick-next {
    right: 121px;
}

@media all and (max-width: 1199px) {
    .slider__item {
        height: 500px;
        position: relative;
        overflow: hidden;
    }

    .slider__item img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media all and (max-width: 575px) {
    .slider__item {
        height: 245px;
    }
}

.slider-double {
    margin: -10px;
}

.slider-double__item {
    display: block !important;
}

.slider-double__item img {
    width: 590px;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.slider-double .slick-slide {
    margin: 0 10px;
}

@media all and (max-width: 1399px) {
    .slider-double {
        margin: -7px;
    }

    .slider-double__item img {
        width: 420px;
        height: 470px;
    }

    .slider-double .slick-slide {
        margin: 0 7px;
    }
}

@media all and (max-width: 991px) {
    .slider-double__item {
        height: 360px;
    }

    .slider-double__item img {
        width: 320px;
        height: 360px;
    }
}

@media all and (max-width: 767px) {
    .slider-double__item {
        max-width: 330px;
        height: 370px;
        margin: 0 auto;
    }
}

@media all and (max-width: 575px) {
    .slider-double {
        margin: 0;
    }

    .slider-double .slick-slide {
        margin: 0;
    }
}

@media all and (max-width: 374px) {
    .slider-double__item {
        height: 295px;
    }

    .slider-double__item img {
        width: 260px;
        height: 295px;
    }
}

.slider-event .slick-slide {
    padding: 20px;
}

.slider-event .slick-arrow.circle {
    top: 45%;
}

.slider-event-title {
    margin-bottom: 70px;
}

.slider-event__item {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 390px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.slider-event__img {
    width: 39%;
    overflow: hidden;
    position: relative;
}

.slider-event__img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-event__text {
    width: 61%;
    padding: 54px 73px 71px 30px;
}

.slider-event__date {
    margin-bottom: 12px;
}

.slider-event__title,
.slider-event__descr {
    margin-bottom: 32px;
}

.slider-event__descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.slider-event__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.slider-event__link {
    margin-right: 60px;
}

@media all and (max-width: 1199px) {
    .slider-event {
        max-width: 860px;
        margin: 0 auto;
    }

    .slider-event .slick-arrow.slick-prev {
        left: 20px;
    }

    .slider-event .slick-arrow.slick-next {
        right: 20px;
    }

    .slider-event-title {
        margin-bottom: 66px;
    }
}

@media all and (max-width: 991px) {
    .slider-event {
        max-width: 720px;
    }
}

@media all and (max-width: 767px) {
    .slider-event {
        max-width: 540px;
    }

    .slider-event-title {
        margin-bottom: 24px;
    }

    .slider-event__item {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .slider-event__img {
        width: 100%;
        height: 250px;
    }

    .slider-event__img img {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .slider-event__text {
        width: 100%;
        padding: 20px;
    }

    .slider-event__date {
        margin-bottom: 8px;
    }

    .slider-event__title {
        margin-bottom: 22px;
    }

    .slider-event__descr {
        margin-bottom: 22px;
    }

    .slider-event__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slider-event__link {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

@media all and (max-width: 374px) {
    .slider-event__img {
        height: 200px;
    }
}

@media all and (min-width: 1199px) {
    .slider-event {
        max-width: 1035px;
        margin: 0 auto;
    }

    .slider-event__img {
        width: 50%;
    }

    .slider-event__img img {
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .slider-event__text {
        width: 50%;
        padding: 54px 48px 71px 52px;
    }
}

.slider-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.slider-team__item {
    width: 33.3%;
}

.slider-team .slick-slide {
    width: 285px;
    margin: 0 20px;
    padding-top: 64px;
    padding-bottom: 56px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider-team .slick-arrow.circle {
    top: 40%;
}

.slider-team .slick-arrow.circle.slick-prev {
    left: -100px;
}

.slider-team .slick-arrow.circle.slick-next {
    right: -100px;
}

.slider-team__img {
    margin-bottom: 20px;
}

.slider-team__img img {
    width: 286px;
    height: 365px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: path("M 286 369 L 0 369 L 0 61.523438 C 122.730469 -50.859375 246.042969 16.402344 286 61.941406 Z M 286 369");
    clip-path: path("M 286 369 L 0 369 L 0 61.523438 C 122.730469 -50.859375 246.042969 16.402344 286 61.941406 Z M 286 369");
    margin: 0 auto;
}

.slider-team__text {
    text-align: center;
    padding-bottom: 10px;
}

.slider-team__title {
    margin-bottom: 44px;
}

.slider-team__subtitle {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 14px;
}

.slider-team__descr {
    margin-bottom: 16px;
}

.slider-team__decor::after {
    width: 100%;
    height: 10px;
    bottom: -29px;
}

.slider-team .slick-slide,
.slider-team .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-team .slick-center,
.slider-team .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media all and (max-width: 1399px) {
    .slider-team .slick-arrow.circle.slick-prev {
        left: -80px;
    }

    .slider-team .slick-arrow.circle.slick-next {
        right: -80px;
    }
}

@media all and (max-width: 1199px) {
    .slider-team .slick-slide {
        width: 245px;
        padding-top: 55px;
        margin: 0 13px;
    }

    .slider-team__img {
        margin-bottom: 16px;
    }

    .slider-team__img img {
        width: 245px;
        height: 315px;
        -webkit-clip-path: path("M 245 315 L 0 315 L 0 52.519531 C 105.136719 -43.417969 210.769531 14.003906 245 52.875 Z M 245 315");
        clip-path: path("M 245 315 L 0 315 L 0 52.519531 C 105.136719 -43.417969 210.769531 14.003906 245 52.875 Z M 245 315");
    }

    .slider-team__title {
        margin-bottom: 40px;
    }

    .slider-team__descr {
        margin-bottom: 14px;
    }
}

@media all and (max-width: 991px) {
    .slider-team {
        max-width: 331px;
    }

    .slider-team .slick-slide {
        margin: 0;
        padding: 0;
    }

    .slider-team .slick-slide,
    .slider-team .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"],
    .slider-team .slick-center,
    .slider-team .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
        -webkit-transform: none;
        transform: none;
    }

    .slider-team__img img {
        width: 331px;
        height: 427px;
        -webkit-clip-path: path("M 331 427 L 0 427 L 0 71.191406 C 142.039062 -58.851562 284.753906 18.980469 331 71.675781 Z M 331 427");
        clip-path: path("M 331 427 L 0 427 L 0 71.191406 C 142.039062 -58.851562 284.753906 18.980469 331 71.675781 Z M 331 427");
    }
}

@media all and (max-width: 374px) {
    .slider-team {
        max-width: 280px;
    }

    .slider-team__img img {
        width: 263px;
        height: 295px;
        -webkit-clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
        clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
    }
}

.slider-team.three .slider-team__item {
    padding-top: 64px;
    padding-bottom: 56px;
}

.slider-team.three .slider-team__item:nth-child(2) {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bottle-slider {
    margin: -20px;
}

.bottle-slider .slick-dots,
.bottle-slider .slick-arrow {
    bottom: -7px;
}

.bottle-slider .slick-arrow.slick-next {
    right: 15px;
}

.bottle-slider .slick-arrow.slick-prev {
    left: 15px;
}

.bottle-slider__item {
    min-height: 550px;
    background: url("../../assets/images/collection-list/bg-bottle.png") center center no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 43px;
}

.bottle-slider__img {
    display: block;
    height: 300px;
    background: url("../../assets/images/collection-list/frame-sm.png") center center no-repeat;
    background-size: 165px 190px;
    margin-bottom: 14px;
}

.bottle-slider__img img {
    height: 100%;
    margin: 0 auto;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bottle-slider__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bottle-slider__text {
    padding: 0 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 225px;
}

.bottle-slider__name {
    display: block;
    color: #3C4146;
    height: 50px;
    margin-bottom: 4px;
    padding: 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.bottle-slider__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #BE6E5A;
    margin-bottom: 14px;
    padding: 0 16px;
}

.bottle-slider__comp {
    margin-bottom: 20px;
    padding: 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.bottle-slider button {
    margin-top: auto;
}

@media all and (max-width: 575px) {
    .bottle-slider {
        margin-bottom: 24px !important;
    }

    .bottle-slider__img {
        margin-bottom: 18px;
    }

    .bottle-slider__name {
        font-size: 20px;
    }

    .bottle-slider__comp {
        margin-bottom: 32px;
    }
}

@media all and (max-width: 1199px) {
    .bottle-slider--wide {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    .bottle-slider--wide {
        max-width: 330px;
    }
}

.slider-menu.slider {
    margin-right: -80px;
    position: relative;
}

.slider-menu.slider .slick-slider::after {
    content: '';
    display: block;
    width: 260px;
    height: 100%;
    background-image: linear-gradient(to left, #FBF8ED 0%, rgba(251, 248, 237, 0.67) 65.23%, rgba(251, 248, 237, 0) 100%);
    position: absolute;
    top: 0;
    right: -10px;
}

.slider-menu.slider .slick-slide {
    margin: 0 10px;
}

.slider-menu.slider .slick-arrow.slick-next {
    right: 60px;
}

.slider-menu.slider .slick-arrow.slick-prev {
    left: 10px;
}

@media all and (max-width: 575px) {
    .slider-menu.slider {
        margin-right: 0;
    }

    .slider-menu.slider .slick-slider::after {
        display: none;
    }
}

.slider-menu .menu-item__title {
    cursor: pointer;
}

.slider-menu__title {
    margin-bottom: 16px;
}

.slider-menu__img {
    height: 145px !important;
}

.slider-menu__info {
    min-height: 230px !important;
    padding: 18px 15px !important;
}

@media all and (max-width: 575px) {
    .slider-menu {
        padding: 0 15px;
    }
}

.slick-arrow {
    width: 50px;
    height: 15px;
    top: unset;
    bottom: -32px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
}

.slick-arrow::before {
    display: none;
}

.slick-arrow.slick-prev {
    background: url("../images/icons/arrow-left.svg") center center no-repeat;
    background-size: contain;
    left: 0;
}

.slick-arrow.slick-next {
    background: url("../images/icons/arrow-right.svg") center center no-repeat;
    background-size: contain;
    right: 0;
}

@media all and (max-width: 1199px) {
    .slick-arrow {
        bottom: -26px;
    }
}

.slick-arrow.circle {
    width: 40px;
    height: 40px;
    top: 38%;
}

.slick-arrow.circle.slick-prev {
    background: url("../images/icons/arrow-left-circle.svg") center center no-repeat;
    background-size: contain;
    left: -80px;
}

.slick-arrow.circle.slick-next {
    background: url("../images/icons/arrow-right-circle.svg") center center no-repeat;
    background-size: contain;
    right: -80px;
}

@media all and (max-width: 1399px) {
    .slick-arrow.circle.slick-prev {
        left: -60px;
    }

    .slick-arrow.circle.slick-next {
        right: -60px;
    }
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: #C8C8C8;
    border-radius: 50%;
    padding: 0;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #BE6E5A;
    transition: background-color 0.3s ease;
}

@media all and (max-width: 1199px) {
    .slick-dots {
        bottom: -24px;
    }
}

@media all and (max-width: 575px) {
    .slick-dots {
        bottom: -25px;
    }

    .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}

.slick-slide {
    height: auto;
}

.gallery__item img {
    display: block;
    width: 380px;
    height: 435px;
    -webkit-clip-path: path("M 381 435 L 0 435 L 0 72.527344 C 163.496094 -59.957031 327.769531 19.335938 381 73.019531 Z M 381 435");
    clip-path: path("M 381 435 L 0 435 L 0 72.527344 C 163.496094 -59.957031 327.769531 19.335938 381 73.019531 Z M 381 435");
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

@media all and (max-width: 1399px) {
    .gallery__item img {
        width: 355px;
        height: 400px;
        -webkit-clip-path: path("M 357 401 L 0 401 L 0 66.859375 C 153.195312 -55.269531 307.121094 17.824219 357 67.3125 Z M 357 401");
        clip-path: path("M 357 401 L 0 401 L 0 66.859375 C 153.195312 -55.269531 307.121094 17.824219 357 67.3125 Z M 357 401");
    }
}

@media all and (max-width: 1199px) {
    .gallery__item img {
        width: 410px;
        height: 470px;
        -webkit-clip-path: path("M 412 470 L 0 470 L 0 78.363281 C 176.796875 -64.78125 354.4375 20.894531 412 78.894531 Z M 412 470");
        clip-path: path("M 412 470 L 0 470 L 0 78.363281 C 176.796875 -64.78125 354.4375 20.894531 412 78.894531 Z M 412 470");
    }
}

@media all and (max-width: 991px) {
    .gallery__item img {
        width: 330px;
        height: 375px;
        -webkit-clip-path: path("M 332 375 L 0 375 L 0 62.523438 C 142.46875 -51.6875 285.613281 16.671875 332 62.945312 Z M 332 375");
        clip-path: path("M 332 375 L 0 375 L 0 62.523438 C 142.46875 -51.6875 285.613281 16.671875 332 62.945312 Z M 332 375");
    }
}

@media all and (max-width: 767px) {
    .gallery__item img {
        width: 240px;
        height: 275px;
        -webkit-clip-path: path("M 242 274 L 0 274 L 0 45.683594 C 103.847656 -37.765625 208.1875 12.179688 242 45.992188 Z M 242 274");
        clip-path: path("M 242 274 L 0 274 L 0 45.683594 C 103.847656 -37.765625 208.1875 12.179688 242 45.992188 Z M 242 274");
    }
}

@media all and (max-width: 575px) {
    .gallery__item img {
        width: 330px;
        height: 370px;
        -webkit-clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
        clip-path: path("M 331 367 L 0 367 L 0 61.1875 C 142.039062 -50.582031 284.753906 16.3125 331 61.605469 Z M 331 367");
    }
}

@media all and (max-width: 374px) {
    .gallery__item img {
        width: 265px;
        height: 295px;
        -webkit-clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
        clip-path: path("M 263 295 L 0 295 L 0 49.183594 C 112.859375 -40.660156 226.253906 13.113281 263 49.519531 Z M 263 295");
    }
}

.visit-form {
    display: -ms-flexbox;
    display: flex;
}

.visit-form__info {
    width: 425px;
    background: #DA9077;
    color: #F5F0DC;
    padding: 40px 45px 65px 75px;
}

.visit-form__logo {
    width: 225px;
    height: 65px;
    background: url("../images/logo.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: 34px;
}

.visit-form__title {
    margin-bottom: 24px;
}

.visit-form__text {
    margin-bottom: 20px;
}

.visit-form__img {
    -ms-flex: 1;
    flex: 1;
    height: 560px;
    background: url("../images/visit-form.jpg") center center no-repeat;
    background-size: cover;
}

@media all and (max-width: 1199px) {
    .visit-form__info {
        width: 350px;
        padding: 40px 32px;
    }

    .visit-form__logo {
        margin-bottom: 52px;
    }

    .visit-form__title {
        margin-bottom: 28px;
    }
}

@media all and (max-width: 767px) {
    .visit-form {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .visit-form__info {
        width: 100%;
        padding: 32px 24px 50px;
    }

    .visit-form__logo {
        width: 160px;
        height: 45px;
        margin-bottom: 28px;
    }

    .visit-form__title {
        margin-bottom: 22px;
    }

    .visit-form__text {
        margin-bottom: 36px;
    }

    .visit-form__img {
        -ms-flex: unset;
        flex: unset;
        height: 210px;
    }
}

.socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
}

.socials__link {
    width: 20px;
    height: 20px;
    margin: 0 7px;
}

.socials__link--fb {
    background: url("./images/icons/fb.svg") center center no-repeat;
}

.socials__link--fb:hover {
    background: url("./images/icons/fb-hover.svg") center center no-repeat;
}

.socials__link--in {
    background: url("./images/icons/insta.svg") center center no-repeat;
}

.socials__link--in:hover {
    background: url("./images/icons/insta-hover.svg") center center no-repeat;
}

.socials__link--tl {
    background: url("./images/icons/telegram.svg") center center no-repeat;
}

.socials__link--tl:hover {
    background: url("./images/icons/telegram-hover.svg") center center no-repeat;
}

.socials__link--vk {
    background: url("./images/icons/vk.svg") center center no-repeat;
}

.socials__link--vk:hover {
    background: url("./images/icons/vk-hover.svg") center center no-repeat;
}

.socials__link--dzen {
    background: url("./images/icons/dzen.svg") center center no-repeat;
}

.socials__link--dzen:hover {
    background: url("./images/icons/dzen-hover.svg") center center no-repeat;
}

.socials--dark .socials__link--fb {
    background: url("./images/icons/fb-dark.svg") center center no-repeat;
}

.socials--dark .socials__link--fb:hover {
    background: url("./images/icons/fb-dark-hover.svg") center center no-repeat;
}

.socials--dark .socials__link--in {
    background: url("./images/icons/insta-dark.svg") center center no-repeat;
}

.socials--dark .socials__link--in:hover {
    background: url("../images/icons/insta-dark-hover.svg") center center no-repeat;
}

.socials--dark .socials__link--tl {
    background: url("../images/icons/telegram-dark.svg") center center no-repeat;
}

.socials--dark .socials__link--tl:hover {
    background: url("../images/icons/telegram-dark-hover.svg") center center no-repeat;
}

.socials--dark .socials__link--vk {
    background: url("../images/icons/vk-dark.svg") center center no-repeat;
}

.socials--dark .socials__link--vk:hover {
    background: url("../images/icons/vk-dark-hover.svg") center center no-repeat;
}

.socials--dark .socials__link--dzen {
    background: url("../images/icons/dzen-dark.svg") center center no-repeat;
}

.socials--dark .socials__link--dzen:hover {
    background: url("../images/icons/dzen-dark-hover.svg") center center no-repeat;
}

.socials__link--youtube {
    width: 24px;
    background: url("./images/icons/youtube.svg") center center no-repeat;
}

.socials--center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 767px) {
    .socials--center {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* modal */
.modal-custom--complex .step-2 {
    width: 100%;
    height: 100%;
}

.modal-custom--complex .step-2 .modal-custom__body {
    max-width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 40px 0 45px;
}

.modal-custom--complex .step-2 .modal-custom__wrap-form {
    max-width: 820px;
    padding: 0;
    margin: 0 auto;
}

.modal-custom--complex .form-item--checkbox-sm .form-item__name--checkbox {
    font-size: 13px;
}

.modal-custom--complex .modal-custom__body {
    max-width: 800px;
}

.modal-custom--complex .modal-custom__btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin: 24px 0 32px;
}

.modal-complex .part-1,
.modal-complex .part-2 {
    margin-bottom: 32px;
}

.modal-complex__subtitle {
    font-weight: 500;
    margin-bottom: 30px;
}

.modal-complex__bold {
    font-weight: 600;
}

.modal-complex__text {
    margin-bottom: 16px;
}

/* video */
.video-intro {
    height: 100vh;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media(max-width: 1300px) {
    .video-intro--unset {
        height: unset;
    }
}

@media(max-width: 768px) {
    .video-intro {
        height: calc(100vh - 70px);
    }
}

.embed {
    position: relative;
    overflow: hidden;
}

.embed::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

iframe,
video,
object,
embed {
    width: 100%;
    height: 100%;
    object-fit: cover;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video {
    max-height: 100%;
    position: initial;
    padding-bottom: 56.25%;
    z-index: 1;
}

.video__media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.play-sound {
    background: url('./images/icons/play-white.svg') center no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}

.stop-sound {
    background: url('./images/icons/stop-white.svg') center no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}

.btn-sound {
    position: absolute;
    top: 40px;
    left: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    z-index: 10;
}