@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-Bold.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-BoldItalic.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-BoldItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-LightItalic.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-LightItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-Light.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-Regular.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-UltraBold.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-UltraBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GTEestiProDisplay;
    font-display: swap;
    src:
        url(../fonts/GTEestiProDisplay-Thin.woff2) format("woff2"),
        url(../fonts/GTEestiProDisplay-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
} /*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* ===== ОСНОВНЫЕ СТИЛИ МЕНЮ ===== */
.menu_cat {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 260px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: visible;
    font-family: "Segoe UI", system-ui, sans-serif;
    position: relative;
    z-index: 100;
}

/* Пункты меню */
.menu_cat li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.menu_cat li:last-child {
    border-bottom: none;
}

/* Ссылки */
.menu_cat a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #fff;
}

/* Иконки */
.menu_cat > li > a::before {
    content: "▸";
    margin-right: 10px;
    font-size: 12px;
    color: #0088cc;
    display: inline-block;
    transition: transform 0.2s ease;
}

.menu_cat > li:not(:has(ul)) > a::before {
    content: "•";
    font-size: 14px;
}

.menu_cat > li:has(ul):hover > a::before {
    transform: rotate(90deg);
}

.menu_cat > li > a:hover {
    background: #0088cc;
    color: white;
}
.menu_cat > li > a:hover::before {
    color: white;
}

/* ===== 2-й УРОВЕНЬ (раскрывается вниз) ===== */
.menu_cat ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    position: relative;
}

.menu_cat li:hover > ul {
    display: block;
}

.menu_cat ul li {
    border-bottom: 1px solid #e5e5e5;
}
.menu_cat ul li:last-child {
    border-bottom: none;
}

.menu_cat ul a {
    padding-left: 32px;
    font-size: 14px;
    color: #555;
    background: #fafafa;
}
.menu_cat ul a:hover {
    background: #e6f3ff;
    color: #0088cc;
    padding-left: 38px;
}

.menu_cat ul a::before {
    content: "–";
    margin-right: 8px;
    color: #aaa;
}

/* ===== 3-й УРОВЕНЬ — ВПРАВО, ПОВЕРХ ВСЕГО ===== */
.menu_cat ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 99999 !important;  /* Очень высокий, чтобы быть поверх всего */
}

/* Показываем 3-й уровень при наведении на пункт 2-го уровня */
.menu_cat ul li:hover > ul {
    display: block;
}

/* Стили для пунктов 3-го уровня */
.menu_cat ul ul li {
    border-bottom: 1px solid #e0e0e0;
}

.menu_cat ul ul a {
    padding: 10px 16px;
    padding-left: 16px;
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    white-space: nowrap;  /* Чтобы подменю было широким ровно под текст */
}

.menu_cat ul ul a:hover {
    padding-left: 22px;
    background: #e0ecf5;
    color: #0088cc;
}

.menu_cat ul ul a::before {
    content: "•";
    margin-right: 8px;
    font-size: 12px;
    color: #aaa;
}

/* Анимация для 3-го уровня */
.menu_cat ul ul {
    animation: fadeSlideRight 0.2s ease forwards;
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* ===== ПЕРЕНОС ДЛИННЫХ НАЗВАНИЙ ТОВАРОВ ===== */

.catalog_item_title,
.catalog_item_title a {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    display: block !important;
    max-width: 100% !important;
}

/* Дополнительно — ограничиваем высоту, чтобы карточки были ровными (опционально) */
.catalog_item_title {
    min-height: 50px;
    overflow: hidden;
}


/* ===== ПОДВАЛ НА ВСЮ ШИРИНУ ЭКРАНА (сохраняя вёрстку) ===== */

/* Фон на всю ширину */
.footer {
    background: fff;
    width: 100%;
    margin-top: 60px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

/* Сбрасываем ограничения у секции, чтобы фон был на всю ширину */
.footer .sppb-section {
    width: 100%;
    background: #fff;
}

/* А содержимое центрируем через container */
.footer .sppb-container-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Ряд с колонками — без изменений, как работало */
.footer .sppb-row {
    display: flex;
    flex-wrap: wrap;
}

/* Колонки — как в первом варианте */
.footer [class*="sppb-col-md-"] {
    flex: 1;
    min-width: 200px;
    padding: 0 15px;
}

/* Заголовки */
.footer .sppb-addon-title {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #1675EA !important;
    display: inline-block !important;
}

/* Ссылки */
.footer .sppb-addon-content a {
    color: #0489D3!important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.footer .sppb-addon-content a:hover {
    color: #001E96 !important;
    transform: translateX(4px) !important;
}

/* Текст */
.footer .sppb-addon-content p {
    color: #0489D3 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.footer .sppb-addon-content strong {
    color: #000000 !important;
}

/* Логотип */
.footer .sppb-addon-content img {
    max-width: 200px;
    height: auto;
    margin-top: 15px;
}

/* Адаптив для телефонов */
@media (max-width: 768px) {
    .footer .sppb-row {
        flex-direction: column;
    }
    
    .footer [class*="sppb-col-md-"] {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer .sppb-addon-title {
        display: block !important;
        text-align: center;
    }
    
    .footer .sppb-addon-content a:hover {
        transform: translateX(0) !important;
    }
}


.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background-color: #fff;
    border: 1px solid #d1cbcb;
    border-radius: 50%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.5em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #d1cbcb;
}
.ui-widget-header {
    background: #d1cbcb;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #d1cbcb;
    background: #fff;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #d1cbcb;
    background: #fdf5ea;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #d1cbcb;
    background: #fdf5ea;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: 1px solid #d1cbcb;
    background: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --green: #4ac610;
    --red: #ff1557;
    --blue: #005bff;
    --link: #1854ef;
    --userfont: "GTEestiProDisplay", sans-serif;
    --transition: 0.5s cubic-bezier(0.075, 0.5, 0, 1);
}
em {
    font-style: italic;
}
a {
    color: var(--link);
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}
.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
body,
html {
    min-height: 100%;
}
html {
    font-size: 100%;
}
body {
    font-family: var(--userfont);
    font-size: 1em;
    color: #000;
    position: relative;
    width: 100%;
    background-color: #fff;
}
ul li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.center {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
h1 {
    color: #0ca3b6;
    font-family: var(--userfont);
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    margin: 0 0 50px;
    line-height: 120%;
}
h2 {
    color: #877c7c;
    font-family: var(--userfont);
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 30px;
}
h3 {
    color: #000;
    font-family: var(--userfont);
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
}
.header {
    padding-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_col:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.custom_logo {
    max-width: 295px;
    padding-top: 15px;
}
.header_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.header_icons .custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_icons .custom a {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 13px;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
    position: relative;
}
.no-webp .header_icons a.compare {
    background-image: url(../images/ico_compare.png);
}
.no-webp .header_icons a.featured {
    background-image: url(../images/ico_featured.png);
}
.no-webp .header_icons a.cart {
    background-image: url(../images/ico_cart.png);
}
.header_icons a.cart {
    position: relative;
}
.header_icons a.cart span,
.header_icons a.compare span.active {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--green);
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    position: absolute;
    left: 2px;
    top: -15px;
    text-indent: initial;
}
.no-webp .header_icons a.login {
    background-image: url(../images/ico_login.png);
}
.header_icons a.login {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 13px;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}
.header_icons a.login:hover {
    background-position: center bottom;
}
.header_icons .custom a:hover {
    background-position: center bottom;
}
.header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 30px;
}
.no-webp .top_menu_burger {
    background-image: url(../images/ico_burger.png);
}
.top_menu_burger {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px;
}
.header_nav .first_top_menu_item.hidden {
    display: none;
}
.header_nav a {
    color: #877c7c;
    font-size: 0.813em;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
}
.top_menu_wrappper {
    display: none;
    position: absolute;
    width: 165px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
    border-radius: 25px;
    top: 30px;
    left: 0;
    z-index: 10;
}
.top_menu_wrappper.opened {
    display: block;
}
.header_nav a:hover {
    color: var(--link);
}
.no-webp .custom_phone {
    background-image: url(../images/ico_phone.png);
}
.custom_phone {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #877c7c;
    font-size: 0.875em;
    font-weight: 300;
    text-align: right;
}
.custom_phone a {
    display: block;
    font-size: 1.429em;
    font-weight: 400;
    color: #0ca3b6;
    text-decoration: none;
    line-height: 1.25em;
    white-space: nowrap;
}
.search_input {
    position: relative;
    width: 280px;
    height: 50px;
    margin-right: 40px;
}
.k2SearchBlock {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1;
}
.k2SearchBlock form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 2px solid #d1cbcb;
    border-radius: 0px;
}
.k2SearchBlock .inputbox {
    border: 0;
    width: 95%;
    height: 42px;
    margin-left: 15px;
    color: #d1cbcb;
    font-family: var(--userfont);
    font-weight: 700;
    padding-left: 10px;
    padding-right: 72px;
}
.no-webp .k2SearchBlock .button {
    background-image: url(../images/ico_search.png);
}
.k2SearchBlock .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    border-radius: 0%;
    background-color: #d1cbcb;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.page {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sidebar {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    max-width: 300px;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 20px;
    position: relative;
}
.sidebar.collapse {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0;
}
.sidebar.opened {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    width: 320px;
    max-width: 320px;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.35);
    border-radius: 25px;
    position: absolute;
    z-index: 10;
}
.content {
    margin-top: 10px;
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.content.wide {
    width: 100%;
}
.menu_catalog li {
    margin: 17px 0;
}
.menu_catalog li a {
    color: #877c7c;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu_catalog li a .menu-image {
    width: 25px;
    margin-right: 13px;
    text-align: center;
}
.menu_catalog li a.active,
.menu_catalog li a:hover {
    color: var(--link);
}
.menu_catalog .nav-child {
    display: none;
}
.sidebar.collapse .menu_catalog {
    display: none;
}
.popup_catalog_menu {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.35);
    border-radius: 25px;
    padding: 0 25px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 0;
    top: 0;
    z-index: 10;
}
.sidebar.opened .popup_catalog_menu .catalog_btn + .menu_catalog {
    padding-top: 70px;
}
.popup_catalog_menu_left {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 20px;
}
.popup_catalog_menu_right {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.popup_catalog_menu_categories {
    height: 300px;
    width: 100% !important;
    margin-bottom: 25px;
}
.popup_catalog_menu_categories .level-1 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 22%;
    -moz-column-width: 22%;
    column-width: 22%;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
.popup_catalog_menu_categories p {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
.popup_catalog_menu_categories p a {
    color: #877c7c;
    font-size: 0.875em;
    font-weight: 300;
    text-decoration: none;
}
.popup_catalog_menu_categories p a:hover,
.popup_catalog_menu_categories p.active a {
    color: var(--link);
}
.popup_catalog_menu_categories p a .menu-image {
    margin-right: 7px;
}
.popup_catalog_menu_categories .level-1 > p a {
    font-weight: 600;
    font-size: 0.913em;
}
.popup_catalog_menu_categories .level-2 > p a {
    font-weight: 400;
    font-style: normal;
    margin-left: 8px;
}
.popup_catalog_menu_categories .level-3 > p a {
    font-weight: 300;
    font-style: normal;
    margin-left: 16px;
}
.popup_catalog_menu_header {
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 2.25em;
}
.popup_menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
}
.popup_menu_item {
    margin: 0 5%;
    width: 220px;
}
.popup_menu_item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25em;
    color: #001a34;
    text-decoration: none;
}
.popup_menu_item a:hover {
    color: var(--blue);
}
.popup_menu_item_image {
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.popup_menu_item_title {
    font-size: 0.8em;
}
.sidebar .mod_brands {
    margin-top: 72px;
}
.sidebar .slick-arrow {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    font-size: 0;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    z-index: 2;
    outline: 0;
}
.no-webp .sidebar .slick-arrow::before {
    background-image: url(../images/slider_arrow.png);
}
.sidebar .slick-arrow::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar .slick-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar .slick-arrow:hover::before {
    background-position: center bottom;
}
.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
h2.catalog_title {
    color: #0ca3b6;
    font-size: 2.15em;
    margin-bottom: 25px;
}
.sort_select {
    width: 200px;
    height: 30px;
    margin-bottom: 7px;
    position: relative;
    cursor: pointer;
}
.sort_select select {
    width: 100%;
    height: 30px;
    font-size: 0.875em;
    font-weight: 400;
    color: #877c7c;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.sort_select span {
    display: block;
    text-align: left;
    height: 30px;
    line-height: 26px;
    padding: 0 28px 0 18px;
    color: #877c7c;
    font-size: 0.875em;
    border: 1px solid #d1cbcb;
    border-radius: 25px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
}
.no-webp .sort_select span::after {
    background-image: url(../images/divider.png);
}
.sort_select span::after {
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 0;
}
.sort_select:hover span {
    background-color: #fff;
}
.catalog_item {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 45px 25px 50px;
    margin: 30px 12px;
    border: 2px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)),
        radial-gradient(circle at top, rgba(209, 203, 203, 0) 30%, #d1cbcb);
    background-image:
        -o-linear-gradient(white, #fff),
        -o-radial-gradient(top, circle, rgba(209, 203, 203, 0) 30%, #d1cbcb);
    background-image: linear-gradient(white, #fff), radial-gradient(circle at top, rgba(209, 203, 203, 0) 30%, #d1cbcb);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 25px 25px 0 25px;
    position: relative;
}
.catalog_item:hover {
    border: 2px solid var(--blue);
}
.catalog_item_slider {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.catalog_item_images {
    position: relative;
}
.catalog_item_image {
    float: left;
    width: 260px;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog_item_slider .slick-dots {
    width: 100%;
    max-width: 1290px;
    height: 12px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    top: -28px;
}
.catalog_item_slider .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 5px;
}
.catalog_item_slider .slick-dots li button {
    display: block;
    width: 50px;
    height: 10px;
    padding: 0;
    text-indent: -9999px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 0;
    border-radius: 15px;
    cursor: pointer;
}
.catalog_item_slider .slick-dots li.slick-active button,
.catalog_item_slider .slick-dots li:hover button {
    background-color: var(--blue);
}
.catalog_item_top_panel {
    position: absolute;
    width: 100%;
    left: -2px;
    top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.catalog_item_discount {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_item_discount p,
.component .catalog_item_discount p {
    width: 100%;
    background-color: var(--red);
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    border-radius: 25px 0 25px 0;
}
.component .catalog_item_discount p {
    margin: 0 !important;
    line-height: inherit !important;
}
.catalog_item_discount p strong {
    font-weight: 800;
}
.catalog_item_rating {
    display: none;
    position: relative;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item_main_params .catalog_item_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item_main_params {
    padding-left: 30px;
    width: 460px;
}
.no-webp .catalog_item_rating_bg {
    background-image: url(../images/stars_grey.png);
}
.catalog_item_rating_bg {
    height: 19px;
    width: 120px;
    margin-left: 10px;
    background-position: left center;
    background-repeat: repeat-x;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.item_main_params .catalog_item_rating_bg {
    margin-left: 0;
    margin-bottom: 20px;
}
.no-webp .catalog_item_rating_bg > div {
    background-image: url(../images/stars_yellow.png);
}
.catalog_item_rating_bg > div {
    background-position: left center;
    background-repeat: repeat-x;
    height: 19px;
}
.catalog_item_rating_bg > span {
    width: 20px;
    height: 19px;
    margin: 0 2px;
    cursor: pointer;
}
.no-webp .catalog_item_rating_bg > span.active {
    background-image: url(../images/stars_yellow.png);
}
.catalog_item_rating_bg > span.active {
    background-position: center;
    background-repeat: no-repeat;
}
.breacrumbs .catalog_item {
    width: 23%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 30px 6px;
}
.breacrumbs .catalog_item .catalog_item_slider {
    height: 195px;
}
.breacrumbs .catalog_item .catalog_item_image {
    width: 194px;
    height: 194px;
}
.breacrumbs .catalog_item .catalog_item_title {
    font-size: 1em;
}
.breacrumbs .catalog_item .catalog_item_discount {
    width: 1px;
}
.item_rating_tooltip {
    position: absolute;
    top: -50px;
    background-color: #fff;
    padding: 4px 7px;
    text-align: center;
    font-size: 0.75em;
    width: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.item_rating_tooltip::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 6px 6px 0;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}
.catalog_item_icons {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px;
}
.catalog_item_icon {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background-position: center top;
    background-repeat: no-repeat;
}
.no-webp .catalog_item_icon.ico_compare {
    background-image: url(../images/ico_item_compare.png);
}
.no-webp .catalog_item_icon.ico_featured {
    background-image: url(../images/ico_item_featured.png);
}
.catalog_item_icon.active,
.catalog_item_icon.del_compare_btn,
.catalog_item_icon.del_favorite_btn,
.catalog_item_icon:hover {
    background-position: center bottom;
}
.catalog_item:hover .catalog_item_icons,
.catalog_item:hover .catalog_item_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog_item_title {
    font-size: 1.25em;
    text-align: center;
    margin-top: 10px;
}
.catalog_item_bottom_panel {
    position: absolute;
    width: 100%;
    right: -2px;
    bottom: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}
.catalog_item_price {
    min-width: 140px;
    height: 28px;
    background-color: #0ac9c9;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding-right: 35px;
    padding-left: 15px;
    border-radius: 0 0 0 0;
}
.catalog_item_oldprice {
    font-size: 1.25em;
    line-height: 28px;
    padding-right: 40px;
    text-decoration-line: line-through;
    color: #d1cbcb;
}
.item_cart_btn {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d1cbcb;
    position: relative;
}
.item_cart_btn::before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #d1cbcb;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.no-webp .item_cart_btn::after {
    background-image: url(../images/ico_item_cart.png);
}
.item_cart_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.item_cart_btn:hover {
    background-color: var(--blue);
}
.item_cart_btn:hover::before {
    background-color: var(--blue);
}
.item_cart_btn:hover::after {
    background-position: center bottom;
}
.item_cart_btn.preload::after {
    background-image: none !important;
    border: 3px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    right: 12px;
    bottom: 12px;
}
@-webkit-keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.wide .catalog_item_header {
    padding-left: 80px;
    padding-top: 20px;
}
.catalog_item_header h1 {
    margin-bottom: 0;
    font-size: 1.5em;
    color: #3071ff;
}
.item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 35px;
    margin-bottom: 35px;
}
.item_gallery_thumbs {
    width: 107px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.item_thumbs_slider {
    width: 85px;
}
.slick-vertical .item_thumb {
    width: 100%;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    cursor: pointer;
}
.item_thumbs_slider .slick-arrow {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    font-size: 0;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    z-index: 2;
    outline: 0;
}
.no-webp .item_thumbs_slider .slick-arrow::before {
    background-image: url(../images/slider_arrow.png);
}
.item_thumbs_slider .slick-arrow::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_thumbs_slider .slick-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item_thumbs_slider .slick-arrow:hover::before {
    background-position: center bottom;
}
.item_big_image {
    width: 600px;
    height: 460px;
    padding-right: 25px;
    position: relative;
}
.item_image {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.item_image.active {
    display: block;
}
.catalog_item_param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 !important;
}
.catalog_item_param > span {
    margin-right: 12px;
    font-weight: 400;
}
.catalog_item_param em {
    font-style: normal;
}
.item_sizes_select {
    width: auto;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.item_sizes_select select {
    width: 100%;
    height: 30px;
    font-size: 0.875em;
    font-weight: 400;
    color: #d1cbcb;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.item_sizes_select span {
    display: block;
    text-align: left;
    height: 30px;
    line-height: 26px;
    padding: 0 28px 0 18px;
    color: #877c7c;
    font-size: 0.875em;
    border: 2px solid #d1cbcb;
    border-radius: 25px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
}
.no-webp .item_sizes_select span::after {
    background-image: url(../images/divider.png);
}
.item_sizes_select span::after {
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
}
.item_sizes_select:hover span {
    background-color: #fff;
}
span.item_price_green {
    height: 30px;
    line-height: 30px;
    background-color:#939b9b;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 27px;
    border-radius: 4px;
    white-space: nowrap;
}
span.absent_price {
    background-color: #d1cbcb;
}
span.item_price_old {
    font-size: 1.25em;
    line-height: 28px;
    padding: 0 7px;
    text-decoration-line: line-through;
    color: #d1cbcb;
    white-space: nowrap;
}
.cart_count_input {
    position: relative;
    padding-right: 24px;
}
.cart_count_input input {
    width: 63px;
    height: 63px;
    background: #fff;
    border: 2px solid #d1cbcb;
    border-radius: 4px;
    color: #d1cbcb;
    font-family: var(--userfont);
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
}
.cart_count_input input:focus {
    border: 2px solid #07ACA8;
}
.item_to_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.item_to_cart.hidden {
    display: none;
}
.no-webp .cart_count_input span {
    background-image: url(../images/count_arrow.png);
}
.cart_count_input span {
    position: absolute;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    right: 0;
    cursor: pointer;
}
.cart_count_input span.plus {
    background-position: center bottom;
    top: 4px;
}
.cart_count_input span.minus {
    background-position: center bottom;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 4px;
}
.item_params_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}
.item_params_btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #877c7c;
    font-size: 0.813em;
    text-align: center;
    text-decoration: none;
}
.item_params_btns a::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: 0 auto 13px;
    background-position: center top;
    background-repeat: no-repeat;
}
.item_params_btns a:hover {
    color: var(--blue);
}
.item_params_btns a:hover::before {
    background-position: center bottom;
}
.no-webp .item_params_btns a.item_feature::before {
    background-image: url(../images/ico_featured.png);
}
.no-webp .item_params_btns a.item_compare::before {
    background-image: url(../images/ico_compare.png);
}
.no-webp .item_params_btns a.item_shipment::before {
    background-image: url(../images/ico_shipment.png);
}
.item_params_btns a.item_shipment::before {
    width: 38px;
}
.no-webp .item_params_btns a.item_payment::before {
    background-image: url(../images/ico_payment.png);
}
.item_params_btns a.item_payment::before {
    width: 30px;
}
.item_params_btns a.del_compare_btn {
    color: var(--blue);
}
.item_params_btns a.del_compare_btn::before {
    background-position: center bottom;
}
.item_params_btns a.del_favorite_btn {
    color: var(--blue);
}
.item_params_btns a.del_favorite_btn::before {
    background-position: center bottom;
}
.item_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.item_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 300;
}
.item_tabs a {
    color: #d1cbcb;
    border-bottom: 2px dotted #d1cbcb;
    margin-right: 40px;
    text-decoration: none;
}
.item_tabs a:hover {
    border-bottom: 2px dotted transparent;
}
.item_tabs a.active {
    color: #001a34;
    border-bottom: 2px dotted transparent;
}
.item_description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.item_description_content {
    display: none;
    margin: 40px 0;
}
.item_description_content.active {
    display: block;
    font-weight: lighter;
}
.prod_header {
    display: block;
    margin: 25px 0;
    font-size: 1.125em;
    font-weight: 400;
}
.item_harakteristika {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 12px 25px;
}
.item_harakteristika:nth-child(odd) {
    background-color: #d9effc;
}
.item_harakteristika strong {
    -webkit-box-flex: 27%;
    -ms-flex: 27% 0 0px;
    flex: 27% 0 0;
}
.item_harakteristika span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 300;
}
.relative_block {
    margin-top: 80px;
}
.relative_block h2 {
    color: #001a34;
    margin-bottom: 40px;
}
.relative_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.relative_item {
    width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.relative_item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25em;
    color: #001a34;
    text-decoration: none;
}
.relative_item a:hover {
    color: var(--blue);
}
.relative_item_image {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.relative_item_title {
    padding-right: 35px;
}
.mod_catalog_filter {
    margin-top: 50px;
}
.mod_catalog_filter h2 {
    color: #001a34;
    margin-bottom: 0;
}
.filter_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.clear_filter {
    color: var(--blue);
    font-size: 0.875em;
    font-weight: 300;
    text-decoration: none;
}
.clear_filter span {
    text-decoration: underline;
}
.clear_filter:hover span {
    text-decoration: none;
}
.filter_btn {
    text-align: center;
    margin-top: 20px;
}
.filter_search {
    width: 100%;
    height: 30px;
    border: 1px solid #d1cbcb;
    border-radius: 25px;
    margin-bottom: 40px;
    position: relative;
}
.filter_search input {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: transparent;
    padding: 0 40px 0 18px;
    font-family: var(--userfont);
    font-size: 0.875em;
    color: #877c7c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.no-webp .filter_search_btn {
    background-image: url(../images/filter_search.png);
}
.filter_search_btn {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: -1px;
}
.filter_select {
    width: auto;
    height: 30px;
    margin-bottom: 7px;
    position: relative;
    cursor: pointer;
}
.filter_select select {
    width: 100%;
    height: 30px;
    font-size: 0.875em;
    font-weight: 400;
    color: #877c7c;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.filter_select span {
    display: block;
    text-align: left;
    height: 30px;
    line-height: 26px;
    padding: 0 28px 0 18px;
    color: #877c7c;
    font-size: 0.875em;
    border: 1px solid #d1cbcb;
    border-radius: 25px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
}
.no-webp .filter_select span::after {
    background-image: url(../images/divider.png);
}
.filter_select span::after {
    content: "";
    display: block;
    width: 24px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 0;
}
.filter_select:hover span {
    background-color: #fff;
}
.filter_price {
    margin-top: 15px;
    margin-bottom: 15px;
}
#price_slider_result {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    text-transform: uppercase;
    margin-top: 10px;
}
.search_by_title {
    background-color: #fff;
    max-height: 240px;
    padding: 12px 0;
    font-size: 0.875em;
    overflow: hidden;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 5;
}
.search_by_title p {
    margin: 5px 0;
    padding: 0 12px;
    cursor: pointer;
}
.search_by_title a {
    color: #001a34;
    text-decoration: none;
}
.search_by_title a:hover {
    color: var(--link);
}
.search_by_title_inner {
    height: 100%;
    max-height: 220px;
}
.faq_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 80px;
}
.faq_item {
    padding: 15px 26px 15px 60px;
    margin-bottom: 10px;
}
.faq_item.active {
    padding-top: 35px;
    padding-bottom: 35px;
    background: rgba(0, 91, 255, 0.2);
    border-radius: 25px;
}
.faq_question {
    color: #001a34;
    font-size: 1.5em;
    font-weight: 300;
    padding-right: 120px;
    cursor: pointer;
    position: relative;
}
.no-webp .faq_question::after {
    background-image: url(../images/faq_arrow.png);
}
.faq_question::after {
    content: "";
    display: block;
    width: 24px;
    height: 15px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 9px;
}
.faq_question:hover {
    color: var(--blue);
}
.no-webp .faq_question:hover::after {
    background-image: url(../images/faq_arrow_active.png);
}
.faq_question:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-webp .active .faq_question::after {
    background-image: url(../images/faq_arrow_active.png);
}
.active .faq_question::after {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
.faq_answer {
    display: none;
}
.faq_item.active .faq_answer {
    display: block;
    margin-top: 35px;
    font-weight: 300;
}
.news_item {
    margin-bottom: 60px;
}
.news_date {
    color: #979797;
    font-size: 0.875em;
    margin-bottom: 20px;
}
.news_title {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news_title a {
    color: #001a34;
    text-decoration: none;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}
.news_title a:hover {
    color: var(--blue);
}
.news_intro {
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 10px;
}
.news_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.news_image {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.read_more {
    font-size: 0.875em;
}
.read_more:hover {
    text-decoration: none;
}
.news_item_image {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.article_text picture {
    display: block;
    text-align: center;
    margin: 25px 0;
}
.mod_category_description h1,
.mod_category_description h2 {
    font-size: 2.25em;
    margin: 30px 0;
}
.main_seo {
    line-height: 22px;
    font-weight: 300;
    margin-top: 50px;
}
.main_seo p {
    margin: 10px 0;
}
.main_seo .mod_brands_slider {
    margin: 75px 0 30px;
    padding-bottom: 45px;
    position: relative;
}
.main_seo .slick-arrow {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    font-size: 0;
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    z-index: 2;
    outline: 0;
    position: absolute;
    bottom: 0;
}
.main_seo .slick-prev {
    left: 48%;
}
.main_seo .slick-next {
    left: 50%;
}
.no-webp .main_seo .slick-arrow::before {
    background-image: url(../images/slider_arrow.png);
}
.main_seo .slick-arrow::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_seo .slick-arrow:hover::before {
    background-position: center bottom;
}
.main_seo .slick-next::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main_seo .slick-prev::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.component h1 {
    text-align: left;
    margin-bottom: 10px;
}
.main_seo.component h1 {
    text-align: center;
}
.component p {
    margin: 15px 0;
    font-weight: 300;
    line-height: 20px;
}
.component ul li {
    margin: 15px 0;
    padding-left: 55px;
    position: relative;
    font-weight: 300;
    line-height: 20px;
}
.no-webp .component ul li::before {
    background-image: url(../images/li_marker.png);
}
.component ul li::before {
    content: "";
    display: block;
    width: 19px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.component strong {
    font-weight: 700;
    font-size: 16px;
}
.no-webp .component .cite {
    background-image: url(../images/ico_cite.png);
}
.component .cite {
    background: rgba(0, 91, 255, 0.2);
    border-radius: 0 25px 25px 25px;
    padding: 25px 75px 25px 87px;
    margin: 30px 0;
    background-position: 22px 20px;
    background-repeat: no-repeat;
}
.component .intro {
    background: #d9effc;
    border-radius: 0 25px 25px 25px;
    padding: 10px 25px;
    margin: 30px 0;
}
.no-webp .component .important {
    background-image: url(../images/ico_important.png);
}
.component .important {
    background: rgba(255, 21, 87, 0.2);
    border-radius: 0 25px 25px 25px;
    padding: 25px 75px 25px 87px;
    margin: 30px 0;
    background-position: 22px 20px;
    background-repeat: no-repeat;
}
.about_slider {
    margin: 40px 0;
    width: 100%;
}
.about_slider_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 480px;
}
.about_slider .slick-list {
    position: absolute;
    width: 100%;
    height: 450px;
    z-index: 1;
    left: 0;
    top: 0;
}
.about_slider .slick-track {
    overflow: hidden;
}
.about_slider_item {
    float: left;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_slider .slick-dots {
    width: 100%;
    height: 18px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.about_slider .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 4px;
    margin: 0 5px;
}
.about_slider .slick-dots li::before {
    display: none;
}
.about_slider .slick-dots li button {
    border: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    text-indent: -9999px;
    background-color: var(--blue);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}
.about_slider .slick-dots li.slick-active,
.about_slider .slick-dots li:hover {
    border: 1px solid var(--blue);
}
.about_slider .slick-arrow {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border: 0;
    border-radius: 50%;
    text-indent: -9999px;
    top: 36%;
    outline: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    outline: 0;
}
.no-webp .about_slider .slick-arrow::before {
    background-image: url(../images/about_slider_arrow.png);
}
.about_slider .slick-arrow::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 15px;
}
.about_slider .slick-prev {
    left: 12px;
}
.about_slider .slick-next {
    right: 12px;
}
.about_slider .slick-next::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about_slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.7);
}
.category_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 80px;
}
.category_items {
    -webkit-box-flex: 350px;
    -ms-flex: 350px 0 0px;
    flex: 350px 0 0;
}
.category_items p {
    font-size: 1.25em;
    padding-bottom: 15px;
    padding-right: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1cbcb;
}
.category_items a {
    color: #001a34;
    text-decoration: none;
}
.category_items .active a {
    color: var(--blue);
}
.category_items p a small {
    font-size: 0.8em;
}
.category_items .active a small {
    color: #001a34;
}
.category_text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 25px;
    margin-top: 11px;
    position: relative;
}
.category_text.processing {
    background-color: rgba(255, 255, 255, 0.35);
    width: 100%;
}
.category_text.processing::after {
    content: "";
    display: block;
    text-indent: -9999px;
    background-image: none;
    padding-left: 0;
    width: 35px;
    height: 35px;
    border: 7px solid #d1cbcb;
    border-top-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    top: 33%;
    margin: 0 auto 0 auto;
}
@keyframes loader-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.category_items p.subcat_header {
    font-size: 1.5em;
    color: #001a34;
    margin-bottom: 25px;
    border-bottom: 0;
}
.shipment_map {
    width: 100%;
    height: 250px;
}
.comments_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.comments_header h1 {
    margin-bottom: 0;
}
.comment_item_outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.comment_item_outer:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.no-webp .comment_item {
    background-image: url(../images/ico_comment.png);
}
.comment_item {
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
    padding: 25px 40px 25px 87px;
    margin: 18px 0;
    border: 2px solid transparent;
    background: rgba(74, 198, 16, 0.2);
    background-position: 22px 20px;
    background-repeat: no-repeat;
    border-radius: 0 25px 25px 25px;
}
.comment_item:hover {
    background-color: transparent;
    border: 2px solid #4fad50;
}
.comment_text {
    margin-bottom: 10px;
    font-style: italic;
    padding-right: 25px;
}
.comment_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.75em;
}
.comment_date {
    color: #877c7c;
    font-weight: 300;
}
.component p.comment_username {
    color: #001a34;
    font-weight: 400;
    margin-left: 15px;
}
.ajax_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-webp .btn_pagination_more {
    background-image: url(../images/btn_more.png);
}
.btn_pagination_more {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact_item {
    -webkit-box-flex: 31%;
    -ms-flex: 31% 0 0px;
    flex: 31% 0 0;
    padding: 35px 25px 20px;
    margin-bottom: 30px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact_item p {
    font-size: 1.25em;
    margin: 0 0 25px;
}
.contact_item.short {
    height: 225px;
}
.contact_item.high {
    height: 400px;
}
.contact_item.green {
    background: rgba(74, 198, 16, 0.2);
}
.contact_item.blue {
    background: rgba(0, 91, 255, 0.2);
}
.contact_item.yellow {
    background: rgba(255, 184, 3, 0.2);
}
.contact_item.purple {
    background: rgba(141, 52, 161, 0.2);
}
.contact_item.lightgreen {
    background: rgba(21, 255, 171, 0.2);
}
.contact_item.pink {
    background: rgba(255, 21, 87, 0.2);
}
.last_contact_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.last_contact_col .contact_item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.contacts_map {
    padding: 0;
}
.map_container {
    width: 100%;
    height: 100%;
}
.contacts_form {
    border: 1px solid #d1cbcb;
    border-radius: 25px;
    padding-top: 30px;
    margin-top: 50px;
}
.cart_page {
    padding-bottom: 70px;
}
.cart_header {
    line-height: 63px;
}
.cart_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}
.cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 50px;
}
.cart_item_image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 190px;
    height: 185px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cart_item_descr {
    margin-left: 30px;
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_item_title {
    font-size: 1.05em;
    font-weight: lighter;
}
.cart_item_param {
    font-size: 0.800em;
    color: #877c7c;
    font-weight: lighter;
}
.cart_item_descr_bottom {
    font-size: 0.800em;
}
.cart_item_descr_bottom a {
    text-decoration: none;
}
.cart_item_descr_bottom a:hover {
    text-decoration: underline;
}
.cart_item_descr_bottom .cart_in_feature {
    margin-right: 15px;
}
.cart_item_descr_bottom .cart_del_item {
    color: #98a7b5;
    margin-left: 15px;
}
.cart_item_price {
    margin: 0 50px;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_item_price .item_price_green {
    width: 100%;
    text-align: center;
}
.cart_item_price .item_price_green em {
    font-style: normal;
}
.cart_item_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_item_proizoditel {
    text-transform: uppercase;
}
.cart_right {
    width: 50%;
    max-width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart_right .hidden {
    display: none;
}
.cart_itog {
    background: #EDEAEA;
    border-radius: 0px;
    padding: 25px;
}
.cart_itog_header {
    color: #877c7c;
    margin-bottom: 50px;
}
.cart_itog_header strong {
    font-size: 1.5em;
    font-weight: 700;
    color: #07ACA8;
}
.cart_itog_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 12px;
}
.rightalign {
    text-align: right;
    white-space: nowrap;
}
.cart_itog_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.5em;
    font-weight: 700;
    color: #07ACA8;
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px dashed #877c7c;
}
.clear_cart_btn {
    height: 60px;
    line-height: 60px;
}
.clear_cart_btn a {
    text-decoration: none;
    color: #98a7b5;
}
.clear_cart_btn a:hover {
    text-decoration: underline;
}
.cart_bottom.hidden {
    display: none;
}
.empty_cart_page {
    margin: 90px 0 300px;
}
.cart_bottom_header h2 {
    font-size: 1.5em;
    color: #07ACA8;
    text-align: center;
    margin-bottom: 50px;
}
.cart_bottom_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.cart_bottom_item {
    width: 31%;
}
.cart_bottom_item_header {
    text-align: center;
    color: #877c7c;
    font-size: 0.875em;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.cart_bottom_item:hover .cart_bottom_item_header {
    color:#07ACA8;
}
.cart_bottom_item_inner {
    background: rgba(209, 203, 203, 0.4);
    border: 25px solid transparent;
    border-radius: 0px;
    position: relative;
}
.cart_bottom_item:hover .cart_bottom_item_inner {
    border: 2px solid #07ACA8;
}
.cart_bottom_item_inner.error_field {
    border: 1px solid var(--red) !important;
}
.cart_bottom_item_inner .error_field_text {
    width: 100%;
    color: var(--red);
    font-size: 0.875em;
    position: absolute;
    text-align: right;
    right: 15px;
    top: -18px;
}
.cart_form {
    padding: 0 9%;
}
.cart_login_text {
    font-size: 1.25em;
    font-weight: 300;
    margin: 15px 0;
    text-align: left;
    min-height: 70px;
}
.cart_login_text.error {
    color: var(--red);
}
.login_form_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.login_form_btns.toright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form_radio_btns {
    font-size: 0.875em;
    font-weight: 100;
}
p.form_radio_header {
    font-size: 1.43em;
    margin-bottom: 25px;
}
.form_radio_btns label {
    padding-left: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form_radio_btns input[type="checkbox"],
.form_radio_btns input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.form_radio_btns span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #877c7c;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}
.no-webp .form_radio_btns input[type="checkbox"]:checked + span::before,
.no-webp .form_radio_btns input[type="radio"]:checked + span::before {
    background-image: url(../images/form_checkbox.png);
}
.form_radio_btns input[type="checkbox"]:checked + span::before,
.form_radio_btns input[type="radio"]:checked + span::before {
    width: 19px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    border: 0;
}
.form_radio_btns .error span::before {
    border-color:#07ACA8;
}
.shipment_bottom_text {
    text-align: center;
    margin-top: 15px;
}
.cart_make_order,
.cart_order_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cart_make_order {
    margin-bottom: 25px;
}
.login_form h3 {
    margin-top: 30px;
}
.compare_param:nth-child(even) {
    background-color: #ccc;
}
.compare_param td {
    text-align: center;
}
.compare_table {
    border-collapse: collapse;
    margin-left: 40px;
}
.lastrow {
    background-color: #fff !important;
}
.lastrow td {
    height: 20px;
}
.compare_table tr:nth-child(even) {
    background-color: #ccdeff;
}
.compare_table tr:first-child td:first-child {
    padding: 15px;
    text-align: center;
    width: 230px;
    white-space: nowrap;
    vertical-align: top;
}
.compare_table td {
    width: 200px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.items_compare {
    width: 100% !important;
    overflow: auto;
}
.items_compare .jspContainer {
    width: auto !important;
}
.compare_image {
    width: 180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    text-align: center;
}
.compare_image img {
    height: 100%;
    width: auto;
}
.compare_title {
    height: 75px;
    overflow: hidden;
}
.compare_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
}
.compare_item_param td {
    padding: 12px 25px;
}
.compare_item_param td:first-child {
    font-weight: 700;
}
.compare_table {
    position: relative;
    margin-top: 25px;
}
.compare_table_delete {
    display: block;
    text-align: center;
    font-size: 0.875em;
    color: var(--red);
    margin-bottom: 15px;
}
.empty_compare {
    margin: 50px 0 300px;
}
.login_form_inner {
    width: 100%;
    max-width: 450px;
    margin: 50px auto;
}
.account_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.account_header h1 {
    margin-bottom: 0;
    margin-right: 30px;
}
.account_logged .item_tabs {
    margin-bottom: 40px;
}
.user_orders {
    margin-top: 78px;
}
.user_order_item {
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
    font-size: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.user_order_item > * {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
.user_order_item_text {
    color: #979797;
}
.popup_cart_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.popup_cart_title h3 {
    margin: 0;
}
.popup_cart_title span {
    margin-left: 20px;
    font-size: 0.875em;
    color: #979797;
}
.popup_cart_items .cart_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 8px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.popup_cart_items .cart_item_image {
    width: 100px;
    height: 100px;
}
.popup_cart_items .cart_item_descr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875em;
}
.popup_cart_items .cart_item_descr > * {
    margin: 5px 0;
}
.user_order_total {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 25px;
}
.user_order_total p {
    margin: 7px 0;
}
.search_pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search_pagination ul li {
    padding-left: 0;
    margin: 15px 5px;
    font-weight: 400;
}
.search_pagination ul li a {
    font-weight: 300;
}
.search_pagination ul li::before {
    display: none;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.breadcrumb li {
    font-size: 0.875em;
    list-style: none;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0 !important;
    white-space: nowrap;
}
.breadcrumb li::before {
    display: none !important;
}
.breadcrumb li a {
    color: var(--blue);
}
.no-webp .divider {
    background-image: url(../images/divider.png);
}
.divider {
    width: 6px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
    position: relative;
}
.breadcrumb li:first-of-type .divider {
    display: none;
}
.k2Pagination {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 306px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    background-position: 93% center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.primary_btn {
    background-color: #07ACA8;
}
.primary_btn:hover {
    background-color: var(--link);
    text-decoration: none;
}
.secondary_btn {
    background-color: var(--green);
}
.secondary_btn:hover {
    background-color: #3fac0d;
}
.no-webp .comment_btn {
    background-image: url(../images/btn_comment.png);
}
.comment_btn {
    text-transform: uppercase;
}
.no-webp .faq_btn {
    background-image: url(../images/btn_faq.png);
}
.faq_btn {
    text-transform: uppercase;
}
.catalog_btn span,
.comment_btn span,
.faq_btn span {
    padding-right: 30px;
}
.no-webp .send_btn {
    background-image: url(../images/ico_send.png);
}
.send_btn span {
    padding-right: 30px;
}
.no-webp .catalog_btn {
    background-image: url(../images/btn_catalog.png);
}
.catalog_btn {
    display: none;
    width: 306px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.sidebar.collapse .catalog_btn,
.sidebar.opened .catalog_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart_btn {
    width: 306px;
    position: relative;
    margin-left: 30px;
    overflow: hidden;
}
.no-webp .cart_btn::after {
    background-image: url(../images/ico_item_cart.png);
}
.cart_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-position: center bottom;
    position: absolute;
    right: 22px;
}
.cart_btn span {
    padding-right: 20px;
}
.btn.preload span {
    display: block;
    text-indent: -9999px;
    background-image: none;
    padding-left: 0;
    width: 35px;
    height: 35px;
    border: 5px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    padding-right: 0;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto 0 auto;
}
.btn.preload span br,
.btn.preload::after {
    display: none;
}
.no-webp .auth_btn {
    background-image: url(../images/btn_login.png);
}
.auth_btn {
    width: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.auth_btn span {
    padding-right: 20px;
}
.no-webp .register_btn {
    background-image: url(../images/btn_reg.png);
}
.register_btn {
    margin-top: 25px;
    margin-bottom: 50px;
    width: 100%;
    max-width: none;
}
.register_btn span {
    padding-right: 20px;
}
.no-webp .make_order_btn {
    background-image: url(../images/btn_make_order.png);
}
.no-webp .pay_order_btn {
    background-image: url(../images/btn_pay_order.png);
}
.make_order_btn span,
.pay_order_btn span {
    padding-right: 35px;
}
.tocart_in_compare {
    width: 150px;
    margin-top: 15px;
}
.tocart_in_compare::after {
    right: 11px;
}
.success_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 306px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 63px;
    border-radius: 25px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 900 !important;
    background-color: var(--blue);
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.custom_support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}
.no-webp .support_btn {
    background-image: url(../images/ico_support.png);
}
.support_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 148px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.933em;
    font-weight: 300;
    background-color: #0F71E8;
    background-position: 6% center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.support_btn span {
    padding-left: 14px;
}
.support_btn:hover {
    background-color: var(--link);
}
.jspContainer .jspVerticalBar {
    width: 9px;
    background-color: transparent;
    padding: 1px 0;
}
.jspContainer .jspTrack {
    width: 1px;
    left: 3px;
    background-color: #ccdeff;
}
.jspContainer .jspDrag {
    width: 5px;
    left: -2px;
    border-radius: 5px;
    background-color: #ccdeff;
}
.jspContainer .jspHorizontalBar {
    width: 100%;
    height: 9px;
    background-color: transparent;
    padding: 1px 0;
}
.jspContainer .jspHorizontalBar .jspTrack {
    width: 100% !important;
}
.footer {
    background-color: #ccdeff;
    margin-top: 80px;
}
.footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom_footer_logo {
    border-radius: 25px;
    width: 425px;
    padding: 12px 0;
    text-align: center;
    position: relative;
    top: -25px;
}
.custom_footer_logo img {
    max-width: 350px;
}
.custom_footer_best {
    color: #fff;
    font-size: 2.25em;
    font-weight: 900;
}
.no-webp .footer_phone .custom_phone {
    background-image: url(../images/ico_footer_phone.png);
}
.footer_phone .custom_phone {
    font-size: 1.25em;
    padding-left: 40px;
    letter-spacing: 0.135em;
    padding-right: 55px;
}
.footer_phone .custom_phone a {
    font-size: 1.8em;
    letter-spacing: normal;
}
.footer_phone .custom_support {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_bottom .menu {
    margin-left: 50px;
}
.footer_bottom .menu li a {
    color: #001a34;
    font-weight: 300;
    text-decoration: none;
}
.footer_bottom .menu li {
    margin: 12px 0;
}
.footer_bottom .menu li a:hover {
    color: var(--blue);
    text-decoration: underline;
}
.custom_footer_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_payments {
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 20px 26px;
    margin-top: 30px;
}
.copyright {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 0.875em;
}
#overlay,
#overlay_confidence,
#overlay_pay {
    z-index: 110;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    display: none;
    top: 0;
}
#overlay_confidence {
    z-index: 130;
}
.no-webp .close_confidence,
.no-webp .popup_close {
    background-image: url(../images/btn_close.png);
}
.close_confidence,
.popup_close {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.popup_window {
    width: 95%;
    max-width: 820px;
    background-color: #fff;
    display: none;
    position: absolute;
    margin: 0;
    padding: 1px 0;
    border-radius: 35px;
    text-align: center;
    z-index: 120;
}
.popup_login {
    width: 95%;
    max-width: 420px;
    background: #edeaea;
    display: none;
    position: absolute;
    margin: 0;
    padding: 1px 0;
    border-radius: 35px;
    text-align: center;
    z-index: 120;
}
#confidential {
    background: #fff;
    width: 90%;
    max-width: 520px;
    height: auto;
    padding: 0;
    font-size: 0.875em;
    color: #818288;
    position: absolute;
    display: none;
    z-index: 140;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.confidential_title {
    background: var(--accent2);
    border-radius: 30px 30px 0 0;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    height: 84px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#confidential p {
    margin-bottom: 15px;
    padding: 0 20px;
}
.confidential_text {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}
.userfields {
    width: 77%;
    max-width: 750px;
    padding-bottom: 40px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart_form .userfields {
    width: 100%;
    padding-bottom: 20px;
}
.account_logged_user_profile.userfields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}
.account_logged_user_profile.userfields label {
    display: block;
    margin-bottom: 12px;
}
.form_col {
    -webkit-box-flex: 52%;
    -ms-flex: 52% 0 0px;
    flex: 52% 0 0;
}
.form_last_col {
    -webkit-box-flex: 42%;
    -ms-flex: 42% 0 0px;
    flex: 42% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form_btns {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.controls input,
.userfields input[type="password"],
.userfields input[type="tel"],
.userfields input[type="text"] {
    display: block;
    width: 100%;
    max-width: 410px;
    height: 50px;
    background-color: #fff;
    font-family: var(--userfont);
    font-size: 1em;
    font-weight: 700;
    color: #001a34;
    margin: 0;
    padding: 0 17px;
    text-align: left;
    border: 2px solid #d1cbcb;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.controls input {
    margin: 15px 0;
}
.userfields textarea {
    display: block;
    width: 100%;
    max-width: 306px;
    height: 200px;
    background-color: #fff;
    font-family: var(--userfont);
    font-size: 1em;
    font-weight: 700;
    color: #001a34;
    margin: 0;
    padding: 17px;
    text-align: left;
    border: 2px solid #d1cbcb;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.userfields input[type="password"]:focus,
.userfields input[type="tel"]:focus,
.userfields input[type="text"]:focus,
.userfields textarea:focus {
    border: 2px solid var(--blue);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:focus,
input[type="number"]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
.field {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.popup_window .userfields input.error_field,
.userfields input.error_field {
    border: 1px solid var(--red);
}
.field.error_field input,
.field.error_field textarea {
    border: 1px solid var(--red);
}
.field.error_field .error_field_text {
    width: 100%;
    color: var(--red);
    font-size: 0.875em;
    position: absolute;
    text-align: right;
    right: 15px;
    top: -18px;
}
.userfields .btn {
    margin-top: 15px;
}
p.popup_form_title {
    text-align: center;
    color: #001a34;
    font-size: 2.25em;
    font-weight: 400;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_agree {
    cursor: pointer;
}
.form_agree a {
    color: var(--blue);
}
.popup_login .popup_close {
    top: -40px;
    right: 5px;
}
button.auth_btn,
button.validate {
    border: 0;
    padding-right: 20px;
    cursor: pointer;
}
.cart_reg_newuser {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.account_logged_user_profile .field {
    max-width: 420px;
}
.account_logged_user_profile .field.error_field .error_field_text {
    top: 0;
}
.notice_block.success {
    font-size: 1.25em;
    color: var(--green);
}
.payonline_rules {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}
.payform h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form_submit_btn {
    border: 0;
    margin: 0 auto 30px;
    cursor: pointer;
}
.payform p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--userfont);
    font-weight: 300;
}
@media screen and (max-width: 1366px) {
    .catalog_item_image {
        width: 100%;
    }
}
@media screen and (max-width: 1320px) {
    .center {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1240px) {
    .custom_logo {
        width: 220px;
    }
    .header_icons .custom a {
        margin: 0 9px;
    }
    .contact_item p {
        font-size: 1.125em;
    }
    .catalog_item {
        width: 44%;
    }
    .custom_footer_logo {
        width: 320px;
    }
    .custom_footer_logo img {
        width: 85%;
        max-width: none;
    }
    .custom_footer_best {
        font-size: 2em;
    }
}
@media screen and (max-width: 1100px) {
    .header_nav {
        margin-left: 0;
    }
    .top_menu_burger {
        margin: 0 9px;
    }
    .cart_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart_item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart_right {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .contact_item.short {
        height: 260px;
    }
    .userfields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form_col {
        width: 100%;
    }
    .userfields input[type="password"],
    .userfields input[type="tel"],
    .userfields input[type="text"] {
        margin: 0 auto;
    }
    .form_last_col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .userfields textarea {
        max-width: 410px;
        margin: 0 auto;
    }
    .form_btns {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .popup_menu_item {
        margin: 0 3%;
        width: 28%;
    }
}
@media screen and (max-width: 1000px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header_col {
        margin-bottom: 15px;
    }
    .content {
        margin-top: 80px;
        width: 100%;
    }
    .catalog_item {
        width: 30%;
    }
    .cart_bottom_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart_bottom_item {
        width: 60%;
        max-width: 520px;
        margin-bottom: 25px;
    }
    .cart_bottom_header h2 {
        margin-bottom: 40px;
    }
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sidebar {
        max-width: none;
        width: 100%;
    }
    .sidebar .mod_brands {
        display: none;
    }
    .catalog_btn {
        position: absolute;
    }
    .mod_catalog_filter {
        margin-top: 75px;
    }
    .wide .catalog_item_header {
        padding-left: 0;
        margin-top: 60px;
    }
    .item_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item_main_params {
        width: 100%;
    }
    .item_bottom .item_gallery_thumbs {
        display: none;
    }
    .custom_footer_best {
        font-size: 1.5em;
        margin-left: 15px;
    }
    .footer_phone .custom_phone {
        font-size: 1em;
        padding-right: 30px;
    }
    .footer_phone .custom_phone a {
        font-size: 1.75em;
    }
    .footer_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_bottom .menu {
        width: 25%;
    }
    .custom_footer_icons {
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 800px) {
    .catalog_item {
        width: 45%;
    }
    .cart_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart_item_descr {
        width: calc(100% - 220px);
        margin-bottom: 20px;
    }
    .category_items {
        -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    }
    .category_items p {
        font-size: 1.125em;
        padding-right: 0;
    }
    .item_description_video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .item_description_video iframe {
        max-width: 720px;
    }
    .breacrumbs .catalog_item {
        width: 31%;
    }
}
@media screen and (max-width: 650px) {
    .footer_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .custom_footer_best {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .footer_bottom .menu {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .top_menu_wrappper {
        left: auto;
        right: 0;
    }
    .contact_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: auto;
    }
    .contact_item.short {
        height: auto;
    }
    .item_big_image {
        width: calc(100% - 110px);
    }
    .relative_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .relative_item {
        width: 28%;
        margin: 20px 2%;
    }
    .header_col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .search_input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .k2SearchBlock {
        position: relative !important;
    }
    .middle_col {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart_bottom_item {
        width: 100%;
    }
    .catalog {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog_item {
        width: 70%;
    }
    .category_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .category_text {
        padding-left: 0;
    }
    .comments_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .comments_header h1 {
        margin-bottom: 20px;
    }
    .compare_table {
        margin-left: 0;
    }
    .item_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item_tabs a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .item_description_video iframe {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .breacrumbs .catalog_item {
        width: 45%;
    }
}
@media screen and (max-width: 450px) {
    .catalog_item {
        width: 94%;
    }
    .relative_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .relative_item {
        width: 60%;
    }
    .cart_item_image {
        width: 130px;
        height: 130px;
    }
    .cart_item_descr {
        width: calc(100% - 160px);
    }
    .cart_btn span {
        padding-right: 35px;
    }
    .news_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news_image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cart_reg_newuser {
        width: 100%;
    }
}
@media screen and (max-width: 390px) {
    .cart_item_price {
        margin-left: 0;
        margin-right: 0;
    }
    .breacrumbs .catalog_item {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .breacrumbs .catalog_item .catalog_item_image {
        width: 100%;
    }
}
.webp .header_icons a.compare {
    background-image: url(../images/ico_compare.webp);
}
.webp .header_icons a.featured {
    background-image: url(../images/ico_featured.webp);
}
.webp .header_icons a.cart {
    background-image: url(../images/ico_cart.webp);
}
.webp .header_icons a.login {
    background-image: url(../images/ico_login.webp);
}
.webp .top_menu_burger {
    background-image: url(../images/ico_burger.webp);
}
.webp .custom_phone {
    background-image: url(../images/ico_phone.webp);
}
.webp .k2SearchBlock .button {
    background-image: url(../images/ico_search.webp);
}
.webp .sidebar .slick-arrow::before {
    background-image: url(../images/slider_arrow.webp);
}
.webp .sort_select span::after {
    background-image: url(../images/divider.webp);
}
.webp .catalog_item_rating_bg {
    background-image: url(../images/stars_grey.webp);
}
.webp .catalog_item_rating_bg > div {
    background-image: url(../images/stars_yellow.webp);
}
.webp .catalog_item_rating_bg > span.active {
    background-image: url(../images/stars_yellow.webp);
}
.webp .catalog_item_icon.ico_compare {
    background-image: url(../images/ico_item_compare.webp);
}
.webp .catalog_item_icon.ico_featured {
    background-image: url(../images/ico_item_featured.webp);
}
.webp .item_cart_btn::after {
    background-image: url(../images/ico_item_cart.webp);
}
.webp .item_thumbs_slider .slick-arrow::before {
    background-image: url(../images/slider_arrow.webp);
}
.webp .item_sizes_select span::after {
    background-image: url(../images/divider.webp);
}
.webp .cart_count_input span {
    background-image: url(../images/count_arrow.webp);
}
.webp .item_params_btns a.item_feature::before {
    background-image: url(../images/ico_featured.webp);
}
.webp .item_params_btns a.item_compare::before {
    background-image: url(../images/ico_compare.webp);
}
.webp .item_params_btns a.item_shipment::before {
    background-image: url(../images/ico_shipment.webp);
}
.webp .item_params_btns a.item_payment::before {
    background-image: url(../images/ico_payment.webp);
}
.webp .filter_search_btn {
    background-image: url(../images/filter_search.webp);
}
.webp .filter_select span::after {
    background-image: url(../images/divider.webp);
}
.webp .faq_question::after {
    background-image: url(../images/faq_arrow.webp);
}
.webp .faq_question:hover::after {
    background-image: url(../images/faq_arrow_active.webp);
}
.webp .active .faq_question::after {
    background-image: url(../images/faq_arrow_active.webp);
}
.webp .main_seo .slick-arrow::before {
    background-image: url(../images/slider_arrow.webp);
}
.webp .component ul li::before {
    background-image: url(../images/li_marker.webp);
}
.webp .component .cite {
    background-image: url(../images/ico_cite.webp);
}
.webp .component .important {
    background-image: url(../images/ico_important.webp);
}
.webp .about_slider .slick-arrow::before {
    background-image: url(../images/about_slider_arrow.webp);
}
.webp .comment_item {
    background-image: url(../images/ico_comment.webp);
}
.webp .btn_pagination_more {
    background-image: url(../images/btn_more.webp);
}
.webp .form_radio_btns input[type="checkbox"]:checked + span::before,
.webp .form_radio_btns input[type="radio"]:checked + span::before {
    background-image: url(../images/form_checkbox.webp);
}
.webp .divider {
    background-image: url(../images/divider.webp);
}
.webp .comment_btn {
    background-image: url(../images/btn_comment.webp);
}
.webp .faq_btn {
    background-image: url(../images/btn_faq.webp);
}
.webp .send_btn {
    background-image: url(../images/ico_send.webp);
}
.webp .catalog_btn {
    background-image: url(../images/btn_catalog.webp);
}
.webp .cart_btn::after {
    background-image: url(../images/ico_item_cart.webp);
}
.webp .auth_btn {
    background-image: url(../images/btn_login.webp);
}
.webp .register_btn {
    background-image: url(../images/btn_reg.webp);
}
.webp .make_order_btn {
    background-image: url(../images/btn_make_order.webp);
}
.webp .pay_order_btn {
    background-image: url(../images/btn_pay_order.webp);
}
.webp .support_btn {
    background-image: url(../images/ico_support.webp);
}
.webp .footer_phone .custom_phone {
    background-image: url(../images/ico_footer_phone.webp);
}
.webp .close_confidence,
.webp .popup_close {
    background-image: url(../images/btn_close.webp);
}
