@charset "UTF-8";
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;
    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;
    -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;
    -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;
    -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;
    -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)
    }
}

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

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

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

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

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

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

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

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

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

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

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

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

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

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

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

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

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

:root {
    --ss-primary-color: #5897fb;
    --ss-bg-color: #ffffff;
    --ss-font-color: #4d4d4d;
    --ss-font-placeholder-color: #8d8d8d;
    --ss-disabled-color: #dcdee2;
    --ss-border-color: #dcdee2;
    --ss-highlight-color: #fffb8c;
    --ss-success-color: #00b755;
    --ss-error-color: #dc3545;
    --ss-main-height: 30px;
    --ss-content-height: 300px;
    --ss-spacing-l: 7px;
    --ss-spacing-m: 5px;
    --ss-spacing-s: 3px;
    --ss-animation-timing: 0.2s;
    --ss-border-radius: 4px
}

@keyframes ss-valueIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ss-valueOut {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0);
        opacity: 0
    }
}

.ss-hide {
    display: none !important
}

.ss-main {
    display: flex;
    flex-direction: row;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--ss-font-color);
    min-height: var(--ss-main-height);
    width: 100%;
    padding: var(--ss-spacing-s);
    cursor: pointer;
    border: 1px solid var(--ss-border-color);
    border-radius: var(--ss-border-radius);
    background-color: var(--ss-bg-color);
    outline: 0;
    box-sizing: border-box;
    transition: background-color var(--ss-animation-timing);
    overflow: hidden
}

.ss-main:focus {
    box-shadow: 0 0 5px var(--ss-primary-color)
}

.ss-main.ss-disabled {
    background-color: var(--ss-disabled-color);
    cursor: not-allowed
}

.ss-main.ss-disabled .ss-values .ss-disabled {
    color: var(--ss-font-color)
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed
}

.ss-main.ss-open-above {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}

.ss-main.ss-open-below {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.ss-main .ss-values {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--ss-spacing-m);
    flex: 1 1 100%
}

.ss-main .ss-values .ss-placeholder {
    display: flex;
    padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
    margin: auto 0px auto 0px;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: var(--ss-font-placeholder-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ss-main .ss-values .ss-max {
    display: flex;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    color: var(--ss-bg-color);
    line-height: 1;
    padding: var(--ss-spacing-s) var(--ss-spacing-m);
    background-color: var(--ss-primary-color);
    border-radius: var(--ss-border-radius)
}

.ss-main .ss-values .ss-single {
    display: flex;
    margin: auto 0px auto var(--ss-spacing-s)
}

.ss-main .ss-values .ss-value {
    display: flex;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--ss-primary-color);
    border-radius: var(--ss-border-radius);
    animation-name: ss-valueIn;
    animation-duration: var(--ss-animation-timing);
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.ss-main .ss-values .ss-value.ss-value-out {
    animation-name: ss-valueOut;
    animation-duration: var(--ss-animation-timing);
    animation-timing-function: ease-out
}

.ss-main .ss-values .ss-value .ss-value-text {
    font-size: 12px;
    color: var(--ss-bg-color);
    line-height: 1;
    padding: var(--ss-spacing-s) var(--ss-spacing-m)
}

.ss-main .ss-values .ss-value .ss-value-delete {
    display: flex;
    align-items: center;
    height: var(--ss-spacing-l);
    width: var(--ss-spacing-l);
    padding: var(--ss-spacing-s) var(--ss-spacing-m);
    cursor: pointer;
    border-left: solid 1px var(--ss-bg-color);
    box-sizing: content-box
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
    height: var(--ss-spacing-l);
    width: var(--ss-spacing-l)
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
    fill: none;
    stroke: var(--ss-bg-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-main .ss-deselect {
    display: flex;
    -ms-grid-row-align: center;
    align-self: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m)
}

.ss-main .ss-deselect svg {
    width: 8px;
    height: 8px
}

.ss-main .ss-deselect svg path {
    fill: none;
    stroke: var(--ss-font-color);
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-main .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-main .ss-arrow path {
    fill: none;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition-timing-function: ease-out;
    transition: var(--ss-animation-timing)
}

.ss-content {
    position: absolute;
    display: flex;
    height: auto;
    flex-direction: column;
    width: auto;
    max-height: var(--ss-content-height);
    box-sizing: border-box;
    border: solid 1px var(--ss-border-color);
    background-color: var(--ss-bg-color);
    transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    overflow: hidden;
    z-index: 10000
}

.ss-content.ss-relative {
    position: relative;
    height: 100%
}

.ss-content.ss-open-above {
    flex-direction: column-reverse;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    border-top-left-radius: var(--ss-border-radius);
    border-top-right-radius: var(--ss-border-radius)
}

.ss-content.ss-open-below {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    border-bottom-left-radius: var(--ss-border-radius);
    border-bottom-right-radius: var(--ss-border-radius)
}

.ss-content .ss-search {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0px;
    padding: var(--ss-spacing-m) var(--ss-spacing-l);
    margin: 0;
    border: 1px solid var(--ss-border-color);
    border-radius: var(--ss-border-radius);
    background-color: var(--ss-bg-color);
    outline: 0;
    text-align: left;
    box-sizing: border-box
}

.ss-content .ss-search input:-ms-input-placeholder {
    color: var(--ss-font-placeholder-color);
    vertical-align: middle
}

.ss-content .ss-search input::placeholder {
    color: var(--ss-font-placeholder-color);
    vertical-align: middle
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 5px var(--ss-primary-color)
}

.ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 0 0 auto;
    height: auto;
    margin: 0 0 0 var(--ss-spacing-m);
    border: 1px solid var(--ss-border-color);
    border-radius: var(--ss-border-radius)
}

.ss-content .ss-search .ss-addable svg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-content .ss-search .ss-addable svg path {
    fill: none;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-content .ss-list {
    flex: 1 1 auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto
}

.ss-content .ss-list .ss-error {
    color: var(--ss-error-color);
    padding: var(--ss-spacing-l)
}

.ss-content .ss-list .ss-searching {
    color: var(--ss-font-color);
    padding: var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
    display: none !important
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
    flex: 1 1 auto;
    font-weight: bold;
    color: var(--ss-font-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--ss-spacing-m)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
    opacity: .5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
    stroke: var(--ss-error-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60%;
    text-align: center;
    padding: 0 var(--ss-spacing-s) 0 0
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
    flex: 0 1 auto;
    width: 13px;
    height: 13px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
    fill: none;
    stroke: var(--ss-success-color);
    stroke-linecap: round;
    stroke-linejoin: round
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
    stroke-width: 5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
    stroke-width: 11
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
    flex: 1 1 auto;
    width: 10px;
    height: 10px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
    fill: none;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition-timing-function: ease-out;
    transition: var(--ss-animation-timing)
}

.ss-content .ss-list .ss-optgroup .ss-option {
    padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3)
}

.ss-content .ss-list .ss-option {
    display: flex;
    padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
    color: var(--ss-font-color);
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-content .ss-list .ss-option:hover {
    color: var(--ss-bg-color);
    background-color: var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    color: var(--ss-bg-color);
    background-color: var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    background-color: var(--ss-disabled-color)
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
    color: var(--ss-font-color)
}

.ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: var(--ss-highlight-color)
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    left: 0 /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    right: 0 /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-grid-row-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.added-btn, .arrow-btn, .cart-btn, .click-btn, .main-btn, .next-btn, .quick-view__popup .product-more {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 4px;
    align-self: flex-start;
    position: relative;
    transition: color .3s, border-color .3s, background-color .3s
}

.added-btn > *, .arrow-btn > *, .cart-btn > *, .click-btn > *, .main-btn > *, .next-btn > *, .quick-view__popup .product-more > * {
    z-index: 2;
    position: relative
}

.main-btn {
    font-size: 12px;
    padding: 0 23px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    color: #fff;
    font-weight: 600
}

.main-btn:hover:before {
    opacity: 1
}

.active.main-btn:before, .main-btn:active:before {
    background-color: #fa939f
}

.disabled.main-btn, .main-btn:disabled {
    pointer-events: none
}

.disabled.main-btn:before, .main-btn:disabled:before {
    background-color: #fa939f;
    opacity: 1
}

.main-btn:before {
    border-radius: 4px;
        background-color: #764f32;
    transition: opacity .3s, background-color .3s;
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.next-btn {
    height: 48px;
    font-size: 14px;
    padding: 0 23px;
    color: #764f32;
    font-weight: 500;
    border: 2px solid #dab293
}

.active.next-btn, .next-btn:active, .next-btn:hover {
    color: #fff;
    background-color: #b09077
}

.disabled.next-btn, .next-btn:disabled {
    pointer-events: none;
    border-color: #e0e0e0;
    color: #c4c4c4
}

.added-btn, .click-btn {
    font-size: 12px;
    padding: 0 23px;
    color: #764f32;
    border: 2px solid #e0e0e0
}

.active.added-btn, .active.click-btn, .added-btn:active, .added-btn:hover, .click-btn:active, .click-btn:hover {
    border-color: #c4c4c4
}

.added-btn:disabled, .click-btn:disabled, .disabled.added-btn, .disabled.click-btn {
    pointer-events: none;
    color: #c4c4c4;
    border-color: #f9f9f9
}

.cart-btn {
    font-size: 16px;
    padding: 0 20px;
    color: #333;
    font-weight: 500;
    border: 2px solid #dab293;
    height: 48px
}

.cart-btn > * {
    display: flex;
    align-items: center
}

.cart-btn > :after {
    flex-shrink: 0;
    content: "";
    margin-left: 5px;
    width: 26px;
    height: 23px;
    transition: filter .3s;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.115 13.75h13.317a.73.73 0 00.706-.499l2.937-9.625a.653.653 0 00-.12-.602.753.753 0 00-.586-.274H6.421L5.896.538C5.821.224 5.523 0 5.18 0H.773C.368 0 .04.308.04.688c0 .38.329.687.734.687H4.59l2.651 11.17c-.78.318-1.327 1.046-1.327 1.893 0 1.137.988 2.062 2.202 2.062h13.316c.405 0 .734-.308.734-.688 0-.38-.329-.687-.734-.687H8.116c-.404 0-.734-.309-.734-.688 0-.378.328-.686.733-.687zm15.28-9.625l-2.517 8.25H8.705l-1.958-8.25h16.649zM6.871 19.802c0 1.213 1.022 2.2 2.279 2.2 1.256 0 2.278-.987 2.278-2.2s-1.022-2.2-2.278-2.2c-1.257 0-2.279.986-2.279 2.2zm2.279-.734c.418 0 .76.33.76.734 0 .404-.342.733-.76.733a.748.748 0 01-.76-.733c0-.405.34-.734.76-.734zM17.129 19.802c0 1.213 1.022 2.2 2.278 2.2 1.257 0 2.28-.987 2.28-2.2s-1.023-2.2-2.28-2.2c-1.256 0-2.278.986-2.278 2.2zm2.278-.734c.42 0 .76.33.76.734 0 .404-.34.733-.76.733a.748.748 0 01-.759-.733c0-.405.34-.734.76-.734z' fill='%23000'/%3E%3C/svg%3E")
}

.active.cart-btn, .cart-btn:active, .cart-btn:hover {
    color: #fff
}

.active.cart-btn > :after, .cart-btn:active > :after, .cart-btn:hover > :after {
    filter: invert(1)
}

.active.cart-btn:before, .cart-btn:active:before, .cart-btn:hover:before {
    opacity: 1
}

.cart-btn:disabled, .disabled.cart-btn {
    color: #c4c4c4;
    pointer-events: none;
    border-color: #ff9ea7
}

.cart-btn:disabled > :after, .disabled.cart-btn > :after {
    opacity: .2
}

.cart-btn:before {
    border-radius: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    transition: opacity .3s;
    content: "";
    opacity: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    pointer-events: none
}

.cart-btn {
    white-space: nowrap
}

.arrow-btn {
    font-size: 14px;
    padding: 0 23px;
    color: #764f32;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #e0e0e0
}

.arrow-btn:disabled, .disabled.arrow-btn {
    pointer-events: none;
    color: #c4c4c4;
    border-color: #e0e0e0
}

.arrow-btn:disabled > :after, .disabled.arrow-btn > :after {
    filter: grayscale(1);
    opacity: .2
}

.arrow-btn > * {
    display: flex;
    align-items: center
}

.arrow-btn > :after {
    content: "";
    margin-bottom: 2px;
    margin-left: 10px;
    width: 18px;
    height: 11px;
    transition: filter .3s;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9.3c-.1-.2-.3-.3-.6-.3s-.4.1-.6.3c-.3.3-.3.8 0 1.2l3.1 3.2H0v1.6h14.8l-3.1 3.2c-.3.3-.3.8 0 1.2.3.3.9.3 1.2 0l4.9-5.2L12.9.3z' fill='%23F04954'/%3E%3C/svg%3E")
}

.arrow-btn:hover {
    border-color: #f04954
}

.active.arrow-btn, .arrow-btn:active {
    border-color: #c4c4c4
}

.active.arrow-btn:before, .arrow-btn:active:before {
    opacity: 1
}

.edit {
    font-size: 14px;
    font-weight: 500;
    color: #764f32;
    display: flex;
    align-items: center;
    padding: 4px;
    grid-gap: 4px;
    cursor: pointer
}

.edit:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33 3.998l2.667 2.667m.277-3.724l.78.781c.521.521.521 1.365 0 1.886l-7.723 7.724H2.664v-2.667l7.724-7.724c.52-.52 1.365-.52 1.886 0z' stroke='%23F04954' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E")
}

.active.edit:before, .active.edit > :not(.tooltip), .edit:active:before, .edit:active > :not(.tooltip), .edit:hover:before, .edit:hover > :not(.tooltip) {
    filter: brightness(.85)
}

.disabled.edit, .edit:disabled {
    pointer-events: none;
    filter: brightness(.1);
    opacity: .5
}

.delete {
    font-size: 14px;
    font-weight: 500;
    color: #764f32;
    transition: filter .3s ease;
    display: flex;
    align-items: center;
    padding: 4px;
    grid-gap: 4px;
    cursor: pointer
}

.delete:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.078h11M5.429 4.1V2.8c0-.345.135-.675.376-.92.241-.243.568-.38.91-.38h2.57c.342 0 .669.137.91.38.241.245.376.575.376.92v1.3m1.929 0v9.1c0 .345-.136.675-.377.92-.24.243-.568.38-.909.38H4.786c-.341 0-.668-.137-.91-.38a1.307 1.307 0 01-.376-.92V4.1h9z' stroke='%23F04954' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.active.delete:before, .active.delete > :not(.tooltip), .delete:active:before, .delete:active > :not(.tooltip), .delete:hover:before, .delete:hover > :not(.tooltip) {
    filter: brightness(.85)
}

.delete:disabled, .disabled.delete {
    pointer-events: none;
    filter: brightness(.1);
    opacity: .5
}

.more {
    font-size: 14px;
    color: #0076e2;
    transition: filter .3s ease;
    display: flex;
    align-items: center;
    grid-gap: 6px
}

.more:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.017 2.288a.687.687 0 00-.999.944l2.662 2.813-2.662 2.814a.687.687 0 00.999.944l3.554-3.758-3.554-3.757z' fill='%230076E2'/%3E%3Cpath fill='%230076E2' d='M1.005 5.48h12.111v1.132H1.005z'/%3E%3C/svg%3E")
}

.active.more, .more:active, .more:hover {
    filter: brightness(.8)
}

.tooltip {
    max-width: 300px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s, visibility .3s;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    width: max-content;
    font-size: 13px;
    font-weight: 400;
    bottom: 150%;
    right: -10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2))
}

.tooltip:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #fff;
    transition: transform .3s;
    top: 100%;
    right: 10px
}

.blog-card__img, .cards__grid .card .card__slider .swiper-slide, .cart__item-photo--img, .catalog-content__cards .card .card__slider .swiper-slide, .main-reviews__slider-img, .persons__img, .product__slider-img, .reviews__gallery-img, .simple-slider .card .card__slider .swiper-slide {
    background-image: url("/templates/Main/img/logo.svg");
    background-size: 80%;
    background-color: rgba(243, 202, 170, 0.53);
    background-repeat: no-repeat;
    background-position: center;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

html {
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    scrollbar-color: #764f32 #f3f2f2;
    scrollbar-width: thin
}

html::-webkit-scrollbar {
    width: 6px;
    appearance: none;
    -webkit-appearance: none
}

html::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #828282
}

html::-webkit-scrollbar-thumb {
    border-radius: 2px;
        background-color: #764f32;
    border: 2px solid #f04954
}

html * {
    font-family: Montserrat, sans-serif
}

body {
    min-width: 320px;
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    color: #000;
    display: flex;
    flex-direction: column;
    scrollbar-color: #764f32 #f3f2f2;
    scrollbar-width: thin
}

body::-webkit-scrollbar {
    width: 6px;
    appearance: none;
    -webkit-appearance: none
}

body::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #828282
}

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
        background-color: #764f32;
    border: 2px solid #f04954
}

body.fancybox-active {
    overflow: hidden
}

body.filter-opened, body.mobilemenu-opened, body.popup-opened {
    position: relative;
    overflow: hidden
}

body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 15
}

body.filter-opened:after, body.mobilemenu-opened:after {
    opacity: 1;
    transition: opacity .3s ease .4s
}

button, input, select, textarea {
    -webkit-appearance: none;
    appearance: none
}

a, h1, h2, h3, h4, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none
}

.wrap {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column
}

.wrap main {
    flex-grow: 1
}

.inner:not(.inner-white) main {
    background-color: #f9f9f9
}

.inner.inner-white .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0
}

.inner__title {
    margin-bottom: 32px
}

.wrapper {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    padding: 0 24px;
    display: flex;
    flex-direction: column
}

section {
    margin-bottom: 70px
}

.section__title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 50px
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

button {
    cursor: pointer;
    background: none;
    border: none;
    font: inherit;
    color: inherit
}

button:active, button:focus {
    outline: none
}

select {
    color: inherit
}

textarea {
    resize: vertical
}

input, textarea {
    font: inherit
}

button, input, textarea {
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    border: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

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

a {
    font-weight: inherit;
    color: inherit
}

a:active, a:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: none
}

.swiper-button-disabled {
    opacity: .5
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: all
}

.swiper-lazy-preloader + img {
    opacity: 0
}

p {
    line-height: 1.5;
    color: inherit;
    margin: 0;
    padding: 0
}

img, svg {
    max-width: 100%
}

li {
    list-style: none
}

details summary::marker {
    display: none
}

details summary:focus {
    outline: none
}

h1 {
    font-size: 48px;
    line-height: 1.3
}

h1, h2 {
    color: #333;
    font-weight: 700
}

h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em
}

h3 {
    font-size: 20px
}

h3, h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.3
}

h4 {
    font-size: 18px
}

h5, h6 {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4
}

details {
    position: relative;
    padding-bottom: 50px
}

details[open] summary {
    font-size: 0
}

details[open] summary:after {
    transform: rotate(-225deg) translate(2px, -2px)
}

details[open] summary:before {
    content: "Свернуть";
    display: block;
    position: relative;
    font-size: 16px
}

summary {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 18px
}

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

summary:after {
    content: "";
    position: absolute;
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform .3s;
    width: 7px;
    height: 7px;
    top: 7px;
    right: 0
}

.seo-text {
    margin-top: 80px
}

.fadeInUp {
    opacity: 0;
    transform: translate3d(0, 35px, 0);
    transition: opacity .5s linear, transform .7s ease;
    transition-delay: .25s
}

.fadeInUp.js-visible {
    opacity: 1;
    transform: translateZ(0)
}

.fadeInLeft {
    opacity: 0;
    transform: translate3d(35px, 0, 0);
    transition: opacity .5s linear, transform .7s ease;
    transition-delay: .25s
}

.fadeInLeft.js-visible {
    opacity: 1;
    transform: none
}

.fadeInRight {
    opacity: 0;
    transform: translate3d(-35px, 0, 0);
    transition: opacity 1s linear, transform 1.1s ease;
    transition-delay: .25s
}

.fadeInRight.js-visible {
    opacity: 1;
    transform: none
}

main strong {
    font-weight: 700
}

main ol:not([class]):not(:last-child), main p:not(:last-child), main ul:not([class]):not(:last-child) {
    margin-bottom: 16px
}

main ol:not([class]):not(:first-child), main p:not(:first-child), main ul:not([class]):not(:first-child) {
    margin-top: 16px
}

main .table-wrap:first-child, main h2:first-child, main h3:first-child, main h4:first-child, main h5:first-child, main h6:first-child, main img:first-child, main ol:first-child, main p:first-child, main table:first-child, main ul:first-child {
    margin-top: 0
}

main h2:not([class]), main h3:not([class]), main h4:not([class]), main h5:not([class]), main h6:not([class]) {
    margin-bottom: 20px
}

main h2:not([class]):not(:first-child), main h3:not([class]):not(:first-child), main h4:not([class]):not(:first-child), main h5:not([class]):not(:first-child), main h6:not([class]):not(:first-child) {
    margin-top: 50px
}

main h2 + *, main h3 + *, main h4 + *, main h5 + *, main h6 + * {
    margin-top: 0
}

main h2 {
    font-size: 28px
}

main h3 {
    font-size: 20px
}

main h4 {
    font-size: 18px
}

main h5 {
    font-size: 16px
}

main figure {
    margin: 0
}

main blockquote {
    margin: 0;
    position: relative;
    padding: 48px 56px;
    display: flex;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 400
}

main blockquote:before {
    content: "";
    width: 64px;
    height: 64px;
    display: block;
    flex: none;
    margin-right: 24px;
    background-image: url(../img/blockquote.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

main blockquote + figcaption {
    opacity: .7;
    padding-left: 16px;
    margin-top: 5px;
    font-size: 14px
}

main img[height] {
    height: auto
}

main img[align=right] {
    float: right;
    margin-left: 60px
}

main img[align=left] {
    float: left;
    margin-right: 60px
}

main [align] {
    margin-bottom: 35px
}

main [align] img {
    display: block;
    margin: 0
}

main table:not([class]) {
    border-collapse: collapse;
    border: 0;
    background-color: transparent;
    width: 100%
}

main table:not([class]) caption {
    text-align: left;
    margin-bottom: 20px
}

main table:not([class]) thead {
    border-bottom: 1px solid #e0e0e0
}

main table:not([class]) thead td, main table:not([class]) thead th {
    background-color: transparent;
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 600
}

main table:not([class]) tr:last-child td, main table:not([class]) tr:last-child th {
    border: 0
}

main table:not([class]) td, main table:not([class]) th {
    padding: 15px 20px;
    font-weight: inherit;
    border-bottom: 1px solid #e0e0e0
}

main table:not([class]) td:first-child, main table:not([class]) th:first-child {
    padding-left: 0
}

main table:not([class]) td:not([valign]), main table:not([class]) td[valign=middle], main table:not([class]) th:not([valign]), main table:not([class]) th[valign=middle] {
    vertical-align: middle
}

main table:not([class]) td[valign=top], main table:not([class]) th[valign=top] {
    vertical-align: top
}

main table:not([class]) td[valign=bottom], main table:not([class]) th[valign=bottom] {
    vertical-align: bottom
}

main ol:not([class]):before, main ul:not([class]):before {
    display: inline-block
}

main ol:not([class]) ol, main ol:not([class]) ul, main ul:not([class]) ol, main ul:not([class]) ul {
    margin-bottom: 20px;
    margin-top: 20px
}

main ol:not([class]) li:before, main ul:not([class]) li:before {
    margin-right: 10px
}

main ol:not([class]) li:not(:first-child), main ul:not([class]) li:not(:first-child) {
    margin-top: 16px
}

main ul:not([class]) > li {
    padding-left: 15px;
    position: relative
}

main ul:not([class]) > li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #f04954;
    width: 4px;
    height: 4px;
    display: inline-block
}

main ul:not([class]) ul > li:before {
    content: "—";
    margin: 0 16px 2px 0;
    display: inline-block;
    border-radius: 0;
    width: auto;
    height: auto;
    background: transparent;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

main ol:not([class]) {
    counter-reset: list
}

main ol:not([class]) > li {
    padding-left: 45px;
    position: relative
}

main ol:not([class]) > li:before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 4px;
    font-size: 14px;
    color: #764f32;
    background: #f9f9f9
}

.table-wrap {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.table-wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.popup {
    z-index: 50;
    background-color: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity .3s;
    display: none;
    justify-content: center;
    opacity: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: auto;
    scrollbar-color: #764f32 #ffffff;
    scrollbar-width: thin
}

.popup::-webkit-scrollbar {
    width: 6px;
    appearance: none;
    -webkit-appearance: none
}

.popup::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #828282
}

.popup::-webkit-scrollbar-thumb {
    border-radius: 2px;
        background-color: #764f32;
    border: 2px solid #f04954
}

.popup.opening {
    display: flex;
    opacity: 0
}

.popup.opened {
    opacity: 1;
    display: flex
}

.popup.opened .popup__block {
    transform: scale(1)
}

.popup.closing {
    opacity: 0
}

.popup.closing .popup__block {
    transform: scale(.8)
}

.popup__close {
    z-index: 2;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.popup__close span {
    pointer-events: none;
    position: absolute;
    display: block;
    background-color: #333;
    width: 18px;
    height: 2px;
    color: #000;
    top: 50%;
    left: 0
}

.popup__close span:first-of-type {
    transform: rotate(45deg)
}

.popup__close span:last-of-type {
    transform: rotate(-45deg)
}

.popup__block {
    margin: auto;
    transform: scale(.8);
    position: relative;
    width: 100%;
    border-radius: 4px;
    max-width: 725px;
    padding: 50px;
    transition: transform .4s;
    background: #fff;
    border: 1px solid #eceff5
}

.popup__block--small {
    max-width: 600px
}

.popup__block--big {
    max-width: 1220px
}

.popup__content {
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup__content-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px
}

.popup__content-text {
    text-align: center
}

.popup__content-info {
    margin-top: 24px;
    padding-top: 24px;
    text-align: center;
    position: relative
}

.popup__content-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 100px;
    background: #f04954
}

.popup__content > button {
    margin-top: 32px;
    -ms-grid-row-align: center;
    align-self: center
}

.popup__form--center .form__title {
    text-align: center
}

.popup__form--center .form-input__list, .popup__form--center .form__submit, .popup__form--center .form__text {
    max-width: 352px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

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

.compensate-for-scrollbar {
    width: calc(100% - 6px)
}

.fancybox-is-open .fancybox-bg {
    background-color: #000;
    opacity: .25
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
    background: #fff;
    width: 88px;
    height: 118px;
    color: #000;
    border-radius: 4px
}

.fancybox-button--arrow_left:hover, .fancybox-button--arrow_right:hover {
    color: #000
}

.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
    box-shadow: none
}

.fancybox-button div {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    transition: box-shadow .3s ease
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 80px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 80px
}

.fancybox-button--close {
    background: transparent;
    color: #fff;
    padding: 5px
}

.fancybox-infobar {
    color: #fff
}

.toast {
    position: fixed;
    top: 30px;
    left: 50%;
    z-index: 150;
    padding: 17px 25px 17px 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    min-width: 450px;
    transform: translateX(-50%)
}

.toast.toast-inserting {
    animation: toast-in .5s ease forwards
}

.toast.toast-removing {
    animation: toast-in .5s ease reverse forwards
}

.toast-cart {
    background-color: #000
}

.toast-cart * {
    color: #fff
}

.toast-error {
    background: linear-gradient(90deg, #004abb .01%, #0051bb 16.01%, #0065bb 40.01%, #0071bb 51.01%, #0777c1 60.01%, #238fdb 100.01%)
}

.toast-error:before {
    content: "";
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 15px
}

.toast-error:after {
    content: "!";
    font-weight: 700;
    color: #fff;
    width: 13px;
    height: 6px;
    position: absolute;
    left: 30px;
    top: 40%;
    transform: translateY(-50%)
}

.toast-error * {
    color: #fff
}

.toast-success {
    background: linear-gradient(90deg, #004abb .01%, #0051bb 16.01%, #0065bb 40.01%, #0071bb 51.01%, #0777c1 60.01%, #238fdb 100.01%)
}

.toast-success * {
    color: #fff
}

.toast__content {
    width: 100%;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.toast__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5
}

.toast__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%
}

.toast__buttons, .toast__buttons > * {
    height: 100%;
    display: flex;
    align-items: center
}

.toast__buttons > * {
    cursor: pointer;
    padding: 10px 30px;
    justify-content: center
}

.toast__buttons > :last-child {
    padding-right: 0
}

.toast__close:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.938 8.005l6.859-6.859a.666.666 0 10-.943-.942L7.996 7.062 1.137.204a.666.666 0 00-.942.942l6.859 6.859-6.859 6.858a.666.666 0 00.942.942l6.859-6.858 6.858 6.858a.666.666 0 00.943-.942L8.938 8.005z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: none
}

.toast__cart:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.563 6.29v15.812c0 .496-.385.898-.86.898-.474 0-.86-.402-.86-.898V7.187h-1.718v2.696c0 .496-.385.898-.86.898-.474 0-.859-.402-.859-.898V7.188h-8.25v2.695c0 .496-.384.898-.86.898-.474 0-.859-.402-.859-.898V7.188H1.72v14.015H17.5c.475 0 .86.402.86.899 0 .496-.385.898-.86.898H.86c-.475 0-.86-.402-.86-.898V6.289c0-.496.385-.898.86-.898h2.618C3.82 2.359 6.292 0 9.281 0c2.99 0 5.462 2.36 5.803 5.39h2.62c.474 0 .858.403.858.9zm-5.214-.9c-.329-2.036-2.027-3.593-4.068-3.593-2.04 0-3.739 1.557-4.067 3.594h8.135z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: none
}

@keyframes toast-in {
    0% {
        transform: translate(-50%, calc(-100% - 30px))
    }
    to {
        transform: translate(-50%)
    }
}

.notion {
    transition: max-height .5s, opacity .6s, padding .5s;
    overflow: hidden;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    padding: 18px 20px 18px 0;
    height: auto;
    max-height: 100px
}

.notion.closed {
    opacity: 1;
    max-height: 0;
    padding: 0
}

.notion__text {
    color: #fff;
    font-size: 20px;
    text-align: center
}

.notion__text b {
    margin: 0 10px;
    font-weight: 700
}

.notion__text b:first-child {
    margin-left: 0
}

.notion__text p {
    font-weight: 500
}

.notion__close {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23fff'/%3E%3C/svg%3E")
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 450px;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    pointer-events: none;
    transition: transform .4s ease-in-out;
    transform: translate(-100%)
}

.mobile-menu.opened {
    pointer-events: all;
    transform: translate(0);
    transition: transform .4s ease-in .2s
}

.mobile-menu__cont {
    padding-top: 35px;
    height: 100%;
    overflow: auto
}

.mobile-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    z-index: 1;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.467.252A.86.86 0 10.252 1.467L6.286 7.5.254 13.533a.86.86 0 001.215 1.215L7.5 8.716l6.03 6.03a.86.86 0 101.215-1.215l-6.03-6.03 6.033-6.032A.86.86 0 0013.533.253L7.501 6.286 1.467.252z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.mobile-menu__user {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px
}

.mobile-menu .hasSubmenu {
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-menu .hasSubmenu__title:after {
    flex: none;
    content: "";
    margin-left: auto;
    width: 6px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14l6.548-6.571L1 .857' stroke='%234F4F4F' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.mobile-menu .hasSubmenu__submenu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background: #fff;
    z-index: 2;
    transform: translate(-100%);
    transition: transform .4s ease-in-out
}

.mobile-menu .hasSubmenu__submenu.opened {
    transform: translate(0);
    transition: transform .4s ease-in .2s
}

.mobile-menu .hasSubmenu__back {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0
}

.mobile-menu .hasSubmenu__back:before {
    flex: none;
    content: "";
    margin-right: 12px;
    width: 6px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14l6.548-6.571L1 .857' stroke='%234F4F4F' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: rotate(180deg)
}

.main-list__item {
    border-bottom: 1px solid #e0e0e0
}

.main-list__item-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px
}

.main-list__item-title img {
    flex: none;
    width: 24px;
    height: auto;
    margin-right: 16px
}

.main-list__item-title img + span {
    text-transform: uppercase;
    font-size: 12px
}

.main-list__item-title span {
    margin-right: 12px
}

.main-list__submenu-item {
    border-bottom: 1px solid #e0e0e0
}

.main-list__submenu-title {
    font-size: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center
}

.main-list__submenu-title.toggleOpened {
    font-weight: 600;
    justify-content: space-between
}

.main-list__submenu-title.toggleOpened:after {
    flex: none;
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform .3s;
    width: 8px;
    height: 8px;
    margin-left: 10px
}

.main-list__submenu-title.toggleOpened.opened:after {
    transform: rotate(135deg)
}

.main-list__submenu-title.toggleOpened.opened + .main-list__sub-submenu {
    margin-bottom: 12px;
    max-height: 1000px;
    transition: max-height .6s ease-in .4s, margin .4s ease-in
}

.main-list__sub-submenu {
    max-height: 0;
    transition: max-height .6s ease-out, margin .4s ease-out .6s;
    width: 100%;
    overflow: hidden;
    padding: 0 16px
}

.main-list__sub-submenu-item a {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.user-list__item-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 16px
}

.user-list__item-title img {
    flex: none;
    width: 24px;
    height: auto;
    margin-right: 16px
}

.user-list__item-title span {
    margin-right: 12px
}

.user-list__submenu-item {
    border-bottom: 1px solid #e0e0e0
}

.user-list__submenu-title {
    font-size: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center
}

.mobile-menu__contacts {
    padding: 16px 16px 30px
}

.mobile-menu__contacts-item:not(:last-child) {
    margin-bottom: 16px
}

.mobile-menu__contacts .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.mobile-menu__contacts .phone.hasSubmenu__title {
    position: relative;
    padding-right: 15px
}

.mobile-menu__contacts .phone.hasSubmenu__title:after {
    position: absolute;
    top: 3px;
    right: 0
}

.mobile-menu__contacts .phone a {
    display: block;
    font-size: 16px;
    font-weight: 700
}

.mobile-menu__contacts .phone span {
    font-size: 12px;
    color: #828282
}

.mobile-menu__contacts .address {
    font-size: 14px;
    line-height: 1.3
}

.mobile-menu__contacts .messengers {
    margin: 0
}

.contacts-submenu-item {
    padding: 16px
}

.contacts-submenu-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.contacts-submenu .messengers {
    margin: 0
}

.messengers-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 15px
}

.messengers-item img {
    flex: none;
    width: 20px;
    margin-right: 24px
}

.promotions__slider {
    margin-bottom: 70px
}

.promotions__slider .swiper-slide {
    position: relative
}

.promotions__slider .swiper-container {
    width: 100%
}

.promotions__slider .swiper-button-next, .promotions__slider .swiper-button-prev {
    transform: translateY(-50%);
    margin-top: 0;
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    transition: box-shadow .3s ease
}

.promotions__slider .swiper-button-next:after, .promotions__slider .swiper-button-prev:after {
    color: #828282;
    font-size: 20px
}

.promotions__slider .swiper-button-prev {
    left: 30px
}

.promotions__slider .swiper-button-next {
    right: 30px
}

.promotions__slider-text {
    max-width: 75%;
    z-index: 1;
    position: relative;
    text-align: right;
    color: #fff
}

.promotions__slider-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.promotions__slider-content img, .promotions__slider-content picture {
    display: block;
    width: 100%
}

.promotions__block {
    position: relative;
    color: #fff;
    margin-bottom: 70px
}

.promotions__block-cont {
    position: relative
}

.promotions__block-img {
    display: block
}

.promotions__block-img img {
    width: 100%;
    display: block;
    border-radius: 5px
}

.promotions__block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.breadcrumbs {
    margin-top: 18px;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    font-size: 14px
}

.breadcrumbs__item:not(:last-child) {
    color: #828282
}

.breadcrumbs__item:not(:last-child):after {
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #f04954;
    margin: 0 12px
}

.range {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 15px
}

.range__inputs {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.range__input {
    padding-left: 12px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    transition: border-color .3s;
    border: 1px solid #c4c4c4;
    width: 100%;
    max-width: 130px
}

.range__input::-webkit-input-placeholder {
    color: #828282
}

.range__input:-moz-placeholder, .range__input::-moz-placeholder {
    color: #828282
}

.range__input:-ms-input-placeholder {
    color: #828282
}

.range__input:active, .range__input:focus, .range__input:hover {
    border-color: #828282
}

.range__slider {
    width: 100%;
    margin: 0 auto 10px;
    max-width: calc(100% - 20px)
}

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

.noUi-target {
    position: relative
}

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

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

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

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

.noUi-vertical .noUi-origin {
    width: 0
}

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

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

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

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

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

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    cursor: grab;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #f9f9f9;
    right: -9px;
    top: -9px
}

.noUi-vertical {
    width: 18px
}

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

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

.noUi-target {
    background: #e0e0e0
}

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

.noUi-connect {
    background: #f04954
}

.noUi-draggable {
    cursor: ew-resize
}

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

.noUi-handle {
    background-color: #f04954
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

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

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

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

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

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

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

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

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

.info {
    display: inline-block;
    line-height: inherit;
    position: relative
}

.info:hover .info__content {
    opacity: 1;
    visibility: visible
}

.info__icon {
    cursor: pointer;
    color: #828282;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.info__icon:after {
    content: "i";
    font-size: 10px
}

.info__content {
    max-width: 300px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s, visibility .3s;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    width: max-content;
    min-width: 80px;
    font-size: 13px;
    font-weight: 400;
    bottom: 150%;
    right: -10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2))
}

.info__content:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #fff;
    transition: transform .3s;
    top: 100%;
    right: 10px
}

.blog-subscribe__form label, .form-input__label, .order__form-block--date .order-date__item > label, .order__form-block--grey label {
    position: relative;
    display: flex;
    flex-direction: column
}

.blog-subscribe__form label > span, .form-input__label > span, .order__form-block--date .order-date__item > label > span, .order__form-block--grey label > span {
    font-size: 14px;
    margin-bottom: 5px
}

.blog-subscribe__form label > span em, .form-input__label > span em, .order__form-block--date .order-date__item > label > span em, .order__form-block--grey label > span em {
    color: #f04954
}

.cart__promo-check, .order__form-block--checkboxes label {
    display: flex;
    align-items: center
}

.cart__promo-check input, .order__form-block--checkboxes label input {
    display: none
}

.cart__promo-check input + span, .order__form-block--checkboxes label input + span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #828282;
    display: flex;
    align-items: flex-start;
    position: relative
}

.cart__promo-check input + span:after, .order__form-block--checkboxes label input + span:after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 11px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg)
}

.cart__promo-check input + span:before, .order__form-block--checkboxes label input + span:before {
    flex-shrink: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    transition: background .3s, border .3s
}

.cart__promo-check input:checked + span:before, .order__form-block--checkboxes label input:checked + span:before {
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    border: 0
}

.product__postal {
    display: flex;
    align-items: center
}

.product__postal input {
    display: none
}

.product__postal input + span {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #828282;
    display: flex;
    align-items: flex-start;
    position: relative
}

.product__postal input + span:after {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    transition: border-color .3s
}

.product__postal input + span:before {
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    transition: background .3s, border .3s
}

.product__postal input:checked + span:after {
    border-color: #828282
}

.blog-subscribe__form-control input, .cart__promo-input input, .form-input__input, .order__form-block--grey label input, .product__delivery-info label input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    transition: border-color .3s
}

.blog-subscribe__form-control input::-webkit-input-placeholder, .cart__promo-input input::-webkit-input-placeholder, .form-input__input::-webkit-input-placeholder, .order__form-block--grey label input::-webkit-input-placeholder, .product__delivery-info label input::-webkit-input-placeholder {
    color: #e0e0e0
}

.blog-subscribe__form-control input:-moz-placeholder, .blog-subscribe__form-control input::-moz-placeholder, .cart__promo-input input:-moz-placeholder, .cart__promo-input input::-moz-placeholder, .form-input__input:-moz-placeholder, .form-input__input::-moz-placeholder, .order__form-block--grey label input:-moz-placeholder, .order__form-block--grey label input::-moz-placeholder, .product__delivery-info label input:-moz-placeholder, .product__delivery-info label input::-moz-placeholder {
    color: #e0e0e0
}

.blog-subscribe__form-control input:-ms-input-placeholder, .cart__promo-input input:-ms-input-placeholder, .form-input__input:-ms-input-placeholder, .order__form-block--grey label input:-ms-input-placeholder, .product__delivery-info label input:-ms-input-placeholder {
    color: #e0e0e0
}

.blog-subscribe__form-control input:focus, .blog-subscribe__form-control input:hover, .cart__promo-input input:focus, .cart__promo-input input:hover, .form-input__input:focus, .form-input__input:hover, .order__form-block--grey label input:focus, .order__form-block--grey label input:hover, .product__delivery-info label input:focus, .product__delivery-info label input:hover {
    border-color: #828282
}

.blog-subscribe__form-control input.error, .blog-subscribe__form-control input:error, .cart__promo-input input.error, .cart__promo-input input:error, .error.form-input__input, .form-input__input:error, .order__form-block--grey label input.error, .order__form-block--grey label input:error, .product__delivery-info label input.error, .product__delivery-info label input:error {
    border-color: #f04954
}

.blog-subscribe__form-control input:read-only, .cart__promo-input input:read-only, .form-input__input:read-only, .order__form-block--grey label input:read-only, .product__delivery-info label input:read-only {
    background: #f9f9f9
}

.blog-subscribe__form-control input:read-only:focus, .blog-subscribe__form-control input:read-only:hover, .cart__promo-input input:read-only:focus, .cart__promo-input input:read-only:hover, .form-input__input:read-only:focus, .form-input__input:read-only:hover, .order__form-block--grey label input:read-only:focus, .order__form-block--grey label input:read-only:hover, .product__delivery-info label input:read-only:focus, .product__delivery-info label input:read-only:hover {
    border-color: #c4c4c4
}

.blog-subscribe__form-control, .cart__promo-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px
}

.blog-subscribe__form-control button, .cart__promo-input button {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    border-radius: 3px
}

.blog-subscribe__form-control button:hover:before, .cart__promo-input button:hover:before {
    opacity: 1
}

.blog-subscribe__form-control button:after, .cart__promo-input button:after {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
    z-index: 2
}

.blog-subscribe__form-control button:before, .cart__promo-input button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
        background-color: #764f32;
    transition: opacity .3s;
    z-index: 1;
    border-radius: 4px
}

.cart__item-count, .product__count, .product__total-count {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    align-self: flex-start;
    border-radius: 4px
}

.cart__item-count .minus, .cart__item-count .plus, .product__count .minus, .product__count .plus, .product__total-count .minus, .product__total-count .plus {
    flex-shrink: 0;
    padding: 0;
    cursor: pointer;
    transition: background-color .3s, box-shadow .3s;
    width: 46px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    line-height: 1;
    font-weight: 300;
    background: #f2f2f2;
    border: 0;
    border-radius: 3px;
    z-index: 2
}

.cart__item-count .minus:hover, .cart__item-count .plus:hover, .product__count .minus:hover, .product__count .plus:hover, .product__total-count .minus:hover, .product__total-count .plus:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.cart__item-count .minus:active, .cart__item-count .plus:active, .product__count .minus:active, .product__count .plus:active, .product__total-count .minus:active, .product__total-count .plus:active {
    background-color: #c4c4c4
}

.cart__item-count .minus, .product__count .minus, .product__total-count .minus {
    padding-bottom: 5px
}

.cart__item-count .count-input, .product__count .count-input, .product__total-count .count-input {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 50px;
    flex: none;
    -moz-appearance: textfield
}

.cart__item-count .count-input::-webkit-inner-spin-button, .cart__item-count .count-input::-webkit-outer-spin-button, .product__count .count-input::-webkit-inner-spin-button, .product__count .count-input::-webkit-outer-spin-button, .product__total-count .count-input::-webkit-inner-spin-button, .product__total-count .count-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart__item-text textarea, .order__form-block textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    resize: vertical;
    border-radius: 4px;
    min-height: 40px;
    max-height: 200px
}

.cart__item-text textarea::-webkit-input-placeholder, .order__form-block textarea::-webkit-input-placeholder {
    color: #e0e0e0
}

.cart__item-text textarea:-moz-placeholder, .cart__item-text textarea::-moz-placeholder, .order__form-block textarea:-moz-placeholder, .order__form-block textarea::-moz-placeholder {
    color: #e0e0e0
}

.cart__item-text textarea:-ms-input-placeholder, .order__form-block textarea:-ms-input-placeholder {
    color: #e0e0e0
}

.cart__item-text textarea:focus, .cart__item-text textarea:hover, .order__form-block textarea:focus, .order__form-block textarea:hover {
    border-color: #828282
}

.cart__item-text textarea.error, .cart__item-text textarea:error, .order__form-block textarea.error, .order__form-block textarea:error {
    border-color: #f04954
}

.order__form-block--radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.column.order__form-block--radio {
    flex-direction: column;
    align-items: flex-start
}

.order__form-block--radio > label {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.order__form-block--radio > label:not(:last-of-type) {
    margin-right: 32px
}

.order__form-block--radio > label input {
    display: none
}

.order__form-block--radio > label input + span {
    font-size: 14px;
    position: relative;
    padding-left: 32px
}

.order__form-block--radio > label input + span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    transition: border .3s;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c4c4c4
}

.order__form-block--radio > label input:checked + span:before {
    border: 6px solid #f04954
}

.radio-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.radio-list:not(:last-child) {
    margin-bottom: 16px
}

.column.radio-list {
    flex-direction: column;
    align-items: flex-start
}

.radio-list > label {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px 20px;
    border-radius: 2px;
    background: #f9f9f9
}

.radio-list > label input {
    display: none
}

.radio-list > label input + span {
    font-size: 14px;
    position: relative;
    padding-left: 32px
}

.radio-list > label input + span i {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #828282
}

.radio-list > label input + span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    transition: border .3s;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c4c4c4
}

.radio-list > label input:checked + span:before {
    border: 6px solid #f04954
}

input[type=search]::-webkit-search-cancel-button {
    cursor: pointer
}

.form__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

.form-input {
    position: relative
}

.form-input__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    gap: 24px
}

.form-input__input {
    height: 40px
}

.form-input__input--password {
    padding-right: 50px
}

.form-input__input--textarea {
    resize: vertical;
    max-height: 180px;
    height: 70px;
    min-height: 40px;
    padding-top: 12px
}

.form-input__error {
    font-size: 13px;
    color: #f04954
}

.form-input__tooltip {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background-color: #fff;
    z-index: 1;
    max-width: 540px;
    width: 100%;
    padding: 16px 34px;
    border-radius: 2px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .25));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    transition: transform .4s, opacity .3s, visibility .3s
}

.form-input__tooltip.warning {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.386 12.012l.539.317-.54-.317A1.292 1.292 0 002.5 13.96h11.002a1.291 1.291 0 001.114-1.947L9.114 2.66a1.292 1.292 0 00-2.227 0l-5.501 9.352zM8 7v2M8 11.39v.076' stroke='%23F04954' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 11px 18px;
    background-size: 16px auto
}

.form-input__tooltip:after {
    content: "";
    position: absolute;
    bottom: calc(100% - 3px);
    left: 5px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 9px
}

.form-input__tooltip-text {
    font-size: 14px;
    font-weight: 500
}

.form-input__tooltip-close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.467.252A.86.86 0 10.252 1.467L6.286 7.5.254 13.533a.86.86 0 001.215 1.215L7.5 8.716l6.03 6.03a.86.86 0 101.215-1.215l-6.03-6.03 6.033-6.032A.86.86 0 0013.533.253L7.501 6.286 1.467.252z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px auto;
    transition: opacity .3s ease
}

.form-input__tooltip-close:hover {
    opacity: .7
}

.form-input__link {
    font-size: 14px;
    color: #0076e2;
    transition: filter .3s ease
}

.form-input__link:hover {
    filter: brightness(.8)
}

.form-input__edit {
    font-size: 14px;
    color: #828282;
    cursor: pointer;
    transition: filter .3s ease
}

.form-input__edit:hover {
    filter: brightness(.8)
}

.form-input__password {
    position: relative
}

.form__text {
    margin-top: 16px;
    font-size: 13px
}

.form__text + .form__submit {
    margin-top: 20px
}

.form__text--center {
    text-align: center
}

.form__text a {
    color: #0076e2;
    transition: filter .3s ease
}

.form__text a:hover {
    filter: brightness(.8)
}

.form__submit {
    margin-top: 32px
}

.form__submit--right {
    text-align: right
}

.form__submit--right button {
    margin-left: auto
}

.form__submit--all button {
    width: 100%
}

.form__submit-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 16px
}

.form__submit-btns button {
    flex: 1 1 auto
}

.form__rating {
    display: flex;
    align-items: center
}

.rate {
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 0;
    line-height: 1
}

.rate > input {
    display: none
}

.rate > label {
    display: block;
    float: right;
    position: relative;
    margin-left: 4px
}

.rate > label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.895.774l2.403 5.707 6.154.53c.426.038.6.572.276.853l-4.667 4.057 1.398 6.035a.485.485 0 01-.722.526l-5.288-3.2-5.289 3.2a.485.485 0 01-.722-.526l1.398-6.035L.168 7.863a.487.487 0 01.277-.852l6.153-.53L9 .773a.484.484 0 01.894 0z' fill='%23E0E0E0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0
}

.rate .half:before {
    position: absolute;
    left: 4px;
    width: 9px
}

.rate input:checked ~ label:before, .rate label:hover:before, .rate label:hover ~ label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.895.774l2.403 5.707 6.154.53c.426.038.6.572.276.853l-4.667 4.057 1.398 6.035a.485.485 0 01-.722.526l-5.288-3.2-5.289 3.2a.485.485 0 01-.722-.526l1.398-6.035L.168 7.863a.487.487 0 01.277-.852l6.153-.53L9 .773a.484.484 0 01.894 0z' fill='%23F04954'/%3E%3C/svg%3E")
}

.password-show {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.838 9.534c-3.02-3.714-6.282-5.6-9.703-5.6-1.356 0-2.727.302-4.082.894a14.298 14.298 0 00-3.14 1.93C1.195 8.134.183 9.506.142 9.563a.741.741 0 00.02.898c3.017 3.719 6.282 5.6 9.703 5.6 1.356 0 2.727-.301 4.082-.893a14.304 14.304 0 003.14-1.931c1.718-1.376 2.73-2.747 2.771-2.805a.741.741 0 00-.02-.898zm-3.703 2.58c-1.42 1.131-3.657 2.478-6.27 2.478-2.82 0-5.572-1.547-8.184-4.6a16.15 16.15 0 012.18-2.107c1.42-1.13 3.657-2.478 6.27-2.478 2.82 0 5.572 1.547 8.184 4.6a15.902 15.902 0 01-2.18 2.107z' fill='%23333'/%3E%3Cpath d='M12.707 9.265a.737.737 0 00-.735.735c0 1.09-.886 1.976-1.976 1.976A1.977 1.977 0 018.02 10c0-1.09.886-1.976 1.976-1.976.404 0 .735-.33.735-.735a.737.737 0 00-.735-.734A3.449 3.449 0 006.551 10a3.449 3.449 0 003.445 3.445A3.449 3.449 0 0013.441 10a.737.737 0 00-.734-.735z' fill='%23132B4D'/%3E%3C/svg%3E");
    transition: opacity .3s ease
}

.password-show:hover {
    opacity: .7
}

.password-show.active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.838 9.534c-3.02-3.714-6.282-5.6-9.703-5.6-1.356 0-2.727.302-4.082.894a14.298 14.298 0 00-3.14 1.93C1.195 8.134.183 9.506.142 9.563a.741.741 0 00.02.898c3.017 3.719 6.282 5.6 9.703 5.6 1.356 0 2.727-.301 4.082-.893a14.304 14.304 0 003.14-1.931c1.718-1.376 2.73-2.747 2.771-2.805a.741.741 0 00-.02-.898zm-3.703 2.58c-1.42 1.131-3.657 2.478-6.27 2.478-2.82 0-5.572-1.547-8.184-4.6a16.15 16.15 0 012.18-2.107c1.42-1.13 3.657-2.478 6.27-2.478 2.82 0 5.572 1.547 8.184 4.6a15.902 15.902 0 01-2.18 2.107z' fill='%23333'/%3E%3Cpath d='M8.5 11.29a1.977 1.977 0 011.496-3.265c.404 0 .735-.331.735-.736a.737.737 0 00-.735-.734A3.449 3.449 0 006.551 10c0 .918.36 1.754.949 2.373l1-1.083z' fill='%23333'/%3E%3Cpath fill='%23fff' d='M16.364 2.223l1.414 1.414L3.636 17.78l-1.414-1.414z'/%3E%3Crect x='16.364' y='2.223' width='1' height='20' rx='.5' transform='rotate(45 16.364 2.223)' fill='%23333'/%3E%3C/svg%3E")
}

.checkbox {
    position: relative
}

.checkbox:not(:last-child) {
    margin-bottom: 16px
}

.checkbox__input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:checked + label:before {
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    border: 0
}

.checkbox__label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    display: flex
}

.checkbox__label:after {
    position: absolute;
    top: 4.5px;
    left: 5px;
    content: "";
    width: 11px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg)
}

.checkbox__label:before {
    flex-shrink: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    position: relative;
    transition: background .3s, border .3s
}

.confirmation {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0
}

.confirmation__icon {
    max-width: 64px;
    width: 100%;
    margin-bottom: 24px
}

.confirmation__icon img {
    display: block
}

.confirmation__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px
}

.reviews-form .form-input__input--textarea {
    height: 180px
}

.auth-form .form-input__item {
    position: relative
}

.auth-form .form-input__link {
    color: #828282
}

.auth-form .form-input__edit, .auth-form .form-input__link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.form-tabs {
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e0e0
}

.form-tabs__item {
    cursor: pointer;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-right: 40px;
    padding-bottom: 16px;
    color: #828282;
    position: relative;
    transition: color .3s ease
}

.form-tabs__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    height: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    opacity: 0;
    transition: opacity .3s ease
}

.form-tabs__item.active, .form-tabs__item:hover {
    color: #000
}

.form-tabs__item.active:after {
    opacity: 1
}

.custom-select.vscomp-ele {
    display: block;
    max-width: 100%
}

.custom-select .vscomp-toggle-button {
    padding: 9px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

.custom-select .vscomp-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25
}

.custom-select .vscomp-dropbox-container {
    top: calc(100% + 8px);
    left: 0;
    width: 100%
}

.custom-select .vscomp-wrapper.opened .vscomp-arrow:after {
    transform: rotate(225deg) translate(-2px, -2px)
}

.default-select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 6px 30px 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 100%;
    font: inherit;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.487 1.516A.734.734 0 108.56.376L5.195 3.108 1.828.376a.734.734 0 10-.926 1.14L5.195 5l4.292-3.484z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center
}

.flatpickr-calendar {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-top: 12px
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    display: none
}

.flatpickr-months {
    padding-bottom: 10px
}

.flatpickr-months .flatpickr-month {
    height: 44px;
    padding-left: 14px;
    padding-right: 14px
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    top: 14px
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 14px
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 14px
}

.flatpickr-current-month {
    padding-top: 24px;
    height: 44px
}

.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
    font-weight: 600;
    font-size: 14px
}

.flatpickr-weekdaycontainer {
    padding-left: 14px;
    padding-right: 14px
}

span.flatpickr-weekday {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.dayContainer {
    padding: 0 14px 14px
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #f04954;
    border-color: #f04954
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    background: #f9f9f9;
    border-color: #f9f9f9
}

.flatpickr-day.today {
    border-color: #f04954;
    color: #f04954
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    background: #f9f9f9;
    border-color: #f9f9f9;
    color: #000
}

.donut {
    --donut-size: 134px;
    --donut-border-width: 8px;
    --donut-spacing: 0;
    --donut-spacing-color: 255, 255, 255;
    --donut-spacing-deg: calc(1deg * var(--donut-spacing));
    border-radius: 50%;
    height: var(--donut-size);
    position: relative;
    width: var(--donut-size)
}

.donut__label {
    left: 50%;
    line-height: 1.5;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

.donut__label__heading {
    font-size: 26px;
    line-height: 1;
    font-weight: 700
}

.donut__label__sub {
    font-size: 16px
}

.donut__slice {
    height: 100%;
    position: absolute;
    width: 100%
}

.donut__slice:after, .donut__slice:before {
    border: var(--donut-border-width) solid transparent;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 100%
}

.donut__slice:before {
    border-width: calc(var(--donut-border-width) + 1px);
    box-shadow: 0 0 1px 0 rgba(var(--donut-spacing-color), calc(var(--donut-spacing) * 100))
}

.donut__slice--first {
    --first-start: 0
}

.donut__slice--first:before {
    border-top-color: rgba(var(--donut-spacing-color), calc(var(--donut-spacing) * 100));
    transform: rotate(calc(360deg * var(--first-start) + 45deg))
}

.donut__slice--first:after {
    border-top-color: #face8c;
    border-right-color: rgba(250, 206, 140, calc(var(--first) * 100 - 25));
    border-bottom-color: rgba(250, 206, 140, calc(var(--first) * 100 - 50));
    border-left-color: rgba(250, 206, 140, calc(var(--first) * 100 - 75));
    transform: rotate(calc(360deg * var(--first-start) + 45deg + var(--donut-spacing-deg)))
}

.donut__slice--second {
    --second-start: calc(var(--first));
    --second-check: max(calc(var(--second-start) - 0.5), 0);
    -webkit-clip-path: inset(0 calc(50% * var(--second-check) / var(--second-check)) 0 0);
    clip-path: inset(0 calc(50% * var(--second-check) / var(--second-check)) 0 0)
}

.donut__slice--second:before {
    border-top-color: rgba(var(--donut-spacing-color), calc(var(--donut-spacing) * 100));
    transform: rotate(calc(360deg * var(--second-start) + 45deg))
}

.donut__slice--second:after {
    border-top-color: #f88;
    border-right-color: rgba(255, 136, 136, calc(var(--second) * 100 - 25));
    border-bottom-color: rgba(255, 136, 136, calc(var(--second) * 100 - 50));
    border-left-color: rgba(255, 136, 136, calc(var(--second) * 100 - 75));
    transform: rotate(calc(360deg * var(--second-start) + 45deg + var(--donut-spacing-deg)))
}

.accordion {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.accordion__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    padding: 28px 32px
}

.accordion__item.active .accordion__item-title {
    margin-bottom: 30px
}

.accordion__item.active .accordion__item-title:after {
    transform: rotate(135deg)
}

.accordion__item.active .accordion__item-text {
    transition: height .4s ease-in
}

.accordion__item-title {
    cursor: pointer;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: margin .4s ease-out, color .4s ease
}

.accordion__item-title:hover {
    color: #828282
}

.accordion__item-title:after {
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform .3s;
    width: 10px;
    height: 10px
}

.accordion__item-text {
    transition: height .4s ease-out;
    width: 100%;
    overflow: hidden
}

.accordion__item-text:not(.active) {
    display: none
}

.custom-file {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px
}

.custom-file.loaded .custom-file__label-text {
    display: none
}

.custom-file__input {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.custom-file__label {
    cursor: pointer;
    color: #828282;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.custom-file__label b {
    color: #000;
    font-size: 16px
}

.custom-file__label-text {
    margin-left: 24px
}

.custom-file__label:before {
    content: "";
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    flex: none;
    background: url(../img/xxx.svg) no-repeat 50%
}

.custom-file__item {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative
}

.custom-file__item--template, .custom-file__item span {
    display: none
}

.custom-file__prev {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
}

.custom-file__del {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 0 2px;
    background-color: #f9f9f9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.467.252A.86.86 0 10.252 1.467L6.286 7.5.254 13.533a.86.86 0 001.215 1.215L7.5 8.716l6.03 6.03a.86.86 0 101.215-1.215l-6.03-6.03 6.033-6.032A.86.86 0 0013.533.253L7.501 6.286 1.467.252z' fill='%23333'/%3E%3C/svg%3E");
    background-size: 8px auto
}

.page-toggle {
    margin-top: 30px;
    margin-bottom: 20px
}

.page-toggle__list {
    display: flex
}

.page-toggle__item {
    display: flex;
    margin-right: 20px;
    padding: 4px 4px 4px 16px;
    align-items: center;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: color .3s ease
}

.page-toggle__item:hover {
    color: #f04954
}

.page-toggle__item span:first-child {
    margin-right: 12px
}

.page-toggle__item.active {
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    color: #fff
}

.page-toggle__count {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    color: #000
}

.socials {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-bottom: -12px
}

.socials__item {
    margin-right: 12px;
    margin-bottom: 12px
}

.socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%)
}

.socials__link:hover:before {
    opacity: 1
}

.socials__link img {
    display: block;
    max-width: 20px;
    position: relative;
    z-index: 1
}

.socials__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
        background-color: #764f32;
    transition: opacity .3s;
    z-index: 1;
    border-radius: 4px
}

.pagination {
    margin-top: 40px;
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.pagination .load-more {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-width: 1px
}

.pagination .load-more:not(:last-child) {
    margin-bottom: 32px
}

.pagination .load-more span {
    display: inline-block;
    margin-left: 5px
}

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

.pagination__item:not(:last-child) {
    margin-right: 8px
}

.pagination__link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: background-color .3s ease
}

.pagination__link.disabled {
    pointer-events: none;
    opacity: .7
}

.pagination__link--prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1.452 7.571 8 14.143' stroke='%234F4F4F' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 14px center
}

.pagination__link--next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14l6.548-6.571L1 .857' stroke='%234F4F4F' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center
}

.pagination__link:hover {
    background-color: #f9f9f9
}

.pagination__link.active {
    border-color: #000
}

.sticky-btns {
    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 10
}

.sticky-btns__item {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    transition: box-shadow .3s ease;
    background-repeat: no-repeat;
    background-position: 50%
}

.sticky-btns__item.order-call {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.586 3.412h0A8.838 8.838 0 0010.293.805h0-.001 0l6.294 2.607zm0 0a8.838 8.838 0 012.607 6.293A8.839 8.839 0 0116.586 16a8.84 8.84 0 01-6.293 2.607 8.928 8.928 0 01-4.082-.99l-.191-.1-.204.072-4.514 1.58s0 0 0 0a.359.359 0 01-.317-.034l.794-.278L5.88 17.42h0a.376.376 0 01.299.024 8.784 8.784 0 004.114 1.025c2.34 0 4.542-.913 6.197-2.567a8.71 8.71 0 002.566-6.197c0-2.34-.912-4.542-2.567-6.197l.097-.096zm-9.7-1.93h0A8.854 8.854 0 004 3.412a8.839 8.839 0 00-2.607 6.293c0 1.418.343 2.827.99 4.082l.1.191-.072.204-1.58 4.513s0 0 0 0a.363.363 0 00.034.318l.278-.795 1.436-4.1s0 0 0 0a.376.376 0 00-.024-.299s0 0 0 0l.441-.235a8.284 8.284 0 01-.966-3.879 8.21 8.21 0 012.42-5.843l2.437-2.38zm0 0a8.855 8.855 0 013.406-.677l-3.406.677z' fill='%23828282' stroke='%23BDBDBD'/%3E%3C/svg%3E")
}

.sticky-btns__item.scroll-top {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.076 7.035h0l.004-.003L6.843.863a.26.26 0 01.15-.052c.047 0 .072.015.084.029l5.848 6.134c.006.007.037.055.037.146s-.03.139-.037.146c-.004.003-.037.029-.106.029-.07 0-.103-.026-.106-.03L8.035 2.359l-.862-.904V19.02c0 .081-.025.125-.04.143a.078.078 0 01-.03.02.186.186 0 01-.073.012c-.068 0-.098-.02-.12-.044a.37.37 0 01-.082-.176V1.515l-.862.904-4.654 4.883a.261.261 0 01-.152.054.127.127 0 01-.068-.017c-.089-.14-.046-.272-.016-.304z' fill='%23828282' stroke='%23BDBDBD'/%3E%3C/svg%3E")
}

.sticky-btns__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.sticky-btns__item:not(:last-child) {
    margin-bottom: 12px
}

.address-block {
    position: absolute;
    z-index: 2;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none
}

.address-block.active {
    opacity: 1;
    pointer-events: all
}

.address-block__list {
    display: -ms-grid;
    display: grid;
    align-content: flex-start;
    gap: 8px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 12px;
    max-height: 135px;
    overflow-y: auto
}

.address-block__item {
    font-size: 14px;
    cursor: pointer;
    transition: color .2s ease
}

.nowrap {
    white-space: nowrap
}

.header__search {
    display: flex;
    width: 100%;
    max-width: 420px;
    border: 1px solid #c4c4c4;
    padding: 2px;
    border-radius: 4px;
    align-items: center;
    position: relative
}

.header__search-wrap {
    max-width: 450px;
    width: 100%;
    margin-right: 25px
}

.header__search input {
    background-color: #fff;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    z-index: 11
}

.header__search input::-webkit-input-placeholder {
    color: #c4c4c4
}

.header__search input:-moz-placeholder, .header__search input::-moz-placeholder {
    color: #c4c4c4
}

.header__search input:-ms-input-placeholder {
    color: #c4c4c4
}

.header__search input:focus ~ .header__search-list {
    opacity: 1;
    transform: none;
    visibility: visible
}

.header__search-toggle {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.004 15.109c1.7 0 3.249-.592 4.467-1.596l5.371 5.371a.722.722 0 00.521.216.737.737 0 00.521-1.258l-5.371-5.371a7.09 7.09 0 001.596-4.467A7.106 7.106 0 008.004.9C4.097.9.9 4.097.9 8.004c0 3.923 3.198 7.105 7.104 7.105zm0-12.735a5.637 5.637 0 015.631 5.63 5.627 5.627 0 01-5.63 5.631 5.637 5.637 0 01-5.631-5.63c0-3.098 2.533-5.631 5.63-5.631z' fill='%23000' stroke='%23000' stroke-width='.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: background-color .3s ease
}

.header__search-toggle:hover {
    background-color: #f9f9f9
}

.header__search-toggle.opened + .header__search-wrap {
    display: block
}

.header__search-button {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    border-radius: 3px;
    position: relative
}

.header__search-button:hover:before {
    opacity: 1
}

.header__search-button:after {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.004 15.109c1.7 0 3.249-.592 4.467-1.596l5.371 5.371a.722.722 0 00.521.216.737.737 0 00.521-1.258l-5.371-5.371a7.09 7.09 0 001.596-4.467A7.106 7.106 0 008.004.9C4.097.9.9 4.097.9 8.004c0 3.923 3.198 7.105 7.104 7.105zm0-12.735a5.637 5.637 0 015.631 5.63 5.627 5.627 0 01-5.63 5.631 5.637 5.637 0 01-5.631-5.63c0-3.098 2.533-5.631 5.63-5.631z' fill='%23fff' stroke='%23F6F6F6' stroke-width='.2'/%3E%3C/svg%3E");
    background-size: contain;
    position: relative;
    z-index: 2;
    flex: none
}

.header__search-button:before {
    content: "";
    top: 0;
    height: 100%;
    background-color: #754929;
    transition: opacity .3s;
    z-index: 1
}

.header__search-button:before, .header__search-list {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    border-radius: 4px
}

.header__search-list {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    z-index: 10;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    top: 105%;
    min-width: 320px;
    padding: 24px 20px;
    max-height: 450px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    visibility: hidden;
    transform: translateY(-10%);
    transition: transform .4s, opacity .3s, visibility .3s
}

.header__search-list::-webkit-scrollbar {
    width: 4px;
    appearance: none;
    -webkit-appearance: none
}

.header__search-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e0e0e0
}

.header__search-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #828282;
    border: 2px solid #828282
}

.header__search-item {
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: background-color .3s
}

.header__search-item:hover {
    background-color: #f9f9f9
}

.header__search-item--img {
    width: 50px;
    margin-right: 12px;
    flex: none
}

.header__search-item--img img {
    display: block
}

.header__search-item--name {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: auto
}

.header__search-item--price {
    flex: none;
    white-space: nowrap;
    font-size: 11px;
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.header__search-item--price .sale {
    color: #333;
    text-decoration: line-through
}

.header__search-item--price .price {
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.header__search-item--count {
    color: #c4c4c4
}

.header__buttons {
    margin-left: auto;
    display: flex;
    align-items: center
}

.header__buttons-item {
    position: relative;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 3px
}

.header__buttons-item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header__buttons-item:hover {
    background-color: #f9f9f9
}

.header__buttons-item:hover .header__buttons-dropdown{
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header__buttons-item:not(:last-of-type) {
    margin-right: 12px
}

.header__buttons-item.phone .header__contacts-dropdown {
    min-width: 195px
}

.header__buttons-item.phone .header__contacts-item {
    margin-right: 0;
    padding: 5px 17px
}

.header__buttons-item.phone .messengers__link {
    padding: 5px 17px
}

.header__buttons-item.phone.opened .header__contacts-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header__buttons-item.phone:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21' fill='%23000'%3E%3Cpath fill='%23fff' d='M0 0h21v21H0z'/%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z'/%3E%3C/mask%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z' fill='%23000'/%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z' stroke='%23000' stroke-width='.2' mask='url(%23a)'/%3E%3C/svg%3E")
}

.header__buttons-item.lk:before, .header__buttons-item.phone:before {
    content: "";
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50%
}

.header__buttons-item.lk:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 21c0-3.75 5-3.75 7.5-6.25C9.75 13.5 6 13.5 6 7.25 6 3.084 7.666 1 11 1s5 2.084 5 6.25c0 6.25-3.75 6.25-2.5 7.5C16 17.25 21 17.25 21 21' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 20px auto
}

.header__buttons-item.lk .user {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header__buttons-item.favorite:before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px auto
}

.header__buttons-item.cart {
    position: relative
}

.header__buttons-item.cart:before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.115 13.75h13.317a.73.73 0 00.706-.499l2.937-9.625a.653.653 0 00-.12-.602.753.753 0 00-.586-.274H6.421L5.896.538C5.821.224 5.523 0 5.18 0H.773C.368 0 .04.308.04.688c0 .38.329.687.734.687H4.59l2.651 11.17c-.78.318-1.327 1.046-1.327 1.893 0 1.137.988 2.062 2.202 2.062h13.316c.405 0 .734-.308.734-.688 0-.38-.329-.687-.734-.687H8.116c-.404 0-.734-.309-.734-.688 0-.378.328-.686.733-.687zm15.28-9.625l-2.517 8.25H8.705l-1.958-8.25h16.649zM6.871 19.802c0 1.213 1.022 2.2 2.279 2.2 1.256 0 2.278-.987 2.278-2.2s-1.022-2.2-2.278-2.2c-1.257 0-2.279.986-2.279 2.2zm2.279-.734c.418 0 .76.33.76.734 0 .404-.342.733-.76.733a.748.748 0 01-.76-.733c0-.405.34-.734.76-.734zM17.129 19.802c0 1.213 1.022 2.2 2.278 2.2 1.257 0 2.28-.987 2.28-2.2s-1.023-2.2-2.28-2.2c-1.256 0-2.278.986-2.278 2.2zm2.278-.734c.42 0 .76.33.76.734 0 .404-.34.733-.76.733a.748.748 0 01-.759-.733c0-.405.34-.734.76-.734z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px auto
}

.header__buttons-item.cart .cart-items-count {
    top: -5px;
    right: -5px;
    position: absolute;
    background: radial-gradient(176.5% 1032.92% at 100% 9%, #ff4242 0, #ff00d6 99.99%, rgba(255, 66, 66, 0) 100%);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600
}

.header__buttons-item.cart .cart-items-count span {
    color: #fff;
    display: block
}

.header__nav-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    top: 100%;
    width: calc(100vw - 10px);
    left: 50%;
    transform: translate(-50%, -15%);
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .03);
    max-height: 465px;
    padding: 30px 0 40px;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    transition: transform .5s .1s, opacity .3s .1s, visibility .3s .1s
}

.header__nav-dropdown > .wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.header__nav-dropdown-mini {
    z-index: 2;
    top: 100%;
    padding: 40px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 20px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .03);
    transform: translateY(-15%);
    max-height: 465px
}
.header__nav-dropdown-mini:has(> :only-child) {
    grid-template-columns:1fr 0fr;
}

.header__buttons-dropdown, .header__contacts-dropdown, .header__nav-dropdown-mini {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: transform .5s .1s, opacity .3s .1s, visibility .3s .1s
}

.header__buttons-dropdown, .header__contacts-dropdown {
    top: calc(100% + 10px);
    right: 0;
    z-index: 15;
    padding: 24px;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    transform: translateY(-15px)
}

.header__buttons-dropdown:after, .header__contacts-dropdown:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 12px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px
}

.header__nav-banner {
    padding: 35px 20px;
    width: 100%;
    max-width: 316px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 370px
}

.header__nav-banner-img {
    z-index: 0;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header__nav-banner > * {
    z-index: 1;
    color: #fff;
    text-align: center
}

.header__nav-banner-title {
    margin-bottom: 10px
}

.header__nav-banner-text {
    line-height: 1.5
}

.header__nav-banner-button {
    margin-top: auto;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #fff;
    color: #764f32;
    border-color: #fff
}

.header__flowers {
    margin-right: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 390px;
    overflow: auto;
    scrollbar-color: #764f32 #f3f2f2;
    scrollbar-width: thin
}

.header__flowers::-webkit-scrollbar {
    width: 6px;
    appearance: none;
    -webkit-appearance: none
}

.header__flowers::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #828282
}

.header__flowers::-webkit-scrollbar-thumb {
    border-radius: 2px;
        background-color: #764f32;
    border: 2px solid #f04954
}

.header__flowers-item {
    max-width: 250px;
    width: 100%;
    border-radius: 4px;
    transition: background-color .3s;
    padding: 10px 16px;
    display: flex;
    align-items: center
}

.header__flowers-item:hover {
    background-color: #f9f9f9
}

.header__flowers-item--img {
    display: flex;
    align-items: center;
    margin-right: 12px
}

.header__catalog {
    margin-right: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 390px
}

.header__catalog-category {
    margin-bottom: 32px
}

.header__catalog-category--list {
    display: flex;
    flex-direction: column
}

.header__catalog-category--list a {
    font-size: 14px;
    border-radius: 4px;
    transition: background-color .3s;
    padding: 10px 16px
}

.header__catalog-category--list a:hover {
    background-color: #f9f9f9
}

.header__catalog-category--list .color {
    display: flex;
    align-items: center
}

.header__catalog-category--list .color > div {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 10px
}

.header__catalog-category--title {
    display: block;
    padding-left: 16px;
    margin-bottom: 20px;
    font-weight: 700
}

.header__prices {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.header__prices-item {
    font-size: 14px;
    border-radius: 4px;
    transition: background-color .3s;
    padding: 10px 16px
}

.header__prices-item:hover {
    background-color: #f9f9f9
}

.header__category {
    margin-right: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 390px;
    overflow: auto;
    scrollbar-color: #764f32 #f3f2f2;
    scrollbar-width: thin
}

.header__category::-webkit-scrollbar {
    width: 6px;
    appearance: none;
    -webkit-appearance: none
}

.header__category::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #828282
}

.header__category::-webkit-scrollbar-thumb {
    border-radius: 2px;
        background-color: #764f32;
    border: 2px solid #f04954
}

.header__category-item {
    max-width: 250px;
    width: 100%;
    border-radius: 4px;
    transition: background-color .3s;
    padding: 20px 25px;
    display: flex;
    align-items: center
}

.header__category-item:hover {
    background-color: #f9f9f9
}

.lk-menu {
    margin-left: -17px;
    margin-right: -17px;
    width: 264px
}

.lk-menu__link {
    display: block;
    padding: 10px 17px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    border-radius: 4px;
    transition: color .4s ease, background .4s ease
}

.lk-menu__link:hover {
    color: #764f32;
    background: #f9f9f9
}

.cart-preview {
    width: 480px
}

.cart-preview__list {
    margin-left: -8px;
    margin-right: -8px;
    max-height: 346px;
    padding-bottom: 16px;
    overflow: auto;
    scrollbar-color: #e0e0e0 #828282;
    scrollbar-width: thin
}

.cart-preview__list::-webkit-scrollbar {
    width: 4px;
    appearance: none;
    -webkit-appearance: none
}

.cart-preview__list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e0e0e0
}

.cart-preview__list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #828282;
    border: 2px solid #828282
}

.cart-preview__item {
    padding: 8px;
    border-radius: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 88px 16px 1fr 16px 100px 16px 20px;
    grid-template-columns:88px 1fr 100px 20px;
    gap: 16px;
    align-items: center;
    transition: background .3s ease
}

.cart-preview__item:hover {
    background: #f9f9f9
}

.cart-preview__item:hover .cart-preview__item-del {
    opacity: 1
}

.cart-preview__item-img img {
    display: block;
    max-width: 100%
}

.cart-preview__item-title {
    font-size: 16px;
    font-weight: 500;
    transition: color .3s ease
}

.cart-preview__item-title:hover {
    color: #f04954
}

.cart-preview__item-price {
    white-space: nowrap;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.cart-preview__item-price .sale {
    font-size: 11px;
    text-decoration: line-through;
    color: #333
}

.cart-preview__item-price .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2
}

.cart-preview__item-del {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 5h15M6.668 5V3.332a1.667 1.667 0 011.667-1.667h3.333a1.667 1.667 0 011.667 1.667v1.666m2.5 0v11.667a1.667 1.667 0 01-1.667 1.667H5.835a1.667 1.667 0 01-1.667-1.667V4.999h11.667z' stroke='%23828282' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0;
    transition: opacity .3s ease
}

.cart-preview__bottom {
    margin-bottom: -24px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 14px 32px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px
}

.cart-preview__bottom .btn {
    -ms-grid-row-align: center;
    align-self: center
}

.cart-preview__total-label {
    font-size: 14px;
    color: #828282
}

.cart-preview__total-summ {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1
}

.header__contacts, .header__contacts-item {
    display: flex;
    align-items: flex-start
}

.header__contacts-item {
    flex-direction: column;
    position: relative
}

.header__contacts-item:first-child {
    margin-right: 30px
}

.header__contacts-item.dropdown {
    padding-right: 16px
}

.header__contacts-item.dropdown:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0
}

.header__contacts-item:hover .header__contacts-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header__contacts-item a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.header__contacts-item span {
    color: #828282;
    font-size: 12px
}

.header__contacts-dropdown {
    width: max-content
}

.messengers {
    margin: -5px -17px
}

.messengers__link {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    border-radius: 4px;
    transition: background .3s ease
}

.messengers__link:hover {
    background: #f9f9f9
}

.messengers__link img {
    display: block;
    flex: none;
    width: 23px;
    margin-right: 18px
}

.messengers__link span {
    font-size: 13px;
    font-weight: 400;
    color: #333
}

.header {
    width: 100%;
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 15
}

.header--sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 1px 3px 11px rgba(0, 0, 0, .068);
    z-index: 14
}

.header > .wrapper {
    position: static
}

.header > .wrapper > * {
    width: 100%;
    display: flex;
    align-items: center
}

.header__top {
    position: relative;
    padding: 10px 0
}

.header__top:after {
    content: "";
    bottom: 0;
    width: calc(100vw - 10px);
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header__nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 0;
    position: relative
}

.header__nav-item:hover > a:after {
    opacity: 1
}

.header__nav-item:hover > .header__nav-dropdown {
    transform: translate(-50%);
    opacity: 1;
    visibility: visible
}

.header__nav-item:hover > .header__nav-dropdown-mini {
    opacity: 1;
    visibility: visible;
    transform: none
}

.header__nav-item > a {
    z-index: 3;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s;
    text-transform: uppercase
}

.header__nav-item > a:after {
    opacity: 0;
    transition: opacity .5s;
    background-color: #764f32;
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    position: absolute;
    top: calc(100% + 23px)
}

.header__nav-item > a.active, .header__nav-item > a:hover {
    color: #764f32
}

.header__logo {
    transform: translateX(-7px);
    margin-right: 64px
}

.header__logo img {
    width: 100%
}

.header__payment {
    cursor: pointer;
    font-size: 13px;
    margin-right: 40px
}

.header__burger {
    cursor: pointer;
    width: 22px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 35px;
    order: 0
}

.header__burger span {
    display: block;
    background-color: #000;
    width: 100%;
    height: 2px
}

.header__burger span:not(:last-of-type) {
    margin-bottom: 5px
}

.header__burger span:nth-of-type(2) {
    width: 16px
}

.header__messengers {
    order: 3
}

.header__messengers .messengers {
    margin: 0 5px 0 0;
    display: flex
}

.header__messengers .messengers__item {
    margin-right: 4px
}

.header__messengers .messengers__link {
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__messengers .messengers__link img {
    width: 16px;
    height: auto;
    margin-right: 0
}

.footer__sales {
    padding: 31px 0;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%)
}

.footer__sales .wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.footer__sales-text {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 24px;
    margin-right: 25px
}

.footer__sales-text b {
    margin: 0 10px;
    font-weight: 700
}

.footer__sales-text b:first-child {
    margin-left: 0
}

.footer__sales-text p {
    font-weight: 500
}

.footer__sales-form {
    position: relative;
    max-width: 406px;
    width: 100%
}

.footer__sales-form input {
    background-color: #fff;
    display: flex;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    padding: 1px 60px 1px 20px;
    height: 54px;
    width: 100%;
    font-size: 16px
}

.footer__sales-form input::-webkit-input-placeholder {
    color: #c4c4c4
}

.footer__sales-form input:-moz-placeholder, .footer__sales-form input::-moz-placeholder {
    color: #c4c4c4
}

.footer__sales-form input:-ms-input-placeholder {
    color: #c4c4c4
}

.footer__sales-form-button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    border-radius: 3px
}

.footer__sales-form-button:hover:before {
    opacity: 1
}

.footer__sales-form-button:after {
    flex: none;
    content: "";
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.943.957L10.273 17.72l-1.5-9.316-7.485-5.93L21.943.957z' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: relative;
    top: 2px;
    z-index: 2
}

.footer__sales-form-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #764f32;
    transition: opacity .3s;
    z-index: 1;
    border-radius: 4px
}

.footer__sales-form-error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    color: #fff;
    margin-top: 2px
}

.footer__contacts {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    justify-items: flex-start;
    max-width: 352px;
    margin-left: auto
}

.footer__contacts-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20px 15px 1fr;
    grid-template-columns:20px 1fr;
    grid-gap: 15px;
    align-items: flex-start
}

.footer__contacts-item.phone .footer__contacts-item-img {
    display: flex;
    align-items: center;
    margin-top: 5px
}

.footer__contacts-item.phone .footer__contacts-item-img:after {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='21' fill='%23fff'%3E%3Cpath d='M0 0h21v21H0z'/%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z'/%3E%3C/mask%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z' fill='%23fff'/%3E%3Cpath d='M14.655 20a5.292 5.292 0 01-1.816-.325 19.364 19.364 0 01-7.032-4.482 19.365 19.365 0 01-4.483-7.032 5.255 5.255 0 01-.268-2.583 5.38 5.38 0 012.77-3.945A5.29 5.29 0 016.36 1c.28 0 .522.196.58.47l.933 4.348a.594.594 0 01-.161.545L6.119 7.955a15.629 15.629 0 006.926 6.926l1.592-1.592a.594.594 0 01.545-.16l4.349.931c.273.059.469.3.469.58 0 .9-.213 1.753-.633 2.534A5.378 5.378 0 0114.655 20zM5.885 2.213a4.112 4.112 0 00-2.941 1.753 4.09 4.09 0 00-.503 3.79 18.009 18.009 0 0010.804 10.803 4.09 4.09 0 003.79-.503 4.112 4.112 0 001.752-2.94l-3.538-.759-1.663 1.663a.594.594 0 01-.673.118 16.812 16.812 0 01-8.05-8.051.594.594 0 01.117-.673l1.663-1.663-.758-3.538z' stroke='%23fff' stroke-width='.2' mask='url(%23a)'/%3E%3C/svg%3E")
}

.footer__contacts-item.place .footer__contacts-item-img {
    display: flex;
    align-items: center
}

.footer__contacts-item.place .footer__contacts-item-img:after {
    content: "";
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7.605h0a8.396 8.396 0 018.549 9.987h0l-.001.005h0v.002l-.003.011a.686.686 0 01-.01.048 7.4 7.4 0 01-.042.194v.005a8.038 8.038 0 01-.565 1.662l-.004.01-.005.01c-.87 2.06-2.898 5.556-7.503 9.379a.182.182 0 01-.232.003l-.002-.002c-4.606-3.828-6.635-7.325-7.5-9.375l-.004-.008-.003-.009a8.42 8.42 0 01-.566-1.666l-.002-.007-.002-.008a3.582 3.582 0 01-.047-.218l-.001-.006h0l-.002-.01-.002-.014A8.454 8.454 0 01.64 8.183V8.18C1.041 4.018 4.518.752 8.7.605zm-4.673 8.5a4.97 4.97 0 109.943 0 4.97 4.97 0 10-9.943 0z' stroke='%23fff' stroke-width='1.2'/%3E%3C/svg%3E")
}

.footer__contacts-item-info {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px
}

.footer__contacts-item-info a {
    font-size: 24px;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 5px;
    transition: color .3s ease
}

.footer__contacts-item-info a:hover {
    color: #dab293
}

.footer__contacts-item-info p {
    font-size: 16px
}

.footer__contacts-item-info span {
    color: #c4c4c4;
    font-size: 14px
}

.footer__content {
    background-color: #333;
    padding-top: 50px;
    color: #fff
}

.footer__content .wrapper {
    align-items: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 80px
}

.footer__bottom {
    padding: 24px 0 32px;
    position: relative;
    grid-column: 1/-1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr 80px 1fr;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 80px;
    border-top: 1px solid #828282
}

.footer__bottom-copyright, .footer__bottom-policy {
    font-size: 14px
}

.footer__bottom-copyright {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

.footer__bottom-policy {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    text-align: right;
    transition: color .3s ease
}

.footer__bottom-policy:hover {
    color: #f04954
}

.footer__bottom-payments {
    display: flex;
    align-items: center
}

.footer__bottom-payments :first-child {
    margin-right: 8px
}

.footer__logo {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: flex-start
}

.footer__callback {
    min-width: 228px;
    color: #fff;
    font-size: 14px
}

.footer__nav {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.footer__nav:first-of-type {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.footer__nav-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700
}

.footer__nav-title.opened:after {
    transform: rotate(135deg)
}

.footer__nav-title.opened + .footer__nav-list {
    max-height: 300px;
    margin-top: 20px
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 280px;
    height: auto;
    gap: 0 80px;
    transition: max-height .4s, margin .5s
}

.footer__nav-list-item {
    font-size: 14px;
    font-weight: 300;
    transition: color .3s ease
}

.footer__nav-list-item:hover {
    color: #f04954
}

.footer__nav-list-item:not(:last-of-type) {
    margin-bottom: 18px
}

.cards__grid {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(330px, 1fr))
}

.cards__grid .arrow-btn {
    margin-top: 45px;
    grid-column: 1/-1;
    -ms-grid-column-align: center;
    justify-self: center
}

.cards__grid .card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 24px;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: auto 20px 1fr 20px auto;
    grid-template-rows:auto 1fr auto;
    justify-content: flex-start;
    transition: box-shadow .3s, border .3s, filter .3s;
    position: relative
}

.cards__grid .card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cards__grid .card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.cards__grid .card > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.cards__grid .card > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.cards__grid .card > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.cards__grid .card > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.cards__grid .favorite.card .card__favorite {
    opacity: 1;
    visibility: visible
}

.cards__grid .favorite.card .card__favorite:before, .cards__grid .favorite.card .card__favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' fill='url(%23paint0_linear)' stroke='url(%23paint1_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.cards__grid .card:hover {
    z-index: 5;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .25))
}

.cards__grid .card:hover .card__favorite, .cards__grid .card:hover .card__quick-view, .cards__grid .card:hover .card__text {
    opacity: 1;
    visibility: visible
}

.cards__grid .card .card__text {
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #fff;
    padding: 0 24px 24px;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px)
}

.cards__grid .card .card__slider {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    cursor: pointer
}

.cards__grid .card .card__slider .swiper-lazy-preloader {
    top: 80%
}

.cards__grid .card .card__slider .swiper-container {
    width: 100%
}

.cards__grid .card .card__slider .swiper-slide {
    position: relative;
    padding-top: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px
}

.cards__grid .card .card__slider .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 4px
}

.cards__grid .card .card__slider .swiper-pagination {
    bottom: -25px
}

.cards__grid .card .card__slider .swiper-pagination-bullet {
    transition: background-color .3s, border .3s;
    background-color: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    border: 1px solid #cfcfcf
}

.cards__grid .card .card__slider .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 12px
}

.cards__grid .card .card__slider .swiper-pagination-bullet-active {
    border-color: transparent;
    background-color: #f04954
}

.cards__grid .card .card__articul {
    right: 0;
    border-radius: 6px 0 0 0;
    padding-left: 8px
}

.cards__grid .card .card__articul, .cards__grid .card .card__sizes {
    z-index: 2;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    font-size: 14px;
    height: 23px;
    display: flex;
    align-items: flex-end;
    will-change: transform
}

.cards__grid .card .card__sizes {
    padding-right: 8px;
    left: 0;
    border-radius: 0 6px 0 0
}

.cards__grid .card .card__sizes span {
    position: relative
}

.cards__grid .card .card__sizes span:first-child {
    margin-right: 14px
}

.cards__grid .card .card__sizes span.width:before {
    left: 0;
    top: calc(100% - 2px);
    width: 18px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='M16 2.5H6'/%3E%3Cpath d='M15 4l4-1.5L15 1v3zM6 4L2 2.5 6 1v3z' fill='%23000' stroke='%23000'/%3E%3C/svg%3E")
}

.cards__grid .card .card__sizes span.height:before, .cards__grid .card .card__sizes span.width:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.cards__grid .card .card__sizes span.height:before {
    bottom: 2px;
    right: calc(100% + 3px);
    width: 4px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='M2.5 16V6'/%3E%3Cpath d='M1 15l1.5 4L4 15H1zM1 6l1.5-4L4 6H1z' fill='%23000' stroke='%23000'/%3E%3C/svg%3E")
}

.cards__grid .card .card__favorite {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    left: 23px;
    cursor: pointer;
    will-change: transform
}

.cards__grid .card .card__favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='url(%23paint0_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.cards__grid .card .card__favorite:before {
    content: "";
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")
}

.cards__grid .card .card__favorite.liked {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    top: 17px;
    left: 17px;
    background-color: hsla(0, 0%, 100%, .5)
}

.cards__grid .card .card__favorite.liked:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 6.25h18.75M8.338 6.249V4.165a2.083 2.083 0 012.083-2.083h4.167a2.083 2.083 0 012.083 2.083V6.25m3.125 0v14.583a2.083 2.083 0 01-2.083 2.083H7.296a2.083 2.083 0 01-2.083-2.083V6.249h14.583z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.cards__grid .card .card__tag {
    position: absolute;
        background-color: #f04954;
    border-radius: 20px;
    padding: 5px 10px;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    color: #fff;
    line-height: 1.4;
    will-change: transform
}

.cards__grid .card .card__quick-view {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, color .3s;
    cursor: pointer;
    z-index: 2;
    top: 19px;
    left: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background-color: #fff;
    padding: 5px;
    border: 1px solid;
    border-radius: 20px
}

.cards__grid .card .card__quick-view:hover span {
    color: #f04954
}

.cards__grid .card .card__quick-view span {
    font-size: 12px;
    font-weight: 400;
    transition: color .3s
}

.cards__grid .card .card__quick-view:before {
    content: "";
    width: 22px;
    height: 22px;
    flex: none;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.25' fill='%23fff' fill-opacity='.5' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M15.4 10.4l-3.889.012V6.6c0-.333-.267-.6-.6-.6-.331 0-.599.267-.599.6l.012 3.8H6.6c-.333 0-.6.268-.6.6 0 .332.267.6.6.6h3.718v3.8a.598.598 0 101.2 0v-3.8H15.4a.6.6 0 000-1.2z' fill='%23000'/%3E%3C/svg%3E");
    position: relative;
    z-index: 2
}

.cards__grid .card .card__title {
    font-weight: 500;
    font-size: 20px;
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.cards__grid .card .card__price-old {
    white-space: nowrap;
    color: #c4c4c4;
    text-decoration: line-through
}

.cards__grid .card .card__price-current {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700
}

.cards__grid .card .card__price {
    align-self: flex-end
}

.cards__grid .card .cart-btn {
    padding: 0 15px;
    align-self: flex-end
}

.catalog-content__cards .card, .simple-slider .card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: auto 20px 1fr 20px auto;
    grid-template-rows:auto 1fr auto;
    justify-content: flex-start;
    transition: box-shadow .3s, border .3s, filter .3s;
    position: relative;
    will-change: filter, transform
}

.catalog-content__cards .card > *:nth-child(1), .simple-slider .card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.catalog-content__cards .card > *:nth-child(2), .simple-slider .card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.catalog-content__cards .card > *:nth-child(3), .simple-slider .card > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.catalog-content__cards .card > *:nth-child(4), .simple-slider .card > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.catalog-content__cards .card > *:nth-child(5), .simple-slider .card > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.catalog-content__cards .card > *:nth-child(6), .simple-slider .card > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.catalog-content__cards .card:hover, .simple-slider .card:hover {
    z-index: 5;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .25))
}

.catalog-content__cards .card:hover .card__favorite, .catalog-content__cards .card:hover .card__quick-view, .catalog-content__cards .card:hover .card__text, .simple-slider .card:hover .card__favorite, .simple-slider .card:hover .card__quick-view, .simple-slider .card:hover .card__text {
    opacity: 1;
    visibility: visible
}

.catalog-content__cards .favorite.card .card__favorite:before, .catalog-content__cards .favorite.card .card__favorite:hover:before, .simple-slider .favorite.card .card__favorite:before, .simple-slider .favorite.card .card__favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' fill='url(%23paint0_linear)' stroke='url(%23paint1_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.catalog-content__cards .card .card__bottom, .simple-slider .card .card__bottom {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.catalog-content__cards .card .card__text, .simple-slider .card .card__text {
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #fff;
    padding: 0 24px 24px;
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 2px)
}

.catalog-content__cards .card .card__slider, .simple-slider .card .card__slider {
    width: 100%;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.catalog-content__cards .card .card__slider:hover .card__quick-view span, .simple-slider .card .card__slider:hover .card__quick-view span {
    opacity: 1;
    visibility: visible
}

.catalog-content__cards .card .card__slider .swiper-lazy-preloader, .simple-slider .card .card__slider .swiper-lazy-preloader {
    top: 80%
}

.catalog-content__cards .card .card__slider .swiper-container, .simple-slider .card .card__slider .swiper-container {
    width: 100%
}

.catalog-content__cards .card .card__slider .swiper-slide, .simple-slider .card .card__slider .swiper-slide {
    width: 100%;
    position: relative;
    padding-top: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px
}

.catalog-content__cards .card .card__slider .swiper-slide img, .simple-slider .card .card__slider .swiper-slide img {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 4px
}

.catalog-content__cards .card .card__slider .swiper-pagination, .simple-slider .card .card__slider .swiper-pagination {
    bottom: -25px
}

.catalog-content__cards .card .card__slider .swiper-pagination-bullet, .simple-slider .card .card__slider .swiper-pagination-bullet {
    transition: background-color .3s, border .3s;
    background-color: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    border: 1px solid #cfcfcf
}

.catalog-content__cards .card .card__slider .swiper-pagination-bullet:not(:last-of-type), .simple-slider .card .card__slider .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 12px
}

.catalog-content__cards .card .card__slider .swiper-pagination-bullet-active, .simple-slider .card .card__slider .swiper-pagination-bullet-active {
    border-color: transparent;
    background-color: #f04954
}

.catalog-content__cards .card .card__articul, .simple-slider .card .card__articul {
    z-index: 2;
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 0;
    border-radius: 6px 0 0 0;
    font-size: 14px;
    height: 23px;
    display: flex;
    align-items: flex-end;
    padding-left: 8px;
    will-change: transform
}

.catalog-content__cards .card .card__sizes, .simple-slider .card .card__sizes {
    padding-right: 8px;
    height: 23px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    border-radius: 0 6px 0 0;
    font-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='51' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 4l1.5-4L51 4h-1v9h1l-1.5 4-1.5-4h1V4h-1zM13 16H4v-1l-4 1.5L4 18v-1h9v1l4-1.5-4-1.5v1z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 100%;
    will-change: transform
}

.catalog-content__cards .card .card__sizes span:first-child, .simple-slider .card .card__sizes span:first-child {
    margin-right: 13px
}

.catalog-content__cards .card .card__favorite, .simple-slider .card .card__favorite {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    left: 18px;
    cursor: pointer;
    will-change: transform
}

.catalog-content__cards .card .card__favorite:before, .simple-slider .card .card__favorite:before {
    content: "";
    width: 24px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")
}

.catalog-content__cards .card .card__favorite:hover:before, .simple-slider .card .card__favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='url(%23paint0_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.catalog-content__cards .card .card__favorite.liked, .simple-slider .card .card__favorite.liked {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: hsla(0, 0%, 100%, .5)
}

.catalog-content__cards .card .card__favorite.liked:before, .simple-slider .card .card__favorite.liked:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 6.25h18.75M8.338 6.249V4.165a2.083 2.083 0 012.083-2.083h4.167a2.083 2.083 0 012.083 2.083V6.25m3.125 0v14.583a2.083 2.083 0 01-2.083 2.083H7.296a2.083 2.083 0 01-2.083-2.083V6.249h14.583z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.catalog-content__cards .card .card__tag, .simple-slider .card .card__tag {
    position: absolute;
        background-color: #f04954;
    border-radius: 20px;
    padding: 5px 10px;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    will-change: transform
}

.catalog-content__cards .card .card__quick-view, .simple-slider .card .card__quick-view {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, color .3s;
    cursor: pointer;
    z-index: 2;
    top: 14px;
    left: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background-color: #fff;
    padding: 5px;
    border: 1px solid;
    border-radius: 20px
}

.catalog-content__cards .card .card__quick-view:hover span, .simple-slider .card .card__quick-view:hover span {
    color: #f04954
}

.catalog-content__cards .card .card__quick-view span, .simple-slider .card .card__quick-view span {
    font-size: 10px;
    font-weight: 400;
    transition: color .3s
}

.catalog-content__cards .card .card__quick-view span:hover, .simple-slider .card .card__quick-view span:hover {
    color: #f04954
}

.catalog-content__cards .card .card__quick-view:before, .simple-slider .card .card__quick-view:before {
    content: "";
    width: 22px;
    height: 22px;
    flex: none;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.25' fill='%23fff' fill-opacity='.5' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M15.4 10.4l-3.889.012V6.6c0-.333-.267-.6-.6-.6-.331 0-.599.267-.599.6l.012 3.8H6.6c-.333 0-.6.268-.6.6 0 .332.267.6.6.6h3.718v3.8a.598.598 0 101.2 0v-3.8H15.4a.6.6 0 000-1.2z' fill='%23000'/%3E%3C/svg%3E");
    position: relative;
    z-index: 2
}

.catalog-content__cards .card .card__title, .simple-slider .card .card__title {
    font-weight: 500;
    font-size: 16px;
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.catalog-content__cards .card .card__price, .simple-slider .card .card__price {
    align-self: flex-end
}

.catalog-content__cards .card .card__price-old, .simple-slider .card .card__price-old {
    white-space: nowrap;
    color: #c4c4c4;
    text-decoration: line-through;
    font-size: 12px
}

.catalog-content__cards .card .card__price-current, .simple-slider .card .card__price-current {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700
}

.catalog-content__cards .card .cart-btn, .simple-slider .card .cart-btn {
    padding: 0 11px;
    font-size: 13px;
    align-self: flex-end
}

.favorite__links {
    display: flex;
    align-items: center
}

.favorite__links a {
    font-weight: 500;
    display: block
}

.favorite__links a:not(:last-child) {
    margin-right: 30px
}

.favorite__links a:last-child {
    color: #828282;
    border-bottom: 1px dashed
}

.simple-slider {
    padding-bottom: 0
}

.simple-slider.white-bg {
    padding: 95px 0;
    background-color: #fff;
    margin-bottom: 0
}

.simple-slider.white-bg + .white-bg {
    padding-top: 0
}

.simple-slider.white-bg .simple-slider__white-line {
    background: linear-gradient(270.17deg, #fff 12.32%, hsla(0, 0%, 100%, 0) 88.76%)
}

.simple-slider__white-line {
    height: 100%;
    width: 10%;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: opacity .3s, visibility .3s;
    background: linear-gradient(270.17deg, #f9f9f9 12.32%, hsla(0, 0%, 100%, 0) 88.76%);
    pointer-events: none
}

.simple-slider > .wrapper > .swiper-container {
    width: 100%;
    padding: 20px 0;
    margin: -20px auto
}

.simple-slider > .wrapper > .swiper-container > .swiper-wrapper > .swiper-slide {
    max-width: 280px;
    height: auto
}

.simple-slider > .wrapper > .swiper-container.simple-slider__swiper--gift > .swiper-wrapper > .swiper-slide {
    max-width: 232px
}

.simple-slider > .wrapper > .swiper-container .swiper-button-next, .simple-slider > .wrapper > .swiper-container .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.simple-slider > .wrapper > .swiper-container .swiper-button-next:after, .simple-slider > .wrapper > .swiper-container .swiper-button-prev:after {
    color: #828282;
    font-size: 16px;
    font-weight: 500
}

.simple-slider > .wrapper > .swiper-container .swiper-button-prev {
    left: 20px
}

.simple-slider > .wrapper > .swiper-container .swiper-button-prev + .simple-slider__white-line {
    transform: scaleX(-1);
    left: -2px
}

.simple-slider > .wrapper > .swiper-container .swiper-button-next {
    right: 20px
}

.simple-slider > .wrapper > .swiper-container .swiper-button-next + .simple-slider__white-line {
    right: -2px
}

.simple-slider > .wrapper > .swiper-container .swiper-button-disabled {
    opacity: 0
}

.simple-slider > .wrapper > .swiper-container .swiper-button-disabled + .simple-slider__white-line {
    opacity: 0;
    visibility: hidden
}

.simple-slider__tags {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap
}

.simple-slider__tags-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 8px 20px 8px 0;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-weight: 500;
    transition: border-color .3s;
    flex: none
}

.simple-slider__tags-item:hover {
    border-color: #828282
}

.simple-slider__tags-item.active {
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    color: #fff;
    border: none
}

.simple-slider__tags-item--name {
    transition: color .3s;
    margin-right: 10px;
    flex: none
}

.simple-slider__tags-item--count {
    font-weight: 300;
    flex: none
}

.simple-slider .card {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    height: 100%;
    will-change: transform
}

.simple-slider .card:hover {
    filter: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.simple-slider__swiper--gift .cart-btn {
    width: 70px
}

.simple-slider__swiper--gift .cart-btn span {
    font-size: 0
}

.simple-slider__swiper--gift .cart-btn span:after {
    margin-left: 0
}

.simple-slider__swiper--gift .card .card__favorite {
    top: 10px;
    left: 8px
}

.simple-slider__swiper--gift .card .card__quick-view {
    top: 10px;
    left: 40px
}

.simple-slider__swiper--gift .card .card__quick-view span {
    font-size: 10px
}

.main-banner {
    position: relative;
    padding: 41px 0 170px
}

.main-banner .wrapper {
    align-items: center
}

.main-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-banner__bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.main-banner__title {
    text-align: center;
    margin-bottom: 50px
}

.main-banner__logo {
    margin-bottom: 30px
}

.main-banner__form {
    width: 100%;
    max-width: 1294px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .03);
    border-radius: 12px;
    height: 92px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.main-banner__form-select {
    width: 100%;
    height: 100%;
    padding: 18px 32px;
    display: flex;
    transition: border-color .3s;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent
}

.main-banner__form-select:first-of-type {
    border-radius: 12px 0 0 12px
}

.main-banner__form-select:not(:last-of-type) {
    border-right: 1px solid #e0e0e0
}

.main-banner__form-select.focused {
    border-right-width: 2px;
    border-color: #e0e0e0
}

.main-banner__form-select > span {
    font-weight: 500;
    color: #c4c4c4
}

.main-banner__form button {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 45px;
    height: 100%
}

.main-banner__form button, .main-banner__form button:before {
    border-radius: 4px 12px 12px 4px
}

.main-banner--2 {
    overflow: hidden;
    padding: 0 !important
}

.main-banner--2:hover .main-banner__bg img {
    transform: scale(1.01)
}

.main-banner--2 .main-banner__bg {
    position: relative
}

.main-banner--2 .main-banner__bg img {
    display: block;
    transition: transform 2s linear
}

.main-banner--2 .main-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-advantages > .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px
}

.main-advantages > .wrapper::-webkit-scrollbar, .main-advantages > .wrapper::-webkit-scrollbar-thumb, .main-advantages > .wrapper::-webkit-scrollbar-track {
    display: none
}

.main-advantages__item {
    min-width: 250px;
    display: flex;
    align-items: center
}

.main-advantages__item-img {
    margin-right: 20px
}

.main-block__title {
    text-align: center;
    margin-bottom: 48px
}

.main-order {
    background-color: #f9f9f9;
    padding: 100px 0;
    margin-bottom: 0
}

.main-order__title {
    margin-bottom: 25px;
    text-align: left
}

.main-order__text {
    margin-bottom: 25px
}

.main-order__more {
    color: #828282;
    display: flex;
    cursor: pointer;
    transition: color .3s ease
}

.main-order__more:hover {
    color: #000
}

.main-delivery__title {
    text-align: left;
    margin-bottom: 40px
}

.main-delivery__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 140px 1fr 140px 1fr 140px 1fr 140px 1fr;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 140px
}

.main-delivery__left {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.main-delivery__left strong {
    font-weight: 600
}

.main-delivery__left p, .main-delivery__left strong {
    display: inline-block;
    margin-bottom: 20px
}

.main-delivery__right {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

.main-delivery__map {
    margin-top: 15px;
    padding-top: 60%;
    width: 100%;
    position: relative
}

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

.main-delivery__list {
    display: -ms-grid;
    display: grid;
    width: 100%
}

.main-delivery__list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    padding: 32px 26px
}

.main-delivery__list-item.active .main-delivery__list-item-title {
    margin-bottom: 30px
}

.main-delivery__list-item.active .main-delivery__list-item-title:after {
    transform: rotate(135deg)
}

.main-delivery__list-item.active .main-delivery__list-item-text {
    transition: height .4s ease-in
}

.main-delivery__list-item-title {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: margin .4s ease-out, color .4s ease
}

.main-delivery__list-item-title:hover {
    color: #828282
}

.main-delivery__list-item-title:after {
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform .3s;
    width: 10px;
    height: 10px
}

.main-delivery__list-item-text {
    transition: height .4s ease-out;
    width: 100%;
    overflow: hidden
}

.main-delivery__list-item-text:not(.active) {
    display: none
}

.main-mission .wrapper {
    align-items: center
}

.main-mission__title {
    text-align: center;
    margin-bottom: 85px
}

.main-mission__cards {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.main-mission__cards:not(.swiper-container) {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    grid-template-columns:repeat(auto-fill, minmax(285px, 1fr))
}

.main-mission__cards .swiper-slide {
    height: auto
}

.main-mission__cards .swiper-button-prev {
    left: -5px
}

.main-mission__cards .swiper-button-next {
    right: -5px
}

.main-mission__cards .swiper-button-next:after, .main-mission__cards .swiper-button-prev:after {
    font-size: 22px;
    color: #828282
}

.main-mission__card {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%
}

.main-mission__card-img {
    height: 64px;
    margin-bottom: 35px
}

.main-mission__card-img img {
    height: 100%;
    width: auto;
    object-fit: contain
}

.main-mission__card-title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center
}

.main-mission__card-text {
    line-height: 1.5;
    text-align: center
}

.main-reviews {
    background-color: #f9f9f9;
    padding: 100px 0
}

.main-reviews__tabs {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 55px;
    overflow: auto
}

.main-reviews__tabs::-webkit-scrollbar, .main-reviews__tabs::-webkit-scrollbar-thumb, .main-reviews__tabs::-webkit-scrollbar-track {
    display: none
}

.main-reviews__tabs:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0
}

.main-reviews__tabs-item {
    flex: none;
    transition: color .3s;
    cursor: pointer;
    font-weight: 700;
    color: #828282;
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 25px;
    letter-spacing: -.02em
}

.main-reviews__tabs-item:not(:last-of-type) {
    margin-right: 65px
}

.main-reviews__tabs-item.active {
    position: relative;
    color: #000
}

.main-reviews__tabs-item.active:after {
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
        background-color: #764f32;
    width: 100%
}

.main-reviews__page, .main-reviews__pages {
    display: flex;
    align-items: center
}

.main-reviews__page {
    width: 100%;
    flex-direction: column
}

.main-reviews__page .arrow-btn {
    -ms-grid-row-align: center;
    align-self: center
}

.main-reviews__slider {
    width: 100%;
    margin-bottom: 65px
}

.main-reviews__slider-img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 4px
}

.main-reviews__slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.main-reviews__slider .swiper-slide {
    display: flex;
    align-items: center
}

.main-reviews__slider .swiper-lazy-preloader {
    top: 70%;
    color: #fff;
    border-color: transparent #fff #fff
}

.main-reviews__slider .swiper-button-next, .main-reviews__slider .swiper-button-prev {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center
}

.main-reviews__slider .swiper-button-next:after, .main-reviews__slider .swiper-button-prev:after {
    color: #828282;
    font-size: 20px
}

.catalog-content__top {
    padding: 24px;
    background-color: #fff;
    border-left: 1px solid #e0e0e0
}

.catalog-content__sort {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.catalog-content__sort > span {
    color: #828282;
    margin-right: 15px
}

.catalog-content__sort-item {
    cursor: pointer;
    font-weight: 500;
    color: #828282;
    margin-right: 16px;
    border-bottom: 2px dotted #828282
}

.catalog-content__sort-item.active {
    border-bottom: 0;
    color: #000
}

.catalog-content__sort-item.select {
    text-decoration: underline
}

.catalog-content__sort-item.increase {
    display: flex;
    align-items: center
}

.catalog-content__sort-item.increase:after {
    content: "";
    margin-left: 5px;
    width: 14px;
    height: 18px;
    transform: rotate(180deg);
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.731 11.955a.82.82 0 011.128-1.191l3.358 3.176 3.358-3.176a.82.82 0 011.127 1.191l-4.485 4.243-4.486-4.243z' fill='%23828282'/%3E%3Cpath fill='%23828282' d='M6.402.725v14.454h1.631V.725z'/%3E%3C/svg%3E")
}

.catalog-content__sort-item.decrease {
    display: flex;
    align-items: center
}

.catalog-content__sort-item.decrease:after {
    content: "";
    margin-left: 5px;
    width: 14px;
    height: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.731 11.955a.82.82 0 011.128-1.191l3.358 3.176 3.358-3.176a.82.82 0 011.127 1.191l-4.485 4.243-4.486-4.243z' fill='%23828282'/%3E%3Cpath fill='%23828282' d='M6.402.725v14.454h1.631V.725z'/%3E%3C/svg%3E")
}

.catalog-content__filters {
    display: flex;
    align-items: flex-start
}

.catalog-content__filters-total {
    flex: none;
    color: #828282;
    margin-right: 20px;
    padding-top: 8px
}

.catalog-content__filters-total strong {
    color: #000;
    font-weight: 600
}

.catalog-content__filters-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -8px
}

.catalog-content__filters-item {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: border-color .3s;
    display: flex;
    align-items: center
}

.catalog-content__filters-item:after {
    cursor: pointer;
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23000'/%3E%3C/svg%3E")
}

.catalog-content__filters-item:hover {
    border-color: #828282
}

.catalog-content__filters-color {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid #000;
    margin-right: 10px
}

.catalog-content__filters-reset {
    padding-top: 8px;
    margin-left: 15px;
    cursor: pointer;
    color: #828282;
    transition: color .3s
}

.catalog-content__filters-reset:hover {
    color: #646363
}

.catalog-content__cards {
    background-color: #fff;
    z-index: 1
}

.sort-select {
    appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    font-weight: 600;
    padding-right: 15px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.487 1.516A.734.734 0 108.56.376L5.195 3.108 1.828.376a.734.734 0 10-.926 1.14L5.195 5l4.292-3.484z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%
}

.catalog-content__cards {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(275px, 1fr))
}

.catalog-content__cards .arrow-btn {
    margin-top: 45px;
    grid-column: 1/-1;
    -ms-grid-column-align: center;
    justify-self: center
}

.catalog-filter {
    flex-grow: 1;
    background-color: #fff
}

.catalog-filter__form {
    display: -ms-grid;
    display: grid;
    align-items: center;
    justify-items: center
}

.catalog-filter__top {
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    padding: 24px 28px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.catalog-filter__close {
    flex: none;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.467.252A.86.86 0 10.252 1.467L6.286 7.5.254 13.533a.86.86 0 001.215 1.215L7.5 8.716l6.03 6.03a.86.86 0 101.215-1.215l-6.03-6.03 6.033-6.032A.86.86 0 0013.533.253L7.501 6.286 1.467.252z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.catalog-filter__btns {
    width: 100%;
    background: #fff;
    padding: 24px 28px;
    display: flex;
    flex-direction: column
}

.catalog-filter__btns .btn:not(:first-child) {
    margin-top: 16px
}

.catalog-filter__title {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600
}

.catalog-filter__title:before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    flex: none;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.075.4c-.1-.2-.3-.4-.6-.4H.575c-.2 0-.4.2-.5.4-.1.2-.1.5 0 .7l6.5 8.5v7.9c0 .2.1.5.3.6.1.1.2.1.3.1.1 0 .2 0 .3-.1l3.7-2c.2-.1.4-.4.4-.6V9.6l6.5-8.5c.1-.2.1-.5 0-.7zM7.775 9l-5.8-7.6h14.2l-5.8 7.6c-.1.1-.1.3-.1.4v5.7l-2.4 1.3v-7c0-.1 0-.3-.1-.4z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.catalog-filter__cont {
    padding: 0 28px;
    width: 100%
}

.catalog-filter__category {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 24px;
    padding-top: 24px
}

.catalog-filter__category.active .catalog-filter__category-title {
    margin-bottom: 16px
}

.catalog-filter__category.active .catalog-filter__category-title:after {
    transform: rotate(135deg) translate(7px, 3px)
}

.catalog-filter__category.active .catalog-filter__category-content {
    transition: height .4s ease-in;
    display: flex;
    flex-wrap: wrap
}

.catalog-filter__category-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: margin .4s ease-out, color .4s ease
}

.catalog-filter__category-title:after {
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg) translate(-3px, -7px);
    width: 10px;
    height: 10px
}

.catalog-filter__category-content {
    transition: max-height .4s, margin .4s;
    width: 100%;
    overflow: hidden
}

.catalog-filter__category-content:not(.active) {
    display: none
}

.catalog-filter__badges {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -4px;
    margin-bottom: -4px
}

.catalog-filter__badge {
    font-size: 14px;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin: 4px 6px 4px 0;
    transition: border-color .3s;
    display: flex;
    align-items: center
}

.catalog-filter__badge:hover {
    border-color: #828282
}

.catalog-filter__badge.active {
    border: 2px solid #000;
    font-weight: 600;
    color: #000
}

.catalog-filter__color {
    cursor: pointer;
    display: flex;
    font-weight: 500
}

.catalog-filter__color:not(:last-child) {
    margin-bottom: 10px
}

.catalog-filter__color:hover .color {
    border-color: #828282
}

.catalog-filter__color.active .color {
    border: 2px solid #000
}

.catalog-filter__color .color {
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    transition: border .3s;
    margin-right: 14px
}

.catalog-filter__color .name {
    -ms-grid-row-align: center;
    align-self: center
}

.catalog-filter__more {
    display: flex;
    width: 100%;
    margin-top: 12px
}

.catalog-filter__more span {
    cursor: pointer;
    color: #764f32;
    text-align: left;
    font-size: 14px;
    border-bottom: 2px dotted
}

.filter-btn {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600
}

.filter-btn:before {
    content: "";
    position: relative;
    width: 18px;
    height: 18px;
    flex: none;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.075.4c-.1-.2-.3-.4-.6-.4H.575c-.2 0-.4.2-.5.4-.1.2-.1.5 0 .7l6.5 8.5v7.9c0 .2.1.5.3.6.1.1.2.1.3.1.1 0 .2 0 .3-.1l3.7-2c.2-.1.4-.4.4-.6V9.6l6.5-8.5c.1-.2.1-.5 0-.7zM7.775 9l-5.8-7.6h14.2l-5.8 7.6c-.1.1-.1.3-.1.4v5.7l-2.4 1.3v-7c0-.1 0-.3-.1-.4z' fill='%23000'/%3E%3C/svg%3E")
}

.catalog__wrapper {
    align-items: flex-start;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 1fr;
    grid-template-columns:350px 1fr
}

.cart__left {
    -ms-grid-column: 1;
    grid-column-start: 1;
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-gap: 16px
}

.cart__item {
    display: -ms-grid;
    display: grid;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 40px;
    grid-gap: 10px 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns:repeat(6, 1fr)
}

.cart__item-photo {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    position: relative;
    width: 128px;
    align-self: flex-start
}

.cart__item-photo--img {
    padding-top: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.cart__item-photo--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart__item-photo--articul {
    z-index: 2;
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 0;
    border-radius: 6px 0 0 0;
    font-size: 14px;
    height: 23px;
    display: flex;
    align-items: flex-end;
    padding-left: 8px
}

.cart__item-text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5
}

.cart__item-text--limit {
    font-size: 13px;
    color: #828282
}

.cart__item-text--limit span {
    color: #333;
    font-weight: 500
}

.cart__item-title {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px
}

.cart__item-price {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7
}

.cart__item-price-old {
    white-space: nowrap;
    color: #c4c4c4;
    text-decoration: line-through
}

.cart__item-price-current {
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700
}

.cart__item-count {
    width: 152px;
    justify-content: space-between
}

.cart__item-buttons {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7
}

.cart__item-buttons > * {
    white-space: nowrap;
    color: #828282;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: filter .3s
}

.cart__item-buttons > :hover {
    filter: brightness(0)
}

.cart__item-buttons > :not(:last-child) {
    margin-right: 60px
}

.cart__item-buttons > :before {
    content: "";
    margin-right: 13px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat
}

.cart__item-buttons--favorite:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='%23828282' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")
}

.cart__item-buttons--delete:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 6.25h18.75M8.338 6.249V4.165a2.083 2.083 0 012.083-2.083h4.167a2.083 2.083 0 012.083 2.083V6.25m3.125 0v14.583a2.083 2.083 0 01-2.083 2.083H7.296a2.083 2.083 0 01-2.083-2.083V6.249h14.583z' stroke='%23828282' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.cart__add-postal {
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    transition: border-color .3s
}

.cart__add-postal:hover {
    border-color: #f04954
}

.cart__add-postal-text > div {
    margin-right: 5px;
    display: inline-block;
    color: #0076e2;
    font-style: normal;
    border-bottom: 2px dotted;
    position: relative
}

.cart__add-postal-text > div:hover .cart__add-postal--img {
    opacity: 1;
    visibility: visible
}

.cart__add-postal--img {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translate(-50%);
    width: 160px;
    z-index: 4
}

.cart__add-postal--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: none
}

.cart__add-postal--img:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #fff;
    transition: transform .3s;
    top: 100%;
    left: 50%;
    transform: translate(-50%)
}

.cart__add-postal--price {
    flex: none;
    font-weight: 700;
    font-size: 24px
}

.cart__right {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 32px
}

.cart__right .main-btn {
    width: 100%;
    font-size: 14px
}

.cart__notion {
    position: relative;
    padding: 16px;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 24px
}

.cart__notion > p:first-of-type {
    margin-top: 0
}

.cart__notion b {
    font-weight: 600
}

.cart__notion-close {
    top: 7px;
    right: 7px;
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23828282'/%3E%3C/svg%3E")
}

.cart__promo {
    margin-bottom: 25px
}

.cart__promo-input {
    margin-top: 20px;
    height: 40px
}

.cart__promo-input button:after {
    top: 1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.943.957L10.273 17.72l-1.5-9.316-7.485-5.93L21.943.957z' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.cart__promo-input button.cart__promo-del:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px auto
}

.cart__promo-text {
    font-size: 14px;
    color: #764f32;
    margin-top: 14px
}

.cart__total-price {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
}

.cart__total-price span {
    font-weight: 600;
    font-size: 14px
}

.cart__total-price b {
    font-size: 32px;
    white-space: nowrap
}

.cart__bonuses {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600
}

.cart > .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 48px 350px;
    grid-template-columns:auto 350px;
    grid-gap: 32px 48px;
    align-items: flex-start
}

.cart__empty {
    grid-column: -1/1;
    font-size: 20px;
    font-weight: 500
}

.cart__links {
    display: flex;
    align-items: center
}

.cart__links a {
    font-weight: 500;
    display: block
}

.cart__links a:not(:last-child) {
    margin-right: 30px
}

.cart__links a:last-child {
    color: #828282;
    border-bottom: 1px dashed
}

.product__total {
    background: #fff;
    border-radius: 4px;
    padding: 35px;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9/12;
    -ms-grid-row: 1;
    grid-row: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-gap: 15px
}

.product__total-price--old {
    font-size: 20px;
    color: #c4c4c4;
    text-decoration: line-through
}

.product__total-price--current {
    font-size: 36px;
    font-weight: 700
}

.product__total-bonuses {
    position: absolute;
    top: 35px;
    right: 35px;
    padding-right: 25px;
    font-size: 13px
}

.product__total-bonuses span {
    font-weight: 600
}

.product__total-bonuses .info {
    position: absolute;
    top: 2px;
    right: 0
}

.product__total button {
    height: 56px;
    font-size: 14px
}

.product__total-count {
    justify-self: flex-start
}

.product__info {
    background: #fff;
    border-radius: 4px;
    padding: 18px;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px
}

.product__info-item {
    display: flex;
    align-items: flex-start
}

.product__info-item--img {
    margin-right: 20px
}

.product__info-item--text {
    margin-top: 7px;
    font-size: 14px;
    position: relative;
    padding-right: 20px
}

.product__info-item--text .info {
    position: absolute;
    top: 2px;
    right: 0
}

.product__slider {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 100%
}

.product__slider .swiper-container {
    width: 100%
}

.product__slider-top {
    position: relative;
    margin-bottom: 24px
}

.product__slider-bot {
    position: relative
}

.product__slider-bot .swiper-container {
    margin: 0 auto;
    width: calc(100% - 60px)
}

.product__slider-bot .swiper-slide-thumb-active {
    border: 2px solid #333;
    border-radius: 4px
}

.product__slider-bot .swiper-button-next:after, .product__slider-bot .swiper-button-prev:after {
    font-size: 22px;
    color: #828282
}

.product__slider-bot .swiper-button-prev {
    left: 0
}

.product__slider-bot .swiper-button-next {
    right: 0
}

.product__slider-thumb {
    cursor: pointer;
    padding-top: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    max-width: 110px
}

.product__slider-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.product__slider-img {
    overflow: hidden;
    border-radius: 4px;
    padding-top: 100%;
    position: relative
}

.product__slider-img iframe, .product__slider-img img, .product__slider-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product__slider--articul {
    right: 0;
    border-radius: 6px 0 0 0
}

.product__slider--articul, .product__slider--sizes {
    z-index: 2;
    position: absolute;
    background-color: #f9f9f9;
    bottom: 0;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    padding: 8px
}

.product__slider--sizes {
    left: 0;
    border-radius: 0 6px 0 0
}

.product__slider--sizes span {
    position: relative
}

.product__slider--sizes span:first-child {
    margin-right: 14px
}

.product__slider--sizes span.width:before {
    left: 0;
    top: calc(100% - 2px);
    width: 18px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='M16 2.5H6'/%3E%3Cpath d='M15 4l4-1.5L15 1v3zM6 4L2 2.5 6 1v3z' fill='%23000' stroke='%23000'/%3E%3C/svg%3E")
}

.product__slider--sizes span.height:before, .product__slider--sizes span.width:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.product__slider--sizes span.height:before {
    bottom: 2px;
    right: calc(100% + 3px);
    width: 4px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' d='M2.5 16V6'/%3E%3Cpath d='M1 15l1.5 4L4 15H1zM1 6l1.5-4L4 6H1z' fill='%23000' stroke='%23000'/%3E%3C/svg%3E")
}

.product__slider--favorite {
    transition: opacity .3s, visibility .3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    left: 23px;
    cursor: pointer
}

.product__slider--favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='url(%23paint0_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.product__slider--favorite:before {
    content: "";
    width: 36px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' stroke='%23000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")
}

.product__slider--favorite.liked {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: hsla(0, 0%, 100%, .5)
}

.product__slider--favorite.liked:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 6.25h18.75M8.338 6.249V4.165a2.083 2.083 0 012.083-2.083h4.167a2.083 2.083 0 012.083 2.083V6.25m3.125 0v14.583a2.083 2.083 0 01-2.083 2.083H7.296a2.083 2.083 0 01-2.083-2.083V6.249h14.583z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.product__slider--tag {
    position: absolute;
        background-color: #764f32;
    border-radius: 20px;
    padding: 5px 10px;
    top: 23px;
    right: 23px;
    z-index: 2;
    color: #fff;
    line-height: 1.4
}

.product__slider--quick-view {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: opacity .3s, visibility .3s, border-color .3s;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border: 2px solid #fff
}

.product__slider--quick-view:hover {
    border-color: #f04954
}

.product__slider--quick-view:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.004 15.109c1.7 0 3.249-.592 4.467-1.596l5.371 5.371a.722.722 0 00.521.216.737.737 0 00.521-1.258l-5.371-5.371a7.09 7.09 0 001.596-4.467A7.106 7.106 0 008.004.9C4.097.9.9 4.097.9 8.004c0 3.923 3.198 7.105 7.104 7.105zm0-12.735a5.637 5.637 0 015.631 5.63 5.627 5.627 0 01-5.63 5.631 5.637 5.637 0 01-5.631-5.63c0-3.098 2.533-5.631 5.63-5.631z' fill='%23000' stroke='%23F6F6F6' stroke-width='.2'/%3E%3C/svg%3E");
    position: relative;
    z-index: 2
}

.product__settings {
    background: #fff;
    border-radius: 4px;
    padding: 18px;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
    display: -ms-grid;
    display: grid;
    grid-gap: 35px;
    width: 100%
}

.product__settings-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.product__settings-block--title {
    font-weight: 600;
    margin-bottom: 15px
}

.product__heights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -8px;
    margin-right: -8px
}

.product__heights-item {
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px
}

.product__heights-item input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.product__heights-item input[type=radio]:checked + label {
    border: 2px solid #000;
    font-weight: 600;
    color: #000
}

.product__heights-item label {
    font-size: 14px;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: border-color .3s;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.product__heights-item label:hover {
    border-color: #828282
}

.product__postal + .product__postal {
    margin-top: 16px
}

.product__postal-text {
    font-size: 14px;
    color: #333
}

.product__postal-text > div {
    margin-right: 5px;
    display: inline-block;
    color: #0076e2;
    font-style: normal;
    border-bottom: 2px dotted;
    position: relative
}

.product__postal-text > div:hover .product__postal-img {
    opacity: 1;
    visibility: visible
}

.product__postal-img {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    bottom: 130%;
    width: 160px;
    z-index: 4
}

.product__postal-img, .product__postal-img:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.product__postal-img:after {
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #fff;
    transition: transform .3s;
    top: 100%
}

.product__postal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: none
}

.product__postal-textarea {
    width: 100%;
    padding-top: 20px
}

.product__postal-textarea--limit {
    font-size: 13px;
    color: #828282
}

.product__postal-textarea--limit span {
    color: #333;
    font-weight: 500
}

.product__postal-textarea textarea {
    padding: 12px 0 0 20px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    resize: vertical;
    max-height: 250px;
    min-height: 42px;
    width: 100%;
    font-size: 16px
}

.product__postal-textarea textarea::-webkit-input-placeholder {
    color: #c4c4c4
}

.product__postal-textarea textarea:-moz-placeholder, .product__postal-textarea textarea::-moz-placeholder {
    color: #c4c4c4
}

.product__postal-textarea textarea:-ms-input-placeholder {
    color: #c4c4c4
}

.product__packages {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns:repeat(4, 1fr);
    max-width: 500px
}

.product__packages-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    width: 100%
}

.product__packages-item {
    position: relative
}

.product__packages-item input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.product__packages-item input[type=checkbox]:checked + label .product__packages-item--img {
    border-color: #333
}

.product__packages-item input[type=checkbox]:checked + label .product__packages-item--price {
    color: #828282
}

.product__packages-item input[type=checkbox].disabled + label {
    pointer-events: none
}

.product__packages-item input[type=checkbox].disabled + label .product__packages-item--price {
    color: #828282
}

.product__packages-item label {
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.product__packages-item:hover .product__packages-item--info {
    opacity: 1;
    visibility: visible
}

.product__packages-item--img {
    border-radius: 4px;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    border: 2px solid transparent;
    transition: border-color .3s
}

.product__packages-item--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product__packages-item--price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700
}

.product__packages-item--info {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15));
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translate(-50%);
    z-index: 4
}

.product__packages-item--info:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top: 12px solid #fff;
    transition: transform .3s;
    top: 100%;
    left: 50%;
    transform: translate(-50%)
}

.product__packages-all {
    cursor: pointer
}

.product__packages-all--content {
    position: relative;
    border-radius: 4px;
    border: 1px solid #828282;
    padding-top: 100%
}

.product__packages-all span {
    font-size: 14px;
    color: #828282;
    left: 50%;
    top: calc(50% + 18px);
    transform: translate(-50%, -50%);
    position: absolute
}

.product__packages-all--circle {
    width: 33px;
    height: 33px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='35' height='35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.78 34.388c9.198 0 16.654-7.457 16.654-16.655S26.978 1.078 17.78 1.078 1.125 8.535 1.125 17.733 8.582 34.388 17.78 34.388z' stroke='%23828282' stroke-linecap='square'/%3E%3Cpath stroke='%23828282' d='M17.535 7.707v18.561M9.082 17.814h17.235'/%3E%3C/svg%3E");
    top: calc(50% - 8px);
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.product__packages-popup .product__packages {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns:repeat(6, 1fr);
    max-width: 100%
}

.product__packages-popup--buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    align-self: flex-end
}

.product__packages-popup--buttons > * {
    margin-left: 15px
}

.product__tabs {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column
}

.product__tabs-buttons {
    background-color: #f2f2f2
}

.product__tabs-button, .product__tabs-buttons {
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0
}

.product__tabs-button {
    cursor: pointer;
    color: #828282;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    padding: 0 48px;
    height: 82px;
    transition: color .3s, background-color .3s
}

.product__tabs-button:hover {
    color: #000
}

.product__tabs-button.active {
    background-color: #fff;
    color: #333
}

.product__tabs-content {
    background-color: #fff;
    padding: 48px;
    position: relative
}

.product__tabs-content .product__tabs-content-page:not(.active) {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0
}

.product__tabs-content .product__tabs-content-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: color .3s ease
}

.product__tabs-content .product__tabs-content-title:hover {
    color: #828282
}

.product__tabs-content .product__tabs-content-title:after {
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform .3s;
    width: 10px;
    height: 10px
}

.product__composition {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap
}

.product__composition-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 500px;
    width: calc(50% - 100px);
    margin-right: 100px
}

.product__composition-item--name {
    width: 100%;
    display: flex;
    align-items: center
}

.product__composition-item--name span {
    flex-shrink: 0
}

.product__composition-item--name:after {
    line-height: inherit;
    content: "";
    width: 100%;
    border-bottom: 1px dotted #828282;
    margin: 0 10px -10px
}

.product__composition-item--count {
    flex-shrink: 0
}

.product__about {
    width: 100%;
    flex-direction: column
}

.product__about p {
    margin-bottom: 20px
}

.product__delivery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 40px
}

.product__delivery-map {
    max-width: 552px;
    padding-top: 51%;
    position: relative
}

.product__delivery-map > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product__delivery-info, .product__delivery-info label {
    display: flex;
    flex-direction: column
}

.product__delivery-info label {
    max-width: 475px;
    margin-bottom: 40px;
    align-items: flex-start
}

.product__delivery-info label span {
    font-size: 14px;
    margin-bottom: 5px
}

.product__delivery-info label input {
    height: 48px
}

.product__delivery-info strong {
    margin-bottom: 15px
}

.product__delivery-info ul li {
    display: flex;
    align-items: center
}

.product__delivery-info ul li:before {
    content: "";
    margin-right: 10px;
    width: 4px;
    height: 4px;
        background-color: #764f32;
    border-radius: 50%
}

.product__delivery-info ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.product__reviews {
    grid-gap: 30px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.product__reviews-rating {
    display: flex;
    align-items: center;
    color: #828282
}

.product__reviews-rating b {
    font-size: 20px;
    color: #000;
    margin: 0 10px
}

.product__reviews-rating--stars {
    font-size: 20px;
    color: #f04954
}

.product__reviews-slider--white-line {
    height: 100%;
    width: 10%;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: opacity .3s, visibility .3s;
    background: linear-gradient(270.17deg, #fff 12.32%, hsla(0, 0%, 100%, 0) 88.76%)
}

.product__reviews-slider .swiper-container {
    width: 100%;
    padding: 0 200px
}

.product__reviews-slider .swiper-button-next, .product__reviews-slider .swiper-button-prev {
    top: 80px;
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .3s ease
}

.product__reviews-slider .swiper-button-next:hover, .product__reviews-slider .swiper-button-prev:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.product__reviews-slider .swiper-button-next:after, .product__reviews-slider .swiper-button-prev:after {
    color: #828282;
    font-size: 16px;
    font-weight: 500
}

.product__reviews-slider .swiper-button-prev {
    left: 20px
}

.product__reviews-slider .swiper-button-prev + .product__reviews-slider--white-line {
    transform: scaleX(-1);
    left: -2px
}

.product__reviews-slider .swiper-button-next {
    right: 20px
}

.product__reviews-slider .swiper-button-next + .product__reviews-slider--white-line {
    right: -2px
}

.product__reviews-slider .swiper-button-disabled {
    opacity: 0
}

.product__reviews-slider .swiper-button-disabled + .product__reviews-slider--white-line {
    opacity: 0;
    visibility: hidden
}

.product__reviews-slider .swiper-slide {
    max-width: 800px;
    width: 100%
}

.product__reviews-slider .swiper-slide .product__reviews-item {
    margin-bottom: 10px
}

.product__reviews-item {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.product__reviews-person {
    max-width: 180px;
    flex: none;
    margin-right: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 10px auto;
    grid-template-columns:40px auto;
    grid-gap: 0 10px
}

.product__reviews-person-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.product__reviews-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product__reviews-person-name {
    font-weight: 600;
    -ms-grid-row-align: center;
    align-self: center
}

.product__reviews-person-rating {
    color: #764f32;
    margin-top: 10px
}

.product__reviews-person-date, .product__reviews-person-rating {
    grid-column: 1/-1
}

.product__reviews-person-date {
    color: #828282;
    font-size: 13px
}

.product__reviews-review {
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    padding: 32px 20px 32px 48px;
    min-height: 160px
}

.product__reviews-review:before {
    content: "";
    width: 19px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: calc(100% - 6px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.75 22.318L.827 12.5 13.75 2.682v19.636z' fill='%23fff' stroke='%23E0E0E0'/%3E%3Cpath d='M14 1v22.5' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h19v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.product__reviews-review--text {
    margin-bottom: 15px
}

.product__reviews-review--from {
    color: #828282;
    font-size: 13px
}

.product__reviews-review--from a {
    color: #f04954
}

.product__reviews-review--gallery {
    display: flex;
    flex-wrap: wrap
}

.product__reviews-review--gallery a {
    margin-right: 8px;
    margin-bottom: 8px;
    transition: opacity .3s ease
}

.product__reviews-review--gallery a:hover {
    opacity: .7
}

.product__reviews-review--gallery img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center
}

.product__title {
    margin-bottom: 32px
}

.product__content {
    align-items: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr 48px 1fr;
    grid-template-columns:repeat(11, 1fr);
    grid-gap: 16px 48px
}

.product__messenge {
    font-size: 14px;
    line-height: 1.4;
    padding: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f04954
}

.product.favorite .product__slider--favorite:before, .product.favorite .product__slider--favorite:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21l-1.595-1.439C4.74 14.471 1 11.114 1 6.995 1 3.638 3.662 1 7.05 1c1.914 0 3.751.883 4.95 2.278A6.612 6.612 0 0116.95 1C20.338 1 23 3.638 23 6.995c0 4.12-3.74 7.476-9.405 12.577L12 21z' fill='url(%23paint0_linear)' stroke='url(%23paint1_linear)' stroke-width='1.5' stroke-linecap='square'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='8.19' y1='-4.833' x2='29.897' y2='13.382' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.order__confirm {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 20px
}

.order__confirm > * {
    width: 100%
}

.order__confirm-prices > * {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.order__confirm-prices span {
    font-size: 14px;
    font-weight: 600
}

.order__confirm-prices strong {
    white-space: nowrap;
    font-size: 18px;
    margin-left: 10px
}

.order__confirm-prices--total {
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

.order__confirm-prices--total span {
    font-size: 14px;
    font-weight: 600
}

.order__confirm-prices--total strong {
    white-space: nowrap;
    font-size: 32px
}

.order__confirm > button {
    margin-bottom: 16px;
    font-size: 14px
}

.order__confirm-text {
    font-size: 13px;
    color: #828282;
    text-align: center;
    line-height: 1.4
}

.order__confirm-text a {
    color: #0076e2
}

.order__content-text {
    margin-bottom: 32px;
    font-size: 20px
}

.order__content-text p {
    margin-bottom: 5px
}

.order__content-text a {
    color: #0076e2
}

.order__content-title {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700
}

.order__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 24px 28px
}

.order__form .full-width {
    grid-column: 1/-1
}

.order__form-block {
    background: #fff;
    border-radius: 4px;
    padding: 24px 32px
}

.order__form-block--grey {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 24px 28px;
    background: #f9f9f9;
    border-radius: 4px;
    padding: 24px 20px;
    margin-bottom: 12px
}

.order__form-block--grey-title {
    font-weight: 600;
    grid-column: 1/-1
}

.order__form-block--grey label {
    justify-content: space-between
}

.order__form-block--grey label input {
    height: 40px
}

.order__form-block--title {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    font-size: 20px
}

.order__form-block--message {
    border: 1px solid #f04954;
    background: #fdedee;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    justify-content: space-between;
    margin-bottom: 15px
}

.order__form-block--message-text {
    font-size: 14px
}

.order__form-block--message-text b, .order__form-block--message-text strong {
    margin-right: 10px
}

.order__form-block--message-text:not(:first-child) {
    margin-left: 10px
}

.order__form-block--message-close {
    flex: none;
    margin-top: 3px;
    margin-left: 10px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23000'/%3E%3C/svg%3E")
}

.order__form-block--checkboxes {
    display: flex;
    flex-direction: column
}

.order__form-block--checkboxes label {
    margin-bottom: 15px
}

.order__form-block--checkboxes span {
    font-size: 14px;
    color: #000 !important
}

.order__form-block--checkboxes span em {
    color: #764f32;
    font-style: normal;
    margin-left: 10px
}

.order__form-block--checkboxes span:before {
    margin-right: 12px !important
}

.order__form-block--date {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 24px 28px
}

.order__form-block--column-1 {
    -ms-grid-column: 1;
    grid-column: 1
}

.order__form-login {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.order-recipient .order__form-block--radio label input + span {
    font-size: 16px
}

.order-recipient .order__form-block--radio label input + span i {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #828282;
    pointer-events: none
}

.order-sender__info {
    position: relative;
    padding-right: 120px
}

.order-sender__edit {
    position: absolute;
    top: -4px;
    right: -4px
}

.order-sender__item {
    display: flex;
    font-size: 14px
}

.order-sender__item-label {
    width: 60px;
    font-weight: 600;
    margin-right: 12px;
    flex: none;
    position: relative;
    top: -1px
}

.date-select {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 40px;
    grid-template-columns:1fr 1fr 1fr 40px;
    gap: 16px;
    align-items: flex-end
}

.date-select__item {
    position: relative
}

.date-select__item-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.date-select__item-input:checked + label {
    color: #fff
}

.date-select__item-input:checked + label:before {
    opacity: 1
}

.date-select__item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 4px;
    background: #f9f9f9;
    position: relative;
    transition: color .3s ease;
    cursor: pointer
}

.date-select__item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    opacity: 0;
    transition: opacity .3s ease
}

.date-select__item-label > span {
    position: relative;
    margin-bottom: 0
}

.date-select .date-input {
    appearance: none;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 1px solid #f04954;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.286 1.714H12.57V.571a.571.571 0 10-1.142 0v1.143H4.57V.571a.571.571 0 10-1.142 0v1.143H1.714C.768 1.714 0 2.482 0 3.43v10.857C0 15.233.768 16 1.714 16h12.572c.947 0 1.714-.768 1.714-1.714V3.429c0-.947-.768-1.715-1.714-1.715zm.571 12.572a.571.571 0 01-.571.571H1.714a.571.571 0 01-.571-.571V6.857h13.714v7.429zm0-8.572H1.143V3.43c0-.316.256-.572.571-.572H3.43V4A.571.571 0 104.57 4V2.857h6.858V4a.571.571 0 101.143 0V2.857h1.714c.315 0 .571.256.571.572v2.285z' fill='%23000'/%3E%3Cpath d='M4.574 8H3.43a.571.571 0 100 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M8.574 8H7.43a.571.571 0 100 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M12.574 8H11.43a.571.571 0 000 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M4.574 10.286H3.43a.571.571 0 000 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M8.574 10.286H7.43a.571.571 0 000 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M12.574 10.286H11.43a.571.571 0 000 1.143h1.143a.571.571 0 100-1.143z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M4.574 12.572H3.43a.571.571 0 000 1.142h1.143a.571.571 0 000-1.143z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M8.574 12.572H7.43a.571.571 0 000 1.142h1.143a.571.571 0 100-1.143z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M12.574 12.572H11.43a.571.571 0 000 1.142h1.143a.571.571 0 100-1.143z' fill='url(%23paint8_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.606' y1='7.667' x2='4.761' y2='9.429' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='7.606' y1='7.667' x2='8.761' y2='9.429' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='11.606' y1='7.667' x2='12.761' y2='9.429' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='3.606' y1='9.952' x2='4.761' y2='11.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='7.606' y1='9.952' x2='8.761' y2='11.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='11.606' y1='9.952' x2='12.761' y2='11.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='3.606' y1='12.238' x2='4.761' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='7.606' y1='12.238' x2='8.761' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='11.606' y1='12.238' x2='12.761' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F04954'/%3E%3Cstop offset='1' stop-color='%23FA939F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.date-time .default-select {
    display: none
}

.order__title {
    margin-bottom: 32px
}

.order__wrapper {
    align-items: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 350px;
    grid-template-columns:1fr 350px;
    grid-gap: 48px;
    width: 100%
}

.lc-main {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));
    gap: 20px 24px
}

.lc-main .col-2 {
    grid-column: -1/1
}

.lc-main__top {
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    grid-gap: 15px
}

.lc-main__top-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4
}

.lc-main__top-edit {
    flex: none;
    margin-top: 2px
}

.lc-main__card {
    background: #fff;
    border-radius: 4px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column
}

.lc-main__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px
}

.lc-main__card .more {
    margin-top: auto;
    margin-left: auto;
    padding-top: 5px
}

.lc-main__card--score {
    position: relative
}

.lc-main__card--score .lc-main__card-title {
    padding-right: 110px
}

.lc-main__card--score .more {
    position: absolute;
    top: 32px;
    right: 40px
}

.lc-main__order {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 135px 28px 1fr 28px 1fr;
    grid-template-columns:135px 1fr 1fr;
    gap: 15px 28px;
    align-items: center
}

.lc-main__order-img {
    display: block;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    border-radius: 2px;
    overflow: hidden;
    height: 135px;
    position: relative
}

.lc-main__order-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.lc-main__order-count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: 1px 8px;
    border-radius: 2px;
    background: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    font-weight: 500
}

.lc-main__order-number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 2px dashed;
    display: inline-block;
    width: max-content;
    transition: border-color .3s ease
}

.lc-main__order-number:hover {
    border-color: transparent
}

.lc-main__order-info {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-bottom: 15px
}

.lc-main__order-label {
    font-size: 16px;
    margin-bottom: 5px
}

.lc-main__order-text {
    font-size: 16px;
    font-weight: 600
}

.lc-main__score {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 135px 28px 1fr;
    grid-template-columns:135px 1fr;
    gap: 15px 28px
}

.lc-main__score-legend {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns:repeat(2, 1fr);
    gap: 24px 28px
}

.lc-main__score-btn {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.lc-main__score-item {
    padding-left: 20px;
    position: relative
}

.lc-main__score-item.item-1:before {
    background-color: #face8c
}

.lc-main__score-item.item-2:before {
    background-color: #f88
}

.lc-main__score-item:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%
}

.lc-main__score-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px
}

.lc-main__score-text {
    font-size: 22px
}

.lc-menu, .lc-menu__title {
    position: relative
}

.lc-menu__title {
    padding: 12px 40px 12px 16px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #828282;
    border-radius: 4px;
    background: #fff
}

.lc-menu__title.opened:after {
    transform: rotate(225deg)
}

.lc-menu__title.opened + .lc-menu__list {
    max-height: 1000px;
    transition: max-height .6s ease-in .4s
}

.lc-menu__title:after {
    position: absolute;
    top: 20px;
    right: 16px;
    content: "";
    transform: rotate(45deg);
    border-color: transparent #111 #111 transparent;
    border-style: solid;
    border-width: 1px;
    width: 8px;
    height: 8px;
    transition: transform .3s ease
}

.lc-menu__list {
    background: #fff;
    border-radius: 4px;
    padding: 14px 0
}

.lc-menu__link {
    display: block;
    padding: 12px 20px;
    position: relative;
    font-weight: 500;
    transition: color .3s ease
}

.lc-menu__link:hover {
    color: #f04954
}

.lc-menu__link.active {
    font-weight: 600
}

.lc-menu__link.active:before {
    opacity: 1
}

.lc-menu__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    opacity: 0;
    transition: opacity .3s ease
}

.lc-data__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    gap: 24px
}

.lc-data__info {
    font-size: 16px;
    line-height: 1.5;
    color: #828282
}

.lc-data__item .form-input__error, .lc-data__item .form-input__label {
    max-width: 50%
}

.lc-data__item--tel .form-input__tel {
    position: relative
}

.lc-data__item--tel .form-input__tel .form-input__input {
    padding-right: 140px
}

.lc-data__item--tel .form-input__tel .form-input__input:focus ~ .form-input__tooltip {
    opacity: 1;
    transform: none;
    visibility: visible
}

.lc-data__item--tel .form-input__tel .form-input__btn {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: auto
}

.lc-data .lc-data__item--code {
    width: calc(50% - 24px)
}

.lc-data .lc-data__item--code .form-input__wrap {
    display: flex
}

.lc-data .lc-data__item--code .form-input__input {
    max-width: 250px
}

.lc-data .lc-data__item--code .lc-data__info {
    font-size: 12px
}

.lc-data .lc-data__item--code .lc-data__info a {
    color: #764f32;
    transition: filter .3s ease
}

.lc-data .lc-data__item--code .lc-data__info a:hover {
    filter: brightness(.8)
}

.lc-data .lc-data__item--code .lc-data__info a.disabled {
    color: #828282;
    pointer-events: none
}

.lc-data .form-input__wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));
    gap: 10px 20px;
    align-items: center
}

.lc-password {
    max-width: 540px;
    width: 100%
}

.lc-password .form-input__link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.lc-notification__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));
    gap: 30px 20px
}

.lc-notification__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px
}

.lc-addresses__item {
    max-width: 520px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 60px;
    grid-template-columns:1fr 60px;
    gap: 20px
}

.lc-addresses__item:not(:last-child) {
    margin-bottom: 32px
}

.lc-addresses__item-name {
    font-size: 16px;
    font-weight: 400
}

.lc-addresses__item-text {
    font-size: 14px;
    font-weight: 400;
    color: #828282
}

.lc-addresses__item-btns {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.lc-addresses__item-btn {
    font-size: 0;
    position: relative;
    top: -4px
}

.lc-addresses__item-btn:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.lc-addresses__bottom {
    margin-top: 32px;
    max-width: 650px;
    width: 100%;
    display: flex
}

.lc-addresses__bottom button {
    flex: none;
    margin-right: 16px
}

.lc-addresses__info {
    font-size: 14px;
    color: #828282;
    padding-top: 3px
}

.scores-nav {
    display: flex;
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e0e0
}

.scores-nav__item {
    cursor: pointer;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-right: 40px;
    padding-bottom: 16px;
    color: #828282;
    position: relative;
    transition: color .3s ease
}

.scores-nav__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    height: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    opacity: 0;
    transition: opacity .3s ease
}

.scores-nav__item.active, .scores-nav__item:hover {
    color: #000
}

.scores-nav__item.active:after {
    opacity: 1
}

.scores-cont {
    position: relative
}

.scores-page:not(.active) {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.scores-page > :not(:last-child) {
    margin-bottom: 70px
}

.scores-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.scores-grade {
    flex: none;
    max-width: 520px;
    width: 100%;
    padding-top: 40px
}

.scores-grade__line {
    width: 100%;
    position: relative;
    height: 6px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 18px
}

.scores-grade__line-progress {
    position: relative;
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%)
}

.scores-grade__info {
    position: absolute;
    width: 240px;
    bottom: calc(100% + 20px);
    right: 0;
    transform: translateX(50%);
    padding: 8px 12px;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .15))
}

.scores-grade__info:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-top: 8px solid #fff;
    transition: transform .3s;
    top: 100%;
    left: 50%;
    margin-left: -4px
}

.scores-grade__info span {
    color: #f04954
}

.scores-grade__list {
    display: flex
}

.scores-grade__item {
    position: relative
}

.scores-grade__item.active:after {
    border-color: #f04954
}

.scores-grade__item:after {
    content: "";
    position: absolute;
    bottom: calc(100% + 13px);
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e0e0e0
}

.scores-grade__item:last-child {
    margin-left: auto;
    text-align: right
}

.scores-grade__item:last-child:after {
    left: auto;
    right: 0
}

.scores-grade__item-label {
    font-size: 16px;
    font-weight: 600
}

.scores-grade__item-text {
    font-size: 14px;
    color: #828282
}

.scores-donut {
    flex: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 135px 40px 1fr;
    grid-template-columns:135px 1fr;
    gap: 15px 40px;
    align-items: center;
    padding-right: 40px
}

.scores-donut__legend-item {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center
}

.scores-donut__legend-item:not(:last-child) {
    margin-bottom: 16px
}

.scores-donut__legend-item.item-1:before {
    background-color: #face8c
}

.scores-donut__legend-item.item-2:before {
    background-color: #f88
}

.scores-donut__legend-item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%
}

.scores-donut__legend-label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px
}

.scores-donut__legend-text {
    font-size: 22px
}

.scores-list__item {
    padding: 20px 40px;
    background: #f9f9f9;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 50px 3fr 50px 110px 50px 1fr;
    grid-template-columns:80px 3fr 110px 1fr;
    gap: 15px 50px;
    align-items: center
}

.scores-list__item:not(:last-child) {
    margin-bottom: 8px
}

.scores-list__count {
    padding: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%)
}

.scores-list__name {
    font-weight: 600
}

.scores-list__name a {
    border-bottom: 1px dashed #000;
    transition: border-color .3s ease
}

.scores-list__name a:hover {
    border-color: transparent
}

.scores-list__date {
    color: #828282
}

.scores-list__desc {
    font-weight: 600
}

.lc-orders__item {
    padding: 40px;
    background: #fff;
    border-radius: 4px
}

.lc-orders__item:not(:last-child) {
    margin-bottom: 16px
}

.lc-orders__top {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.lc-orders__top .lc-orders__name {
    margin-right: 24px
}

.lc-orders__top .lc-orders__scores {
    margin-left: 24px
}

.lc-orders__name {
    font-size: 36px;
    font-weight: 700
}

.lc-orders__number {
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 2px dashed #000;
    transition: border-color .3s ease;
    margin-right: 16px
}

.lc-orders__number:hover {
    border-color: transparent
}

.lc-orders__status {
    margin-right: auto
}

.lc-orders__scores {
    color: #f04954
}

.lc-orders__date {
    margin-bottom: 32px;
    display: flex
}

.lc-orders__date-label {
    color: #828282;
    margin-right: 5px
}

.lc-orders__date-date {
    font-weight: 600
}

.lc-orders__el {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 128px 32px 1fr 32px 210px;
    grid-template-columns:128px 1fr 210px;
    gap: 20px 32px
}

.lc-orders__el:not(:last-child) {
    margin-bottom: 40px
}

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

.lc-orders__el-name {
    margin-bottom: 12px
}

.lc-orders__el-name, .lc-orders__el-text {
    font-size: 20px;
    font-weight: 500
}

.lc-orders__el-price {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px 0
}

.lc-orders__el-price .price {
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    align-self: flex-end
}

.lc-orders__el-price button {
    margin-top: auto;
    align-self: flex-end
}

.order-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 64px auto;
    grid-template-columns:auto auto;
    gap: 30px 64px
}

.order-cont__img {
    max-width: 432px;
    width: 100%
}

.order-cont__img-label {
    font-weight: 700;
    display: flex;
    margin-bottom: 24px
}

.order-cont__img-label:before {
    content: "";
    position: relative;
    display: block;
    flex: none;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    top: -5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.095 9.11c-.842 0-1.66.163-2.43.485a.5.5 0 00.386.924 5.315 5.315 0 017.353 4.9 5.315 5.315 0 01-5.309 5.31 5.315 5.315 0 01-4.901-7.351.5.5 0 00-.925-.386 6.317 6.317 0 005.826 8.738c3.48 0 6.31-2.83 6.31-6.31 0-3.48-2.83-6.31-6.31-6.31z' fill='%23000'/%3E%3Cpath d='M24.27 6.705h-1.524l-1.748-2.959a.5.5 0 00-.431-.246h-6.945a.5.5 0 00-.431.246l-1.749 2.96H8.58v-.602c0-.994-.809-1.803-1.803-1.803-.994 0-1.803.81-1.803 1.803v.601H3.708c-1.4 0-2.54 1.14-2.54 2.54v12.348c0 1.401 1.14 2.54 2.54 2.54H24.27c1.4 0 2.54-1.139 2.54-2.54V9.245c0-1.4-1.14-2.54-2.54-2.54zM13.908 4.502h6.373l1.302 2.203h-8.977l1.302-2.203zM5.976 6.104a.802.802 0 011.602 0v.601H5.976v-.6zm19.832 15.49a1.54 1.54 0 01-1.538 1.538H3.708a1.54 1.54 0 01-1.538-1.539V9.245c0-.848.69-1.538 1.538-1.538H24.27c.848 0 1.538.69 1.538 1.538v12.348z' fill='%23000'/%3E%3Cpath d='M8.078 10.813H5.473a.5.5 0 000 1.001h2.605a.5.5 0 100-1.002zM12.985 11.814a.505.505 0 00.501-.5.505.505 0 00-.5-.502.505.505 0 00-.502.501.503.503 0 00.501.501z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

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

.order-cont__list {
    flex: 1 1 auto
}

.order-cont__item {
    padding: 20px 0 20px 36px;
    position: relative
}

.order-cont__item:first-child {
    margin-top: -20px
}

.order-cont__item:not(:first-child) {
    border-top: 1px solid #e0e0e0
}

.order-cont__item:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50%
}

.order-cont__item--recipient:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.245 4.755h0C16.341 3.85 15.278 3.41 14 3.41s-2.34.44-3.245 1.345C9.85 5.659 9.41 6.722 9.41 8s.44 2.34 1.345 3.245l.035-.035-.035.035c.904.905 1.967 1.345 3.245 1.345s2.34-.44 3.245-1.345l-.035-.035.035.035C18.15 10.341 18.59 9.278 18.59 8s-.44-2.34-1.345-3.245zm.962 7.452C17.05 13.364 15.635 13.95 14 13.95c-1.635 0-3.05-.586-4.207-1.743S8.05 9.635 8.05 8c0-1.635.586-3.05 1.743-4.207S12.365 2.05 14 2.05c1.635 0 3.05.586 4.207 1.743S19.95 6.365 19.95 8c0 1.635-.586 3.05-1.743 4.207zM23.902 20.64h0c-.033-.45-.098-.941-.194-1.46m.194 1.46l-.145-1.47m.145 1.47c.032.441.048.901.048 1.368 0 1.2-.393 2.167-1.166 2.88-.764.703-1.776 1.062-3.013 1.062H8.23c-1.237 0-2.25-.359-3.013-1.063-.773-.712-1.166-1.68-1.166-2.879 0-.465.016-.925.048-1.367h0c.032-.451.097-.943.193-1.462h0c.097-.523.222-1.017.371-1.468m19.24 2.93L4.242 19.17m19.466.01l.05-.01m-.05.01s0 0 0 0l.05-.01m-.05.01a11.2 11.2 0 00-.37-1.469 7.123 7.123 0 00-.623-1.366h0a5.156 5.156 0 00-.934-1.18l.034-.036m1.942 4.041a11.269 11.269 0 00-.372-1.475 7.173 7.173 0 00-.627-1.375 5.207 5.207 0 00-.943-1.191m0 0l-.034.036a4.134 4.134 0 00-1.34-.815 4.774 4.774 0 00-1.714-.3c-.229 0-.455.09-.912.378-.281.177-.61.383-.978.61h0c-.318.197-.748.38-1.276.545l1.25-.587c.367-.227.697-.433.978-.61.457-.289.694-.386.938-.386.623 0 1.206.102 1.732.303.527.203.983.48 1.356.826zm-17.2 2.566c-.15.454-.276.95-.373 1.475m.373-1.475l.047.016s0 0 0 0m-.047-.015c.155-.47.365-.932.626-1.376l10.305-.785a5.171 5.171 0 01-1.547.242 5.174 5.174 0 01-1.547-.242l-.015.048s0 0 0 0c-.527-.165-.957-.348-1.275-.544h0c-.364-.226-.693-.431-.979-.611l.027-.043-.027.043c-.456-.288-.682-.378-.911-.378-.618 0-1.194.101-1.713.3h0c-.522.2-.973.475-1.34.816a5.16 5.16 0 00-.935 1.18h0c-.259.44-.468.9-.622 1.365m-.047-.015l.047.015m-.42 1.459a13.3 13.3 0 00-.194 1.467l.194-1.467zm1.909 4.769l-.034.037c-.515-.475-.762-1.121-.762-1.968l.796 1.93zm0 0l-.034.037c.523.482 1.216.714 2.112.714H19.77c.895 0 1.588-.232 2.112-.715.515-.474.762-1.12.762-1.967v0c0-.436-.015-.866-.045-1.276h0v-.004h0a12.16 12.16 0 00-.176-1.327h0a9.983 9.983 0 00-.33-1.307 5.882 5.882 0 00-.514-1.127 3.898 3.898 0 00-.703-.892 2.828 2.828 0 00-.918-.553h0c-.337-.13-.714-.2-1.123-.21h-.013l-.011.005c-.05.026-.14.076-.283.166h0c-.288.182-.612.384-.988.617-.41.253-.941.483-1.577.682l.014.048-.014-.048a6.57 6.57 0 01-1.965.306 6.571 6.571 0 01-1.964-.306h0c-.636-.199-1.166-.429-1.576-.682-.368-.227-.7-.435-.99-.617a3.81 3.81 0 00-.282-.166l-.011-.006M6.15 23.94l3.025-8.628m-3.271 2.784h0c.127-.384.3-.763.514-1.128h0l-.514 1.128zm0 0a10 10 0 00-.33 1.306c-.087.474-.147.92-.176 1.327l.506-2.633zm3.27-2.784h-.012m.013 0h-.013m0 0c-.409.011-.786.082-1.123.21m1.123-.21l-1.123.21m0 0a2.827 2.827 0 00-.918.554l.918-.553z' fill='%23000' stroke='%23fff' stroke-width='.1'/%3E%3C/svg%3E")
}

.order-cont__item--delivery:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.314 12.545a.608.608 0 10-.57-1.075 3.73 3.73 0 01-5.468-3.294A3.73 3.73 0 0114 4.452a3.73 3.73 0 013.726 3.726.608.608 0 101.216 0 4.948 4.948 0 00-4.942-4.943 4.948 4.948 0 00-4.942 4.943 4.948 4.948 0 007.255 4.368z' fill='%23000'/%3E%3Cpath d='M13.602 24.621a.608.608 0 00.772.021c.08-.062 1.988-1.556 3.911-4.334 1.776-2.563 3.892-6.75 3.892-12.131C22.177 3.668 18.51 0 14.001 0 9.492 0 5.824 3.668 5.824 8.177c0 5.016 2.114 9.22 3.888 11.862 1.915 2.854 3.81 4.513 3.89 4.582zM14 1.217a6.968 6.968 0 016.96 6.96c0 5.05-1.986 8.988-3.652 11.403-1.316 1.91-2.648 3.197-3.289 3.767a25.562 25.562 0 01-3.318-4.016C9.032 16.835 7.04 12.874 7.04 8.177A6.968 6.968 0 0114 1.217z' fill='%23000'/%3E%3Cpath d='M18.403 22.628a.608.608 0 10-.18 1.203c3.004.45 3.761 1.177 3.788 1.328-.018.105-.442.587-2.19 1.022-1.567.389-3.633.603-5.82.603-2.188 0-4.255-.214-5.82-.603-1.75-.435-2.173-.916-2.191-1.017.026-.155.78-.879 3.767-1.33a.608.608 0 10-.182-1.203c-2.19.33-4.802 1.038-4.802 2.53 0 .926 1.003 1.655 2.98 2.167C9.43 27.762 11.649 28 14 28s4.571-.238 6.247-.672c1.978-.512 2.98-1.241 2.98-2.167 0-1.496-2.623-2.203-4.824-2.533z' fill='%23000'/%3E%3C/svg%3E")
}

.order-cont__item--pay:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.504 3.797v-.15h0-2.178l-4.792.001-6.99.002a2.93 2.93 0 00-2.111.903h0A2.798 2.798 0 003.65 6.63a2.84 2.84 0 002.842 2.71h14.012a4.35 4.35 0 014.346 4.345v6.82a4.35 4.35 0 01-4.346 4.345H7.394a5.25 5.25 0 01-5.244-5.243h-.086.086v-6.47l.002-4.453V6.661v-.016A4.277 4.277 0 013.35 3.52h0a4.437 4.437 0 013.042-1.364h.159l.452-.001 1.604-.001 4.851-.002 4.845-.002H20.504V2.1v.05a4.35 4.35 0 014.346 4.345v.943a.748.748 0 01-1.497 0v-.943a2.852 2.852 0 00-2.849-2.848h0v.15zM6.392 2.157a.07.07 0 01-.003 0h.003zM3.887 9.971l-.24-.18V19.607a3.751 3.751 0 003.747 3.746h13.11a2.852 2.852 0 002.85-2.848v-6.82a2.852 2.852 0 00-2.85-2.849H6.492a4.33 4.33 0 01-2.605-.864zm17.37 7.123a.973.973 0 01-.97.973c-1.294-.054-1.294-1.892 0-1.946.535.002.97.437.97.973zm-.75-11.348a.748.748 0 110 1.496H6.496c-.995-.042-.995-1.454 0-1.496h14.013z' fill='%23000' stroke='%23fff' stroke-width='.3'/%3E%3C/svg%3E")
}

.order-cont__item-name {
    font-weight: 700;
    margin-bottom: 16px
}

.order-cont__item-name .price {
    white-space: nowrap
}

.order-cont__item-el {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.order-cont__item-el:not(:last-child) {
    margin-bottom: 12px
}

.order-cont__item-label {
    color: #828282
}

.order-cont__item-text {
    flex: 1 1 auto
}

.order-cont__item-tel {
    border-bottom: 1px dashed;
    transition: border-color .3s ease
}

.order-cont__item-tel:hover {
    border-color: transparent
}

.order-cont__item-link {
    color: #0076e2;
    cursor: pointer;
    transition: filter .3s ease
}

.order-cont__item-link:hover {
    filter: brightness(.8)
}

.order-cont__recipient {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px
}

.order-cont__products {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, 104px);
    gap: 16px
}

.order-cont__products-item img {
    display: block
}

.order-cont__bottom {
    margin-top: 24px
}

.order-popup, .popup__form {
    width: 100%
}

.lc__wrapper {
    align-items: flex-start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 255px 32px 1fr;
    grid-template-columns:255px 1fr;
    grid-gap: 32px;
    width: 100%
}

.lc__nav {
    position: sticky;
    top: 20px
}

.lc__content {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.lc-info {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f04954;
    padding: 32px 40px;
    position: relative
}

.lc-info:not(:last-child) {
    margin-bottom: 20px
}

.lc-info:not(:first-child) {
    margin-top: 20px
}

.lc-info__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.467.252A.86.86 0 10.252 1.467L6.286 7.5.254 13.533a.86.86 0 001.215 1.215L7.5 8.716l6.03 6.03a.86.86 0 101.215-1.215l-6.03-6.03 6.033-6.032A.86.86 0 0013.533.253L7.501 6.286 1.467.252z' fill='%23333'/%3E%3C/svg%3E");
    transition: opacity .3s ease
}

.lc-info__close:hover {
    opacity: .5
}

.lc-info__title {
    font-size: 18px;
    font-weight: 500;
    padding-right: 30px;
    line-height: 1.3;
    margin-bottom: 16px
}

.lc-info__link {
    display: inline-block;
    margin-top: 24px;
    font-size: 14px;
    color: #0076e2;
    transition: filter .3s ease
}

.lc-info__link:hover {
    filter: brightness(.8)
}

.score-info__item {
    display: flex;
    font-size: 16px;
    font-weight: 500
}

.score-info__item:not(:last-child) {
    margin-bottom: 12px
}

.score-info__name {
    flex: none;
    width: 210px;
    margin-right: 30px
}

.score-info__name a {
    color: #000;
    border-bottom: 1px solid;
    transition: border-color .3s ease
}

.score-info__name a:hover {
    border-color: transparent
}

.score-info__text {
    font-weight: 600
}

.status {
    border-radius: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    padding: 2px
}

.status span {
    display: block;
    text-align: center;
    padding: 8px 14px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px
}

.lc-card {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px;
    flex: 1 1 auto
}

.blog__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 350px;
    grid-template-columns:auto 350px;
    grid-gap: 64px 40px;
    align-items: flex-start;
    -ms-grid-rows: auto 64px 1fr;
    grid-template-rows:auto 1fr
}

.blog__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.blog__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.blog__wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.blog__wrapper > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.blog__aside > :not(:last-child) {
    margin-bottom: 64px
}

.blog__label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 12px
}

.blog__content {
    -ms-grid-row-span: 2;
    grid-row: span 2
}

.blog__content .pagination {
    margin-top: 50px
}

.blog__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns:repeat(2, 1fr);
    gap: 40px
}

.blog-card {
    position: relative;
    background: #fff;
    border-radius: 4px;
    transition: box-shadow .3s ease
}

.blog-card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.blog-card__cont {
    padding: 40px
}

.blog-card__img {
    position: relative;
    padding-top: 78%
}

.blog-card__img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: cenetr
}

.blog-card__info {
    display: flex;
    margin-bottom: 25px;
    color: #333;
    font-size: 14px;
    justify-content: space-between
}

.blog-card__date {
    display: flex;
    align-items: center
}

.blog-card__date:before {
    content: "";
    width: 28px;
    height: 28px;
    flex: none;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.68 6.406h-1.617v-.843a.562.562 0 10-1.125 0v.843h-7.875v-.843a.563.563 0 00-1.126 0v.843H7.32C6.04 6.406 5 7.447 5 8.726V20.68C5 21.96 6.04 23 7.32 23h13.36c1.28 0 2.32-1.04 2.32-2.32V8.727c0-1.28-1.04-2.32-2.32-2.32zM7.32 7.531h1.617v.563a.563.563 0 001.126 0V7.53h7.874v.563a.562.562 0 101.125 0V7.53h1.618c.659 0 1.195.536 1.195 1.196v1.335H6.125V8.727c0-.66.536-1.196 1.195-1.196zm13.36 14.344H7.32c-.659 0-1.195-.536-1.195-1.195v-9.492h15.75v9.492c0 .659-.536 1.195-1.195 1.195z' fill='%23828282'/%3E%3C/svg%3E")
}

.blog-card__view {
    display: flex;
    align-items: center
}

.blog-card__view:before {
    content: "";
    width: 28px;
    height: 28px;
    flex: none;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.656 13.906L4.604 14l.052.096c1.946 3.562 5.283 6.325 9.341 6.325 4.068 0 7.405-2.781 9.342-6.33l.052-.095-.052-.096c-1.946-3.561-5.283-6.325-9.341-6.325-4.068 0-7.405 2.777-9.342 6.33zm9.341-7.707c-4.654 0-8.848 3.4-10.736 7.504a.705.705 0 000 .593c1.815 3.958 5.94 7.503 10.736 7.503 5.396 0 9.298-4.376 10.737-7.502a.739.739 0 000-.596C22.913 9.744 18.793 6.2 13.996 6.2zm0 3.554c-2.25 0-4.096 1.899-4.096 4.244 0 2.345 1.845 4.244 4.097 4.244 2.25 0 4.096-1.899 4.096-4.244 0-2.345-1.845-4.244-4.097-4.244zm-2.778 4.244c0 1.574 1.241 2.867 2.779 2.867 1.537 0 2.778-1.289 2.778-2.867 0-1.574-1.241-2.867-2.778-2.867-1.538 0-2.78 1.293-2.78 2.867z' fill='%23828282'/%3E%3C/svg%3E")
}

.blog-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px
}

.blog-card__text {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-subscribe__text {
    margin-bottom: 16px
}

.blog-subscribe__form-control {
    height: 40px
}

.blog-subscribe__form-control button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.943.957L10.273 17.72l-1.5-9.316-7.485-5.93L21.943.957z' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.blog-subscribe__form-control button.cart__promo-del:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.328.228a.778.778 0 00-1.1 1.1l5.461 5.461L.23 12.25a.778.778 0 001.1 1.1l5.46-5.46 5.46 5.459a.778.778 0 001.1-1.1l-5.46-5.46 5.46-5.46a.778.778 0 00-1.1-1.1l-5.46 5.46L1.328.228z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 12px auto
}

.blog-subscribe__form-error {
    font-size: 14px;
    color: #764f32;
    margin-top: 4px
}

.blog-categories {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.blog-categories__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

.blog-categories__item:not(:last-child) {
    margin-bottom: 16px
}

.blog-categories__link {
    display: flex;
    justify-content: space-between;
    transition: color .3s ease
}

.blog-categories__link.active, .blog-categories__link:hover {
    color: #f04954
}

.blog-categories__link .count {
    margin-left: 12px;
    flex: none;
    color: #828282
}

.about-company__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns:repeat(12, 1fr);
    gap: 20px
}

.about-company__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6
}

.about-company__img img {
    display: block;
    width: 100%;
    border-radius: 4px
}

.about-company__text {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/12;
    padding-left: 60px;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    line-height: 1.6
}

.advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns:repeat(2, 1fr);
    gap: 64px
}

.advantages__item {
    padding: 48px 56px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    flex-direction: column
}

.advantages__title {
    display: flex;
    align-items: center;
    font-weight: 18;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 16px
}

.advantages__title img {
    display: block;
    flex: none;
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin-right: 12px
}

.advantages__text:not(:last-child) {
    margin-bottom: 32px
}

.advantages__more {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #764f32;
    transition: color .3s
}

.advantages__more:after {
    content: "";
    flex: none;
    margin-bottom: 2px;
    margin-left: 10px;
    width: 18px;
    height: 11px;
    transition: filter .3s;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9.3c-.1-.2-.3-.3-.6-.3s-.4.1-.6.3c-.3.3-.3.8 0 1.2l3.1 3.2H0v1.6h14.8l-3.1 3.2c-.3.3-.3.8 0 1.2.3.3.9.3 1.2 0l4.9-5.2L12.9.3z' fill='%23F04954'/%3E%3C/svg%3E")
}

.advantages__more:hover {
    color: #dc1623
}

.advantages__more:hover:after {
    filter: brightness(.85)
}

.persons__title {
    margin-bottom: 56px
}

.persons__list {
    width: 100%
}

.persons__list--grey-line {
    height: 100%;
    width: 10%;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: opacity .3s, visibility .3s;
    background: linear-gradient(270.17deg, #f9f9f9 12.32%, hsla(0, 0%, 100%, 0) 88.76%);
    pointer-events: none
}

.persons__item {
    padding: 32px;
    border-radius: 4px;
    background: #fff;
    height: 100%
}

.persons__img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 4px
}

.persons__img:not(:last-child) {
    margin-bottom: 24px
}

.persons__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px
}

.persons__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.persons__name:not(:last-child) {
    margin-bottom: 8px
}

.persons .swiper-slide {
    height: auto
}

.persons .swiper-lazy-preloader {
    top: 70%;
    color: #fff;
    border-color: transparent #fff #fff
}

.persons .swiper-button-next, .persons .swiper-button-prev {
    background: #fff;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    transition: box-shadow .3s ease
}

.persons .swiper-button-next:after, .persons .swiper-button-prev:after {
    color: #828282;
    font-size: 20px
}

.persons .swiper-button-next:hover, .persons .swiper-button-prev:hover {
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25)
}

.persons .swiper-button-prev + .persons__list--grey-line {
    transform: scaleX(-1);
    left: -2px
}

.persons .swiper-button-next + .persons__list--grey-line {
    right: -2px
}

.persons .swiper-button-disabled {
    opacity: 0
}

.persons .swiper-button-disabled + .persons__list--grey-line {
    opacity: 0;
    visibility: hidden
}

.about-reviews__title {
    text-align: center;
    margin-bottom: 70px
}

.about-reviews .arrow-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.about-page section:not(:last-child) {
    margin-bottom: 100px
}

.about-page section:last-child {
    margin-bottom: 0
}

.about-page .main-mission, .about-page .persons {
    background-color: #f9f9f9;
    padding: 90px 0
}

.reviews-nav {
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
    overflow: auto;
    padding-bottom: 2px
}

.reviews-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
    z-index: -1
}

.reviews-nav::-webkit-scrollbar, .reviews-nav::-webkit-scrollbar-thumb, .reviews-nav::-webkit-scrollbar-track {
    display: none
}

.reviews-nav__item {
    flex: none;
    cursor: pointer;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-right: 40px;
    padding-bottom: 16px;
    color: #828282;
    position: relative;
    transition: color .3s ease
}

.reviews-nav__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    height: 4px;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    opacity: 0;
    transition: opacity .3s ease
}

.reviews-nav__item.active, .reviews-nav__item:hover {
    color: #000
}

.reviews-nav__item.active:after {
    opacity: 1
}

.reviews-cont {
    position: relative
}

.reviews-cont__page {
    width: 100%
}

.reviews-cont__page:not(.active) {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.reviews__info {
    padding: 48px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.reviews__info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.reviews__info sup {
    color: #f04954
}

.reviews__info > p {
    font-weight: 500
}

.reviews__info .btn {
    margin-top: 24px;
    width: 100%;
    font-size: 14px
}

.reviews__info-item {
    display: flex
}

.reviews__info-item:not(:last-child) {
    margin-bottom: 12px
}

.reviews__info-name {
    flex: 1 1 auto
}

.reviews__info-name a {
    color: #764f32;
    transition: color .3s ease
}

.reviews__info-name a:hover {
    color: #000
}

.reviews__info-text {
    flex: none;
    margin-left: 15px;
    font-weight: 600
}

.reviews__gallery {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(310px, 1fr));
    gap: 80px;
    margin-bottom: 64px
}

.reviews__gallery-img {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.reviews__gallery-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.reviews__list {
    grid-gap: 30px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.reviews__list-rating {
    display: flex;
    align-items: center;
    color: #828282
}

.reviews__list-rating--num {
    flex: none;
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    margin-right: 12px;
    margin-top: -10px
}

.reviews__list-rating--stars {
    font-size: 20px;
    color: #764f32;
    flex: none;
    margin-right: 30px
}

.reviews__list-item {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.reviews__list-item:not(:last-child) {
    margin-bottom: 24px
}

.reviews__list-person {
    width: 180px;
    flex: none;
    margin-right: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 10px auto;
    grid-template-columns:40px auto;
    grid-gap: 0 10px
}

.reviews__list-person-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%);
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.reviews__list-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reviews__list-person-name {
    font-weight: 600;
    -ms-grid-row-align: center;
    align-self: center
}

.reviews__list-person-rating {
    color: #764f32;
    margin-top: 10px
}

.reviews__list-person-date, .reviews__list-person-rating {
    grid-column: 1/-1
}

.reviews__list-person-date {
    color: #828282;
    font-size: 13px
}

.reviews__list-review {
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    padding: 32px 20px 32px 48px;
    min-height: 160px
}

.reviews__list-review:before {
    content: "";
    width: 19px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: calc(100% - 6px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M13.75 22.318L.827 12.5 13.75 2.682v19.636z' fill='%23fff' stroke='%23E0E0E0'/%3E%3Cpath d='M14 1v22.5' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h19v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat
}

.reviews__list-review--text {
    margin-bottom: 15px
}

.reviews__list-review--from {
    color: #828282;
    font-size: 13px
}

.reviews__list-review--from a {
    color: #f04954
}

.reviews__list-review--gallery {
    display: flex;
    flex-wrap: wrap
}

.reviews__list-review--gallery a {
    margin-right: 8px;
    margin-bottom: 8px;
    transition: opacity .3s ease
}

.reviews__list-review--gallery a:hover {
    opacity: .7
}

.reviews__list-review--gallery img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center
}

.reviews__list-review--order {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 154px 40px 1fr;
    grid-template-columns:154px 1fr;
    gap: 0 40px;
    align-items: flex-start
}

.reviews__list-review--product {
    -ms-grid-row-span: 3;
    grid-row: span 3
}

.reviews__list-review--product img {
    width: 154px;
    height: 154px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 10px
}

.reviews__list-review--number {
    color: #828282;
    font-size: 13px
}

.reviews__list-review--name {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 14px
}

.reviews__list-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 48px 450px;
    grid-template-columns:auto 450px;
    grid-gap: 32px 48px;
    align-items: flex-start
}

.rating {
    position: relative;
    width: 115px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='116' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.745 6.22l.141.333.36.031 5.882.505-4.46 3.865-.274.237.082.353 1.336 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237L.768 7.088l5.881-.505.361-.03.141-.335L9.448.783l2.297 5.436zm6.59.69h0zM4.023 17.56s0 0 0 0h0zM9.448.485L9.341.53s0 0 0 0l.107-.046h0l.447-.188-.446.188h0zM35.772 6.22l.141.333.361.031 5.881.505-4.46 3.865-.274.237.082.353 1.337 5.748-5.054-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237-4.461-3.866 5.88-.505.362-.03.14-.335L33.475.783l2.297 5.436zm6.59.69h0zM28.05 17.56s0 0 0 0h0zM33.475.485L33.37.53s0 0 0 0l.106-.046h0l.447-.188-.446.188h0zM59.796 6.22l.14.333.362.031 5.88.505-4.46 3.865-.274.237.082.353 1.337 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.336-5.748.082-.353-.273-.237-4.462-3.866 5.881-.505.361-.03.14-.335L57.5.783l2.297 5.436zm6.59.69h0zM52.074 17.56s0 0 0 0h0zM57.499.485l-.107.045s0 0 0 0l.106-.046h0l.448-.188-.447.188h0zM83.823 6.22l.141.333.361.031 5.88.505-4.46 3.865-.273.237.082.353 1.336 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237-4.462-3.866 5.881-.505.361-.03.141-.335L81.526.783l2.297 5.436zm6.59.69h0zM76.101 17.56s0 0 0 0h0zM81.526.485L81.42.53s0 0 0 0l.106-.046h0l.447-.188-.446.188h0z' fill='%23E0E0E0' stroke='%23E0E0E0' stroke-width='1.201'/%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='96' y='0' width='20' height='19'%3E%3Cpath d='M106 .297l2.404 5.689 6.153.528c.427.037.601.57.277.85l-4.668 4.044 1.399 6.015a.485.485 0 01-.723.525l-5.288-3.19-5.288 3.19a.485.485 0 01-.723-.525l1.399-6.015-4.668-4.045a.485.485 0 01.276-.85l6.153-.528 2.404-5.688a.484.484 0 01.893 0z' fill='%23E0E0E0'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M106 .297l2.404 5.689 6.153.528c.427.037.601.57.277.85l-4.668 4.044 1.399 6.015a.485.485 0 01-.723.525l-5.288-3.19-5.288 3.19a.485.485 0 01-.723-.525l1.399-6.015-4.668-4.045a.485.485 0 01.276-.85l6.153-.528 2.404-5.688a.484.484 0 01.893 0z' fill='%23E0E0E0'/%3E%3C/g%3E%3C/svg%3E")
}

.rating, .rating-procent {
    background-repeat: no-repeat;
    background-position: 0
}

.rating-procent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='116' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.745 6.22l.141.333.36.031 5.882.505-4.46 3.865-.274.237.082.353 1.336 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237L.768 7.088l5.881-.505.361-.03.141-.335L9.448.783l2.297 5.436zm6.59.69h0zM4.023 17.56s0 0 0 0h0zM9.448.485L9.341.53s0 0 0 0l.107-.046h0l.447-.188-.446.188h0zM35.772 6.22l.141.333.361.031 5.881.505-4.46 3.865-.274.237.082.353 1.337 5.748-5.054-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237-4.461-3.866 5.88-.505.362-.03.14-.335L33.475.783l2.297 5.436zm6.59.69h0zM28.05 17.56s0 0 0 0h0zM33.475.485L33.37.53s0 0 0 0l.106-.046h0l.447-.188-.446.188h0zM59.796 6.22l.14.333.362.031 5.88.505-4.46 3.865-.274.237.082.353 1.337 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.336-5.748.082-.353-.273-.237-4.462-3.866 5.881-.505.361-.03.14-.335L57.5.783l2.297 5.436zm6.59.69h0zM52.074 17.56s0 0 0 0h0zM57.499.485l-.107.045s0 0 0 0l.106-.046h0l.448-.188-.447.188h0zM83.823 6.22l.141.333.361.031 5.88.505-4.46 3.865-.273.237.082.353 1.336 5.748-5.053-3.048-.31-.187-.31.187-5.054 3.048 1.337-5.748.082-.353-.274-.237-4.462-3.866 5.881-.505.361-.03.141-.335L81.526.783l2.297 5.436zm6.59.69h0zM76.101 17.56s0 0 0 0h0zM81.526.485L81.42.53s0 0 0 0l.106-.046h0l.447-.188-.446.188h0z' fill='%23F04954' stroke='%23F04954' stroke-width='1.201'/%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='96' y='0' width='20' height='19'%3E%3Cpath d='M106 .297l2.404 5.689 6.153.528c.427.037.601.57.277.85l-4.668 4.044 1.399 6.015a.485.485 0 01-.723.525l-5.288-3.19-5.288 3.19a.485.485 0 01-.723-.525l1.399-6.015-4.668-4.045a.485.485 0 01.276-.85l6.153-.528 2.404-5.688a.484.484 0 01.893 0z' fill='%23E0E0E0'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M106 .297l2.404 5.689 6.153.528c.427.037.601.57.277.85l-4.668 4.044 1.399 6.015a.485.485 0 01-.723.525l-5.288-3.19-5.288 3.19a.485.485 0 01-.723-.525l1.399-6.015-4.668-4.045a.485.485 0 01.276-.85l6.153-.528 2.404-5.688a.484.484 0 01.893 0z' fill='%23F04954'/%3E%3C/g%3E%3C/svg%3E")
}

.text-page__item:not(:last-child) {
    margin-bottom: 64px
}

.text-page__item:not(:fist-child) {
    margin-top: 64px
}

.text-page .swiper-button-next, .text-page .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .3s ease
}

.text-page .swiper-button-next:hover, .text-page .swiper-button-prev:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.text-page .swiper-button-next:after, .text-page .swiper-button-prev:after {
    color: #828282;
    font-size: 16px;
    font-weight: 500
}

.text-page .swiper-button-prev {
    left: 20px
}

.text-page .swiper-button-prev + .simple-slider__white-line {
    transform: scaleX(-1);
    left: -2px
}

.text-page .swiper-button-next {
    right: 20px
}

.text-page a:not([class]) {
    color: #0076e2;
    transition: filter .3s ease
}

.text-page a:not([class]):hover {
    filter: brightness(.8)
}

.text-page__item--table {
    padding: 56px 64px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.text-page__item--slider {
    display: flex
}

.text-page__item--slider .text-page__item-slider {
    width: 55%
}

.text-page__item--slider .text {
    width: 45%;
    padding-left: 56px;
    -ms-grid-row-align: center;
    align-self: center
}

.text-page__item--ol > p {
    font-weight: 500
}

.text-page__item--ol > ol:not([class]) {
    column-count: 2;
    column-gap: 50px;
    margin-bottom: -30px
}

.text-page__item--ol > ol:not([class]):not(:first-child) {
    margin-top: 30px
}

.text-page__item--ol > ol:not([class]) > li {
    padding-top: 10px;
    display: block;
    break-inside: avoid;
    margin-bottom: 30px;
    padding-left: 80px
}

.text-page__item--ol > ol:not([class]) > li:before {
    width: 56px;
    height: 56px;
    background-color: #fff;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .25);
    font-size: 16px;
    font-weight: 700;
    top: 10px
}

.text-page__item--ul > p {
    font-weight: 500
}

.text-page__item--ul > ul:not([class]) {
    column-count: 2;
    column-gap: 50px;
    margin-bottom: -20px
}

.text-page__item--ul > ul:not([class]):not(:first-child) {
    margin-top: 30px
}

.text-page__item--ul > ul:not([class]) > li {
    display: block;
    break-inside: avoid;
    margin-bottom: 20px
}

.text-page__item--img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .7fr 56px 1fr;
    grid-template-columns:.7fr 1fr;
    gap: 24px 56px;
    align-items: flex-start
}

.text-page__item--img .text {
    -ms-grid-row-align: center;
    align-self: center
}

.text-page__item--img .text-img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

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

.text-page__item--img-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
    grid-template-columns:repeat(3, 1fr);
    gap: 48px;
    align-items: flex-start
}

.text-page__item--img-2 .text {
    -ms-grid-row-align: center;
    align-self: center
}

.text-page__item--img-2 .text-img {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.text-page__item--img-2 .text-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.text-page__item--col > p {
    font-weight: 500
}

.text-page__item--col .text-row {
    margin-top: 30px
}

.text-page__item--banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 56px .7fr;
    grid-template-columns:1fr .7fr;
    gap: 24px 56px
}

.text-page__item--banner .banner {
    border-radius: 4px;
    overflow: hidden
}

.text-page__item--banner .banner img {
    display: block;
    width: 100%
}

.text-page__item--banner .text {
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px
}

.text-page__item--banner .text p {
    line-height: 1.8
}

.text-slider {
    width: 100%
}

.text-slider__item {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 54%
}

.text-slider__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.text-gallery__item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 100%;
    width: 100%
}

.text-gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.text-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns:repeat(2, 1fr);
    gap: 24px 48px
}

.share-news {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.share-news, .share-news__label {
    display: flex;
    align-items: center
}

.share-news__label {
    flex: 1 1 auto;
    margin-right: 20px
}

.share-news__label:before {
    content: "";
    position: relative;
    display: block;
    flex: none;
    margin-right: 30px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.302 1L16 6.672l-7.673 5.797c-.01-.128-.021-.204-.021-.28-.006-.734-.01-1.469-.015-2.203 0-.267-.015-.281-.285-.292-1.913-.07-3.585.559-5.04 1.794-1.32 1.123-2.15 2.563-2.632 4.222a9.766 9.766 0 00-.08.29l-.062-.007c-.03-.154-.07-.308-.091-.465a10.023 10.023 0 01.034-3.057c.257-1.544.856-3.01 1.753-4.287A11.477 11.477 0 015.787 4.67a12.269 12.269 0 012.284-.952c.15-.047.18-.124.18-.261-.006-.742-.007-1.482-.01-2.224v-.197L8.302 1z' fill='%231A1A1A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.share-news__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -8px
}

.share-news__item {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 20px;
    margin-bottom: 8px;
    transition: opacity .3s ease
}

.share-news__item:hover {
    opacity: .7
}

.share-news__item img {
    display: block
}

.quick-view__slider {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 100%
}

.quick-view__slider .swiper-container {
    width: 100%
}

.quick-view__slider-top {
    position: relative;
    margin-bottom: 24px
}

.quick-view__slider-bot {
    position: relative
}

.quick-view__slider-bot .swiper-container {
    margin: 0 auto;
    width: calc(100% - 60px)
}

.quick-view__slider-bot .swiper-slide-thumb-active {
    border: 2px solid #333;
    border-radius: 4px
}

.quick-view__slider-bot .swiper-button-next:after, .quick-view__slider-bot .swiper-button-prev:after {
    font-size: 22px;
    color: #828282
}

.quick-view__slider-bot .swiper-button-prev {
    left: 0
}

.quick-view__slider-bot .swiper-button-next {
    right: 0
}

.quick-view__popup {
    background: #f9f9f9
}

.quick-view__popup .product {
    font-size: 14px
}

.quick-view__popup .product__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

.quick-view__popup .product__total {
    padding: 24px 18px;
    grid-gap: 8px
}

.quick-view__popup .product__total-price--old {
    font-size: 14px
}

.quick-view__popup .product__total-price--current {
    font-size: 24px
}

.quick-view__popup .product__total-bonuses {
    position: relative;
    top: 0;
    right: 0
}

.quick-view__popup .product__settings {
    grid-gap: 25px
}

.quick-view__popup .product__settings-top {
    display: flex;
    justify-content: space-between
}

.quick-view__popup .product__settings-block--title {
    margin-bottom: 12px
}

.quick-view__popup .product__packages-all span, .quick-view__popup .product__postal-text {
    font-size: 12px
}

.quick-view__popup .product-more {
    margin-top: 24px;
    width: 100%;
    padding: 0 20px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s ease
}

.quick-view__popup .product-more:hover {
    color: #f04954
}

.section-404 {
    padding-top: 50px
}

.section-404 > .wrapper {
    align-items: center;
    text-align: center
}

.section-404 > .wrapper > * {
    max-width: 740px
}

.section-404__img {
    margin-bottom: 16px
}

.section-404__img img {
    display: block
}

.section-404__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px
}

.section-404__text {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.section-404__list {
    margin-bottom: 24px
}

.section-404__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.section-404__list-item:not(:last-child) {
    margin-bottom: 8px
}

.section-404__list-item:before {
    content: "";
    margin-right: 18px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f04954;
    border-radius: 100%
}

.contacts__cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 120px 1fr;
    grid-template-columns:.5fr 1fr;
    gap: 30px 120px
}

.contacts__label {
    font-weight: 600;
    margin-bottom: 16px
}

.contacts__item {
    max-width: 408px;
    font-size: 14px
}

.contacts__item p:not(:first-child) {
    margin-top: 10px
}

.contacts__item b {
    font-weight: 500
}

.contacts__item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e0e0
}

.contacts__el {
    position: relative;
    padding-left: 32px
}

.contacts__el:not(:last-child) {
    margin-bottom: 32px
}

.contacts__el-icon {
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px
}

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

.contacts__map {
    min-height: 250px
}

.custom-select, .ss-main {
    --ss-border-color: #fff
}

.ss-main {
    --ss-primary-color: transparent;
    --ss-font-color: #292929;
    --ss-border-radius: 0;
    padding: 0;
    border: none !important
}

.ss-main:focus {
    box-shadow: none;
    border: none
}

.ss-main .ss-values {
    overflow: hidden
}

.ss-main .ss-values .ss-single {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ss-main .ss-values .ss-max, .ss-main .ss-values .ss-placeholder, .ss-main .ss-values .ss-value {
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
    background: none;
    white-space: normal;
    overflow: hidden
}

.ss-main .ss-values .ss-max .ss-value-text, .ss-main .ss-values .ss-placeholder .ss-value-text, .ss-main .ss-values .ss-value .ss-value-text {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ss-main .ss-values .ss-placeholder {
    color: #000
}

.custom-select.ss-content {
    --ss-border-radius: 10px;
    --ss-content-height: 416px;
    padding: 22px 10px 22px 20px;
    margin-top: 30px !important;
    color: #fff;
    border: none;
    background-color: #fff;
    border-radius: var(--ss-border-radius);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    transform: scaleY(0)
}

.custom-select.ss-content.ss-open-below {
    transform: scaleY(1)
}

.custom-select.ss-content .ss-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
    padding: 0 10px 0 0;
    scrollbar-color: #828282 #e0e0e0;
    scrollbar-width: thin
}

.custom-select.ss-content .ss-list::-webkit-scrollbar {
    width: 4px;
    appearance: none;
    -webkit-appearance: none
}

.custom-select.ss-content .ss-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e0e0e0
}

.custom-select.ss-content .ss-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #828282;
    border: 2px solid #828282
}

.custom-select.ss-content .ss-option {
    padding: 0;
    font-size: 14px;
    line-height: 1.4
}

.custom-select.ss-content .ss-option:hover {
    color: #f04954 !important;
    background-color: transparent
}

.custom-select.ss-content .ss-option.ss-selected {
    background-color: transparent !important;
    color: #f04954 !important
}

.custom-select--multiple.ss-content .ss-list .ss-option {
    position: relative
}

.custom-select--multiple.ss-content .ss-list .ss-option:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border-radius: 2px;
    border: 1px solid #bdbdbd
}

.custom-select--multiple.ss-content .ss-list .ss-option.ss-selected:before {
    border-color: transparent;
    background: linear-gradient(127.34deg, #764f32 5.92%, #e1b899 101.29%)
}

.custom-select--multiple.ss-content .ss-list .ss-option.ss-selected:after {
    position: absolute;
    top: 6px;
    left: 4px;
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.746 1L4.56 7 1.746 4.273' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

@media screen and (min-width: 720px) {
    .product__tabs-content .product__tabs-content-title {
        display: none
    }
}

@media screen and (min-width: 960px) {
    .lc-menu__title {
        display: none
    }
}

@media screen and (min-width: 1000px) {
    .catalog-content__top .filter-btn, .catalog-content__top .sort-select, .catalog-filter__btns .main-btn, .catalog-filter__top {
        display: none
    }
}

@media screen and (min-width: 1023px) {
    body.filter-opened, body.mobilemenu-opened, body.popup-opened {
        width: calc(100% - 6px)
    }
}

@media screen and (min-width: 1024px) {
    .header__burger, .header__buttons-item.phone, .header__messengers, .header__search-toggle {
        display: none
    }
}

@media screen and (min-width: 1040px) {
    .main-mission__cards .swiper-button-next.swiper-button-disabled, .main-mission__cards .swiper-button-prev.swiper-button-disabled {
        opacity: 0
    }
}

@media screen and (max-width: 1720px) {
    .sticky-btns {
        right: 40px
    }
}

@media screen and (max-width: 1520px) {
    .more, .next-btn {
        font-size: 12px
    }

    .wrapper {
        max-width: 96%
    }

    main blockquote {
        font-size: 16px;
        padding: 30px 40px
    }

    main blockquote:before {
        width: 50px;
        height: 50px;
        background-size: contain
    }

    .popup__block {
        padding: 30px
    }

    .range__input {
        max-width: 110px
    }

    .form-tabs__item {
        font-size: 24px;
        padding-bottom: 8px
    }

    .accordion__item {
        padding: 24px 28px
    }

    .accordion__item-title {
        font-size: 16px
    }

    .accordion__item-text {
        font-size: 14px
    }

    .page-toggle {
        margin-top: 10px
    }

    .sticky-btns {
        right: 24px
    }

    .header__search input {
        padding-left: 10px;
        font-size: 14px
    }

    .simple-slider__tags-item {
        font-size: 14px;
        margin-right: 16px
    }

    .catalog-filter__btns, .catalog-filter__top {
        padding: 20px 16px
    }

    .catalog-filter__cont {
        padding: 0 16px
    }

    .catalog-filter__category {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .catalog-filter__category-title, .catalog-filter__color {
        font-size: 14px
    }

    .catalog__wrapper {
        -ms-grid-columns: 280px 1fr;
        grid-template-columns:280px 1fr
    }

    .catalog .catalog-content__cards {
        grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))
    }

    .cart__item {
        padding: 24px;
        grid-gap: 10px 24px
    }

    .cart__item-photo {
        width: 116px
    }

    .cart__item-title {
        font-size: 16px;
        margin-top: 0
    }

    .cart__item-price-old {
        font-size: 14px
    }

    .cart__item-price-current {
        font-size: 16px
    }

    .cart__item-buttons > * {
        font-size: 14px
    }

    .cart__item-buttons > :not(:last-child) {
        margin-right: 30px
    }

    .cart__item-buttons > :before {
        margin-right: 4px;
        width: 16px;
        height: 16px
    }

    .cart__add-postal-text {
        font-size: 14px
    }

    .cart__add-postal--price {
        font-size: 16px
    }

    .cart__right {
        padding: 24px
    }

    .cart__promo-check span {
        font-size: 14px
    }

    .cart__total-price b {
        font-size: 24px
    }

    .cart > .wrapper {
        -ms-grid-columns: auto 30px 300px;
        grid-template-columns:auto 300px;
        grid-gap: 32px 30px
    }

    .product__total {
        padding: 24px 18px
    }

    .product__total-bonuses {
        top: 24px;
        right: 18px
    }

    .product__info {
        -ms-grid-column: 4;
        -ms-grid-column-span: 5;
        grid-column: 4/9;
        grid-gap: 12px
    }

    .product__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }

    .product__slider--articul, .product__slider--sizes {
        font-size: 14px
    }

    .product__settings {
        -ms-grid-column: 4;
        -ms-grid-column-span: 5;
        grid-column: 4/9;
        font-size: 14px;
        grid-gap: 24px
    }

    .product__settings-block--title {
        margin-bottom: 10px
    }

    .product__tabs {
        margin-top: 50px
    }

    .product__tabs-button {
        padding: 0 30px;
        height: 68px;
        font-size: 16px
    }

    .product__tabs-content {
        padding: 30px;
        font-size: 14px
    }

    .product__delivery-info label {
        margin-bottom: 30px
    }

    .product__delivery-info strong {
        margin-bottom: 0
    }

    .product__reviews-slider .swiper-container {
        padding: 0 150px
    }

    .product__reviews-review {
        padding: 24px 20px 24px 40px
    }

    .product__content {
        grid-gap: 16px 30px
    }

    .product__messenge {
        padding: 18px
    }

    .order__confirm {
        padding: 24px
    }

    .order__confirm-prices span {
        font-weight: 400
    }

    .order__confirm-prices strong {
        font-size: 16px
    }

    .order__confirm-prices--total strong {
        font-size: 24px
    }

    .order__content-text {
        font-size: 16px
    }

    .order__content-title {
        font-size: 24px
    }

    .order__form {
        grid-gap: 20px 24px
    }

    .order__form-block {
        padding: 24px
    }

    .order__form-block--grey {
        padding: 20px;
        grid-gap: 16px 24px
    }

    .order__form-block--title {
        font-size: 18px
    }

    .order__form-block--date {
        grid-gap: 16px 24px
    }

    .order__wrapper {
        -ms-grid-columns: auto 30px 300px;
        grid-template-columns:auto 300px;
        grid-gap: 32px 30px
    }

    .lc-main {
        grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));
        gap: 16px 20px
    }

    .lc-main__top {
        padding: 20px 24px
    }

    .lc-main__top-name {
        font-size: 18px;
        -ms-grid-row-align: center;
        align-self: center
    }

    .lc-main__card {
        padding: 24px
    }

    .lc-main__card-title {
        font-size: 18px;
        margin-bottom: 16px
    }

    .lc-main__card--score .more {
        top: 20px;
        right: 24px
    }

    .lc-main__order {
        -ms-grid-columns: auto 15px auto;
        grid-template-columns:auto auto;
        gap: 15px
    }

    .lc-main__order-img {
        display: none
    }

    .lc-main__order-number {
        font-size: 20px
    }

    .lc-main__order-label, .lc-main__order-text {
        font-size: 14px
    }

    .lc-main__score {
        -ms-grid-columns: 85px 15px 1fr;
        grid-template-columns:85px 1fr;
        gap: 15px
    }

    .lc-main__score .donut {
        width: 85px;
        height: 85px
    }

    .lc-main__score .donut__label__heading {
        font-size: 20px
    }

    .lc-main__score .donut__label__sub {
        font-size: 12px
    }

    .lc-main__score-label {
        font-size: 14px
    }

    .lc-main__score-text {
        font-size: 18px
    }

    .lc-menu__link {
        font-size: 14px;
        padding: 10px 16px
    }

    .lc-data__info {
        font-size: 14px
    }

    .lc-data .form-input__wrap, .lc-notification__list {
        grid-template-columns:repeat(auto-fill, minmax(350px, 1fr))
    }

    .lc-notification__title {
        font-size: 16px
    }

    .lc-addresses__item:not(:last-child) {
        margin-bottom: 20px
    }

    .lc-addresses__item-name {
        font-size: 14px
    }

    .lc-addresses__info, .lc-addresses__item-text {
        font-size: 12px
    }

    .scores-nav {
        margin-bottom: 40px
    }

    .scores-nav__item {
        font-size: 24px;
        padding-bottom: 8px
    }

    .scores-list__item {
        padding: 16px 24px
    }

    .scores-list__count {
        font-size: 18px
    }

    .scores-list__date, .scores-list__desc {
        font-size: 14px
    }

    .lc-orders__item {
        padding: 24px
    }

    .lc-orders__top {
        margin-bottom: 16px
    }

    .lc-orders__name, .lc-orders__number {
        font-size: 24px
    }

    .lc-orders__date {
        font-size: 14px;
        margin-bottom: 20px
    }

    .lc-orders__el {
        -ms-grid-columns: 112px 1fr 190px;
        grid-template-columns:112px 1fr 190px
    }

    .lc-orders__el:not(:last-child) {
        margin-bottom: 20px
    }

    .lc-orders__el-name, .lc-orders__el-text {
        font-size: 16px
    }

    .lc-orders__el-price {
        gap: 20px 0
    }

    .lc-orders__el-price .price {
        font-size: 20px
    }

    .order-cont {
        gap: 30px 40px;
        font-size: 14px
    }

    .order-cont__img-label {
        margin-bottom: 16px
    }

    .order-cont__item {
        padding: 16px 0 16px 36px
    }

    .lc__wrapper {
        -ms-grid-columns: 220px 24px 1fr;
        grid-template-columns:220px 1fr;
        grid-gap: 24px
    }

    .lc-info {
        padding: 24px
    }

    .lc-info__title {
        font-size: 16px
    }

    .score-info__item {
        font-size: 14px
    }

    .status span {
        font-size: 12px
    }

    .lc-card {
        padding: 30px
    }

    .blog__wrapper {
        -ms-grid-columns: auto 30px 280px;
        grid-template-columns:auto 280px;
        grid-gap: 40px 30px
    }

    .blog__aside > :not(:last-child) {
        margin-bottom: 40px
    }

    .blog__label {
        font-size: 16px
    }

    .blog__content .pagination {
        margin-top: 30px
    }

    .blog__list {
        gap: 30px
    }

    .blog-card__cont {
        padding: 24px
    }

    .blog-card__info {
        margin-bottom: 20px
    }

    .blog-card__title {
        font-size: 16px
    }

    .blog-card__text, .blog-subscribe__text {
        font-size: 14px
    }

    .blog-categories {
        padding: 24px
    }

    .blog-categories__title {
        font-size: 18px
    }

    .blog-categories__item {
        font-size: 14px
    }

    .blog-categories__item:not(:last-child) {
        margin-bottom: 12px
    }

    .about-company__text {
        font-size: 16px
    }

    .persons__title {
        margin-bottom: 40px
    }

    .about-reviews__title {
        margin-bottom: 50px
    }

    .reviews-nav {
        margin-bottom: 40px;
        margin-top: 0
    }

    .reviews-nav__item {
        font-size: 24px;
        padding-bottom: 8px
    }

    .reviews__info {
        padding: 30px
    }

    .reviews__info-title {
        font-size: 18px
    }

    .reviews__info .btn {
        margin-top: 20px
    }

    .reviews__info-item {
        font-size: 14px
    }

    .reviews__list-person {
        font-size: 14px;
        margin-right: 30px
    }

    .reviews__list-review {
        padding: 30px
    }

    .reviews__list-review--text {
        font-size: 14px
    }

    .reviews__list-review--order {
        gap: 0 24px
    }

    .reviews__list-block {
        -ms-grid-columns: auto 40px 350px;
        grid-template-columns:auto 350px;
        grid-gap: 32px 40px
    }

    .text-page__item:not(:last-child) {
        margin-bottom: 50px
    }

    .text-page__item:not(:fist-child) {
        margin-top: 50px
    }

    .text-page__item--table {
        padding: 40px
    }

    .text-page__item--slider .text {
        padding-left: 40px
    }

    .text-page__item--img {
        gap: 20px 40px
    }

    .text-page__item--img-2 {
        gap: 40px
    }

    .text-page__item--banner {
        gap: 24px 40px
    }

    .text-page__item--banner .text {
        font-size: 16px
    }

    .text-row {
        gap: 20px 40px
    }

    .quick-view__slider {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }
}

@media screen and (max-width: 1500px) {
    .notion__text {
        font-size: 16px
    }

    .notion__close {
        top: 23px
    }

    .header__search-wrap {
        max-width: 400px
    }

    .header__logo, .header__payment {
        margin-right: 35px
    }

    .footer__sales-text {
        font-size: 20px
    }

    .footer__sales-form {
        max-width: 300px
    }

    .footer__bottom, .footer__content .wrapper {
        grid-gap: 45px
    }

    .footer__nav-list {
        gap: 0 40px
    }
}

@media screen and (max-width: 1450px) {
    .cart-btn {
        font-size: 14px
    }

    h1 {
        font-size: 40px
    }

    .cards__grid {
        grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))
    }

    .cards__grid .card .card__text {
        font-size: 14px
    }

    .cards__grid .card .card__articul, .cards__grid .card .card__sizes {
        font-size: 12px
    }

    .cards__grid .card .card__sizes span.height:before {
        bottom: 0
    }

    .cards__grid .card .card__tag {
        padding: 4px 8px;
        font-size: 14px
    }

    .cards__grid .card .card__title {
        font-size: 14px
    }

    .cards__grid .card .card__price-old {
        font-size: 14px;
        line-height: 1.3
    }

    .cards__grid .card .card__price-current {
        font-size: 18px;
        line-height: 1.3
    }

    .cards__grid .card .cart-btn {
        justify-self: flex-end;
        width: 72px
    }

    .cards__grid .card .cart-btn span {
        color: transparent;
        overflow: hidden;
        justify-content: flex-end
    }

    .cards__grid .card .cart-btn span:after {
        background-position: 50%;
        width: 100%;
        margin: 0
    }

    .catalog-content__cards .card .card__text, .simple-slider .card .card__text {
        font-size: 14px
    }

    .catalog-content__cards .card .card__tag, .simple-slider .card .card__tag {
        padding: 4px 8px;
        font-size: 13px
    }

    .catalog-content__cards .card .card__title, .simple-slider .card .card__title {
        font-size: 14px
    }

    .catalog-content__cards .card .card__price-current, .simple-slider .card .card__price-current {
        font-size: 15px
    }

    .catalog-content__cards .card .cart-btn, .simple-slider .card .cart-btn {
        justify-self: flex-end;
        width: 72px
    }

    .catalog-content__cards .card .cart-btn span, .simple-slider .card .cart-btn span {
        color: transparent;
        overflow: hidden;
        justify-content: flex-end;
        font-size: 0
    }

    .catalog-content__cards .card .cart-btn span:after, .simple-slider .card .cart-btn span:after {
        background-position: 50%;
        margin: 0
    }

    .main-banner__form {
        max-width: 1000px;
        height: 80px
    }

    .main-banner__form-select {
        padding: 15px 25px
    }

    .main-banner__form-select > span {
        font-size: 14px
    }

    .main-banner__form button {
        font-size: 16px;
        padding: 0 20px
    }

    .main-reviews__tabs-item {
        font-size: 30px
    }

    .catalog-content__cards {
        grid-template-columns:repeat(auto-fill, minmax(260px, 1fr))
    }

    .product__total-price--old {
        font-size: 14px
    }

    .product__total-price--current {
        font-size: 18px
    }

    .product__slider--sizes span.height:before {
        bottom: 0
    }

    .product__slider--tag {
        padding: 4px 8px;
        font-size: 14px
    }

    .product__slider--quick-view {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width: 1440px) {
    .pagination {
        margin-top: 30px
    }

    .header__search-wrap {
        max-width: 300px
    }

    .header__category-item {
        padding: 15px 20px
    }

    .header__contacts-item a {
        font-size: 14px;
        margin-bottom: 2px
    }

    .header__logo {
        max-width: 85px
    }

    .main-delivery__content {
        grid-gap: 80px
    }

    .main-mission__title {
        margin-bottom: 50px
    }

    .main-mission__cards:not(.swiper-container) {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 30px
    }

    .main-mission__card-img {
        height: 56px;
        margin-bottom: 24px
    }

    .main-mission__card-title {
        font-size: 16px
    }

    .main-mission__card-text {
        font-size: 14px
    }

    .reviews__gallery {
        gap: 50px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1400px) {
    .footer__nav-title {
        font-size: 16px
    }

    .footer__nav-list-item {
        font-size: 13px
    }

    .footer__nav-list-item:not(:last-of-type) {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1360px) {
    .scores-page > :not(:last-child) {
        margin-bottom: 50px
    }

    .scores-grade {
        max-width: 320px
    }

    .scores-grade__item-label {
        font-size: 14px
    }

    .scores-grade__item-text {
        font-size: 12px
    }

    .scores-donut {
        -ms-grid-columns: 112px 24px 1fr;
        grid-template-columns:112px 1fr;
        gap: 15px 24px
    }

    .scores-donut .donut {
        width: 112px;
        height: 112px
    }

    .scores-donut__legend-item:before {
        top: 7px
    }

    .scores-donut__legend-label {
        font-size: 14px
    }

    .scores-donut__legend-text {
        font-size: 18px
    }

    .scores-list__item {
        gap: 15px 30px
    }

    .scores-list__name {
        font-size: 14px;
        line-height: 1.3
    }

    .about-company__text {
        padding-left: 40px
    }

    .advantages__list {
        gap: 40px
    }

    .advantages__item {
        padding: 40px
    }

    .persons__item {
        padding: 24px;
        font-size: 14px
    }

    .persons__img:not(:last-child) {
        margin-bottom: 15px
    }

    .persons__name {
        font-size: 16px
    }
}

@media screen and (max-width: 1300px) {
    .notion__text {
        font-size: 14px
    }

    .notion__close {
        top: 21px
    }

    .socials__link {
        width: 32px;
        height: 32px
    }

    .header__search-wrap {
        max-width: 250px
    }

    .header__nav {
        padding: 15px 0
    }

    .header__nav-item > a {
        font-size: 12px
    }

    .header__nav-item > a:after {
        top: calc(100% + 15px)
    }

    .header__payment {
        font-size: 12px
    }

    .footer__sales {
        padding: 20px 0
    }

    .footer__sales-text {
        font-size: 16px
    }

    .footer__sales-form {
        max-width: 250px
    }

    .footer__sales-form input {
        height: 38px
    }

    .footer__sales-form-button {
        width: 36px;
        height: 36px
    }

    .footer__sales-form-button:after {
        background-size: contain;
        width: 19px;
        height: 17px
    }

    .footer__sales-form-error {
        position: relative
    }

    .footer__contacts-item-info a {
        font-size: 18px
    }

    .footer__contacts-item-info p {
        font-size: 14px
    }

    .footer__contacts-item-info span {
        font-size: 12px
    }

    .footer__content {
        padding-top: 40px
    }

    .footer__content .wrapper {
        grid-gap: 40px
    }

    .footer__bottom {
        padding: 20px 0;
        grid-gap: 40px
    }

    .footer__bottom-copyright, .footer__bottom-policy {
        font-size: 13px
    }

    .footer__nav-list {
        gap: 0
    }
}

@media screen and (max-width: 1280px) {
    .lc-main {
        grid-template-columns:repeat(auto-fill, minmax(350px, 1fr))
    }

    .lc-main__score-legend {
        gap: 24px 15px
    }
}

@media screen and (max-width: 1200px) {
    .header__nav-item > a {
        font-size: 10px
    }

    .footer__logo {
        font-size: 24px
    }

    .footer__nav-title {
        font-size: 14px
    }

    .footer__nav-list-item {
        font-size: 12px
    }

    .footer__nav-list-item:not(:last-of-type) {
        margin-bottom: 12px
    }

    .main-mission__cards:not(.swiper-container) {
        grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))
    }
}

@media screen and (max-width: 1170px) {
    .order__form-block--full-tablet {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media screen and (max-width: 1152px) {
    .added-btn, .arrow-btn, .cart-btn, .click-btn, .main-btn, .next-btn, .quick-view__popup .product-more {
        height: 40px
    }

    .arrow-btn {
        font-size: 12px
    }

    html {
        font-size: 14px
    }

    .wrapper {
        max-width: 1060px
    }

    section {
        margin-bottom: 50px
    }

    .section__title {
        font-size: 28px;
        letter-spacing: -.02em;
        margin-bottom: 36px
    }

    details[open] summary:before {
        font-size: 14px
    }

    .promotions__slider {
        margin-bottom: 50px
    }

    .promotions__slider .swiper-button-next, .promotions__slider .swiper-button-prev {
        width: 24px;
        height: 24px
    }

    .promotions__slider .swiper-button-next:after, .promotions__slider .swiper-button-prev:after {
        font-size: 12px
    }

    .promotions__block {
        margin-bottom: 50px
    }

    .blog-subscribe__form-control input, .cart__promo-input input, .form-input__input, .order__form-block--grey label input, .product__delivery-info label input, .range__input {
        font-size: 14px
    }

    .form__title {
        letter-spacing: -.02em
    }

    .confirmation__title, .form__title {
        font-size: 28px
    }

    .custom-select .vscomp-value {
        font-size: 14px
    }

    .accordion__item.active .accordion__item-title {
        margin-bottom: 20px
    }

    .header__buttons-item.lk .user {
        display: none
    }

    .header__nav-dropdown-mini {
        padding: 30px 20px
    }

    .header__nav-banner {
        max-width: 214px;
        min-height: 262px;
        padding: 20px
    }

    .header__nav-banner-text {
        font-size: 12px
    }

    .header__prices {
        grid-gap: 0
    }

    .cart-preview__total-summ {
        font-size: 24px
    }

    .footer__sales-form input {
        font-size: 14px
    }

    .cards__grid {
        grid-template-columns:repeat(auto-fill, minmax(210px, 1fr))
    }

    .cards__grid .arrow-btn {
        margin-top: 35px
    }

    .cards__grid .card {
        padding: 20px;
        grid-gap: 12px 10px
    }

    .cards__grid .card .card__text {
        font-size: 13px;
        padding: 0 20px 20px
    }

    .cards__grid .card .card__favorite {
        top: 15px;
        left: 10px
    }

    .cards__grid .card .card__favorite.liked {
        top: 8px;
        left: 8px
    }

    .cards__grid .card .card__quick-view {
        top: 15px;
        left: 45px
    }

    .cards__grid .card .card__quick-view span {
        font-size: 10px
    }

    .catalog-content__cards .card .card__text, .simple-slider .card .card__text {
        font-size: 13px;
        padding: 0 20px 20px
    }

    .catalog-content__cards .card .card__quick-view span, .simple-slider .card .card__quick-view span {
        font-size: 10px
    }

    .simple-slider.white-bg {
        padding: 60px 0
    }

    .simple-slider > .wrapper > .swiper-container .swiper-button-next, .simple-slider > .wrapper > .swiper-container .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .simple-slider__tags {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        flex-wrap: nowrap;
        overflow: auto
    }

    .simple-slider__tags::-webkit-scrollbar, .simple-slider__tags::-webkit-scrollbar-thumb, .simple-slider__tags::-webkit-scrollbar-track {
        display: none
    }

    .main-banner {
        padding-bottom: 140px
    }

    .main-banner__title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .main-banner__logo {
        margin-bottom: 16px
    }

    .main-advantages__item {
        min-width: 220px
    }

    .main-advantages__item-img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        object-position: center
    }

    .main-advantages__item-text {
        font-size: 14px
    }

    .main-block__title {
        margin-bottom: 36px
    }

    .main-order {
        padding: 60px 0
    }

    .main-delivery__content {
        grid-gap: 60px
    }

    .main-delivery__left {
        font-size: 14px
    }

    .main-delivery__left strong {
        margin-bottom: 0
    }

    .main-delivery__list-item {
        padding: 24px 26px
    }

    .main-delivery__list-item.active .main-delivery__list-item-title {
        margin-bottom: 20px
    }

    .main-delivery__list-item-title {
        font-size: 16px
    }

    .main-delivery__list-item-text {
        font-size: 14px
    }

    .main-mission__title {
        margin-bottom: 36px
    }

    .main-reviews {
        padding: 50px 0
    }

    .main-reviews__tabs {
        margin-bottom: 40px
    }

    .main-reviews__tabs-item {
        font-size: 28px;
        padding-bottom: 12px
    }

    .main-reviews__tabs-item:not(:last-of-type) {
        margin-right: 40px
    }

    .main-reviews__slider {
        margin-bottom: 36px
    }

    .main-reviews__slider .swiper-button-next, .main-reviews__slider .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .catalog-content__filters, .catalog-content__sort, .product__postal-textarea textarea {
        font-size: 14px
    }

    .product__composition-item {
        width: calc(50% - 60px);
        margin-right: 60px
    }

    .product__reviews-slider .swiper-container {
        padding: 0 100px
    }

    .product__reviews-slider .swiper-button-next, .product__reviews-slider .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .lc-main__score-legend {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }

    .lc-main__score-btn {
        grid-column: auto;
        margin-top: 10px
    }

    .lc-main__score-btn button {
        padding-left: 10px;
        padding-right: 10px
    }

    .lc-main__score-item {
        display: flex;
        align-items: center
    }

    .lc-main__score-label {
        margin-bottom: 0
    }

    .lc-main__score-text {
        margin-left: 10px;
        font-size: 14px
    }

    .lc-data__item .form-input__error, .lc-data__item .form-input__label {
        max-width: 100%
    }

    .lc-data .lc-data__item--code {
        width: 100%
    }

    .about-company__text {
        padding-left: 20px;
        font-size: 14px
    }

    .advantages__list {
        gap: 30px
    }

    .advantages__item {
        padding: 30px
    }

    .advantages__text, .advantages__title {
        font-size: 14px
    }

    .advantages__more {
        font-size: 12px
    }

    .persons__title {
        margin-bottom: 30px
    }

    .persons .swiper-button-next, .persons .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .about-reviews__title {
        margin-bottom: 30px
    }

    .about-page section:not(:last-child) {
        margin-bottom: 50px
    }

    .about-page .main-mission, .about-page .persons {
        padding: 50px 0
    }

    .reviews__info {
        padding: 24px
    }

    .reviews__info-title {
        font-size: 16px
    }

    .reviews__gallery {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
        gap: 40px
    }

    .reviews__list-review {
        padding: 24px
    }

    .reviews__list-block {
        -ms-grid-columns: auto 30px 280px;
        grid-template-columns:auto 280px;
        grid-gap: 30px
    }

    .text-page__item {
        font-size: 14px
    }

    .text-page .swiper-button-next, .text-page .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .text-page__item--table {
        padding: 30px
    }

    .text-page__item--slider .text {
        padding-left: 30px
    }

    .text-page__item--ol > ol:not([class]) {
        margin-bottom: -20px
    }

    .text-page__item--ol > ol:not([class]) > li {
        padding-left: 60px;
        margin-bottom: 20px
    }

    .text-page__item--ol > ol:not([class]) > li:before {
        width: 40px;
        height: 40px;
        font-size: 14px
    }

    .text-page__item--ul > ul:not([class]):not(:first-child) {
        margin-bottom: 20px
    }

    .text-page__item--img {
        gap: 20px 30px
    }

    .text-page__item--img-2 {
        gap: 30px
    }

    .text-page__item--banner {
        gap: 20px 30px
    }

    .text-page__item--banner .text {
        font-size: 14px
    }

    .text-page__item--banner .text p {
        line-height: 1.6
    }

    .text-row {
        gap: 20px 30px
    }

    .contacts__cont {
        gap: 30px 80px
    }
}

@media screen and (max-width: 1100px) {
    .header__contacts-item:first-child, .header__logo, .header__payment {
        margin-right: 20px
    }
}

@media screen and (max-width: 1040px) {
    .product__tabs-button {
        font-size: 14px
    }

    .order__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 1024px) {
    .cards__grid .card .card__favorite {
        opacity: 1;
        visibility: visible
    }

    .cards__grid .card .card__quick-view {
        display: none
    }

    .catalog-content__cards .card .card__favorite, .simple-slider .card .card__favorite {
        opacity: 1;
        visibility: visible
    }

    .catalog-content__cards .card .card__quick-view, .simple-slider .card .card__quick-view {
        display: none
    }

    .main-banner__form-select {
        padding: 15px 20px
    }

    .cart__empty {
        font-size: 16px
    }
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 36px
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 10px
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: 10px
    }

    .promotions__slider .swiper-button-prev {
        left: 15px
    }

    .promotions__slider .swiper-button-next {
        right: 15px
    }

    .blog-subscribe__form-control button, .cart__promo-input button {
        padding: 0;
        background: transparent
    }

    .blog-subscribe__form-control button:after, .cart__promo-input button:after {
        filter: invert(1)
    }

    .blog-subscribe__form-control button:before, .cart__promo-input button:before {
        display: none
    }

    .header__search {
        max-width: 100%
    }

    .header__search-wrap {
        max-width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-right: 0;
        z-index: 15;
        padding: 12px 20px;
        background-color: #fff
    }

    .header__search-button:before {
        display: none
    }

    .header__search-list {
        top: calc(100% + 12px);
        left: -20px;
        right: -20px;
        width: calc(100% + 40px)
    }

    .header__buttons {
        order: 3;
        margin-left: 0
    }

    .header__buttons-item.favorite, .header__buttons-item.lk, .header__contacts {
        display: none
    }

    .header__top {
        position: static
    }

    .header__bot {
        display: none !important
    }

    .header__logo {
        margin: 0 auto;
        order: 2;
        position: relative;
        left: 40px
    }

    .footer__sales-form-button:before, .header__payment {
        display: none
    }

    .footer__bottom-copyright, .footer__bottom-policy {
        order: 1
    }

    .cards__grid {
        grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))
    }

    .cards__grid .card .card__text {
        display: none
    }

    .cards__grid .card .card__articul, .cards__grid .card .card__sizes {
        font-size: 11px
    }

    .cards__grid .card .card__sizes span:first-child {
        margin-right: 10px
    }

    .cards__grid .card .card__title {
        font-size: 13px
    }

    .cards__grid .card .card__price {
        align-self: flex-end
    }

    .cards__grid .card .card__price-old {
        margin-bottom: 5px;
        font-size: 12px
    }

    .cards__grid .card .card__price-current {
        font-size: 14px
    }

    .cards__grid .card .cart-btn {
        align-self: flex-end;
        width: 52px
    }

    .cards__grid .card .cart-btn span:after {
        width: 20px;
        height: 20px;
        background-size: contain
    }

    .catalog-content__cards .card, .simple-slider .card {
        padding: 15px
    }

    .catalog-content__cards .card .card__text, .simple-slider .card .card__text {
        display: none
    }

    .catalog-content__cards .card .card__articul, .simple-slider .card .card__articul {
        font-size: 11px
    }

    .catalog-content__cards .card .card__sizes, .simple-slider .card .card__sizes {
        background-size: 48%;
        font-size: 11px
    }

    .catalog-content__cards .card .card__sizes span:first-child, .simple-slider .card .card__sizes span:first-child {
        margin-right: 5px
    }

    .catalog-content__cards .card .card__title, .simple-slider .card .card__title {
        font-size: 13px
    }

    .catalog-content__cards .card .card__price-old, .simple-slider .card .card__price-old {
        margin-bottom: 5px;
        font-size: 10px
    }

    .catalog-content__cards .card .card__price-current, .simple-slider .card .card__price-current {
        font-size: 14px
    }

    .catalog-content__cards .card .cart-btn, .simple-slider .card .cart-btn {
        align-self: flex-end;
        width: 52px
    }

    .catalog-content__cards .card .cart-btn span:after, .simple-slider .card .cart-btn span:after {
        width: 20px;
        height: 20px;
        background-size: contain
    }

    .catalog-content__cards {
        grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))
    }

    .cart__item-photo--articul {
        height: 20px;
        font-size: 11px
    }

    .cart__item-price-old {
        margin-bottom: 5px;
        font-size: 12px
    }

    .cart__promo-input button:after {
        top: 2px
    }

    .product__total-price--old {
        margin-bottom: 5px;
        font-size: 12px
    }

    .product__total-price--current {
        font-size: 14px
    }

    .product__slider--articul {
        font-size: 12px
    }

    .product__slider--sizes {
        font-size: 11px
    }

    .product__slider--sizes span:first-child {
        margin-right: 10px
    }
}

@media screen and (max-width: 1000px) {
    .breadcrumbs__item {
        font-size: 12px
    }

    .range__input {
        max-width: calc(50% - 12px)
    }

    .catalog-content__top {
        background: transparent;
        border-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 24px
    }

    .catalog-content__sort {
        display: none
    }

    .catalog-content__filters {
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
        flex-wrap: wrap
    }

    .catalog-content__filters-total {
        padding-top: 0
    }

    .catalog-content__filters-items {
        width: 100%;
        order: 3;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0
    }

    .catalog-content__filters-reset {
        padding-top: 0
    }

    .catalog-filter {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 450px;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 20;
        pointer-events: none;
        transition: transform .4s ease-in-out;
        transform: translate(-100%)
    }

    .catalog-filter.opened {
        pointer-events: all;
        transform: translate(0);
        transition: transform .4s ease-in .2s
    }

    .catalog-filter__form {
        display: block;
        width: 100%
    }

    .catalog-filter__top {
        top: 0;
        top: -webkit-sticky;
        bottom: -webkit-sticky
    }

    .catalog-filter__btns, .catalog-filter__top {
        z-index: 5;
        right: -webkit-sticky;
        left: -webkit-sticky;
        position: sticky
    }

    .catalog-filter__btns {
        margin-top: auto;
        bottom: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        flex-direction: row;
        top: -webkit-sticky;
        bottom: -webkit-sticky
    }

    .catalog-filter__btns .btn {
        flex: 1 1 auto
    }

    .catalog-filter__btns .btn:not(:first-child) {
        margin-top: 0;
        margin-left: 16px
    }

    .catalog-filter__category:last-child {
        border: 0
    }

    .catalog-filter__badge {
        padding: 6px 10px
    }

    .cart > .wrapper, .catalog__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .product__total {
        -ms-grid-column: 6;
        -ms-grid-column-span: 4;
        grid-column: 6/10
    }

    .product__info {
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10
    }

    .product__slider {
        grid-row: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6
    }

    .product__settings {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10
    }

    .product__reviews-slider .swiper-container {
        padding: 0 50px
    }

    .product__content {
        -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
        grid-template-columns:repeat(9, 1fr);
        grid-gap: 40px 24px
    }

    .order__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .order-cont__img {
        max-width: 350px
    }

    .blog__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-gap: 30px
    }

    .blog__aside > :not(:last-child) {
        margin-bottom: 30px
    }

    .blog__list {
        gap: 24px
    }

    .blog-card__cont {
        padding: 24px 20px
    }

    .blog-card__info {
        font-size: 12px;
        margin-bottom: 15px
    }

    .blog-card__date:before, .blog-card__view:before {
        width: 24px;
        height: 24px;
        background-size: contain
    }

    .blog-categories {
        order: -1;
        padding: 16px 24px
    }

    .blog-categories__title {
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: color .3s ease;
        padding-left: 30px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.075.4c-.1-.2-.3-.4-.6-.4H.575c-.2 0-.4.2-.5.4-.1.2-.1.5 0 .7l6.5 8.5v7.9c0 .2.1.5.3.6.1.1.2.1.3.1.1 0 .2 0 .3-.1l3.7-2c.2-.1.4-.4.4-.6V9.6l6.5-8.5c.1-.2.1-.5 0-.7zM7.775 9l-5.8-7.6h14.2l-5.8 7.6c-.1.1-.1.3-.1.4v5.7l-2.4 1.3v-7c0-.1 0-.3-.1-.4z' fill='%23000'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 0
    }

    .blog-categories__title:hover {
        color: #828282
    }

    .blog-categories__title:after {
        content: "";
        border-left: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
        transition: transform .3s;
        width: 10px;
        height: 10px
    }

    .blog-categories__title.opened:after {
        transform: rotate(135deg)
    }

    .blog-categories__title.opened + .blog-categories__list {
        margin-top: 16px;
        max-height: 1000px;
        transition: max-height .6s ease-in .4s, margin .4s ease-in
    }

    .blog-categories__title + .blog-categories__list {
        max-height: 0;
        transition: max-height .6s ease-out, margin .4s ease-out .6s;
        width: 100%;
        overflow: hidden
    }

    .reviews__info {
        order: -1
    }

    .reviews__info .btn {
        margin-top: 10px
    }

    .reviews__list-review--order {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .reviews__list-review--product {
        display: -ms-grid;
        display: grid;
        align-items: center;
        margin-bottom: 10px;
        -ms-grid-columns: 124px 15px 1fr;
        grid-template-columns:124px 1fr;
        gap: 0 15px
    }

    .reviews__list-review--product .btn {
        width: max-content
    }

    .reviews__list-review--product img {
        -ms-grid-row-span: 2;
        grid-row: span 2;
        width: 124px;
        height: 124px
    }

    .quick-view__slider {
        grid-row: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6
    }
}

@media screen and (max-width: 960px) {
    main h2 {
        font-size: 24px
    }

    main h3 {
        font-size: 18px
    }

    main h4 {
        font-size: 16px
    }

    main h5 {
        font-size: 14px
    }

    main blockquote {
        font-size: 14px;
        padding: 30px
    }

    .main-delivery__content {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-gap: 32px
    }

    .main-delivery__left, .main-delivery__right {
        grid-column: auto
    }

    .main-delivery__map {
        padding-top: 0;
        height: 320px
    }

    .order-sender__info {
        padding-right: 40px
    }

    .order-sender__edit {
        font-size: 0
    }

    .lc-main__top-name {
        font-size: 16px
    }

    .lc-main__top-edit .edit span {
        display: none
    }

    .lc-main__card-title, .lc-main__order-number {
        font-size: 16px
    }

    .lc-menu__list {
        max-height: 0;
        transition: max-height .6s ease-out;
        width: 100%;
        overflow: hidden;
        padding: 0;
        position: absolute;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        z-index: 10
    }

    .lc-menu__item:not(:last-child):not(:first-child) {
        margin-bottom: -14px
    }

    .lc-menu__link {
        padding: 16px
    }

    .lc-menu__link.active {
        display: none
    }

    .scores-grade__line-progress {
        position: static
    }

    .scores-grade__info {
        font-size: 12px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        transform: none
    }

    .lc__wrapper {
        display: block
    }

    .lc__nav {
        position: relative;
        top: 0;
        margin-bottom: 24px
    }

    .lc-info__title {
        font-size: 14px
    }

    .lc-info__link, .score-info__item {
        font-size: 12px
    }

    .score-info__name {
        width: 170px;
        margin-right: 15px
    }

    .reviews__list-block {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .text-page__item:not(:last-child) {
        margin-bottom: 40px
    }

    .text-page__item:not(:fist-child) {
        margin-top: 40px
    }

    .text-page__item--slider {
        flex-direction: column
    }

    .text-page__item--slider .text-page__item-slider {
        width: 100%
    }

    .text-page__item--slider .text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

    .text-page__item--ol > ol:not([class]), .text-page__item--ul > ul:not([class]) {
        column-count: 1
    }

    .text-page__item--img {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .text-page__item--img-2 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .text-page__item--img-2 .text {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .share-news {
        padding: 24px 0
    }
}

@media screen and (max-width: 900px) {
    .footer__contacts {
        max-width: 100%;
        width: 100%;
        grid-template-columns:repeat(auto-fill, minmax(210px, 1fr));
        grid-column: unset;
        grid-gap: 20px 30px
    }

    .footer__contacts-item-info a {
        font-size: 18px
    }

    .footer__contacts-item-info p {
        font-size: 12px
    }

    .footer__content .wrapper {
        grid-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .footer__bottom {
        grid-gap: 17px;
        -ms-grid-columns: 1fr 17px 1fr;
        grid-template-columns:1fr 1fr
    }

    .footer__bottom-copyright, .footer__bottom-policy {
        font-size: 12px
    }

    .footer__bottom-copyright {
        order: 1;
        grid-column: auto
    }

    .footer__bottom-policy {
        order: 2;
        grid-column: auto
    }

    .footer__bottom-payments {
        grid-column: 1/-1;
        order: 0
    }

    .footer__nav:first-of-type {
        grid-column: unset
    }

    .footer__nav-title {
        margin-bottom: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #c4c4c4;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footer__nav-title:after {
        opacity: .8;
        content: "";
        width: 10px;
        height: 10px;
        border-left: 1px solid;
        border-bottom: 1px solid;
        transform: rotate(-45deg);
        transition: transform .3s
    }

    .footer__nav-title + .footer__nav-list {
        max-height: 0
    }

    .footer__nav-list {
        margin-top: 0;
        overflow: hidden;
        flex-wrap: nowrap;
        max-height: 350px
    }
}

@media screen and (max-width: 820px) {
    .section__title {
        font-size: 24px;
        margin-bottom: 28px
    }

    main blockquote {
        padding: 24px
    }

    main blockquote:before {
        width: 40px;
        height: 40px
    }

    .popup {
        padding-top: 0;
        padding-bottom: 0
    }

    .popup__block {
        padding: 20px;
        border-radius: 0;
        min-height: 100%
    }

    .popup__block, .popup__block--small {
        max-width: 100%
    }

    .form__title {
        font-size: 24px
    }

    .form-tabs__item {
        font-size: 20px;
        margin-right: 24px;
        padding-bottom: 5px
    }

    /*
    .header__buttons-item.cart .header__buttons-dropdown {
        display: none
    }*/

    .cart-preview {
        width: 100%
    }

    .main-delivery__list-item {
        padding: 20px
    }

    .main-delivery__list-item-title {
        font-size: 14px
    }

    .main-delivery__list-item-text {
        font-size: 12px
    }

    .main-reviews__tabs {
        margin-bottom: 25px
    }

    .main-reviews__tabs-item {
        font-size: 24px
    }

    .main-reviews__tabs-item:not(:last-of-type) {
        margin-right: 24px
    }

    .order__content-text {
        font-size: 14px
    }

    .order__content-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .order__form-block--grey {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .order__form-block--grey-title {
        font-size: 14px
    }

    .order__form-block--title {
        font-size: 16px
    }

    .date-time .custom-select {
        display: none
    }

    .date-time .default-select {
        display: block
    }

    .scores-nav {
        margin-bottom: 30px
    }

    .scores-nav__item {
        font-size: 20px;
        margin-right: 24px;
        padding-bottom: 5px
    }

    .scores-page > :not(:last-child) {
        margin-bottom: 40px
    }

    .scores-info {
        flex-direction: column;
        align-items: stretch
    }

    .scores-grade {
        max-width: 100%
    }

    .scores-donut {
        padding-right: 0
    }

    .scores-list__item {
        gap: 0 12px;
        -ms-grid-columns: 70px 12px 1fr 12px 70px;
        grid-template-columns:70px 1fr 70px
    }

    .scores-list__count {
        font-size: 16px;
        -ms-grid-row-span: 2;
        grid-row: span 2
    }

    .scores-list__date {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column: 2;
        grid-column-start: 2;
        font-size: 12px
    }

    .scores-list__desc {
        -ms-grid-row-span: 2;
        grid-row: span 2;
        text-align: right
    }

    .lc-orders__name, .lc-orders__number {
        font-size: 20px
    }

    .lc-orders__el {
        gap: 15px 24px
    }

    .lc-orders__el-name, .lc-orders__el-text {
        font-size: 14px
    }

    .lc-orders__el-price .price {
        font-size: 16px
    }

    .order-cont {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .order-cont__item-name {
        font-size: 14px
    }

    .order-cont__products {
        grid-template-columns:repeat(auto-fill, 80px)
    }

    .persons__item {
        padding: 18px;
        font-size: 12px
    }

    .persons__name {
        font-size: 14px
    }

    .reviews-nav {
        margin-bottom: 30px
    }

    .reviews-nav__item {
        font-size: 20px;
        margin-right: 24px;
        padding-bottom: 5px
    }

    .reviews__gallery {
        rid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 24px
    }

    .text-page__item--table {
        padding: 24px
    }

    .contacts__cont, .text-page__item--banner, .text-page__item--img, .text-row {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 768px) {
    section {
        margin-bottom: 40px
    }

    h1 {
        font-size: 28px
    }

    .toast {
        width: 100%;
        min-width: unset;
        top: 0;
        border-radius: 0 0 5px 5px
    }

    .notion {
        padding: 12px 20px 12px 0
    }

    .notion__text {
        font-size: 12px;
        text-align: left
    }

    .notion__close {
        top: 12px
    }

    .promotions__slider {
        margin-bottom: 40px
    }

    .promotions__slider-btn {
        display: flex;
        gap: 10px;
        padding: 10px 5px;
        justify-content: flex-end
    }

    .promotions__slider-btn .swiper-button-next, .promotions__slider-btn .swiper-button-prev {
        position: static;
        transform: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1)
    }

    .promotions__block {
        margin-bottom: 40px
    }

    .footer__sales-text {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start
    }

    .cards__grid .card .card__slider .swiper-lazy-preloader, .catalog-content__cards .card .card__slider .swiper-lazy-preloader, .simple-slider .card .card__slider .swiper-lazy-preloader {
        top: 60%
    }

    .simple-slider.white-bg {
        padding: 40px 0
    }

    .main-banner {
        padding: 50px 0
    }

    .main-banner__title {
        font-size: 28px;
        max-width: 350px
    }

    .main-banner__logo {
        display: none
    }

    .main-banner__form {
        flex-direction: column;
        justify-content: center;
        height: unset
    }

    .main-banner__form-select {
        padding: 10px 20px;
        width: 100%
    }

    .main-banner__form-select:first-of-type {
        border-radius: 12px
    }

    .main-banner__form-select:not(:last-of-type) {
        border-right: 2px solid transparent
    }

    .main-banner__form-select.focused {
        border-right: 2px solid #e0e0e0
    }

    .main-banner__form button, .main-banner__form button:before {
        border-radius: 4px 4px 12px 12px
    }

    .main-banner__form button {
        width: 100%;
        height: 64px
    }

    .main-block__title {
        margin-bottom: 28px
    }

    .main-order {
        padding: 40px 0
    }

    .about-page section:not(:last-child) {
        margin-bottom: 40px
    }

    .ss-main .ss-values .ss-max, .ss-main .ss-values .ss-max .ss-value-text, .ss-main .ss-values .ss-placeholder, .ss-main .ss-values .ss-placeholder .ss-value-text, .ss-main .ss-values .ss-single, .ss-main .ss-values .ss-value, .ss-main .ss-values .ss-value .ss-value-text {
        font-size: 20px
    }

    .custom-select.ss-content {
        margin-top: 20px !important
    }
}

@media screen and (max-width: 720px) {
    .header__search-list {
        max-height: calc(100vh - 200px)
    }

    .cart__item {
        -ms-grid-columns: 120px 16px 1fr;
        grid-template-columns:120px 1fr;
        grid-gap: 16px
    }

    .cart__item-photo {
        width: 120px;
        -ms-grid-row-span: 4;
        grid-row: span 4
    }

    .cart__item-text {
        grid-row: auto;
        grid-column: auto
    }

    .cart__item-title {
        font-size: 14px;
        grid-column: auto
    }

    .cart__item-price {
        grid-column: auto
    }

    .cart__item-buttons {
        grid-column: auto;
        justify-content: flex-start
    }

    .cart__add-postal {
        padding: 24px
    }

    .product__total {
        grid-row: auto;
        grid-column: auto;
        order: 2
    }

    .product__info {
        -ms-grid-row: auto;
        grid-row-start: auto;
        grid-column: auto;
        order: 4
    }

    .product__slider {
        grid-column: auto;
        order: 1;
        max-width: 450px
    }

    .product__settings {
        -ms-grid-row: auto;
        grid-row-start: auto;
        grid-column: auto;
        order: 3
    }

    .product__tabs {
        margin-top: 40px
    }

    .product__tabs .product__reviews-slider .swiper-button-prev + .product__reviews-slider--white-line {
        left: 16px
    }

    .product__tabs .product__reviews-slider .swiper-button-next + .product__reviews-slider--white-line {
        right: 16px
    }

    .product__tabs-buttons {
        display: none
    }

    .product__tabs-content {
        padding: 0;
        background: transparent
    }

    .product__tabs-content .product__tabs-content-page:not(.active) {
        position: static;
        opacity: 1;
        visibility: visible
    }

    .product__tabs-content .product__tabs-content-page {
        padding: 24px 18px;
        background: #fff;
        border: 1px solid #e0e0e0;
        margin-bottom: -1px
    }

    .product__tabs-content .product__tabs-content-title.opened:after {
        transform: rotate(135deg)
    }

    .product__tabs-content .product__tabs-content-title.opened + .product__tabs-content-cont {
        margin-top: 16px;
        max-height: 1000px;
        transition: max-height .6s ease-in .4s, margin .4s ease-in
    }

    .product__tabs-content .product__tabs-content-title + .product__tabs-content-cont {
        max-height: 0;
        transition: max-height .6s ease, margin .4s ease .6s;
        width: 100%;
        overflow: hidden
    }

    .product__tabs-content .product__tabs-content-page.active .product__tabs-content-title + .product__tabs-content-cont {
        max-height: 1000px;
    }

    .product__tabs-content .product__tabs-content-page.active .product__tabs-content-title {
        margin-bottom: 15px;
    }

    .product__composition-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .product__delivery {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        grid-gap: 30px
    }

    .product__reviews {
        margin-left: -18px;
        margin-right: -18px;
        width: calc(100% + 36px)
    }

    .product__reviews .product__reviews-rating {
        padding: 0 18px
    }

    .product__reviews .product__reviews-slider .swiper-button-next, .product__reviews .product__reviews-slider .swiper-button-prev {
        display: none
    }

    .product__reviews-slider .swiper-container {
        padding: 0 70px 0 30px
    }

    .product__reviews-item {
        flex-direction: column
    }

    .product__reviews-person {
        margin-right: 0;
        margin-bottom: 20px
    }

    .product__reviews-review {
        padding: 20px
    }

    .product__content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        grid-gap: 30px
    }

    .about-company__cont {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 30px
    }

    .about-company__img {
        grid-column: auto
    }

    .about-company__text {
        grid-column: auto;
        padding-left: 0
    }

    .advantages__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 24px
    }

    .advantages__item {
        padding: 24px
    }

    .advantages__text {
        font-size: 12px
    }

    .advantages__text:not(:last-child) {
        margin-bottom: 20px
    }

    .reviews__list-rating {
        font-size: 12px
    }

    .reviews__list-rating--num {
        font-size: 36px
    }

    .reviews__list-rating--stars {
        margin-right: 20px
    }

    .reviews__list-item:not(:last-child) {
        margin-bottom: 30px
    }

    .reviews__list-item {
        flex-direction: column
    }

    .reviews__list-person {
        margin-right: 0;
        margin-bottom: 20px
    }

    .reviews__list-review {
        padding: 20px
    }

    .reviews__list-review:before {
        top: auto;
        bottom: calc(100% - 9px);
        right: auto;
        left: 40px;
        transform: rotate(90deg)
    }

    .quick-view__slider {
        grid-column: auto;
        order: 1;
        max-width: 450px
    }
}

@media screen and (max-width: 640px) {
    main h2 {
        font-size: 20px
    }

    main h3 {
        font-size: 16px
    }

    main h4 {
        font-size: 14px
    }

    main table:not([class]) caption {
        margin-bottom: 0
    }

    main table:not([class]) td, main table:not([class]) th {
        padding: 10px 15px
    }

    .footer__bottom-copyright {
        order: 2;
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .footer__bottom-policy {
        order: 1;
        text-align: left;
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .product__packages-popup .product__packages {
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
        grid-template-columns:repeat(5, 1fr)
    }

    .lc-addresses__bottom {
        flex-direction: column
    }

    .lc-addresses__bottom button {
        margin-right: 0;
        margin-bottom: 16px
    }

    .lc-orders__date {
        justify-content: space-between
    }

    .lc-orders__el {
        gap: 15px;
        -ms-grid-columns: 80px 15px 1fr 15px 190px;
        grid-template-columns:80px 1fr 190px
    }

    .share-news {
        flex-direction: column;
        align-items: flex-start
    }

    .share-news__label {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 550px) {
    .promotions__slider-text {
        max-width: unset;
        text-align: center
    }
}

@media screen and (max-width: 520px) {
    .main-btn {
        padding: 0 15px
    }

    .section__title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .form__title {
        font-size: 20px
    }

    .form__submit > button {
        width: 100%
    }

    .header__buttons-item.cart:before, .header__buttons-item.phone:before, .header__search-toggle {
        width: 30px;
        height: 30px
    }

    .header__logo {
        left: 0
    }

    .header__burger {
        margin-right: 15px
    }

    .header__messengers .messengers__link {
        width: 30px;
        height: 30px
    }

    .footer__contacts {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .simple-slider > .wrapper > .swiper-container > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) .card__slider {
        pointer-events: none
    }

    .simple-slider > .wrapper > .swiper-container .swiper-button-next, .simple-slider > .wrapper > .swiper-container .swiper-button-prev {
        width: 36px;
        height: 36px
    }

    .main-delivery__map {
        height: 250px
    }

    .main-reviews__tabs:before {
        display: none
    }

    .main-reviews__tabs-item {
        font-size: 20px
    }

    .main-reviews__slider .swiper-button-next, .main-reviews__slider .swiper-button-prev {
        width: 36px;
        height: 36px
    }

    .cart__item {
        -ms-grid-columns: 100px 16px 1fr;
        grid-template-columns:100px 1fr
    }

    .cart__item-photo {
        width: 100px
    }

    .product__packages-popup .product__packages {
        -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
        grid-template-columns:repeat(4, 1fr);
        grid-gap: 12px
    }

    .product__packages-popup .product__packages .product__packages-item--price {
        font-size: 12px
    }

    .product__reviews-slider .swiper-button-next, .product__reviews-slider .swiper-button-prev {
        width: 36px;
        height: 36px
    }

    .order__form-block--date {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .order__form-login .main-btn {
        width: 100%
    }

    .date-select {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .date-select__item {
        display: none
    }

    .date-select .date-input {
        font-size: 16px;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        background-position: right 12px center;
        border-color: #e0e0e0
    }

    .date-select .date-input::-webkit-inner-spin-button {
        display: none
    }

    .date-select .date-input::-webkit-calendar-picker-indicator {
        opacity: 0
    }

    .lc-main {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .lc-main__card, .lc-main__top {
        padding: 16px 20px
    }

    .lc-main__card--score .more {
        position: relative;
        top: 0;
        right: 0
    }

    .lc-main__score {
        padding-bottom: 15px
    }

    .lc-data__info {
        font-size: 12px
    }

    .lc-data__item--tel .form-input__tel .form-input__btn {
        position: relative;
        top: 0;
        right: 0;
        bottom: auto;
        height: 40px;
        margin-top: 10px;
        width: 100%
    }

    .lc-data .lc-data__item--code .form-input__wrap {
        flex-direction: column;
        align-items: stretch
    }

    .lc-data .lc-data__item--code .form-input__input {
        max-width: 100%
    }

    .lc-data .form-input__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .lc-password .form-input__link {
        position: relative;
        margin-bottom: 10px;
        display: block
    }

    .lc-notification__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .lc-addresses__bottom button {
        width: 100%
    }

    .lc-orders__top .lc-orders__name {
        margin-right: 15px
    }

    .lc-orders__top .lc-orders__scores {
        margin-left: 15px
    }

    .lc-orders__el {
        -ms-grid-columns: 80px 15px 1fr;
        grid-template-columns:80px 1fr;
        gap: 10px 15px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0
    }

    .lc-orders__el-img {
        -ms-grid-row-span: 2;
        grid-row: span 2
    }

    .lc-orders__el-price {
        gap: 12px 0
    }

    .lc-info {
        padding: 16px 20px
    }

    .lc-card {
        padding: 24px 20px
    }

    .blog__list {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .persons .swiper-button-next, .persons .swiper-button-prev, .text-page .swiper-button-next, .text-page .swiper-button-prev {
        width: 36px;
        height: 36px
    }

    .text-page__item--ol > ol:not([class]) > li {
        padding-left: 50px;
        padding-top: 0;
        min-height: 36px
    }

    .text-page__item--ol > ol:not([class]) > li:before {
        width: 36px;
        height: 36px;
        font-size: 12px;
        top: 0
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        padding: 0 18px
    }

    main blockquote {
        padding: 24px 18px;
        margin-left: -18px;
        margin-right: -18px;
        border-radius: 0
    }

    main blockquote:before {
        margin-right: 15px;
        width: 35px;
        height: 35px
    }

    .accordion {
        margin-left: -18px;
        margin-right: -18px;
        width: calc(100% + 36px)
    }

    .accordion__item {
        padding: 24px 18px
    }

    .sticky-btns {
        right: 12px
    }

    .header__search-wrap {
        padding-left: 18px;
        padding-right: 18px
    }

    .header__search-list {
        left: -18px;
        right: -18px;
        width: calc(100% + 36px)
    }

    .footer__sales .wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__sales-text {
        margin-bottom: 20px
    }

    .footer__sales-form {
        width: 100%;
        max-width: unset
    }

    .footer__bottom-copyright, .footer__bottom-policy {
        padding-right: 40px;
        grid-column: 1/-1
    }

    .footer__callback {
        width: 100%
    }

    .cards__grid {
        width: 100vw;
        left: 50%;
        transform: translate(-50%)
    }

    .simple-slider > .wrapper > .swiper-container {
        margin-left: -18px;
        margin-right: -18px;
        width: calc(100% + 36px)
    }

    .simple-slider > .wrapper > .swiper-container .swiper-button-next, .simple-slider > .wrapper > .swiper-container .swiper-button-prev {
        opacity: 0;
        pointer-events: none
    }

    .simple-slider__tags {
        padding-left: 18px;
        padding-right: 18px
    }

    .cart__item, .simple-slider__tags {
        margin-left: -18px;
        margin-right: -18px
    }

    .cart__item {
        padding: 18px;
        width: calc(100% + 36px);
        border-radius: 0
    }

    .cart__item-buttons > :not(:last-child) {
        margin-right: 20px
    }

    .cart__add-postal, .cart__right {
        padding: 18px
    }

    .cart__add-postal, .cart__right, .product__info, .product__settings, .product__total {
        margin-left: -18px;
        margin-right: -18px;
        border-radius: 0
    }

    .product__settings {
        width: calc(100% + 36px)
    }

    .order__confirm, .product__tabs-content {
        margin-left: -18px;
        margin-right: -18px;
        border-radius: 0
    }

    .order__confirm {
        padding: 24px 18px
    }

    .order__form-block {
        padding: 20px 18px
    }

    .order__form-block, .scores-list {
        margin-left: -18px;
        margin-right: -18px
    }

    .scores-list__item {
        padding: 16px 18px
    }

    .lc-orders__item {
        padding: 24px 18px;
        margin-left: -18px;
        margin-right: -18px;
        border-radius: 0
    }

    .lc-card {
        border-radius: 0
    }

    .lc-card, .reviews-nav {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px
    }

    .reviews__info {
        padding: 24px 18px
    }

    .reviews__info, .text-page__item--table {
        margin-left: -18px;
        margin-right: -18px;
        border-radius: 0
    }

    .text-page__item--table {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media screen and (max-width: 425px) {
    .section-404 > .wrapper {
        text-align: unset
    }

    .section-404__list-item {
        justify-content: flex-start
    }
}

@media screen and (max-width: 420px) {
    body:after {
        background: #fff
    }

    .reviews__list-rating--num {
        font-size: 28px;
        margin-top: 0
    }
}

@media screen and (max-width: 360px) {
    .cart__item {
        -ms-grid-columns: 80px 16px 1fr;
        grid-template-columns:80px 1fr
    }

    .cart__item-photo {
        width: 80px
    }
}

@media (any-hover: hover) {
    .address-block__item:hover {
        color: #f04954
    }
}

@media (hover: hover) {
    .promotions__slider .swiper-button-next:hover:not(.swiper-button-disabled), .promotions__slider .swiper-button-prev:hover:not(.swiper-button-disabled) {
        box-shadow: 0 0 15px rgba(0, 0, 0, .25)
    }
}
