@charset "UTF-8";

/* Здесь стили для шапки и основные стили для сайта - сетки, сброс стилей */
/* Здесь переменные и миксины */
/* Здесь сброс стилей */
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic&display=swap";

/* Прижатый футер */
body{
  overflow-anchor: none;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #edeef8;
}
.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.header,
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #8184a1;
    text-align: left;
    line-height: 1.3;
}
/*
 * Removes default margin.
 */

body {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
a {
    background: transparent;
    color: #575b71;
    text-decoration: underline;
    -webkit-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    -o-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    -moz-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
}
a:hover {
    color: #c90;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #D05;
    white-space: nowrap;
}
ins {
    background: #ffa;
    color: #444;
    text-decoration: none;
}
mark {
    background: #ffa;
    color: #444;
}
q {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote,
figure {
    margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
address:last-child,
fieldset:last-child,
figure:last-child {
    margin-bottom: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #575b71;
    line-height: 1.1;
}
h1 > *:last-child,
h2 > *:last-child,
h3 > *:last-child,
h4 > *:last-child,
h5 > *:last-child,
h6 > *:last-child,
.h1 > *:last-child,
.h2 > *:last-child,
.h3 > *:last-child,
.h4 > *:last-child,
.h5 > *:last-child,
.h6 > *:last-child {
    margin-bottom: 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
    margin-top: 18px;
}
/*
 * Sizes
 */

h1,
.h1 {
    font-size: 24px;
}
h2,
.h2 {
    font-size: 18px;
}
h3,
.h3 {
    font-size: 18px;
}
h4,
.h4 {
    font-size: 16px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
ul,
ol {
    padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}
address {
    font-style: normal;
}
blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}
pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #444;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}
::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
progress {
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
}
[hidden],
template {
    display: none;
}
iframe {
    border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"] {
    border: 1px solid #dee0ee;
    width: 100%;
    height: 30px;
    padding: 0 9px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #8184a1;
    border-radius: 4px;
    background: #fff;
}
[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="password"]:focus,
[type="number"]:focus {
    outline: none;
}
[type="text"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
[type="text"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="number"]::-moz-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
[type="text"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="tel"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
[type="number"]:-moz-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
[type="text"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
[type="text"][placeholder]:focus::-webkit-input-placeholder,
[type="email"][placeholder]:focus::-webkit-input-placeholder,
[type="tel"][placeholder]:focus::-webkit-input-placeholder,
[type="password"][placeholder]:focus::-webkit-input-placeholder,
[type="number"][placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[type="text"][placeholder]:focus::-moz-placeholder,
[type="email"][placeholder]:focus::-moz-placeholder,
[type="tel"][placeholder]:focus::-moz-placeholder,
[type="password"][placeholder]:focus::-moz-placeholder,
[type="number"][placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[type="text"][placeholder]:focus:-moz-placeholder,
[type="email"][placeholder]:focus:-moz-placeholder,
[type="tel"][placeholder]:focus:-moz-placeholder,
[type="password"][placeholder]:focus:-moz-placeholder,
[type="number"][placeholder]:focus:-moz-placeholder {
    color: transparent;
}
[type="text"][placeholder]:focus:-ms-input-placeholder,
[type="email"][placeholder]:focus:-ms-input-placeholder,
[type="tel"][placeholder]:focus:-ms-input-placeholder,
[type="password"][placeholder]:focus:-ms-input-placeholder,
[type="number"][placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
textarea {
    border: 1px solid #dee0ee;
    border-radius: 4px;
    padding: 10px 9px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    width: 100%;
    height: 61px;
    color: #8184a1;
    resize: none;
    vertical-align: top;
}
textarea:focus {
    outline: none;
}
textarea::-webkit-input-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
textarea:-moz-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #A8B3C2;
    opacity: 1;
}
textarea[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
textarea[placeholder]:focus:-moz-placeholder {
    color: transparent;
}
textarea[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
button:active,
button:focus,
input:active,
input:focus {
    outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}
.videoadapt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.videoadapt > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoadapt-wrap {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
*:focus {
    outline: none;
}
fieldset {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-close {
    position: absolute;
    top: -11px;
    right: 5px;
    z-index: 99;
    width: 30px;
    heigmn: static;
padding: 10px;
border-radius: 0 0 8px 8px;}
.ui-close:before {
    content: "✕";
color: #8184a1;
font-size: 20px;
font-weight: bold;
display: inline-block;
}
.ui-item-all {display: block;
width: 100%;
text-align: center;}
.ui-item-all a {
    display: block;
    position: static;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.form-box #ui-id-1 .tvr_search {padding-right:20px;}
.green-button {
    font-size: 14px;
    color: #fff;
    background: #7fba00;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    border-radius: 4px;
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
}
.green-button:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
}
.gray-button {
    font-size: 14px;
    color: #fff;
    background: #b7bbd3;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    border-radius: 4px;
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
}
.gray-button:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
}
.yellow-button {
    font-size: 14px;
    color: #000;
    background: #fde037;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    border-radius: 4px;
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
}
.yellow-button:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
}
.outline-hover-button {
    font-size: 14px;
    color: #fff;
    background: #575b71;
    border: 1px solid #727272;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
}
.outline-hover-button:hover {
    color: #575b71;
    text-decoration: none;
    background: transparent;
}
.btn_buy {
    display: inline-block;
    padding: 10px 20px;
    min-width: 120px;
    font-size: 11px;
    font-weight: 400;
    color: #402a1d;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: #d0d3d4;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    text-decoration: none;
}
.btn_buy:hover {
    color: #fff;
    background: #575b71;
}
.d-none {
    display: none !important;
}
.table-responsive {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.text-transform {
    text-transform: uppercase !important;
}
.font-bold {
    font-weight: 600 !important;
}
.big-button {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Здесь переменные и миксины */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    max-width: 1234px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.main-content {
    border-radius: 0 0 6px 6px;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 1px;
}
img.lazy {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
img.lazy.lazy-initial,
img.lazy.lazy-loaded,
img.lazy.lazy-error {
    opacity: 1;
}
.main-slider-item {
    display: block;
}
.main-slider-item + .main-slider-item {
    display: none;
}
.main-slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 26px;
    color: #fff;
    z-index: 1;
    width: 40px;
    height: 42px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3e4753;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-slider-arrow:hover {
    background: #fde037;
}
.main-slider-prev {
    left: -8px;
    border-radius: 0 4px 4px 0;
}
.main-slider-prev:hover:before {
    border-bottom-color: #bea201;
}
.main-slider-prev:hover:after {
    border-top-color: #bea201;
}
.main-slider-prev:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    left: 0;
    border-left: 8px solid transparent;
    top: -4px;
    border-bottom: 4px solid #575b71;
}
.main-slider-prev:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    left: 0;
    border-left: 8px solid transparent;
    bottom: -4px;
    border-top: 4px solid #575b71;
}
.main-slider-next {
    right: -8px;
    border-radius: 4px 0 0 4px;
}
.main-slider-next:hover:before {
    border-bottom-color: #bea201;
}
.main-slider-next:hover:after {
    border-top-color: #bea201;
}
.main-slider-next:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: -4px;
    border-bottom: 4px solid #575b71;
    right: 0;
    border-right: 8px solid transparent;
}
.main-slider-next:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0;
    border-right: 8px solid transparent;
    bottom: -4px;
    border-top: 4px solid #575b71;
}
.main-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -2px;
    position: absolute;
    left: 22px;
    bottom: 15px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.main-slider .slick-dots li {
    margin-left: 2px;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0;
    border: 2px solid #3e4753;
    border-radius: 50%;
    background: #3e4753;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-slider .slick-dots li:hover {
    background: #fde037;
}
.main-slider .slick-dots li button {
    display: none;
}
.main-slider .slick-dots li.slick-active {
    background: #fde037;
}
.slider-and-adv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.slider-wrap {
    width: 75%;
    padding-left: 20px;
}
.advantag-left {
    width: 25%;
    padding-left: 20px;
    padding-top: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.advantag-left-inner {
    border: 1px solid #4b4b4a;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-decoration: none;
    padding: 15px;
    color: #4b4b4a;
}
.advantag-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
}
.advantag-item__left-col {
    width: 25%;
    padding-left: 20px;
}
.advantag-item__right-col {
    width: 75%;
    padding-left: 20px;
}
.advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.advantages-item {
    width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages-icon {
    width: 53px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 22px;
    color: #575b71;
}
.main-page-banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}
.banner-item {
    position: relative;
    width: 50%;
    text-decoration: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #575b71;
    display: block;
}
.banner-item:hover .banner-item-block {
    height: 100%;
    max-height: 700px;
}
.banner-item:hover .banner-item-inner:after {
    opacity: 1;
}
.banner-item:hover .banner-item-bottom {
    max-height: 41px;
}
.banner-item-img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.banner-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: -moz- oldlinear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    padding: 24px 31px;
    max-height: 150px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-item-inner {
    width: 100%;
}
.banner-item-inner:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: -moz- oldlinear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    -moz-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}
.banner-item-bottom {
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-item-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.banner-item-button {
    display: inline-block;
    position: relative;
    height: 31px;
    line-height: 31px;
    margin-top: 7px;
    padding: 0 27px 0 17px;
    font-size: 11px;
    font-weight: 400;
    color: #402a1d;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #d0d3d4;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    cursor: pointer;
}
.banner-item-button:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
}
.banner-item-button:after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #bea201;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    position: absolute;
    right: 14px;
    top: 50%;
    margin: -4px 0 0 0;
}
.catalog-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.catalog-nav__intro {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    word-wrap: normal;
    margin-bottom: 48px;
    padding-left: 50px;
    position: relative;
}
.catalog-nav__item:nth-child(5) ~ * {
    display: none;
}
.catalog-nav__item.visible {
    display: list-item;
}
.catalog-nav__sub {
    padding-left: 0;
    list-style: none;
}
.catalog-nav__parent {
    min-height: 23px;
    font-weight: 700;
    font-size: 15px;
}
.parent-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.parent-icon img {
    width: 40px;
}
.allcatmore {
    display: none;
}
.allcatmore.visible {
    display: block;
}
.allcatmore a {
    font-size: 12px;
    text-decoration: none;
    color: #4b4b4a;
    border-bottom: 1px dashed #4b4b4a;
}
.allcatmore a:hover {
    color: #c90;
    border-bottom-color: #c90;
}
.main-page-h1 {
    margin: 0 0 30px;
}
.popular-section {
    margin-bottom: 25px;
}
.popular-block {
    margin-bottom: 15px;
}
.popular-title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.popular-item {
    padding: 0 7px;
}
.popular-item__form {
    padding: 18px 13px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    position: relative;
}
.popular-item__form:hover {
    border: 1px solid #d0d3d4;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36), inset -1px -1px 0 #fde037, inset 1px 1px 0 #fde037;
}
.popular-item__form:hover .popular-item__title {
    color: #c90;
}
.popular-item__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.popular-item__image {
    position: relative;
    margin-top: 10px;
}
.popular-item__image > img {
    height: 235px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.popular-item__title {
    margin: 12px 0 0;
    color: #575b71;
    text-decoration: underline;
}
.popular-item__code {
    margin: 5px 0;
}
.popular-item__price {
    font-size: 18px;
    font-weight: 600;
    line-height:27px;
    color: #000;
    white-space: nowrap;
}
.popular-item__old-price {
    color: #a0a4bc;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}
.popular-item__button {
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
.popular-item__buy {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    background: #edeef8;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    padding: 7px 5px 7px;
}
.popular-item__buy i {
    font-size: 16px;
    color: #aeafb3;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.popular-item__buy:hover {
    background: #575b71;
    color: #fff;
}
.popular-item__buy:hover i {
    color: #bea201;
}
.popular-item__result {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    background: #7fba00;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    padding: 7px 5px 7px;
    text-decoration: none;
}
.popular-item__result i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.popular-item__result:hover {
    text-decoration: none;
    color: #ffffff;
}
.popular-item__price-wrap {
    min-height: 51px;
}
.popular-item__btn-price-check.category-item__result {
    background: #fff;
    color: #000;
    border: 1px solid #edeef8;
}
.catalog_description {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px dotted #dee0ee;
}
.popular-item__btn-price-check.category-item__result:hover {
    color: #000;
    background: #edeef8;
}
.popular-item__btn-one-click {
    width: 100%;
    text-decoration: none;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #402a1d;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #d0d3d4;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    padding: 10px;
    position: relative;
    z-index: 2;
    display: none;
}
.popular-item__btn-one-click:hover {
    color: #fff;
    text-decoration: none;
    background: #575b71;
}
.popular-carousel {
    margin: 0 -7px;
    padding: 0 50px;
}
.popular-carousel .slick-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.popular-carousel-arrow {
    position: absolute;
    font-size: 90px;
    line-height: 1;
    display: block;
    z-index: 1;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.popular-carousel-arrow span {
    display: block;
    line-height: 26px;
}
.popular-carousel-prev {
    left: 5px;
}
.popular-carousel-next {
    right: 5px;
}
.unit {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.color-red {
    color: red !important;
}
.sticker {
    position: absolute;
    top: -10px;
    right: -14px;
}
.sticker > span {
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
    width: 52px;
    height: 28px;
    display: block;
    margin: 0 0 2px auto;
    padding: 0;
    position: relative;
}
.sticker > span:last-child {
    margin-bottom: 0;
}
.sticker > span:before {
    content: "";
    border-width: 14px 0 14px 6px;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: 0;
}
.hit {
    background: #13a4ff;
}
.hit:before {
    border-color: #13a4ff #13a4ff #13a4ff transparent;
}
.discount {
    background: #9d06d7;
    line-height: 9px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.discount:before {
    border-color: #9d06d7 #9d06d7 #9d06d7 transparent;
}
.new {
    background: #7fba00;
}
.new:before {
    border-color: #7fba00 #7fba00 #7fba00 transparent;
}
.inset {
    background-color: red;
    line-height: 9px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inset:before {
    border-color: red red red transparent;
}
.guarantee_icon {
    background-color: #7fba00;
    line-height: 9px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.guarantee_icon:before {
    border-color: #7fba00 #7fba00 #7fba00 transparent;
}
.gift_syphon:before, .gift_install:before {
    display: none !important;
}
.gift_syphon, .gift_install {
    line-height: 9px !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: #94b6d7 !important;
    border: 1px solid #94b6d7;
    font-size: 8px !important;
}
.gift_color {
    color: #ff0000 !important;
}
.inset_num,
.discount small {
    font-size: 6px;
    padding-left: 2px;
    line-height: 8px;
    display: inline-block;
}
.twelve_months {
    background: #ffffff;
}
.twelve_months, .present_towel {
    width: 100px !important;
    height: auto !important;
    margin-left: -48px !important;
}
.black_friday {
    width: 120px !important;
    margin-left: -68px !important;
    background: #000;
}
.black_friday:before {
    border-color: #000 #000 #000 transparent !important;
}
.main-page-text::after {
    display: block;
    content: "";
    clear: both;
}
.breadcrumb {
    margin: 0 10px 0 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb-li:not(:last-child):after {
    content: '/';
    padding: 0 8px;
}
.breadcrumb-li a:not(:hover) {
    color: #646464;
}
.breadcrumb-wrap {
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offcanvas-menu-title {
    display: none;
    font-size: 20px;
    padding: 11px 20px 10px;
    margin-bottom: 0;
    color: #fff;
    background: #575b71;
}
.tm-offcanvas-close {
    display: none;
}
.filters-button-mobile {
    display: none;
    margin-left: -10px;
}
.filters-button-mobile a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    padding: 9px 10px 10px;
    background-color: #dee0ee;
    border: 1px solid #e6e6e6;
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    position: relative;
}
.filters-button-mobile a i {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    color: #B5B5B7;
    opacity: 0.8;
}
.catalog-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
}
.catalog-section-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -moz-calc(20% - 5px);
    width: calc(20% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    text-decoration: none;
    color: #000;
    padding: 1px 0;
}
.catalog-section-child:hover {
    border: 1px solid #fde037;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
.catalog-section-child:hover .catalog-section-child__text {
    text-decoration: none;
}
.catalog-section-child__image {
    width: 66px;
    height: 56px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog-section-child__image img {
    max-height: 100%;
}
.catalog-section-child__text {
    padding: 2px 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: underline;
}
.quick-links {
    position: relative;
    clear: both;
    margin-left: -10px;
}
.quick-links-wrap {
    margin-bottom: 24px;
    position: relative;
    clear: both;
    padding-right: 83px;
    margin-top: 10px;
    overflow: hidden;
    height: 20px;
}
.quick-links-word {
    margin-left: 10px;
    white-space: nowrap;
}
.quick-links-item {
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
}
.quick-links-item i {
    font-size: 10px;
}
.quick-links-viz {
    position: absolute;
    top: 0;
    right: 0;
    color: #13a4ff;
    padding-right: 10px;
    text-decoration: underline;
    display: none;
    cursor: pointer;
}
.quick-links-viz:before {
    content: "↓";
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.quick-links-show {
    height: auto;
    overflow: visible;
    padding-right: 0;
    margin-bottom: 40px;
}
.quick-links-show .quick-links-viz {
    display: inline-block;
    bottom: -20px;
    top: auto;
}
.quick-links-show .quick-links-viz:before {
    content: "↑";
}
.quick-links-show .quick-links-viz-all {
    display: none;
}
.quick-links-show .quick-links-not {
    display: block;
}
.quick-links-not {
    display: none;
}
.quick-links-viz-show {
    display: inline-block;
}
.category-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 24px;
}
.category-left {
    width: 210px;
    margin-right: 24px;
}
.category-right {
    width: -moz-calc(100% - 210px - 24px);
    width: calc(100% - 210px - 24px);
}
.filter-item {
    background: #edeef8;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 8px 15px 15px;
}
.filter-item + .filter-item {
    margin-top: 16px;
}
.filter-item__discount {
    margin-top: -20px;
}
.filter-title {
    display: block;
    margin: 0 5px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #575b71;
}
.mse2_number_inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mse2_number-span {
    padding-right: 2px;
    text-transform: lowercase;
    text-align: center;
    padding-left: 2px;
}
.mse2_number-span-2 {
    padding: 0 4px;
}
.mse2_number-span-3 {
    padding: 0 0 0 4px;
}
.mse2_number-input {
    padding: 0 9px !important;
    height: 30px !important;
}
#mse2_filters .mse2_number_slider {
    margin-bottom: 10px;
}
#mse2_filters .ui-state-default,
#mse2_filters .ui-widget-content .ui-state-default,
#mse2_filters .ui-widget-header .ui-state-default,
#mse2_filters .ui-button,
#mse2_filters html .ui-button.ui-state-disabled:hover,
#mse2_filters html .ui-button.ui-state-disabled:active {
    border: 1px solid #575b71;
    background: #f6f6f6;
    width: 13px;
    height: 13px;
}
#mse2_filters .ui-widget-header {
    background: #13a4ff;
}
#mse2_filters .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 9px;
}
.mark {display:inline-block;background:#ffde00;padding: 3px;}
.more-filters {
    display: none;
}
.mse2_mfilter_discount label {
    color: #ff0d00;
    padding: 5px 30px 5px 0;
    font-size:14px !important;
    background: url(../images/percent.svg) right center no-repeat;
    background-size: 20px 20px;
}
.mse2_mfilter_discount label span {
    top: 7px !important;
}
.mse2_mfilter_checkbox + .mse2_mfilter_checkbox,
.schema-filter-popover__column-item + .mse2_mfilter_checkbox,
.mse2_mfilter_checkbox + .schema-filter-popover__column-item,
.schema-filter-popover__column-item + .schema-filter-popover__column-item {
    margin-top: 3px;
}
.mse2_mfilter_checkbox label,
.schema-filter-popover__column-item label {
    display: block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px;
    font-size: 15px;
}
.mse2_mfilter_checkbox input,
.schema-filter-popover__column-item input {
    display: none;
}
.mse2_mfilter_checkbox input:checked ~ span,
.schema-filter-popover__column-item input:checked ~ span {
    background: #0075FF;
    border-color: #0075FF;
}
.mse2_mfilter_checkbox input:checked ~ span:before,
.schema-filter-popover__column-item input:checked ~ span:before {
    content: "";
    top: 0;
    left: -1px;
    height: 13px;
    width: 13px;
    text-align: center;
    background: url(../img/checked.svg) center center no-repeat;
    background-size: 12px;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.mse2_mfilter_checkbox input ~ span,
.schema-filter-popover__column-item input ~ span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #575b71;
    border-radius: 4px;
    background: #fff;
}
.mse2_mfilter_radio + .mse2_mfilter_radio {
    margin-top: 3px;
}
.mse2_mfilter_radio label {
    display: block;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.mse2_mfilter_radio input {
    display: none;
}
.mse2_mfilter_radio input:checked ~ span {
    background: #0075FF;
    border-color: #0075FF;
}
.mse2_mfilter_radio input:checked ~ span:before {
    content: "";
    color: #ffffff;
    position: relative;
    top: -2px;
    width: 11px;
    height: 11px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
}
.mse2_mfilter_radio input:checked ~ span:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    background: #0075FF;
    border-radius: 50%;
}
.mse2_mfilter_radio input ~ span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #575b71;
    border-radius: 50%;
    background: #fff;
}
.schema-filter-popover {
    margin-top: -60px;
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    margin-left: 185px;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 15;
    display: none;
}
.schema-filter-popover_visible {
    display: block;
}
.schema-filter-popover__inner {
    max-height: 500px;
    padding: 20px 25px 20px 20px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.twelve_months {
    right: 3px;
}
#mse2_selected {
    font-size: 0;
}
.custom-size-group{
    display: flex;
    align-items: center;
}
.custom-size-dm-filter{
    margin-top: 15px;
}
.custom-size-group > label:first-child{
    margin-right: 5px;
    width: 100%;
}
.custom-size-group > label:last-child{
    width: 100%;
    margin-left: 5px;
}
.custom-size-label{
    display: block;
    margin: 0 5px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #575b71;
}
.schema-filter-popover__columns {
    position: relative;
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    column-width: 150px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
}
.schema-filter-popover__columns_4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.schema-filter-popover__column-item {
    margin: 0 0 6px 0 !important;
    padding-right: 0;
    padding-left: 20px;
    font-size: 12px;
    display: block;
    position: relative;
    width: 100%;
   -moz-page-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}
.schema-filter-popover__column-letter {
    height: 0;
    position: absolute;
    top: 3px;
    left: 2px;
    color: #ccc;
    line-height: 1;
    text-transform: uppercase;
}
.schema-filter-popover__close {
    position: absolute;
    margin-top: 6px;
    right: 6px;
    z-index: 999;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #575b71;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    color: #000;
}
.schema-filter-popover__close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #575b71;
    height: 1px;
    width: 13px;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.schema-filter-popover__close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #575b71;
    height: 13px;
    width: 1px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.allfilterbtn_new {
    margin-top: 10px;
    font-size: 12px;
    color: #575b71;
    border-bottom: 1px dashed #575b71;
    cursor: pointer;
    display: inline-block;
}
#mse2_filters .ec-stars {
    background: url(../images/ec-stars-vendor.png) 0 -10px repeat-x;
    width: 65px;
    height: 10px;
    margin: -2px 0 0 0;
    display: inline-block;
}
#mse2_filters .ec-stars span {
    background: url(../images/ec-stars-vendor.png) 0 0 repeat-x;
    display: block;
    height: 10px;
}
.category-feedback__form {
    background: #edeef8;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 16px 0 0 0;
    padding: 8px 15px 15px;
}
.category-feedback__top-title {
    background: url(../images/fb-phone-icon.png) left center no-repeat;
    background-size: 22px 22px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px;
    margin: 0 0 10px 0;
}
.category-feedback__top-title a {
    display: block;
    font-size: 15px;
}
.category-feedback__bottom-title {
    background: url(../images/fb-mail-icon.png) left center no-repeat;
    background-size: 22px 22px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px;
    margin: 10px 0;
}
.category-feedback__bottom-title a {
    display: block;
    font-size: 15px;
}
.category-feedback__or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-feedback__or:after {
    content: "";
    height: 1px;
    background: #8184a1;
    width: 100%;
    margin-left: 18px;
}
.category-feedback__or:before {
    content: "";
    height: 1px;
    background: #8184a1;
    width: 100%;
    margin-right: 18px;
}
.category-feedback__hr {
    margin: 10px -15px;
    border-color: #8184a1;
}
.category-feedback__label {
    margin-bottom: 6px;
}
.category-feedback__line {
    margin-top: 6px;
}
.category-feedback__btn {
    margin-top: 15px;
}
.category-feedback__submit {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
span.error {
    color: red;
    font-size: 11px;
}
.ec-message-slider-wrap {
    background: #edeef8;
    border-radius: 3px;
    margin: 16px 0 0 0;
    padding: 8px 15px 15px;
}
.ec-message-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
.sidebar-title {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 700;
    color: #575b71;
}
.ec-message-2 {
    position: relative;
}
.ec-message-2 + .ec-message-2 {
    display: none;
}
.page-review-title {
    font-weight: 700;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.ec-message-data-2 {
    margin: 10px 0;
}
.ec-stars {
    background: url(../images/ec-stars.png) 0 -16px repeat-x;
    width: 96px;
    height: 16px;
    margin: 10px 0;
}
.ec-stars span {
    background: url(../images/ec-stars.png) 0 0 repeat-x;
    display: block;
    height: 16px;
    width: 0;
}
.ec-stars span.rating-1 {
    width: 16px;
}
.ec-stars span.rating-2 {
    width: 36px;
}
.ec-stars span.rating-3 {
    width: 56px;
}
.ec-stars span.rating-4 {
    width: 76px;
}
.ec-stars span.rating-5 {
    width: 96px;
}
.ec-message-text-2 {
    height: 178px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.full-review {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #575b71;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.full-review:hover {
    opacity: .65;
    color: #ffffff;
}
.full-review:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.quick-links-left {
    background: #edeef8;
    border-radius: 3px;
    margin: 16px 0 0 0;
    padding: 8px 15px 15px;
}
.quick-links-left.active .quick-links-left__item {
    display: block;
}
.quick-links-left__item {
    margin: 0;
}
.quick-links-left__item:nth-child(5) ~ * {
    display: none;
}
.quick-links-left__item a {
    display: block;
    padding: 5px 0;
    color: #575b71;
}
.more-btn-wrapper {
    text-align: right;
    padding: 10px;
}
.more-btn-wrapper a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
#mse2_selected_wrapper {
    min-height: 0;
    margin: 10px 0;
}
#mse2_selected {
    display: none;
    background: #f9f9f9;
    padding: 5px 0 5px 5px;
    border-radius: 3px;
}
#mse2_selected strong {
    font-size: 12px;
    margin-left: 10px;
}
.mse2_selected_link {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 8px 7px;
    background: #eee;
    margin-left: 10px;
}
.mse2_selected_link em {
    color: #000;
    font-style: normal;
}
.mse2_selected_link sup {
    padding-left: 5px;
}
.sorting-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
}
.sorting-wrap > * {
    margin-left: 15px;
}
.count_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.count_items label {
    margin: 0 5px 0 0;
    padding: 0;
}
.mse2_total_2 {
    font-size: 14px;
    font-weight: 700;
    color: #575b71;
    line-height: 29px;
}
.catalog-item-sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-item-sorting label {
    margin: 0 10px 0 0;
}
.catalog-item-sorting a {
    padding: 0 11px;
    color: #575b71;
    text-decoration: none;
    line-height: 27px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
}
.catalog-item-sorting a:not(:last-child) {
    margin: 0 5px 0 0;
}
.catalog-item-sorting a:hover {
    color: #fff;
    border: 1px solid #575b71;
    background: #575b71;
}
.catalog-item-sorting .short {
    display: none;
    visibility: hidden;
}
.catalog-item-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-item-view a {
    text-align: center;
    text-decoration: none;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    width: 29px;
    height: 29px;
    font-size: 20px;
    line-height: 30px;
    color: #b7bbd3;
}
.catalog-item-view a.active {
    border: 1px solid #fde037;
    background: #fde037;
    color: #fff !important;
    cursor: default;
}
.catalog-item-view a:first-child {
    margin-right: 5px;
}
.catalog-item-view a:not(.active):hover {
    border: 1px solid #575b71;
    background: #575b71;
    color: #ffffff;
}
.catalog-item-view a:last-child {
    font-size: 18px;
    line-height: 31px;
}
.category-row, .inner-page #mse2_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.category-item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
}
.category-item__form {
    padding: 18px 13px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 10px);
}
.category-item__form .popular-item__price-wrap {
    margin-top: auto;
}
.similar-menu-title {
    margin-top: 30px;
    text-align: center;
    padding: 5px 20px;
    background: #edeef8;
    font-size: 18px;
    color: #000;
}
.category-item__form:hover {
    border: 1px solid #d0d3d4;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36), inset -1px -1px 0 #fde037, inset 1px 1px 0 #fde037;
}
.category-item__form:hover .popular-item__title {
    color: #c90;
}
.category-item__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.category-item__image {
    position: relative;
    margin-top: 10px;
    text-align:center;
}
.category-item__image > img {
    max-width: 100%;
    margin:auto;
    /*height: 235px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';*/
}
.category-item__title {
    margin: 12px 0 0;
    color: #575b71;
    height: 34px;
    overflow: hidden;
    text-decoration: underline;
}
.category-item__code {
    margin: 5px 0;
}
.category-item__price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}
.category-item__old-price {
    color: #a0a4bc;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}
.category-item__button {
    margin-top: 8px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-item__buy {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    background: #fde037;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    padding: 7px 5px 7px;
    min-height: 30px;
}
.category-item__buy i {
    font-size: 16px;
    color: #aeafb3;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.category-item__buy:hover {
    background: #575b71;
    color: #fff;
}
.category-item__buy:hover i {
    color: #bea201;
}
.category-item__result {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    background: #7fba00;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    padding: 7px 5px 7px;
    text-decoration: none;
}
.category-item__result i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.category-item__result:hover {
    text-decoration: none;
    color: #ffffff;
}
.category-item__price-wrap {
    min-height: 51px;
}
.category-item__favoritesMs {
    border-left: 1px solid #fff;
}
.category-item__favoritesMs a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 29px;
    background: #edeef8;
    border-radius: 0;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    color: #a0a4bc;
    cursor: pointer;
}
.category-item__favoritesMs a:hover {
    background: #575b71;
    color: #fff;
}
.category-item__favoritesMs a.voted,
.category-item__favoritesMs a.voted:hover {
    background: #7fba00;
    color: #fff;
}
.category-item__add-Compare {
    border-left: 1px solid #fff;
}
.category-item__add-Compare a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 29px;
    background: #edeef8;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    color: #a0a4bc;
    cursor: pointer;
}
.category-item__add-Compare a:hover {
    background: #575b71;
    color: #fff;
}
.category-item__add-Compare a.comparison-link {
    border-bottom: none;
}
.category-item__add-Compare a.comparison-remove,
.category-item__add-Compare a.comparison-remove {
    color: #fff;
    background: #7fba00;
}
.item-review-wilson {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
    position: relative;
    z-index: 2;
}
.item-review-wilson__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.item-review-wilson__link .ec-stars {
    margin: 0 5px 0 0;
}
.item-review-wilson__word {
    margin-right: 10px;
}
.details-row-options {
    margin: 8px 0 0;
    padding: 0 0 12px 10px;
    font-size: 10px;
    position: relative;
    line-height: 1.5;
}
.details-row-options:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.details-row-options__title {
    font-weight: 600;
}
.details-row-options__title:after {
    content: ':';
    font-weight: normal;
    margin-right: 5px;
}
.available {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.available i {
    margin-right: 6px;
    color: #7fba00;
    font-size: 21px;
}
.available span {
    font-size: 12px;
    color: #a0a4bc;
}
.time_buy_sticker {
    border-radius: 4px 0 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -14px;
    top: -30px;
    overflow: hidden;
    background: url(../images/night-icon.jpg) 0 20px no-repeat;
    background-size: 67px 19px;
}
.prod-btn{
    margin: 20px 0 0 0;
}
.product-code {
    font-size: 18px;
    color: red;
}
.full-prod-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
}
.full-prod__col {
    margin-left: 40px;
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
}
.slider-prod {
    position: relative;
}
.slider-nav {
    text-align: center;
    margin-top: 10px;
    padding: 0 25px;
}
.slider-nav-item {
    display: inline-block;
    max-width: 86px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    border: 2px solid #efefef;
    border-radius: 4px;
    cursor: pointer;
}
.slider-nav-item:hover {
    border: 2px solid #fde037;
}
.slider-nav-item img {
    height: 86px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.slick-current .slider-nav-item {
    border: 2px solid #fde037;
}
.slider-nav-item__wrap {
    padding-left: 5px;
    padding-right: 5px;
}
.slider-nav-item__wrap + .slider-nav-item__wrap {
    display: none;
}
.slider-for {
    border: 2px solid #efefef !important;
    border-radius: 3px;
    padding: 10px;
}
.slider-for__item {
    display: block;
    text-align: center;
}
.slider-for__item + .slider-for__item {
    display: none;
}
.slider-for__img {
    height: 440px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.slider-for-item {
    display: block;
}
.icon-video-big {
    position: relative;
}
.icon-video-big:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 76px;
    background: url("../images/icon-yo.png") center no-repeat;
    background-size: contain;
    transition: all 0.2s ease 0s;
}
.icon-video-big:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.slider-nav-item.icon-video {
    position: relative;
}
.slider-nav-item.icon-video:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url("../images/icon-yo.png") center no-repeat;
    background-size: contain;
    transition: all 0.2s ease 0s;
}
.slider-nav-item.icon-video:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
.prod-carousel-arrow {
    position: absolute;
    font-size: 60px;
    line-height: 1;
    display: block;
    z-index: 1;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.prod-carousel-arrow span {
    display: block;
    line-height: 26px;
}
.prod-carousel-prev {
    left: 0;
}
.prod-carousel-next {
    right: 0;
}
.sticker-prod {
    right: 0;
    top: 0;
    z-index: 2;
}
.prod-right {
    border-radius: 4px;
    background: #f6f6fb;
    padding: 20px;
}
.prod-right-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prod-right-top__left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    text-align: center;
}
.prod-right-top__right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
}
.price-word {
    font-weight: 600;
    color: #575b71;
    line-height: 1.1;
    font-size: 18px;
    margin-bottom: 5px;
}
.price-old {
    color: #a0a4bc;
    text-decoration: line-through;
    margin-top: 3px;
}
.price-percent {
    color: #9d06d7;
}
.price-value {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.pr_unit {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.microformat {
    display: none !important;
}
.add-comparison-flex {
    margin-top: 10px;
}
.favorites-ms-button a,
.add-comparison-flex a {
    width: 100%;
    line-height: 1;
    border-radius: 4px;
    height: 29px;
    line-height: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    text-align: center;
    background: #edeef8;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    color: #a0a4bc;
    cursor: pointer;
}
.favorites-ms-button a:hover,
.add-comparison-flex a:hover {
    background: #575b71;
    color: #fff;
}
.favorites-ms-button a.voted {
    background: #7fba00;
    color: #fff;
}
.favorites-ms-button a.voted .msfavorites-text-add {
    display: none;
}
.favorites-ms-button a.voted .msfavorites-text-remove {
    display: inline-block;
}
.favorites-ms-button a i {
    margin-right: 10px;
}
.add-comparison-flex a i {
    margin-right: 20px;
}
.msfavorites-text-remove,
.add-comparison-flex .comparison-remove {
    display: none;
}
.add-comparison-flex .added .comparison-remove {
    background: #575b71;
    color: #fff;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.add-comparison-flex .added .comparison-add {
    display: none;
}
.prod-buy {
    font-size: 18px;
    text-decoration:none;
    font-weight: 600;
    background: #fde037;
    color: #000;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}
.prod-buy:hover {
    background: #575b71;
    color: #fff;
}
.prod-buy:hover i {
    color: #bea201;
}
.prod-buy i {
    margin-right: 10px;
    color: #aeafb3;
    font-size: 21px;
}
.prod-buy__result {
    font-size: 18px;
    font-weight: 600;
    background: #7fba00;
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    text-decoration: none;
}
.prod-buy__result:hover {
    background: #7fba00;
    color: #fff;
}
.prod-buy__result:hover i {
    color: #fff;
}
.prod-buy__result i {
    margin-right: 10px;
    color: #fff;
    font-size: 21px;
}
.prod-one-click {
    width: 100%;
    height: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0 0 0;
    background: #7fba00;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.prod-one-click:hover {
    background: #575b71;
    color: #ffffff;
}
.prod-one-click i {
    margin-right: 7px;
    color: #ffffff;
    font-size: 16px;
}
.opt-orders {
    text-align: center;
    margin-top: 10px;
}
.opt-orders a {
    color: #8184a1;
}
.opt-orders a:hover {
    color: #000;
    text-decoration: none;
}
.cart-item-image {
    width: 90px;
    text-align: center;
}
.cart-item-image img {
    width: 75px;
    min-width: 75px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.cart-item-name {
    text-align: left;
}
.cart-item-name__link {
    display: block;
    max-width: 240px;
}
.cart-item-price {
    text-align: right;
    padding-right: 10px !important;
    width: 100px;
}
.cart-item__current-price {
    white-space: nowrap;
}
.cart-item__old-price {
    color: #9d06d7;
    text-decoration: line-through;
    white-space: nowrap;
}
.cart-item-quantity {
    width: 100px;
}
.cart-item-actions {
    width: 100px;
    text-align: center;
}
.cart-item-actions__submit {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    border: none;
    text-align: center;
    line-height: 29px;
    background: #edeef8;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    color: #a0a4bc;
    border-radius: 4px;
    cursor: pointer;
}
.cart-item-actions__submit:hover {
    background: #575b71;
    color: #fff;
}
.cart-table {
    border-collapse: separate;
    border-spacing: 0 2px;
    width: 100%;
}
.cart-table td {
    border-top: 1px solid #dee0ee;
    border-bottom: 1px solid #dee0ee;
    border-left: none;
    border-right: none;
    padding: 4px;
    background: #ffffff;
}
.cart-table td:first-child {
    border-left: 1px solid #dee0ee;
    border-radius: 4px 0 0 4px;
}
.cart-table td:last-child {
    border-right: 1px solid #dee0ee;
    border-radius: 0 4px 4px 0;
}
.cart-table th {
    background: #edeef8;
    font-weight: normal;
    padding: 4px;
}
.cart-table th:first-child {
    border-radius: 4px 0 0 4px;
}
.cart-table th:last-child {
    border-radius: 0 4px 4px 0;
}
.form-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-quantity {
    margin-right: 10px;
    max-width: 40px;
    min-width: 40px;
    height: 20px !important;
    padding: 0 3px !important;
}
.cart-popap-btn {
    margin-left: -6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-popap-btn > * {
    margin-left: 5px;
    margin-bottom: 10px;
}
.total-word {
    color: #575b71;
    text-align: right;
    font-size: 14px;
    padding-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.allsum {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 185px;
}
.cart-table-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prod-options {
    margin: 20px 0 0;
}
.prod-options-title {
    font-size: 16px;
    margin-bottom: 12px;
}
.prod-options-list {
    padding: 0;
    margin: 0 0 -5px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prod-options-list li {
    margin-left: 5px;
    margin-bottom: 5px;
}
.prod-options-list a {
    border: 1px solid #575b71;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #575b71;
}
.prod-options-list a:hover {
    background: #575b71;
    color: #fff;
}
.prod-options-list span {
    border: 1px solid #575b71;
    border-radius: 4px;
    display: block;
    padding: 5px;
    font-size: 12px;
    background: #575b71;
    color: #fff;
}
.product-pd-col-wrap {
    margin-top: 30px;
}
.delivery-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.delivery-info:not(:first-child) {
    margin-top: 10px;
}
.delivery-info-title {
    width: 190px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
}
.delivery-info-intro {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.delivery-info-intro p {
    margin: 0;
}
.delivery_click {
    display: inline-block;
    border-bottom: 1px dashed #575757;
    text-decoration: none;
}
.delivery_click:hover {
    border-bottom-color: #c90;
}
.thumbs-up-icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #d0d3d4 url(../images/like.svg) center center no-repeat;
    background-size: 15px 15px;
    margin-left: 16px;
}
.deferred-table {
    width: 100%;
}
.deferred-table td {
    padding: 5px;
    border-bottom: 1px solid #d9dadb;
}
.deferred-table td:first-child {
    white-space: nowrap;
    padding-left: 0;
    font-weight: 700;
    font-size: 14px;
}
.deferred-table td:last-child {
    padding-right: 0;
}
.deferred-block {
    margin-top: 15px;
}
.deferred-block-title {
    color: #dc292f;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}
.msOrder-section {
    margin: 25px auto 0;
    max-width: 550px;
}
.msOrder-title {
    margin-bottom: 10px;
    text-align: center;
}
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.form-left {
    width: 200px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 14px;
    color: #575b71;
}
.form-right {
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}
.inner-page {
    /*font-size: 16px;*/
}
.inner-page::after {
    display: block;
    content: "";
    clear: both;
}
.vendors-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
}
.vendors-section-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -moz-calc(20% - 5px);
    width: calc(20% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    text-decoration: none;
    color: #000;
    padding: 1px 0;
}
.vendors-section-child:hover {
    text-decoration: none;
    border: 1px solid #fde037;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
.vendors-section-child:hover .vendors-section-child__text {
    text-decoration: none;
}
.vendors-section-child__image {
    width: 88px;
    height: 56px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vendors-section-child__image img {
    max-height: 100%;
}
.vendors-section-child__text {
    padding: 2px 12px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: underline;
}
.btn-more-wrap {
    margin: 25px 0 0;
    text-align: center;
}
.btn-more-wrap button {
    min-width: 150px;
}
.sertificat-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-bottom: -20px;
}
.sertificat-item {
    width: 25%;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.articles-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.articles-item:hover .articles-item__title {
    color: #c90;
    text-decoration: none;
}
.articles-item + .articles-item {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
}
.articles-item__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.articles-item__left {
    width: 30%;
}
.articles-item__right {
    width: 65%;
    margin-left: 5%;
}
.articles-item__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: underline;
    -webkit-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    -o-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    -moz-transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
    transition: color .15s ease 0s, border-color .15s ease 0s, background-color .15s ease 0s;
}
.articles-item__descr a {
    position: relative;
    z-index: 2;
}
.article-wrap .breadcrumb-wrap {
    margin-top: 0;
}
.category-table-item {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    position: relative;
}
.category-table-item:hover {
    border: 1px solid #fde037;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
}
.category-table-item:hover .category-table-item__inner {
    border: 1px solid #fde037;
}
.category-table-item:hover .category-table-item__title span {
    color: #c90;
    text-decoration: none;
}
.category-table-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    padding: 4px 13px 4px 8px;
}
.category-table-item__image {
    width: 30px;
    margin-right: 10px;
    position: relative;
}
.category-table-item__sticker {
    position: absolute;
    left: -10px;
    top: -1px;
}
.category-table-item__sticker > * {
    width: 10px;
    height: 5px;
    margin: 0 0 3px;
}
.category-table-item__price {
    width: 100px;
    text-align: right;
}
.category-table-item__available {
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
.category-table-item__available i {
    margin-right: 6px;
    color: #7fba00;
    font-size: 21px;
}
.category-table-item__available span {
    font-size: 12px;
    color: #a0a4bc;
}
.category-table-item__btn {
    width: 154px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
.category-table-item__btn > * {
    border-radius: 4px;
}
.category-table-item .word-add {
    display: none !important;
}
.category-table-item__title {
    width: -moz-calc(100% - 40px - 100px - 150px - 154px);
    width: calc(100% - 40px - 100px - 150px - 154px);
}
.category-table-item__title span {
    text-decoration: underline;
}
.category-table-item__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
}
.category-table-item__img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.category-table-price {
    font-weight: 600;
}
.category-table-unit {
    font-weight: normal;
}
/* ================ Сравнение ================== */

.compare-table {
    table-layout: fixed;
    border: 1px solid #e9e9e9;
}
.compare-table td {
    width: 272px;
    vertical-align: top;
    min-width: 170px;
}
.compare-table td:first-child {
    border-right: 1px solid #e9e9e9;
}
.compare-table-btn {
    text-align: center;
}
.compare-table-btn > .btn-big {
    border-radius: 2px !important;
}
.compare-table-btn > .btn-big:first-child {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.compare-table-btn > .btn-big + .btn-big {
    margin-top: 10px;
}
.compare-table tr:first-child td {
    padding: 20px 15px;
}
.compare-item {
    border: 1px solid #e9e9e9;
    padding: 10px;
    position: relative;
}
.compare-item-img {
    display: block;
    margin-bottom: 10px;
}
.compare-item-remove {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1;
    display: inline-block;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.compare-item-remove:before {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #bfbfbf;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.compare-item-remove:after {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #bfbfbf;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.compare__product .compare-item-remove:hover {
    border-color: #575b71;
    background-color: #575b71;
}
.compare__product .compare-item-remove:hover:before,
.compare__product .compare-item-remove:hover:after {
    background: #fff;
}
.compare-item-title {
    font-size: 13px;
    color: #000;
    display: block;
}
.compare-item-bottom {
    margin-top: 15px;
}
.compare-item-bottom > * {
    border-radius: 4px;
}
.compare-item-bottom .category-item__buy:not(:hover) {
    background: #fde037;
    color: #000;
}
.compare-item-bottom .category-item__buy:not(:hover) i {
    color: #bea201;
}
.compare-item-price {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}
.compare-item-price span {
    font-size: 20px;
    font-weight: 600;
}
.compare-item-value td {
    padding: 13px 15px;
    border-top: 1px solid #e9e9e9;
}
.compare-item-value td:not(:last-child) {
    border-right: 1px solid #e9e9e9;
}
.compare-item-value:not(.same) td:not(:first-child):not(.compare__product) {
    background: #f9f1d1;
}
.compare-item-category {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.compare-item-title {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.compare-item-img {
    display: block;
    text-align: center;
}
.compare-item-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.compare-item .word-add {
    display: none;
}
.compare-control {
    vertical-align: bottom !important;
}
.comparison-link {
    color: #575b71;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-size: 14px;
}
.comparison-link:hover {
    border-bottom-style: solid;
}
.comparison-link.active {
    border-bottom-color: transparent;
    background: #efefef;
    color: black;
}
.compare-remove {
    margin-bottom: 15px;
}
.compare-button {
    margin-bottom: 10px;
}
.word-add {
    margin-right: 3px;
}
.expert-comment {
    float: left;
    margin: 0 20px 20px 0;
    width: 300px;
    border: 1px solid;
    padding: 10px;
    border-radius: 4px;
}
.expert-wrap-icon {
    text-align: center;
    position: relative;
}
.expert-image-thumb {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.expert-image-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.expert-comment, .xpert_degree, .article-case-intro {
    margin-bottom: 5px;
    margin-top: 5px;
}
.expert-comment, .xpert_degree {
    text-align: center;
    font-weight: bold;
}
.article-case-intro {
    font-size: 16px;
}
.overview-list-catalog {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.overview-list-catalog ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.overview-list-catalog ul li {
    position: relative;
}
.overview-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .5;
    z-index: 9;
}
.overview-image-thumb {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.aricle-wrap-abs {
    position: absolute;
    top: 20%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.article-case-name {
    font-size: 22px;
    line-height: 20px;
    font-weight: 800;
}
.overview-list-catalog ul li a {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    padding: 5px;
}

.delivery-main-info {
    margin-top: 15px;
}
.delivery-city{
    margin-bottom: 10px;
}
.delivery-city-btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 8px 0;
    cursor: pointer;
    color: #0094ce;
}
.params-item {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.params-item-title {
    -webkit-flex-basis: 105px;
    -ms-flex-preferred-size: 105px;
    flex-basis: 105px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.params-item-value {
    flex-grow: 1;
}
.params-item .params-icon {
    color: #b3b3b3;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}
.params-item .params-title {
    color: #585858;
    display: inline-block;
    vertical-align: top;
}
.icon-svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    font-size: 16px;
    width: 16px;
    height: 16px;
    stroke: none;
    stroke-width: inherit;
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
    overflow: visible;
}
.params-item-title svg {
    display: inline-block;
    vertical-align: top;
}
.header-sticky__item {   
    padding: 4px;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all .08s ease;
    transition: all .08s ease;
    font-weight: bold;
    text-shadow: -2px 2px 0 rgba(0,0,0,0.5);
}
.uk-active .header-sticky__item {
    padding: 4px;
    font-size:16px;
}
@media screen and (max-width: 1253px) {
    .full-prod-top {
        margin-left: -20px;
    }
    .full-prod__col {
        margin-left: 20px;
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 1234px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1013px) {
    .header-sticky__item.scroll, .header-sticky__item {font-size:20px}
    .offcanvas-menu-title {
        display: block;
    }
    .tm-offcanvas-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999999999;
        height: 48px;
        width: 48px;
        position: absolute !important;
        color: #ffffff;
        font-size: 26px;
        text-decoration: none;
        right: 0;
        top: 0;
    }
    .filters-button-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog-section {
        padding: 18px;
    }
    .catalog-section-child {
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
    .category-left {
        width: 100%;
        margin-right: 0;
    }
    .category-right {
        width: 100%;
    }
    .schema-filter-popover {
        width: 100%;
        position: relative;
        margin-left: 0;
        margin-top: 10px;
    }
    .schema-filter-popover__inner {
        max-height: none;
    }
    .schema-filter-popover__columns_4 {
        width: 100%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .mse2_mfilter_checkbox label,
    .schema-filter-popover__column-item label {
        display: inline-block;
    }
    .filter ~ * {
        display: none;
    }
    .available,
    .category-item__button,
    .category-item__code,
    .item-review-wilson {
        display: none;
    }
    .details-row-options {
        margin-top: 12px;
    }
    .category-item__price-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .category-item__price {
        background: #ffde00;
        padding: 9px 6px 7px 10px;
        position: relative;
        height: 33px;
        line-height: 16px;
    }
    .category-item__price:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16.5px 0 16.5px 7px;
        border-color: transparent transparent transparent #fd0;
        position: absolute;
        top: 0;
        right: -7px;
    }
    .category-item__old-price {
        margin-top: 5px;
    }
    .vendors-section-child {
        width: -moz-calc(25% - 5px);
        width: calc(25% - 5px);
    }
    .category-item__form .popular-item__price-wrap{
        min-height: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -8px;
        align-items: flex-end;
    }
    .category-item__form .popular-item__price{
        margin: 0 0 5px 8px;
        background: #ffde00;
        padding: 0px 6px 1px 10px;
        position: relative;
    }
    .category-item__form .popular-item__price:before{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16.5px 0 16.5px 7px;
        border-color: transparent transparent transparent #fd0;
        position: absolute;
        top: 0;
        right: -7px;
    }
    .category-item__form .popular-item__old-price{
        margin: 0 0 7px 8px;
    }
    .category-item{
        display: flex;
        flex-direction: column;
    }
    .category-item__form{
        flex-grow: 1;
    }
}
@media screen and (max-width: 959px) {
    .slider-wrap {
        width: 100%;
    }
    .advantag-left {
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .advantag-left-inner {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog-nav__intro {
        width: -moz-calc(33.3333% - 10px);
        width: calc(33.3333% - 10px);
    }
    .category-item {
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .vendors-section-child {
        width: -moz-calc(33.3333% - 5px);
        width: calc(33.3333% - 5px);
    }
}
@media screen and (max-width: 870px) {
    .overview-list-catalog {
        display: none;
    }
}
@media screen and (max-width: 767px) {
     .opt-orders {display:none;}
     .deferred-block-title {color:#0094ce;font-size:13px;}
     .deferred-table td, .deferred-table td:first-child {font-size:13px;}
    .slider-prod .sticker > span {
        font-size: 17px;
        line-height: 40px;
        width: 90px;
        height: 40px;
    }
    .slider-prod .sticker > span:before {
        border-width: 20px 0 20px 6px;
    }
    .slider-prod .inset_num, .slider-prod .discount small {font-size: 12px;padding-top:5px;}
    .select2-container {width: 100% !important;}
    .product-pd-col-wrap {margin-top:10px;}
    #mse2_limit, #mse2_tpl {
        display: none;
    }
    h1,
    .h1 {
        font-size: 16px;
        line-height: 1.3;
    }
    h2,
    .h2 {
        font-size: 16px;
        line-height: 1.3;
    }
    h3,
    .h3 {
        font-size: 16px;
        line-height: 1.3;
    }
    h4,
    .h4 {
        font-size: 15px;
    }
    .mobile-hidden {
        display: none !important;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .advantag-left {
        display: none;
    }
    .advantages {
        display: none;
    }
    .banner-item {
        width: 100%;
        margin-top: 2px;
    }
    .banner-item-img {
        height: 109px;
    }
    .banner-item-block {
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .banner-item-title {
        font-size: 14px;
    }
    .catalog-nav__parent {
        font-size: 14px;
    }
    .popular-item__button {
        display: none;
    }
    .popular-item__btn-one-click {
        display: block;
    }
    .breadcrumb {
        margin: 0;
    }
    .breadcrumb-li {
        max-width: 85px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb-wrap {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .product__variants h1 {
        margin-bottom: 0;
    }
    .price-word {
        display: none;
    }
    .prod-right-top__left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .price-percent + .price-value {
        margin-right: 0;
    }
    .price-value {
        margin: auto;
    }
    .price-percent {
        position: absolute;
        left: 0;
        bottom: -17px;
    }
    .prod-right {
        padding-top: 0;
    }
    .product-code {
        font-size: 12px;
        margin: 5px 0;
    }
    .share-wrap {
        display: none;
    }
    .quick-links-wrap {
        display: none;
    }
    .category-page {
        margin-top: 0;
    }
    .schema-filter-popover__columns_4 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .sorting-wrap {
        display: none;
    }
    .details-row-options {
        display: none;
    }
    .category-item__title {
        margin-bottom: 12px;
    }
    .full-prod__col {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .slider-nav {
        display: none !important;
    }
    .slider-for__img {
        height: 300px;
    }
    .slider-for .slick-dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart-item-price {
        width: auto;
        font-size: 12px;
    }
    .cart-item-quantity {
        width: auto;
    }
    .cart-item-actions {
        width: auto;
    }
    .cart-table thead {
        display: none;
    }
    .vendors-section-child {
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
    }
    .sertificat-item {
        width: 33.3333%;
    }
    .category-table-item__btn,
    .category-table-item__available {
        display: none;
    }
    .category-table-item__title {
        width: -moz-calc(100% - 40px - 100px);
        width: calc(100% - 40px - 100px);
    }
    .compare-table-btn .btn-big {
        font-size: 12px;
        white-space: nowrap;
    }
    .compare-item-img {
        margin-right: 18px;
    }
    .compare-item-remove {
        background: none;
        border: none;
        width: 28px;
        min-width: 28px;
        height: 28px;
    }
    .compare-item-title {
        font-size: 12px;
    }
    .compare-item-price {
        font-size: 14px;
    }
    .compare-item-price span {
        font-size: 16px;
    }
    .compare-table {
        border: none;
    }
    .compare-table td:first-child,
    .compare-table tr:first-child td:first-child {
        padding-left: 0;
    }
    .compare-table td:last-child,
    .compare-table tr:first-child td:last-child {
        padding-right: 0;
    }
    .compare-table tr:first-child td {
        padding-top: 1px;
    }
    .prod-btn{
        margin-left: -10px;
        display: flex;
    }
    .prod-btn .prod-buy{
        margin-top: 0;
        text-transform: none;
        font-size: 16px;
    }
    .prod-btn > * {
        width: 100%;
        margin-left: 10px;
        height: 41px;
        text-transform: none;
        font-size: 16px;
        margin-top: 0;
        border-radius: 4px;
    }
    .prod-btn .product-item__btn-price-check {width:100%;}
    .prod-btn i{
        display: none;
    }
    .slider-for .prod-carousel-prev {
        left: 20px;
    }
    .slider-for .prod-carousel-next {
        right: 20px;
    }
    .slider-for{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 640px) {
    .catalog-nav__intro {
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .catalog-section-child {
        width: -moz-calc(100% - 5px);
        width: calc(100% - 5px);
    }
    .form-left {
        width: 100%;
        margin-bottom: 5px;
        padding-top: 0;
    }
    .form-right {
        width: 100%;
    }
    .prod-right{
        padding: 10px;
    }
    .prod-btn > * {
        /* width: calc(50% - 10px); */
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .twelve_months, .present_towel {
        width: 40px !important;
        margin-left: -52px !important;
    }
    .articles-item__left {
        width: 100%;
        margin-bottom: 15px;
    }
    .articles-item__right {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 479px) {
    .category-item__price {
        font-size: 18px;
    }
    .cart-item-image {
        display: none;
    }
    .cart-item-name {
        border-left: 1px solid #dee0ee !important;
        border-radius: 4px 0 0 4px;
    }
    .input-quantity {
        min-width: 27px;
        text-align: center;
    }
    .total-word {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .allsum {
        width: auto;
    }
    .vendors-section-child {
        width: -moz-calc(100% - 5px);
        width: calc(100% - 5px);
    }
    .sertificat-item {
        width: 50%;
    }
    .catalog-nav__intro {
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}
@media screen and (max-width: 450px){
    .prod-right-top__left{
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
    .prod-right-top__right{
        /*width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-top: 10px;*/
        display:none;
    }
    .header-sticky__item.scroll, .header-sticky__item {font-size:11px}
}
@media screen and (max-width: 400px) {
    .tvr_search-btn {display:none;}
    .search_price .unit {font-size:10px;}
    .twelve_months {width:65px !important;margin-left: -18px !important;line-height:28px !important;}
    @-ms-viewport {
        width: device-width;
    }
    .category-item__form {
        padding: 0 13px 10px 13px
    }
    ul.pagination li:last-child, ul.pagination li:first-child {display:none;}
    #mse2_mfilter .pagination {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
}
@media screen and (max-width: 365px) {
    .category-item__price,
    .category-item__old-price {
        font-size: 14px;
    }
}
.out-of-stock {
    font-size: 14px;
    color: red;
}
.product-bar-sticky .out-of-stock {
    font-size: 11px;
}
@charset "UTF-8";.header-row{padding-top:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.header-logo{width:200px;text-align:center}.header-menu{padding:0;margin:0 0 10px -8px;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-menu li{margin:0 0 5px 8px}.header-menu a{border-bottom:1px dashed #575b71;line-height:1.3;font-size:14px;text-decoration:none;text-transform:uppercase}.header-menu a:hover{border-color:#c90}.header-col-2{width:-moz-calc(100% - 200px - 142px - 20px - 188px - 20px);width:calc(100% - 200px - 142px - 20px - 188px - 20px)}.header-col-3{width:142px;margin-left:20px}.header-schedule{font-size:14px}.header-schedule p{margin:0}.header-schedule small{font-size:8px;display:block}.header-call-back{height:29px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:7px 0 0 0;padding:0;color:#fafafc;background:#7fba00;white-space:nowrap;border:1px solid #dee0ee;font-size:11px;font-weight:400;text-align:center;text-transform:uppercase;text-decoration:none;border-radius:4px}.header-call-back i{font-size:16px;margin-right:3px}.header-call-back:hover{background:#797d97;color:#fff}.header-wrapper{padding-left:0;padding-right:0}.form-box{position:relative}.telephone{width:188px;margin-left:20px}.telephone p{font-size:18px;margin-bottom:5px;margin-top:0;font-weight:600;line-height:1}.telephone p a{text-decoration:none;color:#575b71}.telephone p .mts{background:url("/assets/templates/images/mts.png") left no-repeat;background-size:17%;font-size:18px;padding-left:20px;font-weight:normal}.telephone p .velcom{background:url("/assets/templates/images/velcom.png") left no-repeat;background-size:17%;font-size:18px;padding-left:20px;font-weight:normal}.form-search-input{height:36px;margin:0;padding:0 80px 0 42px;font-size:14px;color:#8184a1;border:1px solid #fff;border-radius:7px;background:#fff}.form-search{position:relative}.form-search:before{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:12px;top:50%;margin:-10px 0 0 0;padding:0;font-size:20px;color:#dee0ee}.btn-search{width:62px;height:29px;position:absolute;right:9px;top:3px;margin:0;padding:0;font-size:11px;color:#8184a1;text-transform:uppercase;border:1px solid #dee0ee;border-radius:4px;background:#fff;-webkit-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.btn-search:hover{color:#fff;border:1px solid #575b71;background:#575b71}.cityselect-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.cityselect-label{color:#afafb0;font-size:11px;margin-right:10px}.cityselect-title{color:#5a5858;border-bottom:1px dotted #5a5858;font-size:11px;text-decoration:none}.cityselect-title:hover{border-color:#c90}.cityselect-help{position:relative;left:0;margin-top:5px;padding:1px 8px 3px 8px;border:1px solid #9fc2dc;border-radius:9px;color:#5a5858;font-size:10px;display:inline-block}.cityselect-help:after{content:"";background:transparent url("/assets/templates/images/cityangle.png") no-repeat left top;width:7px;height:4px;position:absolute;right:21px;top:-4px}@media screen and (min-width:1014px){.top-menu{padding:0;margin:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mob-menu,.offcanvas-block,.header-button-mob{display:none}.header:not(.uk-active) .main-menu{width:100%;background:#fde037;position:relative;z-index:99;margin-top:10px}.header:not(.uk-active) .main-menu-li{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header:not(.uk-active) .main-menu-li:not(:last-child){border-right:1px solid #575b71}.header:not(.uk-active) .main-menu-li:hover .main-menu-link>a{color:#fff;background:#8184a1}.header:not(.uk-active) .main-menu-li:hover .submenu-wrap{display:block;overflow-y:scroll}.header:not(.uk-active) .main-menu-link>a{text-align:center;text-decoration:none;text-transform:uppercase;height:32px;display:block;line-height:32px;padding:0 2px;font-size:11px}.header:not(.uk-active) .submenu{padding:0;margin:0;list-style:none;width:25%}.header:not(.uk-active) .submenu-wrap{display:none;position:absolute;top:100%;left:0;right:0;z-index:3;background-color:#edeef8;border-radius:0 0 6px 6px;box-shadow:0 0 20px rgba(0,0,0,.3);padding:10px 0;overflow-y:auto;max-height:-moz-calc(100vh - 160px);max-height:calc(100vh - 160px)}.header:not(.uk-active) .submenu-li:hover .submenu-dropdown,.header:not(.uk-active) .submenu-li.active .submenu-dropdown,.header:not(.uk-active) .submenu-li.submenu-hovered .submenu-dropdown{display:block}#mse2_calculate_old_price_wrap{margin-bottom:0;padding-bottom:0}.header:not(.uk-active) .submenu-li .submenu-link__icon{margin-right:20px}.submenu-link__icon img{width:40px;height:31px;object-fit:contain}.header.uk-active .submenu-link__icon{display:none}.header:not(.uk-active) .submenu-li>a{display:flex;align-items:center;color:#000;font-size:15px;font-weight:normal;padding:10px 25px;position:relative;margin-left:0;text-decoration:none;border-radius:2px}.header:not(.uk-active) .submenu-li:hover>a,.header:not(.uk-active) .submenu-li.submenu-hovered>a{background:#fff}.header:not(.uk-active) .submenu-li.active>a{background:#fff}.header:not(.uk-active) .submenu-dropdown{padding:20px 50px;position:absolute;min-height:100%;background:#fff;right:0;top:0;width:75%;display:none}.header:not(.uk-active) .submenu-dropdown-title{text-transform:uppercase}.header:not(.uk-active) .submenu-dropdown-title a{text-decoration:none}.header:not(.uk-active) .submenu-dropdown-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.header:not(.uk-active) .submenu-dropdown-col{-moz-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:5px;margin-right:5px;width:-moz-calc(50% - 10px);width:calc(50% - 10px)}.header:not(.uk-active) .submenu-dropdown-block+.submenu-dropdown-block{margin-top:25px}.header:not(.uk-active) .submenu-dropdown-subtitle{font-size:15px;font-weight:600;color:#111}.header:not(.uk-active) .submenu-dropdown-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;list-style:none;margin:0 0 0 -10px}.header:not(.uk-active) .submenu-dropdown-list>li{margin:10px 0 0 10px}.header:not(.uk-active) .submenu-dropdown-list>li a{text-decoration:none}.header:not(.uk-active) .submenu-dropdown-list>li a:hover span{border-color:#c90}.header:not(.uk-active) .submenu-dropdown-list>li a span{border-bottom:1px solid #575b71}.header:not(.uk-active) .submenu-dropdown-list>li a img{margin-right:3px}.header:not(.uk-active) .header-button{position:fixed;box-shadow:0 0 12px rgba(0,0,0,.36);background:#dee0ee;margin:0;padding:0;z-index:99;border-radius:3px 0 0 3px;width:50px;height:auto;left:auto;right:0;bottom:auto;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden}.header:not(.uk-active) .header-button-item+.header-button-item{border-top:1px solid #c9c9c9}.header:not(.uk-active) .header-button-inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header:not(.uk-active) .header-button-link{font-size:30px;color:#bea201;display:block;text-decoration:none;padding:10px 0 10px 0;text-align:center}.header:not(.uk-active) .header-button-link:hover{background:#c90;color:#fff}.header:not(.uk-active) .header-button-count{font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:24px;border-radius:50%;background:#575b71;width:24px;height:24px;display:block;margin:0 auto}.header:not(.uk-active) .viber-img{text-align:center;display:block}.header:not(.uk-active) .viber-img:hover img{-webkit-transform:rotateZ(27deg) scale(1.1);-moz-transform:rotateZ(27deg) scale(1.1);-ms-transform:rotate(27deg) scale(1.1);-o-transform:rotateZ(27deg) scale(1.1);transform:rotateZ(27deg) scale(1.1)}.header:not(.uk-active) .viber-img img{width:30px;padding:10px 0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out,-moz-transform .2s ease-in-out}.header:not(.uk-active) .header-cart{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.header:not(.uk-active) .all-category,.header:not(.uk-active) .telephone__wrap{display:none}.header:not(.uk-active) .telephone{display:block !important;padding:0 !important;width:auto !important;height:auto !important;opacity:1 !important;margin-left:20px !important}.header.uk-active{background:#fde037;border-radius:0 0 3px 3px;box-shadow:0 0 12px rgba(0,0,0,.36)}.header.uk-active .header-menu{display:none}.header.uk-active .header-col-3,.header.uk-active .telephone,.header.uk-active .cityselect{display:none}.header.uk-active .header-row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0}.header.uk-active .header-button{margin-left:20px}.header.uk-active .header-button-inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:-15px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header.uk-active .header-button-item{margin-left:15px}.header.uk-active .header-button-link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#bea201;margin:0 auto;font-size:30px;line-height:1;text-align:center;position:relative;width:50px;height:55px;text-decoration:none}.header.uk-active .header-button-link:hover{background:#c90;color:#fff}.header.uk-active .header-button-count{position:absolute;right:-7px;top:3px;display:inline-block;width:24px;height:24px;font-size:14px;font-weight:700;color:#fff;text-align:center;line-height:24px;border-radius:50%;background:#575b71}.header.uk-active .viber-img{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:55px}.header.uk-active .viber-img:hover img{-webkit-transform:rotateZ(27deg) scale(1.1);-moz-transform:rotateZ(27deg) scale(1.1);-ms-transform:rotate(27deg) scale(1.1);-o-transform:rotateZ(27deg) scale(1.1);transform:rotateZ(27deg) scale(1.1)}.header.uk-active .viber-img img{width:30px;padding:10px 0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out,-moz-transform .2s ease-in-out}.header.uk-active .header-logo{width:auto;margin-right:20px}.header.uk-active .header-logo img{height:46px}.header.uk-active .header-col-2{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header.uk-active .all-category{margin-right:20px;padding:9px 31px 9px 0;-moz-box-sizing:border-box;box-sizing:border-box;background:transparent url("/assets/templates/images/float_arrow2.png") no-repeat right top;background-position:right center;cursor:pointer}.header.uk-active .all-category__first-line{color:#000 !important;border-bottom:1px dashed #000;font-weight:700;font-size:11.5pt;display:block;padding-bottom:1px;white-space:nowrap}.header.uk-active .all-category__two-line{font-size:9pt;padding-top:2px;color:#000;line-height:1.2em;white-space:nowrap}.header.uk-active .all-category:hover~.main-menu .top-menu{display:block}.header.uk-active .header-row.active .top-menu{display:block}.header.uk-active .telephone__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:55px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px;position:relative}.header.uk-active .telephone__one{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;white-space:nowrap}.header.uk-active .telephone__left{font-size:10px;padding-right:12px}.header.uk-active .telephone__center{font-size:28px;color:#000}.header.uk-active .telephone__right{font-size:10px;padding:0 0 0 12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header.uk-active .telephone__head{font-size:15px;margin-bottom:15px;text-decoration:underline;text-decoration-skip-ink:none;color:#575b71}.header.uk-active .telephone__head--2{font-size:15px;margin-top:15px;margin-bottom:15px;border-bottom:1px solid #575b71;border-top:1px solid #575b71;padding:10px 0}.header.uk-active .telephone-scroll{display:none;position:absolute;padding:15px !important;background:#fff;right:0;left:0;top:100%;width:auto !important;box-shadow:0 0 10px rgba(0,0,0,.5);font-weight:600;color:#575b71;line-height:1}.header.uk-active .telephone-scroll p{font-size:18px;margin-bottom:5px;margin-top:0}.header.uk-active .telephone-scroll p a{text-decoration:none;color:#575b71}.header.uk-active .telephone-scroll .mts{background:url("/assets/templates/images/mts.png") left no-repeat;background-size:17%;font-size:18px;padding-left:20px;font-weight:400;color:#8184a1}.header.uk-active .telephone-scroll .velcom{background:url("/assets/templates/images/velcom.png") left no-repeat;background-size:17%;font-size:18px;padding-left:20px;font-weight:400;color:#8184a1}.header.uk-active .btn-search{border:1px solid #dee0ee;background:#575b71;color:#fff}.header.uk-active .btn-search:hover{color:#fff;border:1px solid #575b71;background:#575b71;opacity:.65}.header.uk-active .main-menu{position:absolute;max-width:1234px;margin:0 auto;padding-left:24px;padding-right:24px;left:0;right:0;top:100%}.header.uk-active .top-menu{display:none;margin-left:143px;position:absolute;left:0;top:0;z-index:111;background:#fff;border:1px solid #bbd7e3;border-top:0 none transparent;padding:0 0 7px;box-shadow:4px 4px 2px #b5b5b5}.header.uk-active .submenu-dropdown{display:none}.header.uk-active .submenu-wrap{opacity:0;width:0;overflow:hidden;position:absolute;left:100%;top:0;min-height:0;-webkit-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.header.uk-active .main-menu-link>a{font-size:14px;font-weight:600;color:#575b71;display:block;margin:0;padding:7px 32px 7px 15px;position:relative;text-decoration:none}.header.uk-active .main-menu-li.parent>.main-menu-link>a:before{content:"";position:absolute;top:50%;right:13px;margin:-5px 0 0;padding:0;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #dee0ee;-webkit-transition:border-color .15s ease;-o-transition:border-color .15s ease;-moz-transition:border-color .15s ease;transition:border-color .15s ease}.header.uk-active .main-menu-li:hover .main-menu-link>a{background-color:#575b71;color:#fff}.header.uk-active .main-menu-li:hover .submenu-wrap{overflow:visible;width:100%;opacity:1;min-height:100%;margin:0;background:#fff;padding:0 0 7px;border:1px solid #bbd7e3;border-left:0 none transparent;border-top:0 none transparent;box-shadow:4px 4px 2px #b5b5b5;margin-left:1px;-moz-box-sizing:border-box;box-sizing:border-box}.header.uk-active .submenu{padding:0;list-style:none}.header.uk-active .submenu-li>a{font-size:14px;font-weight:600;color:#575b71;display:block;margin:0;padding:7px 15px;position:relative;text-decoration:none}.header.uk-active .submenu-li:hover>a{background-color:#575b71;color:#fff}.header.uk-active .mail1,.header.uk-active .vibe1{font-size:14px;font-weight:normal}.header.uk-active .mail1 i{font-size:15px;margin-right:5px;position:relative;top:2px}.header.uk-active .vibe1{margin-top:5px}.header.uk-active .vibe1 i{font-size:17px;margin-right:5px;position:relative;top:3px}.form-box{display:block !important;padding:0 !important;width:auto !important;height:auto !important;opacity:1 !important}}@media screen and (max-width:1234px){.header-wrapper{padding-left:20px;padding-right:20px}}@media screen and (max-width:1013px){.main-menu-li .submenu-wrap.show{display:block}.catalog-section-phones{margin-bottom:8px;padding:17px 20px 17px 55px;background:#ececec url("/assets/templates/images/phone_panel.svg") 18px 29px no-repeat;background-size:22px}.catalog-section-phones p{font-size:20px;font-weight:600;line-height:20px;color:#000;margin:0 0 8px}.catalog-section-phones p:last-child{margin-bottom:0}.catalog-section-phones p a{color:#000;text-decoration:none}.catalog-section-phones p:last-child{font-size:12px;line-height:15px;color:rgba(0,0,0,.6)}.gr--bg{margin:0 0 2px}.gr--bg a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;border-radius:4px;color:#fff;background:#7fba00;font-size:14px;border:1px solid #dee0ee;text-decoration:none}.gr--bg a i{margin-right:5px}.rd--bg{margin:0 0 8px}.rd--bg a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 11px;border-radius:4px;color:#fff;background:#f00;font-size:14px;border:1px solid #dee0ee;text-decoration:none}.rd--bg a i{margin-right:5px}.offcanvasmenu{margin:0;padding:0;list-style:none}.offcanvasmenu>li{margin-top:2px}.offcanvasmenu>li>a{font-size:14px;color:#575b71;border:1px solid #dee0ee;border-radius:4px;display:block;margin:0;padding:7px 11px}.submenu-dropdown{display:none}}@media screen and (max-width:767px){.all-category,.header-menu,.telephone__wrap{display:none}.submenu-link__icon{margin-right:20px}body>.uk-sticky-placeholder{position:-webkit-sticky;position:sticky;z-index:100;top:0}.header{background:#575b71;position:-webkit-sticky;position:sticky;z-index:100;top:0}.uk-offcanvas-page .header{position:fixed}.cityselect,.form-box{display:none}.header-logo{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header-logo>a{display:block;width:100px}.mob-menu span{display:none}.mob-menu i{overflow:hidden}.mob-menu a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:53px;height:46px;font-size:30px;color:#fff}.telephone,.header-col-3,.header-button-item:not(.header-button-viz-all){display:none}.header-row{padding-top:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.header-col-2{width:auto;-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1;border-right:1px solid #8184a1;margin-right:10px}.header-wrapper{padding-left:0;padding-right:0}.header-button-item{border-left:1px solid #8184a1}.header-button-item a{width:46px;height:46px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#fff;position:relative;text-decoration:none}.header-button-count{height:16px;width:16px;border-radius:50%;color:#fff;text-align:center;line-height:16px;position:absolute;top:5px;right:5px;background:#43484d;font-size:10px;font-weight:400}.header-button-mob{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.form-box,.telephone{position:absolute;top:100%;left:0;right:0;background:#000;padding:10px;width:auto !important;margin:0;z-index:2}.form-search-input{height:32px}.btn-search{right:1px;top:1px}.telephone>*{width:200px;margin-left:auto;margin-right:auto}.telephone p a{color:#fff46b}.telephone p a span{font-size:16px}.uk-offcanvas-page .header.uk-active{-webkit-animation:none;-moz-animation:none;animation:none}body:not(.uk-offcanvas-page) .main-menu{display:none}.call-search.active,.call-phone.active{background:#000}.top-menu{padding:0;margin:0;list-style:none}.main-menu-li{border-top:1px solid #c9c9c9}.main-menu-li.active .arrow{background:#575b71;color:#b7bbd3}.main-menu-li.active .arrow:before{content:""}.main-menu-link{position:relative}.main-menu-link>a{display:block;padding:6px 31px 6px 17px;font-size:14px;font-weight:600;text-decoration:none}.main-menu-li.active .main-menu-link>a{background:#575b71;color:#fff}.main-menu-link .current-item{font-weight:700}.arrow{width:31px;height:100%;position:absolute;right:0;top:0;margin:0;padding:0;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#575b71;-webkit-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;transition:all .15s ease 0s}.arrow:before{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.submenu{padding:0;margin:0;list-style:none;font-size:14px}.submenu-li{border-bottom:1px solid #c9c9c9}.submenu-li:last-child{border-bottom:0}.submenu-li>a{display:block;text-decoration:none;padding:6px 17px 7px 17px}.submenu-wrap{display:none}.gr--bg a,.rd--bg a{border-radius:0;border:0}.offcanvasmenu>li{margin:0;margin-bottom:-1px}.offcanvasmenu>li>a{border-radius:0;text-decoration:none;padding:6px 17px;font-size:14px}.catalog-section-phones,.gr--bg,.rd--bg{margin-bottom:0}}@media screen and (min-width:768px){.menu-tabs,#install-menu,#contacts-tab{display:none}}@media screen and (min-width:768px) and (max-width:1013px){.all-category,.header-menu,.telephone__wrap{display:none}.header:not(.uk-active) .header-row{padding-bottom:70px;position:relative;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header:not(.uk-active) .header-col-2{position:absolute;bottom:0;left:-20px;right:-20px;width:auto;border-radius:6px 6px 0 0;background:#dee0ee;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:5px 15px 0 15px}.header:not(.uk-active) .form-box{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:10px}.header:not(.uk-active) .mob-menu i{display:none}.header:not(.uk-active) .mob-menu a{width:122px;height:51px;margin-right:5px;display:block;font-size:18px;font-weight:600;color:#575b71;text-align:center;text-decoration:none;line-height:46px}.header:not(.uk-active) .mob-menu a:hover{color:#000;border-radius:4px 4px 0 0;background:#fff}.header:not(.uk-active) .header-logo{width:170px}.header:not(.uk-active) .header-button{margin-left:20px}.header:not(.uk-active) .header-button-inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:-15px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header:not(.uk-active) .header-button-item{margin-left:15px}.header:not(.uk-active) .header-button-link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#bea201;margin:0 auto;font-size:30px;line-height:1;text-align:center;position:relative;width:30px;height:30px;text-decoration:none}.header:not(.uk-active) .header-button-count{position:absolute;right:-10px;top:-9px;display:inline-block;width:20px;height:20px;font-size:12px;font-weight:600;color:#fff;text-align:center;line-height:20px;border-radius:50%;background:#575b71}.header:not(.uk-active) .viber-img{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:55px}.header:not(.uk-active) .viber-img:hover img{-webkit-transform:rotateZ(27deg) scale(1.1);-moz-transform:rotateZ(27deg) scale(1.1);-ms-transform:rotate(27deg) scale(1.1);-o-transform:rotateZ(27deg) scale(1.1);transform:rotateZ(27deg) scale(1.1)}.header:not(.uk-active) .viber-img img{width:30px;padding:10px 0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out,-moz-transform .2s ease-in-out}.header:not(.uk-active) .submenu-dropdown,.header:not(.uk-active) .header-button-mob{display:none}.header:not(.uk-active) .form-box{display:block !important;padding:0 !important;width:auto !important;height:auto !important;opacity:1 !important;margin-bottom:10px !important}.header:not(.uk-active) .telephone{display:block !important;padding:0 !important;width:auto !important;height:auto !important;opacity:1 !important;margin-left:20px !important}.header.uk-active{background:#575b71}.header.uk-active .cityselect,.header.uk-active .form-box{display:none}.header.uk-active .header-logo{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header.uk-active .header-logo>a{display:block;width:100px}.header.uk-active .mob-menu span{display:none}.header.uk-active .mob-menu i{overflow:hidden}.header.uk-active .mob-menu a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:53px;height:46px;font-size:30px;color:#fff}.header.uk-active .telephone,.header.uk-active .header-col-3,.header.uk-active .header-button-item:not(.header-button-viz-all){display:none}.header.uk-active .header-row{padding-top:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header.uk-active .header-col-2{width:auto;-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1;border-right:1px solid #8184a1;margin-right:10px}.header.uk-active .header-wrapper{padding-left:0;padding-right:0}.header.uk-active .header-button-item{border-left:1px solid #8184a1}.header.uk-active .header-button-item a{width:46px;height:46px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#fff;position:relative;text-decoration:none}.header.uk-active .header-button-count{height:16px;width:16px;border-radius:50%;color:#fff;text-align:center;line-height:16px;position:absolute;top:5px;right:5px;background:#43484d;font-size:10px;font-weight:400}.header.uk-active .header-button-mob{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.header.uk-active .form-box,.header.uk-active .telephone{position:absolute;top:100%;left:0;right:0;background:#000;padding:10px;width:auto !important;margin:0;z-index:2}.header.uk-active .form-search-input{height:32px}.header.uk-active .btn-search{right:1px;top:1px}.header.uk-active .telephone>*{width:200px;margin-left:auto;margin-right:auto}.header.uk-active .telephone p a{color:#fff46b}.header.uk-active .telephone p a span{font-size:16px}.uk-offcanvas-page .header.uk-active{-webkit-animation:none;-moz-animation:none;animation:none}body:not(.uk-offcanvas-page) .main-menu{display:none}.call-search.active,.call-phone.active{background:#000}.top-menu{padding:20px 20px 0;margin:0;list-style:none}.main-menu-li{margin-bottom:8px}.main-menu-li.active .main-menu-link>a{color:#c90;text-decoration:none;border:2px solid #fde037;background:none}.main-menu-li.active .arrow{border-left:1px solid #fde037}.main-menu-li.active .arrow:before{content:"";color:#c90}.main-menu-link{margin-bottom:4px;position:relative}.main-menu-link>a{display:block;padding:8px 38px 8px 12px;font-size:18px;font-weight:600;color:#575b71;border:2px solid #edeef8;border-radius:4px;background:#edeef8}.main-menu-link:hover>a{color:#c90;text-decoration:none;border:2px solid #fde037;background:none}.main-menu-link:hover .arrow{color:#c90}.arrow{width:38px;height:100%;position:absolute;right:0;top:0;margin:0;padding:0;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid #dee0ee;font-size:18px;color:#dee0ee;-webkit-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;transition:all .15s ease 0s}.arrow:before{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.submenu{padding:0;margin:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-2px}.submenu-li{margin-left:2px;margin-bottom:2px}.submenu-li>a{height:56px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 12px;border:1px solid #dee0ee;border-radius:4px;-webkit-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;transition:all .15s ease 0s}.submenu-li>a:before{-webkit-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;transition:all .15s ease 0s}.submenu-li:hover>a{box-shadow:0 0 15px rgba(0,0,0,.36);border:1px solid #fde037;position:relative}.submenu-li:hover>a:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;border:1px solid #fde037;border-radius:4px}.submenu-wrap{display:none}}@media screen and (min-width:1014px){.header:not(.uk-active) .header-bottom-new{width:100%;background:#fde037;position:relative;z-index:99;margin-top:10px}.header-bottom-new__row{display:flex;align-items:center}.header-bottom-new__row .top-menu{flex-grow:1;border-left:1px solid #575b71}.header-bottom-new__row .catalog-btn-wrap{border:1px solid #fde037;height:50px;display:inline-flex;align-items:center;padding:0 20px;cursor:pointer;background:#fde037;color:#000}.header-bottom-new__row .catalog-btn{width:20px;margin-right:10px;pointer-events:none}.all-category .catalog-btn{pointer-events:none}.header-bottom-new__row .catalog-btn span{display:block;height:2px;background:#000;transition:rotate .2s ease 0s}.header-bottom-new__row .catalog-btn span+span{margin-top:3px}.header-bottom-new__row .catalog-btn.active span:nth-child(2){display:none}.header-bottom-new__row .catalog-btn.active span:first-child{transform:rotate(-45deg);margin:0;position:relative;top:1px}.header-bottom-new__row .catalog-btn.active span:last-child{transform:rotate(45deg);margin:0;position:relative;top:-1px}.uk-offcanvas.uk-offcanvas-menu{display:none;z-index:1000;background:rgba(0,0,0,.5);position:absolute;-ms-touch-action:auto;touch-action:auto;bottom:auto;left:15px;right:0;top:50px;padding:20px 0 20px 20px;border:1px solid #e8e8e8;border-top:0;box-shadow:0 5px 20px rgba(0,0,0,.07);height:calc(100vh - 204px);overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}.uk-offcanvas-menu.show-menu,.show-menu .uk-offcanvas-bar-menu{display:block;overflow:visible}.header.uk-active .header-bottom-new__row{display:none}.menu__container{position:absolute;top:0;-webkit-box-shadow:0 7px 10px rgba(0,0,0,.2);box-shadow:0 7px 10px rgba(0,0,0,.2);left:-15px;visibility:hidden;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.mobile-menu__first-li.back{cursor:pointer}.show-menu .menu__container{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px);max-height:calc(100vh - 204px);min-height:calc(100vh - 204px)}.show-menu .menu__container:before{width:10000%;position:absolute;background:#fff;top:0;right:100%;bottom:0;display:block;z-index:999;content:""}.show-menu .menu__container:after{width:10000%;position:absolute;background:rgba(0,0,0,.5);z-index:999;top:0;left:100%;bottom:0;display:block;content:""}.menu__container .menu__section{max-height:calc(100vh - 204px);min-height:calc(100vh - 204px);overflow-y:hidden;width:33.3333%}.header.uk-active .menu__container .menu__section{max-height:calc(100vh - 86px);min-height:calc(100vh - 86px)}.menu__container .menu__section ul{width:100%;padding:10px 10px 15px;max-height:100%;min-height:100%;background:#fff;border-left:1px solid #eaeaea;overflow-y:auto}.menu__container .menu__section.menu__section_child ul{display:none}.menu__container .menu__section.menu__section_child ul.active{display:block}.menu__section_child>ul .mobile-menu__first-li{display:flex;align-items:center}.mobile-submenu{margin-top:0}.overflowX,.overflowX body{overflow-x:hidden}.mobile-menu__first-li.back{font-weight:700;margin-bottom:10px;cursor:pointer}.mobile-menu{padding:0;margin:0;list-style:none}.mobile-menu>.mobile-menu__first-li{padding-left:10px;padding-right:0}.mobile-menu__parent-div{display:flex;align-items:center}.mobile-menu__parent-div>a,a.mobile-menu__first-li{flex-grow:1;display:flex;align-items:center;color:inherit;padding:12px 0}.mobile-menu__parent-img{margin-right:10px;position:relative;top:-1px;width:15px;display:block}.menu-title,.img-level-2{display:none}.mobile-menu__parent-div>.mobile-menu__parent-icon,.mobile-menu__first-li.parent+.mobile-menu__parent-icon{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:20px;height:20px;font-size:18px}.mobile-menu__parent-icon{display:none}.header.uk-active .header-wrapper{position:relative}.header.uk-active .uk-offcanvas.uk-offcanvas-menu{top:57px}.header.uk-active .show-menu .menu__container{max-height:calc(100vh - 86px);min-height:calc(100vh - 86px)}.header.uk-active .uk-offcanvas.uk-offcanvas-menu{height:calc(100vh - 86px)}}@media screen and (max-width:1013px){.header-bottom-new__row{display:none}.offcanvas-menu-close{position:fixed;width:20px;height:20px;top:14px;left:-20px;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.offcanvas-menu-close:before{position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0;margin:auto;content:"";background:#fff;width:20px;height:2px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.offcanvas-menu-close:after{position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0;margin:auto;content:"";background:#fff;width:20px;height:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.uk-offcanvas.uk-active .offcanvas-menu-close{left:550px}.menu-title{padding:15px 20px 15px;color:#222;font-size:14px;text-transform:uppercase}.mobile-menu{border-top:1px solid #eaeef5}.mobile-menu,.mobile-submenu{padding:0;margin:0;list-style:none}.uk-offcanvas-bar.uk-offcanvas-bar-menu{width:calc(100% - 50px);max-width:540px}.mobile-menu__first-li.back{background:#fff;border-bottom:1px solid #e8e8e8;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:20px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;font-weight:700;font-size:17px;line-height:17px;color:#222}.mobile-menu__catalog-link{display:none !important}.mobile-menu__parent-div{font-size:14px;border-bottom:1px solid #eaeef5;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu__parent-div a{color:#222;display:block;padding:12px 12px 11px 20px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-decoration:none}.mobile-menu__parent-img{margin-right:10px}.mobile-menu__parent-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;min-height:40px}.mobile-menu__parent-icon:before{content:"" !important;width:0;height:0;border-style:solid;border-width:2.5px 0 2.5px 3px;border-color:transparent transparent transparent #90979e}.menu__copy{position:fixed;top:89px;height:-moz-calc(100vh - 89px);height:calc(100vh - 89px);bottom:0;left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);z-index:1001;width:100%;max-width:100%;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out,-moz-transform .3s ease-in-out;-ms-scroll-chaining:none}.uk-offcanvas-bar-menu.active .menu__container~*{display:none}.mobile-menu__first-li.parent.active>.menu__copy{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.mobile-menu__first-li.back:before{content:"";display:inline-block;margin-right:10px;width:0;height:0;border-style:solid;border-width:2.5px 3px 2.5px 0;border-color:transparent #222 transparent transparent}.mobile-submenu .mobile-menu__first-li a{display:flex;align-items:center;color:#222;padding:12px 20px 11px;font-size:14px;border-bottom:1px solid #e8e8e8;text-decoration:none}.mobile-submenu .mobile-menu__first-li a.active{background:#e8e8e8}.mobile-submenu .mobile-menu__parent-icon,.mobile-menu__first-li.level1:not(.parent)>.mobile-menu__parent-div .mobile-menu__parent-icon,.uk-offcanvas-bar-menu.active .mobile-menu>li:not(.active){display:none}.img-level-2{margin-right:10px;position:relative;top:-1px;width:15px;flex-shrink:0}}@media screen and (max-width:580px){.uk-offcanvas-menu.uk-active .offcanvas-menu-close{left:auto;right:15px}}.slider-prod .sticker>span{font-size:16px;width:88px;height:35px}.slider-prod .sticker>span::before{border-width:18px 0 17px 6px}.slider-prod .inset_num,.discount small{font-size:10px}@media screen and (max-width:787px){.menu-tabs{display:flex;align-items:center;padding:0 10px;background:#eaeef5}.menu-tab-item{text-decoration:none;color:#000;padding:10px 5px;margin-right:15px}.menu-tab-item.active{border-bottom:2px solid #fde037;font-weight:700}.menu-tabs-content{height:calc(100vh - 87px);overflow:auto}.menu-tabs-content.active{display:block}.menu-tabs-content{display:none}.menu-tabs-content--text{padding:15px 15px 30px 15px}}
@charset "UTF-8";

/* Здесь переменные и миксины */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?6khsd1") format("truetype"), url("../fonts/icomoon.woff?6khsd1") format("woff"), url("../fonts/icomoon.svg?6khsd1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-viber:before {
  content: "\e91d";
  color: #665cac;
}

.icomoon-clip:before {
  content: "\e919";
}

.icomoon-th-large:before {
  content: "\e912";
}

.icomoon-clear:before {
  content: "\e910";
}

.icomoon-vk:before {
  content: "\e90a";
}

.icomoon-minus-circle:before {
  content: "\e921";
}

.icomoon-plus-circle:before {
  content: "\e920";
}

.icomoon-bars:before {
  content: "\e91f";
}

.icomoon-minus:before {
  content: "\e91e";
}

.icomoon-envelope-o:before {
  content: "\e91c";
}

.icomoon-phone:before {
  content: "\e91b";
}

.icomoon-plus:before {
  content: "\e91a";
}

.icomoon-trash-o:before {
  content: "\e918";
}

.icomoon-bolt:before {
  content: "\e917";
}

.icomoon-exchange:before {
  content: "\e916";
}

.icomoon-heart:before {
  content: "\e915";
}

.icomoon-check-circle:before {
  content: "\e914";
}

.icomoon-align-justify:before {
  content: "\e913";
}

.icomoon-mouse-pointer:before {
  content: "\e911";
}

.icomoon-angle-right:before {
  content: "\e90e";
}

.icomoon-angle-left:before {
  content: "\e90f";
}

.icomoon-instagram:before {
  content: "\e90d";
}

.icomoon-odnoklassniki:before {
  content: "\e90b";
}

.icomoon-facebook:before {
  content: "\e90c";
}

.icomoon-facebook-f:before {
  content: "\e90c";
}

.icomoon-check:before {
  content: "\e909";
}

.icomoon-search:before {
  content: "\e908";
}

.icomoon-angle-down:before {
  content: "\e900";
}

.icomoon-chevron-down:before {
  content: "\e901";
}

.icomoon-shopping-cart:before {
  content: "\e902";
}

.icomoon-thumbs-up:before {
  content: "\e903";
}

.icomoon-truck:before {
  content: "\e904";
}

.icomoon-star:before {
  content: "\e905";
}

.icomoon-chevron-right:before {
  content: "\e906";
}

.icomoon-chevron-left:before {
  content: "\e907";
}

/* Slick Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-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: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  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 {
  width: 100%;
}

.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;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #3b3a3a;
  border-radius: 50%;
  background: none;
  padding: 0;
  text-indent: -20000px;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #3b3a3a;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  -moz-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

/* ========================================================================
   Component: Sticky
 ========================================================================== */

/*
 * 1. More robust if padding and border are used
 * 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
 */

[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
  -webkit-backface-visibility: hidden;
}

/*
 * Faster animations
 */

[data-uk-sticky][class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

[data-uk-sticky].uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

/* ==================== Off-canvas ====================== */

@media screen and (max-width: 1013px) {
  .uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    /* 3 */
    -ms-touch-action: none;
    touch-action: none;
    /* 4 */
    background: rgba(0, 0, 0, 0.4);
  }

  .uk-offcanvas.uk-active {
    display: block;
  }

  .uk-offcanvas-page {
    /* 1 */
    position: fixed;
    /* 2 */
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    /* 3 */
    margin-left: 0;
  }

  .uk-offcanvas-bar {
    /* 1 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    /* 2 */
    width: 70%;
    max-width: 100%;
    background: #fff;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    /* 5 */
    -ms-scroll-chaining: none;
    box-shadow: 0 0 20px 10px rgba(153, 153, 153, 0.4);
  }

  .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* Modifier `uk-offcanvas-bar-flip`
   ========================================================================== */

  .uk-offcanvas-bar-flip {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* Offcanvase modes
   ========================================================================== */

  .uk-offcanvas-bar[mode='none'] {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .uk-offcanvas-bar[mode='reveal'] {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    -webkit-transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: clip 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  }

  .uk-offcanvas-bar-flip[mode='reveal'] {
    clip: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .uk-offcanvas-bar-flip[mode='reveal'] > * {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  }

  .uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777;
  }

  .uk-offcanvas .uk-panel-title {
    color: #ccc;
  }
}

@media screen and (max-width: 640px) {
  .uk-offcanvas-bar {
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }

  .uk-offcanvas {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
.select2-container{min-width:100px;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

body.compensate-for-scrollbar {overflow: hidden;}
.fancybox-active {height: auto;}
.fancybox-is-hidden {left: -9999px;margin: 0;position: absolute !important;top: -9999px;visibility: hidden;}
.fancybox-container {-webkit-backface-visibility: hidden;height: 100%;left: 0;outline: none;position: fixed;-webkit-tap-highlight-color: transparent;top: 0;-ms-touch-action: manipulation;touch-action: manipulation;transform: translateZ(0);width: 100%;z-index: 99992;}
.fancybox-container * {box-sizing: border-box;}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {bottom: 0;left: 0;position: absolute;right: 0;top: 0;}
.fancybox-outer {-webkit-overflow-scrolling: touch;overflow-y: auto;}
.fancybox-bg {background: #1e1e1e;opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47,0,.74,.71);}
.fancybox-is-open .fancybox-bg {opacity: .9;transition-timing-function: cubic-bezier(.22,.61,.36,1);}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {direction: ltr;opacity: 0;position: absolute;transition: opacity .25s ease,visibility 0s ease .25s;visibility: hidden;z-index: 99997;}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {opacity: 1;transition: opacity .25s ease 0s,visibility 0s ease 0s;visibility: visible;}
.fancybox-infobar {color: #ccc;font-size: 13px;-webkit-font-smoothing: subpixel-antialiased;height: 44px;left: 0;line-height: 44px;min-width: 44px;mix-blend-mode: difference;padding: 0 10px;pointer-events: none;top: 0;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.fancybox-toolbar {right: 0;top: 0;}
.fancybox-stage {direction: ltr;overflow: visible;transform: translateZ(0);z-index: 99994;}
.fancybox-is-open .fancybox-stage {overflow: hidden;}
.fancybox-slide {-webkit-backface-visibility: hidden;display: none;height: 100%;left: 0;outline: none;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: absolute;text-align: center;top: 0;transition-property: transform,opacity;white-space: normal;width: 100%;z-index: 99994;}
.fancybox-slide:before {content: "";display: inline-block;font-size: 0;height: 100%;vertical-align: middle;width: 0;}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {display: block;}
.fancybox-slide--image {overflow: hidden;padding: 44px 0;}
.fancybox-slide--image:before {display: none;}
.fancybox-slide--html {padding: 6px;}
.fancybox-content {background: #fff;display: inline-block;margin: 0;max-width: 100%;overflow: auto;-webkit-overflow-scrolling: touch;padding: 44px;position: relative;text-align: left;vertical-align: middle;}
.fancybox-slide--image .fancybox-content {animation-timing-function: cubic-bezier(.5,0,.14,1);-webkit-backface-visibility: hidden;background: transparent;background-repeat: no-repeat;background-size: 100% 100%;left: 0;max-width: none;overflow: visible;padding: 0;position: absolute;top: 0;transform-origin: top left;transition-property: transform,opacity;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;z-index: 99995;}
.fancybox-can-zoomOut .fancybox-content {cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-content {cursor: zoom-in;}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {cursor: grab;}
.fancybox-is-grabbing .fancybox-content {cursor: grabbing;}
.fancybox-container [data-selectable=true] {cursor: text;}
.fancybox-image, .fancybox-spaceball {background: transparent;border: 0;height: 100%;left: 0;margin: 0;max-height: none;max-width: none;padding: 0;position: absolute;top: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100%;}
.fancybox-spaceball {z-index: 1;}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {height: 100%;overflow: visible;padding: 0;width: 100%;}
.fancybox-slide--video .fancybox-content {background: #000;}
.fancybox-slide--map .fancybox-content {background: #e5e3df;}
.fancybox-slide--iframe .fancybox-content {background: #fff;}
.fancybox-iframe, .fancybox-video {background: transparent;border: 0;display: block;height: 100%;margin: 0;overflow: hidden;padding: 0;width: 100%;}
.fancybox-iframe {left: 0;position: absolute;top: 0;}
.fancybox-error {background: #fff;cursor: default;max-width: 400px;padding: 40px;width: 100%;}
.fancybox-error p {color: #444;font-size: 16px;line-height: 20px;margin: 0;padding: 0;}
.fancybox-button {background: rgba(30,30,30,.6);border: 0;border-radius: 0;box-shadow: none;cursor: pointer;display: inline-block;height: 44px;margin: 0;padding: 10px;position: relative;transition: color .2s;vertical-align: top;visibility: inherit;width: 44px;}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {color: #ccc;}
.fancybox-button:hover {color: #fff;}
.fancybox-button:focus {outline: none;}
.fancybox-button.fancybox-focus {outline: 1px dotted;}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {color: #888;cursor: default;outline: none;}
.fancybox-button div {height: 100%;}
.fancybox-button svg {display: block;height: 100%;overflow: visible;position: relative;width: 100%;}
.fancybox-button svg path {fill: currentColor;stroke-width: 0;}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {display: none;}
.fancybox-progress {background: #ff5268;height: 2px;left: 0;position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 0;transition-property: transform;transition-timing-function: linear;z-index: 99998;}
.fancybox-close-small {background: transparent;border: 0;border-radius: 0;color: #ccc;cursor: pointer;opacity: .8;padding: 8px;position: absolute;right: -12px;top: -44px;z-index: 401;}
.fancybox-close-small:hover {color: #fff;opacity: 1;}
.fancybox-slide--html .fancybox-close-small {color: currentColor;padding: 10px;right: 0;top: 0;}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden;}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {display: none;}
.fancybox-navigation .fancybox-button {background-clip: content-box;height: 100px;opacity: 0;position: absolute;top: calc(50% - 50px);width: 70px;}
.fancybox-navigation .fancybox-button div {padding: 7px;}
.fancybox-navigation .fancybox-button--arrow_left {left: 0;left: env(safe-area-inset-left);padding: 31px 26px 31px 6px;}
.fancybox-navigation .fancybox-button--arrow_right {padding: 31px 6px 31px 26px;right: 0;right: env(safe-area-inset-right);}
.fancybox-caption {background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom: 0;color: #eee;font-size: 14px;font-weight: 400;left: 0;line-height: 1.5;padding: 75px 44px 25px;pointer-events: none;right: 0;text-align: center;z-index: 99996;}
@supports (padding:max(0px)) {.fancybox-caption {padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));}}
.fancybox-caption--separate {margin-top: -50px;}
.fancybox-caption__body {max-height: 50vh;overflow: auto;pointer-events: all;}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {color: #ccc;text-decoration: none;}
.fancybox-caption a:hover {color: #fff;text-decoration: underline;}
.fancybox-loading {animation: a 1s linear infinite;background: transparent;border: 4px solid #888;border-bottom-color: #fff;border-radius: 50%;height: 50px;left: 50%;margin: -25px 0 0 -25px;opacity: .7;padding: 0;position: absolute;top: 50%;width: 50px;z-index: 99999;}
@keyframes a {to {transform: rotate(1 turn);}}
.fancybox-animated {transition-timing-function: cubic-bezier(0,0,.25,1);}
.fancybox-fx-slide.fancybox-slide--previous {opacity: 0;transform: translate3d(-100%,0,0);}
.fancybox-fx-slide.fancybox-slide--next {opacity: 0;transform: translate3d(100%,0,0);}
.fancybox-fx-slide.fancybox-slide--current {opacity: 1;transform: translateZ(0);}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {opacity: 0;transition-timing-function: cubic-bezier(.19,1,.22,1);}
.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {opacity: 0;transform: scale3d(1.5,1.5,1.5);}
.fancybox-fx-zoom-in-out.fancybox-slide--next {opacity: 0;transform: scale3d(.5,.5,.5);}
.fancybox-fx-zoom-in-out.fancybox-slide--current {opacity: 1;transform: scaleX(1);}
.fancybox-fx-rotate.fancybox-slide--previous {opacity: 0;transform: rotate(-1 turn);}
.fancybox-fx-rotate.fancybox-slide--next {opacity: 0;transform: rotate(1 turn);}
.fancybox-fx-rotate.fancybox-slide--current {opacity: 1;transform: rotate(0deg);}
.fancybox-fx-circular.fancybox-slide--previous {opacity: 0;transform: scale3d(0,0,0) translate3d(-100%,0,0);}
.fancybox-fx-circular.fancybox-slide--next {opacity: 0;transform: scale3d(0,0,0) translate3d(100%,0,0);}
.fancybox-fx-circular.fancybox-slide--current {opacity: 1;transform: scaleX(1) translateZ(0);}
.fancybox-fx-tube.fancybox-slide--previous {transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);}
.fancybox-fx-tube.fancybox-slide--next {transform: translate3d(100%,0,0) scale(.1) skew(10deg);}
.fancybox-fx-tube.fancybox-slide--current {transform: translateZ(0) scale(1);}
@media (max-height:576px) {.fancybox-slide {padding-left: 6px;padding-right: 6px;}
	.fancybox-slide--image {padding: 6px 0;}
	.fancybox-close-small {right: -6px;}
	.fancybox-slide--image .fancybox-close-small {background: #4e4e4e;color: #f2f4f6;height: 36px;opacity: 1;padding: 6px;right: 0;top: 0;width: 36px;}
	.fancybox-caption {padding-left: 12px;padding-right: 12px;}
	@supports (padding:max(0px)) {.fancybox-caption {padding-left: max(12px,env(safe-area-inset-left));padding-right: max(12px,env(safe-area-inset-right));}}}
.fancybox-share {background: #f4f4f4;border-radius: 3px;max-width: 90%;padding: 30px;text-align: center;}
.fancybox-share h1 {color: #222;font-size: 35px;font-weight: 700;margin: 0 0 20px;}
.fancybox-share p {margin: 0;padding: 0;}
.fancybox-share__button {border: 0;border-radius: 3px;display: inline-block;font-size: 14px;font-weight: 700;line-height: 40px;margin: 0 5px 10px;min-width: 130px;padding: 0 15px;text-decoration: none;transition: all .2s;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;}
.fancybox-share__button:link, .fancybox-share__button:visited {color: #fff;}
.fancybox-share__button:hover {text-decoration: none;}
.fancybox-share__button--fb {background: #3b5998;}
.fancybox-share__button--fb:hover {background: #344e86;}
.fancybox-share__button--pt {background: #bd081d;}
.fancybox-share__button--pt:hover {background: #aa0719;}
.fancybox-share__button--tw {background: #1da1f2;}
.fancybox-share__button--tw:hover {background: #0d95e8;}
.fancybox-share__button svg {height: 25px;margin-right: 7px;position: relative;top: -1px;vertical-align: middle;width: 25px;}
.fancybox-share__button svg path {fill: #fff;}
.fancybox-share__input {background: transparent;border: 0;border-bottom: 1px solid #d7d7d7;border-radius: 0;color: #5d5b5b;font-size: 14px;margin: 10px 0 0;outline: none;padding: 10px 15px;width: 100%;}
.fancybox-thumbs {background: #ddd;bottom: 0;display: none;margin: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;padding: 2px 2px 4px;position: absolute;right: 0;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 0;width: 212px;z-index: 99995;}
.fancybox-thumbs-x {overflow-x: auto;overflow-y: hidden;}
.fancybox-show-thumbs .fancybox-thumbs {display: block;}
.fancybox-show-thumbs .fancybox-inner {right: 212px;}
.fancybox-thumbs__list {font-size: 0;height: 100%;list-style: none;margin: 0;overflow-x: hidden;overflow-y: auto;padding: 0;position: absolute;position: relative;white-space: nowrap;width: 100%;}
.fancybox-thumbs-x .fancybox-thumbs__list {overflow: hidden;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {width: 7px;}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {background: #fff;border-radius: 10px;box-shadow: inset 0 0 6px rgba(0,0,0,.3);}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {background: #2a2a2a;border-radius: 10px;}
.fancybox-thumbs__list a {-webkit-backface-visibility: hidden;backface-visibility: hidden;background-color: rgba(0,0,0,.1);background-position: 50%;background-repeat: no-repeat;background-size: cover;cursor: pointer;float: left;height: 75px;margin: 2px;max-height: calc(100% - 8px);max-width: calc(50% - 4px);outline: none;overflow: hidden;padding: 0;position: relative;-webkit-tap-highlight-color: transparent;width: 100px;}
.fancybox-thumbs__list a:before {border: 6px solid #ff5268;bottom: 0;content: "";left: 0;opacity: 0;position: absolute;right: 0;top: 0;transition: all .2s cubic-bezier(.25,.46,.45,.94);z-index: 99991;}
.fancybox-thumbs__list a:focus:before {opacity: .5;}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {opacity: 1;}
@media (max-width:576px) {.fancybox-thumbs {width: 110px;}
	.fancybox-show-thumbs .fancybox-inner {right: 110px;}
	.fancybox-thumbs__list a {max-width: calc(100% - 10px);}}
@charset "UTF-8";

/* Здесь переменные и миксины */

.footer-top {
    max-width: 1234px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
#ui-id-1 {
    width: 100%;
}
.item-no-price.price-value {
    font-size: 14px;
}
.footer-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 28px;
}
.footer-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-menu-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
}
.footer-menu li {
    margin-left: 3px;
    margin-right: 3px;
}
.footer-menu li + li {
    margin-top: 6px;
}
.footer-menu li a {
    position: relative;
    padding: 0 0 0 7px;
}
.footer-menu li a:before {
    content: "-";
    position: absolute;
    left: 0;
}
.footer-social {
    padding: 0;
    list-style: none;
    margin: 8px 0 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-social li {
    margin-left: 8px;
}
.footer-social a {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #fde037;
    text-decoration: none;
}
.footer-social a:hover {
    color: #fff;
    background: #797d97;
}
.footer-bottom {
    max-width: 1234px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.footer-bottom-inner {
    border-top: 1px dotted #dee0ee;
    font-size: 12px;
    color: #a0a4bc;
    padding: 24px 0 20px;
}
.site-info {
    max-width: 30%;
    line-height: 1.5;
}
.footer-telephone {
    display: none;
    font-size: 11px;
}
/*.footer-telephone span {*/
    /*padding-left: 20px;*/
/*}*/
/*.footer-telephone .mts {*/
    /*background: url(/assets/images/mts.png) left no-repeat;*/
    /*background-size: 17%;*/
/*}*/
/*.footer-telephone .velcom {*/
    /*background: url(/assets/images/velcom.png) left no-repeat;*/
    /*background-size: 17%;*/
/*}*/
/*.footer-telephone a {*/
    /*text-decoration: none;*/
/*}*/
/*.footer-telephone p {*/
    /*margin: 0;*/
/*}*/
/*.footer-telephone p + p {*/
    /*margin-top: 3px;*/
/*}*/
.topButton {
    position: fixed;
    padding: 9px 7px 9px 7px;
    background: #000;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    opacity: .5;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    z-index: 99;
    width: 150px;
}
.cookie {
    clear: both;
    position: fixed;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.36);
    background: #7fba00;
    padding: 7px 0;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1100000;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    color: #fff;
}
.cookie span {
    display: inline-block;
    background: #fde037;
    color: #000;
    height: 29px;
    line-height: 29px;
    border-radius: 4px;
    padding: 0 30px;
    cursor: pointer;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cookie span:hover {
    background: #575b71;
    color: #fff;
}
.cookie-wrapper {
    max-width: 1234px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.pagination-wrap {
    margin-top: 20px;
}
ul.pagination {
    margin: 0 0 -4px !important;
    padding: 0 !important;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.pagination li {
    width: 29px;
    height: 27px;
    margin: 0 4px 4px 0;
    padding: 0;
}
ul.pagination li:last-child {
    margin-right: 0;
}
ul.pagination li a {
    border: 1px solid #dee0ee;
    border-radius: 4px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}
ul.pagination li a:hover {
    border: 1px solid #575b71;
    background: #575b71;
    color: #ffffff;
}
ul.pagination li a,
ul.pagination li span {
    display: block;
    font-weight: 300;
    color: #575b71;
    text-align: center;
    text-decoration: none;
    line-height: 27px;
}
ul.pagination li.disabled a {
    pointer-events: none;
}
ul.pagination li.active span {
    color: #402a1d;
    border: 1px solid #fde037;
    background: #fde037;
    border-radius: 4px;
}
.pagination li:first-child,
.pagination li:nth-child(2),
.pagination li:nth-last-child(1),
.pagination li:nth-last-child(2) {
    width: auto;
    text-align: center;
}
.pagination li:first-child a,
.pagination li:nth-child(2) a,
.pagination li:nth-last-child(1) a,
.pagination li:nth-last-child(2) a {
    padding: 0 7px;
}
.popap {
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
    background: #f4f5fd;
    overflow-y: auto;
    max-height: 90vh;
}
.popap.fancybox-content {
    padding: 0;
}
.popap-title {
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #a0a4bc;
}
.popap .fancybox-close-small {
    padding: 0;
    width: 24px;
    height: 24px;
    color: #ffffff;
    background: #575b71;
    border-radius: 50%;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}
.popap .fancybox-close-small:hover {
    background: #c90;
}
#block-one-click {
    width: 615px;
}
.fancybox-bg {
    background: rgba(87, 91, 113, 0.8);
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.block-one-click__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.block-one-click__left {
    width: 218px;
    padding: 20px;
    background: #fff;
}
.block-one-click__title {
    margin: 12px 0 0 0;
    padding: 0;
    text-align: center;
}
.block-one-click__form {
    padding: 20px;
}
.popap-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.popap-line__left {
    width: 125px;
    padding-right: 5px;
    padding-top: 7px;
}
.popap-line__right {
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
}
.popap-btn {
    margin-top: 10px;
    text-align: right;
}
.popap-submit {
    width: 153px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#opt-orders {
    width: 396px;
}
.cart-popap-inner__top {
    padding: 15px;
}
.cart-popap-inner__bottom {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}
.popap-content {
    padding: 20px;
}
.popap-content::after {
    display: block;
    content: "";
    clear: both;
}
#delivery-info {
    width: 580px;
}
.text-center {
    text-align: center !important;
}
.table-padding td {
    padding: 7px;
}
.tabs-content {
    border-top: 1px solid #d9dadb;
    padding-top: 12px;
    background: transparent url(../images/border_top.png) repeat-x left top;
    margin-top: 30px;
}
.prod-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    border-radius: 6px 6px 0 0;
    background: #dee0ee;
}
.nav-link {
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    height: 42px;
    display: block;
    margin: 0;
    padding: 0 13px;
}
.nav-link:hover {
    color: #fff;
    background: #8184a1;
}
.nav-item.active .nav-link {
    color: #fff;
    background: #8184a1;
}
.adapt-button {
    display: none;
}
.prod-tab {
    height: 0;
    overflow: hidden;
}
.prod-tab.active {
    height: auto;
    overflow: visible;
}
.prod-tab-inner {
    background: #fcfcfc;
    padding: 10px;
}
.catalog-detail-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5rem 2rem;
      list-style-position: inside;
}
@media(max-width: 991px){
    .catalog-detail-wrap {
      display: block;
}
}
.catalog-detail-property {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
    width: 100%;
}
@media(max-width: 992px){
    .catalog-detail-property {
        width: 100%;
    }
}
.property-val {
    min-width: 122px;
}
.property-name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.property-name:after {
    content: '';
    border-bottom: 1px dotted #dee0ee;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 3px;
    position: relative;
    top: -2px;
}
.review-add {
    width: 100%;
    display: block;
    max-width: 203px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    background: #7fba00;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}
.review-add:hover {
    color: #575b71;
    border: 1px solid #727272;
    background: transparent;
}
.review-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.review-top .h2,
.review-top h2 {
    margin-right: 10px;
    margin-bottom: 0;
}
.pdopage-reviews {
    margin-top: 40px;
}
.ec-message {
    padding: 19px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.ec-message + .ec-message {
    margin-top: 20px;
}
.ec-message h5,
.ec-message .h5 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 13px;
}
.ec-message p {
    margin-top: 0;
    margin-bottom: 5px;
}
.ec-message-data {
    width: 120px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.ec-message-text {
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}
.btn-load-reviews {
    margin-top: 20px;
    text-align: center;
}
.btn-reviews {
    width: 153px;
    height: 31px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
    padding: 0;
    background: #575b71;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    -webkit-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}
.btn-reviews:hover {
    color: #575b71;
    border: 1px solid #727272;
    background: transparent;
}
.ec-rating-stars span {
    background: url(../images/ec-stars.png) 0 -16px no-repeat;
    width: 20px;
    height: 16px;
    float: left;
    display: block;
    margin: 0;
    cursor: pointer;
}
.quarantee-files-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
}
.quarantee-files-item {
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.quarantee-files-item img {
    max-height: 120px;
    margin: 0 auto;
}
.quarantee-files-name {
    margin-top: 10px;
}
.related-item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(100% - 10px) !important;
    width: calc(100% - 10px) !important;
    background: #fff;
}
.related-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.related-item .category-item__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.related-item .available{
    min-height: 31px;
}
.services-center-list > span:not(:last-child):after {
    content: ",";
}
.set-cheaper {
    border-top: 1px solid #d9dadb;
    padding-top: 12px;
    background: transparent url(../images/border_top.png) repeat-x left top;
    margin-top: 30px;
}
.composition-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.set-product {
    width: 130px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.set-product-image {
    height: 193px;
}
.set-product-image img {
    height: 193px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.set-product-name {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #575b71;
    font-size: 13px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.set-product-price {
    font-weight: 600;
    color: #ff2f2f;
    font-size: 14px;
}
.set-product-price-old {
    font-size: 14px;
    text-decoration: line-through;
}
.set-product-submit {
    background: #fde037;
    color: #000;
    border: 0;
    margin-top: 20px;
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
}
.set-product-submit:hover {
    background: #575b71;
    color: #fff;
}
.set-price {
    min-height: 36px;
}
.tag-sign {
    width: 47px;
    height: 47px;
    display: block;
    border-radius: 50%;
    background: #ffbc2d;
    text-align: center;
    border: 3px solid #f6f6fb;
    font-size: 20px;
    font-weight: 700;
    color: #f6f6fb;
    line-height: 40px;
    position: absolute;
    top: 80px;
    right: -38px;
    z-index: 1;
}
.benefit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefit-inner {
    height: 150px;
    background: #7fba00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    padding-bottom: 15px;
    width: 100%;
}
.benefit-item__old-price {
    font-size: 15px;
    line-height: 1.5;
    text-decoration: line-through;
}
.benefit-item__new-price {
    font-size: 20px;
    line-height: 1.5;
}
.benefit-item__summ {
    font-size: 12px;
    line-height: 1.5;
}
.categ-cart-popap__img img {
    max-height: 170px;
    width: 100px;
    margin-right: 15px;
}
.categ-cart-popap__inner {
    text-align: center;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
select[name="modifications"] {
    position: relative;
    z-index: 2;
}
.categ-cart-popap__inner:last-child {
    border-bottom: none;
}
.categ-cart-popap__name {
    margin-top: 12px;
}
.contact-page-form {
    padding: 20px;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    background: #edeef8;
}
.contact-page-form__submit {
    text-align: right;
    margin-top: 15px;
}
.service_order {
    margin-top: 36px;
    background: #fff9bd;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service_order_title {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    width: 100%;
}
.service_order_thumb {
    width: 20%;
}
.service_order_thumb p {
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.service_feedback {
    width: 77%;
    margin-left: 3%;
}
.service_feedback_labels {
    margin-bottom: 5px;
}
.service_feedback_attach {
    width: 180px;
    height: 50px;
}
.service_feedback_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}
.service_feedback_bottom > * {
    margin-left: 20px;
}
.service_feedback_btn {
    width: -moz-calc(100% - 180px - 40px);
    width: calc(100% - 180px - 40px);
}
.btn-service {
    display: block;
    width: 100%;
    border: none;
    line-height: 34px;
    font-size: 16px;
    background: #dc292f;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-service:hover {
    background: #f25532;
    color: #fff;
}
label[for="attach_1"],
label[for="attach_2"],
label[for="attach_3"] {
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 50px;
    height: 50px;
    border: 1px solid #dc292f;
    float: left;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label[for="attach_1"]:hover,
label[for="attach_2"]:hover,
label[for="attach_3"]:hover {
    background: #dc292f;
}
label[for="attach_1"]:hover i,
label[for="attach_2"]:hover i,
label[for="attach_3"]:hover i {
    color: #fff !important;
}
label[for="attach_1"] i,
label[for="attach_2"] i,
label[for="attach_3"] i {
    color: #dc292f;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label[for="attach_1"] input[type="file"],
label[for="attach_2"] input[type="file"],
label[for="attach_3"] input[type="file"] {
    display: none;
}
label[for="attach_1"].green,
label[for="attach_2"].green,
label[for="attach_3"].green {
    border: 1px solid #548d43;
}
label[for="attach_1"].green i,
label[for="attach_2"].green i,
label[for="attach_3"].green i {
    color: #548d43;
}
.img-preview_order {
    position: absolute;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
}
.file-name_preview {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 8px;
    color: #000;
    bottom: -15px;
}
.form-article-size-bg {
    font-size: 18px;
}
.form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.form-col-1-3 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    margin-bottom: 10px;
}
.hidden {
    display: none !important;
}
.form-col-1-1 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-bottom: 10px;
}
.form_servcie_text {
    height: 90px;
}
.city-sel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.popup-title__ttl {
    white-space: nowrap;
    width: 212px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1px;
}
.popup-title__ttl i {
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.citypanel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.city-sel-search {
    max-width: 443px;
    margin-right: 10px;
    height: 32px;
}
.popular_panel {
    padding: 6px 0 0 0;
    margin-left: -6px;
}
.popular_panel .label {
    font-style: italic;
    display: inline-block;
    margin-left: 6px;
    color: #868685;
}
.popular_item {
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
}
.popular_item:hover {
    text-decoration: underline;
}
.city_more {
    padding: 24px 0 0 0;
}
.hide {
    display: none !important;
}
.city_more_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.city_more_link__before {
    border: 1px solid #4b4b4a;
    width: 18px;
    height: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}
.city_more_link__before:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4b4b4a;
    height: 2px;
    width: 8px;
    margin-top: -1px;
    margin-left: -4px;
}
.city_more_link__before:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4b4b4a;
    height: 8px;
    width: 2px;
    margin-top: -4px;
    margin-left: -1px;
}
.showcityexpand .city_more_link__before:after {
    display: none;
}
.city_expand {
    background: #f2f6f7 url(../images/citymorebg.png) repeat-x left top;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.city_expand_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.city_expand_list_title {
    font-weight: bold;
    font-size: 11pt;
    color: #676766;
    padding: 0 0 15px 10px;
}
.city_expand_list .is_a {
    display: block;
    padding: 6px 0 6px 9px;
    cursor: pointer;
    text-decoration: none;
}
.city_expand_list .is_a span {
    color: #000;
    border-bottom: 1px dotted #8184a1;
}
.city_expand_list .is_a:hover {
    background: #b1b1b1;
}
.city_expand_list a:hover span {
    border-color: transparent;
    color: #ffffff;
}
.city_expand_list_wrap {
    max-height: 431px;
    overflow: auto;
}
.cityex_left {
    width: 220px;
}
.cityex_right {
    margin: 33px 0 0 0;
    max-height: 431px;
    overflow: auto;
    max-height: 430px;
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    background: transparent;
}
.cityex_right.loading {
    opacity: 0.4;
    background: url(../images/spinner.gif) center center no-repeat;
}
.cityex_right_block {
    width: 25%;
}
.cityex_right_block ul {
    padding: 0;
    list-style: none;
}
.cityex_right_block li {
    padding: 6px 0 6px 16px;
    position: relative;
}
.lbl {
    position: absolute;
    left: 0;
    top: 6px;
    color: #868685;
}
.city_expand_item {
    background: #b1b1b1;
    display: block;
    padding: 6px 0 6px 9px;
    color: #ffffff;
}
.autocomplete-suggestions {
    position: absolute;
    z-index: 1;
    top: 100%;
    background: #FFF;
    cursor: pointer;
    overflow: auto;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    width: calc(100% - 103px);
}
.location_search {
    overflow: visible !important;
}
.autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete-suggestion strong {
    color: #01A0E4;
    padding: 6px 10px;
    display: block;
}
.autocomplete-suggestion:hover {
    background: #edeef8;
    color: #000;
}
.showcityexpand .in1 {
    display: none !important;
}
.showcityexpand .in2 {
    display: inline !important;
}
.form-box .ui-menu.ui-widget.ui-widget-content {
    margin: 0;
    padding: 0;
    border: 4px solid #fde037;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36);
    background: #f4f5fd;
    z-index: 600;
    top: 100%;
    position: absolute;
}
.form-box .ui-menu.ui-widget.ui-widget-content:before {
    content: "";
    position: absolute;
    left: 27px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fde037;
}
.tvr_search {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #edeef8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tvr_search:hover {
    background: #fff;
}
.tvr_search:hover .tvr_search_title {
    text-decoration: none;
    color: #c90;
}
.ui-menu-image {
    height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 2px 0;
    width: 82px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    background: #fff;
}
.ui-menu-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.ui-menu-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tvr_search_title {
    padding: 10px 12px 10px 14px;
    text-decoration: underline;
    flex-grow: 1;
}
.search_price {
    padding: 2px 10px;
    text-align: right;
    white-space: nowrap;
}
body .ui-widget {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.3;
}
body .ui-menu .ui-menu-item-wrapper {
    padding: 0;
}
.tvr_search-btn {
    padding-right: 12px;
    position: relative;
    z-index: 2;
}
.compare-table {
    font-size: 12px;
}
.comparison-cell {
    text-align: center;
}
.field-price.comparison-cell {
    font-size: 20px;
}
.i-x::before {
    content: "✕";
    color: #8184a1;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
input.error {
    border-color: #ff0000 !important;
}
.error_field {
    display: none;
}
.error + .error_field {
    color: #ff0000;
    font-size: 12px;
    display: block;
}
div.error_field {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff0000;
}
.i-y:before {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4Ig0KCSBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxNiAxOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzREOTkwMCIgZD0iTTAsMTEuOTU1bDEuMjA5LTEuMjRsMy43ODIsNC40NjRsOS4wMjEtMTQuNDc3TDE1LjUsMS41N0w1LjE0NiwxOEwwLDExLjk1NXoiLz4NCjwvc3ZnPg0K") no-repeat scroll left top / 16px auto;
    content: "";
    display: inline-block;
    height: 22px;
    margin: 0 10px -5px 0;
    margin-right: 10px;
    width: 16px;
    display: inline-block;
}
.reviews-photo-block {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.review-thumb {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}
a.comparison-link {
    border-bottom: none !important;
}
.inner-page > table td {
    padding: 5px;
}
.button-more {
    border: 1px solid #edeef8;
    background: #edeef8;
    color: #575b71;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
}
.button-more:hover {
    color: #fff;
    background: #8184a1;
    border-color: #8184a1;
}
.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
}
.footer-contacts-col {
    margin: 0;
    padding-left: 20px;
    width: 50%;
}
.footer-contacts-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contacts__phone {
    white-space: nowrap;
    color: #252525;
    display: inline-block;
    text-decoration: none;
    outline: inherit;
    padding: 2px 0 2px 25px;
    margin: 4px 0;
    background: url("../images/i-contacts2@2x.png") no-repeat;
    background-size: 17px 126px !important;
}
.phone_velcom {
    background-position: 0 -17px;
    font-weight:bold;font-size:12px;
}
.phone_home {font-weight:bold;font-size:12px;}
.phone_life {
    background-position: -2px -33px;
    font-weight:bold;font-size:12px;
}
.contacts__viber {
    background-position: 1px -72px;
}
.contacts__telegram {
    background-position: 1px -92px;
}
.contacts__email {
    background-position: 1px -111px;
}
.mse2_filters_btn{
    display: none !important;
}
.product__variants.loading {opacity:0.5;background:url(../images/spinner.gif) center 20% no-repeat;}
.deferred-nav {
    display:-webkit-box;
display:-ms-flexbox;
display:flex;
        margin-left:-7px;
        position:relative;
}
.deferred-nav-item {
    margin: 3px;
    text-align: center;
    border: 2px solid transparent;
    transition: max-width 0.5s linear;
    max-width:calc(20% - 6px);
}
.deferred-nav-item:hover, .deferred-nav-item.current,.deferred-nav-item.active {
    border: 2px solid #fde037;
    border-radius: 8px;
}
.deferred-nav-item.active {
    border: 2px solid #fde037;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 290px;
    bottom: 0;
    margin: auto;
}
.deferred-nav-item.active .deferred-nav-close {
    right: -30px;
    top: 3px;
    z-index: 99;
	width:30px;
	height:30px;
	cursor: pointer;
	position: absolute;
	  z-index: 10;
	  content: "";
	  background: url(../img/cross-20.svg) center center no-repeat;
	  background-size:20px;
}
.deferred-table tr:hover {
    background: #dee0ee;
}
.deferred-table {
    margin-top:10px;
}
.deferred-table tr td:first-child, .deferred-table tr td:last-child {padding-left: 8px;padding-right: 8px;}
.deferred-table tr td {
    width: 25%;
}
.deff-toggler {
    display: block;
    text-align: center;
    padding: 8px 0px;
    border-radius: 8px;
    background: #fde037;
    color: #000;
    cursor:pointer;
    width: 120px;
    margin-left: auto;
}
.catalog-image-target .mobile-top {display:none;}
#fb-ms2-filter__form .g-recaptcha, #fb-ms2-filter__form .g-recaptcha iframe, #fb-ms2-filter__form .g-recaptcha div {
    width: 100% !important;
}
.billing-term {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid #dee0ee;
    border-left: 4px solid #fde037;
    padding: 7px 14px 5px 15px;
    font-size: 11px;
    position: relative;
}
.billing-term span:not(.billing-month) {
    font-weight: bold;
}
.mspc2 {
    justify-content: center;
}
.sticker > span.link_gift:before {
    display:none;
}
.sticker > span.link_gift {
    background: url(../images/gift.svg) top center no-repeat;
    background-size: 50px 50px;
    width: 82px;
    height: 82px;
    right: 0;
    padding: 6px;
    border: 1px solid red;
    cursor:pointer;
    margin: 15px 0;
}
.sticker > span.link_gift b {
    font-size: 10px;
    color: #414141;
    text-align:center;
    display:block;
    bottom: 5px;
    position:absolute;
    line-height: 12px;
    right: 0;
    left: 0;
    margin: auto;
}
.category-item__image .sticker > span.link_gift {
    background-size: 40px 40px;
    width: 55px;
    height: 72px;
    right: 0;
} 
.category-item__image .sticker > span.link_gift b {
    font-size: 8px;
}
.present-content {
    display:flex;
    justify-content: space-between;
}
#present-popap {
    padding: 0 20px;
    max-width: 1000px;
}
.present-header {
    font-size: 20px;
    font-weight:bold;
    line-height: 25px;
    padding: 20px 0;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
}
.present-gallery {
    min-width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.present-gallery .slick-track, .present-gallery .slick-slide {
    width: 100% important;
}
.present-title {
    font-size: 28px;
    font-weight: bold;
}
.present-price {
    display:flex;
    justify-content: space-between;
    align-items:center;
    max-width: 250px;
    margin: 30px 0;
}
.present-old-price {
    text-decoration: line-through;
}
.present-code {
    margin: 10px 0;
}
.present-present {
    color: red;
    margin-right: 15px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-item-present-isset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.cart-item-present-exist {
    width: 100%;
    color: #7fba00;
    margin-bottom: 5px;
}
.cart-item-present-thumb {
    width:40px;
}
.cart-item-present-title {
    font-size: 12px;
    max-width: calc(100% - 60px);
}
@media screen and (max-width: 991px) {
    .catalog_description {
        display: none;
    }
    .present-content {
        display:block;
    }
    .present-gallery {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px auto;
    }
}
#msMiniCart .icomoon-shopping-cart {
    font-size: 35px;
}
@media screen and (max-width: 767px) {
    .billing-term .billing-month {
       display: none;
   }
    .catalog-image-target {margin:15px 0;}
.catalog-image-target .desctop-top {display:none;}
.catalog-image-target .mobile-top {display:block;}
}
@media screen and (min-width: 768px) {
    .form-box #ui-id-1 {
        min-width: 640px;
    }
    .prod-one-tab {
        height: auto;
        overflow: visible;
    }
    .prod-description {
        margin-top: 40px;
    }
}
ul.pagination {
        flex-wrap: nowrap;
    }
    .pagination li {
        width: 100% !important;
    }
    ul.pagination li a, ul.pagination li span {
        line-height: 30px;
    }
.custom-secret {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    display:none;
    z-index: 99999;
}
.secret-left {
    max-width: 50%;
}
.secret-left p {
    font-size: 18px;
    text-align:center;
}
@-webkit-keyframes heart-beat-1 {
  0% {
    -webkit-transform: scale(0.9) rotate(60deg);
    transform: scale(0.9) rotate(60deg);
    opacity: 1;
  }
  5%,
  15%,
  25% {
    -webkit-transform: scale(1) rotate(60deg);
    transform: scale(1) rotate(60deg);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(60deg);
    transform: scale(0.9) rotate(60deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(40deg) translateY(-10px) translateX(-10px);
    transform: rotate(40deg) translateY(-10px) translateX(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes heart-beat-2 {
  0% {
    -webkit-transform: scale(0.9) rotate(14deg);
    transform: scale(0.9) rotate(14deg);
    opacity: 1;
  }
  5%,
  15%,
  25% {
    -webkit-transform: scale(1) rotate(14deg);
    transform: scale(1) rotate(14deg);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(14deg);
    transform: scale(0.9) rotate(14deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(40deg) translateY(-10px) translateX(-10px);
    transform: rotate(40deg) translateY(-10px) translateX(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes heart-beat-3 {
  0% {
    -webkit-transform: scale(0.9) rotate(60deg);
    transform: scale(0.9) rotate(60deg);
    opacity: 1;
  }
  5%,
  15%,
  25% {
    -webkit-transform: scale(1) rotate(60deg);
    transform: scale(1) rotate(60deg);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(60deg);
    transform: scale(0.9) rotate(60deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-10px) translateX(-10px);
    transform: rotate(30deg) translateY(-10px) translateX(-10px);
    opacity: 0;
  }
}
.secret-main {
    width: 600px;
    height: 400px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.secret-main.big {
    height: 470px;
}
.secret-scroll {
    max-height: 100%;
    overflow:auto;
}
.secret-icon {
position: absolute;
width: 94px;
height: 94px;
background-image: url("../img/secret.png");
background-position: center top;
background-size: 94px;
left: 50%;
right: 0;
top: -41px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.secret-icon.next {
    background-image: url("../img/secret-success.png");
}
 .secret-header {
padding-top: 62px;
padding-bottom: 20px;
background-image: url("../img/secret-bg.jpeg");
border-radius: 6px 5px 0 0;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
font-size: 26px;
line-height: 34px;
font-weight: bold;
color: #444444;
text-align: center;
}
.secret-form {
padding-left: 40px;
height: calc(100% - 116px);
}
.secret-wrapper-form {
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;
}
.secret-anim {
    position: relative;
}
.secret-image {
    max-width: 300px;
    width: 100%;
}
.secret-wrapper-form {
    align-items:center;
}
.secret-first .secret-wrapper-form .secret-left {
    padding-left: 40px;
    font-size: 16px;
    text-align: center;
}
.secret-anim .heart-1 {
top: 56px;
left: 151px;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation: heart-beat-1 2s ease-out infinite 0s;
animation: heart-beat-1 2s ease-out infinite 0s;
position: absolute;
width: 12px;
height: 12px;
background-color: #F62A4F;
border-bottom-right-radius: 23%;
opacity: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.secret-anim .heart-1:before {
top: -53%;
right: 0px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
width: 12px;
height: 12px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.secret-anim .heart-1:after {
bottom: 0px;
left: -53%;
position: absolute;
width: 12px;
height: 12px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.secret-anim .heart-2 {
top: 35px;
left: 130px;
-webkit-transform: rotate(14deg);
-ms-transform: rotate(14deg);
transform: rotate(14deg);
-webkit-animation: heart-beat-2 2s ease-out infinite 0s;
animation: heart-beat-2 2s ease-out infinite 0s;
position: absolute;
width: 10px;
height: 10px;
background-color: #F62A4F;
border-bottom-right-radius: 23%;
opacity: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.heart-2:before {
top: -53%;
right: 0px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
width: 10px;
height: 10px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.heart-2:after {
bottom: 0px;
left: -53%;
position: absolute;
width: 10px;
height: 10px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.secret-anim .heart-3 {
top: 16px;
left: 150px;
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation: heart-beat-3 2s ease-out infinite 0s;
animation: heart-beat-3 2s ease-out infinite 0s;
position: absolute;
width: 8px;
height: 8px;
background-color: #F62A4F;
border-bottom-right-radius: 23%;
opacity: 1;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.heart-3:before {
top: -53%;
right: 0px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.heart-3:after {
bottom: 0px;
left: -53%;
position: absolute;
width: 8px;
height: 8px;
content: '';
border-radius: 50%;
background-color: #F62A4F;
}
.secret-sub {
margin-top: 20px;
padding-left: 33px;
background-image: url("../img/attention-secret.png");
background-position: left top;
background-size: 24px;
background-repeat: no-repeat;
text-align: left;
font-size: 16px;
line-height: 24px;
color: #4F4F4F;
margin-top:20px;
}
.smb-secret:hover {
background: #6CAD15;
}
.secret-ok:hover, .secret-no:hover {
    opacity:0.8;
}
.smb-secret, .secret-ok, .secret-no {
display: inline-block;
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
border: none;
background: #81C822;
padding: 0;
cursor: pointer;
font-size: 16px;
border-radius: 2px;
font-weight: normal;
color: #ffffff;
margin-bottom: 20px;
}
.secret-no {
    background: #D8D8D8;
    color: #000;
    margin-bottom: 0;
}
.secret-input input {
width: 100%;
border: 0;
font-size: 14px;
border: 1px solid #D8D8D8;
color: #1E0602;
padding: 21px 12px 9px;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.secret-inputs {
    margin-top: 20px;
}
.secret-input {
    margin-bottom: 10px;
}
.secret-input input {
display: block;
width: 100%;
text-align: left;
padding-left: 12px;
padding-top: 12px;
padding-bottom: 9px;
font-size: 14px;
border-radius: 3px;
border: 1px solid #d1d1d1;
margin-bottom: 14px;
font-weight: 400;
height: 50px;
color: #979797;
}
.secret-close:hover {
opacity: 0.8;
}
.secret-close {
display: block;
position: absolute;
top: 16px;
right: 15px;
width: 20px;
height: 20px;
cursor: pointer;
background: url("../img/secret-close.png") center top no-repeat;
background-size: 20px;
}
.secret--mob-view {
    display:none;
}
.secret-form,.secret-thankyou {
    overflow:hidden;
    max-height:0;
    transition: max-height 1.5s ease-in-out;
}
.secret-form.active,.secret-thankyou.active {
    max-height: 3000px;
}
@media screen and (max-width: 1180px) {
    .nav-link {
        font-size: 18px;
    }
}
.delivery-main-info {display:none;}
@media screen and (max-width: 991px) {
    .delivery-main-info {display:block;}
    .delivery-info {display:none;}
    .deff-toggler {width: 82px;}
    .deferred-table tr td:nth-child(2) {display:none;}
    .deferred-table tr td {width: 33%;}
}
@media screen and (max-width: 1013px) {
    .nav-link {
        font-size: 14px;
        line-height: 39px;
        height: 39px;
    }
    .filter-item:last-child{
        padding-bottom: 65px;
    }
    .offcanvas-menu-title {height:47px;}
    .offcanvas-menu-title + .filter {margin-top:38px;}
    .mse2_number-input {font-size:16px;}
    .mse2_filters_btn {
        position:fixed !important;
        height:30px;
        border-radius:4px;
        border:none;
        bottom: 0;
        top: auto;
        margin: 0;
        color: #fff;
        background: #7fba00;
        border-color: #7fba00;
        width: 80%;
        z-index: 99999999999999;
        left: 13px;
    }
    .mse2_filters_btn.show {display:block !important;}
    .mse2_filters {
        margin: -36px 0 0;
    }
    .related-row{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 830px) {
    .nav-link {
        font-size: 12px;
        height: 37px;
    }
}
@media screen and (max-width: 767px) {
    .footer-top {
        display: none;
    }
    .popular-carousel-arrow {margin-top:-40px}
    
    .catalog-nav__intro {margin-bottom:7px;}
    .catalog-nav__intro .catalog-nav__parent a {padding-top:10px;display:block;}
    .footer-copyright {
        display: none;
    }
    .footer-telephone {
        display: block;
    }
    .topButton {
        display: none !important;
    }
    .tabs-content {
        margin-top: 12px;
    }
    .prod-tabs {
        display: none;
    }
    .prod-tab.prod-tab-first,
    .prod-tab.prod-tab-first.active {
        height: auto;
        overflow: visible;
    }
    .adapt-button {
        margin: 0;
        padding: 0 10px;
        font-size: 16px;
        color: #575b71;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 32px;
        height: 32px;
        background: #dee0ee;
        border-top: 1px solid #f6f6fb;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .adapt-button:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #222 transparent transparent;
    }
    .adapt-button.active {
        font-weight: 600;
    }
    .adapt-button.active:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #222 transparent;
    }
    .prod-tab.active {
        height: 0;
        overflow: hidden;
    }
    .adapt-button.active + .prod-tab,
    .adapt-button.active + .prod-tab.active {
        height: auto;
        overflow: visible;
    }
    .description-h2 {
        display: none;
    }
    .pdopage-reviews {
        margin-top: 20px;
    }
    .set-cheaper {
        margin-top: 12px;
    }
    .composition-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .set-product {
        margin-right: 0;
    }
    .set-product-image {
        height: auto;
    }
    .set-product-image img {
        height: auto;
        max-height: 190px;
        width: auto;
    }
    .tag-sign {
        right: auto;
        left: 50%;
        top: auto;
        margin-left: -23px;
        bottom: -44px;
    }
    .set-overview {
        height: 0;
        overflow: hidden;
    }
    .adapt-button.active + .set-overview {
        height: auto;
        overflow: visible;
    }
    .set-cheaper + .tabs-content {
        border: none;
        background: none;
        padding-top: 0;
        margin-top: 0;
    }
    .service_order_title {
        font-size: 16px;
    }
    .service_order_thumb {
        display: none;
    }
    .service_feedback {
        width: 100%;
        margin-left: 0;
    }
    .form-article-size-bg {
        font-size: 14px;
    }
    .city-sel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popup-title__ttl {
        width: 100%;
        margin-bottom: 10px;
    }
    .cityex_right_block {
        width: 50%;
    }
    .autocomplete-suggestions {
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 640px) {
    .cityex_left {
        width: 33%;
    }
    .cityex_right {
        width: 77%;
    }
}
body.none {
    overflow:hidden;
}
@media screen and (max-width: 600px) {
    .secret-wrapper-form {
        display:block;
    }
    .secret-left {
        padding-left: 40px;
        padding-top: 40px;
        max-width: 100%;
        padding-right: 40px;
    }
    .secret-main {
        width: 100%;
    }
    .secret--mob-hide {
        display:none;
    }
    .secret--mob-view {
        display:block;
        margin:auto;
    }
    .secret-form {
        padding-left:0;
    }
}
@media screen and (max-width: 540px) {
.block-one-click__left {display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;align-items:center;width:100%;}
.block-one-click__wrap {display:block;}
}
@media screen and (max-width: 500px) {
#add-rev-popap .popap-line__right {width:100%}
#add-rev-popap .popap-line {display:block;}
.category-item__image .sticker > span.link_gift {
    background-size: 35px 35px;
    width: 35px;
    height: 40px;
    border:none;
    margin-left:auto;
    margin-top:0;
} 
.category-item__image .sticker > span.link_gift b {
    display:none;
}
}
@media screen and (max-width: 479px) {
    .service_feedback_btn {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-top: 20px;
    }
}
#msMiniCart.full .not_empty, .msMiniCart.full .not_empty {
font-size:30px}
@media screen and (max-width: 450px) {
.deferred-nav {flex-wrap:wrap;}
.deferred-nav-item {max-width: calc(33.3% - 6px);}
}
.header-button-item .icomoon-viber {
   filter: brightness(0%) sepia(100%) invert(1);
}
@media screen and (max-width: 400px) {
    .header-row {
        flex-wrap: unset;
    }
.cart-item-present-thumb {
    display:none;
}
.cart-item-present-title {
    max-width:100%;
    font-size: 10px;
}
}
._org {
 display: none
}
.product-bar-sticky .wrapper {
  display: flex;
  align-items: center;
}
.product-bar-sticky-logo {
    width: 50px;
    margin-right: 15px;
}
.product-bar-sticky .category-block-bottom {
    margin-left: auto;
    display: flex;
    align-items: center;
    border: none;
    margin-left: 0;
}
.product-bar-sticky .pr_unit {
    font-size: 10px;
}

.product-bar-sticky .category-price {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.product-bar-sticky .category-item__price {
    margin-left: 0;
     margin-right: 30px; margin-right: 30px;
}
.product-bar-sticky .category-item__price-old {
    margin-left: 30px;
}
.product-bar-sticky .category-submit {
    min-width:120px;
}
.product-bar-sticky {
    position: fixed;
    z-index:  99;
    top: -100%;
    transition: all 0.5s ease-in-out;
    left: 0;
    right: 0;
    background: #fafafa;
}
.color-not-available {
    color: #ed1a24;
}
.color-available {
    color: #00cd48;
}
.product-bar-sticky.active {
    bottom: 0;
    top: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.category-item__price-current {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 10px;
}
.product-bar-sticky .category-item__price-old {
  margin-left: 30px;
}
.category-item__price-title {
  color: #999;
  font-size: 11px;
  white-space: nowrap;
}
.category-item__price-old-value {
  font-size: 14px;
  color: #666;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.category-item__price-old-value::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 8px;
  border-top: 1px solid #ed1a24;
}
.category-item__price-discount {
  margin-right: 15px;
}
.product-bar-sticky .category-submit {
          text-align: center;
          border: none;
          font-size: 12px;
          font-weight: bold;
          padding: 13px 10px;
          background: #fc3;
          color: #1e0602;
          border-radius: 1px;
          cursor: pointer;
          -webkit-transition: all .3s ease 0s;
          -o-transition: all .3s ease 0s;
          -moz-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
          display: block;
        box-shadow: none;
    }
@media screen and (min-width: 767px) {
.product-bar-sticky .wrapper {
    padding-right: 280px;
}
.product-bar-stick-title {
    margin-right: auto;
}
}
@media screen and (max-width: 1024px) {
    .product-bar-sticky .wrapper {
        padding-right: 20px;   
    }
}
@media screen and (max-width: 915px) {
    .product-bar-sticky-logo, .product-bar-stick-title {
        display: none;
    }
    .product-bar-sticky__button .category-submit{
    font-size: 16px;
}
    .product-bar-sticky .category-block-bottom {
        padding-bottom: 15px;
    }
    .product-bar-sticky .wrapper {
        flex-wrap: wrap;
        padding: 20px 20px 0 20px
    }
    .product-bar-sticky {
        bottom: -100%;
        top: auto;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }
    .product-bar-sticky.active {
        bottom: 0;
        top: auto;
    }
    .product-bar-sticky .category-block-bottom {
        width: 100%;
        align-items: stretch;
    }
    .product-bar-sticky .category-price, 
    .product-bar-sticky .product-bar-sticky__button {
        width: 50%;
        background: #fc3;
    }
    .product-bar-sticky .category-price {
        padding: 0 0 0 15px;
        border-radius: 8px 0 0 8px;
    }
    .product-bar-sticky .product-bar-sticky__button {
        border-radius: 0 8px 8px 0;
        background: #fc3;
        display: flex;
        align-items: center;
    }
    .product-bar-sticky .category-submit {
          width: 100%;
          display: block;
    }
    .product-bar-sticky .category-submit:hover {
        background: #fc3;
        color: #000;
    }
    
}
@media screen and (max-width: 550px) {
    #msMiniCart .icomoon-shopping-cart {
        font-size: 20px;
    }
    .category-item__price-discount {
        display: none;
    }
}
.product-bar-sticky__button .category-submit{
    border-radius: 8px;
}
.deferred-table tr:first-child {
    display: table-row !important;
}
.filter-open.filter-active {
    background: #ffde00;
}
.filter-active-total {
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #ed1a24;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 20px;
    min-width: 20px;
}
.our-shop-item__map {
    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;
}
.our-shop-title {
    border-radius: 6px 6px 0 0;
    background: #dee0ee;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
}
.our-shop-list {
    border: 1px solid #dee0ee;
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
}
.our-shop-item + .our-shop-item {
    margin-top: 30px;
}
.our-shop-item__name, .our-shop-item__title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.our-shop-item__title {
    font-weight: bold;
}
.our-shop-item__map .map {
  width: 48%;
  overflow: hidden;
  min-height: 100%;
}
.entrance-store {
  width: 48%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
    .our-shop-title {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
        border-radius: 0;
        padding: 5px;
    }
    .our-shop-item__map {
        flex-wrap: wrap;
    }
    .our-shop-list {
        border-radius: 0;
    }
    .our-shop-item__map .map {
        width: 100%;
        height: 350px;
        margin-bottom: 30px;
    }
   .entrance-store {
        width: 100%;
    }
    .our-shop-item__name, .our-shop-item__title {
        font-size: 14px;
    }
}
.header-button__items {
    display: flex;
    justify-content: between;
}
.header-button__items .header-button-item {
    width: 55px;
    border-top: 0 !important;
    position: relative;
}
.header-button__items .header-button-count  {
    position: absolute;
    top: 0;
    right: 0;
}

.header.uk-active .header-button__items{
       display: none;
}
.header-button__items .header-cart {
    order: 1 !important;
}
@media(max-width: 1013px){
    .header-button__items {
        display: none;
    }
}

.quiz_item {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
.quiz_item img {
    width: 100%;
    border-radius: 6px;
}

.quiz_item__title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7); 
    position: absolute;
        top: 50%;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: -22px;
    
}
.category-item_credit {
    margin-top: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-left: 4px solid #fde037;
    border-top: 1px solid #dee0ee;
    border-right: 1px solid #dee0ee;
    border-bottom: 1px solid #dee0ee;
}


.category-migx-items {
    margin: 0 auto 20px auto
}

@media screen and (min-width: 768px) {
    .category-migx-items {
        display:grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-column-gap: 20px;
        width: calc(100% - 20px);
        padding: 20px;
        background: #fff;
        border: 1px solid #e8e8e8
    }

    .category-migx-items--item {
        transition: all .5s ease-in-out
    }

    .category-migx-items--item:hover {
        box-shadow: 0 0 15px rgba(0,0,0,.3)
    }

    
}

@media screen and (max-width: 767px) {
    .category-migx-items--item {
        padding-left:10px;
        padding-right: 10px
    }

    .category-migx-items {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-top: 15px;
        margin-bottom: 30px
    }

    .category-migx-items:not(.slick-initialized) .category-migx-items--item:not(:first-child) {
        display: none
    }
}

#pdopage .pagination {margin: 0;}
.sticky-pagination.is-sticky {opacity: .5;}
.sticky-pagination.is-sticky:hover {opacity: 1;}
.btn-more {width: 150px;display: block;margin: auto;}
@import url("/assets/components/ajaxform/css/lib/jquery.jgrowl.min.css");.af-message-success{background-color:green !important}.af-message-error{background-color:brown !important}.af-message-info{background-color:black !important}.ajax_form.af_example{width:100%}.ajax_form.af_example .controls input,.ajax_form.af_example .controls textarea{width:100%}.ajax_form .error{color:brown}@media screen and (min-width:320px){.ajax_form.af_example .controls button[type="submit"]{float:right}}@media screen and (max-width:320px){.ajax_form.af_example .controls button{width:100%;margin-top:5px}}
a.comparison-link{text-decoration:none;border-bottom-style:dotted;border-bottom-width:1px}a.comparison-link:hover{border-bottom-style:solid}a.comparison-link.active{border-bottom:0;background:#efefef;color:black}.comparison .comparison-add{display:inline-block}.comparison .comparison-remove.comparison-link,.comparison .comparison-go.comparison-link,.comparison .comparison-total.comparison-link{display:none}.comparison.added .comparison-add{display:none}.comparison.added .comparison-remove,.comparison.added.can_compare .comparison-go,.comparison.added.can_compare .comparison-total{display:inline-block}.comparison .loading{opacity:.7;cursor:default}.comparison .loading:hover{text-decoration:none}.comparison-table .comparison-head{padding-bottom:1em}.comparison-table .comparison-head img{min-height:90px}.comparison-table .comparison-remove{display:inline-block;font-weight:normal;background:#fff;position:absolute;margin-top:0;padding:0 .2em;font-size:.8em;color:#333}.comparison-table thead{border-bottom:1px solid #aaa}.comparison-table .comparison-corner{text-align:center;vertical-align:bottom;padding-bottom:1em}.comparison-table tbody .comparison-row:first-child td{padding-top:2em}.comparison-table .field-price{font-weight:bold}
@import url("/assets/components/minishop2/css/web/lib/jquery.jgrowl.min.css");div.jGrowl>.ui-state-highlight{background:inherit;color:inherit;border:inherit}.ms2-message-success{background-color:green !important}.ms2-message-error{background-color:brown !important}.ms2-message-info{background-color:black !important}#msCart th.count,#msCart th.weight,#msCart th.price,#msCart th.remove{width:15%}.js #msCart [type="submit"][value="cart/change"]{display:none}#msMiniCart,.msMiniCart{font-size:.8em}#msMiniCart h5,.msMiniCart h5{margin:0}#msMiniCart .empty,.msMiniCart .empty{display:block}#msMiniCart .not_empty,.msMiniCart .not_empty{display:none}#msMiniCart.full .empty,.msMiniCart.full .empty{display:none}#msMiniCart.full .not_empty,.msMiniCart.full .not_empty{display:block}#msProduct .old_price,#msCart .old_price,.ms2_product .old_price{color:brown;font-style:italic;text-decoration:line-through}#msOrder{margin-top:50px}#msOrder .radio{min-height:30px;margin-bottom:10px}#msOrder .radio img{max-height:30px;margin-top:-2px;padding:0 10px}#msOrder .required-star{display:none;color:brown}#msOrder .required .required-star{display:inline}#msOrder .error{border:1px solid brown !important}.msProductsLog,.msGalleryLog,.msCartLog,.msOrderLog,.msGetOrderLog{width:100%;overflow:auto;word-wrap:normal;white-space:pre}
#mse2_sort a.active,#mse2_tpl a.active{color:black;text-decoration:none;cursor:default}#mse2_mfilter .hidden{display:none}#mse2_filters .disabled{color:#aaa}#mse2_results{margin-bottom:20px}#mse2_filters .mse2_number_slider{font-size:.7em;margin-bottom:10px}#mse2_filters .mse2_number_inputs label{display:inline-block}#mse2_selected_wrapper{min-height:2em;margin:10px 0}#mse2_selected{display:none;background:#f9f9f9;padding:5px 0 5px 5px;border-radius:3px}#mse2_selected .mse2_selected_link em{color:#000}.mSearchLog,.mFilterLog{width:100%;overflow:auto;word-wrap:normal;white-space:pre}#mse2_sort .sort span{color:#000}#mse2_sort .sort[data-dir="asc"] span:after{content:"↑"}#mse2_sort .sort[data-dir="desc"] span:after{content:"↓"}#mse2_mfilter .btn_more{width:150px;display:block;margin:auto}#mse2_mfilter .pagination{margin:0;padding:0}#mse2_mfilter .spinner{display:none;width:32px;height:32px;background:url("/assets/components/msearch2/css/web/spinner.gif") no-repeat;background-size:32px}#mse2_mfilter.loading .spinner{display:block;margin:20px auto 10px auto}.form-group .input-sm{width:50%;display:inline-block}.mse2-ac-item:hover{cursor:pointer}.mse2-ac-item .mse2-ac-weight{display:inline-block;float:right}.ui-autocomplete-loading{background:white url("/assets/components/msearch2/css/web/jquery-ui/images/ui-anim_basic_16x16.gif") right center no-repeat}
.ec-message{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f0f0f0;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.ec-message p:last-child{margin-bottom:0}.ec-message__date{font-size:12px;color:#999;padding-left:20px}.ec-message__reply{background:#fff;padding:10px;margin-left:20px}.ec-message__reply p:last-child{margin-bottom:0}.ec-error{display:none}.ec-antispam{display:none}.ec-rating-stars{float:left;margin-right:20px}.ec-rating-stars span{background:url("/assets/components/easycomm/img/web/ec-stars.png") 0 -16px no-repeat;width:20px;height:16px;float:left;display:block;margin:0;cursor:pointer}.ec-rating-stars span.active{background-position:0 0}.ec-rating-stars span.active2{background-position:0 0}.ec-rating-stars span.active-disabled{background-position:0 -16px}.ec-rating-description{float:left;padding-top:1px;color:#999}.ec-stars{background:url("/assets/components/easycomm/img/web/ec-stars.png") 0 -16px repeat-x;width:96px;height:16px;margin:10px 0}.ec-stars span{background:url("/assets/components/easycomm/img/web/ec-stars.png") 0 0 repeat-x;display:block;height:16px;width:0}.ec-stars span.rating-0{width:0}.ec-stars span.rating-1{width:16px}.ec-stars span.rating-2{width:36px}.ec-stars span.rating-3{width:56px}.ec-stars span.rating-4{width:76px}.ec-stars span.rating-5{width:96px}.ec-clearfix:before,.ec-clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0}.ec-clearfix:after{clear:both}.ec-clearfix{zoom:1}
.jGrowl {z-index: 9999;color: #fff;font-size: 12px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;position: fixed;}
.jGrowl.top-left {left: 0;top: 0;}
.jGrowl.top-right {right: 0;top: 0;}
.jGrowl.bottom-left {left: 0;bottom: 0;}
.jGrowl.bottom-right {right: 0;bottom: 0;}
.jGrowl.center {top: 0;width: 50%;left: 25%;}
.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {margin-left: auto;margin-right: auto;}
.jGrowl-notification {background-color: #000;opacity: .9;zoom: 1;width: 250px;padding: 10px;margin: 10px;text-align: left;display: none;border-radius: 5px;min-height: 40px;}
.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {border: 1px solid #000;background: #000;color: #fff;}
.jGrowl-notification .jGrowl-header {font-weight: 700;font-size: .85em;}
.jGrowl-notification .jGrowl-close {background-color: transparent;color: inherit;border: none;z-index: 99;float: right;font-weight: 700;font-size: 1em;cursor: pointer;}
.jGrowl-closer {background-color: #000;opacity: .9;zoom: 1;width: 250px;padding: 10px;margin: 10px;display: none;border-radius: 5px;padding-top: 4px;padding-bottom: 4px;cursor: pointer;font-size: .9em;font-weight: 700;text-align: center;}
.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {border: 1px solid #000;background: #000;color: #fff;}
@media print {.jGrowl {display: none;}}
.msfavorites{cursor:pointer}.msfavorites:hover{text-decoration:none}.msfavorites i{display:inline-block;vertical-align:middle}.msfavorites-icon-heart{width:17px;height:17px;background:url("/assets/components/msfavorites/img/icon-heart.png") 0 0 no-repeat}.msfavorites.load .msfavorites-icon-heart{background-position:0 bottom}.msfavorites.voted .msfavorites-icon-heart{background-position:0 center}.msfavorites .msfavorites-text-add,.msfavorites .msfavorites-text-remove,.msfavorites.load .msfavorites-text-remove,.msfavorites.load.voted .msfavorites-text-add,.msfavorites.load .msfavorites-text-load{display:none}.msfavorites .msfavorites-text-load,.msfavorites.load .msfavorites-text-add,.msfavorites.load.voted .msfavorites-text-remove{display:inline-block}
.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:before, .ui-helper-clearfix:after {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: -.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-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}
.ui-menu {list-style: none;padding: 0;margin: 0;display: block;outline: 0;}
.ui-menu .ui-menu {position: absolute;}
.ui-menu .ui-menu-item {margin: 0;cursor: pointer;list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}
.ui-menu .ui-menu-item-wrapper {position: relative;padding: 3px 1em 3px .4em;}
.ui-menu .ui-menu-divider {margin: 5px 0;height: 0;font-size: 0;line-height: 0;border-width: 1px 0 0 0;}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {margin: -1px;}
.ui-menu-icons {position: relative;}
.ui-menu-icons .ui-menu-item-wrapper {padding-left: 2em;}
.ui-menu .ui-icon {position: absolute;top: 0;bottom: 0;left: .2em;margin: auto 0;}
.ui-menu .ui-menu-icon {left: auto;right: 0;}
.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;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .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 {filter: inherit;}
.ui-slider-horizontal {height: .8em;}
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.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: .8em;height: 100px;}
.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.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 input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: Arial,Helvetica,sans-serif;font-size: 1em;}
.ui-widget.ui-widget-content {border: 1px solid #c5c5c5;}
.ui-widget-content {border: 1px solid #ddd;background: #fff;color: #333;}
.ui-widget-content a {color: #333;}
.ui-widget-header {border: 1px solid #ddd;background: #e9e9e9;color: #333;font-weight: bold;}
.ui-widget-header a {color: #333;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border: 1px solid #c5c5c5;background: #f6f6f6;font-weight: normal;color: #454545;}
.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, .ui-button {color: #454545;text-decoration: none;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {border: 1px solid #ccc;background: #ededed;font-weight: normal;color: #2b2b2b;}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {color: #2b2b2b;text-decoration: none;}
.ui-visual-focus {box-shadow: 0 0 3px 1px #5e9ed6;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {border: 1px solid #337ab7;background: #337ab7;font-weight: normal;color: #fff;}
.ui-icon-background, .ui-state-active .ui-icon-background {border: #337ab7;background-color: #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: bold;}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {opacity: .7;filter: Alpha(Opacity=70);font-weight: normal;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {opacity: .35;filter: Alpha(Opacity=35);background-image: none;}
.ui-state-disabled .ui-icon {filter: Alpha(Opacity=35);}
.ui-icon {width: 16px;height: 16px;}
.ui-icon, .ui-widget-content .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_444444_256x240.png");}
.ui-widget-header .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_444444_256x240.png");}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_555555_256x240.png");}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_ffffff_256x240.png");}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_777620_256x240.png");}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_cc0000_256x240.png");}
.ui-button .ui-icon {background-image: url("/assets/components/msearch2/css/web/jquery-ui/images/ui-icons_777777_256x240.png");}
.ui-icon-blank {background-position: 16px 16px;}
.ui-icon-caret-1-n {background-position: 0 0;}
.ui-icon-caret-1-ne {background-position: -16px 0;}
.ui-icon-caret-1-e {background-position: -32px 0;}
.ui-icon-caret-1-se {background-position: -48px 0;}
.ui-icon-caret-1-s {background-position: -65px 0;}
.ui-icon-caret-1-sw {background-position: -80px 0;}
.ui-icon-caret-1-w {background-position: -96px 0;}
.ui-icon-caret-1-nw {background-position: -112px 0;}
.ui-icon-caret-2-n-s {background-position: -128px 0;}
.ui-icon-caret-2-e-w {background-position: -144px 0;}
.ui-icon-triangle-1-n {background-position: 0 -16px;}
.ui-icon-triangle-1-ne {background-position: -16px -16px;}
.ui-icon-triangle-1-e {background-position: -32px -16px;}
.ui-icon-triangle-1-se {background-position: -48px -16px;}
.ui-icon-triangle-1-s {background-position: -65px -16px;}
.ui-icon-triangle-1-sw {background-position: -80px -16px;}
.ui-icon-triangle-1-w {background-position: -96px -16px;}
.ui-icon-triangle-1-nw {background-position: -112px -16px;}
.ui-icon-triangle-2-n-s {background-position: -128px -16px;}
.ui-icon-triangle-2-e-w {background-position: -144px -16px;}
.ui-icon-arrow-1-n {background-position: 0 -32px;}
.ui-icon-arrow-1-ne {background-position: -16px -32px;}
.ui-icon-arrow-1-e {background-position: -32px -32px;}
.ui-icon-arrow-1-se {background-position: -48px -32px;}
.ui-icon-arrow-1-s {background-position: -65px -32px;}
.ui-icon-arrow-1-sw {background-position: -80px -32px;}
.ui-icon-arrow-1-w {background-position: -96px -32px;}
.ui-icon-arrow-1-nw {background-position: -112px -32px;}
.ui-icon-arrow-2-n-s {background-position: -128px -32px;}
.ui-icon-arrow-2-ne-sw {background-position: -144px -32px;}
.ui-icon-arrow-2-e-w {background-position: -160px -32px;}
.ui-icon-arrow-2-se-nw {background-position: -176px -32px;}
.ui-icon-arrowstop-1-n {background-position: -192px -32px;}
.ui-icon-arrowstop-1-e {background-position: -208px -32px;}
.ui-icon-arrowstop-1-s {background-position: -224px -32px;}
.ui-icon-arrowstop-1-w {background-position: -240px -32px;}
.ui-icon-arrowthick-1-n {background-position: 1px -48px;}
.ui-icon-arrowthick-1-ne {background-position: -16px -48px;}
.ui-icon-arrowthick-1-e {background-position: -32px -48px;}
.ui-icon-arrowthick-1-se {background-position: -48px -48px;}
.ui-icon-arrowthick-1-s {background-position: -64px -48px;}
.ui-icon-arrowthick-1-sw {background-position: -80px -48px;}
.ui-icon-arrowthick-1-w {background-position: -96px -48px;}
.ui-icon-arrowthick-1-nw {background-position: -112px -48px;}
.ui-icon-arrowthick-2-n-s {background-position: -128px -48px;}
.ui-icon-arrowthick-2-ne-sw {background-position: -144px -48px;}
.ui-icon-arrowthick-2-e-w {background-position: -160px -48px;}
.ui-icon-arrowthick-2-se-nw {background-position: -176px -48px;}
.ui-icon-arrowthickstop-1-n {background-position: -192px -48px;}
.ui-icon-arrowthickstop-1-e {background-position: -208px -48px;}
.ui-icon-arrowthickstop-1-s {background-position: -224px -48px;}
.ui-icon-arrowthickstop-1-w {background-position: -240px -48px;}
.ui-icon-arrowreturnthick-1-w {background-position: 0 -64px;}
.ui-icon-arrowreturnthick-1-n {background-position: -16px -64px;}
.ui-icon-arrowreturnthick-1-e {background-position: -32px -64px;}
.ui-icon-arrowreturnthick-1-s {background-position: -48px -64px;}
.ui-icon-arrowreturn-1-w {background-position: -64px -64px;}
.ui-icon-arrowreturn-1-n {background-position: -80px -64px;}
.ui-icon-arrowreturn-1-e {background-position: -96px -64px;}
.ui-icon-arrowreturn-1-s {background-position: -112px -64px;}
.ui-icon-arrowrefresh-1-w {background-position: -128px -64px;}
.ui-icon-arrowrefresh-1-n {background-position: -144px -64px;}
.ui-icon-arrowrefresh-1-e {background-position: -160px -64px;}
.ui-icon-arrowrefresh-1-s {background-position: -176px -64px;}
.ui-icon-arrow-4 {background-position: 0 -80px;}
.ui-icon-arrow-4-diag {background-position: -16px -80px;}
.ui-icon-extlink {background-position: -32px -80px;}
.ui-icon-newwin {background-position: -48px -80px;}
.ui-icon-refresh {background-position: -64px -80px;}
.ui-icon-shuffle {background-position: -80px -80px;}
.ui-icon-transfer-e-w {background-position: -96px -80px;}
.ui-icon-transferthick-e-w {background-position: -112px -80px;}
.ui-icon-folder-collapsed {background-position: 0 -96px;}
.ui-icon-folder-open {background-position: -16px -96px;}
.ui-icon-document {background-position: -32px -96px;}
.ui-icon-document-b {background-position: -48px -96px;}
.ui-icon-note {background-position: -64px -96px;}
.ui-icon-mail-closed {background-position: -80px -96px;}
.ui-icon-mail-open {background-position: -96px -96px;}
.ui-icon-suitcase {background-position: -112px -96px;}
.ui-icon-comment {background-position: -128px -96px;}
.ui-icon-person {background-position: -144px -96px;}
.ui-icon-print {background-position: -160px -96px;}
.ui-icon-trash {background-position: -176px -96px;}
.ui-icon-locked {background-position: -192px -96px;}
.ui-icon-unlocked {background-position: -208px -96px;}
.ui-icon-bookmark {background-position: -224px -96px;}
.ui-icon-tag {background-position: -240px -96px;}
.ui-icon-home {background-position: 0 -112px;}
.ui-icon-flag {background-position: -16px -112px;}
.ui-icon-calendar {background-position: -32px -112px;}
.ui-icon-cart {background-position: -48px -112px;}
.ui-icon-pencil {background-position: -64px -112px;}
.ui-icon-clock {background-position: -80px -112px;}
.ui-icon-disk {background-position: -96px -112px;}
.ui-icon-calculator {background-position: -112px -112px;}
.ui-icon-zoomin {background-position: -128px -112px;}
.ui-icon-zoomout {background-position: -144px -112px;}
.ui-icon-search {background-position: -160px -112px;}
.ui-icon-wrench {background-position: -176px -112px;}
.ui-icon-gear {background-position: -192px -112px;}
.ui-icon-heart {background-position: -208px -112px;}
.ui-icon-star {background-position: -224px -112px;}
.ui-icon-link {background-position: -240px -112px;}
.ui-icon-cancel {background-position: 0 -128px;}
.ui-icon-plus {background-position: -16px -128px;}
.ui-icon-plusthick {background-position: -32px -128px;}
.ui-icon-minus {background-position: -48px -128px;}
.ui-icon-minusthick {background-position: -64px -128px;}
.ui-icon-close {background-position: -80px -128px;}
.ui-icon-closethick {background-position: -96px -128px;}
.ui-icon-key {background-position: -112px -128px;}
.ui-icon-lightbulb {background-position: -128px -128px;}
.ui-icon-scissors {background-position: -144px -128px;}
.ui-icon-clipboard {background-position: -160px -128px;}
.ui-icon-copy {background-position: -176px -128px;}
.ui-icon-contact {background-position: -192px -128px;}
.ui-icon-image {background-position: -208px -128px;}
.ui-icon-video {background-position: -224px -128px;}
.ui-icon-script {background-position: -240px -128px;}
.ui-icon-alert {background-position: 0 -144px;}
.ui-icon-info {background-position: -16px -144px;}
.ui-icon-notice {background-position: -32px -144px;}
.ui-icon-help {background-position: -48px -144px;}
.ui-icon-check {background-position: -64px -144px;}
.ui-icon-bullet {background-position: -80px -144px;}
.ui-icon-radio-on {background-position: -96px -144px;}
.ui-icon-radio-off {background-position: -112px -144px;}
.ui-icon-pin-w {background-position: -128px -144px;}
.ui-icon-pin-s {background-position: -144px -144px;}
.ui-icon-play {background-position: 0 -160px;}
.ui-icon-pause {background-position: -16px -160px;}
.ui-icon-seek-next {background-position: -32px -160px;}
.ui-icon-seek-prev {background-position: -48px -160px;}
.ui-icon-seek-end {background-position: -64px -160px;}
.ui-icon-seek-start {background-position: -80px -160px;}
.ui-icon-seek-first {background-position: -80px -160px;}
.ui-icon-stop {background-position: -96px -160px;}
.ui-icon-eject {background-position: -112px -160px;}
.ui-icon-volume-off {background-position: -128px -160px;}
.ui-icon-volume-on {background-position: -144px -160px;}
.ui-icon-power {background-position: 0 -176px;}
.ui-icon-signal-diag {background-position: -16px -176px;}
.ui-icon-signal {background-position: -32px -176px;}
.ui-icon-battery-0 {background-position: -48px -176px;}
.ui-icon-battery-1 {background-position: -64px -176px;}
.ui-icon-battery-2 {background-position: -80px -176px;}
.ui-icon-battery-3 {background-position: -96px -176px;}
.ui-icon-circle-plus {background-position: 0 -192px;}
.ui-icon-circle-minus {background-position: -16px -192px;}
.ui-icon-circle-close {background-position: -32px -192px;}
.ui-icon-circle-triangle-e {background-position: -48px -192px;}
.ui-icon-circle-triangle-s {background-position: -64px -192px;}
.ui-icon-circle-triangle-w {background-position: -80px -192px;}
.ui-icon-circle-triangle-n {background-position: -96px -192px;}
.ui-icon-circle-arrow-e {background-position: -112px -192px;}
.ui-icon-circle-arrow-s {background-position: -128px -192px;}
.ui-icon-circle-arrow-w {background-position: -144px -192px;}
.ui-icon-circle-arrow-n {background-position: -160px -192px;}
.ui-icon-circle-zoomin {background-position: -176px -192px;}
.ui-icon-circle-zoomout {background-position: -192px -192px;}
.ui-icon-circle-check {background-position: -208px -192px;}
.ui-icon-circlesmall-plus {background-position: 0 -208px;}
.ui-icon-circlesmall-minus {background-position: -16px -208px;}
.ui-icon-circlesmall-close {background-position: -32px -208px;}
.ui-icon-squaresmall-plus {background-position: -48px -208px;}
.ui-icon-squaresmall-minus {background-position: -64px -208px;}
.ui-icon-squaresmall-close {background-position: -80px -208px;}
.ui-icon-grip-dotted-vertical {background-position: 0 -224px;}
.ui-icon-grip-dotted-horizontal {background-position: -16px -224px;}
.ui-icon-grip-solid-vertical {background-position: -32px -224px;}
.ui-icon-grip-solid-horizontal {background-position: -48px -224px;}
.ui-icon-gripsmall-diagonal-se {background-position: -64px -224px;}
.ui-icon-grip-diagonal-se {background-position: -80px -224px;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 3px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 3px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 3px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 3px;}
.ui-widget-overlay {background: #aaa;opacity: .3;filter: Alpha(Opacity=30);}
.ui-widget-shadow {-webkit-box-shadow: 0 0 5px #666;box-shadow: 0 0 5px #666;}