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

.fancybox-active {
    height: auto
}

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

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

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

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

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

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

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

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

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.wow-slider {
    visibility: hidden
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

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

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

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

html {
    box-sizing: border-box
}

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

body {
    font-family: AvenirNextCyr-Regular;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #595959;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff
}

a, a:hover {
    text-decoration: none
}

p {
    margin: 0 0 10px
}

.h1, .h2, .h4, h1, h2, h4 {
    font-family: AvenirNextCyr-Bold;
    margin: 0 0 20px
}

.h1, h1 {
    font-size: 46px
}

.h2, h2 {
    font-size: 40px
}

.h3, h3 {
    font-family: AvenirNextCyr-Demi;
    font-size: 20px;
    margin: 0 0 20px
}

.h4, h4 {
    font-size: 14px
}

ol, ul {
    margin: 0;
    padding: 0
}

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

input, input:active, input:focus {
    border: none
}

button, button:active, button:focus, input, input:active, input:focus {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none
}

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

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.text-center {
    text-align: center
}

.main {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

.main-layout {
    flex: 1;
    padding: 78px 0;
    overflow: hidden
}

.main-layout._product, .main-layout body {
    overflow: visible
}

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

.round-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
    cursor: pointer
}

.btn {
    display: inline-block;
    height: 36px;
    border-radius: 30px;
    background-color: transparent;
    font-family: AvenirNextCyr-Demi;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 20px;
    box-shadow: none;
    transition: all .2s;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .5px
}

.btn.btn-red {
    color: #000;
    border: 1px solid #f32f35
}

.btn.btn-red-orange, .btn.btn-red:hover {
    background-color: #f32f35;
    color: #fff
}

.btn.btn-red-orange {
    height: 54px;
    padding: 20px 30px;
    font-size: 14px
}

.btn.btn-red-orange:hover {
    background-color: #ff8b00
}

.btn.btn-orange {
    color: #000;
    border: 1px solid #ff8b00
}

.btn.btn-orange:hover {
    background-color: #ff8b00;
    color: #fff
}

.btn.btn-orange._white-text {
    color: #fff;
    border: 1px solid #ff8b00
}

.btn.btn-orange._white-text:hover {
    background-color: #ff8b00
}

.btn.btn-yellow {
    height: 37px;
    color: #fff;
    border: 1px solid #ffba00
}

.btn.btn-yellow:hover {
    background-color: #ffba00
}

.btn.btn-white {
    height: 37px;
    color: #fff;
    border: 1px solid #fff
}

.btn.btn-white:hover {
    background-color: #fff;
    color: #000
}

.btn._arrow {
    display: inline-flex;
    align-items: center
}

.btn._arrow svg {
    min-width: 5px;
    width: 5px;
    height: 8px;
    margin-right: 8px
}

.btn._arrow svg use {
    fill: #412021;
    transition: .2s
}

.btn._arrow:hover svg use {
    fill: #fff
}

.sm-block, .xs-block {
    display: none !important
}

.skew-block {
    padding: 50px;
    position: relative
}

.skew-block__title {
    font-size: 148px;
    line-height: .5
}

.skew-block__subtitle, .skew-block__title {
    font-family: AvenirNextCyr-Bold;
    padding: 0 100px
}

.skew-block__subtitle {
    font-size: 48px;
    line-height: .8
}

.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 30px;
    position: relative;
    z-index: 1
}

.parallax-mirror {
    z-index: 0 !important
}

[data-rellax-container], [data-rellax] {
    width: 100%;
    height: 100%
}

[data-rellax] {
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-rellax-container] {
    overflow: hidden
}

[data-rellax-container] [data-rellax] {
    transition: opacity .3s ease-out;
    opacity: 0
}

.js [data-rellax-container] [data-rellax] {
    opacity: 1
}

.rellax-element.rellax-hidden {
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4
}

.header, .header__inner {
    display: flex;
    justify-content: center;
    width: 100%
}

.header__inner {
    align-items: normal !important;
    height: 78px;
    max-width: 1192px;
    position: relative;
    padding: 0 40px 10px;
    background: url(../images/header_bg.png) no-repeat top;
    background-size: 100% 100%
}

.header__inner-left, .header__inner-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header-logo {
    display: block;
    min-width: 116px;
    width: 116px;
    height: 46px;
    margin: 0 25px
}

.header .header-logo img {
    object-fit: contain;
    height: auto;
}

.header .header-menu {
    height: 100%
}

.header .header-menu ul {
    margin: 0;
    padding: 0;
    height: 100%
}

.header .header-menu ul > li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    height: 100%;
    margin: 0 25px;
    position: relative;
    font-family: AvenirNextCyr-Demi;
    font-size: 13px;
    text-transform: uppercase;
    color: #412021;
    transition: .2s
}

.header .header-menu ul > li._active:before {
    display: none
}

.header .header-menu ul > li._active > a {
    pointer-events: none
}

.header .header-menu ul > li:hover > a {
    color: #ff9311
}

.header .header-menu ul > li:hover > .header-menu__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header .header-menu ul > li > a {
    color: #412021;
    transition: .2s;
    letter-spacing: .2px
}

.header .header-menu ul > li._active:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #ff8b00
}

.header .header-menu ul .header-menu__submenu {
    position: absolute;
    background-color: #f6ebe9;
    padding: 10px 30px;
    width: 200px;
    top: 46px;
    left: -30px;
    margin: 15px 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.header .header-menu ul .header-menu__submenu:after, .header .header-menu ul .header-menu__submenu:before {
    content: "";
    height: 15px;
    width: 100%;
    background-color: #f6ebe9;
    position: absolute;
    left: 0;
    border-radius: 4px
}

.header .header-menu ul .header-menu__submenu:before {
    transform: skewY(3deg);
    top: -7px
}

.header .header-menu ul .header-menu__submenu:after {
    transform: skewY(-3deg);
    bottom: -7px
}

.header .header-menu ul .header-menu__submenu > ul > li {
    display: block;
    height: auto;
    font-family: AvenirNextCyr-Regular;
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
    margin: 5px 0
}

.header .header-menu ul .header-menu__submenu > ul > li._active:before {
    display: none
}

.header .header-menu ul .header-menu__submenu > ul > li._active a {
    color: #9b1668;
    pointer-events: none
}

.header .header-menu ul .header-menu__submenu > ul > li a:hover {
    color: #9b1668
}

.header .header-search {
    position: relative;
    margin-top: -5px;
    z-index: 1
}

.header .header-search__btn {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #ff9311;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header .header-search__btn:hover {
    background-color: #461c1c
}

.header .header-search__btn svg {
    width: 12px;
    height: 11px
}

.header .header-search__btn svg use {
    fill: #fff
}

.header .header-search__outer {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    transition: width .4s ease;
    border-radius: 15px
}

.header .header-search__inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 27px;
    width: 100%;
    background-color: #f6ecea;
    padding: 4px 20px 5px 10px;
    border-radius: 15px
}

.header .header-search__input {
    border: none;
    background: transparent;
    max-width: 96%
}

.header .header-search__submit, .header .header-search button:focus {
    border: none;
    box-shadow: none;
    background: none;
    width: 12px;
    height: 12px
}

.header .header-search__submit {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 6px;
    padding: 0;
    cursor: pointer
}

.header .header-search__submit:hover svg use {
    fill: #fe910f
}

.header .header-search__submit svg {
    width: 12px;
    height: 11px
}

.header .header-search__submit svg use {
    transition: .2s;
    fill: #412021
}

.header .header-search__mob-close {
    background-color: #412021;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 10px;
    left: 22px
}

.header .header-search__mob-close svg {
    width: 11px;
    height: 10px
}

.header .header-search__mob-title {
    font-size: 18px;
    color: #683d3d;
    text-align: center
}

.header .header-search._opened .header-search__outer {
    width: 176px
}

.header .header-mob-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transform: translateY(calc(-100% - 18px));
    transition: .4s
}

.header .header-mob-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background: url(../images/mob_menu_shape.png) no-repeat bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -18px
}

.header .header-mob-menu ul {
    width: 100%
}

.header .header-mob-menu ul > li {
    text-align: center
}

.header .header-mob-menu ul > li:first-child {
    margin-top: 0
}

.header .header-mob-menu ul > li:last-child {
    margin-bottom: 0
}

.header .header-mob-menu ul > li a {
    display: inline-block;
    color: #412021;
    font-family: AvenirNextCyr-Demi;
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0
}

.header .header-mob-menu ul > li._active a {
    color: #ff9311
}

.header .header-mob-menu__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 35px 20px 15px
}

.header .header-mob-menu__btn {
    background-color: #5f4484;
    width: 27px;
    height: 27px
}

.header .header-mob-menu__btn svg {
    width: 13px;
    height: 9px
}

.header .header-mob-menu__close {
    background-color: #412021;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 10px;
    right: 22px
}

.header .header-mob-menu__close svg {
    width: 11px;
    height: 10px
}

.header .header-mob-menu__submenu {
    display: none
}

.header .header-mob-menu__submenu ul {
    padding: 5px
}

.header .header-mob-menu__submenu ul > li a {
    font-family: AvenirNextCyr-Regular;
    font-size: 14px;
    text-transform: none;
    margin: 5px 0
}

.header .header-mob-menu__submenu-title {
    display: inline-flex;
    align-items: center
}

.header .header-mob-menu__submenu-arrow {
    margin-left: 10px;
    transition: .2s
}

.header .header-mob-menu__submenu-arrow svg {
    width: 10px;
    height: 6px;
    margin-bottom: 2px
}

.header .header-mob-menu__submenu-arrow svg use {
    fill: #412021
}

.header .header-mob-menu__submenu-arrow._opened {
    transform: rotate(-180deg)
}

.header .header-mob-menu__socials .socials {
    margin-top: 15px;
    padding: 25px 0 0;
    position: relative
}

.header .header-mob-menu__socials .socials:before {
    content: "";
    width: 180px;
    margin-left: -90px;
    height: 1px;
    background-color: #f2e9e4;
    position: absolute;
    left: 50%;
    top: 0
}

.header .header-mob-menu__socials .socials__link {
    margin: 0 5px
}

.footer {
    background-color: #3f2e56;
    color: #fff;
    position: relative;
    z-index: 3
}

.footer:before {
    content: "";
    display: block;
    height: 22px;
    width: 100%;
    background: url(../images/footer_shape.png) repeat-x;
    position: absolute;
    top: -22px;
    left: 0
}

.footer__inner {
    padding: 30px 100px;
    display: flex
}

.footer__inner-left {
    width: 270px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer__inner-right {
    width: calc(100% - 320px)
}

.footer .footer-title {
    font-family: AvenirNextCyr-Demi;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.footer .footer-hotline__phone {
    display: block;
    font-family: AvenirNextCyr-Thin;
    font-size: 35px;
    transition: .2s
}

.footer .footer-hotline__phone:hover {
    opacity: .5
}

.footer .footer-hotline__phone a {
    color: #fff
}

.footer .copyright {
    color: hsla(0, 0%, 100%, .5)
}

.footer .copyright p {
    margin: 0
}

.footer .footer-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px 0 36px
}

.footer .footer-search__input {
    width: 100%;
    margin-right: 20px;
    background-color: #fff;
    height: 37px;
    border-radius: 30px;
    padding: 15px 25px;
    color: #595959;
    font-size: 14px
}

.footer .footer-search__mob-btn svg {
    width: 7px;
    height: 10px;
    margin: 2px 0 0 2px
}

.footer .footer-search__mob-btn svg use {
    fill: #412021
}

.footer .footer-menu {
    display: flex;
    justify-content: space-between
}

.footer .footer-menu__col {
    width: 25%;
    padding-right: 50px
}

.footer .footer-menu__col:last-child {
    padding-right: 0
}

.footer .footer-menu__col ul {
    padding: 0;
    margin: 0
}

.footer .footer-menu__col ul li {
    list-style: none;
    margin-bottom: 10px
}

.footer .footer-menu__col ul li:last-child {
    margin-bottom: 0
}

.footer .footer-menu__col ul li a {
    color: #fff;
    opacity: .5;
    transition: .2s
}

.footer .footer-menu__col ul li a:hover {
    opacity: 1
}

.footer .footer-menu__title {
    display: inline-flex
}

.footer .footer-menu__title .footer-title {
    margin-bottom: 20px
}

.footer .footer-menu__title a {
    color: #fff;
    transition: .2s
}

.footer .footer-menu__title a:hover {
    color: #ffba00
}

.footer .footer-menu__mob-arrow {
    margin-left: 8px
}

.footer .footer-menu__mob-arrow svg {
    width: 10px;
    height: 6px;
    margin-bottom: 3px;
    transition: .2s
}

.footer .footer-menu__mob-arrow svg use {
    fill: #fff
}

.footer .footer-menu__mob-arrow._opened svg {
    transform: rotate(180deg)
}

.footer .footer-dev {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -19px
}

.footer .footer-dev span {
    display: inline-block;
    color: hsla(0, 0%, 100%, .5)
}

.footer .footer-dev a {
    display: inline-block;
    height: 17px;
    margin-left: 8px;
    transition: .2s;
    opacity: 1
}

.footer .footer-dev a:hover {
    opacity: .5
}

.footer .footer-dev a svg {
    width: 67px;
    height: 17px
}

.socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    width: 28px;
    height: 28px;
    transition: .2s;
    border-radius: 50%
}

.socials__link._instagram svg {
    width: 14px;
    height: 14px
}

.socials__link._facebook svg {
    width: 9px;
    height: 18px
}

.socials__link._twitter svg {
    width: 16px;
    height: 13px
}

.header .socials {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .socials__link {
    margin-left: 8px
}

.header .socials__link:hover {
    background: #461c1c !important
}

.header .socials__link._instagram {
    background-image: linear-gradient(45deg, #f8d000, #f60202 46%, #ba1d5a 65%, #7e37b1)
}

.header .socials__link._facebook {
    background-color: #266be9
}

.header .socials__link._twitter {
    background-color: #0daedc
}

.footer .socials {
    margin: 20px 0;
    max-width: 230px;
    display: flex;
    flex-wrap: wrap
}

.footer .socials__link {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .4);
    width: 35px;
    height: 35px;
    transition: .2s;
    margin: 0 10px 10px 0
}

.footer .socials__link:hover {
    border-color: transparent
}

.footer .socials__link._instagram:hover {
    background-image: -ms-linear-gradient(45deg, #f8d000 0, #f60202 46%, #ba1d5a 65%, #7e37b1 100%)
}

.footer .socials__link._facebook:hover {
    background-color: #266be9
}

.footer .socials__link._twitter:hover {
    background-color: #0daedc
}

.heading {
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3
}

.heading h1 {
    text-align: center;
    color: #412021;
}

.heading__title {
    margin-top: 5px;
    position: relative;
    padding: 0 110px;
    line-height: 1.2
}

.heading .btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px
}

.breadcrumbs__list ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.breadcrumbs__list ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    list-style: none;
    font-size: 12px;
    line-height: 1
}

.breadcrumbs__list ul li:after {
    content: "";
    min-width: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #efd5a4;
    margin-left: 10px
}

.breadcrumbs__list ul li:last-child:after {
    display: none;
    margin-right: 0
}

.breadcrumbs__list ul li a {
    color: #412021;
    border-bottom: 1px solid transparent;
    transition: all .2s;
    line-height: 1.4
}

.breadcrumbs__list ul li a:hover {
    color: #d50057;
    border-bottom-color: #d50057
}

.breadcrumbs__list ul li span {
    color: rgba(65, 32, 33, .5)
}

.catalog-slider-wrap {
    position: relative;
    padding: 0 10px 15px;
    margin-top: -15px
}

.catalog-slider-wrap .color-slide {
    width: 70px;
    height: 302px;
    position: absolute;
    top: 50%;
    margin-top: -151px
}

.catalog-slider-wrap .color-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.catalog-slider-wrap .color-slide._left {
    left: 0
}

.catalog-slider-wrap .color-slide._left:before {
    background: url(../images/catalog_shape_left.png);
    left: 0
}

.catalog-slider-wrap .color-slide._right {
    right: 0
}

.catalog-slider-wrap .color-slide._right:before {
    background: url(../images/catalog_shape_right.png);
    right: 0
}

.catalog-slider {
    position: relative;
    max-width: 1022px;
    width: 100%;
    margin: 0 auto
}

.catalog-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0
}

.catalog-slider__wrapper {
    position: relative;
    width: 100%;
    height: 517px;
    z-index: 1;
    display: flex
}

.catalog-slider__slide {
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

.catalog-slider__slide._dark .catalog-slide {
    color: #412021
}

.catalog-slider__slide._dark .catalog-slide .catalog-slide__button-mob svg {
    fill: #412021
}

.catalog-slider__slide._dark .btn.btn-white {
    border-color: #412021;
    color: #412021
}

.catalog-slider__slide._dark .btn.btn-white:hover {
    background-color: #412021;
    color: #fff
}

.catalog-slider__slide.swiper-slide-active {
    z-index: 2
}

.catalog-slider__btn-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 1
}

.catalog-slider__btn-wrap._prev {
    left: -100px;
    justify-content: flex-end
}

.catalog-slider__btn-wrap._next {
    right: -100px;
    justify-content: flex-start
}

.catalog-slider__btn-wrap:hover .btn-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.catalog-slider .btn-text {
    width: 100px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s
}

.catalog-slider .btn-text a {
    color: #412021;
    transition: .2s
}

.catalog-slider .btn-text a:hover {
    color: #d50057;
    text-decoration: underline
}

.catalog-slider__btn-prev-text {
    margin-right: 10px;
    text-align: right
}

.catalog-slider__btn-next-text {
    margin-left: 10px
}

.catalog-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 63px;
    width: 63px;
    height: 63px;
    background-color: #ff9311;
    transition: .2s;
    cursor: pointer;
    border-radius: 50%
}

.catalog-slider__btn:hover {
    background-color: #461c1c
}

.catalog-slider__btn svg {
    width: 12px;
    height: 17px
}

.catalog-slider__btn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.catalog-slider .catalog-slide {
    color: #fff;
    width: 100%;
    min-height: 480px;
    position: relative;
    padding: 25px 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    z-index: 1
}

.catalog-slider .catalog-slide__mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.catalog-slider .catalog-slide__mask:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/catalog-mask.png) no-repeat top;
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.catalog-slider .catalog-slide__title {
    font-family: AvenirNextCyr-Bold;
    font-size: 55px
}

.catalog-slider .catalog-slide__subtitle {
    font-size: 24px;
    font-family: AvenirNextCyr-Demi
}

.catalog-slider .catalog-slide__button {
    margin: 15px
}

.catalog-slider .catalog-slide__button-mob, .catalog-slider .catalog-slide__button > span {
    display: none
}

.catalog-slider .catalog-slide__product {
    width: 390px;
    height: 330px;
    margin: 10px auto;
    position: relative;
    z-index: 1
}

.catalog-slider .catalog-slide__product img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.catalog-slider .catalog-slide__product-description {
    /*position: relative;*/
    z-index: 1
}

.catalog-slider .catalog-slide__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end
}

.catalog-slider .catalog-slide__bg picture {
    width: 100%;
    height: 100%
}

.catalog-slider .catalog-slide__bg img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.catalog-slider .catalog-slide__mob-image {
    display: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 100%
}

.catalog-slider .catalog-slide__mob-image img {
    width: 100%;
    height: 100%
}

.catalog-slider .catalog-slide img {
    object-position: center;
    object-fit: contain
}

.catalog-slider._single .catalog-slider__btn {
    display: none
}

.catalog-slider._single .btn-text {
    opacity: 1;
    visibility: visible;
    transform: none
}

.catalog-tabs .catalog-tab {
    padding-bottom: 60px
}

.catalog-tab-slider-wrap {
    position: relative
}

.catalog-tab-slider-wrap:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #d1cacb;
    top: 50%;
    left: 0
}

.catalog-tab-slider-wrap._disabled .catalog-tab-slider__btn, .catalog-tab-slider-wrap._disabled:before {
    display: none
}

.catalog-tab-slider-wrap._disabled .catalog-tab-slider__wrapper {
    justify-content: center
}

.catalog-tab-slider-wrap._disabled .catalog-tab-slider__slide {
    margin: 0 35px
}

.catalog-tab-slider {
    padding: 0 90px;
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
    background-color: #fff
}

.catalog-tab-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0
}

.catalog-tab-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.catalog-tab-slider__slide {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.catalog-tab-slider__slide .slide-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.catalog-tab-slider__slide .slide-product__image {
    width: 180px;
    height: 180px;
    position: relative;
    display: block
}

/* .catalog-tab-slider__slide .slide-product__image:hover .slide-product__image-mask {
    opacity: 1
}

.catalog-tab-slider__slide .slide-product__image-mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s
}

.catalog-tab-slider__slide .slide-product__image-mask:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/catalog-tab-mask.png) no-repeat top;
    background-size: 100% 100%
} */

.catalog-tab-slider__slide .slide-product__image-wrap {
    display: block;
    position: relative;
    z-index: 1
}

.catalog-tab-slider__slide .slide-product__title {
    transition: .2s;
    color: #412021
}

.catalog-tab-slider__slide .slide-product__title:hover {
    color: #683d3d
}

.catalog-tab-slider__slide._active .slide-product__image .slide-product__image-mask {
    opacity: 1
}

.catalog-tab-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: transparent;
    transition: .2s;
    cursor: pointer;
    border: 1px solid #d1cacb;
    border-radius: 50%;
    top: 50%;
    margin-top: -22px;
    position: absolute
}

.catalog-tab-slider__btn svg {
    transition: .2s;
    fill: #461c1c;
    width: 11px;
    height: 17px
}

.catalog-tab-slider__btn._prev {
    left: 0
}

.catalog-tab-slider__btn._prev svg {
    transform: rotate(180deg)
}

.catalog-tab-slider__btn._next {
    right: 0
}

.catalog-tab-slider__btn:hover {
    background-color: #461c1c;
    border-color: #461c1c
}

.catalog-tab-slider__btn:hover svg {
    fill: #fff
}

.catalog-tab-slider__btn.swiper-button-disabled {
    opacity: .6;
    pointer-events: none
}

.catalog-tab-slider__pagination {
    margin-top: 25px;
    display: flex;
    align-items: center;
    display: none
}

.catalog-tab-slider__pagination-item {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bdbdbd;
    display: inline-block;
    transition: .2s;
    margin: 0 3px;
    cursor: pointer
}

.catalog-tab-slider__pagination-item._active {
    background-color: #ff8b00
}

.catalog-tab-slider-wrap._no-slider:before {
    display: none
}

.catalog-tab-slider-wrap._no-slider .catalog-tab-slider__wrapper {
    transform: none !important;
    justify-content: center
}

.catalog-tab-slider-wrap._no-slider .catalog-tab-slider__btn {
    display: none
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover;
    background-position: 50%
}

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product-block {
    position: relative;
    width: 100%;
    margin: 0 0 40px
}

.product-block__inner {
    position: relative;
    max-width: 1320px;
    min-height: 720px;
    margin: 0 auto
}

.product-block__inner._dark .product__text {
    color: #412021
}

.product-block__inner._dark .scroll-icon {
    background-position: bottom
}

.product-block__mask {
    right: 0;
    bottom: 0;
    z-index: 1
}

.product-block__mask, .product-block__mask:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.product-block__mask:before {
    content: "";
    display: block;
    background: url(../images/card-product-mask.png) no-repeat top;
    background-size: 100% 100%
}

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

.product-block__bg img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.product-block .product {
    padding: 100px 100px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -50px
}

.product-block .product__text {
    color: #fff;
    max-width: 520px;
    text-align: center;
    min-height: 90px
}

.product-block .product__image {
    width: 404px;
    height: 404px;
    margin-top: 40px;
    position: relative
}

.product-block .product__image img, .product-block .product__image picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom
}

.product-block .product__image-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.product-block .product__image-dynamic {
    position: absolute;
    top: 0;
    left: 0
}

.product-block .product__fresh-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    right: -16px;
    top: -30px
}

.product-block .product__fresh-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-block .scroll-icon {
    width: 60px;
    height: 60px;
    background: url(../images/scroll-icon.png) no-repeat top;
    background-size: cover;
    margin: 20px auto
}

.product-block .product-image-slider {
    width: 100%;
    max-width: 320px;
    height: 429px;
    position: relative;
    margin: 25px auto
}

.product-block .product-image-slider__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.product-block .product-image-slider__bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/card-product-mask-mob.png) no-repeat top;
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.product-block .product-image-slider__bg img, .product-block .product-image-slider__bg picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1
}

.product-block .product-image-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-block .product-image-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.product-block .product-image-slider__slide {
    flex-shrink: 0;
    height: 220px;
    margin: 110px 0 50px;
    text-align: center
}

.product-block .product-image-slider__slide img, .product-block .product-image-slider__slide picture {
    width: 220px;
    height: 220px;
    object-fit: contain
}

.product-block .product-image-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: -18px
}

.product-block .product-image-slider__pagination-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    margin: 0 5px;
    cursor: pointer;
    transition: .2s
}

.product-block .product-image-slider__pagination-item._active {
    background-color: #fff
}

.product-block .product-image-slider__btn {
    position: absolute;
    top: 200px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: 35px;
    height: 35px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .2s;
    background-color: #ff8b00
}

.product-block .product-image-slider__btn svg {
    width: 11px;
    height: 17px;
    transform: scale(.6);
    transition: .2s;
    fill: #fff
}

.product-block .product-image-slider__btn._prev {
    left: 0
}

.product-block .product-image-slider__btn._prev svg {
    transform: scale(.6) rotate(180deg)
}

.product-block .product-image-slider__btn._next {
    right: 0
}

.product-block .product-image-slider__btn:hover {
    background-color: #461c1c
}

.product-block__animated-product-wrap {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 425px;
    height: 425px
}

.product-block__animated-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 425px;
    height: 930px
}

.product-block__animated-product-img-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 100px);
    left: 0;
    width: 425px;
    height: 425px;
    transition: opacity .1s
}

.product-block__animated-product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s;
    text-align: center
}

.product-block__animated-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-details {
    padding: 40px 0 60px;
    color: #412021
}

.product-details__inner {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.product-details__title {
    font-family: AvenirNextCyr-Demi;
    font-size: 20px;
    text-align: center;
    line-height: 1.2
}

.product-details__weight {
    text-align: center;
    margin-top: 5px
}

.product-details__left, .product-details__right {
    max-width: 288px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-details .product-image {
    width: 460px;
    height: 360px;
    margin-top: 30px
}

.product-details .product-image img, .product-details .product-image picture {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-details .product-detail {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.product-details .product-detail__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #412021;
    width: 100%;
    margin: 17px 0
}

.product-details .product-detail__item:last-child {
    margin-bottom: 0
}

.product-details .product-detail__item-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-bottom: 10px
}

.product-details .product-detail__item-icon._therm {
    background: url(../images/therm-icon.png) no-repeat
}

.product-details .product-detail__item-icon._date {
    background: url(../images/calend-icon.png) no-repeat
}

.product-details .product-detail__item-subtitle {
    margin-top: 10px;
    font-family: AvenirNextCyr-Demi;
    font-size: 20px;
    white-space: nowrap
}

.product-details .detail-square {
    width: 84px;
    color: #412021;
    text-align: center;
    margin: 0 50px 30px 0
}

.product-details .detail-square:nth-child(2n) {
    margin-right: 0
}

.product-details .detail-square__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 84px;
    width: 84px;
    height: 84px;
    background: url(../images/detail-square.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 20px
}

.product-details .detail-square__weight {
    font-size: 11px;
    opacity: .5
}

.product-details .detail-square__num {
    font-family: AvenirNextCyr-Demi;
    font-size: 20px
}

.product-details .detail-square__title {
    text-align: center;
    color: #412021;
    margin: 5px 0
}

.features {
    padding: 50px 0 0
}

.features .features-slider {
    padding: 0;
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

.features .features-slider:before {
    content: "";
    max-width: 1126px;
    height: 171px;
    width: 100%;
    background: url(../images/features-arrow.png) no-repeat 100%;
    background-size: contain;
    display: block;
    position: absolute;
    top: 58px;
    right: -20px
}

.features .features-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0
}

.features .features-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.features .features-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    width: 270px;
    position: relative;
    z-index: 1
}

.features .features-slider__slide-title {
    font-family: AvenirNextCyr-Demi;
    font-size: 30px;
    color: #412021;
    margin-bottom: 5px
}

.features .features-slider__slide-description {
    color: #595959
}

.features .features-slider__slide-image {
    width: 270px;
    height: 270px
}

.features .features-slider__slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.features .features-slider__pagination {
    padding: 25px 0 15px;
    display: none;
    justify-content: center;
    align-items: center
}

.features .features-slider__pagination-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #bdbdbd;
    margin: 0 3px;
    cursor: pointer;
    transition: .2s
}

.features .features-slider__pagination-item._active {
    background-color: #ff8b00
}

.features.skew-block-wrap._bottom-skew .skew-block {
    padding: 20px 50px;
    background: #f6f3f2;
    margin-bottom: 75px
}

.features.skew-block-wrap._bottom-skew .skew-block:after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: -9%;
    background-color: #f6f3f2;
    display: block;
    transform: skewY(-2.3deg)
}

.features.skew-block-wrap._bottom-skew .skew-block__title {
    color: #ded8d6;
    text-align: center;
    line-height: .6;
    margin-bottom: 23px;
    padding-left: 25%
}

.features.skew-block-wrap._bottom-skew .skew-block__subtitle {
    color: #412021;
    text-align: center;
    line-height: .5
}

.features .skew-block {
    padding: 20px 50px 60px;
    background: linear-gradient(180deg, #f6f3f2 50%, #fff);
    margin-top: 90px;
}

.features .skew-block:before {
    content: "";
    width: 100%;
    height: 22%;
    position: absolute;
    left: 0;
    top: -11%;
    background-color: #f6f3f2;
    display: block;
    transform: skewY(3deg)
}

.features .skew-block__title {
    color: #e9e0dd;
    text-align: left;
    line-height: .6;
    margin-bottom: 42px;
    padding-left: 20%
}

.features .skew-block__subtitle {
    color: #412021;
    text-align: center;
    line-height: .5;
    padding-left: 28%
    padding-bottom: 100px;
    
    
}

.recommends {
    padding: 40px 0 0
}

.recommends .skew-block {
    background-color: #e9e5ef
}

.recommends .skew-block:before {
    content: "";
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    top: -12%;
    background-color: #e9e5ef;
    display: block;
    transform: skewY(2.3deg)
}

.recommends .skew-block__title {
    color: #bbafca;
    text-align: center;
    margin-bottom: 24px;
    padding-left: 28%
}

.recommends .skew-block__subtitle {
    color: #412021;
    text-align: left;
    padding-left: 22%
}

.product-slider {
    padding: 0 90px;
    position: relative;
    max-width: 1110px;
    margin: 0 auto
}

.product-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.product-slider__slide {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-slider__slide .slide-product {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-slider__slide .slide-product__image {
    width: 180px;
    height: 180px;
    position: relative;
    display: block
}

.product-slider__slide .slide-product__image:hover .slide-product__image-mask {
    opacity: 1
}

.product-slider__slide .slide-product__image-mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s
}

.product-slider__slide .slide-product__image-mask:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/product-slider-mask.png) no-repeat top;
    background-size: 100% 100%
}

.product-slider__slide .slide-product__image-wrap {
    display: block;
    position: relative;
    z-index: 1
}

.product-slider__slide .slide-product__title {
    transition: .2s;
    color: #412021
}

.product-slider__slide .slide-product__title:hover {
    color: #683d3d
}

.product-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: transparent;
    transition: .2s;
    cursor: pointer;
    border: 1px solid #d1cacb;
    border-radius: 50%;
    top: 50%;
    margin-top: -22px;
    position: absolute
}

.product-slider__btn svg {
    transition: .2s;
    fill: #461c1c;
    width: 11px;
    height: 17px
}

.product-slider__btn._prev {
    left: 0
}

.product-slider__btn._prev svg {
    transform: rotate(180deg)
}

.product-slider__btn._next {
    right: 0
}

.product-slider__btn:hover {
    background-color: #461c1c;
    border-color: #461c1c
}

.product-slider__btn:hover svg {
    fill: #fff
}

.product-slider__pagination {
    margin-top: 25px;
    display: flex;
    align-items: center;
    display: none
}

.product-slider__pagination-item {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bdbdbd;
    display: inline-block;
    transition: .2s;
    margin: 0 3px;
    cursor: pointer
}

.product-slider__pagination-item._active {
    background-color: #ff8b00
}

.article__image {
    min-height: 332px;
    max-width: 1317px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 30px
}

.article__image img {
    width: 100%
}

.text-block {
    padding: 20px 0
}

.text-block__date {
    color: #9b1668
}

.text p, .text ul {
    margin: 10px 0
}

.text img {
    width: fit-content;
}

@media (min-width: 768px) {
    .text img.aligncenter {
        display: block;
        margin: 0 auto;
    }

    .text img.alignright {
        float: right;
    }

    .text img.alignleft {
        float: left;
    }
}

.text ul {
    padding: 0 0 0 20px
}

.text ul li {
    position: relative;
    padding-left: 15px;
    line-height: 24px
}

.text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d50057;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px
}

.text img {
    max-width: 100%
}

.text img._right {
    float: right
}

.text img._left {
    float: left
}

.gallery {
    padding: 40px 0 0
}

.gallery .skew-block {
    background-color: #e9e5ef
}

.gallery .skew-block:before {
    content: "";
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    top: -12%;
    background-color: #e9e5ef;
    display: block;
    transform: skewY(2.3deg)
}

.gallery .skew-block__title {
    color: #bbafca;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 27%
}

.gallery .skew-block__subtitle {
    color: #412021;
    text-align: center;
    padding-bottom: 20px;
}

.gallery__inner.skew-block {
    padding: 60px 0 60px 100px;
    margin-top: 90px;
}

.gallery .gallery-slider {
    position: relative;
    max-width: 100%;
    margin: 0
}

.gallery .gallery-slider__container {
    position: relative;
    overflow: hidden;
    padding: 0 0 20px
}

.gallery .gallery-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.gallery .gallery-slider__slide {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 238px;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden
}

.gallery .gallery-slider__slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

.gallery .gallery-slider__slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery .gallery-slider__btn {
    display: inline-flex;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .2s;
    background-color: #461c1c
}

.gallery .gallery-slider__btn svg {
    width: 11px;
    height: 17px;
    transform: scale(.9);
    transition: .2s;
    fill: #e9e5ef
}

.gallery .gallery-slider__btn._prev {
    left: 0
}

.gallery .gallery-slider__btn._prev svg {
    transform: scale(.9) rotate(180deg)
}

.gallery .gallery-slider__btn._next {
    right: 0
}

.gallery .gallery-slider__btn:hover {
    background-color: #ff8b00
}

.gallery .gallery-slider__pagination {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.gallery .gallery-slider__pagination-item {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bdbdbd;
    display: inline-block;
    transition: .2s;
    margin: 0 3px;
    cursor: pointer
}

.gallery .gallery-slider__pagination-item._active {
    background-color: #ff8b00
}

.fullscreen {
    margin: -78px 0 80px;
    padding: 0 0 50px;
    overflow: initial
}

.fullscreen__slide {
    position: relative;
    height: 100vh;
    min-height: 900px
}

.fullscreen__slide:nth-child(odd) .fullscreen__slide-layout {
    width: 100%;
    max-width: 55%;
    transform: skewX(45deg);
    height: 100%
}

.fullscreen__slide:nth-child(odd) .fullscreen__slide-layout:before {
    content: "";
    display: block;
    position: absolute;
    right: 90%;
    bottom: 0;
    width: 400px;
    height: 50%;
    margin-left: -200px;
    transform: skewX(-45deg);
    background-color: inherit
}

.fullscreen__slide:nth-child(odd) .fullscreen__slide-parallax {
    z-index: 2;
    top: auto;
    bottom: 0
}

.fullscreen__slide:nth-child(odd) .fullscreen__slide-parallax img, .fullscreen__slide:nth-child(odd) .fullscreen__slide-parallax picture {
    object-position: left bottom
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-layout {
    left: auto;
    right: -10%;
    width: 100%;
    max-width: 55%;
    transform: skewX(-45deg);
    height: 100%
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-layout:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 400px;
    height: 50%;
    transform: skewX(45deg);
    margin-left: -200px;
    background-color: inherit
}

.fullscreen__slide img, .fullscreen__slide picture {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.fullscreen__slide-bg, .fullscreen__slide-image, .fullscreen__slide-layout, .fullscreen__slide-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fullscreen__slide-bg img, .fullscreen__slide-bg picture {
    object-fit: cover
}

.fullscreen__slide-parallax {
    z-index: 2;
    top: auto;
    bottom: 0
}

.fullscreen__slide-parallax img, .fullscreen__slide-parallax picture {
    height: 100%
}

.fullscreen__slide-image {
    z-index: 2
}

.fullscreen__slide-line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    min-height: 190px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.fullscreen__slide-line:before {
    top: -38px;
    height: 78px;
    transform: skewY(-2.3deg)
}

.fullscreen__slide-line:after, .fullscreen__slide-line:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    background-color: inherit
}

.fullscreen__slide-line:after {
    bottom: -24px;
    height: 50px;
    transform: skewY(1.4deg)
}

.fullscreen__slide-line-text {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 3;
    width: 55%;
    color: #fff;
    text-align: right;
    padding-right: 100px
}

.fullscreen__slide-line-text .subtitle {
    font-family: AvenirNextCyr-Demi;
    font-size: 13px;
    text-transform: uppercase
}

.fullscreen__slide-line-text .title {
    margin-bottom: 10px;
    font-family: AvenirNextCyr-Bold;
    font-size: 43px;
    line-height: 1
}

.fullscreen__slide-line-text .title .title-link-mob {
    display: none;
    margin-left: 10px
}

.fullscreen__slide-line-text .title .title-link-mob svg {
    width: 11px;
    height: 17px;
    fill: #fff;
    transform: scale(.7);
    transform-origin: bottom;
    margin-top: -2px
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-line:before {
    top: -38px;
    height: 78px;
    transform: skewY(2.3deg)
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-line:after {
    bottom: -24px;
    height: 50px;
    transform: skewY(-1.4deg)
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-line-right {
    padding-left: 100px
}

.fullscreen__slide:nth-child(2n) .fullscreen__slide-line .fullscreen__product {
    top: -186px;
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -245px
}

.fullscreen__product {
    position: absolute;
    top: -215px;
    left: 50%;
    margin-left: -245px;
    max-width: 540px;
    width: 100%;
    height: 343px
}

.fullscreen__product img, .fullscreen__product picture {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.products {
    padding: 10px 0
}

.products__heading {
    margin-bottom: 80px
}

.products__subtitle {
    font-family: AvenirNextCyr-Bold;
    color: #412021;
    font-size: 48px;
    line-height: .6;
    padding-left: 33%
    
}

.products__title {
    font-family: AvenirNextCyr-Bold;
    color: #d39aba;
    font-size: 148px;
    line-height: .5;
    padding-left: 7%
}

.products__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.products .product-item {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%
}

.products .product-item__title {
    line-height: 1;
    margin: 5px 0 15px
}

.products .product-item:first-child {
    max-width: 613px;
    height: 383px;
    z-index: 3;
    margin: 0 0 0 -80px
}

.products .product-item:first-child .product-item__title {
    font-size: 60px
}

.products .product-item:first-child .product-item__image {
    width: 321px;
    height: 233px
}

.products .product-item:first-child .product-item__inner {
    padding: 80px 114px
}

.products .product-item:first-child .product-item__link-icon {
    left: 118px;
    bottom: 62px
}

.products .product-item:first-child .product-item__parallax {
    width: 343px;
    height: 182px;
    right: 35px;
    top: -20px
}

.products .product-item:nth-child(2) {
    max-width: 430px;
    height: 280px;
    margin: -45px 0 0 38px;
    z-index: 2
}

.products .product-item:nth-child(2) .product-item__title {
    font-size: 30px
}

.products .product-item:nth-child(2) .product-item__image {
    width: 293px;
    height: 232px
}

.products .product-item:nth-child(2) .product-item__inner {
    padding: 58px 40px
}

.products .product-item:nth-child(2) .product-item__link-icon {
    left: 38px;
    bottom: 75px
}

.products .product-item:nth-child(2) .product-item__parallax {
    width: 106px;
    height: 103px;
    right: 40px;
    top: -50px;
    z-index: -1
}

.products .product-item:nth-child(3) {
    max-width: 456px;
    height: 265px;
    margin: 25px -82px 10px 165px;
    z-index: 1
}

.products .product-item:nth-child(3) .product-item__title {
    font-size: 30px
}

.products .product-item:nth-child(3) .product-item__image {
    width: 293px;
    height: 232px
}

.products .product-item:nth-child(3) .product-item__inner {
    padding: 58px 70px
}

.products .product-item:nth-child(3) .product-item__link-icon {
    left: 70px;
    bottom: 42px
}

.products .product-item:nth-child(3) .product-item__parallax {
    width: 457px;
    height: 103px;
    bottom: 90px;
    left: -62px
}

.products .product-item:nth-child(4) {
    max-width: 643px;
    height: 392px;
    margin: -170px 0 0 -17px
}

.products .product-item:nth-child(4) .product-item__title {
    font-size: 40px
}

.products .product-item:nth-child(4) .product-item__image {
    width: 293px;
    height: 232px
}

.products .product-item:nth-child(4) .product-item__inner {
    padding: 45px 110px
}

.products .product-item:nth-child(4) .product-item__link-icon {
    left: 110px;
    bottom: 100px
}

.products .product-item:nth-child(4) .product-item__parallax {
    width: 386px;
    height: 413px;
    bottom: -105px;
    right: 72px
}

.products .product-item:nth-child(5) {
    max-width: 613px;
    height: 383px;
    z-index: 3;
    margin: -15px 0 0 -80px
}

.products .product-item:nth-child(5) .product-item__title {
    font-size: 60px
}

.products .product-item:nth-child(5) .product-item__image {
    width: 321px;
    height: 233px
}

.products .product-item:nth-child(5) .product-item__inner {
    padding: 80px 114px
}

.products .product-item:nth-child(5) .product-item__link-icon {
    left: 118px;
    bottom: 62px
}

.products .product-item:nth-child(5) .product-item__parallax {
    width: 343px;
    height: 182px;
    right: 35px;
    top: -20px
}

.products .product-item:nth-child(6) {
    max-width: 430px;
    height: 280px;
    margin: -45px 0 0 38px;
    z-index: 2
}

.products .product-item:nth-child(6) .product-item__title {
    font-size: 30px
}

.products .product-item:nth-child(6) .product-item__image {
    width: 293px;
    height: 232px
}

.products .product-item:nth-child(6) .product-item__inner {
    padding: 58px 40px
}

.products .product-item:nth-child(6) .product-item__link-icon {
    left: 38px;
    bottom: 75px
}

.products .product-item:nth-child(6) .product-item__parallax {
    width: 106px;
    height: 103px;
    right: 40px;
    top: -50px;
    z-index: -1
}

.products .product-item__parallax {
    position: absolute;
    display: block
}

.products .product-item__subtitle, .products .product-item__title {
    font-family: AvenirNextCyr-Demi;
    display: block
}

.products .product-item__subtitle {
    text-transform: uppercase;
    font-size: 13px
}

.products .product-item__link-icon {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff
}

.products .product-item__link-icon svg {
    width: 11px;
    height: 17px;
    fill: #fff;
    transform: scale(.7)
}

.products .product-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.products .product-item__bg img, .products .product-item__bg picture {
    width: 100%;
    height: 100%
}

.products .product-item__mask {
    display: block;
    width: 100%;
    height: 100%
}

.products .product-item__mask > img, .products .product-item__mask > picture {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.products .product-item__inner {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%
}

.products .product-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block
}

.products .product-item__image img, .products .product-item__image picture {
    object-fit: contain
}

.products._odd .product-item:nth-child(5) {
    margin: -90px 0 0 330px;
    z-index: 0
}

.advantages {
    margin: 0 0 100px
}

.advantages__heading {
    margin-bottom: 40px
}

.advantages__subtitle {
    font-family: AvenirNextCyr-Bold;
    color: #412021;
    font-size: 48px
}

.advantages__title {
    font-family: AvenirNextCyr-Bold;
    text-transform: uppercase;
    color: #d9e0bc;
    font-size: 148px;
    line-height: .7;
    padding-left: 6%
}

.advantages__outer {
    position: relative;
    background-color: #f6ebe9;
    padding: 40px 0
}

.advantages__outer:before {
    height: 19%;
    top: -7%;
    transform: skewY(1.3deg)
}

.advantages__outer:after, .advantages__outer:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-color: inherit;
    display: block
}

.advantages__outer:after {
    height: 26%;
    bottom: -12%;
    transform: skewY(-2.3deg)
}

.advantages__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.advantages-slider-main__container {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 485px
}

.advantages-slider-main__wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center
}

.advantages-slider-main__slide {
    flex-shrink: 0
}

.advantages-slider-main__slide-inner .btn {
    margin-top: 20px
}

.advantages-slider-main__slide .title {
    font-family: AvenirNextCyr-Demi;
    font-size: 30px;
    margin-bottom: 5px
}

.advantages-slider-main__navigation {
    display: flex;
    margin-bottom: 20px
}

.advantages-slider-main__btn {
    display: inline-flex;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .2s;
    background-color: #97b811
}

.advantages-slider-main__btn svg {
    width: 11px;
    height: 17px;
    transform: scale(.7);
    transition: .2s;
    fill: #f6ebe9
}

.advantages-slider-main__btn._prev {
    left: 0
}

.advantages-slider-main__btn._prev svg {
    transform: scale(.7) rotate(180deg)
}

.advantages-slider-main__btn._next {
    right: 0
}

.advantages-slider-main__btn:hover {
    background-color: #ff8b00
}

.advantages-slider-main__pagination {
    margin-left: 10px;
    display: flex;
    align-items: center
}

.advantages-slider-main__pagination-item {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bdbdbd;
    display: inline-block;
    transition: .2s;
    margin: 0 3px;
    cursor: pointer
}

.advantages-slider-main__pagination-item._active {
    background-color: #ff8b00
}

.advantages-slider-media {
    position: relative;
    z-index: 1;
    margin: -100px 0;
    -webkit-mask-image: url(../images/video-mask.svg);
    mask-image: url(../images/video-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%
}

.advantages-slider-media__container {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 637px;
    height: 463px;
}

.advantages-slider-media__wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex
}

.advantages-slider-media__slide {
    position: relative;
    flex-shrink: 0;
    width: 637px;
    height: 463px;
}

.advantages-slider-media__slide-media {
    width: 100%;
    height: 100%;
}

.advantages-slider-media__slide-media iframe, .advantages-slider-media__slide-media img, .advantages-slider-media__slide-media picture, .advantages-slider-media__slide-media video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}

.advantages-slider-media__slide-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 94px;
    height: 94px;
    margin: -47px 0 0 -47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #be0d6b;
    cursor: pointer
}

.advantages-slider-media__slide-play svg {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    fill: #fff
}

/* .insta-gallery {
    padding: 30px 0 0
} */

.insta-gallery-slider__container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0
}

.insta-gallery-slider__wrapper {
    transition-timing-function: linear;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
}

.insta-gallery-slider__slide {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px !important;
    height: 250px
}

.insta-gallery-slider__slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/inst-gallery-mask.png) no-repeat;
    background-size: 100% 100%
}

.insta-gallery-slider__slide img, .insta-gallery-slider__slide picture {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.insta-gallery__heading {
    /* padding-top: 70px; */
    margin-bottom: -17px;
    text-align: center
}

.insta-gallery__heading a {
    display: inline-block;
    margin-right: 12px
}

.insta-gallery__heading a:not(.btn) {
    color: #683d3d;
    text-decoration: none
}

.insta-gallery__heading-subtitle {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    font-family: AvenirNextCyr-Demi;
    font-size: 30px;
    color: #683d3d;
    position: relative;
    padding-right: 27%
}

.insta-gallery__heading-title {
    font-family: AvenirNextCyr-Bold;
    font-size: 148px;
    color: #baafca;
    text-transform: uppercase;
    line-height: .6;
    margin-top: 22px;
    padding-left: 20%
}

.insta-gallery__heading-icon {
    width: 40px;
    height: 40px;
    margin: 0 15px
}

.insta-gallery__heading-icon img, .insta-gallery__heading-icon picture, .insta-gallery__heading-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.insta-gallery__heading._mob {
    display: none
}

@media (min-width: 768px) {
    .features .features-slider__wrapper {
        transform: none !important
    }
}

@media (min-width: 922px) {
    .product-slider._no-slider .product-slider__wrapper {
        transform: none !important;
        justify-content: center
    }

    .product-slider._no-slider .product-slider__btn, .product-slider._no-slider .product-slider__slide.swiper-slide-duplicate {
        display: none
    }
}

@media (min-width: 922px) {
    .fullscreen__slide-line-text {
        width: 45%;
    }
    .fullscreen__slide-line-text .title {
        font-size: 50px;
    }
}

@media (min-width: 1024px) {
    .catalog-tab-slider__slide {
        width: 25% !important
    }
}

@media (min-width: 1920px) {
    html {
        background-color: #faf6f5
    }

    .fullscreen__slide-line:before{
        top: -25px !important;
    }
    .fullscreen__slide-line:after{
        bottom: -18px !important;
    }

    /* html body {
        max-width: 1920px;
        margin: 0 auto
    } */
}

@media (max-width: 1500px) {
    .catalog-slider {
        max-width: 1022px
    }

    .catalog-slider__wrapper {
        height: 517px !important
    }

    .catalog-slider .catalog-slide__product {
        width: 288px;
        height: 244px
    }

    .catalog-slider__btn-wrap._prev {
        left: -110px
    }

    .catalog-slider__btn-wrap._next {
        right: -110px
    }
}

@media (max-width: 1366px) {
    .catalog-slider {
        max-width: 948px
    }

    .catalog-slider__wrapper {
        height: 480px !important
    }

    .product-block {
        padding: 0 30px
    }

    .fullscreen {
        margin: -78px 0 80px
    }

    .fullscreen__slide {
        min-height: auto
    }
}

@media (max-width: 1280px) {
    .color-slide {
        display: none
    }

    .article__image {
        min-height: auto
    }

    .article .text-block {
        padding: 0 50px
    }
}

@media (max-width: 1279px) {
    .products__inner {
        padding: 0
    }

    .products .product-item:first-child, .products .product-item:nth-child(4), .products .product-item:nth-child(5) {
        width: 430px;
        height: 280px
    }

    .products .product-item:first-child .product-item__title, .products .product-item:nth-child(4) .product-item__title, .products .product-item:nth-child(5) .product-item__title {
        font-size: 30px
    }

    .products .product-item:first-child, .products .product-item:nth-child(5) {
        margin: 0 0 0 10px
    }

    .products .product-item:first-child .product-item__inner, .products .product-item:nth-child(5) .product-item__inner {
        padding: 65px 50px 30px
    }

    .products .product-item:first-child .product-item__link-icon, .products .product-item:nth-child(5) .product-item__link-icon {
        left: 60px
    }

    .products .product-item:nth-child(2), .products .product-item:nth-child(6) {
        margin: -30px 0 0 30px
    }

    .products .product-item:nth-child(3) {
        margin: 15px -46px 0 0
    }

    .products .product-item:nth-child(4) {
        margin: -25px 0 0 30px
    }

    .products .product-item:nth-child(4) .product-item__inner {
        padding: 25px 40px
    }

    .products .product-item:nth-child(4) .product-item__link-icon {
        left: 50px
    }

    .products._odd .product-item:nth-child(5) {
        margin: -40px 0 0 330px
    }

    .advantages-slider-main {
        padding-left: 20px
    }

    .advantages-slider-media {
        max-width: 400px;
        margin: -100px auto -180px
    }
}

@media (max-width: 1023px) {
    .main-layout {
        padding: 55px 0;
    }

    .sm-none {
        display: none !important
    }

    .sm-block {
        display: block !important
    }

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

    .skew-block__title {
        font-size: 100px;
        padding: 0 20px
    }

    .skew-block__subtitle {
        font-size: 36px;
        padding: 0 20px
    }

    .header__inner {
        height: 55px;
        padding: 0 30px 6px;
        background: url(../images/menu-head.png) no-repeat top;
        background-size: 100% 100%
    }

    .header__inner-right {
        justify-content: flex-end
    }

    .header .header-logo {
        min-width: 95px;
        width: 95px;
        height: 38px;
        margin-top: 3px
    }

    .header .header-search {
        margin-top: 0
    }

    .header .header-search__outer {
        width: 100% !important;
        padding: 20px;
        background-color: #fff;
        position: fixed;
        border-radius: 0;
        left: 0;
        top: 0;
        overflow: visible;
        transform: translateY(calc(-100% - 20px));
        transition: .3s
    }

    .header .header-search__outer:after {
        content: "";
        display: block;
        width: 100%;
        height: 18px;
        background: url(../images/mob_menu_shape.png) no-repeat bottom;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: -18px
    }

    .header .header-search__inner {
        height: 38px;
        border-radius: 18px;
        margin-top: 10px
    }

    .header .header-search__submit {
        right: 12px;
        top: 12px
    }

    .header .header-search__input {
        max-width: 97%;
        width: 100%
    }

    .header._mob-menu-opened .header-mob-menu, .header .header-search._opened .header-search__outer {
        transform: translateY(0)
    }

    .footer .footer-search {
        background-color: #fff;
        height: 37px;
        border-radius: 30px;
        margin-bottom: 25px
    }

    .footer .footer-search__input {
        margin-right: 0
    }

    .footer .footer-search__submit {
        margin-right: 8px
    }

    .footer .footer-search__submit.btn {
        min-width: 27px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        padding: 0
    }

    .footer__inner {
        flex-direction: column-reverse;
        padding: 30px 20px
    }

    .footer__inner-left {
        margin: 25px 0 0;
        padding: 0;
        width: 100%
    }

    .footer__inner-right {
        width: 100%
    }

    .footer .footer-menu {
        flex-direction: column
    }

    .footer .footer-menu__title .footer-title {
        margin-bottom: 18px
    }

    .footer .footer-menu ul {
        display: none;
        padding-bottom: 20px
    }

    .footer .footer-menu__col {
        padding: 0;
        width: 100%
    }

    .footer .copyright p {
        display: inline
    }

    .footer .footer-dev {
        margin: 10px 0 0;
        justify-content: flex-start
    }

    .heading__title {
        padding: 0;
    }

    .catalog-slider-wrap {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0
    }

    .catalog-slider {
        max-width: 100%
    }

    .catalog-slider__slide {
        width: 100% !important
    }

    .catalog-slider__btn-wrap._prev {
        left: 6px
    }

    .catalog-slider__btn-wrap._next {
        right: 6px
    }

    .catalog-slider__btn {
        min-width: 37px;
        width: 37px;
        height: 37px
    }

    .catalog-slider__btn svg {
        transform: scale(.75)
    }

    .catalog-tab-slider-wrap:before {
        display: none
    }

    .catalog-tab-slider {
        padding: 0 30px
    }

    .catalog-tab-slider__pagination {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .features .features-slider__slide-image {
        width: 200px;
        height: 200px
    }

    .features .features-slider__slide-title {
        font-size: 20px
    }

    .product-slider {
        padding: 0
    }

    .article .text-block {
        padding: 0 30px
    }

    .article .text-block iframe {
        width: 100%;
    }

    .gallery .gallery__inner.skew-block {
        padding: 25px 0 50px 50px
    }

    .fullscreen {
        margin: -55px 0 5px
    }

    .fullscreen__slide-layout, .fullscreen__slide-parallax {
        display: none
    }

    .advantages {
        margin: 0 0 30px
    }

    .advantages__heading {
        margin-bottom: -20px;
        max-width: 80%
    }

    .advantages__outer {
        padding: 0 0 20px
    }

    .advantages__outer:before {
        height: 6%;
        top: -2%
    }

    .advantages__outer:after {
        height: 6%;
        bottom: -2%
    }

    .advantages__inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start
    }

    .advantages-slider-main {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column-reverse
    }

    .advantages-slider-main__container {
        max-width: 100%
    }

    .advantages-slider-main__slide .title {
        font-size: 20px;
        line-height: 1;
        margin-block: 15px
    }

    .advantages-slider-main__slide-inner {
        padding: 10px 0
    }

    .advantages-slider-main__navigation {
        margin-bottom: 0
    }

    .advantages-slider-main__pagination {
        margin-top: 20px;
        width: 100%;
        justify-content: center
    }

    .advantages-slider-media {
        margin: 10px auto;
        max-width: 100%
    }
}

@media (max-width: 919px) {
    .products__heading {
        margin-bottom: -4px;
        max-width: 62%
    }

    .products__subtitle {
        line-height: .8
    }

    .products__inner {
        flex-direction: column
    }

    .products .product-item:first-child, .products .product-item:nth-child(2), .products .product-item:nth-child(3), .products .product-item:nth-child(4), .products .product-item:nth-child(5), .products .product-item:nth-child(6) {
        width: 60vw;
        height: 35vw;
        margin: 0 auto 20px
    }

    .products .product-item:first-child .product-item__inner, .products .product-item:nth-child(2) .product-item__inner, .products .product-item:nth-child(3) .product-item__inner, .products .product-item:nth-child(4) .product-item__inner, .products .product-item:nth-child(5) .product-item__inner, .products .product-item:nth-child(6) .product-item__inner {
        padding: 30px 40px
    }

    .products .product-item:first-child .product-item__parallax, .products .product-item:nth-child(2) .product-item__parallax, .products .product-item:nth-child(3) .product-item__parallax, .products .product-item:nth-child(4) .product-item__parallax, .products .product-item:nth-child(5) .product-item__parallax, .products .product-item:nth-child(6) .product-item__parallax {
        width: 100%;
        height: auto
    }

    .products .product-item:first-child .product-item__parallax img, .products .product-item:first-child .product-item__parallax picture, .products .product-item:nth-child(2) .product-item__parallax img, .products .product-item:nth-child(2) .product-item__parallax picture, .products .product-item:nth-child(3) .product-item__parallax img, .products .product-item:nth-child(3) .product-item__parallax picture, .products .product-item:nth-child(4) .product-item__parallax img, .products .product-item:nth-child(4) .product-item__parallax picture, .products .product-item:nth-child(5) .product-item__parallax img, .products .product-item:nth-child(5) .product-item__parallax picture, .products .product-item:nth-child(6) .product-item__parallax img, .products .product-item:nth-child(6) .product-item__parallax picture {
        max-width: 100%
    }

    .products .product-item:first-child .product-item__link-icon, .products .product-item:nth-child(2) .product-item__link-icon, .products .product-item:nth-child(3) .product-item__link-icon, .products .product-item:nth-child(4) .product-item__link-icon, .products .product-item:nth-child(5) .product-item__link-icon, .products .product-item:nth-child(6) .product-item__link-icon {
        display: none
    }

    .products .product-item:first-child, .products .product-item:nth-child(5) {
        z-index: 1
    }

    .products .product-item:first-child .product-item__parallax, .products .product-item:nth-child(5) .product-item__parallax {
        max-width: 160px;
        right: 10px;
        top: -5px
    }

    .products .product-item:nth-child(2), .products .product-item:nth-child(6) {
        /*margin: 0 auto;*/
        z-index: 2
    }

    .products .product-item:nth-child(2) .product-item__parallax, .products .product-item:nth-child(6) .product-item__parallax {
        max-width: 70px;
        top: -34px
    }

    .products .product-item:nth-child(3) {
        margin: 0 auto 15px;
        z-index: 3
    }

    .products .product-item:nth-child(3) .product-item__parallax {
        max-width: 270px;
        left: auto;
        right: 60px;
        bottom: 50px
    }

    .products .product-item:nth-child(4) .product-item__parallax {
        max-width: 170px;
        right: 30px;
        bottom: -58px
    }

    .products._odd .product-item:nth-child(5) {
        margin: 0 auto 20px
    }
}

@media (max-width: 768px) {
    .header__inner {
        padding: 0 20px 10px
    }

    .catalog-slider-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .catalog-slider {
        max-width: 100%;
        padding: 0 10px
    }

    .catalog-slider__wrapper {
        min-height: unset;
        height: auto !important
    }

    .catalog-slider .catalog-slide {
        min-height: 360px
    }

    .catalog-slider .catalog-slide__title {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 1.1
    }

    .catalog-slider .catalog-slide__subtitle {
        font-size: 20px
    }

    .catalog-slider .catalog-slide__mask {
        background: url(../images/catalog-mask-mob.png) no-repeat;
        background-size: 100% 100% !important
    }

    .catalog-slider .catalog-slide__bg {
        top: -30px;
        left: -20px;
        width: calc(100% + 40px)
    }

    .catalog-slider .catalog-slide__product-description {
        opacity: 1 !important;
        transform: none !important;
        margin: -15px 0 20px
    }

    .catalog-slider .catalog-slide__button {
        margin: 15px 0 -6px 10px
    }

    .catalog-slider .catalog-slide__button-mob {
        display: inline-block
    }

    .catalog-slider .catalog-slide__button-mob svg {
        width: 11px;
        height: 17px;
        transform: scale(.75);
        fill: #fff
    }

    .catalog-tab__title {
        padding: 0 20px;
        margin-bottom: 15px
    }

    .catalog-tab-slider {
        padding: 0 20px
    }

    .catalog-tab-slider__slide .slide-product__image {
        width: 130px;
        height: 130px
    }

    .features {
        padding: 25px 0 0
    }

    .features .skew-block {
        padding: 0 20px 15px
    }

    .features .skew-block:before {
        top: -6%;
        height: 12%;
        transform: skewY(2.5deg)
    }

    .features .skew-block__title {
        margin-bottom: 40px
    }

    .features .skew-block__subtitle {
        padding: 0 10px;
        line-height: .8
    }

    .features .skew-block .button-row {
        padding-bottom: 0
    }

    .features .features-slider {
        margin-top: -20px
    }

    .features .features-slider:before {
        display: none
    }

    .features .features-slider__pagination {
        display: flex
    }

    .features.skew-block-wrap._bottom-skew .skew-block {
        padding: 0 20px 15px;
        margin-bottom: 60px
    }

    .features.skew-block-wrap._bottom-skew .skew-block:before {
        top: -6%;
        height: 12%;
        transform: skewY(2.5deg)
    }

    .features.skew-block-wrap._bottom-skew .skew-block:after {
        bottom: -6%;
        height: 12%;
        transform: skewY(-2.5deg)
    }

    .features.skew-block-wrap._bottom-skew .skew-block__title {
        margin-bottom: 36px
    }

    .recommends {
        padding: 20px 0 0
    }

    .recommends .skew-block {
        padding: 0 0 45px
    }

    .recommends .skew-block__title {
        padding: 0 10px;
        margin-bottom: 28px
    }

    .recommends .skew-block__subtitle {
        padding: 0 10px;
        text-align: center
    }

    .product-slider {
        padding: 0
    }

    .product-slider__slide .slide-product__image {
        width: 130px;
        height: 130px
    }

    .product-slider__pagination {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .product-slider__btn {
        display: none
    }

    .products__inner {
        padding: 0 20px
    }

    .products__subtitle {
        font-size: 27px;
        padding-left: 20px;
        line-height: 1.2
    }

    .products__title {
        font-size: 40px;
        padding-left: 0
    }

    .products .product-item:first-child, .products .product-item:nth-child(2), .products .product-item:nth-child(3), .products .product-item:nth-child(4), .products .product-item:nth-child(5), .products .product-item:nth-child(6) {
        width: 78vw;
        height: 50vw
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px
    }

    .skew-block {
        padding: 30px 20px
    }

    .skew-block__title {
        font-size: 40px
    }

    .skew-block__subtitle {
        font-size: 27px;
        line-height: 1.4
    }

    .xs-none {
        display: none !important
    }

    .xs-block {
        display: block !important
    }

    .footer:before {
        height: 15px;
        background: url(../images/footer_shape_mob.png) repeat-x;
        top: -15px
    }

    .heading__title .btn {
        display: none
    }

    .heading .breadcrumbs__list ul {
        flex-wrap: wrap
    }

    .product-block {
        padding: 0;
        margin: 0
    }

    .product-block__animated-product {
        height: 850px !important;
        width: 100%
    }

    .product-block__animated-product-wrap {
        width: 280px
    }

    .product-block__animated-product-img-wrap {
        width: 280px;
        height: 280px;
        margin: 90px 0 120px
    }

    .product-block__inner {
        background: none !important;
        min-height: 500px;
        margin-bottom: 250px
    }

    .product-block__bg, .product-block__mask {
        display: none
    }

    .product-block .product {
        padding: 0;
        margin-top: 0
    }

    .product-block .product__fresh-icon {
        top: -2px;
        right: 50%;
        width: 78px;
        height: 78px;
        margin-right: -39px
    }

    .product-block .product__text {
        color: #595959;
        padding: 0 20px
    }

    .product-block .product .product-image-slider {
        display: block;
        height: 350px;
        margin-top: 5px
    }

    .product-block .product .product-image-slider__slide {
        margin: 80px 0 20px
    }

    .product-block .product .product-image-slider__slide img {
        width: 190px;
        height: 190px
    }

    .product-block .product .product-image-slider__btn {
        top: 166px
    }

    .product-details {
        padding: 0
    }

    .product-details__inner {
        flex-direction: column;
        justify-content: flex-start
    }

    .product-details__left, .product-details__right {
        margin: 0 auto
    }

    .product-details__middle {
        display: none
    }

    .product-details__right {
        max-width: unset
    }

    .product-details .product-detail {
        margin-top: 10px
    }

    .product-details .product-detail__item {
        width: 50%;
        text-align: center
    }

    .article__image {
        display: none
    }

    .article .text-block {
        padding: 0 20px
    }

    .article .text-block h2 {
        font-size: 22px;
    }

    .text img, .text picture {
        float: none !important;
        margin: 10px auto;
        display: block
    }

    .gallery {
        padding: 20px 0 0
    }

    .gallery .skew-block__title {
        margin-bottom: 32px
    }

    .gallery .gallery__inner.skew-block {
        padding: 20px 0 35px 20px
    }

    .gallery .gallery-slider__slide {
        height: 146px;
        max-width: 200px
    }

    .gallery .gallery-slider__pagination {
        display: flex
    }

    .fullscreen__slide-bg-mob {
        width: 100%;
        height: 90%
    }

    .fullscreen__slide-bg-mob img, .fullscreen__slide-bg-mob picture {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    .fullscreen__slide-image-mob {
        position: absolute;
        left: 50%;
        bottom: 27%;
        z-index: 1;
        margin-left: -50%;
        width: 100%;
        min-height: 180px;
        padding: 0 15px
    }

    .fullscreen__slide-image-mob img, .fullscreen__slide-image-mob picture {
        width: 100%;
        height: 100%
    }

    .fullscreen__slide-line {
        min-height: 170px;
        height: 40%
    }

    .fullscreen__slide-line:before {
        top: -50px;
        height: 100px;
        transform: skewY(7deg)
    }

    .fullscreen__slide-line:after {
        bottom: -10px;
        height: 22px;
        transform: skewY(-1.4deg)
    }

    .fullscreen__slide-line-text {
        bottom: 10%;
        width: 100%;
        height: 110px;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .fullscreen__slide-line-text .title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .fullscreen__slide-line-text .title .title-link-mob {
        display: inline-block
    }

    .fullscreen__slide:nth-child(2n) .fullscreen__slide-line:before {
        top: -50px;
        height: 100px;
        transform: skewY(-7deg)
    }

    .fullscreen__slide:nth-child(2n) .fullscreen__slide-line:after {
        bottom: -10px;
        height: 22px;
        transform: skewY(1.4deg)
    }

    .advantages__heading {
        margin-bottom: 20px
    }

    .advantages__subtitle {
        font-size: 27px
        
    }

    .advantages__title {
        font-size: 40px;
        line-height: 1
    }

    .advantages-slider-media {
        margin: 20px auto;
        max-width: 100%
    }

    .advantages-slider-media__container {
        width: 100%;
        height: auto;
    }

    .advantages-slider-media__slide {
        width: 100% !important;
        min-height: 225px;
        height: auto
    }

    .advantages-slider-media__slide-play {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px
    }

    .insta-gallery {
        padding: 20px 0 0
    }

    .insta-gallery__heading {
        /* padding-top: 30px; */
        margin: 0 0 8px
    }

    .insta-gallery__heading-title {
        padding-left: 0;
        margin-top: 30px;
        font-size: 40px
    }

    .insta-gallery__heading-subtitle {
        padding: 0;
        text-align: center
    }

    .insta-gallery__heading._mob {
        display: flex;
        justify-content: center;
        padding-top: 0;
        margin: 0 0 22px
    }

    .insta-gallery__heading._mob .insta-gallery__heading-icon {
        width: 38px;
        height: 38px;
        margin: 0 10px
    }

    .insta-gallery__heading._mob .insta-gallery__heading-subtitle {
        line-height: 1;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -45%;
        width: 100%;
        font-size: 20px
    }

    .insta-gallery__heading._mob .insta-gallery__heading-subtitle a {
        width: 100%;
        padding-left: 45%
    }

    .insta-gallery-slider__slide {
        width: 180px !important;
        height: 180px
    }
}

@media (max-width: 500px) {
    .header__inner {
        background: url(../images/header_bg_mob.png) no-repeat top;
        background-size: 100% 100%
    }

    .catalog-slider .catalog-slide__product {
        width: 100%;
        height: 200px
    }

    .catalog-slider .catalog-slide__mob-image {
        display: none;
        max-height: 200px;
        margin-bottom: 20px
    }
}

@media (max-width: 480px) {
    .fullscreen__slide-bg-mob {
        height: 105%
    }

    .products__heading {
        margin-bottom: 20px;
        max-width: 85%
    }

    .products .product-item:first-child, .products .product-item:nth-child(2), .products .product-item:nth-child(3), .products .product-item:nth-child(4) {
        width: 100%;
        height: 53vw
    }

    .products .product-item__title {
        font-size: 20px !important
    }
}

@media (min-height: 700px) {
    .product-block__animated-product-img-wrap {
        top: 250px
    }
}

.news {
    padding: 40px 0 60px;
}

.news__container {
    padding: 0 20px;
}

.news__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #595959;
}

.news__item:not(:last-child) {
    margin-bottom: 20px;
}

.news__pic {
    display: block;
    overflow: hidden;
    max-height: 300px;
    background-color: #D9D9D9;
    border-radius: 20px;
}

.news__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__body {
    flex-grow: 1;
    padding-top: 14px;
}

.news__date {
    display: block;
    width: fit-content;
    margin-bottom: 12px;
    border-bottom: 1px solid currentColor;
}

.news__link {
    color: inherit;
}

.news__link:hover {
    text-decoration: underline;
}

.news-single {
    margin-bottom: -30px;
}

.news-single__title h1 {
    font-size: 25px;
    text-align: left;
    line-height: 1.35;
    margin-bottom: 28px;
}

.news-single__date {
    display: block;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    margin-bottom: 25px;
}

.news-single__text-content p, .news-single__text-content img, .news-single__text-content h2, .news-single__text-content h3, .news-single__text-content h4, .news-single__text-content h5, .news-single__text-content h6 {
    margin-bottom: 24px;
}

.news-single__text-content img {
	width: fit-content;
}


@media (min-width: 768px) {

    .news {
        padding: 70px 0 120px;
    }

    .news__item {
        flex-direction: row;
        gap: 48px;
    }

    .news__item:not(:last-child) {
        margin-bottom: 48px;
    }

    .news__pic {
        width: 50%;
        flex-shrink: 0;
        max-width: 288px;
        max-height: 100%;
        background-color: #D9D9D9;
        border-radius: 20px;
    }

    .news-single {
        padding-bottom: 160px;
    }

    .news-single__title h1 {
        font-size: 35px;
    }

    .news-single__date {
        margin-bottom: 45px;
    }

    .product-detail__item-title br {
        display: none;
    }
}

@media (min-width: 1024px) {

    .advantages-slider-main__pagination {
        display: none;
    }

    .news-single__title h1 {
        font-size: 46px;
    }

    .news-single__date {
        margin-bottom: 65px;
    }
}

@media (min-width: 1280px) {

    .advantages-slider-media {
        transform: scale(0.75);
    }
}

.catalog-slide__button .catalog-slide__button-pc::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}