

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
    padding: 0;
}

/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

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

.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 {
    width: 1px;
    height: var(--swiper-virtual-size);
}

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

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-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;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
    -webkit-transform: translateX(-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 {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

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

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

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

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

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.swiper-cards {
    overflow: visible;
}

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

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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    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;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    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;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    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;
    -webkit-transform: translateZ(0);
    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;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    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;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    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;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    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;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
    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 max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.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 {
    -webkit-animation: a 1s linear infinite;
    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;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    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;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    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: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.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;
    -webkit-transition: all 0.2s;
    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;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    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;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    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);
    }
}

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

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    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 {
    position: relative;
}

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

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

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

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.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;
    -webkit-box-sizing: border-box;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    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%;
    -webkit-box-sizing: border-box;
    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;
}

.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;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.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__remove {
    margin-left: 2px;
    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;
    -webkit-box-shadow: none;
    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[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.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--highlighted[aria-selected] {
    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-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    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;
    margin-right: 10px;
}

.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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    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-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    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;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.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;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

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

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

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

.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;
    -webkit-box-shadow: none;
    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[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    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;
}

.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px;
    line-height: 1.2;
    padding: 16px 40px;
    background: none;
    text-transform: uppercase;
    color: #637D9C;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn.btn-primary {
    background: #fff;
}

.btn.btn-outline-white, .btn.btn-outline-primary {
    position: relative;
}

.btn.btn-outline-white::before, .btn.btn-outline-primary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn.btn-outline-white:hover::before, .btn.btn-outline-primary:hover::before {
    opacity: 1;
}

.btn.btn-outline-primary {
    border-width: 1px;
    border-color: #637D9C;
}

.btn.btn-outline-primary::before {
    border-color: #637D9C;
}

.btn.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn.btn-outline-white::before {
    border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-outline-white:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

.btn-link {
    display: inline-block;
    border: none;
    font-size: 10px;
    color: #637D9C;
    background: none;
    text-transform: uppercase;
    color: #637D9C;
    /*-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;*/
}

.btn-link:not(.is-arrow) {
    color: rgba(99, 125, 156, 0.6);
}

.btn-link:hover {
    opacity: 0.8;
    color: inherit;
}

.btn-link.white {
    color: #fff;
}

.btn-link.white.is-arrow::after {
    background: url(/local/templates/new_header/css/../images/arrow-white.svg) no-repeat;
}

.btn-link.is-arrow {
    position: relative;
}

.hero-module .btn-link.is-arrow{
    position: absolute;
    bottom: 80px;
    text-transform: none;
    font-size: 19px;
}
@media (max-width: 480px) {

    .hero-module .btn-link.is-arrow {
        bottom: 40px;
        font-size: 15px;
    }
}
.btn-link.is-arrow::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -20px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/new_header/css/../images/arrow.svg) no-repeat;
    background-size: cover;
  /*  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.link {
    font-size: 10px;
    text-transform: uppercase;
    color: #637D9C;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.link:hover {
    border-bottom-color: #637D9C;
}

.link.is-arrow {
    position: relative;
    padding-right: 10px;
}

.link.is-arrow::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-136deg);
    transform: rotate(-136deg);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

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

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

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

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

body {
    color: #637D9C;
    background: #F2EFEE;
    font: 12px/1.45 "Inter", sans-serif;
    min-width: 320px;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

picture {
    display: block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    line-height: 1.3;
    margin: 0 0 0.5em;
    letter-spacing: 0;
    color: inherit;
}

h1, .h1 {
    font-family: "Source Serif Pro", serif;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 0.6rem;
}

h2, .h2 {
    font-family: "Source Serif Pro", serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 0.6rem;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 300;
}

h4, .h4 {
    font-size: 12px;
    font-weight: 400;
}

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

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

p {
    margin: 0 0 1.5em;
}

.font-sans-serif {
    font-family: "Source Sans Pro", sans-serif !important;
}

.font-serif {
    font-family: "Source Serif Pro", serif !important;
}

.text-sm {
    font-size: 12px;
    line-height: 1.3;
}

blockquote {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: "Source Serif Pro", serif;
    margin: 0;
}

@media (min-width: 768px) {
    .quote-lg {
        font-size: 36px;
    }
}

cite {
    display: block;
    font-family: "Source Serif Pro", serif;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    font-style: italic;
    text-transform: none;
    margin-bottom: 26px;
}

blockquote p:before {
    content: open-quote;
}

blockquote p:after {
    content: close-quote;
}

.quote-text {
    font-size: 36px;
    line-height: 1.3;
}

.list {
    list-style: unset;
    padding-left: 16px;
}

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

label {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

input.input-form,
textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.2;
  /*  text-transform: uppercase;*/
    font-weight: 400;
    color: #637D9C;
    height: 48px;
    background: none;
    border: none;
    border-bottom: 1px solid #637D9C;
}

#soa-property-2{
    text-transform: none;
}

input.input-form.error,
textarea.error {
    border-color: #FF2E00;
}

input.input-form:focus,
textarea:focus {
    border-color: rgba(99, 125, 156, 0.8);
}

input.input-form::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #637D9C;
}

input.input-form::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #637D9C;
}

input.input-form:-moz-placeholder,
textarea:-moz-placeholder {
    color: #637D9C;
}

input.input-form:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #637D9C;
}

input.input-form.placeholder,
textarea.placeholder {
    color: #637D9C;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=password]:not(:-moz-placeholder-shown) {
        -webkit-text-stroke-width: 0.2em;
        letter-spacing: 0.35em;
    }

    input[type=password]:not(:-ms-input-placeholder) {
        -webkit-text-stroke-width: 0.2em;
        letter-spacing: 0.35em;
    }

    input[type=password]:not(:placeholder-shown) {
        -webkit-text-stroke-width: 0.2em;
        letter-spacing: 0.35em;
    }
}

input.input-form[readonly] {
    border: none;
    color: #000;
    background: transparent;
}

textarea.input-form[readonly],
input.input-form[readonly] {
    border: none;
    color: #000;
    background: transparent;
}

.details-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.details-field input.input-form {
    padding: 0;
    height: 30px;
}

.details-field input.input-form,
.details-field textarea.input-form {
    font-size: 18px;
    color: #637D9C;
    text-transform: none;
}

.details-field textarea.input-form {
    padding: 0;
    height: auto;
}

.details-field .form-field {
    margin-bottom: 10px;
    width: 100%;
}

.details-field label {
    padding-right: 90px;
    margin-bottom: 2px;
}

.details-field .link {
    opacity: 0.4;
    /*position: absolute;*/
    top: -2px;
    right: 0;
    margin-right: 10px;
}

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

.select-custom {
    margin-bottom: 48px;
    position: relative;
}

.select-custom .btn-link {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select-custom .select2-container {
    width: 100% !important;
}

.select-custom .select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    max-width: 160px;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 14px;
    position: relative;
}

.select2-container {
    padding: 0;
}

.select2-container .select2-selection--single {
    height: 48px;
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-color: #637D9C;
    border-radius: 0;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: #637D9C;
    padding: 0 35px 0 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-bottom: 1px solid #637D9C;
    border-left: 1px solid #637D9C;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(99, 125, 156, 0.4);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(99, 125, 156, 0.4);
}

.select2-dropdown {
    border: none;
    border-radius: 0;
}

.select2-results__option {
    font-size: 12px;
    line-height: 1.2;
    padding: 12px 20px;
}

textarea.input-form {
    height: 127px;
    resize: vertical;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

textarea.input-form.textarea-md {
    height: 96px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.size-field,
.check-field,
.color-field,
.check-form {
    position: relative;
    font-family: "Inter", sans-serif;
    font-style: normal;
    cursor: pointer;
}

.size-field input[type=checkbox],
.size-field input[type=radio],
.check-field input[type=checkbox],
.check-field input[type=radio],
.color-field input[type=checkbox],
.color-field input[type=radio],
.check-form input[type=checkbox],
.check-form input[type=radio] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.check-field input[type=checkbox] + span,
.check-field input[type=radio] + span {
    border-radius: 50%;
    margin-right: 16px;
    border: 1px solid #C4C4C4;
}

.check-field input[type=checkbox] + span::before,
.check-field input[type=radio] + span::before {
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    border-radius: 50%;
    background: #C4C4C4;
}

.check-field,
.check-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Inter", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-field input[type=checkbox] + span,
.check-field input[type=radio] + span,
.check-form input[type=checkbox] + span,
.check-form input[type=radio] + span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
}

.check-field input[type=checkbox] + span::before,
.check-field input[type=radio] + span::before,
.check-form input[type=checkbox] + span::before,
.check-form input[type=radio] + span::before {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.check-field input[type=checkbox]:checked + span::before,
.check-field input[type=radio]:checked + span::before,
.check-form input[type=checkbox]:checked + span::before,
.check-form input[type=radio]:checked + span::before {
    opacity: 1;
}

.check-form {
    line-height: 1;
}

.check-form input[type=checkbox] + span {
    border: 1px solid rgba(99, 125, 156, 0.4);
    margin-right: 8px;
}

.check-form input[type=checkbox] + span::before {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 5px;
    margin: -2px 0 0 -3px;
    border-bottom: 2px solid #637D9C;
    border-left: 2px solid #637D9C;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.size-field {
    margin: 0;
}

.size-field input[type=checkbox] + span,
.size-field input[type=radio] + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.size-field input[type=checkbox]:checked + span,
.size-field input[type=radio]:checked + span {
    border-color: #DCB894;
}

.color-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.color-field input[type=checkbox] + span,
.color-field input[type=radio] + span {
    -ms-flex-negative: 0;
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    border-radius: 50%;
}

.color-field input[type=checkbox] + span::before,
.color-field input[type=radio] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #637D9C;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.color-field input[type=checkbox]:checked + span::before,
.color-field input[type=radio]:checked + span::before {
    opacity: 1;
}
.color-field input[type=checkbox] + span + span,
.color-field input[type=radio] + span + span {
    border-bottom: 1px solid rgba(99, 125, 156, 0.0);
}
.color-field input[type=checkbox]:checked + span + span,
.color-field input[type=radio]:checked + span + span {
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

form {
    font-size: 12px;
    line-height: 1.3;
}

.default-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.default-form .form-inner label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: none;
}

.default-form .form-inner input.input-form {
    font-size: 12px;
    padding-left: 16px;
    background: #fff;
    border: none;
    text-transform: none;
}

.form-inner {
    width: 100%;
}

.form-inner .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

.form-inner input.input-form {
    padding-right: 65px;
}

.form-inner-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    color: #637D9C;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-field {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 55px;
}

.form-btns a:not(:first-child) {
    margin-top: 10px;
}

.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
}

.btn-row:last-of-type {
    margin-bottom: 0;
}

.btn-row .btn {
    width: 100%;
}

.btn-row .link {
    padding-top: 16px;
}


.form-group .form:first-child{
    border-bottom: 1px solid #F1E7DF;
    padding-bottom: 52px;
    margin-bottom: 56px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 480px) {
    .form-row {
        margin: 0 -8px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 480px) {
    .form-row .form-field {
        width: 50%;
        padding: 0 8px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.form-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-unit-row {
    padding-top: 40px;
    width: 100%;
}

.form-unit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

@media (min-width: 1024px) {
    .form-unit-item {
        min-height: 140px;
    }
}

@media (max-width: 1023px) {
    .form-unit-item:first-child {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }
}

@media (min-width: 1024px) {
    .form-unit-item:first-child {
        min-height: 110px;
    }
}

.form-unit .btn-row .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .form-unit .btn-row .btn {
        min-width: 318px;
        width: auto;
    }
}

.address-form-holder {
    display: none;
    width: 100%;
}

.address-form-holder .btn-row .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .address-form-holder .btn-row .btn {
        min-width: 400px;
        width: auto;
    }
}

.newsletter-form input.input-form {
    background: #fff;
}

.form-errors {
    display: inline-block;
    font-family: "Source Serif Pro", serif;
    font-style: italic;
    text-align: left;
    color: #FF2E00;
    margin-bottom: 16px;
    width: 100%;
}

.required-title {
    font-size: 12px;
}

.footer {
    background: #102B4B;
    color: #F2EFEE;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    padding: 32px 0 82px;
}

@media (min-width: 1024px) {
    .footer {
        padding-top: 55px;
        padding-bottom: 38px;
    }
}

.footer .container {
    max-width: none;
}

@media (min-width: 1024px) {
    .footer .container {
        padding: 0 30px;
    }
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 56px;
}

@media (min-width: 1024px) {
    .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 170px;
    }
}

.footer-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 0 62px;
}

@media (min-width: 1024px) {
    .footer-unit {
        margin: 0 -20px;
    }
}

.footer-unit-item {
    width: 50%;
    margin-bottom: 42px;
}

@media (min-width: 1024px) {
    .footer-unit-item {
        min-width: 170px;
        width: 25%;
        padding: 0 20px;
        margin-bottom: 0;
    }
}

.footer-unit-title {
    display: block;
    color: #637D9C;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.socials li:not(:first-child) {
    margin-top: 19px;
}

.socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.socials a:hover {
    color: #637D9C;
}

.socials a:hover .icon {
    fill: #637D9C;
}

.socials a .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #fff;
    margin-right: 12px;
    margin-top: -2px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.footer-list li:not(:first-child) {
    margin-top: 19px;
}

.footer-list a:hover {
    color: #637D9C;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    color: #F2EFEE;
}

@media (min-width: 1024px) {
    .footer-bottom {
        max-width: 1380px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .footer-bottom .copy {
        margin-bottom: 20px;
    }
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 98px;
}

@media (min-width: 1024px) {
    .footer-logo {
        margin: 0 30px 0 0;
        max-width: 127px;
    }
}

.footer-logo img {
    display: block;
    width: 100%;
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
    padding: 0 0 0 15px;
}

@media (min-width: 768px) {
    .header-list {
        padding-left: 150px;
    }
}

@media (min-width: 1200px) {
    .header-list {
        padding-left: 265px;
    }
}

@media (min-width: 768px) {
    body.search-open .header-list {
        position: relative;
        z-index: 1001;
    }
}

.header-list.header-list-mobile {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    margin: 0 -12px;
    z-index: -1;
    padding: 0;
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
    transition: all 0s ease 0.35s, opacity 0.35s ease;
}

@media (min-width: 768px) {
    .header-list.header-list-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    body.nav-open .header-list.header-list-mobile {
        opacity: 1;
        z-index: 109;
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
    }
}

.header-list.header-list-mobile li {
    padding: 0 12px;
}

.header-list.header-list-mobile li:first-child {
    position: fixed;
    bottom: 20px;
    left: 16px;
    padding: 0;
}

.header-list.header-list-mobile a {
    color: #637D9C;
}

.header-list.header-list-mobile a .icon {
    fill: #637D9C;
}

.header-list li {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .header-list li:first-child {
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .header-list li:first-child {
        padding-right: 50px;
    }
}

.header-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
    color: #637D9C;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.header-list a.btn-cart-round {
    width: 24px;
    height: 24px;
    border: 1px solid #637D9C;
    border-radius: 50%;
}

.header-list a.btn-login {
    border: none;
}

.header-list a:hover {
    border-bottom-color: #637D9C;
}

.header-list a .icon {
    fill: #637D9C;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 767px) {
    body.home-page.nav-open .header-list a .icon {
        fill: #637D9C;
    }
}

.badge {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.btn-cart .badge{
    top: 59%;
    left: -16%;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
}

.header {
    padding: 15px 0;
    background:#fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (min-width: 1024px) {
    .header {
        padding: 20px 0 15px 0;
    }
}

body.fixed-header::before {
    content: '';
    display: block;
    height: 0;
    transition: height 0.5s ease;
}

body.fixed-header::before {
    height: 112px; /* Высота header, подставьте точное значение */
}

.header {
    transition: all 0.5s ease;
}

body.fixed-header .header {
    position: fixed;
  /*  animation: slideDown 0.5s ease forwards;*/
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

body.nav-open .header {
    z-index: 100;
}

.header .container {
    max-width: none;
}

.header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.logo {



    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 250px;
}

.logo {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
    margin-top: 5px;
    z-index:1;
}
@media (min-width: 1024px) {

}

.logo img {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    body.search-open .logo {
        position: relative;
        z-index: 1001;
    }
}

/*.logo-blue {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}*/

body.search-open .logo-blue, body.fixed-header .logo-blue {
    opacity: 1;
}

body.search-open .logo-white, body.fixed-header .logo-white {
    opacity: 0;
}

.main-menu {
    position: fixed;
    top: -9999px;
    right: -9999px;
    width: 45%;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    background: #fff;
    padding: 137px 16px 80px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
}

@media (min-width: 768px) {
    .main-menu {
        width: 640px;
        padding: 25px 20px 85px;
    }
}

@media (min-width: 1024px) {
    .main-menu {
        width: 900px;
    }
}

body.nav-open .main-menu {
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.main-menu .catalog-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 89px;
}

.menu-list {
    position: relative;
    max-width: 900px;
}

.menu-list > li {
    margin-bottom: 23px;
}

@media (min-width: 1024px) {
    .menu-list > li {
        margin-bottom: 36px;
    }
}

.menu-list > li:hover > a, .menu-list > li.active > a {
    border-bottom-color: #C1CBD7;
}

@media (min-width: 768px) {
    .menu-list > li:hover > .menu-list-dropdown, .menu-list > li.active .menu-list-dropdown {
        top: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
    }
    .menu-list > li .menu-list-dropdown li:hover .menu-list-dropdown, .menu-list > li.active .menu-list-dropdown .menu-list-dropdown {
        top: 0;
        opacity: 1;

        visibility: visible;
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
    }
}

@media (max-width: 767px) {
    .menu-list > li.drop-open > a {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-list > li.drop-open >  .menu-list-dropdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .menu-list > li.hidden {
        display: none;
    }
}

.menu-list > li > a {
    display: inline-block;
    color: #637D9C;
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
    .menu-list-dropdown {
        position: absolute;
        top: -9999px;
        left: 30%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
        transition: all 0s ease 0.35s, opacity 0.35s ease;
    }
}

@media (max-width: 767px) {
    .menu-list-dropdown {
        display: none;
    }
    .menu-list-dropdown ul li:first-child {
        display: none;
    }

    /*.menu-list > li .menu-list-dropdown li .menu-list-dropdown li:before {
        content: "—"; position: relative; left: -5px;
        padding-left: 5px;

    }*/
    /*.menu-list > li .menu-list-dropdown li .menu-list-dropdown li{
        margin-bottom: 5px;
    }
    .menu-list > li .menu-list-dropdown li .menu-list-dropdown{
        padding-top: 5px;
    }*/
}

.menu-list-dropdown ul li {
    margin-bottom: 23px;
}

@media (min-width: 1024px) {
    .menu-list-dropdown ul li {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .menu-list-dropdown ul li:first-child {
        display: none;
    }
}

.menu-list-dropdown ul li a {
    display: inline-block;
    color: #637D9C;
    border-bottom: 1px solid transparent;
}

.menu-list-dropdown ul li a:hover {
    border-bottom-color: #f1e7df;
}

.burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (min-width: 768px) {
    body.search-open .burger {
        z-index: 1001;
    }
}

/*@media (max-width: 767px) {

}*/
.burger {
    width: 24px;
    height: 12px;
}
/*@media (min-width: 768px) {

}*/
body.nav-open .burger {
    width: 24px;
    height: 12px;
}

.burger-icon {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #637D9C;
    margin-top: -1px;
}

/*@media (min-width: 768px) {
    .burger-icon {
        display: none;
    }
}*/

/*@media (min-width: 768px) {*/
    body.nav-open .burger-icon {
        display: block;
    }
/*}*/

.burger:after, .burger:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #637D9C;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*
@media (min-width: 768px) {
    .burger:after, .burger:before {
        display: none;
    }
}*/

/*@media (min-width: 768px) {
    body.nav-open .burger:after, body.nav-open .burger:before {
        display: block;
    }
}*/
@media (min-width: 768px) {
    .burger{
        margin-top: 5px;
    }
}

.burger:after {
    top: 0;
}

.burger:before {
    bottom: 0;
}

body.nav-open .burger {
    z-index: 1002;
    height: 24px;
    right: -38px;
    top: 0;
}
@media (max-width: 768px) {
    body.nav-open .burger {
        position: absolute;
        right: 20px;
        top: 10px;
    }
}

@media (min-width: 768px) {
    body.nav-open .burger {
        top: 20px;
        right: 40px;
        position: fixed;
    }
}

body.nav-open .burger span {
    background-color: transparent;
}

body.nav-open .burger:after {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.nav-open .burger:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.nav-open .burger:after, body.nav-open .burger:before {
    background: #637D9C;
}

.burger-text {
    font-size: 10px;
    display: none;
    color: #637D9C;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    body.search-open .burger-text {
        color: #637D9C;
    }
}

@media (min-width: 768px) {
    body.nav-open .burger-text {
        display: none;
    }
}

@media (min-width: 768px) {
    .burger-text {
        display: block;
    }
}

body:not(.search-open, .nav-open, .fixed-header) .white-theme .header-list a {
    color: #fff;
}

body:not(.search-open, .nav-open, .fixed-header) .white-theme .header-list a .icon {
    fill: #fff;
}

body:not(.search-open, .fixed-header) .white-theme .header-list a.btn-cart {
    border-color: #fff;
}

body:not(.search-open, .nav-open, .fixed-header) .white-theme .header-list a:hover {
    border-bottom-color: #fff;
}

body:not(.nav-open, .fixed-header) .white-theme .burger:after, body:not(.nav-open, .fixed-header) .white-theme .burger:before {
    background: #fff;
}

body:not(.nav-open, .nav-open, .fixed-header) .white-theme .burger-icon {
    background: #fff;
}

body:not(.search-open, .nav-open, .fixed-header) .white-theme .burger-text {
    color: #fff;
}

.btn-close {
    position: fixed;
    top: 16px;
    right: 15px;
    width: 24px;
    display: none;
    height: 24px;
    z-index: 999;
}

@media (min-width: 768px) {
    .btn-close {
        right: 32px;
    }
}

@media (min-width: 1024px) {
    .btn-close {
        right: 35px;
        top: 20px;
    }
}

.btn-close:after, .btn-close:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: #637D9C;
}

.btn-close:after {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

body.cart-open .btn-close, body.search-open .btn-close, body.login-open .btn-close, body.filter-open .btn-close, body.sorting-open .btn-close {
    display: block;
}
body.login-open .login-modal {
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

@media (min-width: 768px) {
    body.search-open .btn-close {
        left: 50%;
        top: 50%;
        right: auto;
        width: 56px;
        height: 56px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        border: 1px solid #637D9C;
    }

    body.search-open .btn-close:after, body.search-open .btn-close::before {
        left: 18px;
        right: 18px;
    }
}

@media (max-width: 767px) {
    body.search-open .btn-close {
        display: none;
    }
}

body.filter-open .btn-close,
body.sorting-open .btn-close {
    top: 18px;
}

.main-modal {
    position: fixed;
    top: -9999px;
    right: -9999px;
    width: 100%;
    opacity: 0;
    /*height: 100%;*/
    z-index: 101;
    background: #F2EFEE;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
}

@media (min-width: 768px) {
    .main-modal {
        width: 512px;
        padding: 25px;
    }
}

@media (min-width: 1024px) {
    .main-modal {
        width: 712px;
    }
}

.main-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

@media (min-width: 768px) {
    .cart-empty {
        min-height: 700px;
    }
}

.cart-empty-title {
    margin-bottom: 55px;
}

@media (min-width: 1024px) {
    .cart-empty-title {
        margin-bottom: 108px;
    }
}

.cart-empty .btn-link {
    text-transform: uppercase;
    color: #fff;
}

body.cart-open .cart-modal {
    height:100%;
    opacity: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.cart-modal .modal-holder {
    margin-top: 160px;
}

.cart-modal .cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    min-height: calc(100vh - 120px);
    border-top: 1px solid #637D9C;
}

.cart-modal .cart-form .form-inner {
    margin-bottom: 15px;
    padding-top: 0;
}

.search-modal {
    position: fixed;
    top: -9999px;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 999;
    padding: 10px 58px;
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
}

@media (min-width: 768px) {
    .search-modal {
        padding: 115px 36px 98px;
        background: #fff;
    }
}

.search-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body.search-open .search-modal {
    opacity: 1;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.search-form {
    max-width: 675px;
    width: 100%;
    position: relative;
    background: #fff;
}

.search-form input.input-form {
    font-size: 18px;
    font-weight: 300;
    height: 36px;
    text-transform: none;
    padding-right: 40px;
}

@media (min-width: 768px) {
    .search-form input.input-form {
        height: 46px;
    }
}

.search-form .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
}

.search-form .btn-search svg {
    fill: #637D9C;
}

.modal-holder {
    min-height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    color: #637d9c;
}

.modal-holder .logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.bg-overlay,.bg-overlay-sub {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #000;
    z-index: 99;
}

body.nav-open .bg-overlay, body.cart-open .bg-overlay, body.search-open .bg-overlay, body.login-open .bg-overlay {
    opacity: 0.2;
    visibility: visible;
}
body.sub-open .bg-overlay-sub{
    opacity: 0.2;
    visibility: visible;
}

.modal-content {
    width: 100%;
    padding: 20px;
    max-width: 275px;
}

@media (min-width: 480px) {
    .modal-content {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .modal-content {
        max-width: 763px;
    }
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.1;
}

.newsletter-modal {
    padding: 8px;
    min-height: 60px;
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .newsletter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.newsletter-img {
    width: 100%;
    height: 245px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .newsletter-img {
        margin: 0 18px 0 0;
        width: 368px;
        height: 368px;
    }
}

.newsletter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 25px 8px 15px;
}

@media (min-width: 768px) {
    .newsletter-content {
        padding: 40px 25px 0 0;
    }
}

.newsletter-content h2 {
    margin-bottom: 18px;
}

.newsletter-content p {
    margin-bottom: 35px;
}

.newsletter-content .input-form {
    font-size: 11px;
    text-transform: uppercase;
}

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

@media (min-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
        top: 8px;
        right: 8px;
    }
}

.fancybox-button svg path {
    fill: #637D9C;
}

body.nav-open, body.cart-open, body.search-open, body.login-open, body.filter-open, body.sorting-open {
    overflow: hidden;
}

body.login-open .login-modal{
    height: 100%;
    color: #637D9C;
}
* {
    outline: none;
}

.wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    width: 100%;
  /*  padding-top: 125px;*/
}

@media (min-width: 1024px) {
    body.single-page .wrapper {
        padding: 0;
    }
}

body.home-page .wrapper {
    padding-top: 0;
}

@media (min-width: 768px) {
    .wrapper {
        /*padding-top: 135px;*/
    }
}

@media (min-width: 1920px) {
    .wrapper {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .wrapper.simple-space {
        padding-top: 55px;
    }
}

.wrapper.space {
    padding-top: 0;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 1024px) {
    .hidden-lg {
        display: none !important;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 1024px) {
    .container {
        padding: 0 30px;
    }
}

.container.sm {
    max-width: 380px;
}

.container.md {
    max-width: 720px;
}

.bg-light {
    background: #F2EFEE !important;
}

.bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -9;
}

.bg-stretch picture {
    width: 100%;
    height: 100%;
}

.bg-stretch .main-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 60% 70%;
    object-position: 60% 70%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #637D9C;
}

.brand-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    max-width: 295px;
}

@media (min-width: 768px) {
    .brand-inner {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .visible-md {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

.hero-section {
    position: relative;
    min-height: 592px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 0;
}

@media (min-width: 768px) {
    .hero-section {
        min-height: 800px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero-section .bg-stretch {
    z-index: -1;
}

.hero-section .container {
    height: 100%;
}

.hero-section div.section-content {
    margin-left: auto;

}
.hero-module div.section-content{
    margin-left: 45%;
}

.bg-unit {
    position: relative;
    min-height: 640px;
}

@media (min-width: 1024px) {
    .bg-unit {
        min-height: 920px;
    }
}

.quote-tile {
    text-align: center;
    padding: 80px 0 165px;
}

@media (min-width: 768px) {
    .quote-tile {
        padding: 120px 0 234px;
    }
}

.quote-tile .quote {
    margin-bottom: 96px;
}

@media (min-width: 768px) {
    .quote-tile .quote {
        margin-bottom: 109px;
    }
}

.brand-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 184px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .brand-img {
        max-width: 400px;
    }
}

.brand-img-img {
    display: block;
    width: 100%;
}

.brand-img-logo {
    position: absolute;
    width: 90px;
    bottom: -50px;
    right: -70px;
}

@media (min-width: 768px) {
    .brand-img-logo {
        width: 177px;
        bottom: -104px;
        right: -138px;
    }
}

.hero-module {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    min-height: 592px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 9;
}

@media (min-width: 1024px) {
    .hero-module {
        min-height: 600px;
    }
}

.hero-module .container {
    height: 100%;
}

.hero-module .section-content {
    color: #fff;
}

.history-section {
    position: relative;
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .history-section {
        min-height: 647px;
        background-attachment: fixed;
    }
}

.history-section .container {
    height: 100%;
    max-width: 780px;
}

.history-section .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 365px;
    margin-left: auto;
}

.history-section .text-wrap h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .history-section .text-wrap h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

.catalog-module {
    overflow: hidden;
    padding: 20px 0;
    background: #F2EFEE;
}

@media (min-width: 768px) {

}
.catalog-module {
    padding: 0px 0;
}
.catalog-module .catalog-tile-item ,.catalog-module .container,.catalog-tile .bg-stretch{
    padding: 0px 0 !important;
    margin:0px !important;;
}

.catalog-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .catalog-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px;
    }
}

.catalog-tile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    color: #fff;
    position: relative;
    min-height: 342px;
    padding: 45px 20px;
    width: 100%;
    border-bottom: 1px solid rgba(99, 125, 156, 0.45);
}

@media (min-width: 768px) {
    .catalog-tile-item {
        width: calc(50% );
        margin: 0 10px;
        min-height: 610px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid rgba(99, 125, 156, 0.45);
    }
}

@media (min-width: 768px) {
   /* .catalog-tile-item:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: -10px;
        width: 1px;
        background: rgba(99, 125, 156, 0.45);
    }*/
}

.catalog-tile-item:hover .bg-stretch::before {
    opacity: 0.2;
}

.catalog-tile .btn {
    position: relative;
    z-index: 1;
    padding: 14px;
    min-width: 135px;
}

.catalog-tile-title {
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .catalog-tile-title {
        margin-bottom: 0;
    }
}

.catalog-tile .text-wrap {
    max-width: 336px;
    text-align: center;
    color: #637D9C;
    margin: 0 auto;
}

.catalog-tile .text-wrap p {
    margin-bottom: 25px;
}

.catalog-tile .bg-stretch {
    z-index: 0;
    padding: 0 0 16px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (min-width: 768px) {
    .catalog-tile .bg-stretch {
        padding: 8px 0;
    }
}

.catalog-tile .bg-stretch::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 1023px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-sm {
        display: none !important;
    }
}

.link-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.lookbook-slider {
    position: relative;
}

.lookbook-slider .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    height: 560px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .lookbook-slider .visual {
        height: 720px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
}

.lookbook-slider .visual img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .lookbook-slider .swiper-slide {
        margin-right: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .lookbook-slider .swiper-slide:not(:first-child) {
        margin-top: 82px;
    }
}

@media (min-width: 1024px) {
    .lookbook-slider .swiper-slide.swiper-slide-next:hover .visual {
        -webkit-transform: translateX(-16px);
        transform: translateX(-16px);
    }
}

@media (max-width: 767px) {
    .lookbook-slider .swiper-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100% !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.count-item {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 26px;
}

.module {
    padding: 32px 0 50px;
}

@media (min-width: 768px) {
    .module {
        padding-top: 10px;
    }
}

.swiper-pagination-fraction {
    bottom: -45px;
}

.lookbook-module {
    padding-top: 24px;
    padding-bottom: 160px;
}

@media (min-width: 1024px) {
    .lookbook-module {
        padding-top: 114px;
        padding-bottom: 240px;
    }
}

.title-section {
    margin: 0 0 50px;
    padding-left: 4px;
}

@media (min-width: 768px) {
    .title-section {
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .title-section {
       /* padding-left: 50%;*/
        margin: 20px 0 0 10px;
    }
}

.requisites {
    padding-top: 12px;
}

@media (min-width: 768px) {
    .requisites {
        padding-top: 20px;
    }
}

.requisites-item:not(:first-child) {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .requisites-item.col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    .requisites-item.col .requisites-inner {
        width: 50%;
        padding: 0 20px;
    }
}

.requisites-item.col .requisites-inner:not(:first-child) {
    margin-top: 28px;
}

@media (min-width: 768px) {
    .requisites-item.col .requisites-inner:nth-child(2) {
        margin-top: 0;
    }
}

.requisites-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.requisites-inner .text-sm {
    margin-bottom: 4px;
}

.contact-module .content-wrapper {
    padding-bottom: 54px;
}

@media (min-width: 768px) {
    .contact-module .content-wrapper {
        padding-bottom: 165px;
    }
}

@media (max-width: 767px) {
    .contact-module .content-wrapper {
        padding-top: 35px;
    }
}

.content-wrapper {
    padding: 28px 0 75px;
    background: rgba(242, 239, 238, 0.5);
}

@media (min-width: 768px) {
    .content-wrapper {
        padding: 68px 0 75px;
    }
}

.marquee-module {
    min-height: 123px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

@media (min-width: 768px) {
    .marquee-module {
        min-height: 140px;
    }
}


.marquee-module h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: "Inter", sans-serif;
    line-height: 1;
}
@media (max-width: 768px) {
    .marquee-module h2 {
        margin-bottom: 0;
        font-size: 15px;
    }
    .marquee-module {
        min-height: 70px;
    }
}
.cart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #637D9C;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cart-title {
        margin-bottom: 25px;
    }
}

.cart-title h2 {
    margin: 0;
}

.cart-title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: 15px;
    position: relative;
    color: #637D9C;
    border: 1px solid #637D9C;
    border-radius: 50%;
}

.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 11px;
}

.description dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.description dl:not(:first-child) {
    margin-top: 5px;
}

.description dl dd {
    margin: 0;
}

.description dl dt {
    margin: 0 5px 0 0;
}

.cart-sum-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 0 0;
}

@media (min-width: 768px) {
    .cart-sum-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 12px 0 0;
    }
}

@media (max-width: 767px) {
    .cart-sum-wrap .btn {
        width: 100%;
    }
}

.cart-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1600px) {
    .cart-sum {
        padding: 43px 0;
    }
}

@media (max-width: 767px) {
    .cart-sum {
        margin-bottom: 18px;
    }
}

.cart-sum-total {
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .cart-sum-total {
        font-size: 10px;
    }
}

.cart-sum .price {
    font-size: 22px;
}

@media (min-width: 768px) {
    .cart-sum .price {
        font-size: 18px;
    }
}

.cart-sum .btn-row {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .cart-sum .btn-row {
        margin-left: 20px;
    }
}

.cart-form .promo-link {
    font-size: 12px;
    text-transform: none;
}

.cart-form .promo-link.link.is-arrow::before {
    border-bottom-color: #637D9C;
    border-left-color: #637D9C;
}

.cart-form .promo-link.open.link.is-arrow::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-form .form-inner {
    padding-top: 12px;
}

.cart-form .btn-row {
    width: 100%;
}

.cart-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cart-list li:not(.gift-item) {
    padding: 8px 0;
    border-bottom: 1px solid #637D9C;
}

.cart-list li:last-of-type {
    /*border-bottom: none;*/
}

.cart-list li.gift-item {
    padding-top: 24px;
}

.cart-list li.gift-item .cart-tile {
    padding: 8px;
    border-top: 1px solid #637D9C;
    border-left: 1px solid #637D9C;
    border-right: 1px solid #637D9C;
}

.cart-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cart-tile-visual {
    width: 82px;
    height: 112px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .cart-tile-visual {
        width: 136px;
        height: 200px;
        margin-right: 10px;
    }
}

.cart-tile-visual img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-tile-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1023px) {
    .cart-tile-inner {
        padding-bottom: 18px;
    }
}

.cart-tile-inner .btn-link {
    color: #637D9C;
}

.cart-tile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
}

.cart-tile-head .subtitle {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #637D9C;
}

.cart-tile-head h4 {
    text-align: left;
    margin-bottom: 0;
   /* max-width: 355px;*/

}
@media (min-width: 1023px) {
    .cart-tile-head h4 {
        width: 250px;
    }
}

.cart-tile-head .type {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.cart-tile-head .type::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background: #637D9C;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cart-tile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .cart-tile-actions {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.checkout-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #637D9C;
    padding-top: 24px;
}

@media (min-width: 768px) {
    .checkout-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.checkout-holder-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .checkout-holder-sum {
        margin-bottom: 0;
    }
}

.checkout-holder-sum .total-text {
    font-size: 11px;
    text-transform: uppercase;
}

.checkout-holder-sum .price {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
}

.checkout-holder .btn-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .checkout-holder .btn-holder {
        margin-left: 20px;
    }
}

.checkout-holder .btn-holder .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .checkout-holder .btn-holder .btn {
        min-width: 330px;
    }
}

.cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 25px;
    /*border-top: 1px solid #637D9C;*/
}

.cart-actions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 25px;
}

.cart-actions-wrap .btn-link {
    font-size: 12px;
    text-transform: none;
    color: #637D9C;
}

.cart-actions .form-inner input.input-form {
    border: none;
    background: #fff;
    padding: 16px;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.quantity .numeric-value {
    border: none;
    width: 20px;
    height: 16px;
    color: #637D9C;
    text-align: center;
    padding: 0 5px;
    background: none;
}

.quantity .minus,
.quantity .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #637D9C;
}

.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.details dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}

.details dl:not(:first-child) {
    margin-top: 6px;
}

.details dl dd {
    margin: 0;
}

.details dl dt {
    margin: 0 5px 0 0;
}

.details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
}

.details-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.details-list-item:not(:first-child) {
    margin-top: 15px;
}

.details-list-label {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    min-width: 50px;
}

.price {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;

}
.cart-tile-head .price{
    width: 65px;
    padding-top: 5px;
}
@media (min-width: 767px) {
    .price {
        padding-bottom: 10px;
    }
    .order-link .btn{
        width: 100%;
    }
}

.available-module {
    padding: 55px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .available-module {
        padding: 90px 0 170px;
    }
}

.headtitle {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .headtitle {
        margin-bottom: 90px;
    }
}

.category-module {
    padding: 25px 0 55px;
}

@media (min-width: 768px) {
    .category-module {
        padding: 0 0 170px;
    }
}

.row-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .row-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -2px;
    }
}

@media (min-width: 768px) {
    .row-list > li {
        width: 50%;
        padding: 0 2px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .row-list > li:not(:first-child) {
        margin-top: 116px;
    }
}

.collection-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collection-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .collection-card .collection-preview,
    .collection-card .product-card {
        width: 50%;
    }
}

.collection-card .product-card-img {
    height: 375px;
}

@media (min-width: 480px) {
    .collection-card .product-card-img {
        height: 520px;
    }
}

@media (min-width: 1024px) {
    .collection-card .product-card-img {
        height: 720px;
    }
}

.collection-card .product-card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.collection-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F2EFEE;
    padding: 20px;
    height: 100%;
    min-height: 375px;
}

@media (min-width: 480px) {
    .collection-preview {
        min-height: 520px;
    }
}

@media (min-width: 1024px) {
    .collection-preview {
        min-height: 720px;
    }
}

@media (min-width: 480px) {
    .collection-preview .text-sm {
        margin-bottom: 10px;
    }
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    width: 100%;
    position: relative;
}

.product-card-img {
    margin-bottom: 16px;
    height: 490px;
}

@media (max-width: 767px) {
    .product-card-img {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .product-card-img {
        height: 560px;
    }
}

@media (min-width: 1024px) {
    .product-card-img {
        height: 845px;
    }
}

.product-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card-title {
    color: #637D9C;
    margin-bottom: 5px;
}

.product-label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 9;
    color: #637D9C;
}

@media (min-width: 768px) {
    .product-label {
        top: 20px;
        right: 35px;
    }
}

@media (min-width: 1024px) {
    .product-label {
        top: 25px;
        right: 25px;
    }
}

.filter-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 10px;
    line-height: 1.3;
    padding: 50px 15px 23px;
    position: relative;
}

@media (min-width: 768px) {
    .filter-product {
        padding: 35px 0 0;
        max-width: 50%;
        margin-bottom: 95px;
        margin-left: auto;
    }
}

@media (min-width: 1024px) {
    .filter-product-title {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1024px) {
    body.fixed-header .filter-product {
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 99;
    }
}

.sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 768px) {
    .sorting:hover .sorting-inner {
        max-width: 100%;
        opacity: 1;
    }
}

.sorting-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .sorting-label {
        position: relative;
        padding-right: 5px;
    }

    .sorting-label::before {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
}

.sorting-label > span {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .sorting-label > span {
        margin-right: 10px;
    }
}

.sorting-label-selected {
    color: #637D9C;
    border-bottom: 1px solid #637D9C;
}

@media (max-width: 767px) {
    .sorting-label-selected {
        display: none;
    }
}

.sorting-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (min-width: 768px) {
    .sorting-inner {
        max-width: 0;
        padding: 2px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .sorting-inner {
        position: fixed;
        top: -9999px;
        right: -9999px;
        width: 100%;
        height: 100%;
        z-index: 119;
        overflow-y: auto;
        background: #fff;
        padding: 18px 15px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
    }

    body.sorting-open .sorting-inner {
        opacity: 1;
        top: 0;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
        transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
        transition: opacity 0.35s ease, transform 0.35s ease;
        transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    }
}

.sorting-inner .option {
    margin: 0 0 35px;
}

@media (min-width: 768px) {
    .sorting-inner .option {
        margin: 0 15px 0 0;
    }
}

.sorting-inner .option span {
    color: #637D9C;
    border-bottom: 1px solid #F1E7DF;
}

.sorting-inner-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

@media (min-width: 768px) {
    .sorting-inner-head {
        display: none;
    }
}

.filter-btn {
    color: #637D9C;
    font-family: "Inter", sans-serif;
    border-bottom: 1px solid #637D9C;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.filter-dropdown {
    padding: 15px 15px 0;
    font-family: "Inter", sans-serif;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #F1E7DF;
}

@media (min-width: 1024px) {
    .filter-dropdown {
        padding: 0 40px 40px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
    }

    body.fixed-header .filter-dropdown {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .filter-dropdown {
        position: fixed;
        top: -9999px;
        right: -9999px;
        width: 100%;
        opacity: 0;
        height: 100%;
        display: block !important;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s;
        transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s, -webkit-transform 0.35s;
    }

    body.filter-open .filter-dropdown {
        opacity: 1;
        top: 0;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
        transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
        transition: opacity 0.35s ease, transform 0.35s ease;
        transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    }
}

.filter-dropdown-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .filter-dropdown-head {
        display: none;
    }
}

.check-list li:not(:first-child) {
    margin-top: 20px;
}

.filter-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .filter-unit {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
}

.filter-unit-title {
    display: block;
    width: 100%;
    padding: 18px 0 14px;
    border-bottom: 1px solid #F1E7DF;
    position: relative;
}

@media (max-width: 1023px) {
    .filter-unit-title::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 0;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
}

@media (min-width: 1024px) {
    .filter-unit-title {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}

.filter-unit-item {
    width: 100%;
}

@media (max-width: 1023px) {
    .filter-unit-item.open .filter-unit-title::before {
        top: 23px;
        -webkit-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}

@media (min-width: 1024px) {
    .filter-unit-item {
        padding: 0 15px;
        width: 33.3333333333%;
    }
}

.filter-unit .expanded {
    padding: 20px 0;
}

@media (min-width: 1024px) {
    .filter-unit .expanded {
        padding: 0;
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

.size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.size-list li {
    padding: 0 15px;
    margin-bottom: 10px;
}

.colors {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 3px;
}

.colors.sm {
    position: relative;
    z-index: 9;
    margin: 0 -3px;
}

.colors.sm > li {
    padding: 0 3px;
}

.colors.sm .color-field input[type=radio] + span {
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.colors.sm .color-field input[type=radio] + span::before {
    width: 12px;
    height: 12px;
}

.payment-tabset .tab-list {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .payment-tabset .tab-list {
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .payment-tabset .tab-list {
        white-space: nowrap;
        overflow-y: auto;
        margin-right: -20px;
    }
}

.payment-tabset .tab-list li a {
    letter-spacing: 0.05em;
}

.certificate-tabset .tab-list {
    margin-bottom: 30px;
}

.delivery-tabset {
    padding-top: 40px;
}

.delivery-tabset .tab-list {
    margin-bottom: 32px;
}

.tabset {
    position: relative;
}

.profile-module {
    padding: 0 0 145px;
    position: relative;
}

@media (max-width: 1023px) {
    .profile-module {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .profile-module {
        padding-top: 148px;
        padding-bottom: 100px;
    }
}

.profile-module::before {
    content: "";
    position: absolute;
    top: -134px;
    left: 0;
    right: 0;
    height: 205px;
    background: #fff;
    z-index: -1;
}

@media (max-width: 1023px) {
    .profile-module::before {
        height: 268px;
    }
}

@media (max-width: 767px) {
    .profile-module::before {
        height: 345px;
    }
}

.privacy-policy-wrap,
.profile-tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .privacy-policy-wrap,
    .profile-tabset {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 1023px) {
    .privacy-policy {
        padding-top: 5px;
    }
}

.tab-selection-btn {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .tab-selection-btn {
        display: none;
    }
}

.tab-selection-btn::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #637D9C;
    border-left: 1px solid #637D9C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.privacy-policy-wrap {
    position: relative;
}

@media (max-width: 1023px) {
    .privacy-policy-wrap {
        padding-top: 65px;
    }
}

.privacy-policy-wrap .title-section {
    text-align: left;
}

@media (max-width: 1023px) {
    .privacy-policy-wrap .title-section {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.privacy-policy-wrap .tab-list {
    counter-reset: item;
    max-width: 185px;
    padding-left: 5px;
    padding-bottom: 75px;
}

@media (min-width: 1024px) {
    .privacy-policy-wrap .tab-list {
        width: 185px;
        padding-top: 80px;
        max-width: none;
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .privacy-policy-wrap .tab-list {
        display: none;
    }
}

.privacy-policy-wrap .tab-list li {
    counter-increment: item;
}

.privacy-policy-wrap .tab-list li:not(:first-child) {
    margin-top: 20px;
}

.privacy-policy-wrap .tab-list li a::before {
    display: inline-block;
    content: counters(item, ".") ". ";
}

.privacy-policy-wrap .title-section {
    padding: 0;
}

.privacy-policy-wrap .tab-main {
    text-align: left;
    width: 100%;
    max-width: 689px;
}

.privacy-policy-wrap .tab-body {
    border-top: 1px solid rgba(99, 125, 156, 0.4);
    padding-top: 35px;
    margin-top: 24px;
}

.privacy-policy-wrap .tab ul {
    counter-reset: item-list;
}

.privacy-policy-wrap .tab ul li {
    counter-increment: item-list;
    position: relative;
}

.privacy-policy-wrap .tab ul li::before,
.privacy-policy-wrap .tab ul h3::before,
.privacy-policy-wrap .tab ul span::before {
    display: inline-block;
    margin-right: 22px;
    content: counters(item-list, ".") ".";
}

.privacy-policy-wrap .tab ul h3 {
    margin-bottom: 15px;
    letter-spacing: 0;
}

@media (min-width: 1024px) {
    .privacy-policy-wrap .tab ul h3 {
        margin-bottom: 40px;
    }
}

.privacy-policy-wrap .tab ul span {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .privacy-policy-wrap .tab ul span {
        margin-bottom: 50px;
    }
}

.privacy-policy-wrap .tab > ul > li::before {
    display: none;
}

.privacy-policy-wrap .tab > ul > li ul li::before {
    display: none;
}

.privacy-policy-wrap .tab > ul > li ul li ul li:not(:first-child) {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .privacy-policy-wrap .tab > ul > li ul li ul li:not(:first-child) {
        margin-top: 50px;
    }
}

.privacy-policy-wrap .tab > ul > li ul li ul li::before {
    position: static;
    display: inline-block;
    margin-right: 22px;
}

.profile-tabset {
    padding-top: 30px;
}

@media (min-width: 1024px) {
    .profile-tabset {
        padding-top: 55px;
    }
}

.profile-tabset .tab-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 99;
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-tabset .tab-menu {
        width: 120px;
    }
}

.profile-tabset .tab-menu li {
    padding: 0;
}

@media (min-width: 1024px) {
    .profile-tabset .tab-menu li {
        margin-bottom: 15px;
    }
}

.profile-tabset .tab-menu li.active a, .profile-tabset .tab-menu li:hover a {
    border-bottom-color: rgba(99, 125, 156, 0.4);
}

.profile-tabset .tab-menu li a {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.profile-tabset .tab-body {
    padding-top: 0;
    width: 100%;
}

@media (max-width: 1023px) {
    .profile-tabset .tab-body {
        padding-top: 30px;
    }
}

@media (min-width: 1024px) {
    .profile-tabset .tab-body {
        max-width: 682px;
    }
}

@media (max-width: 1023px) {
    .tab-menu.open {
        padding-bottom: 10px;
    }

    .tab-menu.open li {
        display: block;
    }

    .tab-menu.open li a::before {
        top: 6px;
        -webkit-transform: rotate(136deg);
        transform: rotate(136deg);
    }
}

@media (max-width: 1023px) {
    .tab-menu li {
        display: none;
        width: 100%;
    }

    .tab-menu li:not(.active) {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) {
    .tab-menu li.active {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        border: none;
    }

    .tab-menu li.active a::before {
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .tab-menu a {
        border: none;
        position: relative;
        padding: 0;
        text-transform: uppercase;
        font-size: 10px;
    }

    .tab-menu a::before {
        content: "";
        position: absolute;
        top: 3px;
        right: -10px;
        width: 5px;
        height: 5px;
        opacity: 0;
        border-bottom: 1px solid #637D9C;
        border-left: 1px solid #637D9C;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
}

.product-tabset .tab-body {
    min-height: 160px;
}

.product-tabset .tab-list {
    margin-bottom: 35px;
}

.tab-body {
    min-height: 160px;
}

.text-content {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "Inter", sans-serif;
}

.footnote {
    display: block;
    letter-spacing: 0;
    padding-top: 20px;
    margin-bottom: 60px;
}

@media (min-width: 1024px) {
    .footnote {
        padding-top: 40px;
    }
}

.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 -5px;
}

.tab-list .header-fixed {
    z-index: 100;
}

.tab-list li.active a {
    border-bottom-color: rgba(99, 125, 156, 0.4);
}

.tab-list li a {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.tab {
    position: absolute;
    top: -9999px;
    right: 9999px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0s ease 0.35s, opacity 0.35s ease;
    transition: all 0s ease 0.35s, opacity 0.35s ease;
}

.tab.active {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    z-index: 10;
    -webkit-transition: opacity 0.35s ease 0.35s;
    transition: opacity 0.35s ease 0.35s;
}

.payment-system {
    margin-bottom: 38px;
}

.payment-system img {
    display: block;
}

.care-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.care-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(99, 125, 156, 0.2);
}

.care-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    text-align: center;
    padding: 20px 14px;
    min-height: 160px;
    position: relative;
}

.care-list > li:last-of-type::before {
    display: none;
}

.care-list > li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background: rgba(99, 125, 156, 0.2);
}

.care-list > li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
}

.care-list > li .icon img {
    display: block;
}

.product-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.product-heading-title {
    margin-bottom: 7px;
}

.product-heading-info {
    font-style: italic;
    letter-spacing: 0;
}

.product-heading-info .value-text {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.product-heading-info .value-text::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 2px;
    height: 2px;
    background: #637D9C;
    border-radius: 50%;
}

.product-beadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    font-family: "Inter", sans-serif;
    color: #637D9C;
}

.product-beadcrumbs > span:not(:first-child) {
    margin-top: 8px;
}

.product-details {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .product-details {
        margin-bottom: 42px;
    }
}

@media (min-width: 1024px) {
    .product-details {
        margin-bottom: 70px;
    }
}

.product-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    border-bottom: 1px solid #F1E7DF;
}

.product-details-item:first-child {
    border-top: 1px solid #F1E7DF;
}

.product-details-item:last-of-type {
    border-bottom: none;
}

.product-details-item .color-field input[type=radio] + span {
    margin-right: 0;
}

.product-details-item .color-field input[type=radio] + span::before {
    width: 28px;
    height: 28px;
}

.product-details-item .size-field input[type=radio] + span {
    width: 28px;
    height: 28px;
}

.product-details-item .size-list {
    margin: 0 -4px;
}

.product-details-item .size-list li {
    padding: 0 4px;
    margin-bottom: 0;
}

.product-details-item .colors {
    margin: 0 -10px;
    padding-left: 6px;
}

.product-details-item .colors li {
    padding: 0 10px;
    width: auto;
    margin-bottom: 0;
}

.product-details-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 110px;
}

.size-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.size-link-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.order-link {
    font-family: "Inter", sans-serif;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;*/
    justify-content: space-between;
    max-width: 400px;
    min-height: 48px;
    /*padding: 0 15px;*/
    margin-bottom: 16px;
    /*background: #fff;*/
    display:block;
}

.order-link .btn {
    padding: 10px 50px;
    border: 1px #637d9c solid;
    background: #637d9c;
    color: #fff;
}

/*.order-link .btn:not(:hover) {
    color: rgba(99, 125, 156, 0.4);
}*/

#fix-scroll {
    width: 100%;
}

.product-description {
    height: 100%;
    padding: 42px 16px 58px;
}

@media (min-width: 768px) {
    .product-description {
        padding: 0 30px;
    }
}

.product-description-content {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .product-description-content {
        max-width: 337px;
    }
}

@media (min-width: 768px) {
    .product-description-content {
        padding: 10px 0 30px;
    }
}

@media (min-width: 1024px) {
    .product-description-content {
        /*padding-top: 85px;*/
    }
}

@media (min-width: 1024px) {
    .product-description .default-form {
        min-height: 90px;
    }
}

.product-description .accordion-holder {
    margin-bottom: 68px;
}

@media (min-width: 768px) {
    .product-description .accordion-holder {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .product-description-visual {
        margin: 0 -30px;
    }
}

.product-description-visual img {
    display: block;
    width: 100%;
}

.product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 52px;
}

.product-title-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #637D9C;
}

.product-title-head .h2 {
    margin-bottom: 0;
}

.product-title-head .num-value {
    font-family: "Source Serif Pro", serif;
    font-style: italic;
}

.product-title-code {
    font-style: italic;
    font-family: "Source Serif Pro", serif;
}

.preorder-holder p:last-of-type {
    margin-bottom: 0;
}

.preorder-holder .btn-holder {
    padding-top: 30px;
}

.preorder-holder .btn-holder .btn {
    width: 100%;
}

.product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .product-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (min-width: 768px) {
    .product-content-gallery, .product-content-aside {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .product-content .space-bottom {
        padding-bottom: 920px;
    }
}

@media (min-width: 768px) {
   /* .product-content .gallery-slider .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }*/
}

.product-content .gallery-slider .swiper-slide {
    width: 300px;
}

@media (min-width: 375px) {
    .product-content .gallery-slider .swiper-slide {
        width: 348px;
    }
}

@media (min-width: 480px) {
    .product-content .gallery-slider .swiper-slide {
        width: 440px;
    }
}

@media (min-width: 768px) {
    .product-content .gallery-slider .swiper-slide {
        width: auto;
        padding: 2px 0;
    }
}

@media (max-width: 767px) {
    .product-content .gallery-slider .swiper-slide img {
        height: 498px;
    }
}

@media (max-width: 767px) {
    .order-mobile {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .order-one {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.product-module {
    border-top: 1px solid rgba(99, 125, 156, 0.2);
    padding: 20px 0 100px;
}

.section-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .section-unit {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.section-headtitle {
    max-width: 288px;
    margin: 0 0 16px;
}

@media (min-width: 768px) {
    .section-headtitle {
        width: 250px;
        max-width: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 40px 0 0;
    }
}

@media (min-width: 1024px) {
    .section-headtitle {
        margin-right: 90px;
    }
}

.section-headtitle-title {
    margin-bottom: 5px;
    max-width: 315px;
}

.section-headtitle p {
    margin-bottom: 0;
}

.product-slider {
    margin-right: -15px;
    padding-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .product-slider {
        margin-right: -30px;
        width: 100%;
    }
}

.product-slider .swiper-slide {
    width: 335px;
}

@media (min-width: 768px) {
    .product-slider .swiper-slide {
        width: 340px;
    }
}

.product-slider .product-card-img {
    height: 453px;
    margin-bottom: 8px;
}

.product-item-module {
    position: relative;
    padding-top: 28px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .product-item-module {
        padding: 0 0 112px;
    }
}

.single-module {
    position: relative;
}

.cta-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 102px 0 85px;
}

@media (min-width: 768px) {
    .cta-module {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        min-height: 920px;
    }
}

@media (max-width: 767px) {
    .cta-module .section-title {
        margin-bottom: 0;
    }
}

.loyalty-module {
    padding: 22px 0 32px;
}

@media (min-width: 1024px) {
    .loyalty-module {
        padding: 125px 0 70px;
    }
}

.loyalty-module .section-content {
    margin-bottom: 15px;
    max-width: 695px;
}

@media (min-width: 1024px) {
    .loyalty-module .section-content {
        margin-bottom: 50px;
    }
}

.loyalty-module .section-content h1 {
    margin-bottom: 0;
}

.loyalty-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .loyalty-unit {
        margin-bottom: 60px;
    }
}

.loyalty-unit-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.loyalty-unit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 8px);
    position: relative;
    min-height: 256px;
    margin: 0 4px;
    border-top: 1px solid rgba(99, 125, 156, 0.4);
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 1199px) {
    .loyalty-unit-item:first-child, .loyalty-unit-item:nth-child(2) {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .loyalty-unit-item {
        min-height: 338px;
    }
}

@media (min-width: 1200px) {
    .loyalty-unit-item {
        width: calc(25% - 8px);
    }
}

.loyalty-unit-item:not(:first-child) {
    position: relative;
}

.loyalty-unit-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 1px;
    background: rgba(99, 125, 156, 0.4);
}

@media (max-width: 1199px) {
    .loyalty-unit-item:not(:first-child)::before {
        top: 4px;
        bottom: 4px;
    }
}

@media (max-width: 1199px) {
    .loyalty-unit-item:nth-child(odd)::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .loyalty-unit-item:hover {
        color: #fff;
    }

    .loyalty-unit-item:hover .bg-stretch {
        opacity: 1;
    }
}

.loyalty-unit-item .bg-stretch {
    opacity: 0;
    padding: 4px 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (max-width: 1199px) {
    .loyalty-unit-item .bg-stretch {
        display: none;
    }
}

.loyalty-unit-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 15px 10px;
}

@media (min-width: 1200px) {
    .loyalty-unit-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.loyalty-unit-inner p {
    margin-bottom: 0;
}

.tile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .tile-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .tile-info.loyalty-tile {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.tile-info-inner {
    width: 100%;
}

@media (min-width: 1024px) {
    .tile-info-inner {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px;
        margin: 0 40px 0 0;
    }
}

.tile-info-inner p {
    margin-bottom: 30px;
}

.tile-info-content {
    width: 100%;
}

@media (min-width: 1024px) {
    .tile-info-content {
        max-width: 690px;
    }
}

.tile-info p:last-of-type {
    margin-bottom: 0;
}

.tile-info .section-content {
    margin: 0;
}

.size-chart {
    text-align: center;
}

.size-chart-title {
    margin-bottom: 60px;
}

@media (min-width: 480px) {
    .size-chart-title {
        margin-bottom: 40px;
    }
}

.size-chart .tabset {
    margin-bottom: 0;
}

.size-chart .tab-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .size-chart .tab-list {
        margin-bottom: 15px;
    }
}

.size-chart .tab-list a {
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.05em;
}

.size-chart .tab-body {
    padding: 30px 15px 80px;
    background: rgba(242, 239, 238, 0.5);
}

@media (min-width: 480px) {
    .size-chart .tab-body {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.payment-logo {
    margin-bottom: 15px;
}

.payment-logo img {
    display: block;
}

.accordion-item.open .title-toggle::before {
    top: 17px;
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
}

.accordion-item:last-of-type {
    border-bottom: 1px solid rgba(99, 125, 156, 0.2);
}

.accordion-item .title-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    font-size: 10px;
    text-align: left;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    border-top: 1px solid rgba(99, 125, 156, 0.2);
}

.accordion-item .title-toggle::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #637D9C;
    border-left: 1px solid #637D9C;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.accordion-item .expanded {
    padding-top: 10px;
    padding-bottom: 16px;
}

.accordion-item .expanded p:last-of-type {
    margin-bottom: 0;
}

.size-row {
    font-size: 12px;
    line-height: 1.2;
}

.size-row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    min-height: 40px;
    margin: 0 -5px;
    border-top: 1px solid #F1E7DF;
}

.size-row li:nth-child(odd) {
    background: #fff;
}

.size-row li.tr-row span {
    max-width: none;
    width: 33.3333333333%;
}

.size-row li.tr-row span:first-child {
    text-align: left;
}

.size-row li span {
    padding: 0 5px;
    max-width: 50px;
    width: 100%;
}

.size-row li span.first-col {
    max-width: 85px;
    text-align: left;
}

@media (max-width: 374px) {
    .table-holder {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.accessories-table,
.size-table {
    width: 100%;
}

@media (max-width: 374px) {
    .accessories-table,
    .size-table {
        width: 350px;
    }
}

.accessories-table th,
.size-table th {
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    padding: 12px 2px;
    border-top: 1px solid #F1E7DF;
}

@media (min-width: 480px) {
    .accessories-table th,
    .size-table th {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 480px) {
    .accessories-table th:first-child,
    .size-table th:first-child {
        text-align: left;
    }
}

.accessories-table th,
.accessories-table td,
.size-table th,
.size-table td {
    border-bottom: 1px solid #F1E7DF;
}

@media (min-width: 1024px) {
    .accessories-table th,
    .accessories-table td,
    .size-table th,
    .size-table td {
        white-space: nowrap;
    }
}

.accessories-table td,
.size-table td {
    padding: 9px 2px;
}

@media (min-width: 480px) {
    .accessories-table td,
    .size-table td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.size-table th:first-child {
    padding-left: 0;
}

.size-table th,
.size-table td {
    width: 56px;
}

@media (min-width: 480px) {
    .size-table th,
    .size-table td {
        width: 119px;
    }
}

.size-table tr:nth-child(odd) td {
    background: #fff;
}

.accessories-table .td {
    width: 165px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: left;
}

.accessories-table th:first-child {
    width: 165px;
}

.accessories-table td {
    width: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.accessories-table .odd td:not(.td) {
    background: #fff;
}

.accessories-table tr:not(.tr):nth-child(odd) td:not(.td) {
    background: #fff;
}

.content-unit p {
    margin-bottom: 34px;
}

.content-list {
    counter-reset: item;
}

.content-list > li {
    display: block;
    counter-increment: item;
    position: relative;
    border-top: 2px solid #F1E7DF;
    padding-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .content-list > li {
        padding-top: 36px;
        margin-bottom: 46px;
    }
}

.content-list > li:nth-child(3) ul > li {
    margin-bottom: 0;
}

.content-list > li:nth-child(3) ul > li ul {
    padding: 0;
}

.content-list > li::before {
    content: counters(item, ".") ". ";
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    top: 30px;
}

@media (min-width: 768px) {
    .content-list > li::before {
        top: 36px;
    }
}

.content-list > li h2 {
    padding-left: 23px;
    margin-bottom: 27px;
}

@media (min-width: 768px) {
    .content-list > li h2 {
        margin-bottom: 34px;
    }
}

.content-list > li ul {
    counter-reset: item;
}

.content-list > li ul > li {
    counter-increment: item;
    margin-bottom: 22px;
}

.content-list > li ul > li::before {
    display: inline-block;
    margin-right: 50px;
    content: counters(item, ".") " ";
}

.content-list > li ul > li > ul {
    padding-top: 22px;
}

.content-list > li ul > li > ul li::before {
    margin-right: 28px;
}

.content-list .sub-list {
    counter-reset: none;
}

.content-list .sub-list li {
    counter-increment: none;
    margin-bottom: 0;
    position: relative;
}

.content-list .sub-list li::before {
    content: "";
    vertical-align: middle;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%;
    margin-right: 87px;
}

.contact-list li {
    border-bottom: 1px solid #F1E7DF;
    padding-bottom: 32px;
}

@media (min-width: 768px) {
    .contact-list li {
        padding-bottom: 25px;
    }
}

.contact-list li:not(:first-child) {
    padding-top: 21px;
}

@media (min-width: 768px) {
    .contact-list li:not(:first-child) {
        padding-top: 50px;
    }
}

.contact-list address {
    font-style: normal;
}

address {
    margin: 0;
}

.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .contact-row {
        margin: 0 -40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.contact-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-row-item:not(:first-child) {
    margin-top: 22px;
}

@media (min-width: 768px) {
    .contact-row-item:not(:first-child) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .contact-row-item {
        width: 50%;
        padding: 0 40px;
    }
}

.contact-row-unit:not(:first-child) {
    margin-top: 22px;
}

.contact-row a {
    display: block;
}

.contact-tile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #637D9C;
    margin-bottom: 5px;
}

.contact-tile-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.contact-tile-title a:hover {
    border-color: #DCB894;
}

.contact-tile-title .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.certificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 330px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .certificates {
        max-width: 700px;
    }
}

.certificates li {
    width: 100%;
}

@media (min-width: 768px) {
    .certificates li {
        width: 50%;
        padding: 0 24px;
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .certificates li:nth-child(even) {
        position: relative;
    }

    .certificates li:nth-child(even)::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background: rgba(99, 125, 156, 0.4);
    }
}

.certificates li:not(:first-child) {
    margin-top: 42px;
}

@media (min-width: 768px) {
    .certificates li:not(:first-child) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .certificates li:nth-child(2):not(:first-child) {
        margin-top: 0;
    }
}

.certificate-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.certificate-card-img {
    display: block;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .certificate-card-img {
        margin-bottom: 15px;
    }
}

.certificate-card-img img {
    display: block;
    width: 100%;
}

.certificate-card-title {
    line-height: 1.45;
}

@media (min-width: 768px) {
    .certificate-card-title {
        max-width: 240px;
    }
}

.location-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .location-unit {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -4px;
    }
}

.location-unit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    min-height: 345px;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

@media (min-width: 480px) {
    .location-unit-item {
        min-height: 640px;
    }
}

@media (min-width: 768px) {
    .location-unit-item {
        width: calc(50% - 8px);
        margin: 0 4px;
    }

    .location-unit-item:first-child, .location-unit-item:nth-child(2) {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }

    .location-unit-item:nth-child(even)::before {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: -4px;
        width: 1px;
        background: rgba(99, 125, 156, 0.4);
    }
}

@media (min-width: 1024px) {
    .location-unit-item {
        min-height: 610px;
    }
}

.location-unit-item:first-child {
    border-top: 1px solid rgba(99, 125, 156, 0.4);
}

@media (min-width: 768px) {
    .location-unit-item:nth-child(2) {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }
}

.location-unit-item:hover .bg-stretch {
    opacity: 1;
}

.location-unit-item .bg-stretch {
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media (min-width: 768px) {
    .location-unit-item .bg-stretch {
        padding: 8px 4px;
    }
}

.location-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    max-width: 280px;
    width: 100%;
    z-index: 1;
    min-height: 280px;
    padding: 30px 0;
    background: #F2EFEE;
}

@media (min-width: 480px) {
    .location-tile {
        padding: 80px;
        min-height: 400px;
        max-width: 400px;
    }
}

.location-tile-title {
    margin-bottom: 10px;
}

.location-tile .btn-link {
    padding-top: 25px;
}

.location-tile address {
    font-style: normal;
    margin: 0;
}

.history-list > li:not(:first-child) {
    margin-top: 30px;
}

.order-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.order-preview-item {
    margin-right: 8px;
    margin-bottom: 2px;
}

.order-preview-item img {
    display: block;
    width: 64px;
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
}

.history-card {
    background: #fff;
    padding: 18px 16px;
}

@media (min-width: 768px) {
    .history-card {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.history-card.open .order-preview {
    opacity: 0;
    height: 0;
}

.history-card.open .toggle-link .more {
    display: none;
}

.history-card.open .toggle-link .less {
    display: block;
}

.history-card-head {
    position: relative;
    min-height: 60px;
}

.history-card-head h2 {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    margin: 0;
}

@media (max-width: 767px) {
    .history-card-head h2 {
        max-width: 160px;
    }
}

.history-card-head .vendor-code {
    border-top: 1px solid rgba(99, 125, 156, 0.4);
    padding-top: 8px;
    margin-top: 15px;
}

.history-card-expanded .cart-form {
    padding-top: 5px;
}

@media (min-width: 480px) {
    .history-card-expanded .cart-form {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }
}

.history-card .toggle-link {
    position: absolute;
    top: 5px;
    right: 0;
}

.history-card .toggle-link .less {
    display: none;
}

.vendor-code {
    display: block;
    font-size: 10px;
}

.headtitle-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.headtitle-section .link {
    opacity: 0.4;
}

@media (min-width: 1024px) {
    .headtitle-section {
        margin-left: auto;
        max-width: 680px;
    }
}

.headtitle-section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.headtitle-section-title {
    margin-bottom: 0;
}

.payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

@media (min-width: 480px) {
    .payments {
        margin: 0 -6px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.payments li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
    height: 100%;
    padding: 48px 0 15px;
}

@media (max-width: 479px) {
    .payments li:last-of-type {
        padding-bottom: 0;
    }
}

@media (min-width: 480px) {
    .payments li {
        min-height: 224px;
        padding: 0 6px;
        width: 33.3333333333%;
    }
}

@media (max-width: 479px) {
    .payments li:not(:first-child) {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }
}

@media (min-width: 480px) {
    .payments li:not(:first-child) {
        border-left: 1px solid rgba(99, 125, 156, 0.4);
    }
}

.payments li .title-sm {
    margin-bottom: 8px;
}

@media (max-width: 479px) {
    .payments li br {
        display: none;
    }
}

.payments li img {
    display: block;
    margin-top: 10px;
}

.delivery {
    padding-top: 16px;
}

@media (max-width: 479px) {
    .delivery li {
        padding: 48px 0 16px;
    }

    .delivery li:last-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 479px) {
    .delivery li:not(:first-child) {
        border-top: 1px solid rgba(99, 125, 156, 0.4);
    }
}

@media (min-width: 480px) {
    .delivery li {
        padding-top: 75px;
        min-height: 224px;
    }
}

.payment-module {
    padding-bottom: 60px;
}

@media (min-width: 480px) {
    .requisite-list li {
        min-height: 340px;
    }
}

.delivery,
.requisite-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    border-top: 1px solid rgba(99, 125, 156, 0.4);
}

@media (min-width: 480px) {
    .delivery,
    .requisite-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -25px;
    }
}

.delivery li,
.requisite-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 480px) {
    .delivery li,
    .requisite-list li {
        width: 50%;
        padding: 0 25px 0;
    }
}

@media (min-width: 480px) {
    .delivery li:not(:first-child),
    .requisite-list li:not(:first-child) {
        border-left: 1px solid rgba(99, 125, 156, 0.4);
    }
}

.delivery li h3,
.requisite-list li h3 {
    margin-bottom: 18px;
}

.title-sm {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.payment-holder {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .payment-holder {
        max-width: 46%;
        width: 100%;
        margin-left: auto;
    }
}

.payment-holder .accordion-item.open .title-toggle:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.payment-holder .accordion-item .title-toggle {
    font-size: 18px;
    text-transform: none;
    min-height: 56px;
    font-weight: 300;
}

.payment-holder .accordion-item .title-toggle:before {
    width: 22px;
    height: 22px;
    border: none;
    background: url(/local/templates/new_header/css/../images/cross-btn.svg) no-repeat;
    background-size: cover;
}

.payment-holder .text-wrap {
    max-width: 415px;
    margin-bottom: 16px;
}

@media (min-width: 480px) {
    .payment-holder .text-wrap {
        margin-bottom: 24px;
    }
}

.tile-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 32px 0 52px;
}

@media (min-width: 1024px) {
    .tile-module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 935px;
        padding: 0;
    }
}

.tile-module-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (min-width: 1024px) {
    .tile-module-unit {
        padding: 200px 0 100px 50%;
    }
}

@media (min-width: 1024px) {
    .tile-module .bg-stretch {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .tile-module .bg-stretch {
        position: relative;
        height: 478px;
        margin-bottom: 27px;
    }
}

.tile-module .headtitle {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .tile-module .headtitle {
        margin-bottom: 50px;
    }
}

.certificate-module .select-custom {
    margin-top: 55px;
}

@media (max-width: 1023px) {
    .certificate-module .bg-stretch {
        display: none;
    }
}

.step-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .step-list {
        width: 240px;
    }
}

.step-list li.active a {
    border-bottom-color: rgba(99, 125, 156, 0.4);
}

.step-list li:not(:first-child) {
    margin-top: 14px;
}

.step-list li a {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.checkout-module {
    padding-top: 18px;
    padding-bottom: 55px;
}

@media (min-width: 768px) {
    .checkout-module {
        padding: 82px 0 85px;
    }
}

.checkout-tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .checkout-tabset {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.checkout-tabset .tab-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 40px;
}

@media (min-width: 1024px) {
    .checkout-tabset .tab-list {
        width: 250px;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .checkout-tabset .tab-list li:not(:first-child) {
        margin-top: 14px;
    }
}

.delivery-form .form-unit {
    margin-bottom: 75px;
}

.delivery-form .form-unit-item {
    min-height: 76px;
}

.delivery-form .form-unit-item:first-child {
    min-height: 76px;
}

@media (max-width: 1023px) {
    .delivery-form .form-unit-item:first-child {
        border-top: none;
    }
}

.delivery-form .group-field {
    margin-bottom: 0;
}

.delivery-form .group-field-unit {
    padding-bottom: 32px;
}

.checkout-wrapper {
    width: 100%;
    /*max-width: 896px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .checkout-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -24px;
    }
}

.checkout-wrapper .tab-body,
.checkout-wrapper .cart-item {
    width: 100%;
}

@media (min-width: 1024px) {
    .checkout-wrapper .tab-body,
    .checkout-wrapper .cart-item {
        width: 50%;
        padding: 0 24px;
    }
}

@media (max-width: 1023px) {
    .checkout-wrapper .cart-item {
      /*  display: none;*/
    }
}

@media (min-width: 1024px) {
    .checkout-wrapper .cart-item {
        position: relative;
    }

    .checkout-wrapper .cart-item::before {
        content: "";
        position: absolute;
        top: 42px;
        bottom: 0;
        left: 0;
        background: rgba(99, 125, 156, 0.4);
        width: 1px;
    }
}

.checkout-wrapper h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.checkout-wrapper .form-field {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .checkout-wrapper h2 {
        margin-bottom: 0;
    }
}

.checkout-wrapper h2.section-title {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .checkout-wrapper h2.section-title {
        margin-bottom: 20px;
    }
}

h2.section-title,
.section-title {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

@media (min-width: 1024px) {
    h2.section-title,
    .section-title {
        padding-bottom: 10px;
    }
}

.cart-item {
    margin: 0 auto;
}

.cart-item .cart-form {
    width: 100%;
}

.step-content {
    width: 100%;
}

.step-content:not(.active) {
    display: none;
}

.step-content .form {
    max-width: 400px;
    margin: 0 auto;
}

.step-content .form h2 {
    text-align: center;
}

.steps {
    position: relative;
}

@media (min-width: 1024px) {
    .steps::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid #F1E7DF;
    }
}

.user-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 42px 0 0;
    margin-top: 48px;
    border-top: 1px solid #F1E7DF;
}

@media (min-width: 1024px) {
    .user-field {
        padding: 44px 0 0;
        margin-top: 22px;
    }
}

.user-field .link {
    margin-top: 10px;
}

.delivery-method {
    text-align: left;
}

.delivery-method .subtitle {
    display: block;
    margin: 0 0 32px;
    max-width: 286px;
}

.payment-form .form-field {
    margin-bottom: 7px;
}

.payment-form .btn-row {
    padding-top: 30px;
    margin-bottom: 10px;
}

.payment-form textarea.input-form {
    font-size: 12px;
    padding: 16px;
    background: #fff;
    text-transform: none;
    border: none;
}

.group-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.group-field .item {
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

.group-field .item.border-0 {
    border-bottom: none;
}

.group-field-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 12px 0;
}

.group-field-unit .check-field {
    position: absolute;
    top: 8px;
    right: -16px;
    margin: 0;
}

.group-field-unit .check-field input[type=radio] + span {
    border-color: #637D9C;
}

.group-field-unit .check-field input[type=radio] + span::before {
    background: #637D9C;
}

.group-field-unit .title-label {
    font-size: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-right: 30px;
}

.group-field-unit .payment-system {
    margin-bottom: 0;
}

.payment-fields {
    margin-bottom: 30px;
}

.gallery-slider {
    width: 100%;
    overflow: auto;
}

.gallery-slider .swiper-slide {
    width: 310px;
}

@media (min-width: 768px) {
    .gallery-slider .swiper-slide {
        width: 33.3333333333%;
    }
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .gallery-slider .swiper-slide img {
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 374px) {
    .gallery-slider .swiper-slide img {
        height: 480px;
    }
}

.gallery-slider .img img {
    display: block;
    width: 100%;
    height: 187px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 480px) {
    .gallery-slider .img img {
        height: 540px;
    }
}

@media (min-width: 1024px) {
    .gallery-slider .img img {
        height: 720px;
    }
}

.article-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media (min-width: 1024px) {
    .article-slider {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.article-slider .article-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    height: 100%;
    height: 592px;
    padding: 15px;
    position: relative;
}

@media (min-width: 1024px) {
    .article-slider .article-slide {
        height: 800px;
        padding: 40px 30px;
    }
}

.article-slider .article-slide .bg-stretch::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.article-slider .swiper-button-next, .article-slider .swiper-button-prev {
    border: 1px solid #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.article-slider .swiper-button-next::after, .article-slider .swiper-button-prev::after {
    font-size: 22px;
}

.showroom-module {
    padding-bottom: 105px;
}

@media (min-width: 1024px) {
    .showroom-module {
        padding-bottom: 60px;
    }
}

.showroom-module .tile-info .section-content {
    max-width: 335px;
}

@media (max-width: 1023px) {
    .showroom-module .tile-info-inner {
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px solid rgba(99, 125, 156, 0.4);
    }
}

.showroom-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 1024px) {
    .showroom-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.showroom-tile-item {
    width: 100%;
}

@media (min-width: 1024px) {
    .showroom-tile-item {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .showroom-tile-item:not(:first-child) {
        margin-bottom: 20px;
    }
}

.showroom-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .showroom-contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 520px;
    }
}

@media (min-width: 1024px) {
    .showroom-contact-item {
        padding: 0 10px;
    }
}

.showroom-contact a:hover {
    color: #fff;
    text-decoration: underline;
}

.address-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
}

.address-tile .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.address-tile address {
    font-style: normal;
}

.row-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .row-tile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.row-tile.align-tile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-tile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    min-height: 375px;
}

.row-tile-item.lg-item {
    min-height: 476px;
}

@media (min-width: 1024px) {
    .row-tile-item.lg-item {
        min-height: 920px;
    }
}

.row-tile-item.lg-mobile-item {
    min-height: auto;
}

@media (min-width: 768px) {
    .row-tile-item.lg-mobile-item {
        min-height: 400px;
    }
}

@media (min-width: 1024px) {
    .row-tile-item.lg-mobile-item {
        min-height: 920px;
    }
}

@media (max-width: 767px) {
    .row-tile-item.lg-mobile-item .tile-img {
        padding-top: 80px;
    }
}

.row-tile-item.full-item {
    width: 100%;
}

@media (max-width: 767px) {
    .row-tile-item.full-item {
        min-height: 240px;
    }
}

@media (min-width: 768px) {
    .row-tile-item {
        min-height: 540px;
    }
}

@media (min-width: 1024px) {
    .row-tile-item {
        min-height: 720px;
        width: 50%;
    }
}

.row-tile .row-img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .row-tile .row-img {
        height: 480px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.row-tile .tile-img {
    display: block;
    padding: 40px 0;
    max-width: 208px;
}

@media (min-width: 768px) {
    .row-tile .tile-img {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .pb-mobile {
        padding-bottom: 50px;
    }
}

.text-cover {
    text-align: left;
    padding: 50px 0 62px;
}

@media (min-width: 768px) {
    .text-cover {
        padding: 140px 0;
    }
}

.text-cover h2 {
    text-align: center;
    margin-bottom: 42px;
}

@media (min-width: 768px) {
    .text-cover p {
        margin-bottom: 35px;
    }
}

.daily-text {
    display: block;
}

@media (min-width: 768px) {
    .daily-text {
        padding-top: 68px;
    }
}

.swiper-button-prev, .swiper-button-next {
    color: #fff;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 55px;
    font-weight: normal;
}

.swiper-button-prev {
    left: 15px;
}

@media (min-width: 768px) {
    .swiper-button-prev {
        left: 30px;
    }
}

.swiper-button-next {
    right: 15px;
}

@media (min-width: 768px) {
    .swiper-button-next {
        right: 30px;
    }
}

.cta-holder {
    text-align: center;
    padding-top: 52px;
}

@media (min-width: 768px) {
    .cta-holder {
        padding-top: 68px;
    }
}

.cta-holder h2 {
    margin-bottom: 24px;
}

@media (max-width: 374px) {
    .cta-holder a:not(:first-child) {
        display: block;
    }
}

.thanks-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

.thanks-message-subtitle {
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-top: 6px;
}

@media (max-width: 767px) {
    .thanks-message-subtitle {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .thanks-message-subtitle {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .thanks-message h2.section-title {
        margin-bottom: 2px;
    }
}

.error-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 112px 0;
    min-height: 490px;
}

@media (min-width: 1024px) {
    .error-module {
        min-height: 660px;
    }
}

.error-module h1 {
    margin-bottom: 2px;
}

.error-module .btn-link {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 685px;
    margin-left: auto;
}

.individual-section {
    padding: 30px 0 260px;
    position: relative;
}

@media (min-width: 768px) {
    .individual-section {
        padding: 145px 0 945px;
    }
}

.individual-section .section-content {
    font-size: 18px;
    line-height: 1.3;
    margin-left: auto;
}

.individual-section .section-content p {
    margin-bottom: 18px;
}

.individual-section .bg-stretch {
    top: auto;
    height: 209px;
}

@media (min-width: 768px) {
    .individual-section .bg-stretch {
        height: 800px;
    }
}


.size-sku {
    align-self: flex-start;
}
.size-sku-dropdown {
    width: 100%;
}
.size-sku-dropdown .accordion-holder {
    margin-bottom: 0;
}
.size-sku-dropdown .accordion-item {
    border: none;
}
.size-sku-dropdown .accordion-item > span {
    border: none;
    min-height: unset;
    width: fit-content;
}
.size-sku-dropdown .accordion-item > span::before {
    top: 3px;
    right: -15px;
}
.size-sku-dropdown .accordion-item.open > span::before {
    top: 6px;
}

.size-sku-dropdown ul.sizes {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.size-sku-dropdown ul.sizes > li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.size-sku-dropdown ul.sizes > li > span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.size-sku-dropdown ul.sizes > li.selected > span:not(.size-price) {
    border-bottom: 1px solid #637D9C;;
}
.size-sku-dropdown ul.sizes > li:not(:first-child) {
    margin-top: 8px;
}
.size-sku-dropdown ul.sizes > li .size-price {
    color: rgba(99, 125, 156, 0.8);
}
/* End */


/* Start:/local/templates/new_header/css/custom.css?178060533215453*/
textarea#soa-property-7{
    margin-top:15px;
    border-bottom:none;
    margin-bottom:15px;
}
input#zipProperty{
    margin-bottom:10px;
}
div.form-unit{
    margin-top:15px;
    margin-bottom:15px;
}
div .bx-sls .dropdown-block{
    background-color:white;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #102B4B;
}

.jekskurs-header-title{
    padding-bottom:25rem;
}
.bg-stretch.jekskurs-pict img{
    object-position:20% 100%;
}

.basket-coupon-alert .close-link{
    cursor: pointer;
    text-decoration: underline;
}
.bx-price-old{
    text-decoration: line-through;
}

input.bx-soa-customer-input ,.soa-property-container textarea{
    color: #111;
}
/*
.moo::placeholder {
    font-weight: 300;
}*/

.bx-soa-section-content .alert-danger{
    color:red;
}
@media (max-width: 768px) {
   /* .hero-module {
        min-height: 200px;
    }*/
    /*.hero-module video{
        height: 320px;
        width: auto;
    }*/
}

.jekskurs-main-photo{
    padding-top: 30px;
}

.required-field{
    border-bottom: 2px solid #FF2E00!important;
}
.add-favorite-button{
    border: 0px;
    background: #f1efee;
    text-align: left;
    padding: 5px 0px;
}

@media (min-width: 768px) {
    .sub-section{
        /*margin-left: 50%;*/
        margin-left: 50px;
        margin-top: 10px;
    }

}
@media (max-width: 768px) {
    .sub-section a{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .jekskursii.hero-section{
        min-height: 305px;
    }
    .jekskurs-header-title{
        padding-bottom:0rem;
    }
}
@media (min-width: 768px) {
    .jekskursii.individual-section .container {
        display: flex;
    }

    .jekskursii.individual-section .container .section-content {
        width: 50%;
    }
    .jekskursii.individual-section  .text-descr{
        padding-left: 30px;
    }
    .jekskursii.individual-section{
        padding: 145px 0 45px;
    }

}
.jekskursii.individual-section{
    padding: 30px 0 10px;
}
.sub-section{

    margin-bottom: 10px;
}

.sub-section a{
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 4px 13px;
    /* height: 84px; */
    display: inline-block;
    border: 1px solid #637d9c;
}

/* Password toggle button styles */
.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #666;
    transition: color 0.3s ease;
    z-index: 10;
}

.password-toggle:hover {
    color: #333;
}

.password-toggle:focus {
    outline: none;
    color: #333;
}

.eye-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.password-field .input-form {
    padding-right: 45px;
}

@media (max-width: 768px) {
    div.catalog-section-item-title, .catalog-section-item-filter,.product-item-price-current{
        margin-left: 10px;
    }
    .catalog-section-item .colors{
        margin-left: 3px;
    }
    .catalog-section-item > .colors{
        margin-left: 5px;
        margin-top:5px;
    }
}

@font-face {
    font-family: "Heading-Pro-Trial-Bold";
    src: url("/local/templates/new_header/css/../fonts/Heading-Pro-Trial-Bold.ttf.woff");
}

.ksfont{
    font-family: "Heading-Pro-Trial-Bold";
}

.header.white-theme{
    /*background: rgb(0 0 0 / 41%); фон для меню на главной*/
}
a.menu-sale{
    color:red !important;

}
a.pay-button{
    background: #102b4b !important;
    color:#fff;
}
.card-button-pay{
    margin-top: 10px;
}
.hr-menu{
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px solid #5A83AA;
}
.header-wrapper-menu .new-menu-list{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: auto;
}
.header-wrapper-menu{
    padding-top: 15px;
}
.new-menu-list{
    text-transform: uppercase;
}
body:not(.fixed-header) .white-theme{
    position: absolute;
    color:#fff;
    background: none;
}

body:not(.fixed-header) .white-theme .hr-menu{
    border-top: 1px solid rgb(255 255 255 / 50%);
}
body.fixed-header .white-theme {
    background: #fff;
}
@media (max-width: 768px) {
    .new-menu-list ,.hr-menu,.header-wrapper-menu{
        display: none !important;
    }
    .header-wrapper{
        padding-bottom: 0px;
    }
}
 .white-theme-element{
    display:none;
}
.blue-theme-element{
    display:block;
}

body.home-page.fixed-header  .white-theme-element{
    display:none;
}
body.home-page.fixed-header  .blue-theme-element{
    display:block;
}

body.home-page:not(.fixed-header)  .white-theme-element{
    display:block;
}
body.home-page:not(.fixed-header)  .blue-theme-element{
    display:none;
}
body.home-page:not(.fixed-header) .logo{
    display:none;
}

@media (max-width: 768px) {
    .menu-list{
        font-size:16px;
    }
    .menu-list-dropdown{
    /*    display:none !important;*/
    }
}
@media (max-width: 768px) {
    body:not(.nav-open) .header-holder .logo-menu {
        display: none;
    }

    .logo-menu {
        z-index: 999;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 250px;
        margin-top: 5px;
    }
    .title-section{
        margin: 0 0 10px;
    }
    .nav-open .header{
        position: fixed;
    }
}
@media (min-width: 768px) {
    .mob-menu-back{
        display:none;
    }
    .logo-menu{
        display:none;
    }
    .bx-breadcrumb{
        padding-left: 40px;
    }
    .back-section{
        display: none;
    }
    .detail .bx-breadcrumb{
        padding-left: 100px;
    }
}
@media (min-width:768px) {
    .smart-filter-catalog {
        grid-column-start: span 3;
    }

    .catalog-section-product {
        grid-column-start: span 9;
    }

    .catalog-section {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }

    .bx-breadcrumb {
        margin: 10px 0px 0px 10px;
    }

    .bx_filter .bx_filter_section {
        background: none;
    }

}
.filter-sort-wrapper{
    padding-left: 10px;
    text-align: right;
}

.filter-sort-wrapper .selected{
    text-decoration: underline;
}
.filter-sort-wrapper ul{
    padding-top:10px;
}

.filter-sort-wrapper select {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23637D9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 16px 16px;
    padding: 5px 35px 5px 5px;
    height: auto !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: transparent;
    border-bottom: 1px solid rgba(27, 31, 31, .3);
    font-size: 14px;
    cursor: pointer;
}
@media (min-width:768px) {
    .filter-sort-wrapper{
        padding-right: 50px;
    }
}
@media (max-width:768px) {
    .filter-sort-wrapper select{
        padding: 5px 5px 5px 5px;
    }
}
@media (max-width:768px) {
    .filter-sort-wrapper {
        margin-bottom: -35px;
    }
}
@media (max-width:768px) {
    .preorder-header, .preorder-header .btn-link {
        color:#637D9C;
    }
    .preorder-header.hero-section{
        min-height: 689px;
    }
}

.bx-category-link{
    display: block;
    line-height: 12px;
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;

}
.bg-overlay.open{
    opacity: 0.4;
    visibility: visible;
}
.catalog-section-item .catalog-section-item-title,.catalog-section-item  .product-item-price-current{
    width: 100%;
    text-align: center;
}
.catalog-section-item .catalog-section-item-filter{
    margin-left: 49%;
}
.catalog-section-item > .colors.sm{
    margin-left: 49%;
    margin-top: 10px;
}

/* Кастомное поле даты */
.date-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.date-input-wrapper .date-input {
    padding-right: 50px;
    cursor: pointer;
    /* Приводим в соответствие с другими полями */
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    color: #637D9C;
    height: 48px;
    background: none;
    border: none;
    border-bottom: 1px solid #637D9C;
}

.date-input-wrapper .date-input:focus {
    border-color: rgba(99, 125, 156, 0.8);
}

.date-input-wrapper .date-input::placeholder {
    color: #637D9C;
}

.date-input-wrapper .calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #637D9C;
    transition: color 0.3s ease;
    pointer-events: auto; /* Важно для мобильных устройств */
}

.date-input-wrapper .calendar-icon:hover {
    color: #102B4B;
}

/* Стили для календаря */
.datepicker {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-family: inherit;
    z-index: 1000;
    padding: 15px;
    min-width: 280px;
    /* Улучшаем для мобильных устройств */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.datepicker-prev,
.datepicker-next {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    /* Улучшаем для мобильных устройств */
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker-prev:hover,
.datepicker-next:hover {
    background-color: #f0f0f0;
}

.datepicker-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.datepicker table {
    width: 100%;
    border-collapse: collapse;
}

.datepicker th,
.datepicker td {
    padding: 8px;
    text-align: center;
    border: none;
    /* Убираем flex для ячеек таблицы */
    min-width: 44px;
    min-height: 44px;
}

.datepicker th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
    font-size: 12px;
}

.datepicker td {
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
    /* Улучшаем для мобильных устройств */
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.datepicker td:hover:not(.disabled) {
    background-color: #e9ecef;
}

.datepicker td.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.datepicker td.other-month {
    color: #ccc;
}

.datepicker td.selected {
    background-color: #102B4B;
    color: white;
}

.datepicker td.today {
    background-color: #e3f2fd;
    font-weight: bold;
}

.date-input-wrapper .date-input{
    border-bottom: 1px solid #637D9C !important;
}

/* Мобильные стили */
@media (max-width: 768px) {

    .datepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        max-width: 320px !important;
        /* Улучшаем для мобильных устройств */
        -webkit-overflow-scrolling: touch;
    }
    
    .datepicker th,
    .datepicker td {
        min-width: 40px;
        min-height: 40px;
        font-size: 16px;
    }
}

.main-modal.cart-modal{
    color: #637d9c;
}

/* === ta04_27: Cookie Notice (152-ФЗ) — glass blur === */
.cookie-notice {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 340px;
    max-width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(99, 125, 156, 0.35);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(99, 125, 156, 0.18);
    z-index: 10000;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.35s ease;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    pointer-events: none;
}
.cookie-notice.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.cookie-notice-content {
    padding: 20px;
}
.cookie-notice-content p {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}
.cookie-notice-content a {
    color: #637D9C;
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    z-index: 2;
}
.cookie-notice-content a:hover {
    text-decoration: underline;
    opacity: .8;
}
.cookie-notice-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}
.cookie-notice-buttons .btn {
    padding: 10px 20px;
    font-size: 11px;
    min-width: 80px;
    cursor: pointer;
}
.cookie-notice-buttons .cookie-accept {
    background: #637D9C;
    border: 1px solid #637D9C;
    color: #fff;
}
.cookie-notice-buttons .cookie-accept:hover {
    background: #4e6580;
    border-color: #4e6580;
    color: #fff;
}
.cookie-notice-buttons .cookie-decline {
    background: transparent;
    border: none;
    color: #637D9C;
    font-size: 11px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cookie-notice-buttons .cookie-decline:hover {
    opacity: .7;
}
.cookie-notice-buttons .btn-link {
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #637D9C;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .cookie-notice {
        bottom: 15px;
        right: 15px;
        left: 15px;
        width: auto;
        max-width: none;
    }
    .cookie-notice-content { padding: 15px; }
    .cookie-notice-buttons { justify-content: space-between; }
}

/* === Glass blur для всех fancybox popup === */
.fancybox-bg {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.4) !important;
}
.fancybox-content {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

/* === ta04_27: Чекбокс согласия на обработку ПДн === */
.check-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.4;
    margin: 12px 0;
    text-align: left;
    color: #777;
    cursor: pointer;
}
.check-form-consent input[type="checkbox"] {
    margin-top: 2px;
    flex: 0 0 auto;
}
.check-form-consent a {
    color: #637D9C;
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}
.check-form-consent a:hover {
    text-decoration: underline;
    opacity: .8;
}

/* === ta04_27: Тонкое подчёркивание ссылок в политике/офёрте === */
.privacy-policy a,
.pdn-policy a,
.cookie-policy a,
.tab-body a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #637D9C;
}
.privacy-nav a {
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* End */


/* Start:/local/templates/new_header/css/cerealwhay_styles.css?175395871617911*/
.catalog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
  padding: 40px;
}
.catalog .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  min-height: 670px;
  position: relative;
  transition: all 0.35s ease;
  border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}
.catalog .item h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}
.catalog .item .bg-stretch:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
}
.catalog .item:hover img {
  background-color: rgba(0, 0, 0, 0.4);
}
.catalog .item:hover .bg-stretch:after {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .catalog .item {
    min-height: 400px;
  }
}
@media (max-width: 1023px) {
  .catalog {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .catalog {
    padding: 4px;
  }
}

.contacts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
@media (min-width: 768px) {
  .contacts {
    grid-template-columns: 1fr 1fr;
  }
}
.contacts-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 294px;
  width: 100%;
  padding: 17px;
  border-top: 1px solid rgba(99, 125, 156, 0.4);
  transition: all 0.35s ease;
  position: relative;
}
.contacts-item:last-child {
  border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}
@media (min-width: 480px) {
  .contacts-item {
    min-height: 411px;
  }
}
@media (min-width: 768px) {
  .contacts-item {
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
  }
  .contacts-item::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: -4px;
    width: 1px;
    background: rgba(99, 125, 156, 0.4);
  }
  .contacts-item:first-child::before {
    content: none;
  }
}
.contacts-item .map-point {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
  margin-bottom: 4px;
  text-align: center;
}
.contacts-item .address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #637D9C;
}
.contacts-item .phone, .contacts-item .email {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637D9C;
}

.payments-and-delivery .payments-and-delivery-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .payments-and-delivery .payments-and-delivery-wrap {
    flex-direction: row;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .title-section {
  text-align: left;
  padding: 0;
}
@media (max-width: 1023px) {
  .payments-and-delivery .payments-and-delivery-wrap .title-section {
    margin-bottom: 14px;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .tab-main {
  text-align: left;
  width: 100%;
  max-width: 689px;
}
.payments-and-delivery .payments-and-delivery-wrap .title-toggle {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #637D9C;
  text-transform: none;
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .payment-table {
    flex-direction: column;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method {
  padding-left: 32px;
  min-height: 225px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method {
    min-height: 0px;
    padding-left: 0;
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
    padding-bottom: 16px;
    margin-top: 48px;
  }
  .payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 16px;
  width: 1px;
  background: rgba(99, 125, 156, 0.4);
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method::before {
    content: none;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method:first-child {
  padding-left: 0;
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method:first-child::before {
  content: none;
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method-name {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
  margin-bottom: 5px;
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method-description {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #637D9C;
}
.payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method-logo {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .payment-table .payment-method-logo * {
    max-height: 17px;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637D9C;
  max-width: 415px;
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table {
  border-top: 1px solid rgba(99, 125, 156, 0.4);
  padding-top: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .delivery-table {
    flex-direction: column;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method {
  padding-left: 32px;
  min-height: 225px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method {
    min-height: 0px;
    padding-left: 0;
    border-bottom: 1px solid rgba(99, 125, 156, 0.4);
    padding-bottom: 16px;
    margin-top: 48px;
  }
  .payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 16px;
  width: 1px;
  background: rgba(99, 125, 156, 0.4);
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method::before {
    content: none;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method:first-child {
  padding-left: 0;
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method:first-child::before {
  content: none;
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method-name {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #637D9C;
  margin-bottom: 22px;
}
.payments-and-delivery .payments-and-delivery-wrap .delivery-table .delivery-method-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637D9C;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637D9C;
  max-width: 415px;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table {
  border-top: 1px solid rgba(99, 125, 156, 0.4);
  padding-top: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .requisites-table {
    flex-direction: column;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method {
  padding-left: 32px;
  min-height: 225px;
  position: relative;
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method {
    min-height: 0px;
    padding-left: 0;
  }
  .payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 16px;
  width: 1px;
  background: rgba(99, 125, 156, 0.4);
}
@media (max-width: 767px) {
  .payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method::before {
    content: none;
  }
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method:first-child {
  padding-left: 0;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method:first-child::before {
  content: none;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method .requisites-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method .requisites-prop {
  margin-bottom: 24px;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method .requisites-prop .requisites-title {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
  margin-bottom: 2px;
}
.payments-and-delivery .payments-and-delivery-wrap .requisites-table .requisites-method .requisites-prop .requisites-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #637D9C;
}

.showroom-module .showroom-tile .showroom-tile-item:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

.catalog-filter-wrapper {
  position: relative;
}
.catalog-filter-wrapper .accordion-item {
  border-top: none;
  border-bottom: none;
}
.catalog-filter-wrapper .accordion-item .title-toggle {
  position: absolute;
  top: -90px;
  border-top: none;
  border-bottom: none;
  min-height: 16px;
}
.catalog-filter-wrapper .accordion-item .title-toggle::before {
  right: -10px;
  top: 5px;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .title-toggle {
    top: -50px;
  }
}
.catalog-filter-wrapper .accordion-item .filter-title-collections {
  left: 50%;
}
@media (max-width: 1023px) {
  .catalog-filter-wrapper .accordion-item .filter-title-collections {
    left: 0;
  }
}
.catalog-filter-wrapper .accordion-item .filter-title-filter {
  right: 0;
  transform: translate(-10px, 0);
}
.catalog-filter-wrapper .accordion-item .filter-title-filter span {
  margin-left: 5px;
}
.catalog-filter-wrapper .accordion-item.open .title-toggle::before {
  top: 7px;
}
.catalog-filter-wrapper .accordion-item .expanded .expanded-filter-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(99, 125, 156, 0.2);
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
  line-height: 16px;
}
.catalog-filter-wrapper .accordion-item .expanded .expanded-filter-block form {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
  line-height: 16px;
}
.catalog-filter-wrapper .accordion-item .expanded ul {
  /*display: flex;*/
}
.catalog-filter-wrapper .accordion-item .expanded ul li {
  line-height: 16px;
}
.catalog-filter-wrapper .accordion-item .expanded ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #637D9C;
}
.catalog-filter-wrapper .accordion-item .expanded ul li.selected a {
  border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}
.catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-image-wrapper {
  height: 300px;
  width: 300px;
}
.catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-image-wrapper {
    display: none;
  }
}
.catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-list-wrapper ul {
  flex-wrap: wrap;
  flex-direction: column;

}
@media (min-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-list-wrapper ul {
    max-height: 300px;
  }
}
.catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-list-wrapper ul li {
  margin-top: 24px;
}
.catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-list-wrapper ul li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .collections-block .collections-list-wrapper ul {
    height: auto;
  }
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .collections-block {
    margin-bottom: 56px;
    padding-bottom: 24px;
    border-bottom: none;
  }
}
.catalog-filter-wrapper .accordion-item .expanded .filter-block ul li {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block ul li {
  /*  margin-top: 24px;*/
  }
  .catalog-filter-wrapper .accordion-item .expanded .filter-block ul li:nth-child(3n-2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-type-name {
    /*display: none;*/
  }
}
.catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-sort-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-sort-wrapper {
    margin-bottom: 56px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(99, 125, 156, 0.2);
  }
}
.catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-list-wrapper .filter-type {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-list-wrapper .filter-type:first-child {
  margin-top: 0;
}
.catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-list-wrapper .filter-type.filter-colors li input:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-list-wrapper .filter-type {
    margin-bottom: 56px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(99, 125, 156, 0.2);
  }
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block .filter-list-wrapper ul {
    flex-wrap: wrap;
    max-height: 100px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
@media (max-width: 767px) {
  .catalog-filter-wrapper .accordion-item .expanded .filter-block {
    border-bottom: none;
    grid-gap: 4px;
  }
}

.catalog-section {
  padding: 40px;
}
.catalog-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 4px;
}
@media (max-width: 1023px) {
  .catalog-section-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
  }
}
.catalog-section-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  transition: all 0.35s ease;
  position: relative;
  margin-bottom: 40px;
}
.catalog-section-item-image-wrapper {
  height: 340px;
  width: 100%;
  position: relative;
}
.product-slider .catalog-section-item-image-wrapper {
  height: 453px;
}
.catalog-section-item-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.catalog-section-item-image-wrapper img.img-preview {
  opacity: 0;
}
.catalog-section-item-image-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .catalog-section-item-image-wrapper {
    height: 200px;
  }
}
.catalog-section-item-image-wrapper:hover img.img-preview {
  opacity: 1;
}

.catalog-section-item .catalog-section-item-filter{
  margin-top: 10px;
}

.catalog-section-item-title {
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .catalog-section-item-title {
    margin-top: 8px;
  }
  .catalog-section-item-title,.catalog-section-item-filter{
    margin-left: 5px;
  }
}
.catalog-section-item-filter {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .catalog-section-item {
    margin-bottom: 25px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .catalog-section {
    padding: 4px;
  }
  .product-item-price-current{
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/new_header/components/bitrix/menu/main_new/style.css?1749158022982*/
.sub-menu{
    display: grid;
    width: 1000px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    background: #fff;
    padding: 30px 50px;
    justify-items: start;
    margin: auto;
    text-transform: capitalize;
}
.sub-menu-open{
    margin-top: 30px;
    position: absolute;
    display: grid !important;
    border-top: 1px solid #5a83aa3b;
}
.sub-menu-bg{
    background: #fff;
    width: 100%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 11%);
}

body.sub-open .sub-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: display 0.35s ease, -webkit-transform 0.35s ease;
    transition: display 0.35s ease, -webkit-transform 0.35s ease;
    transition: display 0.35s ease, transform 0.35s ease;
    transition: display 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.sub-menu-2 .sub-menu{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sub-menu-3 .sub-menu{
    grid-template-columns: 1fr 1fr 1fr ;
}
/* End */
/* /local/templates/new_header/css/main.css?1757533747216462 */
/* /local/templates/new_header/css/custom.css?178060533215453 */
/* /local/templates/new_header/css/cerealwhay_styles.css?175395871617911 */
/* /local/templates/new_header/components/bitrix/menu/main_new/style.css?1749158022982 */
