@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url("../fonts/Roboto/Roboto.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Engravers Gothic";
    src: url("../fonts/EngraversGothic/EngraversGothic-Bold.eot");
    src: local("Engravers Gothic Bold"), local("EngraversGothic-Bold"), url("../fonts/EngraversGothic/EngraversGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EngraversGothic/EngraversGothic-Bold.woff2") format("woff2"), url("../fonts/EngraversGothic/EngraversGothic-Bold.woff") format("woff"), url("../fonts/EngraversGothic/EngraversGothic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Engravers Gothic";
    src: url("../fonts/EngraversGothic/EngraversGothic.eot");
    src: local("Engravers Gothic"), local("EngraversGothic"), url("../fonts/EngraversGothic/EngraversGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/EngraversGothic/EngraversGothic.woff2") format("woff2"), url("../fonts/EngraversGothic/EngraversGothic.woff") format("woff"), url("../fonts/EngraversGothic/EngraversGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
}

body {
    margin: 0;
}

b, strong {
    font-weight: bolder;
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-color: currentcolor;
}

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

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

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}

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

::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

summary {
    display: list-item;
}


.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
    color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none;
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-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, .air-datepicker-cell.-in-range-.-focus- {
    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: grid;
    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: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
    display: grid;
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
    display: flex;
    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: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-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: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.air-datepicker-button {
    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: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    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: flex;
    align-items: center;
    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;
    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: flex;
    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;
    flex: 1;
    height: 100%;
    width: 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: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0);
}

.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: .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, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .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-name-color-hover: #8ad5f4;
    --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-hover: var(--adp-background-color-hover);
    --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, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99;
}

.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: grid;
    grid-template-columns: 1fr;
    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), 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- {
    transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
    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;
    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: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    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 {
    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 {
    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 {
    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 {
    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;
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2;
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    border: 1px solid #bfbfbf;
    background-color: #efefef;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    font-family: Arial, sans-serif;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: initial;
}

.dp-clearfix {
    clear: both;
    height: 0;
    font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    box-shadow: none;
    display: inline-block;
}
.date-picker-wrapper.single-date {
    width: auto;
}
.date-picker-wrapper.no-shortcuts {
    padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
    padding-top: 12px;
}
.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
}
.date-picker-wrapper b {
    color: #666;
    font-weight: 700;
}
.date-picker-wrapper a {
    color: rgb(107, 180, 214);
    text-decoration: underline;
}
.date-picker-wrapper .month-name {
    text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline;
}
.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: -1px;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: default;
    position: relative;
    _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
    width: 190px;
    float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
    white-space: nowrap;
}
.date-picker-wrapper .time label {
    white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: rgb(112, 204, 213);
}
.date-picker-wrapper table .caption {
    height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
    width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    padding: 0 5px;
    cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #ccc;
    color: white;
}
.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0;
}
.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid white;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3;
}
.date-picker-wrapper .selected-days {
    display: none;
}
.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
    display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
    color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0px;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
    color: white;
    line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
.date-picker-wrapper .time {
    position: relative;
}
.date-picker-wrapper.single-month .time {
    display: block;
}
.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px;
}
.date-picker-wrapper .time1 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}

/*time styling*/
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center;
}

.date-picker-wrapper .time1 {
    float: left;
}
.date-picker-wrapper .time2 {
    float: right;
}
.date-picker-wrapper .hour {
    text-align: right;
}

.minute {
    text-align: right;
}

.date-picker-wrapper .hide {
    display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
    color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    display: none;
    background-color: yellow;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid yellow;
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none;
}
.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: bold;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px 44px 25px 44px;
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px;
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
    --swiper-theme-color: #007aff;
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity 0.3s;
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
    display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
}

.swiper.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100%;
    font-family: "Roboto", sans-serif;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

section {
    position: relative;
    z-index: 2;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    position: relative;
    color: #000;
}
body.is-fixed {
    overflow: hidden;
}

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

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

p {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

p:last-child {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

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

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70.66%);
    backdrop-filter: blur(8.5px);
}
.overlay.is-active {
    opacity: 1;
    visibility: visible;
}

input {
    height: 40px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 12px;
    border: 1.5px solid rgba(71, 87, 96, 0.25);
    outline: none;
    transition: 0.3s;
}
input:focus {
    border-color: rgb(38, 107, 149);
}
input::placeholder {
    color: rgb(109, 109, 109);
    font-size: var(--Size-UI, 14px);
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.14px;
}

textarea {
    height: 94px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 12px;
    border: 1.5px solid rgba(71, 87, 96, 0.25);
    outline: none;
    transition: 0.3s;
}
textarea:focus {
    border-color: rgb(38, 107, 149);
}
textarea::placeholder {
    color: rgb(109, 109, 109);
    font-size: var(--Size-UI, 14px);
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.14px;
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
    p {
        font-size: 14px;
    }
    input {
        padding: 0 20px;
        font-size: 16px;
    }
    input::placeholder {
        font-size: 16px;
    }
    body {
        padding-bottom: 50px;
    }
}
.index {
    min-height: calc(100vh - 90px);
    padding: 40px 0;
}
.index__container {
    max-width: 1920px;
    padding: 0 50px;
}
.index__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.index__authlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 24px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.index__authlink:hover {
    background: #42a7c6;
}
@media (max-width: 1439px) {
    .index__container {
        padding: 0 24px;
    }
}
@media (max-width: 767px) {
    .index {
        padding: 24px 0;
    }
    .index__container {
        padding: 0 16px;
    }
    .index__authlink {
        width: 100%;
    }
    .index__actions {
        flex-direction: column;
    }
}

body.is-active-modal-open {
    overflow: hidden;
}

.auth-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.auth-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.auth-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.5);
}
.auth-modal__card {
    width: min(100%, 650px);
    height: 100vh;
    padding: 24px 40px 30px;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.auth-modal__card::-webkit-scrollbar {
    display: none;
}
.auth-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.auth-modal__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.auth-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.auth-modal__close::before, .auth-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #859ba6;
}
.auth-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.auth-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.auth-modal__body {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 86px);
    padding-top: 180px;
}
.auth-modal__subtitle {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.auth-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 70px;
}
.auth-modal__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.auth-modal__field.is-error .auth-modal__input {
    border-bottom-color: #e73f3f;
}
.auth-modal__field.is-error .auth-modal__error {
    display: inline-flex;
}
.auth-modal__label {
    color: #101820;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}
.auth-modal__input {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(16, 24, 32, 0.4);
    padding: 10px 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
}
.auth-modal__input::placeholder {
    color: rgba(16, 24, 32, 0.2);
    font-size: 20px;
}
.auth-modal__error {
    display: none;
    margin-top: -2px;
    padding: 2px 4px;
    background: #e73f3f;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
}
.auth-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 70px;
}
.auth-modal__actions.is-single {
    grid-template-columns: minmax(0, 1fr);
}
.auth-modal__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    background: rgba(66, 167, 198, 0.06);
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.auth-modal__button.is-active {
    background: #002d5d;
    color: #fff;
}
.auth-modal__button.is-arrow {
    gap: 12px;
}
.auth-modal__buttonicon {
    display: block;
    width: 20px;
    height: 20px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7306 9.5L12.0727 4.84217L12.7798 4.13507L18.6448 10L12.7798 15.865L12.0727 15.1579L16.7306 10.5H1.35193V9.5H16.7306Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-modal__restore {
    margin-top: 10px;
    min-height: 50px;
    border: 0;
    background: transparent;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.auth-modal__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.auth-modal__desc {
    margin: 0;
    color: #859ba6;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.auth-modal__hint {
    margin: 0;
    color: rgba(16, 24, 32, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}
.auth-modal__timer {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}
.auth-modal__code {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}
.auth-modal__codeitem {
    width: 100%;
    height: 80px;
    border: 1px solid rgba(16, 24, 32, 0.25);
    background: #fff;
    text-align: center;
    color: #101820;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.2px;
    border-radius: 0;
}
.auth-modal__codeitem.is-active {
    border: 2px solid #42a7c6;
    padding: 0;
}
.auth-modal__codeitem:focus {
    border-color: #42a7c6;
    outline: none;
}
.auth-modal__checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 40px;
}
.auth-modal__check {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.auth-modal__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.auth-modal__mark {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #42a7c6;
    background: transparent;
    flex-shrink: 0;
}
.auth-modal__checkbox:checked + .auth-modal__mark {
    background: #42a7c6;
}
.auth-modal__checkbox:checked + .auth-modal__mark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1214 3.38566C10.9804 3.24486 10.7894 3.1658 10.5901 3.1658C10.3908 3.1658 10.1998 3.24486 10.0588 3.38566L5.86006 7.58441L3.94126 5.66561C3.79945 5.5288 3.60957 5.45306 3.41251 5.45465C3.21545 5.45625 3.02681 5.53506 2.88723 5.67415C2.74765 5.81323 2.66807 6.00157 2.66568 6.19861C2.66329 6.39565 2.73828 6.58585 2.87445 6.72828L5.32945 9.18328C5.47006 9.32391 5.66078 9.40291 5.85965 9.40291C6.05852 9.40291 6.24924 9.32391 6.38985 9.18328L11.1214 4.45178C11.2622 4.31071 11.3413 4.11955 11.3413 3.92016C11.3413 3.72076 11.2622 3.52961 11.1214 3.38853V3.38566Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-modal__text {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.auth-modal__link {
    color: inherit;
    text-decoration: underline;
}
@media (max-width: 1439px) {
    .auth-modal__card {
        padding: 24px;
    }
    .auth-modal__title, .auth-modal__subtitle {
        font-size: 32px;
        line-height: 36px;
    }
    .auth-modal__desc {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 1023px) {
    .auth-modal__card {
        width: min(100%, 560px);
    }
}
@media (max-width: 767px) {
    .auth-modal__card {
        width: 100%;
        padding: 20px 16px;
    }
    .auth-modal__body {
        min-height: calc(100vh - 70px);
        padding-top: 50px;
    }
    .auth-modal__title, .auth-modal__subtitle {
        font-size: 30px;
        line-height: 34px;
    }
    .auth-modal__desc {
        font-size: 18px;
        line-height: 22px;
    }
    .auth-modal__actions {
        grid-template-columns: minmax(0, 1fr);
    }
    .auth-modal__code {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .auth-modal__codeitem {
        height: 64px;
        font-size: 32px;
        line-height: 36px;
    }
}
.auth-modal.is-register .auth-modal__fields {
    gap: 20px;
}
.auth-modal.is-verify .auth-modal__fields {
    margin-top: 70px;
    gap: 20px;
}
.auth-modal.is-verify .auth-modal__actions {
    margin-top: 70px;
}

.footer {
    background-color: #101820;
    padding: 0 10px;
}
.footer_content-wrap {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
}
.footer_top {
    padding: 78px 0 53px 0;
    border-bottom: 1px solid #2b2b2b;
}
@media (max-width: 480px) {
    .footer_top {
        padding-bottom: 25px;
    }
}
.footer_top-list {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .footer_top-list {
        display: block;
    }
}
.footer_column {
    width: 17%;
}
@media (max-width: 1024px) {
    .footer_column {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.footer_bottom {
    padding: 30px 0 40px 0;
}
@media (max-width: 480px) {
    .footer_bottom {
        padding-top: 15px;
    }
}

.f-logo {
    margin-bottom: 30px;
    display: block;
}
.f-logo img {
    width: 134px;
    height: 50px;
}

.f-contact {
    color: #c4c4c4;
    font-size: 0.875rem;
    line-height: 143%;
}
.f-contact_item {
    margin-bottom: 20px;
}
.f-contact_item a {
    color: #c4c4c4;
    text-decoration: none;
}

.f-soc {
    font-size: 0.875rem;
    color: #c4c4c4;
}
.f-soc_list {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
@media (max-width: 1024px) {
    .f-soc_list {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .f-soc_list--desc {
        display: none;
    }
}
.f-soc_list--mob {
    display: none;
}
@media (max-width: 480px) {
    .f-soc_list--mob {
        display: flex;
    }
}
.f-soc_item {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
}
.f-soc_item:last-child {
    margin-right: 0;
}
.f-soc_item:hover {
    opacity: 0.8;
}
.f-soc_item.vk {
    width: 31px;
    height: 30px;
    background-image: url(../images/sprite.svg#vk_blue);
}

.f-soc_list--small .f-soc_item {
    margin-right: 28px;
}
.f-soc_list--small .f-soc_item:last-child {
    margin-right: 0;
}
.f-soc_list--small .f-soc_item.vk {
    width: 25px;
    height: 25px;
}
.f-soc_list--small .f-soc_item.vk:hover {
    background-image: url(../images/sprite.svg#vk_blue);
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .f-nav {
        display: none;
    }
}
.f-nav_block {
    margin-bottom: 30px;
}
.f-nav_title {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
    font-family: "Engravers Gothic", sans-serif;
    text-transform: uppercase;
}
.f-nav_title:hover {
    color: #84dade;
}
.f-nav_link {
    font-size: 0.875rem;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.f-nav_link:hover {
    color: #84dade;
}

.dev {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #d3d3d3;
    font-weight: 300;
    font-size: 10px;
    text-decoration: none;
}
.dev:hover span {
    text-decoration: none;
}
.dev span {
    text-decoration: underline;
}
.dev img {
    margin-left: 20px;
}

.footer-bottom_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .footer-bottom_wrap {
        display: block;
    }
}

.qr-block {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 1024px) {
    .qr-block {
        margin-right: 0;
        margin-bottom: 36px;
    }
}
@media (max-width: 480px) {
    .qr-block {
        flex-wrap: wrap;
    }
}
.qr-block_item {
    flex-shrink: 0;
    display: block;
    margin-right: 26px;
}
@media (max-width: 480px) {
    .qr-block_item {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
}
.qr-block_text {
    font-size: 0.75rem;
    color: #b3b3b3;
    line-height: 160%;
}
@media (max-width: 480px) {
    .qr-block_text {
        width: 100%;
        margin-top: 10px;
    }
}

.f-blue-links-block {
    margin-top: 70px;
}
@media (max-width: 1300px) {
    .f-blue-links-block {
        margin-top: 40px;
    }
}
.f-blue-links-block_item {
    color: #84dade;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 300;
}
.f-blue-links-block_item:hover {
    text-decoration: underline;
}

.footer__toggle {
    display: none;
}

@media (max-width: 1023px) {
    .is-lk-page .lk {
        display: block;
    }
    .is-lk-page .lk__aside {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 40;
        width: 100%;
        height: calc(100vh - 105px);
        padding: 14px 16px;
        border-right: 0;
        background: #f5f5f5;
        overflow-y: auto;
    }
    .is-lk-page .lk__aside.is-open {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 25px;
    }
    .is-lk-page .lk__main {
        padding-bottom: 100px;
    }
    .is-lk-page .footer__toggle {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 45;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 50px;
        padding: 14px 16px;
        border: 0;
        background: #101820;
        color: #fff;
        text-align: left;
    }
    .is-lk-page .footer__title {
        font-size: 16px;
        line-height: 20px;
    }
    .is-lk-page .footer__menu {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        font-family: "Engravers Gothic", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
    }
    .is-lk-page .footer__icon {
        position: relative;
        width: 12px;
        height: 12px;
    }
    .is-lk-page .footer__icon::before, .is-lk-page .footer__icon::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 7px;
        height: 1.5px;
        background: #84dade;
    }
    .is-lk-page .footer__icon::before {
        transform: translate(-95%, -50%) rotate(45deg);
    }
    .is-lk-page .footer__icon::after {
        transform: translate(-5%, -50%) rotate(-45deg);
    }
    .is-lk-page .footer__toggle[aria-expanded=true] .footer__icon::before {
        transform: translate(-95%, -50%) rotate(-45deg);
    }
    .is-lk-page .footer__toggle[aria-expanded=true] .footer__icon::after {
        transform: translate(-5%, -50%) rotate(45deg);
    }
}
.header {
    background-color: #101820;
    color: #ffffff;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    width: 100%;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 35px;
    padding-left: 50px;
    min-width: 0;
}
.header__logo {
    display: inline-flex;
    width: 114px;
    height: 42px;
    flex-shrink: 0;
}
.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.header__menu-toggle {
    width: 42px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}
.header__menu-line {
    width: 42px;
    height: 3px;
    background-color: #84dade;
}
.header__contacts {
    min-width: 0;
}
.header__nav {
    min-width: 0;
}
.header__cart {
    flex-shrink: 0;
}
@media (max-width: 1439px) {
    .header__left {
        padding-left: 24px;
        gap: 20px;
    }
    .header__contacts {
        display: none;
    }
    .header__nav {
        overflow-x: auto;
        max-width: calc(100vw - 480px);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .header__nav::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 1023px) {
    .header {
        padding-top: 13px;
    }
    .header__container {
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: 0;
    }
    .header__left {
        width: 100%;
        padding: 0 20px;
        gap: 0;
    }
    .header__logo {
        width: 90px;
        height: 33px;
    }
    .header__menu-toggle {
        margin-left: auto;
        width: 36px;
        height: 29px;
        gap: 0;
        justify-content: space-between;
    }
    .header__menu-line {
        width: 36px;
        height: 2px;
    }
    .header__contacts, .header__nav,
    .header .header-nav {
        display: none;
    }
    .header__left {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .header__left {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header__logo {
        width: 90px;
        height: 33px;
    }
    .header__menu-toggle {
        width: 36px;
    }
    .header__menu-line {
        width: 36px;
    }
}

.header-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.header-contacts__address, .header-contacts__phone {
    color: #84dade;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}
.header-contacts__address {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.header-contacts__phone {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
}
@media (max-width: 1023px) {
    .header-contacts {
        display: none;
    }
}

.header-nav__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-nav__link {
    display: block;
    padding: 0 10px 4px;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.header-nav__link:hover {
    color: #84dade;
}
@media (max-width: 1919px) {
    .header-nav {
        display: none;
    }
}

.header-cart {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 90px;
    padding: 0 50px 0 25px;
    background-color: #002d5d;
    text-decoration: none;
    color: #ffffff;
}
.header-cart__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    white-space: nowrap;
}
.header-cart__title {
    font-family: "Engravers Gothic", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
.header-cart__price {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}
.header-cart__icon-wrap {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart__icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
}
.header-cart__count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #002d5d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Engravers Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
@media (max-width: 1439px) {
    .header-cart {
        padding: 0 24px;
        gap: 16px;
    }
}
@media (max-width: 1023px) {
    .header-cart {
        width: 100%;
        min-height: 46px;
        padding: 8px 20px;
        gap: 8px;
        background-color: #122840;
        order: 3;
    }
    .header-cart__info {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
    }
    .header-cart__title {
        font-family: "Engravers Gothic", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
    }
    .header-cart__price {
        flex-shrink: 0;
        color: #84dade;
        font-size: 16px;
        line-height: 16px;
    }
    .header-cart__icon-wrap {
        width: 24px;
        height: 24px;
    }
    .header-cart__icon {
        width: 24px;
        height: 24px;
    }
    .header-cart__count {
        width: 20px;
        height: 20px;
        right: -7px;
        top: -7px;
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .header-cart {
        padding: 8px 16px;
    }
}

.lk-filter {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1090px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.lk-filter__date {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 100px;
    background: rgba(66, 167, 198, 0.06);
}
.lk-filter__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.lk-filter__arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-filter__arrow.is-prev img {
    transform: rotate(180deg);
}
.lk-filter__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 15px 25px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(66, 167, 198, 0.12);
    border-right: 1px solid rgba(66, 167, 198, 0.12);
    background: transparent;
    cursor: pointer;
}
.lk-filter__label {
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.lk-filter__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #42a7c6;
    border-radius: 20px;
}
.lk-filter__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-filter__value {
    color: #42a7c6;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.lk-filter__cats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.lk-filter__cat {
    border: 0;
    padding: 0;
    background: transparent;
    color: #859ba6;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
}
.lk-filter__cat.is-active {
    color: #42a7c6;
}
.lk-catalog__title {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.lk-catalog__tags {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 20px;
}
.lk-catalog__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 5px 10px;
    border: 1px solid rgba(16, 24, 32, 0.25);
    background: #fff;
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.lk-catalog__tag.is-active {
    border-color: #42a7c6;
    background: #42a7c6;
    color: #fff;
}
.lk-catalog__tag.is-active img {
    filter: brightness(1) invert(1);
}
.lk-catalog__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.lk-catalog__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lk-catalog__text {
    display: block;
}
.lk-catalog__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 10px;
}
.lk-catalog__card {
    min-width: 0;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.catalog-card__img {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    z-index: 1;
}
.catalog-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.catalog-card__corner {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    background: #d5d0ca;
    color: #101820;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.catalog-card__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 25px;
    padding-top: 10px;
}
.catalog-card__title {
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}
.catalog-card__text {
    margin: 0;
    color: #4e5b65;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
.catalog-card__actions {
    display: flex;
    align-items: center;
    gap: 5px;
}
.catalog-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 130px;
    min-height: 50px;
    padding: 15px 25px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
}
.catalog-card__button.is-light {
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
}
.catalog-card__arrow {
    position: relative;
    width: 20px;
    height: 20px;
}
.catalog-card__arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #42a7c6;
    border-bottom: 2px solid #42a7c6;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.catalog-card__variants {
    display: none;
    gap: 5px;
    width: 100%;
    overflow: hidden;
}
.catalog-card.is-open .catalog-card__button:not(.is-light) {
    background: #0a407a;
}
.catalog-card.is-open .catalog-card__variants {
    display: block;
}
.catalog-card.is-open .catalog-card__arrow::before {
    transform: rotate(-135deg);
}
.catalog-card__row {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 50px 40px 50px;
    padding: 15px;
    background: rgba(66, 167, 198, 0.06);
}
.catalog-card__row.is-dark {
    background: #002d5d;
}
.catalog-card__row.is-dark .catalog-card__name,
.catalog-card__row.is-dark .catalog-card__old,
.catalog-card__row.is-dark .catalog-card__price,
.catalog-card__row.is-dark .catalog-card__count {
    color: #fff;
}
.catalog-card__name, .catalog-card__old, .catalog-card__price, .catalog-card__count {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    color: #101820;
    white-space: nowrap;
}
.catalog-card__old {
    color: #42a7c6;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    gap: 8px;
    padding-right: 10px;
}
.catalog-card__old::after {
    content: "";
    width: 16px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8.34223L16 11.1999C16 11.6418 15.6589 12 15.2381 12L8.1219 12L0.761906 12C0.341117 12 4.44797e-07 11.6418 4.64113e-07 11.1999L5.89024e-07 8.34223C1.26237 8.34223 2.28571 7.26753 2.28571 5.94182C2.28571 4.61611 1.26237 3.54141 7.98874e-07 3.54141L9.18699e-07 0.800136C9.38015e-07 0.358233 0.341118 -6.84471e-07 0.761907 -6.66078e-07L0.76386 2.00475e-06L8.0381 0.0195877L15.2361 2.24772e-05C15.6569 -0.00112128 15.9989 0.356184 16 0.798086L16 0.800157L16 3.54141C14.7376 3.54141 13.7143 4.61611 13.7143 5.94182C13.7143 7.26753 14.7376 8.34223 16 8.34223ZM10.6667 0.793605L10.6667 1.99829C10.6667 2.21924 10.8372 2.39836 11.0476 2.39836C11.258 2.39836 11.4286 2.21924 11.4286 1.99829L11.4286 0.793605C11.4286 0.572653 11.258 0.393536 11.0476 0.393536C10.8372 0.393536 10.6667 0.572653 10.6667 0.793605ZM11.4286 11.1999L11.4286 9.99966C11.4286 9.77871 11.258 9.59959 11.0476 9.59959C10.8372 9.59959 10.6667 9.77871 10.6667 9.99966L10.6667 11.1999C10.6667 11.4208 10.8372 11.5999 11.0476 11.5999C11.258 11.5999 11.4286 11.4208 11.4286 11.1999ZM10.6667 3.59856L10.6667 5.19884C10.6667 5.41979 10.8372 5.5989 11.0476 5.5989C11.258 5.5989 11.4286 5.41979 11.4286 5.19884L11.4286 3.59856C11.4286 3.37761 11.258 3.19849 11.0476 3.19849C10.8372 3.19849 10.6667 3.37761 10.6667 3.59856ZM10.6667 6.79911L10.6667 8.39938C10.6667 8.62034 10.8372 8.79945 11.0476 8.79945C11.258 8.79945 11.4286 8.62034 11.4286 8.39938L11.4286 6.79911C11.4286 6.57816 11.258 6.39904 11.0476 6.39904C10.8372 6.39904 10.6667 6.57816 10.6667 6.79911Z' fill='%2347BBCA'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-card__name {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    padding-right: 10px;
}
.catalog-card__price, .catalog-card__count {
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}
.catalog-card__price {
    justify-self: end;
    font-size: 15px;
    padding-right: 10px;
}
.catalog-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 4px;
}
.catalog-card__count {
    font-size: 15px;
    justify-content: center;
}

.catalog-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.catalog-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.catalog-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.2);
}
.catalog-modal__card {
    width: min(100%, 660px);
    height: 100vh;
    padding: 30px 40px;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.catalog-modal__card::-webkit-scrollbar {
    display: none;
}
.catalog-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.catalog-modal__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.catalog-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.catalog-modal__close::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4141 8L17.4141 16L25.4141 24L24 25.4141L16 17.4141L8 25.4141L6.58594 24L14.5859 16L6.58594 8L8 6.58594L16 14.5859L24 6.58594L25.4141 8Z' fill='%23859BA6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-modal__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 30px;
}
.catalog-modal__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog-modal__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.catalog-modal__statusicon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.catalog-modal__statusname {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.catalog-modal__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.catalog-modal__text {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.catalog-modal__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
    border-right: 1px solid rgba(16, 24, 32, 0.1);
}
.catalog-modal__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 84px;
    padding: 15px 20px 15px 15px;
    border-left: 1px solid rgba(16, 24, 32, 0.1);
    border-bottom: 1px solid rgba(16, 24, 32, 0.1);
}
.catalog-modal__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
.catalog-modal__badge.is-dark {
    background: #101820;
    color: #fff;
}
.catalog-modal__badge.is-light {
    border: 1px solid #42a7c6;
    color: #42a7c6;
}
.catalog-modal__label {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.catalog-modal__subtitle {
    margin: 0 0 15px;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.catalog-modal__variants {
    display: grid;
    gap: 5px;
}
.catalog-modal__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 50px 24px 50px;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(66, 167, 198, 0.08);
}
.catalog-modal__group {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}
.catalog-modal__variant {
    color: #101820;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
.catalog-modal__counter {
    color: #47bbca;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}
.catalog-modal__price, .catalog-modal__count {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.catalog-modal__step {
    width: 50px;
    height: 40px;
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}
.catalog-modal__alerts {
    display: grid;
    gap: 4px;
}
.catalog-modal__alert {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    background: rgba(16, 24, 32, 0.03);
}
.catalog-modal__alerticon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.catalog-modal__alerttext {
    color: #101820;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}

body.is-active-modal-open {
    overflow: hidden;
}

.booking-date-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.booking-date-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.booking-date-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.2);
}
.booking-date-modal__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(100%, 650px);
    height: 100vh;
    min-height: 890px;
    padding: 30px 40px;
    background-color: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.booking-date-modal__card::-webkit-scrollbar {
    display: none;
}
.booking-date-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.booking-date-modal__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.booking-date-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.booking-date-modal__close::after {
    content: "";
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4141 8L17.4141 16L25.4141 24L24 25.4141L16 17.4141L8 25.4141L6.58594 24L14.5859 16L6.58594 8L8 6.58594L16 14.5859L24 6.58594L25.4141 8Z' fill='%23859BA6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.booking-date-modal__body {
    display: flex;
    flex: 1;
    align-items: center;
    margin-top: 20px;
}
.booking-date-modal__picker-wrap, .booking-date-modal__picker {
    width: 100%;
}
.booking-date-modal__submit {
    margin-top: 24px;
    width: 100%;
    min-height: 50px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    background-color: #002d5d;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.booking-date-modal__submit-text {
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.booking-date-modal__submit-icon {
    font-size: 20px;
    line-height: 1;
}
.booking-date-modal .air-datepicker {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    color: #101820;
}
.booking-date-modal .air-datepicker-nav {
    display: none;
}
.booking-date-modal .air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 2px;
}
.booking-date-modal .air-datepicker-body--day-name {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #101820;
    text-transform: none;
}
.booking-date-modal .air-datepicker-body--cells.-days- {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 48px;
}
.booking-date-modal .air-datepicker-cell {
    width: 48px;
    height: 48px;
    justify-self: center;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #101820;
}
.booking-date-modal .air-datepicker-cell.-other-month- {
    color: #c2ccd2;
}
.booking-date-modal .air-datepicker-cell.-selected- {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    border-radius: 20px;
    color: #fff;
    background-color: #4ca8c8;
}
.booking-date-modal .air-datepicker-cell.-selected-.-focus- {
    background-color: #4ca8c8;
}
.booking-date-modal .air-datepicker-cell.-focus- {
    background-color: #e7eef2;
}

.booking-date-controls {
    height: 64px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-date-controls__group {
    position: relative;
    display: flex;
    align-items: center;
}
.booking-date-controls__arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 24px;
    background-color: transparent;
    color: #859ba6;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}
.booking-date-controls__value {
    min-width: 98px;
    border: 0;
    background-color: transparent;
    color: #859ba6;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.booking-date-controls__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    max-height: 220px;
    padding: 6px 0;
    overflow-y: auto;
    border: 1px solid #d7e0e5;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 32, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 5;
}
.booking-date-controls__group.is-open .booking-date-controls__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.booking-date-controls__option {
    width: 100%;
    border: 0;
    padding: 9px 12px;
    background-color: transparent;
    color: #859ba6;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.booking-date-controls__option:hover, .booking-date-controls__option.is-active {
    background-color: #edf3f6;
    color: #101820;
}

@media (max-width: 1919px) {
    .catalog-card__old {
        display: none;
    }
    .catalog-card__row {
        grid-template-columns: 1fr 1fr 50px 40px 50px;
    }
}
@media (max-width: 1439px) {
    .catalog-modal__card {
        width: min(100%, 560px);
        padding: 24px;
    }
    .catalog-modal__title {
        font-size: 32px;
        line-height: 36px;
    }
    .catalog-modal__name {
        font-size: 40px;
        line-height: 44px;
    }
    .catalog-modal__text {
        font-size: 22px;
        line-height: 28px;
    }
    .catalog-modal__subtitle {
        font-size: 32px;
        line-height: 36px;
    }
    .catalog-modal__variant {
        font-size: 24px;
        line-height: 28px;
    }
    .catalog-modal__counter, .catalog-modal__price, .catalog-modal__count {
        font-size: 22px;
        line-height: 28px;
    }
    .booking-date-modal__card {
        width: min(100%, 560px);
        min-height: 840px;
        padding: 24px;
    }
    .lk-main {
        max-width: 100%;
        margin-top: 20px;
    }
    .lk-catalog__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }
}
@media (max-width: 1023px) {
    .catalog-modal__card {
        width: 100%;
        padding: 20px;
    }
    .catalog-modal__content {
        gap: 30px;
    }
    .catalog-modal__meta {
        grid-template-columns: 1fr;
    }
    .catalog-modal__row {
        grid-template-columns: minmax(0, 1fr) auto;
        row-gap: 10px;
    }
    .catalog-modal__group {
        grid-column: 1/-1;
    }
    .catalog-modal__step, .catalog-modal__count {
        justify-self: end;
    }
    .booking-date-modal__card {
        min-height: 760px;
        padding: 24px;
    }
    .booking-date-controls__value {
        font-size: 14px;
        line-height: 20px;
    }
    .lk {
        flex-direction: column;
    }
    .lk__aside {
        width: 100%;
    }
    .lk-aside {
        position: static;
        height: auto;
    }
    .lk-nav {
        margin-bottom: 20px;
    }
    .lk-main {
        padding: 0 20px 40px;
    }
    .lk-filter__date {
        grid-template-columns: 60px minmax(0, 1fr) 60px;
    }
    .lk-filter__arrow {
        padding: 15px;
    }
    .lk-filter__cat {
        font-size: 24px;
        line-height: 28px;
    }
    .catalog-card__title {
        font-size: 28px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .catalog-modal__title {
        font-size: 28px;
        line-height: 32px;
    }
    .catalog-modal__name {
        font-size: 40px;
        line-height: 45px;
    }
    .catalog-modal__text {
        font-size: 18px;
        line-height: 24px;
    }
    .catalog-modal__subtitle {
        font-size: 30px;
        line-height: 32px;
    }
    .catalog-modal__variant {
        font-size: 22px;
        line-height: 28px;
    }
    .catalog-modal__counter, .catalog-modal__price, .catalog-modal__count {
        font-size: 18px;
        line-height: 24px;
    }
    .booking-date-modal__card {
        width: 100%;
        min-height: 620px;
        padding: 20px 16px;
    }
    .booking-date-modal .air-datepicker-body--day-name,
    .booking-date-modal .air-datepicker-cell {
        height: 40px;
        font-size: 16px;
        line-height: 24px;
    }
    .booking-date-modal .air-datepicker-body--cells.-days- {
        grid-auto-rows: 40px;
    }
    .booking-date-modal .air-datepicker-cell.-selected- {
        width: 34px;
        height: 34px;
        border-radius: 17px;
    }
    .booking-date-controls {
        height: 52px;
    }
    .booking-date-controls__arrow {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
    .booking-date-controls__value {
        min-width: 70px;
        font-size: 14px;
    }
    .lk-main {
        padding: 0 12px 32px;
    }
    .lk-filter {
        gap: 16px;
    }
    .lk-filter__center {
        padding: 12px;
    }
    .lk-filter__value {
        font-size: 18px;
        line-height: 20px;
    }
    .lk-filter__cat {
        font-size: 22px;
        line-height: 26px;
    }
    .lk-catalog__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
    .catalog-card__title {
        font-size: 26px;
        line-height: 28px;
    }
    .catalog-card__variants {
        grid-template-columns: minmax(0, 1fr) minmax(44px, auto) minmax(62px, auto) 26px minmax(10px, auto) 26px;
    }
    .catalog-card__row {
        gap: 8px;
        padding: 12px;
    }
    .catalog-card__name {
        font-size: 18px;
    }
    .catalog-card__step {
        width: 26px;
        height: 26px;
        font-size: 20px;
        padding-bottom: 2px;
    }
}
.lk-catalog__list.spa-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.spa-list__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.spa-list__top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.spa-list__title {
    margin: 0;
    flex: 1;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.spa-list__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 25px;
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}
.spa-list__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.spa-list__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.spa-list__plus img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.spa-list__body {
    display: grid;
    grid-template-columns: 146px minmax(0, 770px);
    gap: 9px;
    align-items: start;
}
.spa-list__text {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.spa-time {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.spa-time__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.spa-time__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.spa-time__value {
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1439px) {
    .spa-list__title {
        font-size: 26px;
        line-height: 30px;
    }
    .spa-list__body {
        grid-template-columns: 146px minmax(0, 1fr);
    }
}
@media (max-width: 1023px) {
    .lk-catalog__list.spa-list {
        gap: 28px;
    }
    .spa-list__top {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .spa-list__title {
        width: 100%;
        font-size: 24px;
        line-height: 28px;
    }
    .spa-list__body {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }
}
@media (max-width: 767px) {
    .lk-catalog__list.spa-list {
        gap: 24px;
    }
    .spa-list__title {
        font-size: 22px;
        line-height: 26px;
    }
    .spa-list__button {
        width: 100%;
        padding: 10px 20px;
    }
}
.spa-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.spa-booking-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.spa-booking-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.2);
}
.spa-booking-modal__card {
    width: min(100%, 640px);
    height: 100vh;
    padding: 25px;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.spa-booking-modal__card::-webkit-scrollbar {
    display: none;
}
.spa-booking-modal__card.is-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}
.spa-booking-modal__head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.spa-booking-modal__back {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: rotate(180deg);
}
.spa-booking-modal__back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.spa-booking-modal__close {
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: auto;
    border: 0;
    background: transparent;
}
.spa-booking-modal__close::before, .spa-booking-modal__close::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 21px;
    height: 1px;
    background: #101820;
}
.spa-booking-modal__close::before {
    transform: rotate(45deg);
}
.spa-booking-modal__close::after {
    transform: rotate(-45deg);
}
.spa-booking-modal__title {
    margin: 0;
    color: #101820;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
}
.spa-booking-modal__title.is-center {
    text-align: center;
}
@media (max-width: 767px) {
    .spa-booking-modal__title {
        font-size: 20px;
        line-height: 22px;
    }
}
.spa-booking-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 150px;
}
.spa-booking-modal__action {
    min-height: 120px;
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-booking-modal__list {
    margin-top: 30px;
}
.spa-booking-modal__pick {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.spa-booking-modal__label {
    display: block;
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-booking-modal__master {
    margin: 8px 0 0;
    color: #101820;
    font-size: 28px;
    line-height: 32px;
}
.spa-booking-modal__pick .spa-master__item {
    padding: 0;
    margin-top: 10px;
    border-top: 0;
}
.spa-booking-modal__time {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-top: 25px;
}
.spa-booking-modal__calendar {
    margin-top: 25px;
}
.spa-booking-modal__month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.spa-booking-modal__monthname {
    color: #101820;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
.spa-booking-modal__monthnav {
    display: flex;
    align-items: center;
    gap: 30px;
}
.spa-booking-modal__monthbutton {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
}
.spa-booking-modal__monthbutton::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #42a7c6;
    border-bottom: 2px solid #42a7c6;
    transform: rotate(-45deg);
}
.spa-booking-modal__monthbutton.is-prev::before {
    transform: rotate(135deg);
}
.spa-booking-modal__days {
    display: flex;
    gap: 5px;
    margin-top: 15px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.spa-booking-modal__days::-webkit-scrollbar {
    display: none;
}
.spa-booking-modal__day {
    min-width: 63px;
    min-height: 78px;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: rgba(66, 167, 198, 0.08);
    color: #42a7c6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
@media (max-width: 767px) {
    .spa-booking-modal__day {
        padding: 10px;
        min-width: 50px;
    }
}
.spa-booking-modal__day span {
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .spa-booking-modal__day span {
        font-size: 14px;
    }
}
.spa-booking-modal__day b {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}
@media (max-width: 767px) {
    .spa-booking-modal__day b {
        font-size: 22px;
    }
}
.spa-booking-modal__day.is-active {
    background: #42a7c6;
    color: #fff;
}
.spa-booking-modal__section {
    margin-top: 30px;
}
.spa-booking-modal__subtitle {
    margin: 0;
    color: #101820;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
.spa-booking-modal__chip {
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: rgba(66, 167, 198, 0.08);
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.spa-booking-modal__chip.is-active {
    background: #42a7c6;
    color: #fff;
}
.spa-booking-modal__chip.is-disabled {
    color: rgba(16, 24, 32, 0.3);
    pointer-events: none;
}
.spa-booking-modal__submit {
    width: 100%;
    min-height: 50px;
    margin-top: 25px;
    border: 0;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-booking-modal__card.is-date {
    position: relative;
    padding-bottom: 110px;
}
.spa-booking-modal__card.is-date .spa-booking-modal__submit {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px;
    width: auto;
    margin-top: 0;
}
.spa-booking-modal__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 26px;
    color: #101820;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}
.spa-booking-modal__accent, .spa-booking-modal__edit {
    color: #42a7c6;
}
.spa-booking-modal__edit {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.spa-booking-modal__field {
    margin-top: 24px;
}
.spa-booking-modal__field input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #101820;
    color: #101820;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.spa-booking-modal__field input::placeholder {
    color: rgba(16, 24, 32, 0.2);
}
.spa-booking-modal__field.is-check {
    margin-top: 34px;
}
.spa-booking-modal__name {
    display: block;
    margin-bottom: 4px;
    color: #101820;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}
.spa-booking-modal__service {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}
.spa-booking-modal__card.is-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
}
.spa-booking-modal__card.is-success .spa-booking-modal__title {
    font-size: 40px;
    line-height: 45px;
}
.spa-booking-modal__card.is-success .spa-booking-modal__service {
    margin-top: 15px;
    font-size: 20px;
    line-height: 22px;
}
.spa-booking-modal__successmeta {
    margin-top: 55px;
    display: grid;
    gap: 10px;
}
.spa-booking-modal__successrow {
    padding-top: 10px;
}
.spa-booking-modal__successrow.is-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.spa-booking-modal__successcol {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.spa-booking-modal__successlabel {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-booking-modal__successvalue {
    color: #42a7c6;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.spa-booking-modal__card.is-success .spa-booking-modal__submit {
    margin-top: 55px;
}
.spa-booking-modal__card.is-check {
    padding-bottom: 24px;
}
.spa-booking-modal__card.is-check .spa-booking-modal__head + .spa-booking-modal__checkrow {
    margin-top: 34px;
}
.spa-booking-modal__checkrow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}
.spa-booking-modal__checkvalue {
    color: #101820;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.spa-booking-modal__checktime, .spa-booking-modal__checkedit {
    color: #42a7c6;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.spa-booking-modal__checkedit {
    justify-self: start;
    border: 0;
    padding: 0;
    background: transparent;
}
.spa-booking-modal__checkbottom {
    margin-top: 44px;
    padding-top: 10px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.8);
}
.spa-booking-modal__checksum {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 10px;
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-booking-modal__policy {
    margin: 10px 0 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.spa-booking-modal__policy a {
    color: #101820;
    text-decoration: underline;
}

.spa-master__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border: 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
    background: transparent;
    text-align: left;
}
.spa-master__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(66, 167, 198, 0.08);
    flex-shrink: 0;
}
.spa-master__body {
    flex: 1;
    min-width: 0;
}
.spa-master__name {
    display: block;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
@media (max-width: 767px) {
    .spa-master__name {
        font-size: 20px;
        line-height: 22px;
    }
}
.spa-master__role, .spa-master__state {
    display: block;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.spa-master.is-disabled {
    opacity: 0.4;
}
.spa-master.is-static {
    cursor: default;
    pointer-events: none;
}

body.is-active-modal-open {
    overflow: hidden;
}

.lk-hotel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.lk-hotel__title {
    margin: 0;
    color: #101820;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
}
.lk-hotel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 26px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-hotel__loyalty {
    margin-bottom: 20px;
}
.lk-hotel__activity {
    margin-bottom: 20px;
}

.hotel-loyalty {
    padding: 25px;
    background: rgba(66, 167, 198, 0.06);
}
.hotel-loyalty__title {
    margin: 0 0 20px;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.hotel-loyalty__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hotel-loyalty__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.hotel-loyalty__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.hotel-loyalty__value {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.hotel-loyalty__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 5px;
    background: #f2e1cc;
    color: #836745;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.hotel-activity__title {
    margin: 0 0 20px;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.03em;
}
.hotel-activity__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.activity-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 160px;
    padding: 25px;
    background: rgba(66, 167, 198, 0.06);
}
.activity-card__title {
    margin: 0 0 10px;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.activity-card__item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.activity-card__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.activity-card__value {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.activity-card__text {
    margin: 0;
    color: rgba(16, 24, 32, 0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.hotel-history__title {
    margin: 0 0 20px;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.03em;
}
.hotel-history__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.booking-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 272px;
    padding: 15px;
    background: rgba(158, 173, 229, 0.06);
}
.booking-card__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.booking-card__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
}
.booking-card__name {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}
.booking-card__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.03em;
}
.booking-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin-top: auto;
}
.booking-card__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.booking-card__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
}
.booking-card__accent {
    color: #42a7c6;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.booking-card__time {
    color: rgba(16, 24, 32, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.booking-card__value {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 1439px) {
    .hotel-history__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1023px) {
    .lk-hotel__head {
        align-items: flex-start;
        flex-direction: column;
    }
    .lk-hotel__button {
        min-width: 220px;
    }
    .hotel-activity__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .hotel-history__list {
        grid-template-columns: minmax(0, 1fr);
    }
}
@media (max-width: 767px) {
    .lk-hotel__button {
        width: 100%;
    }
    .hotel-loyalty {
        padding: 18px;
    }
    .activity-card {
        padding: 18px;
    }
    .booking-card {
        padding: 18px;
    }
    .booking-card__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
.lk {
    display: flex;
    min-height: 100vh;
    position: relative;
}
.lk__aside {
    flex-shrink: 0;
    width: 260px;
}
.lk-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-right: 1px solid rgba(16, 24, 32, 0.05);
    background: #f5f5f5;
    height: 100vh;
    position: sticky;
    top: 0;
}
.lk-aside__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
}
.lk-aside__mobile {
    display: none;
}
.lk-aside__title {
    margin: 0;
    color: #101820;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
}
.lk-aside__close {
    position: relative;
    width: 20px;
    height: 20px;
    color: #42a7c6;
    flex-shrink: 0;
}
.lk-aside__close::before, .lk-aside__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: currentColor;
}
.lk-aside__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.lk-aside__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lk-aside__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__tel {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__bottom {
    width: 100%;
    margin-top: auto;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk-aside__logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav {
    margin-bottom: 100px;
}
.lk-nav__list {
    display: flex;
    flex-direction: column;
}
.lk-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px;
    color: #101820;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lk-nav__link.is-active {
    background: #42a7c6;
    color: #fff;
}
.lk-nav__link.is-active img {
    filter: brightness(0) invert(1);
}
.lk-nav__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav__name {
    display: block;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
}
.lk-nav__counter {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px 3px;
    border-radius: 8px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-main {
    padding: 60px 80px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.lk-welcome__label {
    display: block;
    margin-bottom: 10px;
    color: var(--Brand-2, #9eade5);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
}
.lk-welcome__name {
    display: block;
    color: var(--Font-Prime, #101820);
    font-size: var(--Size-2, 40px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -1.2px;
}
.lk-active {
    margin-top: 40px;
}
.lk-active__head {
    margin-bottom: 20px;
}
.lk-active__title {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk-active__list {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
}
.lk-active__card {
    grid-column: span 3;
}
.lk-active__card:last-child:nth-child(4n+1) {
    grid-column: 1/-1;
}
.lk-active__card:nth-last-child(2):nth-child(4n+1), .lk-active__card:last-child:nth-child(4n+2) {
    grid-column: span 6;
}
.lk-active__card:nth-last-child(3):nth-child(4n+1), .lk-active__card:nth-last-child(2):nth-child(4n+2), .lk-active__card:last-child:nth-child(4n+3) {
    grid-column: span 4;
}
.lk-actual {
    margin-top: 40px;
}
.lk-actual__head {
    margin-bottom: 20px;
}
.lk-actual__title {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk-actual__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.lk-actual__card {
    min-width: 0;
}
.lk-sales {
    margin-top: 40px;
}
.lk-sales__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.lk-sales__title {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk-sales__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.lk-sales__alltext {
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-sales__allicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk-sales__list.is-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.lk-sales__card {
    min-width: 0;
}
.lk-news {
    margin-top: 40px;
}
.lk-news__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.lk-news__title {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk-news__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.lk-news__allvalue {
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-news__allicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk-news__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.lk-news__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lk-news__card {
    min-width: 0;
}
.lk .active-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 280px;
    padding: 25px;
    background: rgba(66, 167, 198, 0.06);
}
.lk .active-card.is-spa {
    background: rgba(205, 193, 183, 0.1);
}
.lk .active-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.lk .active-card__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .active-card__status {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lk .active-card__statusicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .active-card__statusname {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__name {
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .active-card__date {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .active-card__date.is-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 10px;
}
.lk .active-card__datelabel {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__datevalue {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk .active-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lk .active-card__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .active-card__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__value {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk .active-card__deposit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}
.lk .active-card__depositicon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .active-card__deposittext {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card .is-accent {
    color: #42a7c6;
}
.lk .actual-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 190px;
    padding: 25px;
    background: #101820;
}
.lk .actual-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .actual-card__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.lk .actual-card__statusicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .actual-card__statusname {
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .actual-card__name {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .actual-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lk .actual-card__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .actual-card__label {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .actual-card__value {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk .actual-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}
.lk .actual-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 25px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}
.lk .actual-card__button.is-secondary {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
}
.lk .sales-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .sales-card__img {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.lk .sales-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk .sales-card__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 40px;
    padding: 9px 25px;
    background: #101820;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.lk .sales-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .sales-card__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .sales-card__namelink {
    color: inherit;
}
.lk .sales-card__desc {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
}
.lk .sales-card__more {
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .news-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lk .news-card.is-large .news-card__img {
    height: 600px;
}
.lk .news-card__img {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #42a7c6;
}
.lk .news-card__img.is-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk .news-card__img.is-logo img {
    width: 137px;
    height: 50px;
    object-fit: contain;
}
.lk .news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk .news-card__content {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    column-gap: 20px;
    align-items: start;
}
.lk .news-card__date {
    display: block;
    margin-top: 2px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .news-card__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk .news-card__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .news-card__desc {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
}
@media (max-width: 1919px) {
    .lk .lk-main {
        padding: 40px;
    }
}
@media (max-width: 1439px) {
    .lk-main {
        padding: 50px 40px;
    }
    .lk-active__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lk .actual-card__name {
        font-size: 28px;
    }
    .lk-sales__list {
        gap: 16px;
    }
    .lk-news__row {
        gap: 16px;
    }
    .lk .sales-card__name {
        font-size: 26px;
        line-height: 30px;
    }
    .lk .news-card__name {
        font-size: 26px;
        line-height: 30px;
    }
    .lk .lk-sales__list.is-index {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1023px) {
    .lk {
        display: block;
    }
    .lk__aside {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 40;
        width: 100%;
        height: calc(100vh - 105px);
        padding: 14px 16px;
        border-right: 0;
        background: #f5f5f5;
        overflow-y: auto;
    }
    .lk__aside.is-open {
        display: flex;
    }
    .lk-main {
        padding: 40px 16px 100px;
    }
    .lk-aside {
        justify-content: flex-start;
        gap: 25px;
        position: fixed;
    }
    .lk-aside__mobile {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }
    .lk-aside__contacts {
        padding: 10px;
    }
    .lk-aside__bottom {
        margin-top: 0;
    }
    .lk-nav {
        margin-bottom: 25px;
    }
    .lk-nav__link {
        min-height: 50px;
    }
    .lk-nav__name {
        font-size: 16px;
        line-height: 20px;
    }
    .lk-welcome__name {
        font-size: 34px;
        letter-spacing: -1px;
    }
    .lk .active-card {
        min-height: auto;
    }
    .lk .active-card__name {
        font-size: 26px;
        line-height: 30px;
    }
    .lk .active-card__date.is-row {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 5px;
    }
    .lk-actual__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk-sales__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lk-news__list {
        gap: 30px;
    }
    .lk-news__row {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk .actual-card {
        min-height: auto;
    }
    .lk .actual-card__name {
        font-size: 26px;
        line-height: 30px;
    }
    .lk .sales-card__img {
        height: 240px;
    }
    .lk .sales-card__name {
        font-size: 24px;
        line-height: 28px;
    }
    .lk .sales-card__desc {
        font-size: 16px;
        line-height: 22px;
    }
    .lk .news-card.is-large .news-card__img {
        height: 500px;
    }
    .lk .news-card__img {
        height: 320px;
    }
    .lk .news-card__name {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .lk {
        flex-direction: column;
    }
    .lk .lk-main {
        padding: 30px 10px;
    }
    .lk__aside {
        height: calc(100vh - 105px);
    }
    .lk-main {
        padding: 30px 16px 100px;
    }
    .lk-welcome__name {
        font-size: 30px;
    }
    .lk-active__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk .active-card {
        padding: 20px;
    }
    .lk .active-card__name {
        font-size: 24px;
        line-height: 28px;
    }
    .lk .actual-card {
        padding: 20px;
    }
    .lk .actual-card__name {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .lk .actual-card__actions {
        flex-direction: column;
    }
    .lk .actual-card__button {
        width: 100%;
    }
    .lk-sales__head {
        flex-wrap: wrap;
    }
    .lk-sales__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
    .lk-news__head {
        flex-wrap: wrap;
    }
    .lk-news__list {
        gap: 24px;
    }
    .lk .sales-card__img {
        height: 210px;
    }
    .lk .sales-card__badge {
        min-width: 62px;
        padding: 9px 20px;
        font-size: 18px;
    }
    .lk .sales-card__name {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .lk .sales-card__desc {
        font-size: 14px;
        line-height: 20px;
    }
    .lk .news-card.is-large .news-card__img {
        height: 360px;
    }
    .lk .news-card__img {
        height: 240px;
    }
    .lk .news-card__content {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 10px;
    }
    .lk .news-card__text {
        gap: 10px;
    }
    .lk .news-card__name {
        font-size: 24px;
        line-height: 28px;
    }
    .lk .news-card__desc {
        font-size: 14px;
        line-height: 20px;
    }
}

.active-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.active-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.active-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.2);
}
.active-modal__card {
    position: relative;
    width: min(100%, 650px);
    height: 100vh;
    padding: 30px 40px;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.active-modal__card::-webkit-scrollbar {
    display: none;
}
.active-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 70px;
}
.active-modal__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.active-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.active-modal__close::after {
    content: "";
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4141 8L17.4141 16L25.4141 24L24 25.4141L16 17.4141L8 25.4141L6.58594 24L14.5859 16L6.58594 8L8 6.58594L16 14.5859L24 6.58594L25.4141 8Z' fill='%23859BA6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.active-modal__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.active-modal__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.active-modal__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.active-modal__statusicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.active-modal__statusname {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.active-modal__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.active-modal__date {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 10px;
}
.active-modal__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.active-modal__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}
.active-modal__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.active-modal__value {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
}
.active-modal__value.is-accent {
    color: #42a7c6;
}
.active-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
}
.active-modal__button {
    min-height: 50px;
    padding: 10px 25px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
.active-modal__button.is-secondary {
    border: 1px solid #42a7c6;
    background: transparent;
    color: #42a7c6;
}
.active-modal__alerts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.active-modal__alert {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    background: rgba(16, 24, 32, 0.03);
}
.active-modal__alerticon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.5;
    flex-shrink: 0;
}
.active-modal__alerttext {
    color: #101820;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
}
.active-modal__details {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.active-modal__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.active-modal__text {
    margin-left: auto;
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
}
.active-modal__code {
    display: flex;
    justify-content: center;
    align-items: center;
}
.active-modal__code img {
    max-width: 100%;
}
@media (max-width: 1439px) {
    .active-modal__card {
        width: min(100%, 560px);
        padding: 24px;
    }
    .active-modal__head {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .active-modal__card {
        width: 100%;
        padding: 20px 16px;
    }
    .active-modal__head {
        margin-bottom: 30px;
    }
    .active-modal__title, .active-modal__name {
        font-size: 30px;
        line-height: 34px;
    }
    .active-modal__content {
        gap: 40px;
    }
    .active-modal__date, .active-modal__meta, .active-modal__actions {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.is-active-modal-open {
    overflow: hidden;
}

.freeze-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.freeze-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.freeze-modal__overlay {
    flex: 1;
    background: rgba(16, 24, 32, 0.2);
}
.freeze-modal__card {
    width: min(100%, 650px);
    height: 100vh;
    padding: 30px 40px;
    background: #fff;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.freeze-modal__card::-webkit-scrollbar {
    display: none;
}
.freeze-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 70px;
}
.freeze-modal__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.freeze-modal__close {
    position: relative;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.freeze-modal__close::after {
    content: "";
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4141 8L17.4141 16L25.4141 24L24 25.4141L16 17.4141L8 25.4141L6.58594 24L14.5859 16L6.58594 8L8 6.58594L16 14.5859L24 6.58594L25.4141 8Z' fill='%23859BA6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.freeze-modal__content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 140px);
}
.freeze-modal__desc {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.freeze-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 120px;
}
.freeze-modal__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #101820;
}
.freeze-modal__label {
    color: #101820;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}
.freeze-modal__value {
    color: #101820;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}
.freeze-modal__input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #101820;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
.freeze-modal__bottom {
    margin-top: auto;
    padding: 10px 0 20px;
}
.freeze-modal__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.freeze-modal__name, .freeze-modal__count {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.freeze-modal__button {
    width: 100%;
    min-height: 50px;
    padding: 10px 25px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    margin: 10px 0;
}
.freeze-modal__policy {
    margin: 10px 0 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.freeze-modal__link {
    color: inherit;
    text-decoration: underline;
}
@media (max-width: 1439px) {
    .freeze-modal__card {
        width: min(100%, 560px);
        padding: 24px;
    }
    .freeze-modal__head {
        margin-bottom: 40px;
    }
    .freeze-modal__fields {
        margin-top: 80px;
    }
    .freeze-modal__value {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .freeze-modal__card {
        width: 100%;
        padding: 20px 16px;
    }
    .freeze-modal__head {
        margin-bottom: 30px;
    }
    .freeze-modal__fields {
        margin-top: 60px;
        gap: 24px;
    }
}

.lk {
    display: flex;
    min-height: 100vh;
}
.lk__aside {
    flex-shrink: 0;
    width: 260px;
}
.lk-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-right: 1px solid rgba(16, 24, 32, 0.05);
    background: #f5f5f5;
    height: 100vh;
    position: sticky;
    top: 0;
}
.lk-aside__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
}
.lk-aside__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__tel {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__bottom {
    width: 100%;
    margin-top: auto;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk-aside__logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-nav {
    margin-bottom: 100px;
}
.lk-nav__list {
    display: flex;
    flex-direction: column;
}
.lk-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px;
    color: #101820;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lk-nav__link.is-active {
    background: #42a7c6;
    color: #fff;
}
.lk-nav__link.is-active img {
    filter: brightness(0) invert(1);
}
.lk-nav__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav__name {
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.lk-nav__counter {
    position: absolute;
    top: 4px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px 3px;
    border-radius: 8px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-main {
    padding: 60px 80px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.lk-news__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.lk-news__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 20px;
}
.lk-news__pagination {
    margin-top: 50px;
}
.lk .news-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lk .news-card.is-large .news-card__img {
    height: 600px;
}
.lk .news-card__img {
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #42a7c6;
}
.lk .news-card__img.is-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk .news-card__img.is-logo img {
    width: 137px;
    height: 50px;
    object-fit: contain;
}
.lk .news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk .news-card__content {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}
.lk .news-card__date {
    display: block;
    margin-top: 2px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .news-card__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk .news-card__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.lk .news-card__namelink {
    color: inherit;
}
.lk .news-card__desc {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.lk .lk-page {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.lk .lk-page__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 50px;
    padding: 0 16px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .lk-page__item.is-active {
    background: #002d5d;
    color: #fff;
}
.lk .lk-page__itemarrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk .lk-page__itemarrow.is-prev img {
    transform: rotate(180deg);
}
.lk .lk-page__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
@media (max-width: 1439px) {
    .lk-main {
        padding: 50px 40px;
    }
    .lk-news__row {
        gap: 36px 16px;
    }
    .lk .news-card__name {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 1023px) {
    .lk__aside {
        width: 220px;
    }
    .lk-main {
        padding: 40px 24px;
    }
    .lk-news__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
    .lk .news-card.is-large .news-card__img {
        height: 500px;
    }
    .lk .news-card__img {
        height: 320px;
    }
    .lk .news-card__name {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .lk {
        flex-direction: column;
    }
    .lk__aside {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 24, 32, 0.05);
    }
    .lk-main {
        padding: 30px 20px;
    }
    .lk-news__list {
        gap: 24px;
    }
    .lk-news__pagination {
        margin-top: 30px;
    }
    .lk .news-card.is-large .news-card__img {
        height: 360px;
    }
    .lk .news-card__img {
        height: 240px;
    }
    .lk .news-card__content {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 10px;
    }
    .lk .news-card__text {
        gap: 10px;
    }
    .lk .news-card__name {
        font-size: 24px;
        line-height: 28px;
    }
    .lk .lk-page {
        gap: 2px;
    }
    .lk .lk-page__item {
        min-width: 40px;
        height: 44px;
        padding: 0 12px;
    }
    .lk .lk-page__dots {
        width: 40px;
    }
}

.lk {
    display: flex;
    min-height: 100vh;
}
.lk__aside {
    flex-shrink: 0;
    width: 260px;
}
.lk-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-right: 1px solid rgba(16, 24, 32, 0.05);
    background: #f5f5f5;
    height: 100vh;
    position: sticky;
    top: 0;
}
.lk-aside__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
}
.lk-aside__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__tel {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__bottom {
    width: 100%;
    margin-top: auto;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk-aside__logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-nav {
    margin-bottom: 100px;
}
.lk-nav__list {
    display: flex;
    flex-direction: column;
}
.lk-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px;
    color: #101820;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lk-nav__link.is-active {
    background: #42a7c6;
    color: #fff;
}
.lk-nav__link.is-active img {
    filter: brightness(0) invert(1);
}
.lk-nav__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav__name {
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.lk-nav__counter {
    position: absolute;
    top: 4px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px 3px;
    border-radius: 8px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-main {
    padding: 60px 80px 70px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}
.lk-notifications {
    max-width: 925px;
}
.lk-notifications__title {
    margin: 0;
    color: #101820;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
}
.lk-notifications__section {
    margin-top: 48px;
}
.lk-notifications__date {
    margin: 0 0 25px;
    color: #859ba6;
    font-size: 20px;
    line-height: 22px;
}
.lk-notifications__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.lk-notifications__item {
    border-top: 1px solid rgba(16, 24, 32, 0.1);
    padding-top: 20px;
}
.lk-notifications__item.is-new .lk-notifications__name {
    color: #101820;
}
.lk-notifications__item.is-new .lk-notifications__link::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #42a7c6;
}
.lk-notifications__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.lk-notifications__name {
    color: #859ba6;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}
.lk-notifications__arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-notifications__more {
    width: 100%;
    height: 50px;
    margin-top: 35px;
    border: 0;
    background: rgba(66, 167, 198, 0.06);
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.lk-notifications__more img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
@media (max-width: 1439px) {
    .lk-main {
        padding: 50px 40px 60px;
    }
    .lk-notifications__title {
        font-size: 52px;
    }
    .lk-notifications__name {
        font-size: 24px;
    }
}
@media (max-width: 1023px) {
    .lk__aside {
        width: 220px;
    }
    .lk-aside {
        padding: 20px 12px;
    }
    .lk-nav {
        margin-bottom: 60px;
    }
    .lk-nav__name {
        font-size: 17px;
        line-height: 20px;
    }
    .lk-main {
        padding: 36px 24px 40px;
    }
    .lk-notifications {
        max-width: 100%;
    }
    .lk-notifications__title {
        font-size: 44px;
    }
    .lk-notifications__date {
        font-size: 18px;
    }
    .lk-notifications__name {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .lk {
        flex-direction: column;
    }
    .lk__aside {
        width: 100%;
    }
    .lk-aside {
        height: auto;
        position: static;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 24, 32, 0.05);
    }
    .lk-nav {
        margin-bottom: 30px;
    }
    .lk-main {
        padding: 24px 16px 32px;
    }
    .lk-notifications__title {
        font-size: 36px;
        line-height: 1.1;
    }
    .lk-notifications__section {
        margin-top: 36px;
    }
    .lk-notifications__date {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 20px;
    }
    .lk-notifications__list {
        gap: 16px;
    }
    .lk-notifications__item {
        padding-top: 16px;
    }
    .lk-notifications__item.is-new .lk-notifications__link::before {
        left: -8px;
        top: 11px;
    }
    .lk-notifications__link {
        gap: 10px;
    }
    .lk-notifications__name {
        font-size: 22px;
    }
    .lk-notifications__more {
        margin-top: 24px;
    }
}

.lk {
    display: flex;
    min-height: 100vh;
}
.lk__aside {
    flex-shrink: 0;
    width: 260px;
}
.lk-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-right: 1px solid rgba(16, 24, 32, 0.05);
    background: #f5f5f5;
    height: 100vh;
    position: sticky;
    top: 0;
}
.lk-aside__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
}
.lk-aside__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__tel {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__bottom {
    width: 100%;
    margin-top: auto;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk-aside__logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk-nav {
    margin-bottom: 100px;
}
.lk-nav__list {
    display: flex;
    flex-direction: column;
}
.lk-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px;
    color: #101820;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lk-nav__link.is-active {
    background: #42a7c6;
    color: #fff;
}
.lk-nav__link.is-active img {
    filter: brightness(0) invert(1);
}
.lk-nav__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav__name {
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.lk-nav__counter {
    position: absolute;
    top: 4px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px 3px;
    border-radius: 8px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-main {
    padding: 30px 35px 60px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}
.lk-sales__list {
    display: flex;
    flex-direction: column;
    gap: 84px;
}
.lk-sales__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lk-sales__pagination {
    margin-top: 20px;
}
.lk .sale-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk .sale-card__img {
    position: relative;
    display: block;
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.lk .sale-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk .sale-card__tag {
    position: absolute;
    left: 68px;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 147px;
    height: 100px;
    padding: 10px 25px;
    background: #101820;
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}
.lk .sale-card__tag.is-blue {
    background: #9eade5;
}
.lk .sale-card__tag.is-gray {
    background: #d5d0ca;
}
.lk .sale-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk .sale-card__name {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}
.lk .sale-card__desc {
    margin: 0;
    color: #101820;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.lk .sale-card__more {
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .sale-card.is-large .sale-card__img {
    height: 500px;
}
.lk .sale-card.is-large .sale-card__content {
    padding-left: 68px;
}
.lk .sale-card.is-large .sale-card__desc {
    max-width: 1020px;
}
.lk .sale-card:not(.is-large) .sale-card__content {
    padding-left: 68px;
}
.lk .lk-page {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.lk .lk-page__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 50px;
    padding: 0 16px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .lk-page__item.is-active {
    background: #002d5d;
    color: #fff;
}
.lk .lk-page__itemarrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lk .lk-page__itemarrow.is-prev img {
    transform: rotate(180deg);
}
.lk .lk-page__dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    color: #42a7c6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
@media (max-width: 1439px) {
    .lk-main {
        padding: 30px 24px 50px;
    }
    .lk-sales__list {
        gap: 56px;
    }
    .lk .sale-card__tag {
        left: 32px;
    }
    .lk .sale-card.is-large .sale-card__content, .lk .sale-card:not(.is-large) .sale-card__content {
        padding-left: 32px;
    }
}
@media (max-width: 1023px) {
    .lk__aside {
        width: 220px;
    }
    .lk-main {
        padding: 24px 20px 40px;
    }
    .lk-sales__list {
        gap: 40px;
    }
    .lk-sales__row {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk .sale-card__img {
        height: 320px;
    }
    .lk .sale-card__tag {
        left: 20px;
        min-width: 120px;
        height: 80px;
        font-size: 40px;
    }
    .lk .sale-card__name {
        font-size: 24px;
    }
    .lk .sale-card.is-large .sale-card__img {
        height: 420px;
    }
    .lk .sale-card.is-large .sale-card__content, .lk .sale-card:not(.is-large) .sale-card__content {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .lk {
        flex-direction: column;
    }
    .lk__aside {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 24, 32, 0.05);
    }
    .lk-main {
        padding: 20px 16px 30px;
    }
    .lk .sale-card {
        gap: 16px;
    }
    .lk .sale-card__img {
        height: 240px;
    }
    .lk .sale-card__tag {
        left: 12px;
        min-width: 96px;
        height: 64px;
        font-size: 32px;
    }
    .lk .sale-card__content {
        gap: 12px;
    }
    .lk .sale-card__name {
        font-size: 22px;
        line-height: 1.2;
    }
    .lk .sale-card.is-large .sale-card__img {
        height: 280px;
    }
    .lk .sale-card.is-large .sale-card__content, .lk .sale-card:not(.is-large) .sale-card__content {
        padding-left: 0;
    }
    .lk .lk-page {
        gap: 2px;
    }
    .lk .lk-page__item {
        min-width: 40px;
        height: 44px;
        padding: 0 12px;
    }
    .lk .lk-page__dots {
        width: 40px;
    }
}

.lk-sert {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.lk-sert__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.lk-sert__tab {
    color: #859ba6;
    font-size: 28px;
    line-height: 32px;
}
.lk-sert__tab.is-active {
    color: #42a7c6;
}
.lk-sert__title {
    color: #101820;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.lk-sert__section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk-sert__subtitle {
    margin: 0;
    color: #101820;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}
.lk-sert__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.lk-sert__tag {
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(16, 24, 32, 0.25);
    background: transparent;
    color: var(--Font-Prime, #101820);
    font-family: "Engravers Gothic";
    font-size: var(--Size-UI, 15px);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
}
.lk-sert__tag.is-active {
    border-color: #42a7c6;
    background: #42a7c6;
    color: #fff;
}
.lk-sert__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.lk-sert__card {
    min-width: 0;
}

.sert-card {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}
.sert-card.is-accent {
    background: #42a7c6;
}
.sert-card.is-dark {
    background: #0b1622;
}
.sert-card.is-soft {
    background: #9aa7db;
}
.sert-card.is-deep {
    background: #002d5d;
}
.sert-card__image {
    position: relative;
    display: block;
    width: 100%;
    min-height: 220px;
    height: 220px;
    z-index: 1;
}
.sert-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.sert-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}
.sert-card__title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}
.sert-card__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.sert-card__actual {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.sert-card__old {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 4px;
    background: #e73f3f;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.sert-card__link {
    margin-left: auto;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}
.sert-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sert-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
.sert-card__buy {
    min-height: 50px;
    padding: 14px 25px;
    border: 0;
    background: #002d5d;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}
.sert-card__tag:hover {
    border-color: #fff;
    background: #fff;
}
.sert-card.is-accent .sert-card__tag:hover {
    color: #42a7c6;
}
.sert-card.is-dark .sert-card__tag:hover {
    color: #0b1622;
}
.sert-card.is-soft .sert-card__tag:hover {
    color: #9aa7db;
}
.sert-card.is-deep .sert-card__tag:hover {
    color: #002d5d;
}
.sert-card.is-deep .sert-card__buy {
    background: var(--UI-Prime, #fff);
    color: var(--Brand-5, #002d5d);
}

@media (max-width: 1439px) {
    .lk-sert__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1023px) {
    .lk-sert__tabs {
        justify-content: flex-start;
    }
    .lk-sert__tab, .lk-sert__subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .lk-sert__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk-sert__tab, .lk-sert__subtitle {
        font-size: 20px;
        line-height: 22px;
    }
    .sert-card {
        min-height: 460px;
    }
    .sert-card__title {
        font-size: 24px;
        line-height: 28px;
    }
    .sert-card__tag {
        font-size: 13px;
        line-height: 18px;
    }
    .sert-card__buy {
        font-size: 20px;
    }
}
.lk {
    display: flex;
    min-height: 100vh;
}
.lk__aside {
    flex-shrink: 0;
    width: 260px;
}
.lk-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    border-right: 1px solid rgba(16, 24, 32, 0.05);
    background: #f5f5f5;
    height: 100vh;
    position: sticky;
    top: 0;
}
.lk-aside__contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    padding: 10px;
}
.lk-aside__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__tel {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__bottom {
    width: 100%;
    margin-top: auto;
    padding: 20px 10px 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk-aside__logout {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #859ba6;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-aside__logout img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav {
    margin-bottom: 100px;
}
.lk-nav__list {
    display: flex;
    flex-direction: column;
}
.lk-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px;
    color: #101820;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.lk-nav__link.is-active {
    background: #42a7c6;
    color: #fff;
}
.lk-nav__link.is-active img {
    filter: brightness(0) invert(1);
}
.lk-nav__icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}
.lk-nav__name {
    display: block;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
}
.lk-nav__counter {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px 3px;
    border-radius: 8px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-main {
    padding: 40px 80px 60px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.lk-profile {
    display: grid;
    grid-template-columns: 457px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}
.lk-history {
    margin-top: 50px;
}
.lk-history__head {
    margin-bottom: 16px;
}
.lk-history__title {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.lk-history__group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk-history__group:not(:last-child) {
    margin-bottom: 100px;
}
.lk-history__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.lk-history__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.lk-history__repeat {
    color: #42a7c6;
}
.lk-history__sum {
    color: rgba(16, 24, 32, 0.7);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
.lk-history__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #fff;
}
.lk-history__card {
    min-width: 0;
}
.lk-history__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--Font-Prime, #101820);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
    font-family: Roboto;
}
.lk-history__date:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M16.5 0.833008C16.8147 0.833008 17.1109 0.981719 17.2998 1.2334L20.0498 4.89941C20.0527 4.90331 20.0548 4.90818 20.0576 4.91211C20.0853 4.95001 20.1106 4.98957 20.1328 5.03125C20.135 5.03537 20.1365 5.0398 20.1387 5.04395C20.1835 5.13116 20.2158 5.22543 20.2334 5.3252C20.2352 5.33558 20.2368 5.34599 20.2383 5.35645C20.245 5.40339 20.25 5.45118 20.25 5.5V18.333C20.25 19.0844 19.9512 19.8056 19.4199 20.3369C18.8887 20.868 18.1682 21.1659 17.417 21.166H4.58301C3.83183 21.1659 3.11132 20.868 2.58008 20.3369C2.04883 19.8056 1.75 19.0844 1.75 18.333V5.5C1.75 5.45118 1.75496 5.40339 1.76172 5.35645C1.76324 5.34599 1.76475 5.33558 1.7666 5.3252C1.78421 5.22543 1.81648 5.13116 1.86133 5.04395C1.86345 5.0398 1.865 5.03537 1.86719 5.03125C1.88936 4.98957 1.91474 4.95001 1.94238 4.91211C1.94524 4.90818 1.94727 4.90331 1.9502 4.89941L4.7002 1.2334L4.77539 1.14355C4.96294 0.946504 5.22459 0.833008 5.5 0.833008H16.5ZM3.75 18.333C3.75 18.5539 3.83806 18.7656 3.99414 18.9219C4.15034 19.0781 4.36211 19.1659 4.58301 19.166H17.417C17.6379 19.1659 17.8497 19.0781 18.0059 18.9219C18.1619 18.7656 18.25 18.5539 18.25 18.333V6.5H3.75V18.333ZM14.666 8.16699C15.2183 8.16699 15.666 8.61471 15.666 9.16699C15.6659 10.4045 15.1748 11.5917 14.2998 12.4668C13.4247 13.3417 12.2374 13.8339 11 13.834C9.76252 13.8339 8.57527 13.3418 7.7002 12.4668C6.8251 11.5917 6.33309 10.4046 6.33301 9.16699C6.33301 8.61482 6.78087 8.16717 7.33301 8.16699C7.88529 8.16699 8.33301 8.61471 8.33301 9.16699C8.33309 9.87412 8.61424 10.5527 9.11426 11.0527C9.61426 11.5527 10.2929 11.8339 11 11.834C11.707 11.8339 12.3858 11.5526 12.8857 11.0527C13.3857 10.5527 13.6659 9.87404 13.666 9.16699C13.666 8.61492 14.114 8.16734 14.666 8.16699ZM4.74902 4.5H17.251L16 2.83301H6L4.74902 4.5Z' fill='%2342A7C6'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.lk-history__time {
    display: inline-flex;
    align-items: center;
    color: var(--UI-Text-Default, #859ba6);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
    font-family: Roboto;
}
.lk-history__number {
    display: inline-flex;
    align-items: center;
    color: var(--UI-Text-Default, #859ba6);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
    font-family: Roboto;
}
.lk-history__repeat {
    color: var(--UI-Text-Accent, #42a7c6);
    font-family: "Engravers Gothic";
    font-size: var(--Size-UI, 15px);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
}
.lk-history__sum {
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
    color: var(--UI-Text-Default, #859ba6);
    font-family: "Engravers Gothic";
    font-size: var(--Size-UI, 15px);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
}
.lk-history__sum span {
    display: inline-flex;
    color: var(--Font-Prime, #101820);
    font-family: Roboto;
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
}
.lk .lk-profile__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lk .lk-profile__head {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 97px;
    min-height: 400px;
    padding: 40px;
    background: #5a6770 url("static/img/general/lk-settings-user.png") center/cover no-repeat;
}
.lk .lk-profile__label {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}
.lk .lk-profile__name {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.8px;
}
.lk .lk-profile__bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 53px;
    min-height: 397px;
    padding: 40px 20px;
    background: #101820;
    color: #fff;
    text-align: center;
}
.lk .lk-profile__logo {
    width: 224px;
    height: 82px;
    object-fit: contain;
}
.lk .lk-profile__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}
.lk .lk-profile__value {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.8px;
}
.lk .lk-profile__text {
    margin-top: auto;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.lk .lk-profile__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.lk .lk-data__title {
    margin: 0;
    color: #101820;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}
.lk .lk-data__list {
    margin-top: 20px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk .lk-data__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    padding-top: 10px;
    min-height: 50px;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
}
.lk .lk-data__label {
    color: rgba(16, 24, 32, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.lk .lk-data__value {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}
.lk .lk-data__input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #101820;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}
.lk .lk-data__input::placeholder {
    color: rgba(16, 24, 32, 0.4);
}
.lk .lk-data__allow {
    margin-top: 50px;
}
.lk .lk-data__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.lk .lk-data__row .lk-data__input {
    display: none;
}
.lk .lk-data__row.is-edit .lk-data__value {
    display: none;
}
.lk .lk-data__row.is-edit .lk-data__input {
    display: block;
}
.lk .lk-data__edit {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    flex-shrink: 0;
    cursor: pointer;
}
.lk .lk-data__edit img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lk .lk-allow__title {
    margin: 0 0 24px;
    color: #101820;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}
.lk .lk-allow__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}
.lk .lk-allow__item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.lk .lk-allow__item input:checked + .lk-allow__mark {
    background: #42a7c6;
}
.lk .lk-allow__item input:checked + .lk-allow__mark::before {
    opacity: 1;
}
.lk .lk-allow__mark {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #42a7c6;
    flex-shrink: 0;
    background: transparent;
}
.lk .lk-allow__mark::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
}
.lk .lk-allow__text {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.lk .lk-allow__button {
    margin-top: 32px;
    width: 100%;
    min-height: 50px;
    border: 0;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .lk-allow__button:disabled {
    background: rgba(16, 24, 32, 0.15);
    cursor: default;
}
.lk .active-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 280px;
    padding: 25px;
    background: rgba(66, 167, 198, 0.06);
}
.lk .active-card.is-spa {
    background: rgba(205, 193, 183, 0.1);
}
.lk .active-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.lk .active-card__top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .active-card__status {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lk .active-card__statusicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .active-card__statusname {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__name {
    color: #101820;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .active-card__date {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .active-card__date.is-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 10px;
}
.lk .active-card__datelabel {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__datevalue {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk .active-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.lk .active-card__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .active-card__label {
    color: rgba(16, 24, 32, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card__value {
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
.lk .active-card__deposit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}
.lk .active-card__depositicon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .active-card__deposittext {
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .active-card .is-accent {
    color: #42a7c6;
}
.lk .actual-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 280px;
    padding: 25px;
    background: #101820;
}
.lk .actual-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lk .actual-card__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.lk .actual-card__statusicon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
}
.lk .actual-card__statusname {
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .actual-card__name {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.lk .actual-card__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lk .actual-card__label {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk .actual-card__value {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
@media (max-width: 1439px) {
    .lk-main {
        padding: 40px;
    }
    .lk-profile {
        grid-template-columns: 340px minmax(0, 1fr);
        gap: 30px;
    }
    .lk .lk-profile__head {
        min-height: 320px;
        padding: 30px;
    }
    .lk .lk-profile__bonus {
        min-height: 320px;
    }
    .lk .lk-profile__logo {
        width: 180px;
        height: 66px;
    }
    .lk .lk-profile__title {
        font-size: 34px;
    }
    .lk .lk-profile__value {
        font-size: 52px;
    }
    .lk .lk-data__value {
        font-size: 24px;
    }
    .lk .lk-data__input {
        font-size: 24px;
    }
    .lk-history__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1023px) {
    .lk__aside {
        width: 220px;
    }
    .lk-main {
        padding: 30px 24px 40px;
    }
    .lk-profile {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk .lk-data__item {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        padding: 12px 0;
    }
    .lk .lk-data__label {
        font-size: 18px;
    }
    .lk .lk-data__value {
        font-size: 22px;
    }
    .lk .lk-data__input {
        font-size: 22px;
    }
    .lk .active-card {
        min-height: auto;
    }
    .lk .active-card__name {
        font-size: 24px;
        line-height: 28px;
    }
    .lk .active-card__date.is-row {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 5px;
    }
}
@media (max-width: 767px) {
    .lk {
        flex-direction: column;
    }
    .lk__aside {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 24, 32, 0.05);
    }
    .lk-main {
        padding: 24px 20px 30px;
    }
    .lk-profile {
        gap: 20px;
    }
    .lk .lk-profile__head {
        min-height: 280px;
        padding: 24px;
    }
    .lk .lk-profile__bonus {
        min-height: 280px;
        padding: 28px 20px;
    }
    .lk .lk-profile__label, .lk .lk-profile__title {
        font-size: 24px;
    }
    .lk .lk-profile__name, .lk .lk-profile__value {
        font-size: 44px;
        letter-spacing: -1px;
    }
    .lk-history {
        margin-top: 36px;
    }
    .lk-history__info {
        flex-direction: column;
        align-items: flex-start;
    }
    .lk-history__meta {
        flex-wrap: wrap;
    }
    .lk-history__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk .active-card {
        padding: 20px;
    }
    .lk .actual-card {
        min-height: auto;
        padding: 20px;
    }
}

.lk-subscriptions__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}
.lk-subscriptions__title {
    margin: 0;
    color: #101820;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.lk-subscriptions__sort {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lk-subscriptions__sortitem {
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(16, 24, 32, 0.25);
    background: transparent;
    color: #101820;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.lk-subscriptions__sortitem.is-active {
    border-color: #42a7c6;
    background: #42a7c6;
    color: #fff;
}
.lk-subscriptions__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.subscription-card {
    position: relative;
    display: flex;
    min-height: 410px;
    flex-direction: column;
    padding: 18px;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
}
.subscription-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 451px;
    height: 410px;
    background-image: url("data:image/svg+xml,%3Csvg width='451' height='410' viewBox='0 0 451 410' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' clip-path='url(%23clip0_2478_13707)'%3E%3Cmask id='mask0_2478_13707' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-180' y='0' width='972' height='621'%3E%3Cg opacity='0.4'%3E%3Cpath d='M744.353 0H-132.353C-158.668 0 -180 21.3323 -180 47.6471V573.353C-180 599.668 -158.668 621 -132.353 621H744.353C770.668 621 792 599.668 792 573.353V47.6471C792 21.3323 770.668 0 744.353 0Z' fill='%2389CED7'/%3E%3C/g%3E%3C/mask%3E%3Cg mask='url(%23mask0_2478_13707)'%3E%3Cpath d='M-597.729 874.755C-459.151 422.953 -177.954 390.536 -33.3421 430.178C114.067 470.572 172.285 468.367 415.736 626.67C429.738 635.767 444.439 645.073 459.622 655.109C651.16 781.718 650.018 854.201 806.413 907.904C1043.49 989.278 1276 655.434 1358.89 534.953' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-603.265 842.551C-455.814 387.88 -166.973 362.03 -30.5373 401.172C117.421 443.672 172.52 438.89 417.134 601.484C431.053 610.726 445.612 620.273 460.693 630.488C653.085 760.949 647.112 836.393 804.485 895.226C1041.22 983.767 1276.03 649.252 1361.29 528.736' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-608.674 810.413C-452.369 352.865 -155.832 333.569 -27.5263 372.281C120.906 417.056 172.987 409.479 418.821 576.264C432.608 585.66 447.015 595.523 462.045 605.851C655.075 740.429 644.53 818.532 802.829 882.55C1039.33 978.173 1276.21 642.978 1363.93 522.486' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-613.979 778.339C-448.85 318.003 -144.674 305.249 -24.3885 343.38C132.703 393.263 178.778 378.705 463.599 581.332C657.707 719.418 642.211 800.758 801.376 869.994C1037.68 972.783 1276.66 636.862 1366.86 516.402' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-604.424 758.206C-446.872 304.801 -151.583 284.01 -31.0439 318.195C124.238 362.186 172.546 348.424 454.144 544.733C645.187 678.464 633.68 758.23 792.137 825.895C1036.42 930.315 1271.62 581.983 1358.96 460.556' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-594.759 738.112C-444.872 291.718 -158.555 262.816 -37.5636 292.934C115.778 331.111 166.43 318.098 444.687 507.997C632.73 637.413 625.222 715.438 782.921 781.653C1035.26 887.601 1266.58 526.97 1351.04 404.552' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-585.079 718.052C-442.792 278.665 -165.534 241.691 -44.031 267.753C107.352 300.254 160.92 287.008 435.383 471.315C620.655 595.792 616.926 672.683 773.844 737.456C1034.23 844.948 1261.67 472.043 1343.28 348.626' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-575.24 698.077C-440.626 265.674 -172.528 220.655 -50.4036 242.617C98.7306 269.427 155.154 256.494 426.118 434.775C608.445 554.729 608.681 630.012 764.821 693.408C1033.27 802.413 1256.83 417.207 1335.58 292.809' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-565.339 678.122C-438.382 252.715 -179.571 199.684 -56.6903 217.539C90.1671 238.855 149.456 226.068 416.951 398.232C596.333 513.665 600.666 587.372 755.885 649.377C1032.41 759.836 1252.08 362.388 1327.96 237.039' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-563.412 660.607C-444.104 242.219 -194.668 181.213 -70.9427 194.883C73.5465 210.826 135.734 198.053 399.835 364.124C576.245 475.041 584.526 547.02 739.011 607.761C1023.68 719.669 1239.37 310 1312.39 183.686' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-576.032 647.071C-464.381 235.678 -224.432 166.782 -99.7578 176.196C42.263 186.902 107.455 174.034 368.172 333.993C541.52 440.365 553.913 510.668 707.548 570.121C1000.36 683.438 1212.1 261.598 1282.24 134.292' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-588.794 633.244C-484.784 228.855 -254.42 152.164 -128.731 157.21C10.7061 162.913 78.9986 149.789 336.286 303.675C506.718 405.586 523.174 474.036 675.951 532.326C976.925 646.993 1184.7 213.024 1251.98 84.7523' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-601.779 619.52C-505.499 222.104 -284.683 137.703 -157.797 138.4C-20.9775 139.125 50.4819 125.589 304.396 273.307C471.741 370.677 492.311 437.41 644.183 494.359C953.314 610.376 1157.1 164.301 1221.49 35.0802' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-614.798 605.694C-526.122 215.368 -315.056 123.27 -187.085 119.403C-52.9371 115.355 21.7048 101.267 272.243 242.857C436.673 335.766 461.324 400.655 612.354 456.449C929.674 573.728 1129.44 115.62 1190.98 -14.6251' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-627.834 591.859C-546.769 208.488 -345.501 108.925 -216.3 100.426C-84.8838 91.7848 -6.99756 76.964 240.229 212.463C401.633 300.912 430.425 363.927 580.546 418.573C906.09 537.089 1101.84 66.9488 1160.51 -64.246' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-640.834 578.041C-567.41 201.674 -375.959 94.72 -245.527 81.4403C-116.896 68.37 -35.7917 52.7145 208.063 182.004C366.372 265.929 399.403 327.084 548.607 380.597C882.435 500.32 1074.11 18.245 1129.93 -113.948' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-653.789 564.254C-588.015 194.907 -406.374 80.6944 -274.622 62.5551C-148.76 45.2156 -64.419 28.5426 176.115 151.649C331.452 231.168 368.596 290.347 516.888 342.752C858.907 463.585 1046.53 -30.4157 1099.48 -163.574' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-666.64 550.52C-608.523 188.168 -436.717 66.8558 -303.668 43.6719C-180.538 22.1489 -93.0159 4.40503 144.194 121.328C296.511 196.346 337.84 253.613 485.22 304.909C835.494 426.848 1019.04 -79.0047 1069.12 -213.155' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-679.409 536.86C-628.914 181.48 -466.9 53.1782 -332.607 24.8546C-212.278 -0.546825 -121.531 -19.6598 112.391 91.058C261.62 161.687 307.182 216.916 453.633 267.14C812.184 390.152 991.643 -127.537 1038.86 -262.67' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-692.024 523.266C-649.194 174.896 -496.93 39.8681 -361.417 6.11061C-243.816 -23.1064 -149.936 -43.619 80.7728 60.9141C226.933 127.122 276.755 180.309 422.256 229.489C789.113 353.484 964.368 -176.023 1008.8 -312.074' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-704.49 509.758C-669.311 168.407 -526.814 26.6843 -390.039 -12.5044C-275.131 -45.4513 -178.154 -67.4495 49.2306 30.7922C192.304 92.6111 246.361 143.722 390.947 191.876C766.095 316.804 937.313 -224.359 978.791 -361.449' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-716.798 496.343C-689.258 161.995 -556.488 13.8396 -418.557 -31.0793C-306.332 -67.5131 -206.32 -91.1841 17.8404 0.780422C157.743 58.164 216.144 107.238 359.781 154.35C743.281 280.179 910.337 -272.649 948.958 -410.721' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-728.926 483.03C-709.027 155.686 -585.808 1.13232 -446.865 -49.5334C-337.146 -89.569 -234.268 -114.773 -13.3305 -29.127C123.531 23.9374 186.166 70.8251 328.804 116.908C720.626 243.58 883.57 -320.928 919.286 -459.901' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-740.859 469.83C-728.636 149.513 -614.881 -11.2584 -475.003 -67.8682C-367.808 -111.256 -262.075 -138.235 -44.325 -58.9312C89.5034 -10.1602 156.332 34.4974 298.091 79.6412C698.322 207.119 856.991 -368.901 889.888 -508.921' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-752.655 456.795C-748.08 143.457 -643.69 -23.3247 -502.95 -86.0916C-398.172 -132.791 -289.684 -161.519 -75.0801 -88.5545C55.5421 -44.1542 126.755 -1.68206 267.56 42.5021C676.026 170.64 830.66 -416.82 860.674 -557.814' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-764.163 443.686C-767.227 137.351 -672.084 -35.3501 -530.682 -104.261C-428.25 -154.21 -317.124 -184.71 -105.741 -118.215C21.7366 -78.1063 97.3129 -37.854 237.132 5.35181C654.07 134.183 804.405 -464.741 831.562 -606.719' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-775.598 430.842C-786.303 131.511 -700.294 -46.8949 -558.288 -122.263C-458.094 -175.422 -344.429 -207.708 -136.211 -147.669C-11.8686 -111.827 68.1213 -73.8503 206.897 -31.6348C632.239 97.8259 778.35 -512.474 802.632 -655.442' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-786.82 418.051C-805.213 125.696 -728.095 -58.425 -585.687 -140.195C-487.653 -196.517 -371.55 -230.563 -166.475 -177.055C-45.298 -145.43 38.9563 -109.838 176.849 -68.5198C610.623 61.4806 752.484 -560.147 773.917 -704.073' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-797.885 405.353C-823.897 120.036 -755.61 -69.6786 -612.95 -158.043C-516.966 -217.488 -398.578 -253.293 -196.638 -206.291C-78.6095 -178.877 10.0071 -145.655 146.943 -105.254C589.136 25.235 726.752 -607.652 745.311 -752.569' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-808.781 392.748C-842.432 114.436 -782.808 -80.7544 -640.023 -175.789C-545.999 -238.369 -425.322 -275.824 -226.483 -235.502C-111.605 -212.252 -18.6239 -181.443 117.315 -141.963C567.91 -11.1036 701.214 -655.139 716.961 -801.119' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-819.55 380.244C-860.848 108.91 -809.7 -91.6687 -667.067 -193.49C-574.814 -259.159 -451.996 -298.156 -256.36 -264.637C-144.645 -245.497 -47.3358 -217.185 87.6639 -178.615C546.775 -47.3604 675.843 -702.564 688.677 -849.428' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-830.175 367.8C-879.098 103.478 -836.304 -102.441 -693.776 -211.019C-603.386 -279.876 -478.515 -320.38 -286.028 -293.676C-177.453 -278.61 -75.788 -252.846 58.2375 -215.16C525.822 -83.6232 650.579 -749.865 660.557 -897.712' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-840.661 355.439C-897.25 98.1283 -862.626 -113.111 -720.455 -228.531C-631.778 -300.464 -504.816 -342.39 -315.565 -322.615C-210.124 -311.597 -104.116 -288.43 28.9585 -251.596C505.037 -119.85 625.49 -797.064 632.593 -945.902' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-850.96 343.178C-915.206 92.8623 -888.614 -123.639 -746.959 -245.926C-659.842 -321.127 -530.971 -364.233 -344.925 -351.48C-242.612 -344.444 -132.228 -324.156 -0.201376 -287.969C484.612 -156.952 600.512 -844.225 604.759 -994.045' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M-861.246 330.929C-1000.43 -140.212 -800.028 -530.56 -29.2988 -324.303C463.887 -192.307 575.614 -891.337 576.968 -1042.12' stroke='white' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2478_13707'%3E%3Crect width='972' height='621' fill='white' transform='translate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.subscription-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    z-index: -2;
}
.subscription-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
}
.subscription-card.is-sunset::after {
    background: linear-gradient(140deg, #f18b9f 0%, #ebb08f 58%, #79b4b1 100%);
}
.subscription-card.is-night::after {
    background: #040507;
}
.subscription-card.is-sky::after {
    background: #93d2de;
}
.subscription-card.is-blue::after {
    background: #4eaed1;
}
.subscription-card.is-deep::after {
    background: #03255c;
}
.subscription-card__title {
    color: var(--UI-Text-Light, #fff);
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    min-height: 66px;
    margin-bottom: 40px;
}
.subscription-card__desc {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.95);
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
}
.subscription-card__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.subscription-card__actual {
    color: var(--Font-Prime, #fff);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
}
.subscription-card__old {
    display: inline-flex;
    padding: 0 4px;
    background: var(--Special-Status-Error, #e73f3f);
    color: var(--UI-Text-Light, #fff);
    font-size: var(--Size-4, 20px);
    font-weight: 400;
    line-height: 1.1;
    text-decoration-line: line-through;
}
.subscription-card__tags {
    display: flex;
    gap: 2px;
    margin-top: 14px;
}
.subscription-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.subscription-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 14px;
}
.subscription-card__actions:has(> :nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.subscription-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    background: #002d5d;
    color: #fff;
    font-family: "Engravers Gothic", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.subscription-card__button.is-light {
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
}
.subscription-card__button.is-lightmain {
    background: #fff;
    color: #101820;
}

@media (max-width: 1439px) {
    .lk-subscriptions__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .subscription-card__title {
        font-size: 36px;
        line-height: 38px;
    }
}
@media (max-width: 1023px) {
    .lk-subscriptions__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .subscription-card__title {
        font-size: 32px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .lk-subscriptions__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .lk-subscriptions__sort {
        width: 100%;
    }
    .lk-subscriptions__sortitem {
        flex: 1;
    }
    .subscription-card {
        min-height: 280px;
    }
    .subscription-card__title {
        font-size: 28px;
        line-height: 32px;
    }
    .subscription-card__tags {
        flex-wrap: wrap;
    }
    .subscription-card__actions {
        grid-template-columns: minmax(0, 1fr);
    }
}