*,
*:before,
*:after {
    box-sizing: inherit;
}

.svg-sprite {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}

[id] {
  scroll-margin-top: 60px;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.behavior-auto {
    scroll-behavior: auto;
}

html,
body {
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: var(--main-color);
    background: var(--light-grey-bg);
    min-width: 320px;
    min-height: calc(100vh + 1px);
    margin: 0;
}

html.is-noscroll body {
    position: fixed !important;
    left: 0;
    right: 0;
    margin-right: var(--scrollbarWidth);
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:hover,
:active,
:focus {
    outline: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

b, strong {
    font-weight: 600;
    color: var(--main-color);
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
}

hr.line {
    border-top: 4px solid var(--theme-color);
    margin: 30px 0;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    resize: vertical;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: var(--theme-color);
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
    color: inherit;
}

a:hover {
    color: var(--main-color);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: var(--theme-color);
}

pre {
    margin: 0;
}

p {
    margin: 0 0 15px 0;
}

ul,
ol,
dl,
table,
figure,
address,
fieldset,
blockquote {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

h1, .h1 {
    font-size: 24px;
    line-height: 1.5;
}

h2, .h2 {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background-color: #f0f0f0;
    border-top: 1px dotted #d6d6d6;
    border-bottom: 1px dotted #d6d6d6;
}

h3, .h3 {
    margin: 15px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background-color: #f0f0f0;
    border-top: 1px dotted #d6d6d6;
    border-bottom: 1px dotted #d6d6d6;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

.article {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-color);
}

.text * + h2,
.text * + h3,
.text * + h4,
.text * + h5,
.text * + h6 {
    margin-top: 30px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration {
    text-decoration: underline !important;
}

.fs-1 {
    font-size: 1em !important;
}

.fs-2 {
    font-size: 1.25em !important;
}

.fs-3 {
    font-size: 1.5em !important;
}

.fs-4 {
    font-size: 1.75em !important;
}

.fs-5 {
    font-size: 2em !important;
}

.nowrap {
    white-space: nowrap !important;
}

.color-red {
    color: var(--error-color) !important;
}

.c-accent {
    color: var(--theme-color) !important;   
}

.date {
    font-size: 0.8em;
    color: var(--secondary-color);
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

.form-check {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
}

.form-check_inline {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 8px;
    margin-left: 0;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check__input {
    position: absolute;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
}

.form-check__text small {
    color: var(--secondary-color);
    font-size: 0.8em;
}

.form-check__subtext {
    display: block;
    color: var(--secondary-color);
    font-size: 0.8em;
}

.form-check__input:disabled + .form-check__text {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 13px;
    height: 13px;
    border: 1px solid var(--border-color);
    background: #fff;
    border-radius: 2px;
    transition: all .2s ease;
}

.form-check__label:hover .form-check__text:before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.form-check__input:checked + .form-check__text:before {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.form-check__input[type=radio] + .form-check__text:before {
    border-radius: 50%;
}

.form-check__input[type=radio] + .form-check__text:after {
    width: 5px;
    height: 5px;
    margin: 4px 0 0 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}

.catalog-header__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
    flex-grow: 1;
    min-width: 1px;
}

.layout__sort {

}

.layout__sort .link:not(:last-child) {
    margin-right: 15px;
}

.layout__sort .link.is-active {
    color: var(--theme2-color);
    font-weight: 600;
}

.form-check__input[type=checkbox] + .form-check__text:after {
    width: 9px;
    height: 5px;
    margin: 3px 0 0 2px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
}

.form-check__input:checked + .form-check__text:after {
    opacity: 1;
}

.form-check__input:checked + .form-check__text {
    color: var(--main-color);
}

.form-check__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px #fff inset;
}

.form-check__input:checked ~ .form-check__icon {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 1px #fff inset;
}

.form-check__icon ~ .form-check__text:before,
.form-check__icon ~ .form-check__text:after {
    display: none;
}

.form-check_dl .form-check__label {
    display: block;
}

.form-check_dl .form-check__text {
    display: flex;
    align-items: flex-end;
}

.form-check__dt {
    flex-grow: 1;
    background-image: linear-gradient(to right, var(--border-color) 50%, #fff 50%);
    background-size: 5px 1px;
    background-position: left bottom 6px;
    background-repeat: repeat-x;
}

.form-check__dt > span {
    background: #fff;
    padding-right: 5px;
}

.form-check__dd {
    padding-left: 5px;
    white-space: nowrap;
    color: var(--theme-color);
}

.form-group {
    margin-bottom: 19px;
}

.form-label {
    display: block;
    margin-bottom: 6px;
}

.form-label[for] {
    cursor: pointer;
}

.form-control {
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: 0.15s ease-in-out;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 13px;
    border-radius: 2px;
    border: 1px solid var(--border-color);
    background-color: #f7f7f7;
    color: var(--main-color);
}

.form-control-sm {
    padding: 4px 8px;
}

select.form-control {
    max-width: 100%; 
    margin: 0;
    padding-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23383838' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px 8px;
}

select.form-control-sm {
    background-position: right 3px top 50%;
    padding-right: 22px;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control::file-selector-button,
.form-control::-webkit-file-upload-button {
    font: inherit;
    padding: 6px 12px;
    margin: -6px -12px;
    margin-right: 12px;
    color: currentColor;
    background: none;
    pointer-events:none;
    border: none;
    border-right: 1px solid var(--border-color);
    border-radius: 0;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--grey-bg);
}

textarea.form-control {
    height: auto;
}

.form-control[disabled],
.form-control.disabled {
    background-color: var(--grey-bg);
    border-color: var(--border-color);
    cursor: default;
    cursor: not-allowed;
}

.form-check__input:disabled + .form-check__text {
    cursor: default;
    cursor: not-allowed;
}

.form-control.error,
.form-check__input.error ~ .form-check__text:before {
    border-color: var(--error-color);
}

label.error {
    display: block;
    color: var(--error-color);
    font-size: 11px;
    line-height: 14px;
    margin-bottom: -14px;
}

.link-label {
    vertical-align: middle;
    margin-right: 15px;
    font-weight: 600;
}

.link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: unset;
}

.link:hover {
    color: var(--theme-color);
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: 1px solid transparent;
    font-weight: 400;
    color: unset;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 2px;
}

.btn-sm {
    padding: 4px 15px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

.btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .04);
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .55;
    box-shadow: none;
}

.btn-link:hover {
    box-shadow: none;
    text-decoration: underline;
}

.btn-dashed {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none !important;
}

.btn-dashed > span {
    border-bottom: 1px dashed;
}

.btn-default {
    color: var(--main-color);
    border-color: var(--border-color);
    background-color: #fff;
}

.btn-default:hover {
    color: var(--main-color);
}

.btn-primary {
    color: #fff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.btn-primary:hover {
    color: #fff;
}

.btn-outline-primary {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background-color: #fff;
}

.btn-outline-primary:hover {
    color: var(--theme-color);
}

.btn-accent {
    color: #fff;
    border-color: var(--theme2-color);
    background-color: var(--theme2-color);
}

.btn-accent:hover {
    color: #fff;
}

.btn-outline-accent {
    color: var(--theme2-color);
    border-color: var(--theme2-color);
    background-color: #fff;
}

.btn-outline-accent:hover {
    color: var(--theme2-color);
    box-shadow: inset 0 0 0 100px rgb(255 192 0 / 9%);
}

.btn-success {
    color: #fff;
    border-color: #4e8b3f;
    background-color: #589d47;
}

.btn-success:hover {
    color: #fff;
}

.btn-info {
    color: #fff;
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
}

.btn-warning {
    color: #fff;
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
}

.btn-danger {
    color: #fff;
    border-color: #d43f3a;
    background-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
}

input[type='number'],
.count-field {
    width: 117px;
}

input[type='number'] {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 14px;
    text-align: center;
    -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.count-field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.count-field input[type='number'] {
    width: 100%;
}

.count-field__control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 100%;
    top: 0;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    background: #fff;
}

.count-field__control:hover {
    color: var(--main-color);
}

.count-field__control._minus {
    left: 0;
}

.count-field__control._plus {
    right: 0;
}

.count-field__control:before,
.count-field__control:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-style: solid;
}

.count-field__control:before {
    width: 10px;
    margin: -1px 0 0 -5px;
    border-width: 2px 0 0 0;
}

.count-field__control:after {
    height: 10px;
    margin: -5px 0 0 -1px;
    border-width: 0 0 0 2px;
}

.count-field__control._minus:after {
    display: none;
}

.alert {
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    align-items: baseline;
}

.alert a {
    color: inherit;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
}

.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    border-bottom: 2px solid;
    margin: -1px 0 0 -10px;
    transform: rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);  
}

.fancybox-close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

body:not(.compensate-for-scrollbar) .compensate-for-scrollbar {
    margin-right: 0 !important;
}

.popup-window:not(.fancybox-content) {
    display: none;
}

.popup-window,
.popup-window.fancybox-content {
    width: 480px;
    overflow: visible;
    padding: 30px;
    background-color: #fff;
}

.popup-window__header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.popup-window__title {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.popup-window__footer {
    margin-top: 1rem;
    padding-top: 1rem;
}

.slick-slider {
    display: block;
}

.slick-slider.is-hover {
    z-index: 100;
}

.slick-slide > div > * {
    max-width: none;
    vertical-align: top;
}

.slick-slide a {
    outline: none !important;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    outline: 0;
    text-indent: -9999px;
    color: #fff;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
}

.slick-dots li.slick-active button:before {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.slick-arrow {
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 33px;
    height: 33px;
    margin-top: -16px;
    color: var(--main-color);
    outline: 0!important;
    cursor: pointer;
    border: 1px solid var(--border-color);
    background: #fff;
    transition: .15s ease-in-out;
}

.slick-arrow:hover {
    color: var(--theme-color);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -5px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}

.slick-prev:after {
    transform: translateX(2px) rotate(45deg);
}

.slick-next:after {
    transform: translateX(-2px) rotate(225deg);
}

.slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.ui-slider-handle {
    cursor: pointer !important;
    outline: none !important;
}

.ui-tooltip.ui-widget {
    padding: 8px;
    max-width: 200px;
    border: none !important;
    border-radius: 0;
    background: #000;
    box-shadow: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    pointer-events: none;
}

.ui-tooltip.ui-widget:after {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
}

.ui-tooltip.ui-widget.top:after {
    border-top: none;
    border-bottom: 5px solid #000;
    bottom: auto;
    top: -5px;
}

.ui-tooltip.ui-widget.left:after {
    margin-left: 0;
    left: 22px;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.1);
}

.preloader:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px;
    border: 4px solid rgba(0,0,0,0.15);
    border-right-color: #000;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rating {
    --w-star: 15px;
    --h-star: var(--w-star);
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    width: calc(5 * var(--w-star));
    height: var(--h-star);
}

.rating_lg {
    --w-star: 30px;
}

.rating__bg,
.rating__bg span {
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: var(--w-star) var(--h-star);
}

.rating__bg {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49906 1L9.66188 5.086L14.0606 5.966L10.9988 9.371L11.5547 14L7.49906 12.019L3.44344 14L3.99938 9.371L0.9375 5.966L5.33625 5.086L7.49906 1Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
}

.rating__bg span {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49906 1L9.66188 5.086L14.0606 5.966L10.9988 9.371L11.5547 14L7.49906 12.019L3.44344 14L3.99938 9.371L0.9375 5.966L5.33625 5.086L7.49906 1Z' fill='%23FFC000'/%3E%3C/svg%3E");
}

.rating__alert {
    display: none;
    position: absolute;
    left: 0;
    width: 250px;
    bottom: 100%;
    margin-bottom: 5px;
}

.rating__star {
    display: block;
    border: none;
    background: none;
    padding: 0;
    width: var(--w-star);
    height: var(--h-star);
    position: relative;
    z-index: 1;
    text-indent: -9999px;
    cursor: pointer;
    outline: none !important;
}

.rating__star[data-value='1'].is-active ~ .rating__bg span {
    width: 20% !important;
}

.rating__star[data-value='2'].is-active ~ .rating__bg span {
    width: 40% !important;
}

.rating__star[data-value='3'].is-active ~ .rating__bg span {
    width: 60% !important;
}

.rating__star[data-value='4'].is-active ~ .rating__bg span {
    width: 80% !important;
}

.rating__star[data-value='5'].is-active ~ .rating__bg span {
    width: 100% !important;
}

.rating__star[data-value='1']:hover ~ .rating__bg span {
    width: 20% !important;
}

.rating__star[data-value='2']:hover ~ .rating__bg span {
    width: 40% !important;
}

.rating__star[data-value='3']:hover ~ .rating__bg span {
    width: 60% !important;
}

.rating__star[data-value='4']:hover ~ .rating__bg span {
    width: 80% !important;
}

.rating__star[data-value='5']:hover ~ .rating__bg span {
    width: 100% !important;
}

label + .rating_lg {
    vertical-align: text-bottom;
}

.sticker-row {
    display: block;
}

.sticker {
    display: inline-block;
    vertical-align: top;
    padding: 2px 6px;
    background-color: rgb(255 192 0 / 76%);
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    margin: 3px 3px 0 0;
}

.breadcrumbs {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.4;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li:not(:last-child):after{
    content: ' - ';
    margin: 0 6px;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: var(--theme-color);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination__arrow,
.pagination__link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2px 3px 3px 2px;
    font-weight: 500;
    background: #e5e5e5;
    min-width: 33px;
    height: 33px;
    color: #777;
    border-radius: 2px;
    position: relative;
}

.pagination__link:hover {
    background: #e3e3e3;
}

.pagination__link.is-active {
    background-color: var(--theme-color);
    color: #fff;
}

.pagination__arrow {
    text-indent: -9999px;
    background-color: transparent;
}

.pagination__arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}

.pagination__arrow_prev:after {
    transform: translateX(3px) rotate(45deg);
}

.pagination__arrow_next:after {
    transform: translateX(-3px) rotate(225deg);
}

.pagination__dott {
    margin: 0 10px;
}

.data-table {
    width: 100%;
}

.data-table td {
    vertical-align: baseline;
    padding: 0 0 5px 0;
}

.data-table td:first-child > span {
    display: block;
    margin-right: 5px;
    padding-right: 10px;
    background-image: linear-gradient(to right, var(--border-color) 50%, transparent 50%);
    background-size: 5px 1px;
    background-position: left top 15px;
    background-repeat: repeat-x;
}

.data-table td:first-child > span > span {
    background: #fff;
    padding-right: 5px;
}

.data-table td:last-child > span {
    display: block;
}

.data-table td:last-child > span:not(:last-child):after {
    content: ', ';
}

.data-table a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.data-table a:hover {
    border-bottom-color: transparent;
}

.tabs {

}

.tabs__nav {
    margin: 0 0 -4px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    overflow: hidden;
}

.tabs__nav-item {
    margin: 10px 0 -1px 0;
}

.tabs__nav-link {
    display: block;
    cursor: pointer;
    color: var(--main-color);
    padding: 13px 18px 16px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 2px 2px 0 0;
}

.tabs__nav-link:hover {
    background: var(--light-grey-bg);
}

.tabs__nav-link.is-active {
    background: #fff;
    color: var(--theme-color);
    border-color: var(--border-color);
    z-index: 1;
}

.tabs__content {
    border-top: 4px solid var(--theme2-color);
    padding-top: 30px;
    position: relative;
}

.tabs._inline .tabs__nav {
    font-size: 16px;
    font-weight: 500;
    overflow: visible;
    margin-bottom: 0;
}

.tabs._inline .tabs__nav-item {
    margin-right: 34px;
    margin-bottom: 0;
}

.tabs._inline .tabs__nav-item:last-child {
    margin-right: 0;
}

.tabs._inline .tabs__nav-link {
    padding: 0 0 7px;
    border: none;
    background: none;
    border-radius: 0;
    color: var(--theme-color);
}

.tabs._inline .tabs__nav-link:hover {
    background: none;
    color: var(--main-color);
}

.tabs._inline .tabs__nav-link.is-active {
    background: none;
    color: var(--main-color);
}

.tabs._inline .tabs__nav-link.is-active:before {
    top: auto;
    bottom: 0;
    background-color: var(--theme-color);
}

.tabs._inline .tabs__content {
    border-top: none;
    padding-top: 20px;
}

.tabs__item {
    display: none;
}

.tabs__item.is-open {
    display: block;
}

.tabs__item iframe {
    max-width: 100%;
}

.captcha img {
    display: block;
}

.burger {
    vertical-align: middle;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
}

.burger,
.burger:before,
.burger:after {
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    transition: none;
}

.burger:before,
.burger:after {
    content: '';
    position: absolute;
    left: 0;
}

.burger:before {
    top: -6px;
}

.burger:after {
    top: 6px;
}

.container {
    max-width: 1208px;
    padding-left: 24px;
    padding-right: 24px;
}

.container .container {
    max-width: none;
    padding: 0;
}

.wrapper {
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.menu-popup__bg,
.menu-popup__close {
    display: none;
}

.header {
    flex-shrink: 0;
}

.header__content {

}

.header__content-inner {
    display: flex;
    align-items: center;
    height: 100px;
}

.header__logo {
    flex-shrink: 0;
    padding-right: 20px;
}

.logo {
    display: block;
    position: relative;
    font-size: 10px;
    width: 24em;
    height: 6em;
}

.logo__img {
    display: block;
    width: 100%;
    height: 100%;
}

.logo h1,
.logo .h1 {
    position: absolute;
    left: 2.9em;
    top: 2.8em;
    font-size: 1.4em;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    color: var(--theme-color);
    white-space: nowrap;
}

.header__search {
    flex-grow: 1;
    min-width: 1px;
}

.header__search-wrapper {
    position: relative;
}

.header__search-input {
    padding-right: 38px;
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 0;
    width: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 2px 2px 0;
    border: none;
    background: none;
}

.header__search-btn:hover {
    box-shadow: none;
}

.header__search label.error {
    display: none !important;
}

.header__contacts {
    margin-left: 30px;
}

.top-contacts {
    position: relative;
}

.top-contacts__header {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.top-contacts__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    background-color: var(--theme2-color);
    font-size: 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.top-contacts__header:after {
    /*content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: var(--theme-color) transparent;*/
}

.top-contacts__phone {
    display: block;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.top-contacts__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10001;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.top-contacts__dropdown-inner {
    padding: 10px 0;
}

.top-contacts__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-contacts__list li {
    margin-bottom: 8px;
}

.top-contacts__list hr {
    margin: 12px 0;
}

.top-contacts__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-contacts__social a {
    display: block;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
}

.top-contacts__social img {
    width: 26px;
    height: 26px;
}

.header__row {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.header__row a:hover {
    color: var(--theme-color);
}

.header__info {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.header__info-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--theme2-color);
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.header__phone {
    white-space: nowrap;
}

.header__social {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: inherit;
    text-decoration: none;
}

.header__social-icon {
    flex-shrink: 0;
    font-size: 1.4em;
}

.header__search-button {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--theme-color);
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header__menu-line {
    position: relative;
    z-index: 1001;
}

.header__control {

}

.control {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    border-radius: 4px 0 0 4px;
    background: #424f60;
    color: #fff;
}

.control__btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border: none;
    padding: 0;
    background: none;
    color: inherit;
}

.control__btn:not(:last-child):after {
    background: #e7edf2;
    opacity: .2;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.control__btn:hover {
    background: #5e6978;
    color: #fff;
}

.control__btn:first-child {
    border-radius: 4px 0 0 0;
}

.control__btn:last-child {
    border-radius: 0 0 0 4px;
}

.control__btn._menu,
.control__btn._search {
    display: none;
}

.control__btn-icon {
    font-size: 18px;
}

.control__btn-count {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    background: var(--theme2-color);
    color: #fff;
    margin: 0 0 3px 3px;
}

.control__btn-text {
    display: none;
}

.control__btn._basket {
    background: var(--theme2-color);
}

.control__btn._basket .control__btn-count {
    background: #424f60;
}

.header__menu {
    flex-grow: 1;
}

.top-menu {
    display: flex;
    align-items: center;
    background: var(--theme-color);
}

.top-menu__tabs {
    display: none;
}

.catalog-menu-wrapper {
    flex: 0 0 220px;
    max-width: 220px;
    position: relative;
}

.catalog-menu-btn {
    height: 47px;
    background-color: rgb(255 255 255 / 15%);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-right: 17px;
    padding-left: 17px;
    cursor: pointer;
    transition: all .25s ease;
}

.catalog-menu-btn__burger {
    flex: 0 0 auto;
    margin-right: 10px;
    font-size: 16px;
}

.catalog-menu-btn__chevron {
    font-size: 12px;
    margin-left: auto;
    transition: transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.catalog-menu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) translateZ(0);
    transition: all .2s ease;
    pointer-events: visible;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 1025px) {
    .catalog-menu-dropdown.is-hidden {
        display: none !important;
    }
}

.top-menu-wrapper {
    flex-grow: 1;
    min-width: 1px;
}

.top-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-menu__item {
    flex-grow: 1;
    min-width: 1px;
    position: relative;
}

.top-menu__link  {
    height: 47px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

.top-menu__item:hover .top-menu__link {
    background: rgb(255 255 255 / 22%);
    color: #fff;
}

.top-menu__item .top-menu__link.is-active {
    background: rgb(0 0 0 / 11%);
    color: #fff;
}

.top-menu__item ul {
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 100vh;
    overflow-y: auto;
    width: 220px;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
}

.top-menu__item:hover ul {
    opacity: 1;
    visibility: visible;
}

.top-menu__item ul li {
    border-top: 1px solid var(--border-color);
}

.top-menu__item ul li:first-child {
    border-top: none;
}

.top-menu__item ul a {
    display: block;
    text-decoration: none;
    padding: 12px 17px;
    position: relative;
    background-color: var(--light-grey-bg);
    color: var(--main-color);
}

.top-menu__item ul a:hover,
.top-menu__item ul a.is-active {
    color: var(--theme-color);
    background-color: #fff;
}

.top-menu__item ul a:hover:before,
.top-menu__item ul a.is-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--theme-color);
}

.top-menu__toggle-btn {
    display: none;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid var(--border-color);
    position: relative;
}

.layout__aside .menu {
    margin-bottom: 20px;
}

.menu__item {
    position: relative;
    border-top: 1px solid var(--border-color);
}

.menu__item:first-child {
    border-top: none;
}

.menu__row {

}

.menu__toggle-btn {
    display: none;
}

.menu__link {
    display: block;
    text-decoration: none;
    padding: 11px 31px 13px 17px;
    background-color: var(--light-grey-bg);
    color: var(--main-color);
    position: relative;
    z-index: 2;
}

.menu__item:hover .menu__link:not(.is-active) {
    color: var(--theme-color);
    background-color: #fff;
}

.menu__item:hover .menu__link:not(.is-active):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--theme-color);
}

.menu__link.is-active {
    background: var(--theme-color);
    color: #fff;
}

.menu__icon {
    display: flex;
    font-size: 18px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.menu__icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.menu__text {
    flex-grow: 1;
}

.menu__row.has-dropdown .menu__link:after {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    content: "\f054";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.menu__dropdown {
    position: absolute;
    left: 100%;
    width: 100%;
    top: -1px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1;
    background: var(--light-grey-bg);
    border: 1px solid var(--border-color);
    opacity: 0;
    visibility: hidden;
}

.menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
}

.menu__group:not(:first-child) {
    border-top: 1px solid var(--border-color);
}

.menu__group-title {

}

.menu__group-title-link {
    display: block;
    text-decoration: none;
    padding: 12px 17px;
    background-color: var(--light-grey-bg);
    color: var(--main-color);
    position: relative;
}

.menu__group-title-link:hover {
    color: var(--theme-color);
    background-color: #fff;
}

.menu__group-title-link:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--theme-color);
}

.menu__group-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 15px
}

.menu__group-title-text {
    flex-grow: 1;
    min-width: 1px;
}

.basket-popup-wrapper {
    position: relative;
}

.basket-popup {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 2px solid var(--theme-color);
    width: 330px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease-in-out;
    z-index: 10001;
}

html.is-basket-open .basket-popup,
.basket-popup-wrapper:hover .basket-popup {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
}

.basket-popup.is-empty {
    display: none;
}

.basket-popup__content {
    max-height: 242px;
    overflow-y: auto;
}

.basket-popup__item {
    border-top: 1px solid var(--border-color);
    padding: 15px 30px 15px 20px;
    position: relative;
    min-height: 80px;
    display: flex;
}

.basket-popup__item:first-child {
    border-top: none;
}

.basket-popup__item-image-wrapper {
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-popup__item-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.basket-popup__item-content {
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.basket-popup__item-title {
    margin-bottom: 5px;
}

.basket-popup__item-title a {
    color: var(--theme2-color);
    text-decoration: none;
}

.basket-popup__item-title a:hover {
    color: inherit;
}

.basket-popup__item-info {
    display: flex;
    justify-content: space-between;
}

.basket-popup__item-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.basket-popup__footer {
    background: var(--light-grey-bg);
}

.basket-popup__total {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    padding: 15px 20px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.basket-popup__btn-row {
    text-align: center;
    padding: 20px;
}

.search {
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 74px;
    display: none;
}

html.is-search-open .search {
    display: block;
}

.search__main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 74px;
    padding: 18px 0 17px;
    overflow-y: scroll;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}

.search__content {
    height: 100%;
    padding: 18px 0;
    overflow-y: scroll;
}

.search__main-inner,
.search__content-inner {
    max-width: 828px;
    margin: 0 auto;
}

.search__form {

}

.search__form label.error {
    display: none !important;
}

.search__input {

}

.search__btn {

}

.search__clear {

}

.search__result {

}

.search__result .autocomplete-suggestions {
    width: 100% !important;
}

.search__result-title {
    margin-bottom: 10px;
}

.search__result-title:not(:first-child) {
    margin-top: 24px;
}

.search__result-item {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 15px;
}

.search__result-link {
    text-decoration: none;
}

.item-inline {
    display: flex;
    padding: 5px;
    background: #fff;
    border: 1px solid var(--border-color);
    margin-bottom: 5px;
    color: var(--main-color);
    text-decoration: none;
    border-radius: 4px;
}

.item-inline__image-field {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    flex-shrink: 0;
}

.item-inline__image-field img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.item-inline__content {
    flex-grow: 1;
    min-width: 1px;
    align-self: center;
}

.item-inline__category {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 3px;
    color: var(--secondary-color);
}

.item-inline__title {
    font-weight: 500;
    margin-bottom: 5px;
}

.item-inline__title a {
    text-decoration: none;
}

.item-inline__price {
    font-weight: bold;
    font-size: 16px;
}

.content {
    flex-grow: 1;
    padding-top: 24px;
    padding-bottom: 40px;
}

.page-text {
    margin-top: 40px;
}

.block {
    margin-bottom: 40px;
}

.block__title {
    color: var(--main-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding-right: 70px;
    margin-bottom: 20px;
}

.main-slider-section {
    margin-bottom: 30px;
}

.main-slider-wrapper {
    position: relative;
}

.main-slider {

}

.main-slider__item {
    --width: 1192;
    --height: 440;
    display: block;
    vertical-align: top;
    text-decoration: none;
    color: inherit;
    text-align: center;
    position: relative;
}

.main-slider__item:before {
    content: '';
    display: block;
    padding-top: calc(var(--height) / var(--width) * 100%);
}

.main-slider__item + .main-slider__item {
    display: none;
}

.main-slider__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .slick-arrow {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    opacity: 0
}

.main-slider:hover .slick-arrow {
    opacity: 1
}

.main-slider .slick-arrow:hover {
    background: var(--theme-color);
    color: #fff
}

.main-slider .slick-prev {
    left: 20px
}

.main-slider .slick-next {
    right: 20px
}

.main-slider .slick-dots {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: auto;
    top: 100%;
    padding-top: 10px;
}

.main-slider .slick-dots li button:before {
    border-color: var(--theme-color)
}

.main-slider .slick-dots li.slick-active button:before {
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.main-catalog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
    margin-bottom: 24px;
}

.main-catalog__grid {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1px;
}

.main-catalog__grid:nth-child(1),
.main-catalog__grid:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
}

.main-catalog__grid:nth-child(1) .main-catalog__item,
.main-catalog__grid:nth-child(6) .main-catalog__item {
    padding-top: calc(50% - 1px);
}

.main-catalog__grid_large {
    width: 50%;
}

.main-catalog__item {
    display: block;
    padding-top: 100%;
    position: relative;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

.main-catalog__item:hover {
    color: inherit;
}

.main-catalog__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    transition: .3s ease-in-out;
}

.main-catalog__item:hover .main-catalog__image {
    transform: scale(1.3);
}

.main-catalog__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: .3s ease-in-out;
    opacity: 0;
}

.main-catalog__item:hover .main-catalog__image:before {
    opacity: 1;
}

.main-catalog__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    z-index: 1;
    text-align: center;
}

.main-catalog__title span {
    display: inline-block;
    padding: 4px 10px;
    background: #e87802;
    color: #fff;
}

@media (max-width:1229.98px) {
    .main-catalog__title {
        bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width:767.98px) {
    .main-catalog__title {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:575.98px) {
    .main-catalog {
        margin-bottom: 15px;
    }

    .main-catalog__grid {
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }

    .main-catalog__item {
        padding-top: 100%!important;
    }
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.blog-posts__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
}

.blog-item {
    display: flex;
    column-gap: 30px;
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--border-color);
}

.blog-item__image {
    flex: 0 0 auto; 
    width: 190px;
}

.blog-item__image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-item__content {
    flex-grow: 1;
    min-width: 1px;
}

.blog-item__date {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.blog-item__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-item__text {
    font-size: 13px;
}

.blog-item__text :last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .blog-item {
        display: block;
    }

    .blog-item__image {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .blog-item__content {
        padding-left: 0;
    }
}

.layout {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

.layout__aside {
    flex: 0 0 244px;
    max-width: 244px;
    padding: 0 12px;
}

.layout__aside-inner {
    position: relative;
    z-index: 100;
}


.layout__main {
    flex-grow: 1;
    min-width: 1px;
    padding: 0 12px;
}

.layout__aside-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout__aside-list li {
    margin-bottom: 10px;
}

.layout__aside-list a {
    text-decoration: none;
}

.layout__aside-list a.is-active {
    color: var(--theme-color);
}

.catalog-header {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 12px;
}

.catalog-header-inner {

}

.layout__sort {

}

.layout__sort .link:not(:last-child) {
    margin-right: 15px;
}

.layout__sort .link.is-active {
    color: var(--theme2-color);
    font-weight: 600;
}

.layout__sort-title {

}

.catalog-wrapper {

}

.catalog,
.catalog-slider,
.category-catalog {
    display: flex;
    flex-wrap: wrap;
}

.catalog,
.catalog-slider,
.catalog-slider .slick-list,
.category-catalog {
    margin: -5px;
}

.category-catalog {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.catalog-slider.slick-slider {
    display: block;
    margin: 0;
    contain: layout;
}

.catalog__item,
.catalog-slider__item {
    display: flex;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 5px;
}

@media (min-width: 1025px) {
    .layout__aside + .layout__main .catalog__item,
    .layout__aside + .layout__main .catalog-slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1024.98px) {
    .catalog__item,
    .catalog-slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .catalog__item,
    .catalog-slider__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.catalog-slider .slick-track {
    display: flex;
    margin: 0;
}

.catalog-slider .slick-slide {
    display: flex;
    flex-shrink: 0;
    height: auto;
}

.catalog-slider .slick-slide > div {
    display: flex;
    width: 100%;
}

.slick-slide .catalog-slider__item {
    display: flex !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.catalog-slider .slick-arrow {
    left: auto;
    right: 0;
    margin-top: 0;
    top: -47px;
}

.catalog-slider .slick-prev {
    margin-right: 32px;
}

.filter-btn {
    display: none;
}

.filter-popup__bg,
.filter-popup__close {
    display: none;
}

.filter {
    background: #fff;
    border: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.filter__section {
    background-color: var(--light-grey-bg);
    border-top: 1px solid var(--border-color);
    padding: 13px 19px;
}

.filter__section:first-child {
    border-top: none;
}

.filter__section:hover {
    background-color: #fff;
}

.filter__section.is-hidden {
    display: none;
}

.filter__section-title {
    font-weight: 600;
    color: var(--main-color);
    padding-right: 25px;
    position: relative;
}

.filter__section-tooltip {
    position: absolute;
    right: -8px;
    top: 0;
}
.category_helper{
    position: absolute;
    right: 27%;
    margin-top: -50px;
}

.page-header {
    margin-bottom: 24px;
    position: relative;
}

.page-header h1 {
    display: inline;
    vertical-align: middle;
    margin: 0;
}

.page-header .tooltip-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 0;
    position: relative;
    top: 3px;
    margin-right: -32px;
    margin-left: 10px;
}

.tooltip-icon,
.filter__section-tooltip-icon {
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 2px;
    border: none;
    background: none;
}

.filter__section-tooltip-content {
    width: 600px;
    position: absolute;
    top: -13px;
    left: 100%;
    margin-left: 18px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%), 0 0 0 1px rgb(0 0 0 / 5%);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transform: translateX(60px);
    transition: all .2s cubic-bezier(0.9,.1,.1,.9);
}

.filter__section-tooltip.is-open .filter__section-tooltip-content{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.filter__section-tooltip-inner {
    max-height: 350px;
    padding: 25px 40px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
}

.filter__section-title + .filter__section-content {
    margin-top: 15px;
}

.filter .form-check {
    position: relative;
    margin: 0 0 5px;
}

.filter .form-check:last-child {
    margin-bottom: 0;
}

.filter .form-check__text {
    word-break: break-all;
    word-break: break-word;
}

.filter__check-group._inline {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.filter__check-group._inline .form-check {
    margin-left: 15px;
}

.filter .form-group {
    margin: 0 0 5px;
}

.filter .form-control {
    background: #fff;
}

.filter__reset-wrapper {
    background-color: var(--light-grey-bg);
    border-top: 1px solid var(--border-color);
    padding: 13px 19px;
    display: none;
}

.filter__reset-wrapper.is-visible {
    display: block;
}

.filter__reset-btn {

}

.category-catalog__link {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid var(--border-color);
    color: inherit;
    text-decoration: none;
    min-height: 62px;
}

.category-catalog__link:hover {
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    z-index: 2;
}

.category-catalog__image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.category-catalog__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-catalog__title {
    display: block;
    font-weight: 700;
    flex-grow: 1;
    min-width: 1px;
}

.item {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--border-color);
    z-index: 1;
}

.item__btn-field {
    padding-top: 20px;
}

.item__btn {
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 2px;
    width: 100%;
    height: 32px;
}

.item__btn i {
    margin-right: 0.7em;
}

.item__content {
    flex-grow: 1;
}

.item__stickers {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.item__control {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (min-width: 1025px) {
    .item:hover {
        border-color: #fff;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
        z-index: 2;
    }

    .item:not(._inline):hover {
        margin-bottom: -52px;
    }

    .catalog-slider .slick-list:hover {
        padding-top: 10px;
        padding-bottom: 60px;
        margin-top: -15px;
        margin-bottom: -65px;
    }

    .item:not(._inline) .item__btn-field {
        display: none;
    }

    .item:not(._inline):hover .item__btn-field {
        display: block;
    }
}

.item__control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    margin-bottom: 5px;
    border: none;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    color: inherit;
}

.item__control-btn:hover {
    background-color: #e3e3e3;
    color: var(--main-color);
}

.item__control-btn.is-active {
    background-color: var(--theme2-color);
    color: #fff;
}

.item__zoom-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1;
}

.item__gift-btn,
.item__gift-btn:hover {
    background-color: var(--theme2-color);
    color: #fff;
}

.item__gift-btn {
    margin: 0 5px 0 0;
    opacity: 1;
    visibility: visible;
}

.item__header {
    display: flex;
    column-gap: 15px;
}

.item__aside {
    flex-grow: 1;
    min-width: 1px;
}

.item__image-field {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 146px;
    padding-left: 26px;
}

.item__image-wrapper {
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__image-field img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.item__comments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.item__comments a {
    color: inherit;
}

.item__comments a:hover {
    color: var(--theme-color);
}

.item__title {
    font-weight: 600;
    margin-bottom: 15px;
}

.item__title a {
    text-decoration: none;
    color: var(--main-color);
}

.item__title a:hover {
    color: var(--theme-color);
}

.item__characteristics table,
.item__characteristics tbody,
.item__characteristics tr,
.product__characteristics table,
.product__characteristics tbody,
.product__characteristics tr {
    display: block;
}

.item__characteristics table,
.product__characteristics table {
    margin: 0;
}

.item__characteristics td,
.product__characteristics td {
    display: inline;
    vertical-align: baseline;
    padding: 0;
}

.item__characteristics td:last-child,
.product__characteristics td:last-child {
    color: var(--secondary-color);
}

.item__characteristics td:first-child:after,
.product__characteristics td:first-child:after {
    content: ': ';
}

.item__characteristics tr:nth-child(4) ~ tr,
.product__characteristics tr:nth-child(4) ~ tr {
    display: none;
}

.item__characteristics > :not(table),
.product__characteristics > :not(table) {
    display: none;
}

.item__image-field,
.item__characteristics,
.item__text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}

.item__text {
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.item__text * {
    font: inherit;
    display: inline;
    margin: 0;
}

.item__text br {
    content: " ";
    float: left;
    margin: 0 0.1em;
}

.item__price {
    margin: 10px 0 0 0;
}

.item__price-old {
    display: inline;
    margin-right: 8px;
    text-decoration: line-through;
}

.item__price-value {
    display: inline;
    font-weight: bold;
    font-size: 1.4em;
    color: var(--main-color);
}

.catalog__item {
    margin-bottom: 10px;
}

.product {
    margin-bottom: 60px;
}

.product__title {
    margin-bottom: 15px;
}

.product__comments-info {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.product__comments-info a {
    color: var(--theme2-color);
    text-decoration: underline;
}

.product__comments-info a:hover {
    text-decoration: none;
}

.product__footer {
    margin-top: 30px;
}

.product__annotation + .product__footer {
    margin-top: 0;
}

.product__wrapper {
    border: 1px solid var(--border-color);
    padding: 20px;
    margin-bottom: 30px;
}

.product__main {
    display: flex;
    margin: 0 -15px;
}

.product__image-section {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.product__content {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.product__gallery {
    position: relative;
}

.product__stickers {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.product__control {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.product__control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    margin-bottom: 5px;
    border: none;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    color: inherit;
}

.product__control-btn:hover {
    background-color: #e3e3e3;
    color: var(--main-color);
}

.product__control-btn.is-active {
    background-color: var(--theme2-color);
    color: #fff;
}

.product__gift-btn {
    margin: 0 5px 0 0;
}

.product__gift-btn,
.product__gift-btn:hover {
    background-color: var(--theme2-color);
    color: #fff;
}

.product-gallery {

}

.product-gallery__slider {

}

.product-gallery__slider .slick-arrow {
    top: 100%;
    margin-top: 40px;
    transform: translateY(-15px);
}

.product-gallery__item,
.product-gallery__thumbs-item {
    display: block !important;
    width: auto !important;
    position: relative;
}

.product-gallery__item {
    height: 400px;
    position: relative;
}

.product-gallery__item + .product-gallery__item {
    display: none !important;
}

a.product-gallery__item {
    color: var(--secondary-color);
}

a.product-gallery__item:hover {
    color: var(--theme-color);
}

a.product-gallery__item:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
}

.product-gallery__thumbs-item {
    margin: 0 5px;
    cursor: pointer;
}

.product-gallery__thumbs-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-gallery__thumbs-item {
    border: 2px solid transparent;
    background: #fff;
}

.product-gallery__thumbs-item:hover {
    border-color: var(--border-color);
}

.slick-current .product-gallery__thumbs-item {
    border-color: var(--theme2-color);
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__item-inner {
    padding: 30px;
}

.product-gallery__thumbs-item-inner {
    padding: 5px;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.product-gallery__thumbs {
    padding: 0 40px;
}

.product__brand {
    margin-bottom: 15px;
}

.product__brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 25px;
}

.product__annotation,
.product__characteristics {
    margin-bottom: 20px;
}

.product__price {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.product__price-old {
    display: block;
    text-decoration: line-through;
}

.product__price-value {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    color: var(--main-color);
}

.product__available {

}

.product__count-field {
    margin-bottom: 10px;
}

.product__count-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.product__variants {
    margin-bottom: 10px;
}

.product__variants-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.product__variants-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}

.product__variants-thumbs-item {
    margin: 3px 10px 0 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px #fff inset;
    cursor: pointer;
}

.product__variants-thumbs-item.is-selected {
    border-color: #17a2b8;
    box-shadow: 0 0 0 1px #17a2b8, 0 0 0 1px #fff inset;
}

.product__btn-field:not(:last-child) {
    margin-bottom: 10px;
}

.product__btn i {
    margin-right: 0.7em;
}

.product__btn-field .btn {
    width: 200px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.product__footer-row {
    --bs-gutter-y: 20px;
    align-items: end;
}

.share {
    margin-bottom: 20px;
}

.share p {
    margin-bottom: 5px;
}

.video-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.video-wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.add-review {
    margin-bottom: 20px;
}

.add-review__header {
    text-align: center;
}

.add-review__open-btn {

}

.add-review__content {
    display: none;
}

.add-review__form {
    max-width: 500px;
    margin: 0 auto;
}

.review {
    margin-bottom: 15px;
}

.review__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    background: #efefef;
    padding: 4px 12px;
}

.review__author {
    font-weight: 500;
    color: var(--theme2-color);
}

.review__date {

}

.review__rating {

}

.review__conclusion {
    color: var(--secondary-color);
}

.review__content {
    padding: 8px 12px;
}

.review__section:not(:last-child) {
    margin-bottom: 8px;
}

.review__section-title {
    font-weight: 500;
    color: #0fb12c;
}

.review__section-content {

}

.review__reply {
    position: relative;
    padding-left: 40px;
    padding-top: 8px;
    margin-left: 10px;
}

.review__reply:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 19px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: var(--border-color);
}

.review__reply-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.review__reply-content {

}

.basket {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.basket__cell {
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}

.basket__cell:first-child {
    padding-left: 0;
}

.basket__cell:last-child {
    padding-right: 0;
}

.basket__cell_head {
    font-weight: 500;
}

.basket__cell_image {
    width: 115px;
}

.basket__cell_title {
    width: 100%;
    text-align: left;
}

.basket__image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.basket__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.basket__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.basket__title a {
    text-decoration: none;
}

.basket__subtitle {
    color: var(--secondary-color);
}

.basket__variants {
    width: 0;
    min-width: 100%;
    margin-top: 10px;
}

.basket__variants .variants__title {
    font-size: 14px;
    margin-bottom: 5px;
}

.basket__variants .form-check {
    margin-top: 0;
}

.basket__price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: var(--secondary-color);
    font-size: 14px;
    line-height: 1.2;
}

.basket__price,
.basket__total-price {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

.basket__cell_count input[type='number'],
.basket__cell_count .count-field {
    width: 100px;
}

.basket__count-num {
    font-size: 16px;
    font-weight: 500;
}

.basket-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.basket-footer__total {
    margin-right: 20px;
}

.basket-footer__total-main {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--main-color);
}

.basket-footer__total-info {
    color: var(--secondary-color);
}

.basket-footer__buttons {
    display: flex;
    align-items: center;
}

.basket-footer__buttons-item {
    margin: 0 0 0 20px;
}

.basket-footer__cupon {
    max-width: 250px;
    min-width: 170px;
    margin: 6px 0;
}

.basket-footer__button {

}

.order {

}

.order__title {
    margin: 0 0 40px;
}

.order__form {

}

.order__content {

}

.order__step {

}

.order__step-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.order__delivery-type {

}

.order__delivery-type-title {
    margin-bottom: .5rem;
}

.order__delivery-type-section {

}

.order__delivery-type-section-content {
    display: none;
}

.order__delivery-type-section.is-open .order__delivery-type-section-content {
    display: block;
}

.order__delivery-type-address-list {
    padding-left: 25px;
}

.order__delivery-type-address-list .form-check {
    margin: 0.5rem 0;
}

.order__total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    margin: 1rem 0;
    color: var(--main-color);
}

.order__total-title {

}

.order__total-value {
    font-size: 18px;
}

.order__btn-row {
    margin-top: 24px;
    text-align: center;
}

.order__btn {

}

.account {
    margin-bottom: 40px;
}

.account__title {
    margin-bottom: 15px;
}

.history {
    margin-bottom: 40px;
}

.history__title {
    margin-bottom: 15px;
}

.history__list {

}

.history__item {
    border: 1px solid var(--border-color);
    margin-bottom: 5px;
}

.history__item-header {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    background: var(--light-grey-bg);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 10px 40px;
}

.history__item-header:hover {
    background: var(--light-grey-bg);
}

.history__item-header:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.history__item.is-open .history__item-header:before {
    transform: rotate(45deg);
    top: 13px;
}

.history__item-info {
    white-space: nowrap;
}

.history__item-id {
    font-weight: bold;
    width: 18%;
}

.history__item-date {
    width: 18%;
}

.history__item-status {

}

.history__item-price {
    font-weight: bold;
    margin-left: auto;
}

.history__item-content {
    display: none;
    border-top: 1px solid var(--border-color);
    padding: 0 15px;
}

.history__item.is-open .history__item-content {
    display: block;
}

.history__item .basket {
    margin-bottom: -1px;
}

.categories {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.categories li {

}

.categories a {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    border-radius: 3px;
}

.categories a:before {
    content: '';
    display: block;
    padding-top: 75%;
}

.categories a > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 3px;
    transition: 0.15s ease-in-out;
}

.categories a:hover > span,
.categories a.is-active > span {
    box-shadow: 0 0 0 4px var(--theme2-color) inset, 0 0 0 5px #fff inset;
}

.categories a:hover > span {
    background: rgba(0, 0, 0, .5);
}

.aside-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid var(--border-color);
    margin-bottom: 24px;
}

.aside-menu__item {
    border-top: 1px solid var(--border-color);
}

.aside-menu__item:first-child {
    border-top: none;
}

.aside-menu__link {
    display: block;
    padding: 11px 31px 13px 17px;
    background-color: var(--light-grey-bg);
    color: var(--main-color);
    position: relative;
    z-index: 2;
}

.aside-menu__link:hover {
    color: var(--theme-color);
    background-color: #fff;
}

.aside-menu__link:not(.is-active):hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--theme-color);
}

.aside-menu__link.is-active {
    background: var(--theme-color);
    color: #fff;
}

.aside-menu__item.has-sublist .aside-menu__link:after {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    content: "\f078";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.aside-menu__sublist {
    margin: 0;
    padding: 7px 0;
    list-style: none;
    display: none;
}

.aside-menu__link.is-active ~ .aside-menu__sublist {
    display: block;
}

.aside-menu__sublist-item {

}

.aside-menu__sublist-link {
    display: block;
    padding: 5px 17px;
    color: inherit;
}

.aside-menu__sublist-link:hover,
.aside-menu__sublist-link.is-active {
    color: var(--theme-color);
}

.main-news-section__list {
    margin-bottom: -30px;
}

.exceprt {
    margin-bottom: 30px
}

.exceprt__image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
    position: relative
}

.exceprt__image:after {
    content: '';
    display: block;
    padding-top: 62.5%
}

.exceprt__image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2e2e2f;
    transition: .2s ease;
    opacity: 0
}

.exceprt__image:hover:before {
    opacity: .8
}

.exceprt__image-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    transition: .35s ease-out;
    opacity: 0;
    transform: translateY(50%);
    color: #fff;
    font-size: 15px;
    line-height: 24px
}

.exceprt__image:hover .exceprt__image-title {
    transform: translateY(0);
    opacity: 1
}

.exceprt__image-title i {
    position: relative;
    top: .2em;
    margin-left: .3em;
    font-size: 1.5em
}

.exceprt__title {
    margin: 0 0 1rem
}

.exceprt__text {
    margin-bottom: 1rem;
    font-size: 15px
}

.exceprt__date {
    font-size: .8em;
    color: #999
}

.brands-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px
}

.brands-list.slick-slider {
    display: block
}

.brands-list .slick-track {
    display: flex
}

.brands-list .slick-slide {
    display: flex;
    flex-shrink: 0;
    height: auto
}

.brands-list .slick-slide>div {
    display: flex;
    width: 100%
}

.slick-slide .brands-list__item {
    display: flex!important;
    flex: 0 0 100%
}

.brands-list__item {
    padding: 0 5px;
    flex: 0 0 calc(100% / 7)
}

.brands-list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 50px;
    margin: 0 auto
}

.brands-list__item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    flex-shrink: 0
}

@media (max-width:1229.98px) {
    .brands-list__item {
        flex: 0 0 calc(100% / 6)
    }
}

@media (max-width:991.98px) {
    .brands-list__item {
        flex: 0 0 calc(100% / 5)
    }
}

@media (max-width:767.98px) {
    .brands-list__item {
        flex: 0 0 calc(100% / 4)
    }
}

@media (max-width:575.98px) {
    .brands-list__item {
        flex: 0 0 calc(100% / 3)
    }
}

@media (max-width:479.98px) {
    .brands-list__item {
        flex: 0 0 calc(100% / 2)
    }
}

.footer {
    background: #36333c;
    color: #fff;
    padding: 30px 0 24px;
}

.footer p {
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    color: var(--theme-color);
}

.footer__content-inner {
    justify-content: space-between;
}

.footer__col {

}

.footer__logo {
    margin-bottom: 20px;
}

.footer__section {
    margin-bottom: 15px;
}

.footer__section-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav-list li {
    margin-bottom: 5px;
}

.footer__section p:last-child {
    margin-bottom: 0;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 180px;
    margin-top: 15px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 32px;
    height: 32px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 4px;
}

.footer__social a:hover {
    background: var(--theme-color);
    color: #fff;
    box-shadow: 0 0 0 100px rgba(0,0,0,.1) inset;
}

.map-contacts {
    padding: 0;
    list-style: none;
}

.map-contacts .fa,
.map-contacts .far,
.map-contacts .fas {
    width: 1.8em;
    text-align: left;
}

.about-block {
    position: relative;
    z-index: 1;
    margin: 0 -15px -40px;
    padding: 15px 15px 40px;
}

.about-block__content {
    position: relative;
    max-width: 70%;
}

.about-block__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: right top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.page-404 {
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    max-width: 24em;
    margin: 0 auto;
    color: #1f2126;
}

.page-404 span {
    display: block;
}

.page-404 strong {
    display: block;
    color: var(--theme-color);
    font-size: 4em;
    margin: 0.1em 0;
}

@media (max-width: 1024.98px) {
    .about-block__content {
        max-width: none;
    }

    .about-block__bg {
        display: none;
    }
}

.compare {
    display: flex;
    position: relative;
    visibility: hidden;
}

.compare.is-visible {
    visibility: visible;
}

.compare__sidebar {
    flex: 0 0 25%;
    max-width: 25%;
}

.compare__sidebar-header {
    display: flex;
    align-items: flex-end;
    padding: 0 5px 10px;
}

.compare__content {
    flex: 0 0 75%;
    max-width: 75%;
}

.compare__list {

}

.compare__list:after {
    content: '';
    display: table;
    clear: both;
}

.compare__list .slick-track {
    margin: 0;
}

.compare__item {
    float: left;
    width: 33.33%;
}

.compare__item-header {
    display: flex;
    padding: 0 5px 20px;
}

.compare__data-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare__data-row {
    padding: 2px 5px;
    background: #fff;
}

.compare__data-row.is-active {
    background: #f5f5f5;
}

.compare__data-text {

}

.compare .slick-arrow {

}

.compare .slick-arrow {
    top: -55px;
    margin-top: 0;
    left: auto;
    right: -10px;
}

.compare .slick-prev {
    margin-right: 40px;
}

.brands-menu {
    margin: 0 -6px 0;
    padding: 0;
    list-style: none;
}

.yet_categories{
    display: block;
    margin-bottom: 15px;
}

.yet_categories__list{
    display: none;
}

.brands-menu li {
    display: inline-block;
    margin: 0 6px 4px;
}

.brands-menu:not(.is-open) li.brands-menu__more-item {
    display: none;
}

.brands-menu a {
    text-decoration: none;
    border-bottom: 1px solid;
}

.brands-menu a.is-active {
    font-weight: bold;
}

.brands-menu a.brands-menu__more-btn {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed;
    margin-right: 14px;
}

.brands-menu a.brands-menu__more-btn:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 5px;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: currentColor transparent;
}

.brands-menu.is-open a.brands-menu__more-btn:after {
    border-width: 0 4px 6px;
}

.brands-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 25px 15px;
}

.brands-slider__item {
    flex: 0 0 auto;
    width: 20%;
    padding: 0 15px;
}

.brands-slider__item a {
    max-width: 120px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.brands-slider__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.aside-news {
    border: 1px solid var(--border-color);
    border-radius: 2px;
    margin: 0 0 20px;
    padding: 10px 19px 21px;
    backface-visibility: hidden;
}

.aside-news__header {
    position: relative;
    margin-bottom: 12px;
}

.aside-news__title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.aside-news__more {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
}

.aside-news__content {

}

.aside-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ebeef1;
    display: flex;
    align-items: flex-start;
}

.aside-item:last-child {
    border-bottom-width: 0;
    padding: 0;
    margin: 0;
}

.aside-item__image {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.aside-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.aside-item__content {
    flex-grow: 1;
    min-width: 1px;
}

.aside-item__date {
    font-size: 12px;
}

.aside-item__title {

}

.aside-item__title a {
    color: inherit;
}

.aside-item__title a:hover {
    color: var(--theme-color);
}

.brands {

}

.brands__section {
    padding-bottom: 30px;
}

.brands__letter {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    font-size: 18px;
    font-weight: 700
}

.brands__list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-fill: balance;
    column-gap: 4%;
    column-count: 5
}

.brands__list li {
    padding-bottom: 5px;
}

.brands__list a {
    color: var(--main-color);
    text-decoration: none
}

.brands__list a:hover {
    color: var(--theme-color);
}

@media (max-width: 991.98px) {
    .brands__list {
        column-count:4
    }
}

@media (max-width: 767.98px) {
    .brands__list {
        column-count:3
    }
}

@media (max-width: 575.98px) {
    .brands__list {
        column-count: 2
    }
}

.brands-catalog {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.brands-catalog li {
    flex: 0 0 auto;
    width: 25%;
    margin: 0 0 4px;
}

.brands-catalog li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 122px;
    padding: 20px;
    text-align: center;
    transition: box-shadow ease 0.2s;
}

.brands-catalog li a:hover {
    box-shadow: 0px 0px 0px 1px #eaebec;
}

.brands-catalog li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.brands-catalog li:hover img {
    -webkit-filter: saturate(1.5);
}

.brands-line {
    margin: 40px 0;
}

@media (max-width: 600px) {
    .brands-catalog li {
        width: 33.33%;
    }

    .brands-catalog li a {
        padding: 10px;
    }
}

.cookie-alert {
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.35s ease-in-out;
    width: 342px;
    border-radius: 8px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    background: #323233;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.cookie-alert.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-alert h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    color: inherit;
}

.cookie-alert p {
    margin-bottom: 20px;
}

.cookie-alert a {
    color: inherit;
    text-decoration: underline;
}

.cookie-alert a:hover {
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
}

.cookie-alert__btn {
    width: 100%;
}

@media (max-width: 767.98px) {
    .cookie-alert {
        bottom: 0;
        width: auto;
        left: 0;
        right: 0;
        border-radius: 8px 8px 0 0;
    }
}

.tab-new-water {
	padding-bottom: 10px;
	width:20%;
}

.col-4-text {
    column-count: 4;
    column-gap: 26px;
}

.links {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    column-gap: 26px;
    
}

.links li {
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-top: 1px solid var(--border-color);
    margin-top: -1px;
}

.links li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%237a7a7a' d='M16 17H5V7h11l3.55 5m-1.92-6.16C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12z'/%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.links a {
    color: var(--theme-color);
    text-decoration: underline;
}

.links a:hover {
    color: var(--theme2-color);
}

.page-annotation {
    margin-top: 12px;
}

.page-annotation__content * {
    margin: 0;
}

.page-annotation__footer {
    text-align: center;
}

.page-annotation__more-btn {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dashed;
    margin-right: 14px;
}

.page-annotation__more-btn:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 5px;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: currentColor transparent;
}

.blog-grid {
    --bs-gutter-y: 20px;
}

.blog-grid__item {
    display: flex;
}

.blog-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
}

.blog-card__image {
    display: block;
    position: relative;
}

.blog-card__image:before {
    content: '';
    display: block;
    padding-top: 67%;
}

.blog-card__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__content {
    padding: 20px;
    margin-top: auto;
}

.blog-card__title {
    margin: 0;
    text-align: center;
}

.blog-card__title a {
    color: inherit;
    text-decoration: none;
}

.blog-card__title a:hover {
    color: var(--theme-color);
}