*,
*: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;
}

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: #282a39;
    min-width: 320px;
    min-height: calc(100vh + 1px);
    margin: 0;
}

.mceContentBody {
    background: #fff;
}

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(--theme2-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(--theme2-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: 36px;
    line-height: 38px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

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;
}

.documents-table {
    width: 100%;
}

.documents-table td {
    padding: 10px;
}

.documents-table tr:nth-child(odd) {
    background: #f7f7f7;
}

.documents-table a {
    font-weight: bold;
    color: inherit;
}

.documents-table a i {
    margin-right: 5px;
}

.documents-table a:hover {
    color: var(--theme2-color);
}

.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;
}

.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-check-btn-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 280px;
}

.form-check-btn {
    flex: 0 0 auto;
    width: 33.33%;
}

.form-check-btn label {
    display: block;
    position: relative;
    cursor: pointer;
}

.form-check-btn input {
    position: absolute;
    opacity: 0;
}

.form-check-btn input ~ span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 38px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-width: 1px 0 1px 1px;
    margin-bottom: 5px;
    color: var(--main-color);
    background: #fff;
}

.form-check-btn:nth-child(3n+1) input ~ span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-check-btn:nth-child(3n+3) input ~ span,
.form-check-btn:last-child input ~ span {
    border-width: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.form-check-btn input:disabled ~ span {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}


.form-check-btn input ~ span:hover {
    color: var(--theme2-color);
}

.form-check-btn input:checked ~ span {
    color: var(--main-color);
    background-color: #f7f7f7;
}

.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 {
    -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(--theme2-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 200px 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(--theme2-color);
    background-color: var(--theme2-color);
}

.btn-primary:hover {
    color: #fff;
}

.btn-outline-primary {
    color: var(--theme2-color);
    border-color: var(--theme2-color);
    background-color: #fff;
}

.btn-outline-primary:hover {
    color: var(--theme2-color);
}

.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: 30пь;
    background-color: #fff;
}

.popup-window__header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-right: 30px;
    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;
    border-top: 1px solid var(--border-color);
}

.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;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-radius: 50%;
    background: var(--secondary-color);
}

.slick-dots li.slick-active button:before {
    background: var(--theme-color);
}

.slick-arrow {
    border: none;
    padding: 0;
    background: none;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -15px;
    transition: .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow:hover {
    color: var(--main-color);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow:before {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    text-indent: 0;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.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='%23009385'/%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: 4px 15px 4px 10px;
    background-color: #4fad00;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 2px 0;
    clip-path: polygon(100% 0, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0 0);
}

.sticker_discounted {
    background-color: #e52929;
}

.sticker_featured {
    background-color: #2992d9;
}

.sticker_new {
    background-color: #4fad00;
}

.sticker_is_install {
    background-color: #ffc438;
    color: #333;
}

.sticker_is_recommended {
    background-color: #893ca9;
}

.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(--theme2-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: -10px 0 -1px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
}

.tabs__nav-item {
    margin: 10px 4px -1px 0;
}

.tabs__nav-link {
    display: block;
    cursor: pointer;
    color: var(--main-color);
    padding: 13px 18px;
    border: 1px solid var(--border-color);
    background: var(--light-grey-bg);
    position: relative;
    border-radius: 2px 2px 0 0;
}

.tabs__nav-link:hover {
    background-color: #fff;
}

.tabs__nav-link.is-active {
    background: #fff;
    color: var(--theme2-color);
    z-index: 1;
}

.tabs__nav-link.is-active:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    background-color: var(--theme2-color);
}

.tabs__content {
    border-top: 1px solid var(--border-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: 22px;
}

.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: 1190px;
    padding-left: 15px;
    padding-right: 15px;
}

.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 {
    background: #fff;
    z-index: 1101;
    margin: 0 -15px;
    padding: 0 15px;
}

.header__content.is_stuck {
    box-shadow: 0 4px 4px -4px rgb(0 0 0 / 20%);
}

.header__content-inner {
    display: flex;
    align-items: center;
    height: 105px;
}

.header__mob-content {
    flex-grow: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
}

.header__logo {
    flex: 0 0 220px;
    max-width: 220px;
    padding-right: 20px;
}

.logo {

}

.logo__img {
    max-height: 70px;
    max-width: 180px;
    height: auto;
    width: auto;
}

.header__search {
    flex-grow: 1;
    min-width: 1px;
}

.header__search-wrapper {
    position: relative;
}

.header__search-input {
    padding: 10px 15px;
    padding-right: 67px;
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 0;
    width: 54px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__search label.error {
    display: none !important;
}

.header__contacts {
    margin: 0 0 0 20px;
}

.top-contacts {
    position: relative;
    padding: 0 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.top-contacts__header {
    height: 46px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.top-contacts__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    background-color: var(--theme-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;
    border: 1px solid var(--border-color);
    padding: 0 10px;
    overflow: hidden;
    opacity: 0;
    visibility: 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__menu-line {
    position: relative;
    z-index: 1001;
}

.header__control {

}

.control {
    display: flex;
}

.control__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

.control__btn:hover {
    color: var(--theme-color);
}

.control__btn_menu,
.control__btn_search {
    display: none;
}

.control__btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    line-height: 1;
}

.control__btn-icon i {
    vertical-align: top;
}

.control__btn-count {
    position: absolute;
    left: 50%;
    bottom: 50%;
    font-size: 13px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    background: #eaebec;
    color: var(--main-color);
    border-radius: 50%;
    margin: 0 0 1px 2px;
}

.control__btn-text {
    display: none;
    margin-left: 13px;
}

.header__menu {
    flex-grow: 1;
}

.top-menu {
    display: flex;
    align-items: center;
    background: #424f60;
}

.top-menu__tabs {
    display: none;
}

.catalog-menu-wrapper {
    flex: 0 0 220px;
    max-width: 220px;
    position: relative;
}

.catalog-menu-btn {
    height: 47px;
    background-color: var(--theme-color);
    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;
}

.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: #556170;
    color: #fff;
}

.top-menu__item .top-menu__link.is-active {
    background: #bf0025;
    color: #fff;
}

.top-menu__item ul {
    position: absolute;
    left: 0;
    top: 100%;
    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;
    background-color: var(--light-grey-bg);
    color: var(--main-color);
}

.top-menu__item ul a:hover,
.top-menu__item ul a.is-active {
    background-color: var(--theme-color);
    color: #fff;
}

.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: 219px;
    width: 940px;
    top: -1px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}

.menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
}

.menu__group {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 6px 10px;
}

.menu__group-title {

}

.menu__group-title-link {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--main-color);
}

.menu__group-title-link:hover {
    color: 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 {
    padding-left: 14px;
    padding-right: 14px;
}

.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;
}

@media (min-width: 1025px) {
    .control__btn_basket {
        margin-left: 18px;
    }

    .control__btn_basket .control__btn-icon {
        background: #eaebec;
        border-radius: 4px;
    }

    .control__btn_basket .control__btn-count {
        background-color: var(--theme-color);
        color: #fff;
    }

    .control__btn_basket .control__btn-text {
        display: block;
    }

    .control__btn-basket-title {
        display: block;
    }

    .control__btn-basket-total {
        display: block;
        color: var(--main-color);
    }

    .top-contacts:hover .top-contacts__dropdown {
        opacity: 1;
        visibility: visible;
    }

    .catalog-menu-dropdown.is-hidden {
        display: none !important;
    }

    .catalog-menu-wrapper:hover .catalog-menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateZ(0);
        pointer-events: unset;
    }

    .header__mob-content {
        position: static !important;
        width: auto !important;
    }

    .header__mob-content + div:not([class]) {
        display: none !important;
    }
}

.content {
    flex-grow: 1;
    padding-top: 24px;
    padding-bottom: 40px;
}

.page-text {
    margin-top: 40px;
}

.block {
    margin-bottom: 40px;
}

.layout__main > .block:last-child {
    margin-bottom: 0;
}

.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: 25px;
}

.main-slider-wrapper {
    position: relative;
}

.main-slider {

}

.main-slider__item {
    --width: 916;
    --height: 322;
    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:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--theme-color);
}

.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 {
    background: #fff;
    color: #000;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    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-arrow:before {
    font-size: 18px;
}

.main-slider .slick-dots {
    bottom: 14px;
}

.main-slider .slick-dots li button:before {
    border: 2px solid #fff;
    background-color: transparent;
}

.slick-dots li.slick-active button:before {
    background-color: #fff;
}

.tizers-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

.tizers-block__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin: 0 0 26px;
    white-space: nowrap;
}

.tizers-block__img,
.tizers-block__title {
    display: inline-block;
    vertical-align: middle;
}

.tizers-block__img {
    max-width: 60px;
    margin: 0 20px 0 0;
    color: var(--accent-color);
}

.tizers-block__title {
    width: 60%;
    text-align: left;
    white-space: normal;
}

.main-catalog {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
}

.main-catalog__grid {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1px;
}

.main-catalog__grid:nth-child(1),
.main-catalog__grid:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
}

.main-catalog__grid:nth-child(1) .main-catalog__item,
.main-catalog__grid:nth-child(5) .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;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.main-catalog__item:hover .main-catalog__image {
    transform: scale(1.25);
}

.main-catalog__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .8s cubic-bezier(.19,1,.22,1);
    opacity: 0;
}

.main-catalog__item:hover .main-catalog__image:before {
    opacity: 1;
}

.main-catalog__title {
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 22px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    z-index: 1;
}

.main-catalog__title span {
    display: inline-block;
    padding: 4px 8px;
    background: var(--theme-color);
    color: #fff;
}

.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;
    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;
    padding-left: 30px;
}

.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;
}

.layout {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

.layout__aside {
    flex: 0 0 244px;
    max-width: 244px;
    padding: 0 12px;
    margin-top: -24px;
}

.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-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 9px;
    font-size: 12px;
}

.catalog-header-inner {

}

.layout__sort {

}

.layout__sort .link {
    margin-right: 15px;
}

.layout__sort .link.is-active {
    color: var(--theme2-color);
    font-weight: 600;
}

.layout__sort-title {

}

.catalog-tabs.tabs._inline .tabs__nav {
    padding-right: 70px;
    margin-top: 20px;
}

.catalog-wrapper {

}

.catalog,
.catalog-slider,
.category-catalog {
    display: flex;
    flex-wrap: wrap;
}

.catalog,
.catalog-slider,
.catalog-slider .slick-list,
.category-catalog {
    margin: -6px;
}

.category-catalog {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.catalog-slider.slick-slider {
    display: block;
    margin: 0;
    contain: layout;
}

.catalog-slider.slick-slider:hover {
    z-index: 1;
}

.catalog__item,
.catalog-slider__item {
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 6px;
}

.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 {
    width: 35px;
    height: 35px;
    border: 1px solid var(--border-color);
    left: auto;
    right: 0;
    margin-top: 0;
    top: -58px;
    background-color: #fff;
}

.catalog-slider .slick-arrow:hover {
    background-color: #f6f6f7;
}

.catalog-slider .slick-prev {
    margin-right: 34px;
}

.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;
    padding-right: 32px;
    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: 20px;
    background: #fff;
    text-align: center;
    border: 1px solid var(--border-color);
    z-index: 1;
}

.item__status {
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}

.item__status i {
    margin-right: 3px;
}

.item__status_q i {
    color: #4fad00;
}

.item__status_n i {
    color: #ff0000;
}

.item__status_y i {
    color: #4fad00;
}

.item__btn-field {
    padding-top: 40px;
    position: relative;
}

.item__btn-field .item__status {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.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;
    left: -1px;
    top: 13px;
    text-align: left;
    z-index: 1;
    pointer-events: none;
}

.item__control {
    position: absolute;
    right: -6px;
    top: -6px;
    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: -72px;
    }

    .catalog-slider .slick-list:hover {
        padding-top: 10px;
        padding-bottom: 80px;
        margin-top: -16px;
        margin-bottom: -86px;
    }

    .item:not(._inline) .item__btn-field {
        display: none;
    }

    .item:not(._inline):hover .item__btn-field {
        display: block;
    }

    .item__control-btn {
        opacity: 0;
        visibility: hidden;
    }

    .item:hover .item__control-btn,
    .item__control-btn.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.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;
    right: -6px;
    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__image-field {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.item__image-wrapper {
    max-width: 170px;
    height: 170px;
    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__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.item__title a {
    text-decoration: none;
    color: var(--main-color);
}

.item__title a:hover {
    color: var(--theme2-color);
}

.item__characteristics {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}

.item__characteristics table,
.item__characteristics tbody,
.item__characteristics tr {
    display: block;
}

.item__characteristics table {
    margin: 0;
}

.item__characteristics td {
    display: inline;
}

.item__characteristics td:first-child {
    color: var(--main-color);
}

.item__characteristics td:first-child:after {
    content: ': ';
}

.item__characteristics tr:nth-child(4) ~ tr {
    display: none;
}

.item__text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.item__text p {
    display: inline;
    margin: 0;
}

.item__price {

}

.item__price-old {
    display: block;
    text-decoration: line-through;
}

.item__price-value {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    color: var(--main-color);
}

.item._inline {
    flex-direction: row;
}

.item._inline .item__image-field {
    align-self: flex-start;
    width: 180px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.item._inline .item__content {
    min-width: 1px;
}

.item._inline .item__text {
    margin-bottom: 0;
    max-height: none;
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.item._inline .item__footer {
    width: 150px;
    flex-shrink: 0;
    margin: 0 0 0 20px;
}

.catalog__item {
    
}

.product {
    margin-bottom: 60px;
}

.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 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.product__gallery {
    position: relative;
}

.product__stickers {
    position: absolute;
    left: -21px;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.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: 30px;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 5px;
    border: none;
    padding: 0;
    font-size: 16px;
    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: 35px;
    transform: translateY(-15px);
}

.product-gallery__item,
.product-gallery__thumbs-item {
    display: block !important;
    width: auto !important;
    position: relative;
}

.product-gallery__item {
    height: 400px;
}

.product-gallery__item + .product-gallery__item {
    display: none !important;
}

.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 {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    padding-bottom: 19px;
}

.product__annotation p:last-child {
    margin-bottom: 0;
}

.product__annotation-footer {
    margin-top: 3px;
}

.product__annotation-footer a {
    white-space: nowrap;
}

.product__annotation-footer a i {
    font-size: 0.7em;
    transform: translateY(-1px);
    margin-left: 2px;
}

.product__price {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.product__price-old {
    text-decoration: line-through;
    margin-right: 0.7em;
}

.product__price-value {
    font-weight: bold;
    font-size: 1.4em;
    color: var(--main-color);
}

.product__available {
    margin-bottom: 20px;
}

.product__available .item__status {
    position: static;
}

.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 {
    margin-bottom: 10px;
}

.product__btn i {
    margin-right: 0.7em;
}

.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;
}

.reviews {

}

.reviews__content {

}

.review {

}

.review__main {
    display: flex;
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
    padding-bottom: 30px;
}

.review__header {
    flex: 0 0 150px;
    padding-right: 20px;
}

.review__author {
    font-weight: 500;
    margin-bottom: 2px;
}

.review__rating {
    margin-bottom: 5px;
}

.review__date {
    font-size: 12px;
    color: var(--secondary-color);
}

.review__content {

}

.review__content p:last-child {
    margin-bottom: 0;
}

.review__replay {
    margin-left: 150px;
}

.reviews__footer {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    text-align: center;
}

.reviews__more-btn {

}

.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
}

.footer {
    background: var(--light-grey-bg);
    margin: 0 -15px;
    padding: 24px 15px 1px;
}

.footer p {
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    color: var(--theme2-color);
}

.footer__col {

}

.footer__logo {
    margin-bottom: 20px;
}

.footer__section {
    margin-bottom: 15px;
}

.footer__section-title {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
    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 {
    font-size: 20px;
}

.footer__social a {
    margin-right: 0.3em;
}

.map-contacts {
    padding: 0;
    list-style: none;
}

.map-contacts .fa,
.map-contacts .far,
.map-contacts .fas {
    width: 1.8em;
    text-align: left;
}

.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;
}

.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 30px;
    margin-top: 45px;
    border-top: 1px solid var(--border-color);
}

.brands-slider.slick-slider {
    display: block
}

.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;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .5;
}

.brands-slider__item img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0);
}

.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(--theme2-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-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;
}

.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%;
}

.tab-new-water {
	padding-bottom: 10px;
	width:20%;
}