
::-moz-selection {
    background: #87cefa80;
    text-shadow: none
}

::selection {
    background: #87cefa80;
    text-shadow: none
}

#app *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.modal{

}

:before, :after {
    display: inline-block
}

:focus, :active {
    outline: 0
}

button, a, input, label, select, option, summary {
    cursor: pointer
}

[hidden] {
    display: none !important
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

:disabled {
    cursor: not-allowed;
    opacity: .5
}

b, strong {
    display: inline;
    font-weight: 600
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    z-index: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

hr {
    border-top: 1px solid #a9a9a9
}

ul, ol, summary {
    list-style: none
}

li:before, li:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    -webkit-transition: none;
    transition: none
}

ol {
    counter-reset: ol-list-counter
}

ol > li {
    position: relative;
    z-index: 0;
    padding-left: 20px
}

ol > li:before {
    content: counter(ol-list-counter) ".";
    counter-increment: ol-list-counter;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%
}

details, summary {
    display: block
}

details[open] summary:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

summary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 8px
}

summary::-webkit-details-marker {
    display: none
}

summary::-moz-list-bullet {
    list-style-type: none
}

summary:before {
    content: "\276f";
    margin-right: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active {
    -webkit-transition: background-color 999999s 0s, color 999999s 0s;
    transition: background-color 999999s 0s, color 999999s 0s
}

input {
    display: inline-block
}

[type=text]::-ms-clear, [type=text]::-ms-reveal {
    appearance: none;
    width: 0;
    height: 0
}

[type=number] {
    -moz-appearance: textfield
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0
}

textarea {
    display: block;
    resize: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

a {
    display: inline;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s
}

a, button {
    color: currentColor
}

button {
    display: inline-block;
    -webkit-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

@media screen and (any-hover: hover) {
    html::-webkit-scrollbar {
        width: 10px
    }

    html::-webkit-scrollbar-track {
        background: #fff
    }

    html::-webkit-scrollbar-thumb {
        background: #000;
        border: 3px solid #fff
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.noUi-horizontal {
    height: 18px
}

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

.noUi-vertical {
    width: 18px
}

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

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

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

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

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

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

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

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

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

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

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

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

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

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

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

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

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

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

.noUi-marker-sub, .noUi-marker-large {
    background: #aaa
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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
}

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

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

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

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

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

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

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -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;
    display: block
}

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

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

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-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-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

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

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

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

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

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

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

.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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

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

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

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

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

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

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

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

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

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

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

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

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

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

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

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

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

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

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

section:not(.hero) .swiper-pagination-bullet {
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
}
.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .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: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    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%);
    -ms-transform: translateX(-50%);
    transform: translate(-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: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

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

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

.swiper-pagination-progressbar {
    background: #00000040;
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

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

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

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: #0000001a;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: 98%;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: 98%;
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #00000080;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

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

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

.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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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.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;
    -ms-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;
    -ms-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-prev {
    pointer-events: auto;
    visibility: visible
}

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

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

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

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

.swiper.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-flip.swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    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.swiper-cards {
    overflow: visible
}

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

#app [type=checkbox],
#app [type=radio] {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border: 2px solid #eff1f3
}

#app [type=checkbox]:checked,
#app [type=radio]:checked {
    background: #eff1f3
}

#app [type=checkbox]:checked:before,
#app [type=radio]:checked:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#app [type=checkbox]:before,
#app [type=radio]:before {
    content: " ";
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    background: #eff1f3
}

#app [type=radio] {
    border-radius: 50%
}
#app .swiper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

#app .swiper-scrollbar {
    position: static;
    width: 33%;
    height: 2px;
    margin: 32px auto 0;
    border-radius: 0;
    background: #d9d9d9
}

#app .swiper-scrollbar-drag {
    height: 2px;
    border-radius: 0;
    background: #11111180
}

#app .noUi-horizontal {
    width: calc(100% - 2px);
    height: 2px;
    margin: 0 0 16px;
    border: 0;
    border-radius: 3px;
    background: #eff1f3
}

#app .noUi-target {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#app .noUi-connects {
    border-radius: 0
}

#app .noUi-connect {
    border: 0;
    border-radius: 0;
    background: #111
}

#app .noUi-handle {
    top: -7px;
    right: -10px;
    width: 16px;
    height: 16px;
    cursor: -webkit-grab;
    cursor: grab;
    border: 0;
    border-radius: 50%;
    background: #111
}

#app .noUi-handle:before, #app .noUi-handle:after {
    display: none
}

#app .noUi-handle-lower {
    right: -12px
}

#app .noUi-handle-upper {
    right: -6px
}

#app .noUi-touch-area {
    border-radius: 50%;
    background: #111
}

:root {
    --headerHeight: 50px;
    --scrollbarWidth: 17px
}

html, body, #app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body {
    color: #111
}

.swiper {
    min-width: 0;
    max-width: 100%
}

.swiper-wrapper {
    min-width: 0
}

.swiper-button-prev, .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0
}

.productCard {
    font-family: TTCommons, sans-serif;
    position: relative;
    z-index: 0
}

.productCard:before {
    position: absolute;
    z-index: 3;
    inset: -12px -12px 40px;
    display: inline-block;
    visibility: hidden;
    width: calc(100% + 24px);
    content: "";
    -webkit-transition: opacity .33s, visibility .33s;
    transition: opacity .33s, visibility .33s;
    pointer-events: none;
    opacity: 0;
    border: 1px solid rgba(17, 17, 17, .1)
}

@media screen and (min-width: 1180px) {
    .productCard:hover:before {
        visibility: visible;
        opacity: 1
    }
}

.productCardTags {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px
}

.productCardTag {
    font-size: 14px;
    line-height: 1.3571428571;
    text-transform: uppercase;
    color: #c1a778
}

.productCardFav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.productCardFav {
    font-size: 18px;
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity .33s, -webkit-transform .33s;
    transition: opacity .33s, -webkit-transform .33s;
    transition: transform .33s, opacity .33s;
    transition: transform .33s, opacity .33s, -webkit-transform .33s;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
    color: #11111180
}

@media (any-hover: hover) {
    .productCardFav:hover .icon-heart-fill {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@media (hover: none) {
    .productCardFav:active .icon-heart-fill {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.productCardFav._active .icon-heart-fill {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.productCardFav .icon-heart-fill {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.productCard:hover .productCardFav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.productCardPicture {
    display: contents
}

.productCardImg {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.productCardPrices {
    font-family: TTCommons, sans-serif
}

@media screen and (min-width: 1180px) {
    .productCardPrices {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.productCardPrice, .productCardPriceCurrent {
    font-size: 15px;
    line-height: 1.1428571429;
    margin-right: 16px;
    color: #111
}

@media screen and (min-width: 1180px) {
    .productCardPrice, .productCardPriceCurrent {
        font-size: 18px;
        line-height: 1.1111111111
    }
}

.productCardPriceOld {
    font-size: 14px;
    line-height: 1.1428571429;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    color: #11111180
}

.productCardDiscount {
    font-size: 10px;
    line-height: 1;
    margin-left: 4px;
    padding: 3px 2px 0;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #c1a778;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.productCardTitle {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-top: 10px;
    color: #11111180;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.productCardCart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.productCardCart {
    border: 1px solid #111;
    color: #111;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .productCardCart:hover {
        background: #111;
        color: #fff
    }
}

@media (hover: none) {
    .productCardCart:active {
        background: #111;
        color: #fff
    }
}

.productCardCart {
    display: none;
    width: calc(100% + 24px);
    margin: 12px -12px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0);
    pointer-events: auto;
    opacity: 0
}

@media screen and (min-width: 1180px) {
    .productCardCart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.productCard:hover .productCardCart {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.categoryCard {
    -webkit-transition: background-color .33s;
    transition: background-color .33s
}

@media (any-hover: hover) {
    .categoryCard:hover {
        background: #fafafa
    }
}

@media (hover: none) {
    .categoryCard:active {
        background: #fafafa
    }
}

.categoryCard:hover .categoryCardImg {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.categoryCardPicture {
    display: contents;
    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;
    height: 336px;
    background: #fafafa;
    overflow: hidden;
}
@media (max-width: 768px) {
    .categoryCardPicture {
        height: 250px;
    }
}
@media (max-width: 576px) {
    .categoryCardPicture {
        height: 200px;
    }
}
@media (max-width: 500px) {
    .categoryCardPicture {
        height: 205px;
    }
}

.categoryCardImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.categoryCardImg {
    width: 100%;
    aspect-ratio: 1/1
}

.categoryCardTitle {
    font-family: TTCommons, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1428571429;
    margin: 8px 0;
    text-align: center;
    text-transform: uppercase;
    color: #111
}

.header {
    width: 100%;
    background: #fff
}

.headerCont {
    position: relative;
    z-index: 100;
    padding: 0 20px;
    background: #fff
}

.headerTop, .headerBottom {
    max-width: 1366px;
    margin: 0 auto
}

@media screen and (min-width: 1180px) {
    .headerTop {
        padding: 20px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(17, 17, 17, .1)
    }
}

.headerContactsTel {
    font-size: 16px;
    line-height: 1.25;
    display: block
}

.headerContactsLabel {
    font-family: TTCommons, sans-serif;
    font-size: 12px;
    line-height: 1.3333333333;
    display: block;
    text-align: left;
    text-transform: uppercase;
    /*color: #11111180*/
    color: #111!important;
}

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

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

.headerActions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (max-width: 1179px) {
    .headerActions {
        position: fixed;
        z-index: 999;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #fff
    }
}

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

.headerActionsItem {
    font-size: 24px;
    color: #000
}

.headerActionsItem sup {
    position: static;
    display: block;
    margin-left: 5px
}

@media screen and (max-width: 1179px) {
    .headerActionsItem {
        width: 25%;
        padding: 10px 0
    }
}

.headerFavQuantity, .headerCartQuantity {
    font-family: HeliosExt, sans-serif;
    font-size: 10px;
    line-height: 1.6;
    margin-left: 2px
}

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

.headerShops {
    font-family: TTCommons, sans-serif;
    font-size: 12px;
    line-height: 1.3333333333;
    margin-right: 12px;
    text-transform: uppercase;
    /*color: #11111180*/
    color: #111;
}

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

.headerOverlay {
    position: fixed;
    z-index: 69;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    background-color: #00000080
}

@media screen and (min-width: 1180px) {
    ._menu_open .headerOverlay {
        visibility: visible;
        opacity: 1
    }
}

.headerMenuBtn {
    position: relative;
    z-index: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.headerMenuBtn:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (any-hover: hover) {
    .headerMenuBtn:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (hover: none) {
    .headerMenuBtn:active:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.headerMenuBtn {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
    color: #111;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.headerMenuSearch {
    font-size: 17px;
    height: 24px;
    padding-left: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(17, 17, 17, .1)
}

.headerMenuOffer {
    font-family: TT Commons, sans-serif;
    position: relative;
    display: block;
    height: 100%;
    color: #fff
}

.headerMenuOffer:after {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000080
}

.headerMenuOfferCont {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 221px;
    height: 100%;
    padding: 12px 12px 16px;
    text-transform: uppercase
}

.headerMenuOfferTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px
}

.headerMenuOfferText {
    font-size: 12px;
    line-height: 12px;
    color: #ffffffb3
}

.headerMenuOfferBtn {
    margin-top: auto;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.headerMenuOffer video {
    display: inherit
}

@media screen and (min-width: 768px) {
    .headerMenuOfferCont {
        max-width: 392px;
        padding: 44px
    }

    .headerMenuOfferTitle {
        font-family: HeliosExt, sans-serif;
        font-size: 32px;
        line-height: 35.2px;
        margin-bottom: 16px
    }

    .headerMenuOfferText {
        font-size: 18px;
        line-height: 24px;
        color: #ffffffb3
    }

    .headerMenuOfferBtn {
        font-family: HeliosExt, sans-serif;
        font-size: 12px;
        line-height: 12px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: auto;
        padding: 16px 34.5px 13px;
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #111;
        background: #fff
    }
}

@media screen and (max-width: 1179px) {
    .headerMenu {
        position: fixed;
        z-index: 1000;
        inset: 0;
        padding: 0 26px 20px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translate(100%);
        background: #fff
    }

    ._active > .headerMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0)
    }

    .headerMenuClose {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% + 20px);
        height: 48px;
        margin-bottom: 20px;
        margin-left: -10px;
        padding-top: 4px;
        text-transform: uppercase;
        border-bottom: 1px solid #d9d9d9
    }

    .headerMenuClose button {
        position: absolute;
        top: 11px;
        left: 8px
    }

    .headerMenuSearch {
        display: none
    }

    .headerMenu .iconfont {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 28px;
        height: 28px
    }

    .headerMenuChildren {
        position: absolute;
        z-index: 100;
        right: 0;
        bottom: 0;
        left: 0;
        height: calc(100vh - 48px);
        padding: 28px 26px 27px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translate(100%);
        background: #fff
    }

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

    .headerMenuChildrenL2Right {
        margin-top: auto
    }

    ._active > .headerMenuChildren {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0)
    }

    .headerMenuBtn {
        font-size: 16px;
        width: 100%;
        margin-bottom: 12px;
        padding-top: 7px;
        padding-bottom: 3px
    }

    .headerMenuBtn .iconfont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .headerMenuBtn .iconfont {
        font-size: 14px;
        width: 28px;
        height: 28px
    }

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

    .headerMenuBtnL1 .icon-arrow-down {
        display: none
    }

    .headerMenuBtnL2 {
        font-size: 16px;
        font-weight: 300;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .headerMenuBtnBack {
        font-size: 14px;
        line-height: 1.4285714286;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 32px;
        margin-left: -10px;
        text-transform: uppercase;
        color: #111
    }

    .headerMenuBtnBack .iconfont {
        margin-top: -4px
    }

    .headerMenuBtnAll {
        font-family: HeliosExt, sans-serif;
        display: block;
        width: 100%;
        margin-bottom: 14px;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-transform: uppercase;
        color: #000
    }

    .headerMenuProfile {
        font-family: HeliosExt, sans-serif;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 20px 0;
        padding: 11px;
        text-transform: uppercase;
        border: 1px solid #d9d9d9;
        border-right: none;
        border-left: none
    }

    .headerMenuProfile span {
        margin-top: -2px;
        margin-right: 4px
    }

    .headerMenuTel {
        font-family: HeliosExt, sans-serif;
        font-size: 16px
    }

    ._menu_open .headerMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translate(0)
    }
}

@media screen and (min-width: 1180px) {
    .headerMenu {
        padding: 14px 0;
        -webkit-column-gap: 28px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .headerMenu .icon-arrow-right, .headerMenu .icon-arrow-left {
        display: none
    }

    .headerMenuContainer {
        position: relative;
        width: calc(100% - 40px);
        max-width: 1366px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 125px;
        border-top: 1px solid rgba(17, 17, 17, .1)
    }

    .headerMenuParentL2 > .headerMenuBtnL2 {
        position: relative
    }

    .headerMenuParentL2 > .headerMenuBtnL2:before {
        position: absolute;
        z-index: 1;
        top: calc(100% + 2px);
        left: 0;
        width: 100%;
        height: 1px;
        content: " ";
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        background: #111
    }

    .headerMenuParentL2._active > .headerMenuBtnL2:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .headerMenuChildrenL1 {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        -webkit-transition: height .7s;
        transition: height .7s;
        background: #fff
    }

    .headerMenuChildrenL1Left {
        width: 206px;
        padding-left: 41px;
        border-right: 1px solid #d9d9d9
    }

    .headerMenuChildrenL1Left > .headerMenuBtnAll {
        display: none
    }

    .headerMenuChildrenL1LeftGold {
        position: relative
    }

    .headerMenuChildrenL1LeftGold:before {
        position: absolute;
        left: -20px;
        display: block;
        width: 1px;
        height: 100%;
        content: "";
        background: #c1a778
    }

    .headerMenuChildrenL1LeftGold .headerMenuBtnL2 {
        opacity: .5
    }

    ._active .headerMenuChildrenL1 {
        height: 648px
    }

    .headerMenuChildrenL2 {
        position: absolute;
        top: 0;
        left: 206px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 206px);
        padding-top: 40px;
        padding-left: 43px;
        -webkit-transition: opacity .33s;
        transition: opacity .33s;
        opacity: 0
    }

    .headerMenuChildrenL2Left {
        width: 225px
    }

    .headerMenuChildrenL2Right {
        width: calc(100% - 225px)
    }

    ._active > .headerMenuChildrenL2 {
        z-index: 10;
        opacity: 1
    }

    .headerMenuBtnBack {
        display: none
    }

    .headerMenuBtnAll {
        font-size: 12px;
        line-height: 16px;
        display: block;
        margin-bottom: 16px;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-transform: uppercase
    }

    .headerMenuBtnL1 {
        -webkit-transition: opacity .33s;
        transition: opacity .33s
    }

    .headerMenuBtnL1 .icon-arrow-down {
        font-size: 8px;
        -webkit-transition: -webkit-transform .33s;
        transition: -webkit-transform .33s;
        transition: transform .33s;
        transition: transform .33s, -webkit-transform .33s
    }

    ._menu_open .headerMenuBtnL1 {
        opacity: .5
    }

    ._menu_open .headerMenuParentL1._active .headerMenuBtnL1 {
        opacity: 1
    }

    ._menu_open .headerMenuParentL1._active .headerMenuBtnL1 .icon-arrow-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .headerMenuBtnL2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 22px
    }

    .headerMenuBtnL3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .headerMenuProfile, .headerMenuTel, .headerMenuClose {
        display: none
    }
}

.headerMobile {
    height: 48px;
    padding: 0 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.headerMenuOpen {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headerMenuOpen {
    font-size: 22px;
    width: 28px;
    height: 28px;
    margin-right: auto
}

.headerTel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.headerTel {
    font-size: 19px;
    width: 24px;
    height: 24px;
    margin-left: auto
}

.details, [data-details=details] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.details-summary, [data-details=summary] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-left: initial;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.details-summary:before, [data-details=summary]:before {
    display: none
}

.details-button, [data-details=button] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 50%
}

.is-opening > .details-button, .is-opening > [data-details=button], .open > .details-button, .open > [data-details=button] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is-closing > .details-button, .is-closing > [data-details=button] {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.details-body, [data-details=body] {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    row-gap: 8px
}

.is-opening > .details-body, .is-opening > [data-details=body], .open > .details-body, .open > [data-details=body] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

[data-details] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.footer {
    text-align: center
}

@media screen and (min-width: 768px) {
    .footer {
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    .footerContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 768px)and (min-width: 360px) {
    .footerContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px)and (min-width: 768px) {
    .footerContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 768px)and (min-width: 1024px) {
    .footerContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 768px)and (min-width: 1366px) {
    .footerContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 768px)and (min-width: 1440px) {
    .footerContainer {
        max-width: 1320px
    }
}

.footerMain {
    padding: 40px 0;
    border-top: 1px solid rgba(17, 17, 17, .1019607843)
}

@media screen and (min-width: 768px) {
    .footerMain {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        border-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.footerMainCatalog {
    margin-bottom: 32px
}

.footerContacts {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2857142857;
    padding: 40px 0;
    color: #111;
    border-top: 1px solid rgba(17, 17, 17, .1019607843)
}

@media screen and (min-width: 768px) {
    .footerContacts {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 0;
        border-top: 0
    }
}

@media screen and (min-width: 1024px) {
    .footerContacts {
        font-size: 16px;
        line-height: 1
    }
}

.footerBottom {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4166666667;
    padding: 0 10px 10px;
    color: #00000080
}

@media screen and (min-width: 768px) {
    .footerBottom {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 0;
        width: 100%
    }
}

.footerList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .footerList {
        margin: 0
    }
}

.footerList._catalog {
    margin-bottom: 32px
}

@media screen and (min-width: 768px) {
    .footerList._catalog {
        margin: 0 64px 0 0
    }
}

@media screen and (min-width: 1024px) {
    .footerList._catalog {
        margin-right: 32px
    }
}

@media screen and (min-width: 1180px) {
    .footerList._catalog {
        margin-right: 64px
    }
}

@media screen and (min-width: 1366px) {
    .footerList._catalog {
        margin-right: 80px
    }
}

@media screen and (min-width: 1440px) {
    .footerList._catalog {
        margin-right: 140px
    }
}

.footerList._sitemap {
    color: #00000080
}

.footerListHead {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .footerListHead {
        margin: 0 0 20px;
        pointer-events: auto
    }
}

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

.footerListHead a {
    pointer-events: none
}

@media screen and (min-width: 1024px) {
    .footerListHead a {
        pointer-events: auto
    }
}

.footerListButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 6px;
    width: 12px;
    height: 12px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

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

.footerList.is-opening > .footerListButton, .footerList.open > .footerListButton {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footerList.is-closing > .footerListButton {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.footerListBody {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
    row-gap: 12px
}

@media screen and (min-width: 768px) {
    .footerListBody {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        text-align: left;
        row-gap: 20px
    }
}

.footerList.is-opening > .footerListBody, .footerList.open > .footerListBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width: 768px) {
    .footerList._sitemap .footerListBody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

@media screen and (min-width: 1024px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media screen and (min-width: 1180px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

@media screen and (min-width: 1366px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

@media screen and (min-width: 1440px) {
    .footerList._sitemap .footerListBody {
        -webkit-column-gap: 96px;
        -moz-column-gap: 96px;
        column-gap: 96px
    }
}

.footerListBody .footerCol {
    display: contents
}

@media screen and (min-width: 768px) {
    .footerListBody .footerCol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px
    }
}

.footerListBody a {
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    color: #000
}

.footerList._sitemap .footerListBody a {
    color: #00000080
}

.footerList a {
    position: relative;
    z-index: 0
}

.footerList a:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #111;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (any-hover: hover) {
    .footerList a:hover:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (hover: none) {
    .footerList a:active:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 1024px) {
    .footerTimetable {
        margin-bottom: 56px
    }
}

.footerTel {
    font-family: HeliosExt, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1428571429;
    display: inline-block;
    margin-top: 8px
}

@media screen and (min-width: 1024px) {
    .footerTel {
        font-size: 32px;
        line-height: 1.375;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.footerSocials {
    margin: 28px 0
}

@media screen and (min-width: 1024px) {
    .footerSocials {
        margin: 0 0 32px
    }
}

.footerSocialsTitle {
    margin-bottom: 8px
}

.footerSocialsItem {
    font-size: 36px;
    display: inline-block;
    margin: 0 6px;
    color: #1111114d
}

@media screen and (min-width: 1024px) {
    .footerSocialsItem {
        font-size: 24px;
        margin: 0 4px;
        color: #111111b3
    }
}

.footerAddress {
    margin-bottom: 2px
}

@media screen and (min-width: 1024px) {
    .footerAddress {
        margin-bottom: 12px
    }
}

.footerEmail {
    display: inline-block;
    margin-bottom: 8px
}

.footerStores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (min-width: 1024px) {
    .footerStores {
        margin: 0
    }
}

.footerCopyright {
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .footerCopyright {
        margin-bottom: 14px
    }
}

.sectionProducts {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 35px
}

.sectionProductsContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .sectionProductsContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionProductsContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionProductsContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .sectionProductsContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .sectionProductsContainer {
        max-width: 1320px
    }
}

.sectionProductsHeader {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 1024px) {
    .sectionProductsHeader {
        margin-bottom: 21px
    }
}

.sectionProductsTitle {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #111
}

@media screen and (min-width: 1024px) {
    .sectionProductsTitle {
        font-size: 32px
    }
}

.sectionProductsQuantity {
    font-family: TTCommons, sans-serif;
    font-size: 10px;
    line-height: 1;
    /*color: #11111180*/
    color: #111;
}

@media screen and (min-width: 1024px) {
    .sectionProductsQuantity {
        font-size: 14px
    }
}

.sectionProductsButton {
    font-family: TTCommons, sans-serif;
    font-size: 13px;
    line-height: 1.2307692308;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid rgba(17, 17, 17, .5019607843);
    -webkit-transition: border-color .33s;
    transition: border-color .33s
}

@media screen and (min-width: 1024px) {
    .sectionProductsButton {
        font-size: 16px
    }
}

@media (any-hover: hover) {
    .sectionProductsButton:hover {
        border-color: #111
    }
}

@media (hover: none) {
    .sectionProductsButton:active {
        border-color: #111
    }
}

.sectionProductsSlider {
    position: relative;
    z-index: 0
}

@media screen and (min-width: 768px) {
    .sectionProductsSlider {
        padding-left: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionProductsSlider {
        margin: -12px;
        padding: 12px 12px 12px 32px
    }
}

.sectionProductsSliderGradient {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    -webkit-transition: opacity .33s, -webkit-transform .33s;
    transition: opacity .33s, -webkit-transform .33s;
    transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s, -webkit-transform .33s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: none;
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(65%, white));
    background: linear-gradient(90deg, #fff0, #fff 65%)
}

@media screen and (min-width: 768px) {
    .sectionProductsSliderGradient {
        width: 130px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(white));
        background: linear-gradient(90deg, #ffffff1a, #fff)
    }
}

.sectionProductsSliderGradient._disabled {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

.sectionProducts .swiper-button-prev, .sectionProducts .swiper-button-next, .sectionProducts .swiper-buttonPrev, .sectionProducts .swiper-buttonNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionProducts .swiper-button-prev, .sectionProducts .swiper-button-next, .sectionProducts .swiper-buttonPrev, .sectionProducts .swiper-buttonNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionProducts .swiper-button-prev, .sectionProducts .swiper-button-next, .sectionProducts .swiper-buttonPrev, .sectionProducts .swiper-buttonNext {
        font-size: 20px;
        width: 44px;
        height: 44px
    }
}

.sectionProducts .swiper-button-prev:after, .sectionProducts .swiper-button-next:after, .sectionProducts .swiper-buttonPrev:after, .sectionProducts .swiper-buttonNext:after {
    display: none
}

.sectionProducts .swiper-button-prev, .sectionProducts .swiper-buttonPrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionProducts .swiper-button-prev, .sectionProducts .swiper-buttonPrev {
        left: -37px
    }
}

.sectionProducts .swiper-button-next, .sectionProducts .swiper-buttonNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionProducts .swiper-button-next, .sectionProducts .swiper-buttonNext {
        right: -37px
    }
}

@media screen and (min-width: 768px) {
    .sectionProducts .swiper-button-prev {
        left: -12px
    }
}

@media screen and (min-width: 768px) {
    .sectionProducts .swiper-button-next {
        right: -16px
    }
}

.sectionHero {
    overflow: hidden;
    margin: 0 0 40px;
    border-bottom: 1px solid #d9d9d9
}

@media screen and (min-width: 768px) {
    .sectionHero {
        border-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .sectionHero {
        margin-bottom: 80px
    }
}

.sectionHeroContainer {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1440px) {
    .sectionHeroContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media screen and (min-width: 1440px)and (min-width: 360px) {
    .sectionHeroContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 1440px)and (min-width: 768px) {
    .sectionHeroContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1024px) {
    .sectionHeroContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1366px) {
    .sectionHeroContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1440px) {
    .sectionHeroContainer {
        max-width: 1320px
    }
}

.sectionHeroSlide {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sectionHeroSlide-prev, .sectionHeroSlide-next, .sectionHeroSlidePrev, .sectionHeroSlideNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionHeroSlide-prev, .sectionHeroSlide-next, .sectionHeroSlidePrev, .sectionHeroSlideNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHeroSlide-prev, .sectionHeroSlide-next, .sectionHeroSlidePrev, .sectionHeroSlideNext {
        font-size: 20px;
        width: 44px;
        height: 44px
    }
}

.sectionHeroSlide-prev:after, .sectionHeroSlide-next:after, .sectionHeroSlidePrev:after, .sectionHeroSlideNext:after {
    display: none
}

.sectionHeroSlide-prev, .sectionHeroSlidePrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionHeroSlide-prev, .sectionHeroSlidePrev {
        left: -37px
    }
}

.sectionHeroSlide-next, .sectionHeroSlideNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionHeroSlide-next, .sectionHeroSlideNext {
        right: -37px
    }
}

@media screen and (min-width: 768px) {
    .sectionHeroSlide {
        height: 560px
    }
}

.sectionHeroSlideBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sectionHeroSlideBody {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 25px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideBody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 30px 0 0 40px;
        text-align: left
    }
}

@media screen and (min-width: 1024px) {
    .sectionHeroSlideBody {
        padding-left: 64px
    }
}

@media screen and (min-width: 1440px) {
    .sectionHeroSlideBody {
        padding-left: 100px
    }
}

.sectionHeroSlideContent {
    width: 240px;
    margin: 0 auto
}

@media screen and (min-width: 400px) {
    .sectionHeroSlideContent {
        width: 320px
    }
}

@media screen and (min-width: 540px) {
    .sectionHeroSlideContent {
        width: 360px
    }
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideContent {
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    .sectionHeroSlideContent {
        width: 400px
    }
}

.sectionHeroSlideTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 8px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideTitle {
        font-size: 14px;
        margin-bottom: 0
    }
}

.sectionHeroSlideTitle._light, .sectionHeroSlideTitle._light-mobile {
    color: #ffffffbf
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideTitle._light-mobile {
        color: #11111180
    }
}

.sectionHeroSlideTitle._light-desktop {
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideTitle._light-desktop {
        color: #ffffffbf
    }
}

.sectionHeroSlideBrand {
    font-family: HeliosExt, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #111
}

@media screen and (min-width: 375px) {
    .sectionHeroSlideBrand {
        font-size: 33px
    }
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideBrand {
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 33px
    }
}

.sectionHeroSlideBrand._light, .sectionHeroSlideBrand._light-mobile {
    color: #fff
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideBrand._light-mobile {
        color: #111
    }
}

.sectionHeroSlideBrand._light-desktop {
    color: #111
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideBrand._light-desktop {
        color: #fff
    }
}

.sectionHeroSlideDescription {
    font-family: HeliosExt, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1428571429;
    margin-bottom: 20px;
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideDescription {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 40px
    }
}

.sectionHeroSlideDescription._light, .sectionHeroSlideDescription._light-mobile {
    color: #ffffffbf
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideDescription._light-mobile {
        color: #11111180
    }
}

.sectionHeroSlideDescription._light-desktop {
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideDescription._light-desktop {
        color: #ffffffbf
    }
}

.sectionHeroSlideButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.sectionHeroSlideButton {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .sectionHeroSlideButton:hover {
        background: #fff;
        color: #111
    }
}

@media (hover: none) {
    .sectionHeroSlideButton:active {
        background: #fff;
        color: #111
    }
}

.sectionHeroSlideButton {
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideButton {
        margin: 0
    }
}

.sectionHeroSlideButton._light {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.sectionHeroSlideButton._light {
    border: 1px solid #111;
    color: #111;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .sectionHeroSlideButton._light:hover {
        background: #111;
        color: #fff
    }
}

@media (hover: none) {
    .sectionHeroSlideButton._light:active {
        background: #111;
        color: #fff
    }
}

.sectionHeroSlideButton._light-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.sectionHeroSlideButton._light-mobile {
    border: 1px solid #111;
    color: #111;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .sectionHeroSlideButton._light-mobile:hover {
        background: #111;
        color: #fff
    }
}

@media (hover: none) {
    .sectionHeroSlideButton._light-mobile:active {
        background: #111;
        color: #fff
    }
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideButton._light-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 0;
        min-height: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        width: 100%;
        -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
        text-transform: uppercase;
        font-family: HeliosExt, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1
    }

    .sectionHeroSlideButton._light-mobile {
        border: 1px solid #111;
        background: #111;
        color: #fff;
        width: 240px;
        height: 40px;
        position: relative;
        z-index: 0;
        overflow: hidden
    }
}

@media screen and (min-width: 768px)and (any-hover: hover) {
    .sectionHeroSlideButton._light-mobile:hover {
        background: #fff;
        color: #111
    }
}

@media screen and (min-width: 768px)and (hover: none) {
    .sectionHeroSlideButton._light-mobile:active {
        background: #fff;
        color: #111
    }
}

.sectionHeroSlideButton._light-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.sectionHeroSlideButton._light-desktop {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .sectionHeroSlideButton._light-desktop:hover {
        background: #fff;
        color: #111
    }
}

@media (hover: none) {
    .sectionHeroSlideButton._light-desktop:active {
        background: #fff;
        color: #111
    }
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideButton._light-desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 0;
        min-height: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: center;
        width: 100%;
        -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
        transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
        text-transform: uppercase;
        font-family: HeliosExt, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1
    }

    .sectionHeroSlideButton._light-desktop {
        border: 1px solid #111;
        color: #111;
        background: #fff;
        width: 240px;
        height: 40px;
        position: relative;
        z-index: 0;
        overflow: hidden
    }
}

@media screen and (min-width: 768px)and (any-hover: hover) {
    .sectionHeroSlideButton._light-desktop:hover {
        background: #111;
        color: #fff
    }
}

@media screen and (min-width: 768px)and (hover: none) {
    .sectionHeroSlideButton._light-desktop:active {
        background: #111;
        color: #fff
    }
}

.sectionHeroSlidePicture {
    display: contents
}

.sectionHeroSlideVideo, .sectionHeroSlideImg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .sectionHeroSlideVideo, .sectionHeroSlideImg {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
        height: 100%
    }
}

.sectionHero .swiper-button-prev, .sectionHero .swiper-button-next, .sectionHero .swiper-buttonPrev, .sectionHero .swiper-buttonNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionHero .swiper-button-prev, .sectionHero .swiper-button-next, .sectionHero .swiper-buttonPrev, .sectionHero .swiper-buttonNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-prev, .sectionHero .swiper-button-next, .sectionHero .swiper-buttonPrev, .sectionHero .swiper-buttonNext {
        font-size: 20px;
        width: 44px;
        height: 44px
    }
}

.sectionHero .swiper-button-prev:after, .sectionHero .swiper-button-next:after, .sectionHero .swiper-buttonPrev:after, .sectionHero .swiper-buttonNext:after {
    display: none
}

.sectionHero .swiper-button-prev, .sectionHero .swiper-buttonPrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-prev, .sectionHero .swiper-buttonPrev {
        left: -37px
    }
}

.sectionHero .swiper-button-next, .sectionHero .swiper-buttonNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-next, .sectionHero .swiper-buttonNext {
        right: -37px
    }
}

.sectionHero .swiper-button-prev, .sectionHero .swiper-button-next {
    top: auto;
    bottom: 130px
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-prev, .sectionHero .swiper-button-next {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.sectionHero .swiper-button-prev {
    left: 20px
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-prev {
        left: 0
    }
}

@media screen and (min-width: 1440px) {
    .sectionHero .swiper-button-prev {
        left: 37px
    }
}

.sectionHero .swiper-button-next {
    right: 20px
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-button-next {
        right: 0
    }
}

@media screen and (min-width: 1440px) {
    .sectionHero .swiper-button-next {
        right: 37px
    }
}

.sectionHero .swiper-pagination {
    position: static
}

@media screen and (min-width: 768px) {
    .sectionHero .swiper-pagination {
        position: absolute;
        z-index: 2;
        bottom: 24px
    }
}

.sectionHero .swiper-pagination-bullet {
    width: 37px;
    height: 2px;
    margin: 0 4px !important;
    -webkit-transition: background-color .33s;
    transition: background-color .33s;
    opacity: 1 !important;
    border-radius: 0 !important;
    background: #d9d9d9
}

.sectionHero .swiper-pagination-bullet-active {
    background: #11111180
}

.sectionCategories {
    overflow: hidden;
    margin: 40px 0 60px
}

@media screen and (min-width: 1440px) {
    .sectionCategories {
        margin: 80px 0 100px
    }
}

.sectionCategoriesContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .sectionCategoriesContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionCategoriesContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionCategoriesContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .sectionCategoriesContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCategoriesContainer {
        max-width: 1320px
    }
}

.sectionCategoriesContainer {
    position: relative;
    z-index: 0
}

@media screen and (min-width: 1024px) {
    .sectionCategoriesBody {
        position: relative;
        z-index: 0
    }
}

.sectionCategoriesTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 40px;
    line-height: 1.3461538462;
    margin-bottom: -.5em;
    text-align: center;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #1111110d
}

@media screen and (min-width: 360px) {
    .sectionCategoriesTitle {
        font-size: 52px;
        margin: 0 -10px -.5em
    }
}

@media screen and (min-width: 1024px) {
    .sectionCategoriesTitle {
        font-size: 112px;
        line-height: 1.3214285714
    }
}

.sectionCategoriesSlider {
    /*max-width: 1088px;*/
    max-width: 100%;
    margin: 0 auto
}

.sectionCategoriesSlider:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -40px;
    width: 120px;
    height: 100%;
    content: " ";
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .14)), color-stop(57.28%, white));
    background: linear-gradient(90deg, #ffffff24, #fff 57.28%)
}

@media screen and (min-width: 1024px) {
    .sectionCategoriesSlider:after {
        width: 170px
    }
}

@media screen and (min-width: 1180px) {
    .sectionCategoriesSlider {
        position: static
    }
}

.sectionCategoriesSlider .swiper-slide {
    max-width: 260px;
}

.sectionCategories .swiper {
    overflow: visible;
    overflow: initial
}

@media screen and (min-width: 1180px) {
    .sectionCategories .swiper {
        overflow: hidden
    }
}

.sectionCategories .swiper-button-prev,
.sectionCategories .swiper-button-next,
.sectionCategories .swiper-buttonPrev,
.sectionCategories .swiper-buttonNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionCategories .swiper-button-prev,
.sectionCategories .swiper-button-next,
.sectionCategories .swiper-buttonPrev,
.sectionCategories .swiper-buttonNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}
.sectionCategoriesBody {
    position: relative;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .sectionCategories .swiper-button-prev,
    .sectionCategories .swiper-button-next,
    .sectionCategories .swiper-buttonPrev,
    .sectionCategories .swiper-buttonNext {
        font-size: 20px;
        width: 44px;
        height: 44px;
        top: 50%;
    }
}

.sectionCategories .swiper-button-prev:after, .sectionCategories .swiper-button-next:after, .sectionCategories .swiper-buttonPrev:after, .sectionCategories .swiper-buttonNext:after {
    display: none
}

.sectionCategories .swiper-button-prev, .sectionCategories .swiper-buttonPrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionCategories .swiper-button-prev, .sectionCategories .swiper-buttonPrev {
        left: -37px
    }
}

.sectionCategories .swiper-button-next, .sectionCategories .swiper-buttonNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionCategories .swiper-button-next, .sectionCategories .swiper-buttonNext {
        right: -37px
    }
}

.sectionActions {
    margin: 30px 0 60px;
}

@media screen and (min-width: 1440px) {
    .sectionActions {
        margin: 100px 0 68px
    }
}

.sectionActionsContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .sectionActionsContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionActionsContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionActionsContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .sectionActionsContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .sectionActionsContainer {
        max-width: 1320px
    }
}

.sectionActionsContainer {
    display: grid;
    grid-template-columns:1fr;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 10px;
    row-gap: 10px
}

@media screen and (min-width: 768px) {
    .sectionActionsContainer {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }
}

.sectionActionsApp, .sectionActionsFeedback {
    position: relative;
    z-index: 0;
    height: 465px;
    padding: 14px 8px 14px 14px
}

@media screen and (min-width: 360px) {
    .sectionActionsApp, .sectionActionsFeedback {
        padding: 16px 8px 16px 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionActionsApp, .sectionActionsFeedback {
        padding: 20px
    }
}

@media screen and (min-width: 1180px) {
    .sectionActionsApp, .sectionActionsFeedback {
        height: 554px;
        padding: 40px
    }
}

.sectionActionsAppTitle, .sectionActionsFeedbackTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: uppercase
}

@media screen and (min-width: 360px) {
    .sectionActionsAppTitle, .sectionActionsFeedbackTitle {
        font-size: 16px
    }
}

@media screen and (min-width: 375px) {
    .sectionActionsAppTitle, .sectionActionsFeedbackTitle {
        font-size: 18px
    }
}

@media screen and (min-width: 400px) {
    .sectionActionsAppTitle, .sectionActionsFeedbackTitle {
        font-size: 20px
    }
}

@media screen and (min-width: 1180px) {
    .sectionActionsAppTitle, .sectionActionsFeedbackTitle {
        font-size: 32px;
        line-height: 1.375;
        margin-bottom: 20px
    }
}

.sectionActionsAppPicture, .sectionActionsFeedbackPicture {
    display: contents
}

.sectionActionsAppImg, .sectionActionsFeedbackImg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.sectionActionsAppTitle {
    color: #111
}

.sectionActionsAppDescription {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 8px;
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionActionsAppDescription {
        font-size: 16px;
        line-height: 1.25;
        max-width: 206px;
        color: #111111b2
    }
}

.sectionActionsAppApple, .sectionActionsAppGoogle {
    display: inline-block;
    width: 126px;
    height: 43px
}

.sectionActionsAppApple img, .sectionActionsAppGoogle img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.sectionActionsAppApple {
    margin-right: 4px
}

.sectionActionsAppQR {
    display: none
}

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

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

.sectionActionsFeedbackTitle {
    color: #fff
}

.sectionActionsFeedbackForm {
    margin-top: auto
}

@media screen and (min-width: 768px) {
    .sectionActionsFeedbackForm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sectionActionsFeedbackFormLabel {
    font-family: TTCommons, sans-serif;
    font-size: 16px;
    line-height: 1;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #fff
}

.sectionActionsFeedbackFormInput {
    display: inline-block;
    padding: 10px;
    color: #111;
    border: 1px solid rgba(0, 0, 0, .2);
    font-family: TTCommons, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    -webkit-transition: border-color .33s;
    transition: border-color .33s;
    height: 40px
}

.sectionActionsFeedbackFormInput::-webkit-input-placeholder {
    color: #11111180
}

.sectionActionsFeedbackFormInput::-moz-placeholder {
    color: #11111180
}

.sectionActionsFeedbackFormInput:-ms-input-placeholder {
    color: #11111180
}

.sectionActionsFeedbackFormInput::-ms-input-placeholder {
    color: #11111180
}

.sectionActionsFeedbackFormInput::placeholder {
    color: #11111180
}

.sectionActionsFeedbackFormInput.error, .sectionActionsFeedbackFormInput._error {
    border-color: #ff0024
}

.sectionActionsFeedbackFormInput {
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2)
}

@media screen and (min-width: 768px) {
    .sectionActionsFeedbackFormInput {
        width: 266px;
        margin: 0 8px 0 0
    }
}

.sectionActionsFeedbackFormInput::-webkit-input-placeholder {
    color: #ffffff80
}

.sectionActionsFeedbackFormInput::-moz-placeholder {
    color: #ffffff80
}

.sectionActionsFeedbackFormInput:-ms-input-placeholder {
    color: #ffffff80
}

.sectionActionsFeedbackFormInput::-ms-input-placeholder {
    color: #ffffff80
}

.sectionActionsFeedbackFormInput::placeholder {
    color: #ffffff80
}

.sectionActionsFeedbackFormSubmit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.sectionActionsFeedbackFormSubmit {
    border: 1px solid #111;
    color: #111;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .sectionActionsFeedbackFormSubmit:hover {
        background: #111;
        color: #fff
    }
}

@media (hover: none) {
    .sectionActionsFeedbackFormSubmit:active {
        background: #111;
        color: #fff
    }
}

.sectionActionsFeedbackFormSubmit {
    width: 100%
}

@media screen and (min-width: 768px) {
    .sectionActionsFeedbackFormSubmit {
        width: 155px
    }
}

.sectionAbout {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 60px 0
}

@media screen and (min-width: 1440px) {
    .sectionAbout {
        margin: 100px 0 70px
    }
}

.sectionAboutContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .sectionAboutContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionAboutContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionAboutContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .sectionAboutContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .sectionAboutContainer {
        max-width: 1320px
    }
}

.sectionAboutContainer {
    position: relative;
    z-index: 0
}

@media screen and (min-width: 1440px) {
    .sectionAboutContainer {
        padding-top: 48px
    }
}

.sectionAboutHead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 1440px) {
    .sectionAboutHead {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 441px
    }
}

.sectionAboutHeadSlider {
    overflow: visible;
    overflow: initial
}

.sectionAboutHeadTab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sectionAboutHeadTab {
    height: auto
}

.sectionAboutHead picture, .sectionAboutHead source {
    display: contents
}

.sectionAboutHeadImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.sectionAboutHeadImg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto
}

._first .sectionAboutHeadImg._left {
    margin-left: 32px
}

._second .sectionAboutHeadImg._left {
    margin-bottom: -18px;
    margin-left: 32px
}

._third .sectionAboutHeadImg._left {
    margin-bottom: 32px;
    margin-left: 32px
}

._first .sectionAboutHeadImg._right {
    margin-bottom: -24px;
    margin-left: auto
}

._second .sectionAboutHeadImg._right {
    margin-bottom: 20px;
    margin-left: auto
}

._third .sectionAboutHeadImg._right {
    margin-bottom: -12px;
    margin-left: auto
}

.sectionAboutHead .swiper-slide {
    overflow: visible;
    overflow: initial
}

@media screen and (min-width: 768px) {
    .sectionAboutHead .swiper-slide {
        overflow: hidden
    }
}

.sectionAboutHeading {
    font-family: HeliosExt, sans-serif;
    font-size: 64px;
    line-height: .9111111111;
    position: relative;
    z-index: 0;
    margin: 0 -8px -36px;
    text-align: center;
    letter-spacing: -.03em;
    color: #1111110d
}

@media screen and (min-width: 360px) {
    .sectionAboutHeading {
        font-size: 78px
    }
}

@media screen and (min-width: 375px) {
    .sectionAboutHeading {
        font-size: 82px
    }
}

@media screen and (min-width: 768px) {
    .sectionAboutHeading {
        font-size: 100px;
        margin: 0 0 24px
    }
}

@media screen and (min-width: 1024px) {
    .sectionAboutHeading {
        font-size: 120px
    }
}

@media screen and (min-width: 1440px) {
    .sectionAboutHeading {
        font-size: 188px;
        line-height: .9042553191;
        margin: 0 0 40px;
        letter-spacing: -.1em
    }
}

.sectionAboutHeadingImg {
    display: none
}

@media screen and (min-width: 768px) {
    .sectionAboutHeadingImg {
        position: absolute;
        z-index: 0;
        top: 100%;
        left: 0;
        display: block;
        -webkit-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        transform: translate(150%);
        pointer-events: none
    }
}

.sectionAboutTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .sectionAboutTitle {
        font-size: 24px
    }
}

@media screen and (min-width: 1366px) {
    .sectionAboutTitle {
        font-family: HeliosExt, sans-serif;
        font-size: 32px;
        line-height: 1.375;
        margin-bottom: 40px
    }
}

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

.sectionAboutNav {
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media screen and (min-width: 768px) {
    .sectionAboutNav {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (min-width: 1440px) {
    .sectionAboutNav {
        margin-bottom: 80px
    }
}

.sectionAboutNavItem {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    text-transform: uppercase;
    color: #1111114d
}

@media screen and (min-width: 768px) {
    .sectionAboutNavItem {
        font-size: 16px;
        line-height: 1.25
    }
}

.sectionAboutNavItem._active {
    color: #111
}

.sectionAboutTab {
    font-size: 14px;
    line-height: 1.1428571429;
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionAboutTab {
        font-size: 16px;
        line-height: 1.25;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-column-gap: 20px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width: 1440px) {
    .sectionAboutTab {
        padding-left: 111px;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

.sectionAboutTabText {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.sectionAboutTab picture, .sectionAboutTab source {
    display: contents
}

.sectionAboutTab img {
    width: 100%;
    margin-bottom: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 768px) {
    .sectionAboutTab img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: auto
    }
}

.sectionAboutTab h2 {
    font-family: HeliosExt, sans-serif;
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #111
}

@media screen and (min-width: 768px) {
    .sectionAboutTab h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 28px
    }
}

.sectionAboutTab h3 {
    font-size: 16px;
    line-height: .9523809524;
    margin-bottom: 12px;
    color: #000
}

@media screen and (min-width: 768px) {
    .sectionAboutTab h3 {
        font-size: 18px;
        line-height: 1.1111111111;
        margin-bottom: 20px
    }
}

.sectionAboutTab p {
    margin-bottom: 28px
}

.sectionAboutTab .line {
    display: inline-block;
    width: 20px;
    height: 1px;
    margin: 0 0 8px;
    background: #c1a778
}

.sectionAboutTab a {
    font-size: 13px;
    line-height: 1.2307692308;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid #111
}

@media screen and (min-width: 768px) {
    .sectionAboutTab a {
        font-size: 16px;
        line-height: 1.3125
    }
}

.sectionAboutTab._second h2 {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .sectionAboutTab._second img {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
}

.sectionAboutTab._second h3 {
    margin-bottom: 4px
}

.sectionAboutTab._second p {
    margin-bottom: 24px
}

.sectionAboutTab._second p:last-child {
    margin-bottom: 0
}

.sectionAboutTab._third h2, .sectionAboutTab._third p {
    margin-bottom: 20px
}

.sectionAboutTab._third p:last-child {
    margin-bottom: 0
}

.sectionAboutTab._third .line {
    margin-bottom: 12px
}

.sectionAboutTab._third a {
    display: inline-block;
    margin-top: 44px
}

.sectionCollections {
    overflow: hidden;
    margin: 30px 0 40px;
}


@media screen and (min-width: 400px) {
    .sectionCollections {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) {
    .sectionCollections {
        margin-bottom: 90px
    }
}


@media screen and (min-width: 1440px) {
    .sectionCollections {
        margin: 40px 0 80px
    }
}

.sectionCollectionsBg {
    display: none
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsBg {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
        display: inline-block;
        pointer-events: none
    }
}

.sectionCollectionsContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .sectionCollectionsContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .sectionCollectionsContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .sectionCollectionsContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .sectionCollectionsContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsContainer {
        max-width: 1320px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsContainer {
        position: relative;
        z-index: 0
    }
}

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

.sectionCollectionsNav {
    margin-bottom: 10px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (min-width: 375px) {
    .sectionCollectionsNav {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsNav {
        position: absolute;
        z-index: 3;
        top: 150px;
        left: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 16px
    }
}

.sectionCollectionsNavItem {
    font-family: HeliosExt, sans-serif;
    font-size: 13px;
    line-height: 1.4285714286;
    text-transform: uppercase;
    color: #1111114d
}

@media screen and (min-width: 360px) {
    .sectionCollectionsNavItem {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsNavItem {
        font-size: 16px;
        line-height: 1.25
    }
}

.sectionCollectionsNavItem._active {
    color: #111
}

.sectionCollectionsHeading {
    font-family: HeliosExt, sans-serif;
    font-size: 48px;
    line-height: 1.3125;
    margin: 0 -8px -24px;
    text-align: center;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #1111110d
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsHeading {
        font-size: 200px;
        line-height: 1.1;
        margin: 0 -60px -70px
    }
}

.sectionCollectionsSliders.swiper {
    overflow: visible;
    overflow: initial
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlidersSlide {
        overflow: visible !important;
        overflow: initial !important
    }
    .sectionCollectionsNames .swiper-wrapper {
        /*gap: 20px;*/
    }
    .sectionCollectionsName {
        margin-top: 20px;
        /*margin: 10px 0;*/
        /*height: 80px;*/
    }
}

.sectionCollectionsSlider.swiper{
    overflow: visible;
    overflow: initial
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlider.swiper{
        padding-bottom: 308px
    }
}

.sectionCollectionsSliderNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sectionCollectionsSliderNav {
    margin-top: auto;
    padding-top: 24px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media screen and (min-width: 375px) {
    .sectionCollectionsSliderNav {
        padding-left: 32px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSliderNav {
        display: contents
    }
}

.sectionCollectionsSliderButton {
    font-family: TTCommons, sans-serif;
    font-size: 13px;
    line-height: 1.2307692308;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid rgba(17, 17, 17, .5019607843);
    -webkit-transition: border-color .33s;
    transition: border-color .33s
}

@media screen and (min-width: 1024px) {
    .sectionCollectionsSliderButton {
        font-size: 16px
    }
}

@media (any-hover: hover) {
    .sectionCollectionsSliderButton:hover {
        border-color: #111
    }
}

@media (hover: none) {
    .sectionCollectionsSliderButton:active {
        border-color: #111
    }
}

.sectionCollectionsSliderButton {
    margin-left: auto
}

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

.sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-button-next, .sectionCollectionsSlider .swiper-buttonPrev, .sectionCollectionsSlider .swiper-buttonNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-button-next, .sectionCollectionsSlider .swiper-buttonPrev, .sectionCollectionsSlider .swiper-buttonNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-button-next, .sectionCollectionsSlider .swiper-buttonPrev, .sectionCollectionsSlider .swiper-buttonNext {
        font-size: 20px;
        width: 44px;
        height: 44px
    }
}

.sectionCollectionsSlider .swiper-button-prev:after, .sectionCollectionsSlider .swiper-button-next:after, .sectionCollectionsSlider .swiper-buttonPrev:after, .sectionCollectionsSlider .swiper-buttonNext:after {
    display: none
}

.sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-buttonPrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-buttonPrev {
        left: -37px
    }
}

.sectionCollectionsSlider .swiper-button-next, .sectionCollectionsSlider .swiper-buttonNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlider .swiper-button-next, .sectionCollectionsSlider .swiper-buttonNext {
        right: -37px
    }
}

.sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-button-next {
    position: static !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlider .swiper-button-prev, .sectionCollectionsSlider .swiper-button-next {
        position: absolute !important;
        z-index: 10;
        top: 80px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlider .swiper-button-prev {
        right: 338px;
        left: auto
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlider .swiper-button-next {
        right: 277px
    }
}

.sectionCollectionsSlide {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlide {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background: none;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .sectionCollectionsSlide.swiper-slide-active {
        z-index: 5;
    }
}

.sectionCollectionsSlideButtons {
    display: none
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlideButtons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 80px;
        margin-bottom: auto;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

.sectionCollectionsSlideButton {
    display: none
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlideButton {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-family: TTCommons, sans-serif;
        font-size: 13px;
        line-height: 1.2307692308;
        text-transform: uppercase;
        color: #111;
        border-bottom: 1px solid rgba(17, 17, 17, .5019607843);
        -webkit-transition: border-color .33s;
        transition: border-color .33s
    }
}

@media screen and (min-width: 1440px)and (min-width: 1024px) {
    .sectionCollectionsSlideButton {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px)and (any-hover: hover) {
    .sectionCollectionsSlideButton:hover {
        border-color: #111
    }
}

@media screen and (min-width: 1440px)and (hover: none) {
    .sectionCollectionsSlideButton:active {
        border-color: #111
    }
}

.sectionCollectionsSlideButton-prev, .sectionCollectionsSlideButton-next, .sectionCollectionsSlideButtonPrev, .sectionCollectionsSlideButtonNext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionCollectionsSlideButton-prev, .sectionCollectionsSlideButton-next, .sectionCollectionsSlideButtonPrev, .sectionCollectionsSlideButtonNext {
    position: absolute;
    z-index: 3;
    top: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    color: #11111180
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlideButton-prev, .sectionCollectionsSlideButton-next, .sectionCollectionsSlideButtonPrev, .sectionCollectionsSlideButtonNext {
        font-size: 20px;
        width: 44px;
        height: 44px
    }
}

.sectionCollectionsSlideButton-prev:after, .sectionCollectionsSlideButton-next:after, .sectionCollectionsSlideButtonPrev:after, .sectionCollectionsSlideButtonNext:after {
    display: none
}

.sectionCollectionsSlideButton-prev, .sectionCollectionsSlideButtonPrev {
    left: -8px
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlideButton-prev, .sectionCollectionsSlideButtonPrev {
        left: -37px
    }
}

.sectionCollectionsSlideButton-next, .sectionCollectionsSlideButtonNext {
    right: -8px
}

@media screen and (min-width: 768px) {
    .sectionCollectionsSlideButton-next, .sectionCollectionsSlideButtonNext {
        right: -37px
    }
}

.sectionCollectionsSlideButtonPrev, .sectionCollectionsSlideButtonNext {
    position: static;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.sectionCollectionsSlidePicture {
    display: contents
}

.sectionCollectionsSlideImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.sectionCollectionsSlideImg {
    width: 100%;
    height:auto;
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlidePictureLink {
        display: contents;
    }
    .sectionCollectionsSlideImg {
        width: 432px;
        height: 470px;
        margin-left: auto
    }
}

.sectionCollectionsSlideTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: -16px 0 16px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #c1a778
}

@media screen and (min-width: 375px) {
    .sectionCollectionsSlideTitle {
        padding-left: 32px
    }
}

@media screen and (min-width: 400px) {
    .sectionCollectionsSlideTitle {
        font-size: 40px
    }
}

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

.sectionCollectionsSlideDescription {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-top: auto;
    color: #11111180
}

@media screen and (min-width: 375px) {
    .sectionCollectionsSlideDescription {
        padding-left: 32px
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlideDescription {
        font-size: 18px;
        line-height: 1.1111111111;
        margin-bottom: 32px;
        padding-left: 0
    }
}

.sectionCollectionsSlideContent {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsSlideContent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 383px;
        padding-bottom: 57px
    }
}

.sectionCollectionsNames.swiper {
    display: none
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsNames.swiper {
        position: absolute;
        z-index: 30;
        bottom: 0;
        left: 0;
        display: block;
        /*width: 814px;*/
        width: 67%;
        height: 700px;
        padding-left: 20px;
        /*overflow: hidden;*/
    }
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsNames:before, .sectionCollectionsNames:after {
        position: absolute;
        z-index: 3;
        left: 0;
        height: 80px;
        content: none;
    }
}

.sectionCollectionsNames:before {
    top: 0;
    width: 73%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #fff, #fff0)
}

.sectionCollectionsNames:after {
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff, #fff0)
}

.sectionCollectionsNames .swiper-slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width: 1440px) {
    .sectionCollectionsName {
        font-family: HeliosExt, sans-serif;
        font-size: 80px;
        font-weight: 400;
        line-height: 1;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: color .33s, -webkit-transform .33s;
        transition: color .33s, -webkit-transform .33s;
        transition: color .33s, transform .33s;
        transition: color .33s, transform .33s, -webkit-transform .33s;
        -webkit-transform: translate3d(0, 0, -100px);
        transform: translateZ(-100px);
        letter-spacing: -.03em;
        text-transform: uppercase;
        color: #1111111a
    }
}

.sectionCollectionsName.swiper-slide-active, .sectionCollectionsName._active {
    -webkit-transform: translate3d(0, 0, 100px);
    transform: translateZ(100px);
    color: #c1a778
}

.sectionBenefits {
    overflow: hidden;
    margin-top: 0;
}

.sectionProducts + +.sectionCollections{
    margin-top: 0;
}

@media screen and (min-width: 1440px) {
    .sectionBenefitsContainer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 14px;
        padding-right: 14px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1440px)and (min-width: 360px) {
    .sectionBenefitsContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 1440px)and (min-width: 768px) {
    .sectionBenefitsContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1024px) {
    .sectionBenefitsContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1366px) {
    .sectionBenefitsContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px)and (min-width: 1440px) {
    .sectionBenefitsContainer {
        max-width: 1320px
    }
}

.sectionBenefitsIcon, .sectionBenefitsMainSlideIcon, .sectionBenefitsMainIcon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sectionBenefitsIcon, .sectionBenefitsMainSlideIcon, .sectionBenefitsMainIcon {
    font-size: 24px;
    width: 44px;
    height: 44px;
    -webkit-transition: font-size .33s, width .33s, height .33s, border-color .33s, background-color .33s;
    transition: font-size .33s, width .33s, height .33s, border-color .33s, background-color .33s;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsIcon, .sectionBenefitsMainSlideIcon, .sectionBenefitsMainIcon {
        font-size: 28px;
        width: 60px;
        height: 60px
    }
}

._active .sectionBenefitsIcon, ._active .sectionBenefitsMainSlideIcon, ._active .sectionBenefitsMainIcon, .sectionBenefitsIcon._active, ._active.sectionBenefitsMainSlideIcon, ._active.sectionBenefitsMainIcon {
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-color: #0000;
    background: #c1a778
}

.sectionBenefitsMain {
    position: relative
}

.sectionBenefitsMainIcons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.sectionBenefitsMainIcons {
    position: absolute;
    z-index: 3;
    top: 64px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%);
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

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

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

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

.sectionBenefitsMainSlide {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 400px;
    padding: 64px 0;
    cursor: pointer;
    -webkit-transition: width .6s;
    transition: width .6s;
    background: #80756e
}

@media screen and (min-width: 540px) {
    .sectionBenefitsMainSlide {
        height: 500px
    }
}

@media screen and (min-width: 768px) {
    .sectionBenefitsMainSlide {
        height: 575px
    }
}

@media screen and (min-width: 1024px) {
    .sectionBenefitsMainSlide {
        height: 610px
    }
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsMainSlide {
        width: calc((100% - 702px) / 4)
    }
}

.sectionBenefitsMainSlideVideo {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%);
    opacity: 0
}

.sectionBenefitsMainSlideImg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.sectionBenefitsMainSlideImg img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height:100%;
}

.sectionBenefitsMainSlideTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    z-index: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: auto 0 12px;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    text-align: center;
    opacity: 0;
    color: #fff
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsMainSlideTitle {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.sectionBenefitsMainSlideNote {
    font-size: 14px;
    line-height: 1.1428571429;
    z-index: 1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    text-align: center;
    opacity: 0;
    color: #fff
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsMainSlideNote {
        font-size: 18px
    }
}

.sectionBenefitsMainSlideIcon {
    z-index: 1;
    display: none;
    margin: 0 auto
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsMainSlideIcon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.sectionBenefitsMainSlide._active {
    width: 100%
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsMainSlide._active {
        width: 702px
    }
}

.sectionBenefitsMainSlide._active .sectionBenefitsMainSlideVideo, .sectionBenefitsMainSlide._active .sectionBenefitsMainSlideTitle, .sectionBenefitsMainSlide._active .sectionBenefitsMainSlideNote {
    opacity: 1
}

.sectionBenefitsMainSlide._active .sectionBenefitsMainSlideImg {
    display: none
}

.sectionBenefitsFooter {
    overflow-y: scroll;
    background: #fafafa
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsFooter {
        overflow: hidden
    }
}

.sectionBenefitsFooterBtns.swiper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 22px 4px
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsFooterBtns.swiper{
        width: 100%
    }
}

.sectionBenefitsFooterBtn.swiper-slide {
    font-family: HeliosExt, sans-serif;
    font-size: 14px;
    line-height: 1.4285714286;
    position: relative;
    width: 280px;
    min-height: 32px;
    padding-top: 12px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-transition: color .33s;
    transition: color .33s;
    color: #11111180;
    border-top: 1px solid rgba(17, 17, 17, .1019607843)
}

@media screen and (min-width: 1180px) {
    .sectionBenefitsFooterBtn.swiper-slide {
        width: calc((100% - 16px) / 5);
        margin: 0
    }
}

@media screen and (min-width: 1366px) {
    .sectionBenefitsFooterBtn.swiper-slide {
        font-size: 16px
    }
}

.sectionBenefitsFooterBtn.swiper-slide:before {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: background .33s, width .33s;
    transition: background .33s, width .33s
}

.sectionBenefitsFooterBtn.swiper-slide:after {
    position: absolute;
    top: 17px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transition: background .33s;
    transition: background .33s;
    border-radius: 50%;
    background: #1113
}

.sectionBenefitsFooterBtn.swiper-slide._active {
    color: #111
}

.sectionBenefitsFooterBtn.swiper-slide._active:before {
    width: 62%;
    background: #c1a778
}

.sectionBenefitsFooterBtn.swiper-slide._active:after {
    background: #c1a778
}

.breadcrumbs {
    margin: 20px 0
}

.breadcrumbsContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .breadcrumbsContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .breadcrumbsContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .breadcrumbsContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .breadcrumbsContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .breadcrumbsContainer {
        max-width: 1320px
    }
}

.breadcrumbsList {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbsItem {
    position: relative;
    z-index: 0;
    padding-right: 4px
}

.breadcrumbsItem:last-child:after {
    display: none
}

.breadcrumbsItem:after {
    position: absolute;
    z-index: 0;
    top: calc(50% - 1px);
    right: 0;
    display: inline-block;
    width: 1px;
    height: 50%;
    content: "";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    background: #11111180
}

.breadcrumbsLink {
    font-size: 13px;
    font-weight: 400;
    color: #11111180
}

@media screen and (min-width: 1024px) {
    .breadcrumbsLink {
        font-size: 14px
    }
}

@media (any-hover: hover) {
    .breadcrumbsLink:hover {
        color: #111
    }
}

@media (hover: none) {
    .breadcrumbsLink:active {
        color: #111
    }
}

.breadcrumbsLink._active {
    font-weight: 400;
    color: #111
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination {
    margin: 20px auto;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media screen and (min-width: 1024px) {
    .pagination {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

.paginationLink {
    font-size: 14px;
    color: #11111180
}

@media screen and (min-width: 1024px) {
    .paginationLink {
        font-size: 18px
    }
}

@media (any-hover: hover) {
    .paginationLink:hover {
        color: #111
    }
}

@media (hover: none) {
    .paginationLink:active {
        color: #111
    }
}

.paginationLink._current {
    color: #111
}

.catalogHero {
    margin: 20px 0
}

.catalogHeroContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .catalogHeroContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .catalogHeroContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .catalogHeroContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .catalogHeroContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .catalogHeroContainer {
        max-width: 1320px
    }
}

.catalogHeroTitle {
    font-family: HeliosExt, sans-serif;
    font-size: 20px;
    margin-bottom: .5em;
    text-transform: uppercase
}

@media screen and (min-width: 1440px) {
    .catalogHeroTitle {
        font-size: 40px
    }
}

.catalogHeroQuantity {
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #11111180
}

.catalog {
    font-size: 14px;
    line-height: 1.4285714286;
    color: #111
}

.catalogContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width: 360px) {
    .catalogContainer {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 768px) {
    .catalogContainer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width: 1024px) {
    .catalogContainer {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1366px) {
    .catalogContainer {
        padding-left: 0;
        padding-right: 0;
        max-width: 1280px
    }
}

@media screen and (min-width: 1440px) {
    .catalogContainer {
        max-width: 1320px
    }
}

.catalogLayout {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 1024px) {
    .catalogLayout {
        display: grid;
        grid-template-columns:240px 1fr;
        grid-column-gap: 32px;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media screen and (min-width: 1024px) {
    .catalogLayout {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.catalogMain {
    row-gap: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .catalogMain {
        row-gap: 32px
    }
}

.catalogProducts {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 12px;
    row-gap: 12px
}

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

@media screen and (min-width: 1180px) {
    .catalogProducts {
        grid-template-columns:repeat(4, 1fr)
    }
}

[data-catalog-prices] {
    margin-bottom: 1em
}

.catalogFilters {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalogFiltersHeader, .catalogFiltersButtons, .catalogFiltersFeedback {
    margin-bottom: 16px;
    padding: 16px;
    border-bottom: 1px solid #eff1f3
}

@media screen and (min-width: 1024px) {
    .catalogFiltersHeader, .catalogFiltersButtons, .catalogFiltersFeedback {
        margin: 0;
        padding: 0;
        border-bottom: 0
    }
}

.catalogFiltersHeader {
    font-family: HeliosExt, sans-serif;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 0;
    row-gap: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.catalogFiltersHeaderRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalogFiltersClose {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogFiltersClose {
    font-size: 8px;
    line-height: 1;
    width: 12px;
    height: 12px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.catalogFiltersClose {
    width: 24px;
    height: 24px
}

.catalogFiltersButtons {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    bottom: 0;
    display: grid;
    margin: 0;
    padding-bottom: 16px;
    border-top: 1px solid #eff1f3;
    background: #fff;
    grid-template-columns:1fr;
    grid-row-gap: 8px;
    row-gap: 8px
}

@media screen and (min-width: 1024px) {
    .catalogFiltersButtons {
        position: static;
        border: 0;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

.catalogFiltersSubmit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.catalogFiltersSubmit {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .catalogFiltersSubmit:hover {
        background: #fff;
        color: #111
    }
}

@media (hover: none) {
    .catalogFiltersSubmit:active {
        background: #fff;
        color: #111
    }
}

.catalogFiltersSubmit {
    width: 100%
}

.catalogFiltersReset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.catalogFiltersReset {
    border: 1px solid #a39d94;
    color: #a39d94;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .catalogFiltersReset:hover {
        background: #a39d94;
        color: #fff
    }
}

@media (hover: none) {
    .catalogFiltersReset:active {
        background: #a39d94;
        color: #fff
    }
}

.catalogFiltersReset {
    width: 100%;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.catalogFiltersBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 40px
}

.catalogFiltersFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    bottom: 0;
    margin-top: auto;
    padding: 28px 14px;
    background: #fff
}

.catalogFiltersTitle {
    font-size: 17px;
    margin-bottom: 1.25em;
    letter-spacing: .03em;
    color: #80756e
}

.catalogFiltersLink {
    font-size: 15px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: .75em;
    letter-spacing: .03em
}

.catalogFiltersLink:hover, .catalogFiltersLink._active {
    color: #111
}

.catalogFiltersTooltip {
    position: fixed;
    z-index: 150;
    top: 50%;
    left: 200px;
    display: none;
    -webkit-transition: top .333s, left .333s, opacity .333s;
    transition: top .333s, left .333s, opacity .333s;
    pointer-events: none;
    opacity: 0;
    border-radius: 4px
}

@media screen and (min-width: 1024px) {
    .catalogFiltersTooltip {
        display: block
    }
}

.catalogFiltersTooltip._active {
    display: block;
    pointer-events: auto;
    opacity: 1
}

.catalogFiltersTooltip:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    content: " ";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px;
    background: #111
}

.catalogFiltersTooltipButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.catalogFiltersTooltipButton {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .catalogFiltersTooltipButton:hover {
        background: #fff;
        color: #111
    }
}

@media (hover: none) {
    .catalogFiltersTooltipButton:active {
        background: #fff;
        color: #111
    }
}

.catalogFilterBool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalogFilterBool {
    padding: 14px;
    border-bottom: 0
}

@media screen and (min-width: 1024px) {
    .catalogFilterBool {
        padding: 14px 0
    }
}

.catalogFilterBoolTitle {
    font-weight: 500;
    line-height: 1
}

.catalogFilterBoolInput {
    position: relative;
    z-index: 0;
    width: 44px;
    height: 20px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border: 0;
    border-radius: 20px;
    background: #e6eaed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.catalogFilterBoolInput:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    content: " ";
    -webkit-transition: left .25s;
    transition: left .25s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 50%;
    background: #fff
}

.catalogFilterBoolInput:checked {
    background: #56323f
}

.catalogFilterBoolInput:checked:before {
    left: calc(100% - 20px);
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.catalogFilter, .catalogFilterBool {
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #111;
    border-bottom: 1px solid #eff1f3
}

.catalogFilterSummary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalogFilterSummary {
    font-weight: 500;
    padding: 14px;
    -webkit-transition: background .333s;
    transition: background .333s
}

@media screen and (min-width: 1024px) {
    .catalogFilterSummary {
        padding: 14px 0
    }
}

.catalogFilterSummaryContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.catalogFilterSelected {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    color: #111
}

.catalogFilterButton {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogFilterButton {
    font-size: 8px;
    line-height: 1;
    width: 12px;
    height: 12px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.catalogFilter.is-opening .catalogFilterButton, .is-opening.catalogFilterBool .catalogFilterButton, .catalogFilter.open .catalogFilterButton, .open.catalogFilterBool .catalogFilterButton {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalogFilter.is-closing .catalogFilterButton, .is-closing.catalogFilterBool .catalogFilterButton {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.catalogFilterTitle {
    display: inline-block;
    margin-right: auto
}

.catalogFilterReset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    margin-left: auto;
    color: #111;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px
}

.catalogFilterBody {
    line-height: 1.4;
    position: relative;
    display: none;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 320px;
    padding: 8px 16px 16px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px
}

@media (any-hover: hover) {
    .catalogFilterBody::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .catalogFilterBody::-webkit-scrollbar-track {
        background: #fff
    }

    .catalogFilterBody::-webkit-scrollbar-thumb {
        background: #11111180;
        border: 0 solid #fff
    }
}

@media screen and (min-width: 1180px) {
    .catalogFilterBody {
        max-height: 360px;
        padding: 8px 16px 16px 8px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 12px
    }
}

.catalogFilter.is-opening .catalogFilterBody, .is-opening.catalogFilterBool .catalogFilterBody, .catalogFilter.open .catalogFilterBody, .open.catalogFilterBool .catalogFilterBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.catalogFilterBody._grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalogFilterBody._grid > * {
    width: calc(50% - 4px)
}

.catalogFilterBody._grid > *.catalogFilterSearch {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .catalogFilterBody._grid > * {
        width: calc(50% - 6px)
    }
}

.catalogFilterBodyInputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    text-transform: lowercase;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.catalogFilterBodyInputs label {
    display: contents
}

.catalogFilterSearch {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -8px;
    height: 32px;
    -webkit-transition: top .333s;
    transition: top .333s;
    background: #fff
}

@media screen and (min-width: 1920px) {
    .catalogFilterSearch {
        height: 40px
    }
}

.catalogFilterSearchIcon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 8px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalogFilterSearchInput {
    display: inline-block;
    padding: 10px;
    color: #111;
    border: 1px solid rgba(0, 0, 0, .2);
    font-family: TTCommons, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    -webkit-transition: border-color .33s;
    transition: border-color .33s;
    height: 40px;
    width: 100%;
    height: 100% !important;
    padding-left: 30px !important
}

.catalogFilterSearchInput::-webkit-input-placeholder {
    color: #11111180
}

.catalogFilterSearchInput::-moz-placeholder {
    color: #11111180
}

.catalogFilterSearchInput:-ms-input-placeholder {
    color: #11111180
}

.catalogFilterSearchInput::-ms-input-placeholder {
    color: #11111180
}

.catalogFilterSearchInput::placeholder {
    color: #11111180
}

.catalogFilterSearchInput.error, .catalogFilterSearchInput._error {
    border-color: #ff0024
}

.catalogFilterLabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

@media screen and (min-width: 1920px) {
    .catalogFilterLabel {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.catalogFilterRow {
    display: grid;
    margin-bottom: 16px;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.catalogFilterInput {
    display: inline-block;
    margin: 0
}

.catalogFilterInput._range {
    display: inline-block;
    padding: 10px;
    color: #111;
    border: 1px solid rgba(0, 0, 0, .2);
    font-family: TTCommons, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    -webkit-transition: border-color .33s;
    transition: border-color .33s;
    height: 40px
}

.catalogFilterInput._range::-webkit-input-placeholder {
    color: #11111180
}

.catalogFilterInput._range::-moz-placeholder {
    color: #11111180
}

.catalogFilterInput._range:-ms-input-placeholder {
    color: #11111180
}

.catalogFilterInput._range::-ms-input-placeholder {
    color: #11111180
}

.catalogFilterInput._range::placeholder {
    color: #11111180
}

.catalogFilterInput._range.error, .catalogFilterInput._range._error {
    border-color: #ff0024
}

.catalogFilterInput._range {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 33%;
    height: 32px
}

.catalogFilterInput[type=radio] {
    width: 16px;
    height: 16px;
    border-color: #8d949a
}

.catalogFilterInput[type=radio]:before {
    background: #8d949a
}

.catalogFilterInput[type=checkbox] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.catalogFilterInput[type=checkbox]:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogFilterInput[type=checkbox]:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\2714";
    -webkit-transition: opacity .333s;
    transition: opacity .333s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #111
}

.catalogFilterInput[type=checkbox]:checked:before {
    opacity: 1
}

.catalogAside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (any-hover: hover) {
    .catalogAside::-webkit-scrollbar {
        width: 3px;
        height: 3px
    }

    .catalogAside::-webkit-scrollbar-track {
        background: #fff
    }

    .catalogAside::-webkit-scrollbar-thumb {
        background: #11111180;
        border: 0 solid #fff
    }
}

.catalogAside {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 320px;
    height: 100%;
    -webkit-transition: -webkit-transform .333s;
    transition: -webkit-transform .333s;
    transition: transform .333s;
    transition: transform .333s, -webkit-transform .333s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%);
    pointer-events: none;
    background: #fff
}

@media screen and (min-width: 400px) {
    .catalogAside {
        width: 360px
    }
}

@media screen and (min-width: 1024px) {
    .catalogAside {
        position: static;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        overflow: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto
    }
}

.catalogAside._active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

.catalogAsideOverlay {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    pointer-events: none;
    opacity: 0;
    background: #11111180
}

.catalogAsideOverlay._active {
    pointer-events: auto;
    opacity: 1
}

.catalogNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 1024px) {
    .catalogNav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.catalogNavTop {
    display: grid;
    margin-bottom: 12px;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 12px;
    row-gap: 12px
}

@media screen and (min-width: 400px) {
    .catalogNavTop {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

@media screen and (min-width: 768px) {
    .catalogNavTop {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (min-width: 1024px) {
    .catalogNavTop {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

.catalogNavFilters {
    padding: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-family: HeliosExt, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.catalogNavFiltersIcon {
    font-size: 24px;
    color: #111111bf;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

.catalogNavFiltersQuantity {
    font-family: HeliosExt, sans-serif;
    font-size: 10px;
    padding: 4px;
    border-radius: 2px;
    background: #fff
}

.catalogNavChoices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px
}

@media screen and (min-width: 1024px) {
    .catalogNavChoices {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-right: auto
    }
}

.catalogNavChoice {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    color: #111;
    border-radius: 12px;
    background: #a39d9433;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

@media screen and (min-width: 1024px) {
    .catalogNavChoice {
        font-size: 13px
    }
}

@media screen and (min-width: 1440px) {
    .catalogNavChoice {
        font-size: 14px;
        padding: 4px 8px
    }
}

@media (any-hover: hover) {
    .catalogNavChoice:hover {
        background: #a39d9466
    }
}

@media (hover: none) {
    .catalogNavChoice:active {
        background: #a39d9466
    }
}

.catalogNavChoice .iconfont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff
}

.catalogNavReset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, -webkit-transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s;
    transition: opacity .33s, background-color .33s, color .33s, border-color .33s, transform .33s, -webkit-transform .33s;
    text-transform: uppercase;
    font-family: HeliosExt, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1
}

.catalogNavReset {
    border: 1px solid #a39d94;
    color: #a39d94;
    background: #fff;
    width: 240px;
    height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media (any-hover: hover) {
    .catalogNavReset:hover {
        background: #a39d94;
        color: #fff
    }
}

@media (hover: none) {
    .catalogNavReset:active {
        background: #a39d94;
        color: #fff
    }
}

.catalogNavReset {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.catalogSort {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0
}

@media screen and (min-width: 1024px) {
    .catalogSort {
        position: relative;
        z-index: 5
    }
}

.catalogSortSummary {
    padding: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-family: HeliosExt, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .catalogSortSummary {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0;
        border-radius: 0;
        background: none
    }
}

.catalogSortSummary {
    cursor: pointer;
    text-align: center;
    letter-spacing: -.02em
}

@media screen and (min-width: 1920px) {
    .catalogSortSummary {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.catalogSortButton {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalogSortButton {
    font-size: 8px;
    line-height: 1;
    width: 12px;
    height: 12px;
    -webkit-transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: background-color .33s, color .33s, -webkit-transform .33s;
    transition: transform .33s, background-color .33s, color .33s;
    transition: transform .33s, background-color .33s, color .33s, -webkit-transform .33s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.catalogSortTitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    width: 100%
}

.catalogSortList {
    font-size: 13px;
    position: fixed;
    z-index: 120;
    bottom: 0;
    left: 0;
    display: grid;
    width: 100%;
    padding: 14px;
    -webkit-transition: opacity .333s, -webkit-transform .333s;
    transition: opacity .333s, -webkit-transform .333s;
    transition: opacity .333s, transform .333s;
    transition: opacity .333s, transform .333s, -webkit-transform .333s;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translateY(100%);
    pointer-events: none;
    border: 1px solid #eff1f3;
    border-radius: 0;
    background: #fff;
    grid-template-columns:1fr;
    grid-row-gap: 14px;
    row-gap: 14px
}

@media screen and (min-width: 1024px) {
    .catalogSortList {
        position: absolute;
        z-index: 1;
        top: calc(100% + 8px);
        bottom: auto;
        left: 0;
        -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        transform: translateY(40px);
        opacity: 0
    }
}

.catalogSortList._active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0);
    pointer-events: auto;
    opacity: 1
}

.catalogSortItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.catalogSortOverlay {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    pointer-events: none;
    opacity: 0;
    background: #11111180
}

.catalogSortOverlay._active {
    pointer-events: auto;
    opacity: 1
}

@media screen and (min-width: 1024px) {
    .catalogSortOverlay {
        display: none !important
    }
}

:root {
    --modal-transition: transform $ trM, opacity $ trM
}

/*.modal {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    position: fixed;*/
/*    z-index: 115;*/
/*    top: 0;*/
/*    left: 0;*/
/*    overflow-y: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-transition: opacity $ trM, -webkit-transform $ trM;*/
/*    transition: opacity $ trM, -webkit-transform $ trM;*/
/*    transition: transform $ trM, opacity $ trM;*/
/*    transition: transform $ trM, opacity $ trM, -webkit-transform $ trM;*/
/*    -webkit-transition: var(--modal-transition);*/
/*    transition: var(--modal-transition);*/
/*    -webkit-transform: translate(0, 0);*/
/*    -ms-transform: translate(0, 0);*/
/*    transform: translate(0);*/
/*    pointer-events: none;*/
/*    opacity: 0;*/
/*    background: #00000080*/
/*}*/

/*.modal._active {*/
/*    -webkit-transform: translate3d(0, 0, 0);*/
/*    transform: translateZ(0);*/
/*    pointer-events: auto;*/
/*    opacity: 1*/
/*}*/

/*.modal._current {*/
/*    z-index: 120*/
/*}*/

/*.modal-content {*/
/*    position: relative;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    max-width: 100%;*/
/*    height: 200px;*/
/*    padding: 24px 16px;*/
/*    background: #fff*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .modal-content {*/
/*        width: 400px;*/
/*        height: 400px;*/
/*        padding: 20px*/
/*    }*/
/*}*/

/*.modal-close {*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: 20px;*/
/*    right: 20px*/
/*}*/

.sectionBenefitsMainSlideVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sectionBenefitsMainSlideVideo::after {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    transition: opacity .3s;
}
.sectionBenefitsMainSlide._active .sectionBenefitsMainSlideVideo::after{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.58) 80%, rgba(0, 0, 0, 0.83) 100%);
    opacity: 1;
}
.sectionBenefitsMainSlide{
    position: relative;
}
.sectionBenefitsMainSlide:not(._active) .sectionBenefitsMainSlideImg::after{
    content: '';
    background:#1D1D1D;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.45;
    transition: opacity .3s;
}

.sectionProducts .sale-product-selection{
    padding:10px 0 40px;
}

.swiper-slide.sectionCollectionsName{
    opacity: 0;
}
.swiper-slide.sectionCollectionsName.swiper-slide-prev,
.swiper-slide.sectionCollectionsName.swiper-slide-active,
.swiper-slide.sectionCollectionsName.swiper-slide-next{
    opacity: 1;
}

/*20.01*/
._first .sectionAboutHeadImg._left{
    max-width:210px;
}
._first .sectionAboutHeadImg._right {
    max-width: 210px;
}
._second .sectionAboutHeadImg._right {
    max-width: 280px;
}
._second .sectionAboutHeadImg._left {
    max-width: 210px;
}
._third .sectionAboutHeadImg._right {
    max-width: 270px;
}
._third .sectionAboutHeadImg._left {
    max-width: 210px;
}
@media (max-width: 991.92px){
    .sectionAboutHead {
        display: none;
    }
}

@media (max-width: 767.98px){
    .sectionActionsFeedback {
        display: none;
    }
}
