@charset "windows-1251";

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/template/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2')
    format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/template/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2')
    format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container {
    width: 100%;
    max-width: calc(1260px + 60px);
    padding: 0 30px;
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {
    .container {
        padding: 0 15px;
    }
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
}

#delivery-map, .delivery-map-container {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

input, button, select, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

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

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

/*html {
    font-size: 62.5%;
}*/

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
    color: #070707;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.section {
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    .section {
        margin: 0;
        padding: 15px 0;
    }
}

.section h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.section h1.centered {
    text-align: center;
}

.section h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 30px 0 30px 0;
    display: block;
    padding-top: 20px;
}

.section h3.section__h3 {
    text-align: start;
}

.section p, .section ul, .section li, .section span, .section strong {
    font-size: 15px;
    font-weight: 300;
}

.section p {
    margin-bottom: 20px;
}

.section p a:link, .privacy-policy a:link {
    text-decoration: underline;
}

.section p a:hover, .privacy-policy a:hover {
    text-decoration: none;
}

.section__title {
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0;
}

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

.section__title_show_more a {
    margin-left: 44px;
}

@media only screen and (max-width: 768px) {
    .section__title_show_more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section__title_show_more a {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

.breadcrumbs {
    padding: 20px 0 0;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    position: relative;
    margin: 10px 0;
    font-size: 12px;
    color: #747e85;
}

.breadcrumbs ul li::before {
    content: "/";
    display: inline-block;
    margin: 0 6px;
}

.breadcrumbs ul li:first-child::before {
    display: none;
}

.breadcrumbs ul li a {
    display: inline-block;
    color: #070707;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

button.primary-btn {
    display: block;
    font-size: 13px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    white-space: nowrap;
}

a.primary-blue-btn,
button.primary-blue-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #1273eb;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #1273eb;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: normal;
}

a.primary-blue-btn_more,
button.primary-blue-btn_more {
    position: relative;
}

a.primary-blue-btn_more::after,
button.primary-blue-btn_more::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 17px;
    height: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    background-image: url("/template/img/icons/show-more.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

a.primary-blue-btn:hover,
button.primary-blue-btn:hover {
    background-color: #1273eb;
    color: #fff;
}

a.primary-blue-btn:hover::after,
button.primary-blue-btn:hover::after {
    width: 0;
    margin-left: 0;
}

.list-with-dots li {
    position: relative;
    padding-left: 15px;
}

.list-with-dots li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00923E;
}

/* width */
::-webkit-scrollbar {
    width: 9px;
    height: 8px;
    background-color: #f0f0f0;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #00923E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #00702f;
}

list-product-item__info
::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 10px;
}

.green-stock {
    color: #00923E;
}

.orange-stock {
    color: #ffa500;
}

.red-stock {
    color: #e70909;
}

.grey-stock {
    color: #8b8b8b;
}

.decor-underline {
    text-decoration: underline;
}

.breadcrumbs + .section .section__title {
    margin-top: 0;
}

#my-menu {
    display: none;
}

#my-menu.mm-menu_opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

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

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel__button.is-prev {
    left: 10px;
}

.carousel__button.is-next {
    right: 10px;
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3;
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}

html.with-fancybox {
    scroll-behavior: auto;
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none;
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
    outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

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

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

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

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

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #CCDAE1;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.header__logo {
    display: block;
    width: 281px;
    height: 90px;
    margin-right: 60px;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 395px;
    margin-top: 35px;
}

.header__nav a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {
    .header__nav {
        display: none;
    }
}

.header__nav li {
    padding: 0 5px;
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 390px;
}

.header__mail {
    display: block;
    padding-left: 34px;
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    line-height: 30px;
}

.header__mail:hover {
    text-decoration: underline;
}

.header__mail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__phone {
    display: block;
    padding-left: 34px;
    margin-left: auto;
    position: relative;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

@media only screen and (max-width: 576px) {
    .header__phone {
        font-size: 16px;
    }
}

.header__phone span {
    display: block;
    font-size: 12px;
    font-weight: 100;
    text-align: end;
    line-height: 1;
}

.header__phone::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__btm {
    padding: 0 0 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .header__btm {
        padding-top: 0;
    }
}

.header__menu-btn {
    width: 281px;
    margin-right: 60px;
    background-color: #00923E;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 8px;
    padding-left: 50px;
    font-size: 13px;
    background-image: url("/template/img/icons/burger.png");
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position: 20px center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__menu-btn_opened {
    background-image: url("/template/img/icons/icons-close.svg");
    background-size: 20px;
}

.header__menu-btn:hover {
    background-color: #00702f;
}

@media only screen and (max-width: 992px) {
    .header__menu-btn {
        display: none;
    }
}

.header__burger-btn {
    display: none;
    height: 42px;
    margin-right: 15px;
    width: 42px;
    background-color: #00923E;
    border-radius: 8px;
    background-image: url("/template/img/icons/burger.png");
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 992px) {
    .header__burger-btn {
        display: block;
    }
}

.header__search {
    height: 42px;
    background-color: #D9EDE5;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 611px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 0;
}

.header__search input {
    background-color: transparent;
    height: 100%;
    width: 100%;
    padding: 0 20px 0 calc(20px + 22px);
    font-size: 13px;
}

.header__search .search__ico {
    background-color: transparent;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__search .search__ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    margin-left: auto;
}

.header__wishlist {
    display: block;
    padding: 0 25px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.header__wishlist:hover {
    text-decoration: underline;
}

.header__wishlist::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 21px;
    height: 25px;
    background: url("/template/img/icons/wishlist.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    .header__wishlist {
        font-size: 0;
        padding: 0;
        margin: 0 5px;
        width: 30px;
        height: 30px;
    }

    .header__wishlist::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.header__lc {
    display: block;
    padding: 0 25px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.header__lc:hover {
    text-decoration: underline;
}

.header__lc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url("/template/img/icons/lc.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    .header__lc {
        font-size: 0;
        padding: 0;
        margin: 0 5px;
        width: 30px;
        height: 30px;
    }

    .header__lc::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.header__basket {
    display: block;
    margin-left: 25px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.header__basket:hover {
    text-decoration: underline;
}

.header__basket::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: url("/template/img/icons/basket.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header__basket span {
    top: 10px;
    left: 10px;
    position: absolute;
    font-size: 11px;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background-color: #00923E;
    -webkit-transform: translate(15%, -40%);
    -ms-transform: translate(15%, -40%);
    transform: translate(15%, -40%);
}

@media only screen and (max-width: 768px) {
    .header__basket {
        font-size: 0;
        padding: 0;
        margin: 0 5px;
        width: 30px;
        height: 30px;
    }

    .header__basket::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.dropdownmenu-header {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: calc(100vh - 138px);
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #070707;
}

.dropdownmenu-header_visible {
    opacity: 1;
    visibility: visible;
}

.dropdownmenu-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
}

.dropdownmenu-header .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1000px;
    height: 100%;
    background-color: #D9EDE5;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.dropdownmenu-header__nav {
    padding: 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    height: 100%;
    background-color: #D9EDE5;
    z-index: 1;
    overflow-y: auto;
}

.dropdownmenu-header__nav::-webkit-scrollbar {
    width: 4px;
    background-color: #f0f0f0;
}

.dropdownmenu-header__nav::-webkit-scrollbar-thumb {
    background: #00923E;
}

.dropdownmenu-header__nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%;
    background-color: #D9EDE5;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.dropdownmenu-header__nav > div {
    overflow-y: auto;
}

.dropdownmenu-header__nav > div > div {
    margin-bottom: 2px;
}

.dropdownmenu-header__nav > div > div > a {
    display: block;
    padding-right: 28px;
    position: relative;
    padding: 10px 28px 10px 0;
    line-height: 1.5;
    color: #070707;
}

.dropdownmenu-header__nav > div > div > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #00702f;
}

.dropdownmenu-header__nav > div > div:hover > a {
    color: #00923E;
}

.dropdownmenu-header__nav > div > div:hover > a::before {
    width: 100%;
}

.dropdownmenu-header__nav > div > div a {
    color: #070707;
}

.dropdownmenu-header__nav > div .expand-menu-item > a::after {
    content: "";
    font-size: 20px;
    color: red;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 14px;
    right: 10px;
    background-image: url("/template/img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.dropdownmenu-header__nav > div .expand-menu-item:hover > div {
    display: block;
}

.dropdownmenu-header__nav > div .expand-menu-item__content {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: calc(100vw - 263px);
    -webkit-transform: translate(281px, 0);
    -ms-transform: translate(281px, 0);
    transform: translate(281px, 0);
    max-width: calc(1260px - 281px);
    padding: 20px 0;
    height: 100%;
    cursor: default;
}

.dropdownmenu-header__nav > div .expand-menu-item__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.dropdownmenu-header__nav > div .expand-menu-item__content .expand-menu-item__group:first-child {
    margin-top: 0;
}

.dropdownmenu-header__nav > div .expand-menu-item__inner {
    overflow-y: auto;
    padding: 0 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.dropdownmenu-header__nav > div .expand-menu-item__inner::-webkit-scrollbar {
    width: 4px;
    background-color: #f0f0f0;
}

.dropdownmenu-header__nav > div .expand-menu-item__inner::-webkit-scrollbar-thumb {
    background: #00923E;
}

.dropdownmenu-header__nav > div .expand-menu-item__area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding-right: 20px;
}

.dropdownmenu-header__nav > div .expand-menu-item__group {
    margin-top: 30px;
}

.dropdownmenu-header__nav > div .expand-menu-item__group a {
    display: block;
    line-height: 1.7;
    font-weight: 300;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.dropdownmenu-header__nav > div .expand-menu-item__group a:hover {
    text-decoration: underline;
}

.dropdownmenu-header__nav > div .expand-menu-item__group a.expand-menu-item__category {
    font-weight: 500;
}

.dropdownmenu-header__nav > div .expand-menu-item__category {
    font-weight: 500;
}

.dropdownmenu-header__nav > div .expand-menu-item:hover > a::after {
    background-image: url("/template/img/icons/arrow-right_green.svg");
}

.dropdownmenu-header__blur {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.subscribe {
    margin: auto 0 0;
    background-color: #D9EDE5;
    padding: 35px 0;
}

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

@media only screen and (max-width: 992px) {
    .subscribe__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.subscribe__content a {
    color: #fff;
    text-align: center;
}

.subscribe__title {
    font-size: 22px;
    font-weight: 300;
}

@media only screen and (max-width: 992px) {
    .subscribe__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

@media only screen and (max-width: 576px) {
    .subscribe__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin: 20px auto 0;
    }
}

.subscribe span {
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 992px) {
    .subscribe span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 30px);
        flex: 0 0 calc(60% - 30px);
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .subscribe span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin: 20px auto 0;
    }
}

.subscribe a {
    font-size: 14px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #00923E;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.subscribe a:hover {
    background-color: #00702f;
}

@media only screen and (max-width: 992px) {
    .subscribe a {
        margin: 20px 0 0 calc(40% + 30px);
    }
}

@media only screen and (max-width: 576px) {
    .subscribe a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 200px;
        margin: 20px auto 0;
    }
}

.footer {
    background-color: #303030;
    padding: 40px 0;
    color: #fff;
    font-weight: 100;
    margin: auto 0 0;
}

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

@media only screen and (max-width: 768px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__phone {
    font-weight: 500;
    font-size: 23px;
    display: block;
}

.footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.footer__col .footer__phone {
    margin-bottom: 28px;
}

.footer__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

@media only screen and (max-width: 768px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 40px;
    }

    .footer__col:first-child {
        margin-top: 0;
    }

    .footer__col:nth-child(2) ul {
        margin-bottom: 0;
    }

    .footer__col:nth-child(3) {
        margin-top: 0;
    }

    .footer__col:nth-child(3) .footer__colname {
        min-height: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 40px;
    }

    .footer__col:first-child {
        margin-top: 0;
    }
}

.footer__col ul {
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .footer__col ul {
        margin-bottom: 10px;
    }
}

.footer__col ul li {
    margin-bottom: 5px;
}

.footer__col ul li a:hover {
    text-decoration: underline;
}

.footer__col p {
    margin-bottom: 10px;
    min-height: 13px;
}

.footer__col p a:hover {
    text-decoration: underline;
}

.footer__col p strong {
    white-space: nowrap;
    display: block;
}

.footer__colname {
    font-size: 17px;
    min-height: 21px;
    font-weight: 700;
    margin-bottom: 28px;
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.footer__socials a {
    display: block;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.footer__vk {
    background-image: url("/template/img/icons/vk.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__odnkls {
    background-image: url("/template/img/icons/odnoklassniki.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__telegram {
    background-image: url("/template/img/icons/tg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-products {
    padding: 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid transparent;
    min-width: 245px;
    max-width: 245px;
    position: relative;
}

@media screen and (max-width: 1300px) {
    .item-products {
        max-width: 305px;
    }
}

@media only screen and (max-width: 992px) {
    .item-products {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: unset;
    }
}

@media only screen and (max-width: 768px) {
    .item-products {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: unset;
        min-width: 245px;
    }
}

@media only screen and (max-width: 576px) {
    .item-products {
        padding: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 305px;
        margin: 0 auto;
    }
}

.item-products__img {
    width: 100%;
    min-height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-products__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 146, 62, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.item-products__img span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 17px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    line-height: 32px;
    z-index: 2;
}

.item-products__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.item-products__img:hover span, .item-products__img:hover::after {
    opacity: 1;
    visibility: visible;
}

.item-products__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 11px;
}

.item-products__price > div {
    font-size: 14px;
    font-weight: 300;
    color: #585859;
    text-decoration: line-through;
}

.item-products__price > div:first-child {
    font-size: 22px;
    line-height: 34px;
    color: #181818;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 8px;
    margin-right: 11px;
    padding-left: 0;
}

.item-products__price > div:first-child::after {
    margin-left: 8px;
}

.item-products__price_with_prev div:first-child {
    background-color: #00923E;
    color: #fff;
}

.item-products__name {
    font-size: 15px;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
    height: 36px;
}

.item-products:hover {
    -webkit-box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
    box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
    border-color: rgba(18, 115, 235, 0.24);
}

.item-products__wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/wishlist.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 10;
    cursor: pointer;
}

.item-products__wishlist.active {
    background-image: url("/template/img/icons/wishlist-active.png");
}

.item-products__btnarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-products__btnarea .list-product-item__instock_icon {
    order: unset;
    margin: 0 20px 0 0;
    width: unset;
    display: flex;
    align-items: flex-end;
    transform: translate(0, 5px);
    max-width: fit-content;
}

.item-products__btnarea > button.primary-btn {
    margin-left: auto;
    margin-top: 10px;
}

.fr-tooltip {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fr-tooltip__inner {
    padding: 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
    font-size: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 300px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.fr-tooltip__inner p {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
}

.fr-tooltip__inner p:first-child {
    margin-top: 0;
}

.fr-tooltip__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.swiper-banners {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

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

.swiper-banners__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-banners__slide a {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-banners__slide a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 8px;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.29);
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .swiper-banners__slide a:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

.swiper-banners__slide a img {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-banners__mainbanner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    margin-right: 11px;
}

@media only screen and (max-width: 576px) {
    .swiper-banners__mainbanner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }
}

.swiper-banners__mainbanner a {
    padding-bottom: 30.5%;
}

.swiper-banners__subbanners {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(27% - 11px);
    flex: 0 0 calc(27% - 11px);
}

@media only screen and (max-width: 576px) {
    .swiper-banners__subbanners {
        display: none;
    }
}

.swiper-banners__subbanners a {
    padding-bottom: 85%;
}

.swiper-banners__pagination {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 15px;
}

.swiper-banners__pagination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 3px;
    background-color: #d9ede5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.swiper-banners__pagination .swiper-pagination-bullet-active {
    background-color: #00923E;
    pointer-events: none;
    width: 15px;
    height: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
}

.swiper-banners__pagination .swiper-pagination-bullet:hover {
    background-color: rgba(0, 146, 62, 0.5);
}

.popular-category {
    background-color: #D9EDE5;
}

.popular-category .container {
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .popular-category .container {
        padding: 0 0 30px 15px;
    }
}

.popular-category__swiper {
    width: 100%;
    overflow: hidden;
}

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

.popular-category__slide {
    padding: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 252px;
    flex: 0 0 252px;
}

.popular-category__inner {
    border-radius: 8px;
    background-color: #fff;
    padding: 30px 23px 10px;
    display: block;
}

.popular-category__name {
    font-size: 19px;
    font-weight: 300;
    height: 46px;
}

.popular-category__img {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.popular-category__img img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.popular-category__controls > div {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular-category__controls > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    background-image: url("/template/img/category/swiper-arrow-left.png");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popular-category__controls > div > div.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.popular-category__controls > div > div:hover {
    background-color: rgba(0, 146, 62, 0.2);
}

.popular-category__controls > div > div:last-child {
    margin-left: 14px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.catalog-sub__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-sub__item {
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid transparent;
    margin: 5px 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

@media only screen and (max-width: 992px) {
    .catalog-sub__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 768px) {
    .catalog-sub__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.catalog-sub__item:hover {
    -webkit-box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
    box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
}

.catalog-sub__item img {
    width: 130px;
    height: 130px;
}

.catalog-sub__item span {
    display: block;
    font-size: 19px;
    font-weight: 300;
    margin-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .catalog__row.catalog__row_no_filters .list-product-item__amount {
        width: 130px;
        margin-left: 0;
    }

    .catalog__row.catalog__row_no_filters .product-price {
        width: 160px;
    }

    .catalog__row.catalog__row_no_filters .list-product-item__instock {
        margin-left: auto;
    }

    .catalog__row.catalog__row_no_filters .list-product-item {
        width: 100%;
    }
}

.catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border: 1px solid transparent;
    margin: 5px 0;
}

@media only screen and (max-width: 992px) {
    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media only screen and (max-width: 768px) {
    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media only screen and (max-width: 576px) {
    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.catalog__item span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 19px;
    font-weight: 100;
}

.catalog__item img {
    margin: 0 auto;
    height: 122px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog__item-inner {
    max-width: 220px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

@media only screen and (max-width: 576px) {
    .catalog__item-inner {
        max-width: unset;
    }
}

.catalog__item-inner:hover {
    -webkit-box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
    box-shadow: rgba(7, 7, 7, 0.24) 0px 3px 12px;
}

.catalog__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.catalog__filters a {
    display: block;
    color: #1273eb;
    line-height: 32px;
    font-size: 13px;
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid #1273eb;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog__filters a:hover {
    background-color: #1273eb;
    color: #fff;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination a.pagination__item {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0 7px;
    min-width: 27px;
    color: #1273eb;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.pagination a.pagination__item:hover {
    background-color: rgba(18, 115, 235, 0.5);
}

.pagination a.pagination__item.pagination__item_disabled {
    pointer-events: none;
}

.pagination a.pagination__item.pagination__item_last {
    background-color: #E0E9ED;
    margin-right: 0;
}

.pagination a.pagination__item.pagination__item_active {
    background-color: #1273eb;
    color: #fff;
}

.main-image-swiper {
    width: 100%;
    width: 349px;
    height: 349px;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .main-image-swiper {
        max-width: 100%;
    }
}

.main-image-swiper__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-image-swiper__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    width: 349px;
    height: 349px;
}

@media only screen and (max-width: 576px) {
    .main-image-swiper__slide {
        max-width: 100%;
        height: unset;
    }
}

.main-image-swiper__slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.product__slider {
    width: 100%;
    overflow: hidden;
    height: 74px;
}

.product__swiper-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__swiper-slide {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87px;
    flex: 0 0 87px;
    padding: 0 7px;
    height: 100%;
    cursor: pointer;
}

.product__swiper-slide img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #DDEFE7;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product__swiper-slide:hover img {
    border-color: rgba(18, 115, 235, 0.5);
}

.product__swiper-slide.img-picker__item_active img {
    border: 1px solid #1273eb;
}

.product__swiper-button {
    position: absolute;
    cursor: pointer;
    height: 24px;
    width: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.product__swiper-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.product__swiper-button-prev {
    left: 0;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    -ms-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
}

.product__swiper-button-next {
    right: 0;
}

section.product h1 {
    margin-top: 0;
}

.product {
    margin-bottom: 70px;
}

.product__info {
    flex: 1;
}

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

@media only screen and (max-width: 992px) {
    .product__content {
        display: block;
    }
}

.product__view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    margin-right: 50px;
    width: 349px;
}

@media only screen and (max-width: 992px) {
    .product__view {
        float: left;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .product__view {
        margin: 0 auto 30px auto;
        float: unset;
        max-width: 100%;
    }
}

.info-product__vars {
    font-size: 13px;
    margin-bottom: 30px;
}

.info-product__vars > span {
    font-size: 13px;
    display: inline-block;
    margin-right: 6px;
}

.info-product a.info-product__var_active, .list-product-item__info a.info-product__var_active {
    background-color: #00923E;
    color: #fff;
}

.info-product__var {
    display: inline-block;
    margin-right: 6px;
    border-radius: 8px;
    padding: 0 10px;
    line-height: 23px;
    background-color: #e6e6e6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
    margin: 5px 6px 5px 0;
}

.info-product__var:hover {
    background-color: rgba(0, 146, 62, 0.5);
}

.info-product__chars {
    margin-bottom: 40px;
}

.info-product__chars p, .info-product__chars span {
    font-size: 13px;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .info-product__chars {
        position: relative;
        margin-bottom: 20px;
    }

    .info-product__chars::before {
        content: "";
        clear: both;
        display: table;
    }
}

@media only screen and (max-width: 768px) {
    .info-product__chars::before {
        display: none;
    }
}

.info-product__text {
    margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
    .info-product__text {
        margin-bottom: 20px;
    }
}

.info-product__text p, .info-product__text span {
    font-size: 13px;
}

.info-product__about::before {
    content: "";
    clear: both;
    display: table;
}

.info-product__about p, .info-product__about span {
    font-size: 13px;
}

.info-product__about strong {
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .info-product__about strong {
        margin-bottom: 15px;
    }
}

.info-product__about iframe,
.info-product__about video,
.info-product__about img {
    overflow: hidden
}

.buttons-info-product {
    width: 300px;
    float: right;
    margin: 0 0 10px 80px;
}

@media only screen and (max-width: 992px) {
    .buttons-info-product {
        float: unset;
        margin: 0 0 30px 0;
        margin-left: calc(349px + 50px);
    }
}

@media only screen and (max-width: 768px) {
    .buttons-info-product {
        width: 300px;
        float: right;
        margin: 0 0 10px 80px;
    }
}

@media only screen and (max-width: 576px) {
    .buttons-info-product {
        float: unset;
        margin: 0 auto 30px auto;
    }
}

.buttons-info-product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.buttons-info-product__instock {
    font-size: 13px;
    margin-right: auto;
    margin-top: auto;
}

.buttons-info-product__instock span {
    display: inline-block;
    width: 6px;
    position: relative;
    margin: 0 14px 0 10px;
    height: 12px;
}

.buttons-info-product__instock span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 6px;
    height: 6px;
}

.buttons-info-product__instock span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 6px;
    height: 18px;
}

.buttons-info-product__instock.green-stock span,
.buttons-info-product__instock.green-stock span::before,
.buttons-info-product__instock.green-stock span::after {
    background: #00923E;
}

.buttons-info-product__instock.orange-stock span,
.buttons-info-product__instock.orange-stock span::before {
    background: #ffa500;
}

.buttons-info-product__instock.orange-stock span::after {
    background: #E6E6E6;
}

.buttons-info-product__instock.red-stock span::before {
    background: #e70909;
}

.buttons-info-product__instock.red-stock span,
.buttons-info-product__instock.red-stock span::after {
    background: #E6E6E6;
}

.buttons-info-product__instock.grey-stock span,
.buttons-info-product__instock.grey-stock span::before,
.buttons-info-product__instock.grey-stock span::after {
    background: #E6E6E6;
}

.buttons-info-product__wishlist {
    position: relative;
    padding-left: 32px;
    font-size: 13px;
    margin: 0 10px;
    line-height: 22px;
    margin-left: auto;
}

.buttons-info-product__wishlist:hover {
    text-decoration: underline;
}

.buttons-info-product__wishlist::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("/template/img/icons/wishlist.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.buttons-info-product__wishlist.active::before {
    background-image: url("/template/img/icons/wishlist-active.png");
}

.buttons-info-product__price {
    font-size: 32px;
    font-weight: 400;
    margin-right: auto;
}

.buttons-info-product__price + div p {
    font-size: 12px;
    margin: 0;
}

.buttons-info-product__price strong {
    font-size: 32px;
    font-weight: 400;
    margin-right: auto;
    display: block;
}

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

.buttons-info-product__delivery > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    border-radius: 8px;
    padding: 22px;
}

.buttons-info-product__delivery > div > span {
    font-size: 13px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 15px;
    display: block;
}

.buttons-info-product__delivery > div > div {
    position: relative;
    padding-right: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.buttons-info-product__delivery > div > div span {
    text-decoration: underline;
    font-size: 12px;
    white-space: nowrap;
}

.buttons-info-product__delivery > div > div a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/helper.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.buttons-info-product__delivery_pickup {
    background-color: #E6E6E6;
}

.buttons-info-product__delivery_pickup > span {
    background-image: url("/template/img/icons/delivery-samovivoz.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.buttons-info-product__delivery_delivery {
    background-color: #D9EDE5;
}

.buttons-info-product__delivery_delivery > span {
    background-image: url("/template/img/icons/delivery-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.amount-picker {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    width: 91px;
    height: 28px;
    margin-right: auto;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    overflow: hidden;
}

.amount-picker__btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
}

.amount-picker__btn_minus {
    left: 0;
    border-right: 1px solid #CDCDCD;
}

.amount-picker__btn_plus {
    right: 0;
    border-left: 1px solid #CDCDCD;
}

.amount-picker input {
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 24px;
}

.product-banner {
    width: 100%;
    margin-top: 15px;
}

.product-banner + .breadcrumbs {
    padding-top: 10px;
}

.product-banner img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: default;
}

.modal {
    width: 100%;
    max-width: 374px !important;
    padding: 55px 36px;
    border-radius: 8px;
    cursor: default;
}

.delivery-modal {
    width: 100%;
    max-width: 625px !important;
}

@media only screen and (max-width: 768px) {
    .modal {
        padding: 55px 20px;
    }
}

.modal .carousel__button.is-close {
    display: none !important;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("/template/img/icons/close-bordered.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.modal h1 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00923E;
    margin-bottom: 20px;
    text-align: center;
}

.modal h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}

.modal input {
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    line-height: 41px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #CCDAE1;
    margin-bottom: 12px;
}

.modal select {
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    line-height: 41px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #CCDAE1;
    margin-bottom: 12px;
}

.modal__comment {
    font-size: 12px;
    color: #999999;
    margin-bottom: 12px;
}

.modal__comment a:link {
    text-decoration: underline !important;
}

.modal__comment a:hover {
    text-decoration: none !important;
}

.modal__buttons {
    margin-top: 20px;
    text-align: right;
}

.modal__links {
    margin-top: 12px;
    text-align: right;
}

.modal__links a:link {
    margin-left: 10px;
    font-size: 13px;

}

.modal__links a:hover {
    text-decoration: none !important;
}

.modal button, .delivery-map-container button {
    font-size: 13px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
}

.btn-green {
    background-color: #00923E;
}

.btn-grey {
    background-color: #a9a9a9;
}

.btn-red {
    background-color: #ff0000;
}

.btn-green:hover {
    background-color: #00702f;
}

.btn-grey:hover {
    background-color: #999999;
}

.btn-red:hover {
    background-color: #d50000;
}

.delivery-modal__content {
    margin-top: 71px;
}

@media only screen and (max-width: 576px) {
    .delivery-modal__content {
        margin-top: 0;
    }
}

.delivery-modal__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-left: 107px;
}

@media only screen and (max-width: 576px) {
    .delivery-modal__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.delivery-modal__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 4px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #333), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, #333 20%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #333 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 2px;
    background-repeat: repeat-x;
    letter-spacing: 10px;
}

.delivery-modal__item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.delivery-modal__item > span {
    font-size: 15px;
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .delivery-modal__item > span {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.delivery-modal__item > span:last-child {
    display: block;
    margin-left: auto;
    white-space: nowrap;
    margin-right: 0;
}

@media only screen and (max-width: 576px) {
    .delivery-modal__item > span:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }
}

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

@media only screen and (max-width: 992px) {
    .catalog-product__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog-product__filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    margin-right: 50px;
}

@media only screen and (max-width: 992px) {
    .catalog-product__filters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
    }
}

.catalog-product__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog-product__row {
    margin-bottom: 50px;
}

.catalog-product__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.catalog-product__pagination-link {
    display: block;
    position: relative;
    font-size: 12px;
    min-width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    margin: 0 5px 5px 0;
}

.catalog-product__pagination-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E6E6E6;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.catalog-product__pagination-link_active::before {
    opacity: 1;
    visibility: visible;
}

.catalog-product__pagination-link:hover::before {
    opacity: 1;
    visibility: visible;
}

.catalog-product__pagination-link_all::before {
    display: none;
}

.catalog-product__pagination-link_all:hover {
    text-decoration: underline;
}

.catalog-product__sorting span {
    font-size: 13px;
    display: inline-block;
    margin: 0 20px 10px 0;
}

.catalog-product__sorting a {
    font-size: 13px;
    display: inline-block;
    margin: 0 30px 10px 0;
    line-height: 23px;
    position: relative;
}

.catalog-product__sorting a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 30px);
    height: calc(100%);
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #E6E6E6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.catalog-product__sorting a:hover::after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(230, 230, 230, 0.7);
}

.catalog-product__sorting a.active-filter::after {
    opacity: 1;
    visibility: visible;
}

.catalog-product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}

@media only screen and (max-width: 992px) {
    .catalog-product__text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog-product__text strong {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(260px + 50px);
    flex: 0 0 calc(260px + 50px);
    margin-right: 100px;
    font-weight: 300;
    font-size: 24px;
}

@media only screen and (max-width: 992px) {
    .catalog-product__text strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.catalog-product__text div p {
    font-size: 15px;
    margin-bottom: 20px;
}

.filters-catalog__field {
    margin-bottom: 40px;
}

.filters-catalog__field > strong {
    display: block;
    width: 100%;
    font-size: 17px;
    padding-bottom: 6px;
    border-bottom: 3px solid #E6E6E6;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 300;
}

.filters-catalog__field > strong::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 15px;
    background-color: #0046A6;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.filters-catalog__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .filters-catalog__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.filters-catalog button.filters-catalog__search-btn {
    line-height: 39px;
    font-size: 13px;
    padding: 0 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 104px;
    background-color: #0046A6;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.filters-catalog button.filters-catalog__clear {
    line-height: 39px;
    font-size: 13px;
    padding: 0 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 104px;
    text-align: center;
    border-radius: 8px;
    background-color: #D9EDE5;
}

@media only screen and (max-width: 992px) {
    .filters-catalog button.filters-catalog__clear {
        margin-left: 20px;
    }
}

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

.filters-catalog__pricefilter span {
    margin: 0 5px;
}

.filters-catalog__pricefilter div {
    height: 39px;
    border: 1px solid #070707;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: 90px;
}

.filters-catalog__pricefilter div input {
    width: 100%;
    height: 100%;
    line-height: 39px;
}

.filters-catalog__pricefilter div:first-child::before {
    content: "от";
    display: inline-block;
    font-size: 15px;
    line-height: 39px;
    margin-right: 6px;
}

.filters-catalog__pricefilter div:last-child::before {
    content: "до";
    display: inline-block;
    font-size: 15px;
    line-height: 39px;
    margin-right: 6px;
}

.filters-catalog-item__results-widget {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 30px), -50%);
    width: 220px;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.filters-catalog-item__results-widget:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

.filters-catalog-item__results-widget p {
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.filters-catalog-item__results-widget .anim-btn-red {
    text-transform: none;
    padding: 10px;
}

.filters-catalog-item__results-widget_inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #00923E;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    z-index: 20;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50%;
    transform: translate(35%, -35%) rotate(-45deg);
}

.filters-catalog-item__results-widget_inner a span {
    color: #fff;
    transform: translate(-1px, -1px)
}

.disabled {
    opacity: 0.5;
}

.disabled input,
.disabled label {
    pointer-events: none;
}

.filters-catalog-item__results-widget_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filters-catalog-item__results-widget .filter-save {
    display: block;
    font-size: 13px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: #00923E;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media only screen and (max-width: 768px) {
    .filters-catalog-item__results-widget {
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translate(-50%, calc(100% + 5px))
    }

    .filters-catalog-item__results-widget:after {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

.checkbox-input {
    padding-left: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.4;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.checkbox-input span {
    font-size: 13px;
    line-height: 23px;
}

.checkbox-input__name {
    position: relative;
    font-size: 13px;
    line-height: 23px;
}

.checkbox-input__name strong {
    display: inline-block;
    width: 21px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background-color: #00923E;
    color: #fff;
    margin-left: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
}

.checkbox-input__checkbox {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 16px;
    width: 16px;
    border: 1px solid #7D7D7D;
    background-color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.checkbox-input__checkbox::before {
    content: '';
    position: absolute;
    left: -5px;
    width: 6px;
    height: 3px;
    top: 45%;
    left: 14%;
    background: #00923E;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkbox-input__checkbox::after {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    height: 3px;
    top: 38%;
    left: 27%;
    background: #00923E;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.checkbox-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-input input:checked ~ .checkbox-input__checkbox::after {
    opacity: 1;
    visibility: visible;
}

.checkbox-input input:checked ~ .checkbox-input__checkbox::before {
    opacity: 1;
    visibility: visible;
}

.list-product-item {
    padding: 40px 0;
    border-bottom: 1px solid #CCDAE1;
}

.list-product-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
    .list-product-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list-product-item > p {
    font-size: 13px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 100px;
    margin-top: 20px;
}

@media only screen and (max-width: 576px) {
    .list-product-item > p {
        margin-left: 0;
    }
}

.list-product-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    padding: 10px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .list-product-item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: unset;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .list-product-item__img img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        height: unset;
    }
}

.list-product-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.list-product-item__info {
    margin-right: 10px;
    flex: 1;
    max-width: 380px;
}

@media only screen and (max-width: 768px) {
    .list-product-item__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .list-product-item__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.list-product__vars {
    font-size: 13px;
    margin-bottom: 15px;
}

.list-product-item__name {
    font-size: 15px;
    text-decoration: underline !important;
    color: #1273eb !important;
    margin-bottom: 15px;
    display: block;
}

.list-product-item__info p {
    font-size: 13px;
    margin-bottom: 0;
}

.list-product-item__info p span {
    font-size: 13px;
}

.list-product-item__instock {
    margin: 0 20px;
    width: 120px;
    white-space: nowrap;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .list-product-item__instock {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .list-product-item__instock {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.list-product-item__instock_icon {
    font-size: 13px;
}

.list-product-item__instock_icon span {
    display: inline-block;
    width: 6px;
    position: relative;
    margin: 0 14px 0 10px;
    height: 12px;
}

.list-product-item__instock_icon span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 6px;
    height: 6px;
}

.list-product-item__instock_icon span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 8px;
    display: block;
    width: 6px;
    height: 18px;
}

.list-product-item__instock_icon.green-stock span,
.list-product-item__instock_icon.green-stock span::before,
.list-product-item__instock_icon.green-stock span::after {
    background: #00923E;
}

.list-product-item__instock_icon.orange-stock span,
.list-product-item__instock_icon.orange-stock span::before {
    background: #ffa500;
}

.list-product-item__instock_icon.orange-stock span::after {
    background: #E6E6E6;
}

.list-product-item__instock_icon.red-stock span::before {
    background: #e70909;
}

.list-product-item__instock_icon.red-stock span,
.list-product-item__instock_icon.red-stock span::after {
    background: #E6E6E6;
}

.list-product-item__instock_icon.grey-stock span,
.list-product-item__instock_icon.grey-stock span::before,
.list-product-item__instock_icon.grey-stock span::after {
    background: #E6E6E6;
}


.list-product-item__price {
    margin: 0 10px;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .list-product-item__price {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .list-product-item__price {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 20px;
    }
}

.list-product-item__wishlist {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 25px;
    background: url("/template/img/icons/wishlist.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.list-product-item__wishlist.active {
    background-image: url("/template/img/icons/wishlist-active.png");
}

.list-product-item__price strong {
    font-size: 22px;
    font-weight: 400;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
}

.list-product-item__price div p {
    font-size: 12px;
    margin: 0;
}

.list-product-item__amount {
    margin-left: auto;
}

@media only screen and (max-width: 576px) {
    .list-product-item__amount {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin-top: 20px;
        margin-right: 0;
        margin-left: auto;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.list-product-item__amount .amount-picker {
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {
    .list-product-item__amount .amount-picker {
        margin-left: auto;
        margin-right: 0;
    }
}

.list-product-item__add-to-cart {
    margin-top: 12px;
    min-width: 126px;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .list-product-item__add-to-cart {
        margin-left: auto;
    }
}

.cabinet__title {
    margin-bottom: 50px;
}

.cabinet-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.cabinet-nav a.cabinet-nav__link_active {
    color: #fff;
}

.cabinet-nav__link {
    background-color: #E6E6E6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    white-space: nowrap;
    padding: 15px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 71px;
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 26px * 5) / 6);
    flex: 0 0 calc((100% - 26px * 5) / 6);
    margin-bottom: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 992px) {
    .cabinet-nav__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 26px * 2) / 3);
        flex: 0 0 calc((100% - 26px * 2) / 3);
        min-height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .cabinet-nav__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 26px * 1) / 2);
        flex: 0 0 calc((100% - 26px * 1) / 2);
        min-height: 30px;
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 576px) {
    .cabinet-nav__link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 26px * 1) / 2);
        flex: 0 0 calc((100% - 26px * 1) / 2);
        min-height: 30px;
        font-size: 12px;
    }
}

.cabinet-nav__link img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-right: 10px;
}

.cabinet-nav__link:hover {
    background-color: rgba(0, 146, 62, 0.5);
}

.cabinet-nav__link_active {
    background-color: #00923E;
}

.cabinet-nav__link_exit {
    background-color: #D9EDE5;
}

.cabinet-area {
    margin-bottom: 80px;
}

.cabinet-area__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cabinet-area__title > span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 15px;
}

.cabinet-area__title > strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.cabinet-area__title > strong a {
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
    color: #00923E;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    background-image: url("/template/img/icons/cabinet/edit.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

.cabinet-area__table {
    width: 100%;
    overflow: auto;
}

.cabinet-area__table_personal td:nth-child(2) {
    width: 260px;
}

.cabinet-area__table_personal table {
    min-width: unset;
}

.cabinet-area__table::-webkit-scrollbar {
    height: 4px;
}

.cabinet-area__table table {
    max-width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.cabinet-area__table table tr td {
    padding: 5px 10px;
    vertical-align: top;
}

.cabinet-area__table table tr td:nth-child(1) {
    width: 260px;
}

.cabinet-area__table table tr td:nth-child(3) {
    width: 260px;
}

.customer-payer-type-form-opener {
    display: inline-block;
    padding-left: 26px;
    font-size: 13px;
    line-height: 22px;
    text-decoration: underline;
    font-weight: 700;
    color: #00923E;
    position: relative;
    background-image: url(/template/img/icons/cabinet/edit.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    margin-left: 20px;
    bottom: 3px;
}

@media only screen and (max-width: 576px) {
    .cabinet-area__table table tr td {
        min-width: 200px;
    }
}

.cabinet-area__payers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.cabinet-area__payers-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    background-color: #E6E6E6;
    padding: 20px 15px;
    border-radius: 8px;
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    .cabinet-area__payers-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 576px) {
    .cabinet-area__payers-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

.cabinet-area__payers-item span {
    line-height: 1.6;
    font-size: 15px;
}

.cabinet-area__payers-item a {
    margin-top: 30px;
    display: block;
    text-decoration: underline;
    color: #00923E;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    background-image: url("/template/img/icons/cabinet/edit.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

.cabinet-area__history {
    width: 100%;
    overflow: auto;
}

.cabinet-area__history::-webkit-scrollbar {
    height: 4px;
}

.cabinet-area__history table {
    min-width: 100%;
}

.cabinet-area__history table thead {
    font-size: 15px;
}

.cabinet-area__history table thead tr {
    position: relative;
}

.cabinet-area__history table thead tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #CCDAE1;
}

.cabinet-area__history table tbody {
    font-size: 13px;
}

.cabinet-area__history table tr td {
    width: 20%;
    padding: 10px 10px 10px 0;
    border-spacing: 0;
    min-width: 200px;
    white-space: nowrap;
}

@media only screen and (max-width: 576px) {
    .cabinet-area__history table tr td {
        min-width: 100px;
    }
}

.cabinet-area__history table tr td a {
    padding-left: 30px;
    background-image: url("/template/img/icons/cabinet/view.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    text-decoration: underline;
    color: #00923E;
}

.cabinet-area_delivery .cabinet-area__table {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCDAE1;
}

.cabinet-area_delivery .cabinet-area__table:last-child {
    border-bottom: none;
}

.cabinet-area__payers-item {
    padding-right: 45px;
    position: relative;
}

.cabinet-area__payers-item a.customer-confirm-del-payer-opener {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    background: none;
    line-height: 1;
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 0;
}

.cabinet-area__payers-item a.customer-confirm-del-payer-opener::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #00923E;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}

.cabinet-area__payers-item a.customer-confirm-del-payer-opener::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #00923E;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.customer-order-details {
    width: 100%;
    max-width: 600px !important;
}

.customer-order-details table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.customer-order-details table td, th {
    border: 1px solid #CCDAE1;
    padding: 8px;
    vertical-align: middle;
}

.customer-order-details table td:not(:first-child), th:not(:first-child) {
    text-align: center;
    white-space: nowrap;
}

.customer-password {
    position: relative;
}

.customer-password-control {
    position: absolute;
    top: 11px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #999999;
    -webkit-mask-image: url(/template/img/icons/view.svg);
    mask-image: url(/template/img/icons/view.svg);
}

.customer-password-control.view {
    background-color: #999999;
    -webkit-mask-image: url(/template/img/icons/no-view.svg);
    mask-image: url(/template/img/icons/no-view.svg);
}

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

@media only screen and (max-width: 992px) {
    .basket__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.basket-products {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 703px;
}

@media only screen and (max-width: 992px) {
    .basket-products {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.item-basket-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #CCDAE1;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .item-basket-products {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding-bottom: 20px;
    }
}

.item-basket-products__img {
    width: 75px;
    height: 75px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 30px;
    padding: 5px;
}

@media only screen and (max-width: 576px) {
    .item-basket-products__img {
        width: 250px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 100%;
        margin-right: 0;
        height: unset;
    }
}

.item-basket-products__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.item-basket-products a.item-basket-products__name {
    color: #1273eb;
}

@media screen and (min-width: 577px) {
    .item-basket-products a.item-basket-products__name {
        flex: 1;
        max-width: 280px;
    }
}

.item-basket-products__name {
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-right: 10px;
}

@media only screen and (max-width: 576px) {
    .item-basket-products__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 20px 0;
        text-align: center;
    }
}

.item-products__name + button {
    margin-left: auto;
}

.item-basket-products__amount {
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {
    .item-basket-products__amount {
        margin: 0 20px 0 0;
    }
}

.item-basket-products__price {
    position: relative;
    min-width: 100px;
    margin: 0 10px;
    color: #00923E;
}

@media only screen and (max-width: 576px) {
    .item-basket-products__price {
        margin: 0;
        min-width: unset;
    }
}

.item-basket-products__price span {
    position: absolute;
    font-size: 13px;
    color: #696969;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    left: 0;
}

.item-basket-products__price span:before {
    border-bottom: 1px solid #696969;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-12deg);
}


@media only screen and (max-width: 576px) {
    .item-basket-products__price span {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 576px) {
    .item-basket-products__close {
        position: absolute;
        top: 10px;
        right: 5px;
    }
}

.item-basket-products__close a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/template/img/icons/basket-delete.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.info-basket {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 347px;
    flex: 0 0 347px;
    width: 347px;
    margin-left: 30px;
}

@media only screen and (max-width: 992px) {
    .info-basket {
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
}

.info-basket__title {
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
}

.info-basket__title_main {
    padding-bottom: 8px;
    border-bottom: 1px solid #00923E;
}

.info-basket__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .info-basket__price {
        width: 400px;
        max-width: 100%;
    }
}

.info-basket__price p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    font-size: 13px;
    margin-bottom: 0;
    color: #e70909;
}

.info-basket__price > div {
    font-size: 15px;
}

.info-basket__price > strong {
    font-size: 15px;
    font-weight: 700;
}

.info-basket__coupone {
    position: relative;
    height: 39px;
    width: 100%;
    padding-right: 139px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
    .info-basket__coupone {
        width: 400px;
        max-width: 100%;
    }
}

.info-basket__coupone form {
    height: 100%;
    width: 100%;
}

.info-basket__coupone input {
    font-size: 13px;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    line-height: 39px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #CCDAE1;
    border-right: none;
}

.info-basket__coupone button {
    height: 100%;
    width: 139px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.info-basket__coupone button.add {
    background-color: #0046a6;
}

.info-basket__coupone button.add:hover {
    background-color: #122faa;
}

.info-basket__coupone button.del {
    background-color: #f80000;
}

.info-basket__coupone button.del:hover {
    background-color: #e70909;
}

.info-basket__radio-field {
    margin-bottom: 30px;
}

.info-basket button.primary-btn.info-basket__ordering {
    width: 100%;
    max-width: unset;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 992px) {
    .info-basket button.primary-btn.info-basket__ordering {
        max-width: 270px;
    }
}

.radio-input {
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.radio-input span {
    font-size: 14px;
}

.radio-input__name {
    position: relative;
    font-size: 14px;
}

.radio-input__radio {
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #7D7D7D;
    background-color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.radio-input__radio::after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #070707;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-input input:checked ~ .radio-input__radio::after {
    opacity: 1;
    visibility: visible;
}

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

@media only screen and (max-width: 992px) {
    .ordering__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ordering .section__title {
    margin-bottom: 60px;
}

.ordering-fields {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 992px) {
    .ordering-fields {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
    }
}

.ordering-fields .ordering-fields__field:first-child {
    padding-top: 0;
}

.ordering-fields .ordering-fields__field:last-child {
    border-bottom: 0;
}

.ordering-fields__field {
    border-bottom: 1px solid #CCDAE1;
    padding: 40px 0 23px;
}

.ordering-fields__field_delivery .ordering-fields__row .input-container:first-child {
    max-width: 20%;
    min-width: 221px;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__field_delivery .ordering-fields__row .input-container:first-child {
        max-width: 100%;
    }
}

.ordering-fields__field_delivery .ordering-fields__row .input-container:last-child {
    max-width: calc(100% - 221px - 30px);
    margin-left: 30px;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__field_delivery .ordering-fields__row .input-container:last-child {
        max-width: 100%;
        margin-left: 0;
    }
}

.ordering-fields__field_contacts .ordering-fields__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ordering-fields__field_contacts .input-container {
    max-width: calc((100% - 44px) / 3);
}

@media only screen and (max-width: 576px) {
    .ordering-fields__field_contacts .input-container {
        max-width: 100%;
    }
}

.ordering-fields__title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.ordering-fields__title b {
    font-size: 18px !important;
    color: #999999;
}

.ordering-fields__radiofield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__radiofield {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.ordering-fields__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-input_custom {
    min-height: 100px;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 30px;
}

@media only screen and (max-width: 576px) {
    .radio-input_custom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        margin: 0;
        margin-bottom: 20px;
    }
}

.radio-input_custom input:checked ~ .radio-input__radio {
    background-color: #D9EDE5;
    border-color: #D9EDE5;
}

.radio-input_custom:hover .radio-input__radio {
    background-color: rgba(217, 237, 229, 0.5);
    border-color: #D9EDE5;
}

.radio-input_custom > div {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.radio-input_custom > div strong {
    font-size: 13px;
    font-weight: 700;
    color: #00923E;
}

.radio-input_custom > div p {
    font-size: 13px;
    margin-bottom: 0;
}

.radio-input_custom > div.reverse strong {
    font-size: 13px;
    color: #070707;
    font-weight: 300;
}

.radio-input_custom > div.reverse p {
    font-size: 13px;
    font-weight: 700;
    color: #00923E;
}

.radio-input_custom > div.centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radio-input_custom > div.centered p {
    margin-bottom: 20px;
}

.radio-input_custom > div span {
    font-size: 13px;
    font-weight: 700;
    margin: auto 0;
}

.radio-input_custom > span {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    z-index: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #CCDAE1;
}

.radio-input_custom > span::after {
    display: none;
}

.input-container {
    width: 100%;
    margin-bottom: 27px;
    position: relative;
}

.input-container input {
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
    line-height: 41px;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #CCDAE1;
}

.ordering-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-left: 70px;
}

@media only screen and (max-width: 992px) {
    .ordering-info {
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .ordering-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.ordering-info__title {
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #00923E;
}

.ordering-info__row {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ordering-info__row > div {
    font-size: 15px;
    font-weight: 300;
}

.ordering-info__row > div > span {
    font-size: 12px;
    color: #00923E;
    font-weight: 500;
}

.ordering-info__row > strong {
    font-weight: 700;
}

.ordering-info__row > strong.small-text {
    font-size: 13px;
}

.ordering-info__row_totalprice {
    padding-top: 27px;
    border-top: 1px solid #CCDAE1;
}

.ordering-info__row_totalprice a:link {
    text-decoration: underline;
}

.ordering-info__row_totalprice a:hover {
    text-decoration: none;
}

.ordering-info__row_totalprice > div {
    font-size: 18px;
    font-weight: 700;
}

.ordering-info__row_totalprice > strong {
    font-size: 19px;
}

.ordering-info .primary-btn {
    max-width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.ordering-info > p {
    font-size: 12px;
    margin-bottom: 20px;
}

.ordering-info > p strong {
    font-size: 12px;
    font-weight: 700;
}

.ordering-fields__row_1 .input-container {
    width: 100%;
}

.ordering-fields__row_1 .input-container:last-child {
    margin: 0 0 20px 0;
    width: 100%;
}

.ordering-fields__row_4 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ordering-fields__row_4 > .input-container {
    margin-right: 5px;
}

.ordering-fields__row_4 > .input-container:nth-child(1) {
    width: 70%;
    min-width: 120px;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__row_4 > .input-container:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }
}

.ordering-fields__row_4 > .input-container:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__row_4 > .input-container:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }
}

.ordering-fields__row_4 > .input-container:nth-child(3) {
    width: 15%;
    min-width: 120px;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__row_4 > .input-container:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }
}

.ordering-fields__row_4 > .input-container:nth-child(4) {
    width: 15%;
    min-width: 120px;
    margin-left: 0;
}

@media only screen and (max-width: 576px) {
    .ordering-fields__row_4 > .input-container:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }
}

.input-container > p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.1;
    padding-left: 10px;
}

.input-container input[type="file"] {
    border: none;
}

.input-container input[type="file"]::file-selector-button {
    line-height: 37px;
    padding: 0 20px;
    border-radius: 8px;
    background-color: #00923E;
    color: #fff;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #01a952;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    z-index: 10000 !important;
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.loader-container div.loader {
    position: relative;
    top: 50%;
    margin: -28px auto 0;
    width: 56px;
    height: 56px;
}

.hidden {
    display: none;
}

.CDEK-widget__popup, .CDEK-widget__popup-mask {
    z-index: 10001 !important;
}


.item-products__name {
    height: 36px;
}

button.primary-btn.list-product-item__icon {
    display: flex;
    align-items: center;
}

button.primary-btn.list-product-item__icon::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
}

button.primary-btn.list-product-item__icon.icon-cart::after {
    background-image: url('../img/icons/cart.svg');
}

button.primary-btn.list-product-item__icon.icon-subscribe::after {
    background-image: url('../img/icons/subscribe.svg');
}

@media screen and (max-width: 576px) {
    .section__title {
        font-size: 18px;
    }

    section.product h1 {
        font-size: 18px;
    }
}

.delivery-map-container {
    width: 100%;
    max-width: 674px !important;
    padding: 2px 2px;
    border-radius: 8px;
    cursor: default;
}

@media only screen and (max-width: 768px) {
    .delivery-map-container {
        padding: 2px 2px;
    }
}

ymaps[class$="-balloon-content__footer"] {
    font-weight: bold;
    text-align: right;
}

[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

label {
    cursor: pointer
}

.form-label-checkbox {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;

}

.form-label-checkbox span {
    font-size: 13px;
}

.form-label-checkbox-box {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    border: 1.5px solid #CCDAE1;
    border-radius: 4px;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-label-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-label-checkbox-box svg {
    opacity: 0;
}

.form-label-checkbox input:checked + .form-label-checkbox-box svg {
    opacity: 1;
}

.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #daede6;
    color: #000;
    padding: 12px;
    z-index: 9999;
    display: none;
    font-size: 14px;
    font-weight: 300;
}

.consent-banner-content {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.privacy-policy h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.privacy-policy ul {
    margin-bottom: 20px;
}

.privacy-policy ul {
    margin-left: 10px;
}

.privacy-policy ul li {
    margin-left: 20px;
    list-style: disc;
}

.privacy-policy ul li::marker {
    color: #00702f;
}

.privacy-table {
    width: 100%;
    border: 1px solid #ccdae0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.privacy-table td, .privacy-table th {
    padding: 10px;
    border: 1px solid #ccdae0;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: center;
}

.privacy-table td {
    font-weight: 300;
}