:root {
    --font-family-main: "JetBrains Mono", monospace;
    --font-family-secondary: "Inter Tight", sans-serif;
    --primary: rgba(22, 21, 21, 1);
    --secondary: rgba(184, 188, 195, 1);
    --tertiary: rgba(149, 152, 158, 1);
    --accent: rgba(229, 53, 22, 1);
    --stroke: rgba(226, 226, 226, 1);
    --stroke-dark: rgba(255, 255, 255, 0.4);
    --stroke-accent: rgba(239, 134, 115, 1);
    --light-bg: rgba(245, 246, 248, 1);
    --inverted: rgba(33, 33, 33, 1);
    --gap-section: 120px;
    --gap-section-s: 92px;
    --gap-xxl: 64px;
    --gap-l: 48px;
    --gap-x: 32px;
    --gap-m: 24px;
    --gap-xm: 20px;
    --gap-s: 16px;
    --gap-xs: 8px;
    --gap-xxs: 4px;
    --bold: 500;
    --bolder: 700;
    --green: rgba(39, 201, 112, 1);
    --orange: rgba(255, 131, 74, 1);
}

/*
 * Webasyst Clear theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2013 Webasyst LLC
 * @package Webasyst
 */

/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: var(--font-family-main);
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    word-spacing: -2px;
}
a { color: var(--accent);
    outline:0 none;
    text-decoration: none;
    transition: color 0.1s ease-out;
}
a:hover {
    color: var(--primary);
}
a img { border: 0; }
dl, hr, h1, pre, address, fieldset, blockquote { margin-bottom: 20px; }
p,  ol, ul, table, h2, h3, h4, h5, h6, figure {
    margin-bottom: var(--gap-m);
}

.page p + h2,
.page .content__body ul + h2,
.page .content__body ol + h2,
.page table + h2,
.page figure + h2 {
    margin-top: var(--gap-l);
}
.content {
    margin-top: var(--gap-m);
}
.page .content__body ul li {
    position: relative;
    list-style: none;
    padding-left: 27px;
}
.page .content__body ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z' fill='%23161515'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    display: inline-block;
    position: absolute;
    left: 0;
}
.page .content__body ul,
.page .content__body ol {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page .content__body ul {
    padding: 0;
}
.page .content__body ol {
    padding: 0 0 0 27px;
}
.page .advantage:not(.contacts__cards) {
    margin: var(--gap-x) 0;
}
.page-cols__col {
    flex: 1;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}
button {
    font-family: var(--font-family-main);
}
input, textarea, select,
body .buy1click-input-text,
body input[type="text"].buy1click-input-text,
body .buy1click-form__captcha .wa-captcha-input,
body .buy1click-select.jq-selectbox .jq-selectbox__search input,
body .buy1click-textarea,
body .oc-form__control,
body input.oc-form__control { 
    font-family: var(--font-family-main);
    color: var(--primary);
    margin:0;
    padding: 14px;
    border: 1px solid var(--stroke);
    border-radius: 1px;
    transition: border 0.1s ease-out;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}
.is_hint {
    position: relative;
}
.is_hint input,
.is_hint textarea,
.is_hint select {
    padding: 24px 16px 6px 16px;
}


input:hover,
textarea:hover,
select:hover {
    border-color: var(--primary);
}
input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border-color: var(--inverted);
    outline: 0;
}

fieldset { border:1px solid var(--stroke); padding:10px; position:relative; background:var(--light-bg); margin-bottom:10px; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff;
}
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }

.false-button {
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
}

/*Убираем тень с полей формы для WebKit*/
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*Кастомные чекбоксы*/
input[type=checkbox],
input[type=radio] {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    border: 1px solid var(--stroke);
    appearance: none;
    vertical-align: middle;
    top: 0;
    margin-right: 3px;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}
input[type=radio] {
    border-radius: 50%;
}
input:not(:checked)[type=checkbox]:hover {
    border-color: var(--accent);
}
input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.72727L4.5 7L9 1' stroke='white'/%3E%3C/svg%3E%0A");
    border-color: var(--accent);
    background-color: var(--accent);
    background-position: 2px 2px;
}
input:checked[type=radio] {
    box-shadow: inset 0 0 0 4px #FFF;
    background-color: var(--accent);
}

/* Misc elements
---------------- */
.mb0 {
    margin-bottom: 0 !important;
}
.flex {
    display: flex;
}
.flex--wrap {
    flex-wrap: wrap;
}
.flex--v {
    align-items: center;
}
.flex--center {
    align-items: center;
    justify-content: center;
}
.flex--column {
    flex-direction: column;
}

[hidden],
.hidden,
.hide {
    display: none !important;
}
@media(min-width:1025px) {
    .w1024 {
        display: none;
    }
}
/*Адаптивные таблицы обернуть блоком с данным css*/
.table-responsive {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 12px; }
.large { font-size: 16px; }
.bold { font-weight: var(--bold); }
.bolder { font-weight: var(--bolder); }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint,
.hint a { color: var(--secondary); }
.gray-t { color: var(--tertiary); }
.gray-s { color: var(--secondary); }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.border-bottom {
    border-bottom: none;
    background-image: linear-gradient(to right, var(--stroke) 50%, transparent 50%);
    background-size: 13px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.nowrap { white-space: nowrap; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: none !important; }

.mr2 {
    margin-right: 2px;
}
.gap-row-xxl {
    row-gap: var(--gap-xxl);
}
.gap-row-l {
    row-gap: var(--gap-l);
}
.gap-row-x {
    row-gap: var(--gap-x);
}
.gap-row-m {
    row-gap: var(--gap-m);
}
.gap-row-s {
    row-gap: var(--gap-s);
}
.gap-row-xs {
    row-gap: var(--gap-xs);
}
.gap-row-xxs {
    row-gap: var(--gap-xxs);
}
.gap-col-xxl {
    column-gap: var(--gap-xxl);
}
.gap-col-l {
    column-gap: var(--gap-l);
}
.gap-col-x {
    column-gap: var(--gap-x);
}
.gap-col-m {
    column-gap: var(--gap-m);
}
.gap-col-s {
    column-gap: var(--gap-s);
}
.gap-col-xs {
    column-gap: var(--gap-xs);
}
.gap-col-xxs {
    column-gap: var(--gap-xxs);
}

.link {
    color: var(--accent);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 3px;
    text-decoration-color: currentColor;
    cursor: pointer;
    border: 0;
    background: transparent;
    transition: text-decoration-color 0.1s;
}
button.link {
    padding: 0;
}
.link:hover {
    color: var(--primary);
    text-decoration-color: transparent
}
.link-text {
    color: var(--primary);
}
.link-text:hover {
    color: var(--accent);
}

.color-accent {
    color: var(--accent) !important;
}

h1, h2, h3, h4, h5, h6, .headline,
.cartOS__form .wa-form .wa-field.wa-field-address-shipping .wa-name {
    font-family: var(--font-family-secondary);
    font-optical-sizing: auto;
    font-weight: var(--bold);
    font-style: normal;
    /*letter-spacing: -0.3px;*/
    word-spacing: normal;
}
.headline--l {
    font-size: 48px;
    line-height: 44px;

}
h1, .headline--m,
.text-content > h2:first-of-type {
    /*font-size: 40px;
    line-height: 48px;*/
    font-size: 25px;
    line-height: 36px;
}
.headline--xm {
    font-size: 25px;
    line-height: 36px;
}
h2, .headline--s,
.cartOS__form .wa-form .wa-field.wa-field-address-shipping .wa-name {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -0.2px;
}
h3, .headline--xs {
    font-size: 19px;
    line-height: 28px;
}

.subtitle {
    font-weight: var(--bolder);
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.subtitle--l {
    font-size: 24px;
    line-height: 28px;
}
.subtitle--m {
    font-size: 20px;
    line-height: 24px;
}
.subtitle--s {
    font-size: 16px;
    line-height: 20px;
}
.subtitle--xm {
    font-size: 14px;
    line-height: 18px;
}
.subtitle--xs {
    font-size: 12px;
    line-height: 16px;
}

.text {
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.text--l {
    font-size: 16px;
    line-height: 24px;
}
.text--m {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-transform:none;
}
.text--s {
    font-size: 12px;
    line-height: 16px;
}
.text--xs {
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--bolder);
}
.caption {
    letter-spacing: -0.2px;
    font-size: 10px;
    line-height: 12px;
}
.caption--l {
    font-weight: var(--bolder);
    text-transform: uppercase;
}
.caption--m {
    text-transform: uppercase;
    font-weight: 400;
}
.caption--s {
    line-height: 16px;
}
.ls-7 {
    letter-spacing: -0.7px;
}

.button,
body #cookies_note button.cookies-note__continue,
body #cookies_note button.cookies-note__continue:hover,
body #cookies_note button.cookies-note__continue:active,
body .buy1click-form__submit-button,
body .oc-modal .oc-btn,
body .shop-regions-confirm-window__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.1s ease-out, border 0.1s, color 0.1s ease-out;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    box-sizing: border-box;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    min-width: 156px;
    border-radius: 1px;
}
.button--pb {
    padding-left: 24px;
    padding-right: 24px;
}
.button--w-auto {
    min-width: auto;
}
.button--w-100 {
    width: 100%;
}
.button--main,
body .oc-modal .oc-btn,
body .shop-regions-confirm-window__confirm-btn {
    background-color: var(--inverted);
    border-color: var(--inverted);
    color: #fff;
}
.button--main:hover,
.button--secondary,
body .oc-modal .oc-btn:hover,
body .shop-regions-confirm-window__confirm-btn:hover {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.button--light {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary);
}
.button--light:hover {
    background-color: #fff;
    border-color: var(--inverted);
    color: var(--primary);
}
.button--transparent,
body #cookies_note button.cookies-note__continue,
body .shop-regions-confirm-window__choose-another-btn {
    background-color: transparent;
    border-color: var(--inverted);
    color: var(--primary);
}
.button--transparent:hover,
body #cookies_note button.cookies-note__continue:hover,
body #cookies_note button.cookies-note__continue:active,
body .shop-regions-confirm-window__choose-another-btn:hover {
    background-color: var(--inverted);
    border-color: var(--inverted);
    color: #fff;
}
.button[disabled]:not(.add2cart__button),
body .buy1click-button[disabled],
body .buy1click-button[disabled]:hover,
body .buy1click-form .buy1click-form-button[disabled],
body .buy1click-form .buy1click-form-button[disabled]:hover {
    color: var(--secondary);
    background-color: var(--stroke);
    border-color: var(--secondary);
    cursor: default;
}


.ico--sroke {
    stroke: currentColor;
}
.ico--fill {
    fill: currentColor;
}
.ico {
    display: inline-block;
    flex-shrink: 0;
}
.ico--s {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}
.ico--sx {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}
.ico--x {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}
.ico--m {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
}
.ico--l {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
}
.ico--xl {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}
.ico--xxl {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
}
.ico--left {
    margin-right: 12px;
}
.ico--right {
    margin-left: 12px;
}
.img-wrap {
    font-size: 0;
    line-height: 1;
}
.img-wrap img {
    max-width: 100%;
}
/* Menus
-------- */

ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 var(--gap-xs); line-height: 1.1em; }
ul.menu-v li a { padding: 5px 6px; display: block; }
ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
ul.menu-v li ul.menu-v li a { padding: 2px 6px; }

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h.bottom-padded { margin-bottom: 15px; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.1em;}
ul.menu-h li a { display: inline-block; padding: 3px 5px; }
ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
ul.menu-h li a i.icon16 { margin-top: -0.1em; }
ul.menu-h li.selected a { color: #000; text-decoration: none; }

ul.menu-h.dropdown li { position: relative; }
ul.menu-h.dropdown li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; margin-right: 15px !important; padding-right: 5px; }
ul.menu-h.dropdown li a { display: block; }
ul.menu-h.dropdown ul.menu-v { display: none; position: absolute; width: 200px; top: 100%; left: -3px; background: #fff; border: 1px solid #ccc; padding: 0; z-index: 13012; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; } /* .menu-h's dropdown menus look like .menu-v's menus: plain, with icons, new branches are rendered to the left from parent menu */
ul.menu-h.dropdown ul.menu-v li { display: block; width: 200px; padding: 0; margin: 0; border-bottom: 1px solid #eee; }
ul.menu-h.dropdown ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; margin-right: 0 !important; }
ul.menu-h.dropdown ul.menu-v li a { display: block; padding: 10px 25px 10px 15px; margin: 0; font-weight: normal !important; }
ul.menu-h.dropdown ul.menu-v li i.icon16 { margin-left:-20px; margin-right:4px; }
ul.menu-h.dropdown ul.menu-v li ul.menu-v { top: -1px; left: 100%; margin-left: 0; }

html:not(.is-touch-enabled) ul.menu-h.dropdown li:hover > ul.menu-v,
html:not(.is-touch-enabled) ul.menu-h.dropdown li:hover > .inner,
ul.menu-h.dropdown li.is-opened > ul.menu-v,
ul.menu-h.dropdown li.is-opened > .inner { display: block; }

html:not(.is-touch-enabled) ul.menu-h.dropdown.disabled li:hover > ul.menu-v,
html:not(.is-touch-enabled) ul.menu-h.dropdown.disabled li:hover > .inner,
ul.menu-h.dropdown.disabled li.is-opened > ul.menu-v,
ul.menu-h.dropdown.disabled li.is-opened > .inner { display: none !important; }

ul.menu-h.dropdown li .inner { display: none; width: 400px; position: absolute; left: -3px; top: 100%; z-index: 13012; background: #fff; }
ul.menu-h.dropdown li .inner > ul.menu-v { display: block; }
ul.menu-h.dropdown li .inner.shadowed { background: #fff; border: 1px solid #ccc; padding: 0; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; }

/* float right dropdown menus unfold to the opposite direction */
.float-right ul.menu-h.dropdown ul.menu-v { left: auto; right: -3px; }
.float-right ul.menu-h.dropdown ul.menu-v li { padding-left: 13px; margin-left: 0 !important; }
.float-right ul.menu-h.dropdown ul.menu-v li.collapsible { background: url('img/larr.png') no-repeat; background-position: left center; padding-left: 13px; margin-left: 0 !important; }
.float-right ul.menu-h.dropdown ul.menu-v li ul.menu-v { left: auto; right: 100%; }


.tabs {
    margin-bottom: var(--gap-x);
    border-bottom: 2px solid var(--tertiary);
    gap: var(--gap-l);
}/*
.tabs__item {
    flex: 1;
}*/
.tab__link {
    position: relative;
    background-color: transparent;
    padding: 0 0 13px 0;
    color: var(--tertiary);
    border: 0;
}
.is_active .tab__link {
    color: var(--primary);
}
.is_active .tab__link:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--inverted);
    position: absolute;
    bottom: -2px;
    left: 0;
}
:not(.is_active) .tab__link:hover {
    color: var(--primary);
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { width: 100%; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span {  }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; }

input.error, textarea.error { border: 1px solid red; outline: 1px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Multi-column layout
---------------------- */
/*
.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }
*/
/* Misc .table table
-------------------- */

table th { color: #aaa; }
table th,
table td { padding: 5px; }

table.table { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.table th { padding-left: 7px; padding-right: 7px; }
table.table td { 
        padding: 7px;
    border: 1px solid var(--stroke);
 }
table.table td.min-width { width: 1%; }
table.table td p { margin: 0; }
table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.table tr.no-border td { border: none; }
table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.table tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
i.icon32 { background-repeat:no-repeat; height:32px; width:32px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon32 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
i.icon16.loading {
    background-image: url("./img/icons/loading32.gif");
    background-position: 0 0;
    background-size: 16px 16px;
}
i.icon32.loading {
    background-image: url("./img/icons/loading32.gif");
    background-position: 0 0;
    background-size: 32px 32px;
}
.icon16.rss { background-image: url("img/rss.png"); }
.icon16.facebook { background-image: url("img/facebook.png"); }
.icon16.twitter { background-image: url("img/twitter.png"); }
.icon16.cart { background-image: url('img/cart-full.png'); }
.icon16.cart.empty { background-image: url('img/cart-empty.png'); opacity: 0.6; }

.icon16.userpic20 { background-position: -2px -2px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 14px; height: 14px; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); }

/* Clear theme layout
--------------------- */

.mobile-only { display: none; }

.container {max-width: 1312px; min-width: 1312px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }

.site-section {
    margin-top: var(--gap-section-s);
}
.site-section-small {
    margin-top: var(--gap-l);
}
.site-section--colored {
    background-color: var(--light-bg);
}
.site-section--gap-s {
    padding-top: var(--gap-s);
    padding-bottom: var(--gap-s);
}
.site-section--gap-x {
    padding-top: var(--gap-x);
    padding-bottom: var(--gap-x);
}
.site-section--gap-xxl {
    padding-top: var(--gap-xxl);
    padding-bottom: var(--gap-xxl);
}
.site-section--gap-section-s {
    padding-top: var(--gap-section-s);
    padding-bottom: var(--gap-section-s);
}
.site-section--gap-1 {
    padding-top: 1px;
    padding-bottom: 1px;
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
}
.section-header > * {
    margin-bottom: 0;
    line-height: 1;
}
.section-header--l {
    margin-bottom: 36px;
}
.section-header--x {
    margin-bottom: var(--gap-x);
}
.section-header--x {
    margin-bottom: var(--gap-x);
}
.section-header--m {
    margin-bottom: var(--gap-m);
}
.section-header--m.border-bottom {
    padding-bottom: var(--gap-m);
}
.section-header--xm {
    margin-bottom: var(--gap-xm);
}
.section-header--xm.border-bottom {
    padding-bottom: var(--gap-xm);
}
.section-header--s {
    margin-bottom: var(--gap-s);
}
.section-header--s.border-bottom {
    padding-bottom: var(--gap-s);
}
.section-header a {
    color: var(--primary);
}
.section-header a:hover {
    color: var(--secondary);
}
.section-header a span {
    translate: 0 1px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.site-content {
    flex: 1 0 auto;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin-top: calc(var(--gap-l) / 1.3);
    margin-bottom: calc(var(--gap-s) / 1.3);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.breadcrumbs__item {
    display: flex;
    align-items: center;
}
.breadcrumbs__arrow {
    display: inline-flex;
    margin: 0 4px;
    align-items: center;
    justify-content: center;
}
.breadcrumbs__prev {
    gap: 6px
}

.arrows {
    width: 84px;
    justify-content: space-between;
    position: relative;
    --swiper-navigation-color: var(--primary);
    --swiper-navigation-size: 0;
}
.arrows button {
    width: 36px;
    height: 25px;
    position: static;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.arrows button:hover {
    color: var(--secondary)
}

.sidebar.left { width: 170px; float: left; }
.sidebar.right { width: 190px; float: right; }
.content.left { margin-left: 200px; }
.content.right { margin-right: 200px; }
.content.right #page { margin-right: 50px; /* extra margin in case page tree is on the right */ }
.sidebar p { line-height: 1.3em; }

.sidebar.left.double { width: 270px; float: left; }
.content.left.double { margin-left: 300px; float: left; }
.sidebar.right.double { width: 270px; float: right; }
.content.right.double { margin-right: 300px; }

.sidebar.left.triple { width: 500px; float: left; }
.content.left.triple { margin-left: 500px; margin-top: 0; }
.sidebar.right.triple { width: 500px; float: right; }
.content.right.triple { margin-right: 500px; margin-top: 0; }

.content {  }
.content.top-padded { padding-top: 50px; }

#main { clear: both; line-height: 1.5em; margin: 0; }

.sidebar {
    flex-basis: 304px;
    flex-shrink: 0;
}
.content__body {
    flex: 1;
}

.app-navigation { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 1.0em; margin-top: 2em; }
.app-navigation .static-text { padding: 12px 23px; color: #555; font-weight: bold; }
.app-navigation .schedule { padding: 12px 23px; color: #555; }
.app-navigation ul.menu-h li { margin: 0 !important; }
.app-navigation ul.menu-h li a { text-decoration: none; text-transform: uppercase; padding: 15px 15px 15px 0; color: #777; }
.app-navigation ul.menu-h li.selected a { font-weight: bold; }

.static-pages { float: right; }

.s-loading-section { position: fixed; top: 0; left: 0; display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; background: rgba(255,255,255,.5); z-index: 100; }
.s-loading-section .s-loading-content { display: inline-block; }
.s-loading-section .loader {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.header {
    position: relative;
    z-index: 15;
}

.header-top {
    background-color: var(--light-bg);
    color: var(--tertiary);
    z-index: 14;
    position: relative;
}
.header-top a:hover {
    color: var(--primary);
}
.header-top__wrapper {
   column-gap: var(--gap-l);
}
@media(min-width:1025px) {
    body {
        padding-top: 121px;
    }
    .header {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        transition: top .9s ease;
    }
    .is_fixed  .header  {
        top: -40px;
        
    }
}
.header__col--phones {
    gap: 24px;
}
.header-top .menu {
    margin-left: auto;
}
.menu {
    gap: 24px;
}
.menu,
.menu a {
    color: var(--primary);
}
.menu-item {
    position: relative;
    cursor: pointer;
    padding: 12px 0;
}
.menu-item-childs {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 175px;
    top: 100%;
    background-color: #fff;
    padding: 12px;
    border: 1px solid var(--stroke);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
    z-index: 15;
    transition: opacity 0.3s ease-out;
}
.menu-item-child + .menu-item-child {
    margin-top: 12px;
}
.menu-item:hover .menu-item-childs {
    visibility: visible;
    opacity: 1;
    pointer-events: all; 
}
.menu-item .ico {
    margin-left: 2px;
}


.city {
    flex: 1;
    min-width: 0;
    max-width: 508px;
}
.city__name {
    margin-right: 16px;
}
.city__name--address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}/*
.header-main {
    overflow: hidden;
}*/
.header-main:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0px;
    background-color: #fff;
    height: calc(100% - 16px);
    width: 100%;
    pointer-events: none;
}
.header-main:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 16px);
    width: 100%;
    height: 18px;
    background-image: url("img/after-header.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 13;
}

.header-main > .container {
    position: relative;
}
.header-main > .container:after,
.header-main > .container:before {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 1px;
    width: 100vh;
    background-color: var(--stroke);
}
.header-main > .container:after {
    left: calc(100% - -2px);
}
.header-main > .container:before {
    right: calc(100% - -2px);
}

.header-main__wrapper {
    position: relative;
    gap: 12px;
    padding: 20px 0;
   /* border-bottom: 1px solid var(--stroke);*/
    background-color: #fff;
}
/*
.header-main__wrapper:before,
.header-main__wrapper:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 24px;
    background-color: var(--stroke);
}
.header-main__wrapper:before {
    left: 0;
    rotate: 40deg;
    translate: -21px -8px;
}
.header-main__wrapper:after {
    right: 0;
    rotate: -40deg;
    translate: 21px -8px;
}*/
.shop-regions-button {
    display: inline-flex;
}
.shop-regions-button:after {
    content: ',';
    margin-right: var(--gap-xs);
}
.city .ico {
    margin-right: var(--gap-xs);
}
.messengers {
    gap: var(--gap-xs);
    line-height: 1;
    font-size: 0;
}
.messengers--tg.messengers-item--colored {
    color: #29a8eb;
}
.messengers--wa.messengers-item--colored {
    color: #00d054;
}
.logo {
    gap: 12px;
}
.logo__wrapper {
    margin-right: 4px;
}
.is_menu_open .mega-menu-button .is_open_icon {
    opacity: 1;
}
.mega-menu-button .is_open_icon {
    opacity: 0;
    position: absolute;
}
.is_menu_open .mega-menu-button .ico:not(.is_open_icon) {
    opacity: 0;
}
.mega-menu-button {
    padding: 0;
    min-width: auto;
    align-items: center;
}
.mega-menu-button__icon {
    position: relative;
    margin: 3px;
    border-radius: 1px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: var(--primary);
}
.mega-menu-button .text {
    margin: 0 11px 0 9px;
}
.logo__description {
    margin-right: 28px;
}
.search {
    position: relative;
    width: 100%;
    max-width: 568px;
}
.search button {
    position: absolute;
    width: 40px;
    height: 38px;
    background-color: #fff;
    border: 0;
    right: var(--gap-xs);
    top: 1px;
}
.search button:hover .ico {
    color: var(--primary);
}
.search input {
    padding: 11px 16px;
    width: 100%;
}
.nav-bars {
    margin-left: auto;
}
.nav-bars__list {
    gap: 12px;
}
.nav-bars a {
    color: var(--primary);
}
.nav-bar > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    gap: 5px;
    position: relative;
}
.nav-bar .round-count {
    position: absolute;
    top: -2px;
    right: 1px;
}
.round-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background: var(--accent);
    border-radius: 50%;
}
@media (min-width: 1025px) {
    .mega-menu {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease-out;
        top: calc(100% - 15px);
        left: 0;
        width: 100%;
        background: #FFF;
        height: 100vh;
        padding: 45px 0 30px 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .mega-menu.is_show {
        opacity: 1;
        pointer-events: all;
    }
}
.catalog li > div {
    box-sizing: border-box;
    transition: padding .2s ease-out;
    justify-content: space-between;
    max-width: 304px;
    width: 100%;
    gap: var(--gap-xs);
}
.catalog li:hover > div {
    padding: 0 16px;
    background-color: var(--light-bg);
    color: var(--inverted);
}
.catalog li > div.is_show {
    padding: 0 16px;
    background-color: var(--inverted);
    color: #fff;
    
}
.catalog li > div.is_show > a,
.catalog li > div.is_show > .pseudo-link  {
    color: #fff;
}
/*
.catalog li:not(.parent):hover {
    background-color: var(--inverted);
    color: #fff;
}*/

.catalog-item:not(.parent) .ico {
    display: none;
}
.catalog li > div.is_show img {
    filter: brightness(0) invert(1);
}
.catalog ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 304px;
    width: 100%;
}
.catalog li[data-id="260"] > ul {
    column-count: 2;
    max-width: 708px;
}
.catalog {
    position: relative;
    padding: 0;
    margin: 0;
}
.catalog .parent + ul {
    display: none;
    position: absolute;
    top: 0;
    left: 305px;
    padding: 0 32px;
    height: 100%;
    background-color: #fff;
    z-index: 2;

}
.catalog .parent + ul ul {
    left: 334px;
    padding: 0 0 0 32px;
}
.sidebar .catalog > li > .parent + ul {
    box-shadow: 15px 10px 15px rgba(0, 0, 0, 0.05);
    /*width: 976px;
    max-width: none;*/
}
.sidebar .catalog li[data-id="260"] > ul {
    width: 708px;
}

.catalog ul.is_show {
    display: block;
}
.catalog a,
.catalog .pseudo-link {
    color: var(--primary);
    width: 100%;
    padding: var(--gap-xs) 0;
}

.catalog .ico-category {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--gap-xs);
    margin-top: -2px;
    margin-bottom: -2px;
}
.catalog .ico-category img {
    max-width: 100%;
}
.inline-catalog .catalog {
    column-count: 2;
    column-gap: var(--gap-x);
}

.inline-catalog .catalog li > div {
    max-width: 100%;
}
.inline-catalog .catalog a {
    padding: 12px 0;
}

.hero {
    padding-bottom: 40px;
    padding-top: 16px;
    margin-top: -16px;
    overflow: hidden;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-width: 48px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-bullet-inactive-color: var(--stroke-accent);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-theme-color: var(--accent);
    --swiper-pagination-bottom: -7px;
}
.hero:after {
    content: '';
    display: block;
    position: absolute;
    height: 150px;
    width: 100%;
    background-color: var(--light-bg);
    top: 0;
}
.hero + .site-section {
    margin-top: 36px;
}
.hero .swiper {
    overflow: visible;
    clip-path: inset(0 0 -36px 0);
}
.hero .swiper-wrapper {
    display: flex;
}
.hero .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.hero .swiper-initialized .swiper-slide {
    opacity: 1;
}
.hero__wrapper {
    position: relative;
    padding: 16px 0 0 0;
    margin-top: -16px;
    background-color: var(--light-bg);
    border-bottom: 1px solid var(--stroke);
}
.is_menu_open .hero__wrapper {
    background-color: transparent;
}/*
.hero .container {
    position: relative;
}*/
.tag {
    display: inline-block;
    padding: 2px 7px 3px 7px;
    line-height: 1;
    /*border: 1px dashed var(--stroke);*/
    --border-width: 1px;
    --border-color: var(--stroke);
    --dash-length: 3px;
    --gap-length: 2px;
    border: var(--border-width) dashed var(--border-color);
    border-image: repeating-linear-gradient(135deg, var(--border-color), var(--border-color) var(--dash-length), transparent var(--dash-length), transparent calc(var(--dash-length) + var(--gap-length))) 1;
}
.hero .headline {
    margin-bottom: 4px;
    margin-top: -29px;
    letter-spacing: -0.5px;
}
.hero__content {
    padding: 33px 0 33px 49px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    justify-content: center;
    min-height: 235px;
}
.hero__wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 16px);
    width: 100%;
    height: 17px;
    background-image: url("img/after-hero.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.hero__nav {
    height: calc(100% - 23px);
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    z-index: 1;
    background-color: var(--light-bg);
    translate: 0 var(--gap-xs);
}
.hero__nav svg {
    cursor: pointer;
}
.hero__nav svg:hover {
    color: var(--primary);
}
.hero__nav--prev {
    right: calc(100% - 14px);
    border-right: 1px solid var(--stroke);
    padding: 0 18px 0 0;
    justify-content: flex-end;
}
.hero__nav--next {
    left: calc(100% - 15px);
    border-left: 1px solid var(--stroke);
    padding: 0 0 0 18px;
}
.hero__actions {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 100%;
}
.swiper-pagination.hero__pagination {
    text-align: left;
    padding: 0 0 0 73px;
    z-index: 14;
}
.hero__image {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    max-width: 640px;
}
.hero .swiper-creative .swiper-slide {
    overflow: visible;
}
/*
.hero .swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: var(--stroke-accent);
    opacity: 1;
}*/

.block {
    padding: var(--gap-x);
    background-color: var(--light-bg);
    height: 100%;
    box-sizing: border-box;
    border-radius: 1px;
}
.block[class*="gap-row-"] * {
    margin-bottom: 0;
    margin-top: 0;
}
.block--invert {
    border: 1px solid var(--stroke);
    background-color: #fff;
}
.block--accent {
    background-color: var(--accent);
    color: #fff;
    position: relative;
}
.block--accent:before,
.block--accent:after {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    right: 56px;
}
.block--accent:before {
    top: -16px;
}
.block--accent:after {
    bottom: -16px;
}

.advantage {
    padding: 36px 0;
}
.advantage-item {
    flex: 1;
    background-color: var(--accent);
    color: #fff;
    padding: var(--gap-s);
    position: relative;
}
.advantage-item__main {
    position: relative;
    border: 1px solid var(--stroke-accent);
    padding: var(--gap-s);
    min-height: 148px;
    height: 100%;
    box-sizing: border-box;
}
.advantage-item:before,
.advantage-item:after {
    content: '';
    display: block;
    height: 36px;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.advantage-item:before {
    top: -36px;
}
.advantage-item:after {
    bottom: -36px;
    transform: rotateX(180deg);
}
.advantage-item--type1:before,
.advantage-item--type1:after {
    background-image: url(img/advantage/1.svg);
}
.advantage-item--type2:before,
.advantage-item--type2:after {
    background-image: url(img/advantage/2.svg);
    background-position: 100%;
}
.advantage-item--type3:before,
.advantage-item--type3:after {
    background-image: url(img/advantage/3.svg);
}
.advantage-item--type4:before,
.advantage-item--type4:after {
    background-image: url(img/advantage/4.svg);
    background-position: 100%;
}
.advantage-item--type5:before,
.advantage-item--type5:after {
    background-image: url(img/advantage/5.svg);
}
.advantage-item--type6:before {
    background-image: url(img/advantage/3.svg);
    transform: scaleX(-1);
}
.advantage-item--type6:after {
    background-image: url(img/advantage/3.svg);
    transform: scaleX(-1) scaleY(-1);
}


.photo-reviews-item {
    padding: 26px 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='192' height='260' viewBox='0 0 192 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_137_5721)'%3E%3Cpath d='M0 0L192 260' stroke='%23E2E2E2' stroke-dasharray='6 6'/%3E%3Cpath d='M192 0L-1.78814e-07 260' stroke='%23E2E2E2' stroke-dasharray='6 6'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='191' height='259' stroke='%23E2E2E2' stroke-dasharray='6 6'/%3E%3Cdefs%3E%3CclipPath id='clip0_137_5721'%3E%3Crect width='192' height='260' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.photo-reviews-item:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='192' height='260' viewBox='0 0 192 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_137_5721)'%3E%3Cpath d='M0 0L192 260' stroke='%23212121' stroke-dasharray='6 6'/%3E%3Cpath d='M192 0L-1.78814e-07 260' stroke='%23212121' stroke-dasharray='6 6'/%3E%3C/g%3E%3Crect x='0.5' y='0.5' width='191' height='259' stroke='%23212121' stroke-dasharray='6 6'/%3E%3Cdefs%3E%3CclipPath id='clip0_137_5721'%3E%3Crect width='192' height='260' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.photo-reviews-item img {
    max-width: 144px;
    filter: brightness(0.95);
}
.photo-reviews-item:hover img {
    transform: scale(1.1528);
}
.content .photo-reviews-item img {
    max-width: 100%;
}

.brands {
    overflow: hidden;
}
.brands__list--top {
    padding-top: 12px;
}
.brands__list--bottom {
    padding-bottom: 12px;
    margin-top: -1px;
    margin-left: 70px;
}


.brand-item {
    width: 220px;
    height: 80px;
    /*border: 1px solid var(--stroke);*/
    position: relative;
    margin-left: -1px;
}
.brand-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 220px;
    height: 92px;
    background-image: url('img/after-brand.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.brand-item:hover:after {
    background-image: url('img/after-brand-hover.svg');
}
.brand-item img {
    position: relative;
    z-index: 1;
    filter: brightness(0.75);
}
.brand-item:hover {
    background-color: var(--accent);
}
.brand-item:hover img {
    filter: brightness(1);
}
.brands__list--bottom .brand-item:after {
    transform: rotateX(180deg);
    top: 0;
    bottom: auto;
}
.description {
    position: relative;
    background-color: var(--light-bg);
    padding: var(--gap-xxl) 0;
}
.description h1 {
    margin-bottom: var(--gap-m);
}
.section-after {
    height: 25px;
    margin-bottom: -25px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.section-after::after,
.section-after::before {
    content: '';
    position: absolute;
    bottom: -23px;
    border: 21px solid transparent;
    border-top: 30px solid #ffffff;
    z-index: 2;
}
.section-after::after {
    left: -21px;
}
.section-after::before {
    right: -21px;
}
.section-before {
    height: 25px;
    margin-top: -45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.section-before::after,
.section-before::before {
    content: '';
    position: absolute;
    top: -23px;
    border: 21px solid transparent;
    border-bottom: 30px solid #ffffff;
    z-index: 2;
}
.section-before::after {
    left: -21px;
}
.section-before::before {
    right: -21px;
}

.description__wrapper {
    padding-left: var(--gap-l);
    padding-right: var(--gap-x);
    align-items: flex-start;
}
.description__col.text {
    padding-top: var(--gap-m);
    padding-bottom: var(--gap-m);
    max-width: 687px;
}
.description__col img {
    margin: -7px 0;
}
.text-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.scroll-wrapper {
    max-width: 610px;
}

.tooltip {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
    background-color: var(--accent);
    color: #fff;
    padding: 5px;
    position: absolute;
    box-sizing: border-box;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 100;
    margin-left: -19px;
    margin-top: 10px;
}
.tooltip:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid var(--accent);
    top: -12px;
    left: 42px;
}


.feedback {
    background-color: var(--inverted);
    color: #fff;
    position: relative;
}
.feedback--big {
    padding: var(--gap-x);
    margin: var(--gap-m) 0;
}
.feedback--small {
    padding: var(--gap-s) var(--gap-m);
    margin: 12px 0;
}
.feedback__main {
    border: 1px solid var(--stroke-dark);
    box-sizing: border-box;
}
.feedback--big .feedback__main {
    min-height: 148px;
    position: relative;
}
.feedback__col--content {
    padding: var(--gap-x);
    border-right: 1px solid var(--stroke-dark);
}
.feedback__col {
    flex: 1;
}
.feedback__col--img {
    justify-content: center;
    align-items: flex-end;
    padding: 0 var(--gap-x);
}
.feedback--big .feedback__header {
    margin-bottom: 40px;
}
.feedback--big:before,
.feedback--big:after {
    content: '';
    display: block;
    height: 24px;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-image: url(img/after-form.svg);
}
.feedback--big:before {
    top: -24px;
}
.feedback--big:after {
    bottom: -24px;
    transform: rotateX(180deg);
}
.feedback--small .feedback__col:first-child {
    padding: var(--gap-s) var(--gap-m);
    border-right: 1px solid var(--stroke-dark);
}
.feedback--small .feedback__col:last-child {
    padding: var(--gap-s) var(--gap-m);
    flex: none;
}
.feedback--small .feedback__col:first-child:after,
.feedback--small .feedback__col:first-child:before,
.feedback--small .feedback__col:last-child:after,
.feedback--small .feedback__col:last-child:before {
    content: '';
    height: 1px;
    width: 32px;
    background-color: var(--stroke-dark);
    display: block;
    position: absolute;
}
.feedback--small .feedback__col:first-child:before {
    top: 8px;
    transform: rotate(33deg);
    left: -5px;
}
.feedback--small .feedback__col:first-child:after {
    bottom: 8px;
    transform: rotate(-33deg);
    left: -5px;
}
.feedback--small .feedback__col:last-child:before {
    top: 8px;
    transform: rotate(-33deg);
    right: -5px;
}
.feedback--small .feedback__col:last-child:after {
    bottom: 8px;
    transform: rotate(33deg);
    right: -5px;
}


.modal {
    display: none;
    max-width: 600px !important;
}
.modal__header,
.modal__form,
.modal__polyce {
    margin-bottom: var(--gap-m);
}
.wforms-form-description {
    display: none;
}
#wforms-form-2 .form-fields .form-field .field-name{display:none}
#wforms-form-2 .form-fields .form-field:nth-child(5) td,#wforms-form-2 .form-fields .form-field:nth-child(6) td{display:inline-block}
#wforms-form-2 .form-fields .form-field:nth-child(5) td.field-name,#wforms-form-2 .form-fields .form-field:nth-child(6) td.field-name{width:182px}


.form-fields .wforms-form{margin-bottom:0}
.form-fields .field-value{position:relative}

.form-fields label.error{
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.2px;
    line-height: 12px;
}
.form-fields .field-value {
    padding-bottom: var(--gap-s);
}
.form-fields {
    width: 100%;
    margin-bottom: 4px;
   /* display: flex;
    flex-wrap: wrap;
    align-items: center;*/
}
.field-name {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    color: var(--tertiary);
}
.form-fields .field-value input[type="file"] {
    color: var(--tertiary);
}
.wforms-form .button {
    width: 100%;
}
tr.form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.form-fields td {
    padding: 0;
}
.form-fields .field-value input,
.form-fields textarea {
    width: 100%;
}
.form-fields p:empty {
    display: none;
}
.input-hint {
    position: absolute;
    top: 16px;
    left: 17px;
    pointer-events: none;
    transition: top 0.2s;
}
.is_add .input-hint {
    top: 7px;
}
.required-ico {
    color: var(--accent);
    cursor: auto;
    position: relative;
    top: -4px;
}
body .fancybox-is-open .fancybox-bg{opacity:.6}


.description .more {
    margin-top: -8px;
}
.more button {
    display: inline-flex;
    align-items: center;
}
.more .ico--l {
    margin-left: 4px;
}
.more .ico--s {
    margin-left: 2px;
}

.big-phone {
    font-weight: var(--bolder);
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}
.callback {
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
}

.loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    border-radius: 100%;
    top: 8px;
    right: 37px;
    transition: opacity 0.1s ease-out;
}
.is_show + .loader,
.loader.is_show {
    opacity: 1;
    visibility: visible;
}
.loader:after,.loader:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
}

.loader:before {
    z-index: 1;
    animation: preload 1s infinite;
    border-top-color: var(--accent);
}

.loader:after {
    border: 5px solid var(--stroke);
}

.loading-overlay--absolute {
    position: absolute;
    background: transparent;
}

.loading-overlay--absolute .loader {
    position: absolute;
    margin: 0;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
.loading-overlay--absolute .loader:after,.loading-overlay--absolute .loader:before {
    top: 0;
    left: 0;
}
@keyframes preload {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.page-photo {
    text-align: right;
}
.page-photo img {
    max-width: 512px;
}

.docs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - var(--gap-x)), 1fr));
    /*grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 33.33% - var(--gap-x), 300px), 1fr));*/
    gap: var(--gap-x);
}

.docs__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background-color: var(--light-bg);
    color: var(--primary);*/
    background-color: var(--accent);
    color: #fff;
    height: 125px;
    padding: 16px 20px;
    box-sizing: border-box;
}
.docs__link:hover {
    /*background-color: var(--accent);
    color: #fff*/
    background-color: var(--light-bg);
    color: var(--primary);
}
.docs__link  .ico-arrow {
    position: absolute;
    right: 16px;
    top:calc(50% - 12px);
}
.docs__link:before,
.docs__link:after {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    right: 56px;
    border-radius: 50%;
}
.docs__link:hover:before,
.docs__link:hover:after {
   /* border-radius: 50%;*/
   border-radius: 0;
}
.docs__link:before {
    top: -16px;
}
.docs__link:after {
    bottom: -16px;
}/*
.docs__link:hover:before {
    top: -16px;
}
.docs__link:hover:after {
    bottom: -16px;
}*/

.gray-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: var(--light-bg);
   /* min-height: 112px;*/
    padding: var(--gap-x);
    box-sizing: border-box;
}
.gray-line:before,
.gray-line:after {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    right: 56px;
}
.gray-line:before {
    top: -16px;
}
.gray-line:after {
    bottom: -16px;
}
.contacts__header {
    width: 100%;
}
.contacts__header > * {
    flex: 1;
}
.contacts__delivery {
    margin-top: -5px;
}
.main-contacts {
    color: var(--primary);
    font-weight: var(--bolder);
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
.contacts__stock-img {
    width: 100%;
}
.contacts__stock {
    font-size: 0;
    line-height: 1;
    position: relative;
}
.contacts__stock .advantage-item {
    position: absolute;
    bottom: 43px;
    right: 43px;
}
.contacts__stock .advantage-item__main {
    min-height: 120px;
    justify-content: center;
    padding: var(--gap-x);
}
.contacts__stock .advantage-item:before {
    transform: rotateY(180deg);
}
.contacts__stock .advantage-item:after {
    transform: rotateX(180deg) rotateY(180deg)
}
.page .content__body ul.contacts__delivery-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.page .content__body ul.contacts__delivery-list li {
    flex: 40%;
}

.contacts__cards-item {
    padding: var(--gap-x);
    border-radius: 1px;
    border: 1px solid var(--stroke);
}
.contacts__cards {
    --cols-count: 2;
}
.contacts__cards-list {
    display: grid;
    gap: var(--gap-m);
    grid-template-columns: repeat(var(--cols-count), minmax(0, 1fr));
}
.advantage .contacts__cards-list {
   gap: var(--gap-xxl) var(--gap-x);
}/*
.contacts__cards .advantage-item__main {
    padding: var(--gap-x);
}*/
.contacts__cards-item .ico {
    margin-bottom: var(--gap-s);
}
.contacts__cards-item {
    display: flex;
    flex-direction: column;
    gap: var(--gap-s);
}
.ymap {
    margin-top: var(--gap-x);
   /* margin-bottom: calc(var(--gap-section-s) * -1);*/
}

.pagination {
    margin-top: var(--gap-x);
    justify-content: space-between;
}
.pagination a,
.pagination a:hover {
    color: var(--primary);
}
.paging-more > div {
    cursor: pointer;
}
.pagination__list {
    padding: 0;
    margin: 0;
    gap: 4px;
}
.pagination__list a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.pagination__list li {
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: center; 
}
.pagination__list a:hover {
    border-color: var(--stroke);
}
.pagination__list .selected a {
    border-color: var(--inverted);
    pointer-events: none;
}

.sub-links__headline {
    margin-bottom: var(--gap-s);
    flex: 100%;
}
.sub-links__list {
    gap: 8px;
}
.sub-links__item {
    padding: 8px 12px;
    background-color: var(--light-bg);
    color: var(--primary);
    border-radius: 1px;
}
.sub-links__item:hover {
    background-color: var(--primary);
    color: #fff;
}
.sub-links + .sub-links,
.sub-links__item + .sub-links__headline {
    margin-top: var(--gap-x);
}
.sub-links__item + .sub-links__headline {
    margin-bottom: calc(var(--gap-s) - 8px);
}


body #cookies_note > * {
    font-family: var(--font-family-main);
}
body .cookies-note.cookies-note_bottom {
    border-top: 1px solid var(--stroke)
}
body .cookies-note__title {
    margin-bottom: 3px;
}
body #cookies_note.cookies-note_compact {
    padding: var(--gap-xs);
    border-radius: 1px;
    box-shadow: none;
    background-color: rgba(251, 251, 251, 0.9);
    border: 1px solid var(--stroke);
}
body #cookies_note.cookies-note_compact button.cookies-note__continue {
    border-radius: 1px;
}



.warning .ico {
    translate: 0 -1px;
} 

.error-page {
    text-align: center;
    margin: auto;
    max-width: 522px;
    margin-bottom: var(--gap-section);
}
.error-page .logo__description {
    display: none;
}
.error-page .logo{
    margin-bottom: var(--gap-m);
}
.error-page .logo__wrapper {
    margin-right: auto;
    margin-left: auto;
}
.error-page .logo__wrapper img {
    width: 230px;
}

.footer {
    flex: 0 0 auto;
    background-color: var(--inverted);
    color: #fff;
    padding-top: var(--gap-xxl);
    padding-bottom: var(--gap-s);
}
.footer a,
.footer button {
    color: #fff;
}
.footer a:hover,
.footer button:hover {
   color: var(--tertiary);
}
.footer .logo {
    margin-bottom: 40px;
}
.footer .messengers {
    gap: var(--gap-s)
}
.footer .big-phone {
    margin-bottom: var(--gap-s);
}
.footer .big-phone .phones-number {
    margin-right: 44px;
}
.footer__col {
    flex: 1;
}
.footer-menu__headline a {
    color: var(--tertiary);
}
.footer-menu__headline {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--stroke-dark);
    margin-bottom: var(--gap-m);
}
.footer-menu__childs {
    gap: 12px;
}
.footer-menu__col {
    flex-basis: 304px;
}
.footer-menu__col:last-child {
    order: -1;
}
.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid var(--stroke-dark);
    margin-top: var(--gap-l);
}
.footer-bottom .footer__col {
    justify-content: space-between;
}

.detail {
    font-family: var(--font-family-main) !important;
}
body .detail__value {
    padding: 4px;
}

body #cookies_note button.cookies-note__continue {
    text-shadow: none;
}
body .shop-regions-action-link {
    border-bottom: 0;
    transition: color 0.1s ease-out;
}
body .shop-regions-action-link:hover {
    color: var(--primary);
}

@media print {
    .print-hide,.page-nav,.buy1click-open-button{display:none!important}
    .container {
        max-width: 1100px;
        min-width: 1100px;
    }
    .big-phone {
        font-size: 32px;
    }
    a[href]:after{content:none!important}
    .header__description{display:block!important;color:#000!important}
    .page-content.with-sidebar{margin-left:0!important;padding-left:0!important}
    .category-name{margin-bottom:0!important}
    .add2cart{padding-bottom:0!important}
    .product-price .price{font-size:20px!important}
    .product-top{flex-wrap:nowrap!important}
    .header__logo{width:307px}
    @page{size:auto;margin:0}
}

/*
.ver2 .header__col {
    order: 4;
}
.ver2 .header__col:first-child {
    order: 1;
}
.ver2 .menu {
    order: 2;
    margin-left: 0;
}
.ver2 .header__col--phones {
    order: 3;
}*/
.ver3 {
    
}