

/* Start:/css/slick.css?16667266281895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
    margin-left: auto;
    margin-right: auto;
}
.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
{
    display: block;
}
.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;
}

/* End */


/* Start:/css/slick-theme.css?16667266283349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/css/./fonts/slick.eot');
    src: url('/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css/./fonts/slick.woff') format('woff'), url('/css/./fonts/slick.ttf') format('truetype'), url('/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/css/s.min.css?1701863608883277*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1, .title-h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

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
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    box-sizing: border-box
}

*:before, *:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5, .title-h5, h6, .title-h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, .title-h1 small, h1 .small, .title-h1 .small, h2 small, .title-h2 small, h2 .small, .title-h2 .small, h3 small, .title-h3 small, h3 .small, .title-h3 .small, h4 small, .title-h4 small, h4 .small, .title-h4 .small, h5 small, .title-h5 small, h5 .small, .title-h5 .small, h6 small, .title-h6 small, h6 .small, .title-h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .title-h1, .h1, h2, .title-h2, .h2, h3, .title-h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .title-h1 small, h1 .small, .title-h1 .small, .h1 small, .h1 .small, h2 small, .title-h2 small, h2 .small, .title-h2 .small, .h2 small, .h2 .small, h3 small, .title-h3 small, h3 .small, .title-h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .title-h4, .h4, h5, .title-h5, .h5, h6, .title-h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .title-h4 small, h4 .small, .title-h4 .small, .h4 small, .h4 .small, h5 small, .title-h5 small, h5 .small, .title-h5 .small, .h5 small, .h5 .small, h6 small, .title-h6 small, h6 .small, .title-h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .title-h1, .h1 {
    font-size: 36px
}

h2, .title-h2, .h2 {
    font-size: 30px
}

h3, .title-h3, .h3 {
    font-size: 24px
}

h4, .title-h4, .h4 {
    font-size: 18px
}

h5, .title-h5, .h5 {
    font-size: 14px
}

h6, .title-h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.main-text-image {
    float: right;
    margin-left: 30px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before, blockquote:after {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}


.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1470px
    }

    .no-xl .container {
        width: 1170px
    }
}

@media (min-width: 2560px) {
    .container {
        width: 1770px
    }

    .no-xxl .container {
        width: 1470px
    }

    .no-xl .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 60px;
    padding-right: 60px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-lgx-1, .col-lgxx-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-lgx-2, .col-lgxx-2, .col-xs-3, .col-sm-3, .col-md-3, #filter-at-top .banners-place, .col-lg-3, .col-lgx-3, .col-lgxx-3, .col-xs-4, .col-sm-4, #filter-at-top .banners-place, .col-md-4, .col-lg-4, .col-lgx-4, .col-lgxx-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-lgx-5, .col-lgxx-5, .col-xs-6, .col-sm-6, .benefit, .col-md-6, .col-lg-6, .col-lgx-6, .col-lgxx-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-lgx-7, .col-lgxx-7, .col-xs-8, .col-sm-8, #filter-at-top .banners-place + .form_filter, .col-md-8, .col-lg-8, .col-lgx-8, .col-lgxx-8, .col-xs-9, .col-sm-9, .col-md-9, #filter-at-top .banners-place + .form_filter, .col-lg-9, .col-lgx-9, .col-lgxx-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-lgx-10, .col-lgxx-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-lgx-11, .col-lgxx-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lgx-12, .col-lgxx-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, #filter-at-top .banners-place, .col-sm-5, .col-sm-6, .benefit, .col-sm-7, .col-sm-8, #filter-at-top .banners-place + .form_filter, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4, #filter-at-top .banners-place {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6, .benefit {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8, #filter-at-top .banners-place + .form_filter {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, #filter-at-top .banners-place, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, #filter-at-top .banners-place + .form_filter, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3, #filter-at-top .banners-place {
        width: 26%;
        padding-right: 2%;
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9, #filter-at-top .banners-place + .form_filter {
        width: 74%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1920px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 2560px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left
    }

    .col-xxl-1 {
        width: 8.33333%
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-5 {
        width: 41.66667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333%
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-11 {
        width: 91.66667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-pull-0 {
        right: auto
    }

    .col-xxl-pull-1 {
        right: 8.33333%
    }

    .col-xxl-pull-2 {
        right: 16.66667%
    }

    .col-xxl-pull-3 {
        right: 25%
    }

    .col-xxl-pull-4 {
        right: 33.33333%
    }

    .col-xxl-pull-5 {
        right: 41.66667%
    }

    .col-xxl-pull-6 {
        right: 50%
    }

    .col-xxl-pull-7 {
        right: 58.33333%
    }

    .col-xxl-pull-8 {
        right: 66.66667%
    }

    .col-xxl-pull-9 {
        right: 75%
    }

    .col-xxl-pull-10 {
        right: 83.33333%
    }

    .col-xxl-pull-11 {
        right: 91.66667%
    }

    .col-xxl-pull-12 {
        right: 100%
    }

    .col-xxl-push-0 {
        left: auto
    }

    .col-xxl-push-1 {
        left: 8.33333%
    }

    .col-xxl-push-2 {
        left: 16.66667%
    }

    .col-xxl-push-3 {
        left: 25%
    }

    .col-xxl-push-4 {
        left: 33.33333%
    }

    .col-xxl-push-5 {
        left: 41.66667%
    }

    .col-xxl-push-6 {
        left: 50%
    }

    .col-xxl-push-7 {
        left: 58.33333%
    }

    .col-xxl-push-8 {
        left: 66.66667%
    }

    .col-xxl-push-9 {
        left: 75%
    }

    .col-xxl-push-10 {
        left: 83.33333%
    }

    .col-xxl-push-11 {
        left: 91.66667%
    }

    .col-xxl-push-12 {
        left: 100%
    }

    .col-xxl-offset-0 {
        margin-left: 0%
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xxl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xxl-offset-3 {
        margin-left: 25%
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xxl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xxl-offset-6 {
        margin-left: 50%
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xxl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xxl-offset-9 {
        margin-left: 75%
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xxl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xxl-offset-12 {
        margin-left: 100%
    }

    .no-xxl .col-xl-1, .no-xxl .col-xl-2, .no-xxl .col-xl-3, .no-xxl .col-xl-4, .no-xxl .col-xl-5, .no-xxl .col-xl-6, .no-xxl .col-xl-7, .no-xxl .col-xl-8, .no-xxl .col-xl-9, .no-xxl .col-xl-10, .no-xxl .col-xl-11, .no-xxl .col-xl-12 {
        float: left
    }

    .no-xxl .col-xl-1 {
        width: 8.33333%
    }

    .no-xxl .col-xl-2 {
        width: 16.66667%
    }

    .no-xxl .col-xl-3 {
        width: 25%
    }

    .no-xxl .col-xl-4 {
        width: 33.33333%
    }

    .no-xxl .col-xl-5 {
        width: 41.66667%
    }

    .no-xxl .col-xl-6 {
        width: 50%
    }

    .no-xxl .col-xl-7 {
        width: 58.33333%
    }

    .no-xxl .col-xl-8 {
        width: 66.66667%
    }

    .no-xxl .col-xl-9 {
        width: 75%
    }

    .no-xxl .col-xl-10 {
        width: 83.33333%
    }

    .no-xxl .col-xl-11 {
        width: 91.66667%
    }

    .no-xxl .col-xl-12 {
        width: 100%
    }

    .no-xxl .col-xl-pull-0 {
        right: auto
    }

    .no-xxl .col-xl-pull-1 {
        right: 8.33333%
    }

    .no-xxl .col-xl-pull-2 {
        right: 16.66667%
    }

    .no-xxl .col-xl-pull-3 {
        right: 25%
    }

    .no-xxl .col-xl-pull-4 {
        right: 33.33333%
    }

    .no-xxl .col-xl-pull-5 {
        right: 41.66667%
    }

    .no-xxl .col-xl-pull-6 {
        right: 50%
    }

    .no-xxl .col-xl-pull-7 {
        right: 58.33333%
    }

    .no-xxl .col-xl-pull-8 {
        right: 66.66667%
    }

    .no-xxl .col-xl-pull-9 {
        right: 75%
    }

    .no-xxl .col-xl-pull-10 {
        right: 83.33333%
    }

    .no-xxl .col-xl-pull-11 {
        right: 91.66667%
    }

    .no-xxl .col-xl-pull-12 {
        right: 100%
    }

    .no-xxl .col-xl-push-0 {
        left: auto
    }

    .no-xxl .col-xl-push-1 {
        left: 8.33333%
    }

    .no-xxl .col-xl-push-2 {
        left: 16.66667%
    }

    .no-xxl .col-xl-push-3 {
        left: 25%
    }

    .no-xxl .col-xl-push-4 {
        left: 33.33333%
    }

    .no-xxl .col-xl-push-5 {
        left: 41.66667%
    }

    .no-xxl .col-xl-push-6 {
        left: 50%
    }

    .no-xxl .col-xl-push-7 {
        left: 58.33333%
    }

    .no-xxl .col-xl-push-8 {
        left: 66.66667%
    }

    .no-xxl .col-xl-push-9 {
        left: 75%
    }

    .no-xxl .col-xl-push-10 {
        left: 83.33333%
    }

    .no-xxl .col-xl-push-11 {
        left: 91.66667%
    }

    .no-xxl .col-xl-push-12 {
        left: 100%
    }

    .no-xxl .col-xl-offset-0 {
        margin-left: 0%
    }

    .no-xxl .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .no-xxl .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .no-xxl .col-xl-offset-3 {
        margin-left: 25%
    }

    .no-xxl .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .no-xxl .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .no-xxl .col-xl-offset-6 {
        margin-left: 50%
    }

    .no-xxl .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .no-xxl .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .no-xxl .col-xl-offset-9 {
        margin-left: 75%
    }

    .no-xxl .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .no-xxl .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .no-xxl .col-xl-offset-12 {
        margin-left: 100%
    }

    .no-xl .col-lg-1, .no-xl .col-lg-2, .no-xl .col-lg-3, .no-xl .col-lg-4, .no-xl .col-lg-5, .no-xl .col-lg-6, .no-xl .col-lg-7, .no-xl .col-lg-8, .no-xl .col-lg-9, .no-xl .col-lg-10, .no-xl .col-lg-11, .no-xl .col-lg-12 {
        float: left
    }

    .no-xl .col-lg-1 {
        width: 8.33333%
    }

    .no-xl .col-lg-2 {
        width: 16.66667%
    }

    .no-xl .col-lg-3 {
        width: 25%
    }

    .no-xl .col-lg-4 {
        width: 33.33333%
    }

    .no-xl .col-lg-5 {
        width: 41.66667%
    }

    .no-xl .col-lg-6 {
        width: 50%
    }

    .no-xl .col-lg-7 {
        width: 58.33333%
    }

    .no-xl .col-lg-8 {
        width: 66.66667%
    }

    .no-xl .col-lg-9 {
        width: 75%
    }

    .no-xl .col-lg-10 {
        width: 83.33333%
    }

    .no-xl .col-lg-11 {
        width: 91.66667%
    }

    .no-xl .col-lg-12 {
        width: 100%
    }

    .no-xl .col-lg-pull-0 {
        right: auto
    }

    .no-xl .col-lg-pull-1 {
        right: 8.33333%
    }

    .no-xl .col-lg-pull-2 {
        right: 16.66667%
    }

    .no-xl .col-lg-pull-3 {
        right: 25%
    }

    .no-xl .col-lg-pull-4 {
        right: 33.33333%
    }

    .no-xl .col-lg-pull-5 {
        right: 41.66667%
    }

    .no-xl .col-lg-pull-6 {
        right: 50%
    }

    .no-xl .col-lg-pull-7 {
        right: 58.33333%
    }

    .no-xl .col-lg-pull-8 {
        right: 66.66667%
    }

    .no-xl .col-lg-pull-9 {
        right: 75%
    }

    .no-xl .col-lg-pull-10 {
        right: 83.33333%
    }

    .no-xl .col-lg-pull-11 {
        right: 91.66667%
    }

    .no-xl .col-lg-pull-12 {
        right: 100%
    }

    .no-xl .col-lg-push-0 {
        left: auto
    }

    .no-xl .col-lg-push-1 {
        left: 8.33333%
    }

    .no-xl .col-lg-push-2 {
        left: 16.66667%
    }

    .no-xl .col-lg-push-3 {
        left: 25%
    }

    .no-xl .col-lg-push-4 {
        left: 33.33333%
    }

    .no-xl .col-lg-push-5 {
        left: 41.66667%
    }

    .no-xl .col-lg-push-6 {
        left: 50%
    }

    .no-xl .col-lg-push-7 {
        left: 58.33333%
    }

    .no-xl .col-lg-push-8 {
        left: 66.66667%
    }

    .no-xl .col-lg-push-9 {
        left: 75%
    }

    .no-xl .col-lg-push-10 {
        left: 83.33333%
    }

    .no-xl .col-lg-push-11 {
        left: 91.66667%
    }

    .no-xl .col-lg-push-12 {
        left: 100%
    }

    .no-xl .col-lg-offset-0 {
        margin-left: 0%
    }

    .no-xl .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .no-xl .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .no-xl .col-lg-offset-3 {
        margin-left: 25%
    }

    .no-xl .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .no-xl .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .no-xl .col-lg-offset-6 {
        margin-left: 50%
    }

    .no-xl .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .no-xl .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .no-xl .col-lg-offset-9 {
        margin-left: 75%
    }

    .no-xl .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .no-xl .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .no-xl .col-lg-offset-12 {
        margin-left: 100%
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
    line-height: 1.42857 \0
}

input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, input[type="time"].input-sm, .form-horizontal .form-group-sm input[type="time"].form-control, input[type="datetime-local"].input-sm, .form-horizontal .form-group-sm input[type="datetime-local"].form-control, input[type="month"].input-sm, .form-horizontal .form-group-sm input[type="month"].form-control {
    line-height: 30px
}

input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, input[type="time"].input-lg, .form-horizontal .form-group-lg input[type="time"].form-control, input[type="datetime-local"].input-lg, .form-horizontal .form-group-lg input[type="datetime-local"].form-control, input[type="month"].input-lg, .form-horizontal .form-group-lg input[type="month"].form-control {
    line-height: 46px
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .form-horizontal .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, select[multiple].input-sm, .form-horizontal .form-group-sm select[multiple].form-control {
    height: auto
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg, .form-horizontal .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form-control {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(2px);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    /*   padding: 15px;
       text-align: right;
       border-top: 1px solid #e5e5e5*/
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0 !important;
    left: 50% !important;
    top: auto !important;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0 !important;
    left: 5px !important;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0 !important;
    right: 5px !important;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50% !important;
    left: 0 !important;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50% !important;
    right: 0 !important;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0 !important;
    left: 50% !important;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0 !important;
    left: 5px !important;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0 !important;
    right: 5px !important;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .big-item .blocks-item:before, .big-item .hurry-item:before, .product-page .main-header:before, .modal_quick-view .main-header:before, .short-info:before, .buy-block-content .move > .actions:before, .buy-block-content .price-actions:before, .buy-block-seller:before, .product-info-sections .availability .store:before, .account-menu ul li:before, .popup_account-menu ul li:before, .clearfix:after, .big-item .blocks-item:after, .big-item .hurry-item:after, .product-page .main-header:after, .modal_quick-view .main-header:after, .short-info:after, .buy-block-content .move > .actions:after, .buy-block-content .price-actions:after, .buy-block-seller:after, .product-info-sections .availability .store:after, .account-menu ul li:after, .popup_account-menu ul li:after {
    content: " ";
    display: table
}

.clearfix:after, .big-item .blocks-item:after, .big-item .hurry-item:after, .product-page .main-header:after, .modal_quick-view .main-header:after, .short-info:after, .buy-block-content .move > .actions:after, .buy-block-content .price-actions:after, .buy-block-seller:after, .product-info-sections .availability .store:after, .account-menu ul li:after, .popup_account-menu ul li:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face { font-display:swap;
    font-family: 'ALSRubl-Arial';
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-regular.eot");
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-regular.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-regular.ttf") format("truetype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-regular.svg#ALSRublArialRegular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face { font-display:swap;
    font-family: 'ALSRubl-Arial';
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-italic.eot");
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-italic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-italic.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-italic.ttf") format("truetype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-italic.svg#ALSRublArialItalic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face { font-display:swap;
    font-family: 'ALSRubl-Arial';
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bold.eot");
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bold.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bold.ttf") format("truetype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl-arial-bold.svg#ALSRublArialBold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face { font-display:swap;
    font-family: 'ALSRubl-Arial';
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bolditalic.eot");
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bolditalic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bolditalic.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bolditalic.ttf") format("truetype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/alsrubl/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

.b-rub, .b-rub_arial {
    font-family: 'ALSRubl-Arial', Arial, sans-serif
}

@font-face { font-display:swap;
    font-family: "Archive";
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/archive/Archive.eot?") format("eot"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/archive/Archive.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/archive/Archive.ttf") format("truetype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/archive/Archive.svg#Archive") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face { font-display:swap;
    font-family: "Flaticon";
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/flaticon/flaticon.eot");
    src: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/flaticon/flaticon.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/flaticon/flaticon.woff") format("woff"), url("/bitrix/templates/romza_bitronic2_2.21.22/css/../fonts/flaticon/flaticon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

[class*="flaticon-"]:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-11:before {
    content: "\f100"
}

.flaticon-11-1:before {
    content: "\f101"
}

.flaticon-23:before {
    content: "\f102"
}

.flaticon-25:before {
    content: "\f103"
}

.flaticon-25-1:before {
    content: "\f104"
}

.flaticon-33:before {
    content: "\f105"
}

.flaticon-43:before {
    content: "\f106"
}

.flaticon-43-1:before {
    content: "\f107"
}

.flaticon-43-2:before {
    content: "\f108"
}

.flaticon-43-3:before {
    content: "\f109"
}

.flaticon-6:before {
    content: "\f10a"
}

.flaticon-6-1:before {
    content: "\f10b"
}

.flaticon-6-2:before {
    content: "\f10c"
}

.flaticon-6-3:before {
    content: "\f10d"
}

.flaticon-7:before {
    content: "\f10e"
}

.flaticon-7-1:before {
    content: "\f10f"
}

.flaticon-9:before {
    content: "\f110"
}

.flaticon-alignment:before {
    content: "\f111"
}

.flaticon-alignment1:before {
    content: "\f112"
}

.flaticon-analysis1:before {
    content: "\f113"
}

.flaticon-annual2:before {
    content: "\f114"
}

.flaticon-arrow128:before {
    content: "\f115"
}

.flaticon-arrow133:before {
    content: "\f116"
}

.flaticon-arrow486:before {
    content: "\f117"
}

.flaticon-arrow492:before {
    content: "\f118"
}

.flaticon-back15:before {
    content: "\f119"
}

.flaticon-balance3:before {
    content: "\f11a"
}

.flaticon-black13:before {
    content: "\f11b"
}

.flaticon-blockade:before {
    /* content: "\f11c"*/
}

.flaticon-calculator2:before {
    content: "\f11d"
}

.flaticon-check14:before {
    content: "\f11e"
}

.flaticon-check33:before {
    content: "\f11f"
}

.flaticon-checked10:before {
    content: "\f120"
}

.flaticon-clock4:before {
    content: "\f121"
}

.flaticon-close47:before {
    content: "\f122";
    content: "";
    display: block;
    position: absolute;
    /*top: 15px;
    right: 15px;*/
    top: -11px;
    left: 0;
    border-width: 0;
    border-radius: 25%;
    cursor: pointer;
    background: url(/ds-comf/img/x.svg) no-repeat center;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    z-index: 9;
}

.flaticon-closed40:before {
    content: "\f123"
}

.flaticon-computer:before {
    content: "\f124"
}

.flaticon-control3:before {
    content: "\f125"
}

.flaticon-doc:before {
    content: "\f126"
}

.flaticon-docx1:before {
    content: "\f127"
}

.flaticon-dollar67:before {
    content: "\f128"
}

.flaticon-ecommerce16:before {
    content: "\f129"
}

.flaticon-envelope29:before {
    content: "\f12a"
}

.flaticon-eye36:before {
    content: "\f12b"
}

.flaticon-favorites5:before {
    content: "\f12c"
}

.flaticon-first43:before {
    content: "\f12d"
}

.flaticon-folded11:before {
    content: "\f12e"
}

.flaticon-folder24:before {
    content: "\f12f"
}

.flaticon-heart3:before {
    content: "\f130"
}

.flaticon-heart72:before {
    content: "\f131"
}

.flaticon-home1:before {
    content: "\f132"
}

.flaticon-increase10:before {
    content: "\f133"
}

.flaticon-info13:before {
    content: "\f134"
}

.flaticon-jpg2:before {
    content: "\f135"
}

.flaticon-key22:before {
    content: "\f136"
}

.flaticon-like:before {
    content: "\f137"
}

.flaticon-link49:before {
    content: "\f138"
}

.flaticon-list79:before {
    content: "\f139"
}

.flaticon-location4:before {
    content: "\f13a"
}

.flaticon-logout13:before {
    content: "\f13b"
}

.flaticon-mail9:before {
    content: "\f13c"
}

.flaticon-menu6:before {
    content: "\f13d"
}

.flaticon-movie16:before {
    content: "\f13e"
}

.flaticon-multimedia:before {
    content: "\f13f"
}

.flaticon-new2:before {
    content: "\f140"
}

.flaticon-new92:before {
    content: "\f141"
}

.flaticon-newspapre:before {
    content: "\f142"
}

.flaticon-object10:before {
    content: "\f143"
}

.flaticon-object11:before {
    content: "\f144"
}

.flaticon-object5:before {
    content: "\f145"
}

.flaticon-object6:before {
    content: "\f146"
}

.flaticon-object7:before {
    content: "\f147"
}

.flaticon-object8:before {
    content: "\f148"
}

.flaticon-open12:before {
    content: "\f149"
}

.flaticon-open16:before {
    content: "\f14a"
}

.flaticon-outlined3:before {
    content: "\f14b"
}

.flaticon-package6:before {
    content: "\f14c"
}

.flaticon-parameters:before {
    content: "\f14d"
}

.flaticon-pdf17:before {
    content: "\f14e"
}

.flaticon-pencil72:before {
    content: "\f14f"
}

.flaticon-person101:before {
    content: "\f150"
}

.flaticon-phone12:before {
    content: "\f151"
}

.flaticon-random:before {
    content: "\f152"
}

.flaticon-refresh:before {
    content: "\f153"
}

.flaticon-right-alignment:before {
    content: "\f154"
}

/*.flaticon-right10:before {
    content: "\f155"
}*/

.flaticon-right20:before {
    content: "\f156"
}

.flaticon-running15:before {
    content: "\f157"
}

.flaticon-sale:before {
    content: "\f158"
}


.flaticon-settings1:before {
    content: "\f15a"
}

.flaticon-shape:before {
    content: "\f15b"
}

/*.flaticon-sheet:before {
    content: "\f15c"
}*/

.flaticon-shopping109:before {
    content: "\f15d"
}

.flaticon-shopping158:before {
    content: "\f15e"
}

.flaticon-shopping220:before {
    content: "\f15f"
}

.flaticon-shopping63:before {
    content: "\f160"
}

.flaticon-speech90:before {
    content: "\f161"
}

.flaticon-stopwatch6:before {
    content: "\f162"
}

.flaticon-tablet27:before {
    content: "\f163"
}

.flaticon-text133:before {
    content: "\f164"
}

.flaticon-trash29:before {
    content: "\f165"
}

.flaticon-two21:before {
    content: "\f166"
}

.flaticon-two328:before {
    content: "\f167"
}

.flaticon-user12:before {
    /*  content: "\f168"*/
}

.flaticon-verified18:before {
    content: "\f169"
}

.flaticon-visualization5:before {
    content: "\f16a"
}

.flaticon-webpage3:before {
    content: "\f16b"
}

.flaticon-x5:before {
    content: "\f16c"
}

.flaticon-zoom62:before {
    content: "\f16d"
}

[data-when-collapsed].collapsed:after {
    content: attr(data-when-collapsed)
}

[data-when-collapsed]:after {
    content: attr(data-when-expanded)
}

.bx-ss-icon {
    width: 16px !important;
    height: 16px !important;
    margin: 2px !important
}

.select-img {
    max-height: 30px;
    position: relative;
    top: -1px
}

.fz13 {
    font-size: 13px !important
}

.fz12 {
    font-size: 12px !important
}

.fz11 {
    font-size: 11px !important
}

.fz10 {
    font-size: 10px !important
}

.fz9 {
    font-size: 9px !important
}

.mar-t-15 {
    margin-top: 15px
}

.mar-t-30 {
    margin-top: 30px
}

.mar-b-15 {
    margin-bottom: 15px
}

.mar-b-30 {
    margin-bottom: 30px
}

video, .youtube-frame, .video-wrap-inner > .player-here {
    width: 100%;
    height: 100%
}

#the-page {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%
}

.slider-wrap {
    margin: 30px auto;
    width: 800px;
    position: relative
}

.slider-wrap > .controls > .prev, .slider-wrap > .controls > .next {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: lightgreen;
    top: 0;
    bottom: 0;
    margin: auto
}

.slider-wrap > .controls > .prev:hover, .slider-wrap > .controls > .next:hover {
    cursor: pointer
}

.slider-wrap > .controls > .prev {
    left: -20px
}

.slider-wrap > .controls > .next {
    right: -20px
}

.slider-wrap > .controls > .dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center
}

.slider-wrap > .controls > .dots > .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: silver
}

.slider-wrap > .controls > .dots > .dot.active {
    background: black
}

.slider-wrap > .controls > .dots > .dot:hover {
    cursor: pointer
}

.slider-wrap > .content > .item {
    width: 180px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: gray;
    font-size: 25px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    display: none
}

.slider-wrap > .content > .item:nth-child(4n) {
    margin-right: 0
}

.slider-wrap > .content > .item.active {
    display: inline-block
}

.sku-wrap {
    white-space: nowrap
}

.center {
    text-align: center !important
}

.site-contents {
    margin-top: 20px
}

.site-contents th {
    text-align: center;
    background: #d9d9d9;
    border-bottom: 1px solid black;
    padding: 5px 10px
}

.site-contents td, .site-contents th {
    border: 1px solid #f2f2f2
}

.site-contents td a, .site-contents th a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.site-contents td a:active, .site-contents td a.active, .site-contents th a:active, .site-contents th a.active {
    -webkit-transition: none;
    transition: none
}

.video > iframe {
    border: none;
    border-width: 0
}

.disable-hover {
    pointer-events: none
}

.v_error {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 10px;
    background: #fc4b4e;
    color: #fff
}

.v_error:before {
    content: '';
    position: absolute;
    border: 8px solid;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-color: transparent transparent #fc4b4e transparent
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000
}

body.authorized .account-not-authorized {
    display: none !important
}

body.authorized .account-authorized {
    display: inline-block !important
}

body:before {
    content: '';
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

body.darken:before, body.darken-popup:before {
    /*opacity: 1;
    visibility: visible*/
}

body.darken-popup:before {
    z-index: 11
}

body.darken-popup[data-top-line-position="not-fixed"]:before {
    /*z-index: 6*/
}

.info4admin-switch {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;
    width: 125px;
    font-size: 12px;
    padding: 5px 10px
}

.info4admin-switch:active {
    padding: 5px 10px
}

@media (max-width: 767px) {
    .info4admin-switch {
        display: none
    }
}

.info4admin {
    display: none;
    clear: both;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid
}

.info4admin > header {
    font-weight: bold;
    margin-bottom: 10px
}

.info4admin .info4admin-item {
    display: inline-block;
    margin-right: 20px
}

.info4admin .info4admin-item > i:before {
    font-size: 18px;
    margin-right: 4px
}

.info4admin .views-by-day {
    margin-top: 5px
}

.info4admin .views-by-day > span {
    margin-right: 20px
}

.blocks-item > .info4admin, .hurry-item > .info4admin {
    padding: 5px;
    text-align: left
}

.blocks-item > .info4admin > header, .hurry-item > .info4admin > header {
    display: none
}

.catalog-page.info4admin-enabled .info4admin {
    display: block
}

@media (max-width: 767px) {
    .info4admin {
        display: none !important
    }
}

.currency-list, .lang-list {
    display: none;
    position: absolute;
    z-index: 3;
    padding: 0px;
    margin: 0;
    list-style: none;
    border-radius: 3px;
    min-width: 48px
}

.currency-list:before, .lang-list:before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #fff
}

.currency-list > li, .lang-list > li {
    padding: 1px 10px 3px;
    text-align: center
}

.currency-list > li .text, .lang-list > li .text {
    border-bottom: 1px solid
}

.currency-list > li.active, .lang-list > li.active {
    cursor: default
}

[data-top-line-position="fixed-top"] .currency-list, [data-top-line-position="not-fixed"] .currency-list, [data-top-line-position="fixed-top"] .lang-list, [data-top-line-position="not-fixed"] .lang-list {
    top: 100%;
    right: 0
}

[data-top-line-position="fixed-bottom"] .currency-list, [data-top-line-position="fixed-bottom"] .lang-list {
    bottom: 100%;
    right: 0
}

[data-top-line-position="fixed-left"] .currency-list, [data-top-line-position="fixed-left"] .lang-list {
    left: 100%;
    bottom: 0
}

[data-top-line-position="fixed-right"] .currency-list, [data-top-line-position="fixed-right"] .lang-list {
    right: 100%;
    bottom: 0
}

.currency-switch, .lang-switch {
    display: none;
    position: relative;
    font-size: 12px;
    white-space: nowrap
}

.more_bold .currency-switch, .more_bold .lang-switch {
    font-weight: bold
}

.currency-switch:hover, .lang-switch:hover {
    cursor: pointer
}

.currency-switch .desc, .lang-switch .desc {
    font-size: 10px;
    margin-right: 2px
}

[data-top-line-position="fixed-left"] .currency-switch .desc, [data-top-line-position="fixed-right"] .currency-switch .desc, [data-top-line-position="fixed-left"] .lang-switch .desc, [data-top-line-position="fixed-right"] .lang-switch .desc {
    display: block
}

.currency-switch .text, .lang-switch .text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom: 1px dotted
}

.currency-switch .text:active, .currency-switch .text.active, .lang-switch .text:active, .lang-switch .text.active {
    -webkit-transition: none;
    transition: none
}

[data-lang-switch-enabled="true"], [data-currency-switch-enabled="true"] {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 48px;
    margin-bottom: 5px
}

[data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"], [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"], [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"] {
    position: absolute;
    left: 100%;
    top: 0;
    text-align: left;
    margin-left: -15px;
    padding-left: 10px
}

[data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"] .desc {
    display: none
}

@media (min-width: 768px) and (max-width: 834px), (min-width: 992px) and (max-width: 1054px), (min-width: 1200px) and (max-width: 1262px) {
    [data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"], [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"], [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"] {
        position: fixed;
        z-index: 3;
        left: auto;
        margin-left: 0;
        right: 0;
        padding: 0;
        width: auto
    }

    [data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"] .value, [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"] .value, [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"] .value, [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"] .value, [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"] .value, [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"] .value {
        min-width: 48px;
        padding: 0 5px;
        display: block;
        background-color: rgba(255, 255, 255, 0.6)
    }

    [data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"].toggled, [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"].toggled, [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"].toggled, [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"].toggled, [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"].toggled, [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"].toggled {
        z-index: 4
    }
}

@media (min-width: 930px) and (max-width: 991px), (min-width: 1150px) and (max-width: 1199px), (min-width: 1331px) and (max-width: 1919px), (min-width: 1663px) and (max-width: 2559px), (min-width: 1983px) {
    [data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-top"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"] [data-currency-switch-enabled="true"] .desc {
        display: inline
    }
}

[data-top-line-position="fixed-top"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-top"][data-container-width="full_width"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-currency-switch-enabled="true"], [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-currency-switch-enabled="true"] {
    left: auto;
    right: 0;
    margin-left: 0;
    padding-left: 0;
    display: block !important
}

[data-top-line-position="fixed-top"][data-container-width="full_width"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-lang-switch-enabled="true"] .desc, [data-top-line-position="fixed-top"][data-container-width="full_width"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-currency-switch-enabled="true"] .desc, [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-currency-switch-enabled="true"] .desc {
    display: none !important
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-top"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-top"][data-container-width="full_width"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-bottom"][data-container-width="full_width"] [data-currency-switch-enabled="true"], [data-top-line-position="not-fixed"][data-container-width="full_width"] [data-currency-switch-enabled="true"] {
        display: none !important
    }
}

[data-top-line-position="fixed-left"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-right"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-left"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-right"] [data-currency-switch-enabled="true"] {
    text-align: center;
    position: relative;
    height: auto;
    line-height: normal
}

[data-top-line-position="fixed-left"] [data-lang-switch-enabled="true"] li, [data-top-line-position="fixed-right"] [data-lang-switch-enabled="true"] li, [data-top-line-position="fixed-left"] [data-currency-switch-enabled="true"] li, [data-top-line-position="fixed-right"] [data-currency-switch-enabled="true"] li {
    line-height: 24px
}

@media (max-width: 767px) {
    [data-lang-switch-enabled="true"], [data-currency-switch-enabled="true"] {
        display: none
    }
}

[data-limit-sliders="true"][data-top-line-position="fixed-top"] .currency-switch, [data-limit-sliders="true"][data-top-line-position="fixed-top"] .lang-switch, [data-limit-sliders="true"][data-top-line-position="fixed-bottom"] .currency-switch, [data-limit-sliders="true"][data-top-line-position="fixed-bottom"] .lang-switch, [data-limit-sliders="true"][data-top-line-position="not-fixed"] .currency-switch, [data-limit-sliders="true"][data-top-line-position="not-fixed"] .lang-switch {
    margin-left: 0
}

[data-top-line-position="fixed-top"] [data-lang-switch-enabled="true"], [data-top-line-position="not-fixed"] [data-lang-switch-enabled="true"], [data-top-line-position="fixed-bottom"] [data-lang-switch-enabled="true"] {
    top: 24px
}

[data-currency-switch-enabled="true"] {
    font-size: 11px
}

[data-top-line-position="fixed-left"] [data-currency-switch-enabled="true"], [data-top-line-position="fixed-right"] [data-currency-switch-enabled="true"] {
    margin-top: 5px
}

button {
    border: none;
    outline: none;
    padding: 0;
    background: none
}

.pseudolink .link-text {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.pseudolink:active .link-text {
    -webkit-transition: none;
    transition: none
}

.pseudolink .link-text {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .25s;
    transition: border-bottom-color .25s
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-height: 100%;
    max-width: 100%
}

.img-container {
    overflow: hidden;
    text-align: center
}

.img-container > img {
    max-height: 100%;
    max-width: 100%
}

.img-container.centering img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.img-container.limiting img {
    max-width: 100%;
    max-height: 100%
}

.img-container.fullheight img {
    height: 100%
}

.img-container.fullwidth img {
    width: 100%
}

/*.expand-content {
    display: none
}*/

.expanded > .expand-content, .expanded + .expand-content {
    display: block
}

h1, .title-h1, h2, .title-h2, h3, .title-h3, h4, .title-h4, h5, .title-h5, h6, .title-h6 {
    font-family: 'Open Sans', sans-serif
}

.more_bold h1, .more_bold .title-h1, .more_bold h2, .more_bold .title-h2, .more_bold h3, .more_bold .title-h3, .more_bold h4, .more_bold .title-h4, .more_bold h5, .more_bold .title-h5, .more_bold h6, .more_bold .title-h6 {
    font-weight: bold
}

h1, .title-h1 {
    margin-bottom: 20px;
    font-size: 2.14286em
}

@media (max-width: 991px) {
    h1, .title-h1 {
        font-size: 1.57143em
    }
}

@media (max-width: 767px) {
    h1, .title-h1 {
        font-size: 1.28571em
    }
}

h2, .title-h2 {
    font-size: 1.28571em
}

h3, .title-h3 {
    font-weight: normal;
    font-size: 1.42857em
}

p {
    margin-bottom: 20px
}

ul.circled {
    list-style-type: none;
    padding: 0
}

ul.circled > li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative
}

ul.circled > li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 7px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid
}

.images-row {
    margin-top: 30px;
    margin-bottom: 50px
}

.images-row > .img-container {
    margin-bottom: 10px
}

svg {
    max-width: 100%;
    max-height: 100%
}

a {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

a, a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration: none;
    outline: none
}

a:active, a.active {
    -webkit-transition: none;
    transition: none
}

.pseudolink-bd, .btn-delete .btn-text, .btn-to-waitlist .btn-text, .time .working-time[data-popup], .popup_basket .basket-waitlist-toggle .btn-text, .search-wrap .search-example, .header-contacts .phone-wrap > a, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text, .more-catalog-wrap .more-catalog .text, .show-not-in-stock-wrap .show-not-in-stock > .text, .product-page span.edost_link, .modal_quick-view span.edost_link, .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep, .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:hover, .account-personal-order-detailed .bx-content .sale-order-detail-show-link, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-detailed .bx-content .sale-order-detail-hide-link, .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment, .account-personal-order-detailed .bx-content .sale-order-list-change-payment, .account-personal-order-list .bx-content .sale-order-detail-show-link, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-list .bx-content .sale-order-detail-hide-link, .account-personal-order-list .bx-content .sale-order-list-cancel-payment, .account-personal-order-list .bx-content .sale-order-list-change-payment {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

.pseudolink-bd:active, .btn-delete .btn-text:active, .btn-to-waitlist .btn-text:active, .time .working-time[data-popup]:active, .popup_basket .basket-waitlist-toggle .btn-text:active, .search-wrap .search-example:active, .header-contacts .phone-wrap > a:active, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:active, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:active, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:active, .more-catalog-wrap .more-catalog .text:active, .show-not-in-stock-wrap .show-not-in-stock > .text:active, .product-page span.edost_link:active, .modal_quick-view span.edost_link:active, .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:active, .account-personal-order-detailed .bx-content .sale-order-detail-show-link:active, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:active, .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:active, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:active, .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:active, .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:active, .account-personal-order-detailed .bx-content .sale-order-list-change-payment:active, .account-personal-order-list .bx-content .sale-order-detail-show-link:active, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:active, .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:active, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:active, .account-personal-order-list .bx-content .sale-order-detail-hide-link:active, .account-personal-order-list .bx-content .sale-order-list-cancel-payment:active, .account-personal-order-list .bx-content .sale-order-list-change-payment:active, .pseudolink-bd.active, .btn-delete .active.btn-text, .btn-to-waitlist .active.btn-text, .time .active.working-time[data-popup], .popup_basket .basket-waitlist-toggle .active.btn-text, .search-wrap .active.search-example, .header-contacts .phone-wrap > a.active, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .active.text, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .active.text, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .active.text, .more-catalog-wrap .more-catalog .active.text, .show-not-in-stock-wrap .show-not-in-stock > .active.text, .product-page span.active.edost_link, .modal_quick-view span.active.edost_link, .order-details-page .bx-soa-section.bx-selected .active.bx-soa-editstep, .account-personal-order-detailed .bx-content .active.sale-order-detail-show-link, .account-personal-order-detailed .bx-content .active.sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-detailed .bx-content .active.sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-detailed .bx-content .active.sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-detailed .bx-content .active.sale-order-detail-hide-link, .account-personal-order-detailed .bx-content .active.sale-order-list-cancel-payment, .account-personal-order-detailed .bx-content .active.sale-order-list-change-payment, .account-personal-order-list .bx-content .active.sale-order-detail-show-link, .account-personal-order-list .bx-content .active.sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-list .bx-content .active.sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-list .bx-content .active.sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-list .bx-content .active.sale-order-detail-hide-link, .account-personal-order-list .bx-content .active.sale-order-list-cancel-payment, .account-personal-order-list .bx-content .active.sale-order-list-change-payment {
    -webkit-transition: none;
    transition: none
}

.link-bd, .breadcrumbs-content a, .catalog-menu-lvl1 .menu-lvl1-link > .text, .vertical .sitenav-menu-item > a .text, .accessory .main-data a .text, .collection > .item .main-data a .text, .order-details-page a:not(.btn), .account-personal-order-list .bx-content .sale-order-link, .account-personal-order-list .bx-content .sale-order-history-link, .account-personal-order-list .bx-content .sale-order-list-about-link, .account-personal-order-list .bx-content .sale-order-list-repeat-link, .account-personal-order-list .bx-content .sale-order-list-cancel-link, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-detailed .bx-content .sale-order-detail-order-item-title a, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-list .bx-content .sale-order-detail-order-item-title a, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel, .partners-wrap .partners-item-wrap .name-wrap .name span, .partners-wrap .partners-item-wrap .contact {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.link-bd:active, .breadcrumbs-content a:active, .catalog-menu-lvl1 .menu-lvl1-link > .text:active, .vertical .sitenav-menu-item > a .text:active, .accessory .main-data a .text:active, .collection > .item .main-data a .text:active, .order-details-page a:active:not(.btn), .account-personal-order-list .bx-content .sale-order-link:active, .account-personal-order-list .bx-content .sale-order-history-link:active, .account-personal-order-list .bx-content .sale-order-list-about-link:active, .account-personal-order-list .bx-content .sale-order-list-repeat-link:active, .account-personal-order-list .bx-content .sale-order-list-cancel-link:active, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-button:active, .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-up:active, .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-down:active, .account-personal-order-detailed .bx-content .sale-order-detail-order-item-title a:active, .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel:active, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-button:active, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-up:active, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-down:active, .account-personal-order-list .bx-content .sale-order-detail-order-item-title a:active, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel:active, .partners-wrap .partners-item-wrap .name-wrap .name span:active, .partners-wrap .partners-item-wrap .contact:active, .link-bd.active, .breadcrumbs-content a.active, .catalog-menu-lvl1 .menu-lvl1-link > .active.text, .vertical .sitenav-menu-item > a .active.text, .accessory .main-data a .active.text, .collection > .item .main-data a .active.text, .order-details-page a.active:not(.btn), .account-personal-order-list .bx-content .active.sale-order-link, .account-personal-order-list .bx-content .active.sale-order-history-link, .account-personal-order-list .bx-content .active.sale-order-list-about-link, .account-personal-order-list .bx-content .active.sale-order-list-repeat-link, .account-personal-order-list .bx-content .active.sale-order-list-cancel-link, .account-personal-order-detailed .bx-content .active.sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-detailed .bx-content .active.sale-order-detail-back-to-list-link-up, .account-personal-order-detailed .bx-content .active.sale-order-detail-back-to-list-link-down, .account-personal-order-detailed .bx-content .sale-order-detail-order-item-title a.active, .account-personal-order-detailed .bx-content .active.sale-order-detail-about-order-inner-container-repeat-cancel, .account-personal-order-list .bx-content .active.sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-list .bx-content .active.sale-order-detail-back-to-list-link-up, .account-personal-order-list .bx-content .active.sale-order-detail-back-to-list-link-down, .account-personal-order-list .bx-content .sale-order-detail-order-item-title a.active, .account-personal-order-list .bx-content .active.sale-order-detail-about-order-inner-container-repeat-cancel, .partners-wrap .partners-item-wrap .name-wrap .name span.active, .partners-wrap .partners-item-wrap .active.contact {
    -webkit-transition: none;
    transition: none
}

.link > .text, .deleted-properties .deleted-property > .text, .link-on-dark > .text {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.link > .text:active, .deleted-properties .deleted-property > .text:active, .link > .text.active, .deleted-properties .deleted-property > .text.active, .link-on-dark > .text:active, .link-on-dark > .text.active {
    -webkit-transition: none;
    transition: none
}

.link:hover, .deleted-properties .deleted-property:hover, .link-on-dark:hover {
    cursor: pointer
}

.link.more-content .bullets, .deleted-properties .more-content.deleted-property .bullets, .link-on-dark.more-content .bullets {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 20px;
    color: #000
}

.link.more-content .text, .deleted-properties .more-content.deleted-property .text, .link-on-dark.more-content .text {
    display: inline-block;
    vertical-align: middle
}

.price-old {
    text-decoration: line-through;
    color: #9f9bb3
}

.light-brown {
    background: #c4aa8d
}

.white {
    background: #fff
}

.dark {
    background: #4d4d4d
}

.black {
    background: #000
}

.required-asterisk {
    color: red !important
}

.user-info .avatar {
    display: inline-block;
    vertical-align: middle
}

.user-info .name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px
}

.notification-popup {
    display: none;
    position: absolute;
    z-index: 32;
    padding: 0;
    color: rgba(0, 0, 0, 0.77)
}

.notification-popup.no-arrow, .notification-popup > .content {
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.77);
    color: #fff
}

.notification-popup > .content {
    display: block
}

.notification-popup:before {
    content: '';
    position: absolute;
    border: 6px solid;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.notification-popup.no-arrow:before {
    display: none
}

.notification-popup[data-v-align="bottom"] {
    padding-top: 6px
}

.notification-popup[data-v-align="bottom"]:before {
    top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0
}

.notification-popup[data-v-align="top"] {
    padding-bottom: 6px
}

.notification-popup[data-v-align="top"]:before {
    bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.notification-popup[data-v-align="centered"]:before {
    top: 50%;
    margin-top: -6px
}

.notification-popup[data-v-align="topborder"]:before {
    top: 6px
}

.notification-popup[data-v-align="bottom-border"]:before {
    bottom: 6px
}

.notification-popup[data-h-align="centered"]:before {
    left: 50%;
    margin-left: -6px
}

.notification-popup[data-h-align="left"] {
    padding-right: 6px
}

.notification-popup[data-h-align="left"]:before {
    right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 0
}

.notification-popup[data-h-align="right"] {
    padding-left: 6px
}

.notification-popup[data-h-align="right"]:before, .notification-popup[data-h-align="right"]:after {
    left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0
}

.notification-popup[data-h-align="leftborder"]:before {
    left: 6px
}

.notification-popup[data-h-align="rightborder"]:before {
    right: 6px
}

#test {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background-color: green
}

.slider-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slider-arrow:active, .slider-arrow.active {
    -webkit-transition: none;
    transition: none
}

.slider-arrow.disabled {
    opacity: 0;
    visibility: hidden
}

.slider-arrow.disabled:hover {
    cursor: default
}

.contacts-email {
    position: relative;
    font-size: 1em
}

.contacts-email i, .header-contacts .contacts-email i {
    position: absolute;
    top: -3px;
    left: 2px
}

.contacts-email i:before, .header-contacts .contacts-email i:before {
    font-size: 21px
}

.contacts-email .link-text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    margin-left: 30px
}

.contacts-email .link-text:active, .contacts-email .link-text.active {
    -webkit-transition: none;
    transition: none
}

.checkbox-content .sticker {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.product-photos .brand {
    background: rgba(221, 221, 221, 0.5)
}

.product-photos .brand:hover {
    background: rgba(221, 221, 221, 0.8)
}

.product-photos .brand:active {
    background: #ddd
}

.bcrumbs-container {
    z-index: 14;
    padding-top: 15px;
    background: #fff;
    margin-bottom: -20px
}

@media (max-width: 767px) {
    .bcrumbs-container {
        padding-top: 0px;
        margin-bottom: 0
    }
}

[data-container-width="full_width"] .container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 767px) {
    [data-container-width="full_width"] .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

main > .container, main.container, main > .container-fluid, main.container-fluid {
    padding-top: 15px;
    background: #fff;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    main > .container, main.container, main > .container-fluid, main.container-fluid {
        padding-top: 0px
    }
}

.ui-section {
    text-align: left;
    margin-top: 10px
}

.ui-section > .btn-main {
    padding: 5px 10px 7px
}

.ui-section > .btn-main > .text {
    position: relative
}

.ui-section > .btn-main:active {
    padding: 5px 10px 7px
}

.ui-section > .btn-main:active > .text {
    top: 1px
}

.ui-section > * {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px
}

.ctrl-arrow-wrap {
    width: 51px;
    height: 35px
}

.ui-section .ctrl-arrow-wrap {
    display: inline-block;
    margin-right: 15px
}

.ctrl-arrow {
    display: block;
    position: relative;
    height: 100%;
    width: 28px;
    border-radius: 3px
}

.ctrl-arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    height: 22px;
    width: 22px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    -webkit-transform: translateZ(0) rotate(45deg) skew(7deg, 7deg);
    transform: translateZ(0) rotate(45deg) skew(7deg, 7deg)
}

.ctrl-arrow > i {
    position: relative
}

.ctrl-arrow:active > i {
    top: 1px
}

.ctrl-arrow.prev {
    margin-right: 0;
    margin-left: auto;
    text-align: left
}

.ctrl-arrow.prev:before {
    left: -10px;
    border-radius: 1px 0 1px 0;
    -webkit-transform: translate(0.5px, 0.5px) rotate(45deg) skew(7deg, 7deg);
    transform: translate(0.5px, 0.5px) rotate(45deg) skew(7deg, 7deg);
    -webkit-transform: translate3d(0.5px, 0.5px, 0) rotate(45deg) skew(7deg, 7deg);
    transform: translate3d(0.5px, 0.5px, 0) rotate(45deg) skew(7deg, 7deg);
    clip: rect(0, 21px, 25px, -3px)
}

.ctrl-arrow.next {
    margin-left: 0;
    margin-right: auto;
    text-align: right
}

.ctrl-arrow.next:before {
    right: -9px;
    border-radius: 3px 0 1px 0;
    -webkit-transform: translate(0px, 0) rotate(45deg) skew(7deg, 7deg);
    transform: translate(0px, 0) rotate(45deg) skew(7deg, 7deg);
    -webkit-transform: translate3d(0px, 0, 0) scale(1.03) rotate(45deg) skew(7deg, 7deg);
    transform: translate3d(0px, 0, 0) scale(1.03) rotate(45deg) skew(7deg, 7deg);
    clip: rect(-3px, 25px, 21px, 1px)
}

.ctrl-arrow.disabled:hover {
    cursor: default
}

.ctrl-arrow.disabled:active > i {
    top: 0
}

.ctrl-arrow.disabled:before {
    border: 1px solid #e2e2ea
}

.ctrl-arrow.disabled.prev:before {
    left: -11px;
    top: 5px;
    border-top: none;
    border-right: none
}

.ctrl-arrow.disabled.next:before {
    right: -10px;
    border-radius: 1px 0 1px 0;
    -webkit-transform: translate3d(0px, -0.5px, 0) scale(1.03) rotate(45deg) skew(7deg, 7deg);
    transform: translate3d(0px, -0.5px, 0) scale(1.03) rotate(45deg) skew(7deg, 7deg)
}

.no-csstransforms .ctrl-arrow:before {
    display: none
}

.btn-return {
    position: relative;
    left: 15px
}

.btn-return:before {
    content: '';
    position: absolute;
    left: -13px;
    height: 26px;
    width: 26px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    -webkit-transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    clip: rect(0, 26px, 29px, -3px)
}

.no-csstransforms .btn-return:before {
    display: none
}

.btn-continue {
    position: relative;
    right: 15px
}

.btn-continue:before {
    content: '';
    position: absolute;
    top: 12px;
    right: -13px;
    height: 26px;
    width: 26px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    -webkit-transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    clip: rect(-3px, 29px, 26px, 1px)
}

.no-csstransforms .btn-continue:before {
    display: none
}

.ui-section .btn-return, .ui-section .btn-continue {
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 50px;
    margin-right: 30px;
    font-size: 1.14286em;
    font-weight: bold
}

.ui-section .btn-return:active, .ui-section .btn-continue:active {
    top: 1px
}

.ui-section .btn-return:before {
    top: 12px
}

.ui-section .textinput, .inputtext, .ui-section .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .ui-section input.form-control[type="text"], .ui-section .order-details-page .form-group .form-control, .order-details-page .form-group .ui-section .form-control, .ui-section .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .ui-section input {
    width: 250px
}

.ui-section .textinput-icons {
    font-weight: normal;
    line-height: 44px
}

.ui-section .brand {
    min-width: 100px
}

.btn-expand {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 5px;
    right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

.btn-expand:before {
    content: ''
}

.btn-expand:active {
    top: 6px
}

.expanded .btn-expand:before, .btn-expand.expanded:before {
    content: ''
}

.form-order .btn-expand {
    position: relative;
    top: 1px;
    right: auto;
    font-weight: bold
}

.form-order .btn-expand:active {
    top: 2px
}

.big404 {
    font-size: 200px;
    font-weight: bold
}

@media (max-width: 767px) {
    .big404 {
        font-size: 150px
    }
}

.sad-robot {
    float: right;
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/sad-robot.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 400px
}

@media (max-width: 767px) {
    .sad-robot {
        display: none
    }
}

.site-map-page .opened, .action > .site-map-page .opened, .site-map-page .closed, .action > .site-map-page .closed, .site-map-page .not-expandable, .action > .site-map-page .not-expandable {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center
}

.site-map-page .opened:before, .site-map-page .closed:before {
    font-size: 17px
}

.site-map-page .not-expandable:before {
    font-size: 15px
}

.site-map-actions {
    margin-top: 25px;
    margin-bottom: 20px
}

.site-map-actions > .action {
    padding-left: 0 !important;
    margin-right: 25px
}

.site-map-actions > .action > i {
    margin-right: 0
}

.site-map {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site-map .site-map-item-wrap {
    display: inline-block;
    padding: 5px 0
}

.site-map .site-map-item-wrap:hover {
    cursor: pointer
}

.site-map .site-map-item-wrap > .list-item {
    border: none;
    padding: 0
}

.site-map .site-map-item-wrap > .list-item > .not-expandable {
    display: inline-block
}

.site-map .site-map-item-wrap > .list-item > .opened, .site-map .site-map-item-wrap > .list-item > .closed {
    display: none
}

.site-map .site-map-item-wrap.expandable > .list-item > .closed {
    display: inline-block
}

.site-map .site-map-item-wrap.expandable > .list-item > .not-expandable, .site-map .site-map-item-wrap.expandable > .list-item > .opened {
    display: none
}

.site-map .site-map-item-wrap.expandable.expanded > .list-item > .opened {
    display: inline-block
}

.site-map .site-map-item-wrap.expandable.expanded > .list-item > .closed, .site-map .site-map-item-wrap.expandable.expanded > .list-item > .not-expandable {
    display: none
}

.site-map .site-map-item-wrap > .site-map {
    margin-left: 40px;
    margin-top: 10px
}

.form_forgot-pass label {
    display: block;
    margin-bottom: 20px;
    width: 50%;
    min-width: 290px
}

.form_forgot-pass label > .text {
    display: inline-block;
    font-weight: normal;
    margin-right: 10px
}

.new-password-page .form_forgot-pass label > .text {
    width: 110px
}

.container.new-password-page {
    max-width: 415px;
    background: url(/img/fon.png) no-repeat left;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.container.new-password-page h1 {
    margin-top: 20px;
    text-align: center;
}

.container.new-password-page .textinput-wrapper .textinput {
    width: 100%;
}

.container.new-password-page .textinput-wrapper .textinput-icons {
    right: 0;
    bottom: 13px;
}

.container.new-password-page .form_forgot-pass .btn-main {
    margin: 20px auto 30px;
    display: block;
}

@media (max-width: 500px) {
    .container.new-password-page {
        background: none;
    }
}

.form_forgot-pass input {
    display: inline-block;
    width: 270px
}

.form_forgot-pass .btn-main {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 25px
}

.more_bold .form_forgot-pass .btn-main {
    font-weight: bold
}

.form_forgot-pass .btn-main:active {
    position: relative;
    top: 1px
}

.index-page_modals {
    margin-top: 20px;
    margin-bottom: 30px
}

.index-page_modals button {
    margin-bottom: 5px;
    padding: 5px 10px 7px
}

.index-page_modals button:active {
    position: relative;
    top: 1px
}

.search-robot-wrap {
    float: right;
    margin-top: 20px
}

.search-robot-wrap img {
    max-width: 100%
}

@media (min-width: 992px) {
    .search-robot-wrap {
        width: 25%;
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .search-robot-wrap {
        display: none
    }
    .main-text-image {float: none; margin: 20px auto; display: block;}
}

.search-results-catalog {
    width: 100%;
    float: none;
    padding-right: 15px
}

@media (max-width: 991px) {
    .search-results-catalog {
        width: 100%;
        padding-right: 0
    }
}

.search-results-item {
    margin-top: 50px;
    margin-bottom: 50px
}

.search-results-item .link-wrap {
    margin-bottom: 5px
}

.search-results-item .date, .search-results-item .path {
    font-size: .85714em
}

.search-results-item .date {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #8c8c8c
}

.no-xxl .col-xxl-2, .no-xl .col-xxl-2 {
    width: 25%
}

.no-xxl .col-xxl-10, .no-xl .col-xxl-10 {
    width: 75%
}

.gm-style img {
    max-height: none;
    max-width: none
}

.popup_map {
    position: absolute;
    display: none;
    top: 50%;
    right: 100%;
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
    padding: 25px 20px 20px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 3
}

@media (max-width: 991px) {
    .popup_map {
        padding: 25px 15px 15px
    }
}

.popup_map:before {
    content: '';
    position: absolute;
    left: 100%;
    border: 10px solid transparent;
    top: 50%;
    margin-top: -10px;
    border-left-color: rgba(0, 0, 0, 0.9)
}

.popup_map .title-h4 {
    font-weight: bold
}

.popup_map > .btn-close {
    right: 10px
}

.popup_map > .map-wrap {
    position: relative;
    margin-top: 10px;
    width: 100%;
    min-height: 250px
}

.popup_map > .map-wrap > .map-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.popup_map > .map-wrap > .map-block, .popup_map > .map-wrap > .map-block .map {
    width: 100%;
    height: 100%
}

.popup_map > .map-wrap > .info-wrap {
    position: relative;
    width: 33.33333%;
    min-width: 200px;
    max-width: 300px;
    min-height: 250px;
    font-size: 14px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1
}

.popup_map > .map-wrap > .info-wrap .line-wrap {
    line-height: 20px;
    padding-bottom: 10px
}

.popup_map > .map-wrap > .info-wrap .line-wrap:last-of-type {
    padding-bottom: 0
}

.popup_map > .map-wrap > .info-wrap .line-wrap.img-wrap {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    padding-bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.popup_map > .map-wrap > .info-wrap .line-wrap .line {
    display: inline-block
}

.popup_map > .map-wrap > .info-wrap .line-wrap .line, .popup_map > .map-wrap > .info-wrap .line-wrap .line:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup], .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup], .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text:active, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text:active, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup]:active, .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup]:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text:active, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example:active, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a:active, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:active, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:active, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:active, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text:active, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text:active, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link:active, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link:active, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:active, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment:active, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment:active, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:active, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text:hover, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text:hover, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup]:hover, .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup]:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text:hover, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example:hover, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a:hover, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text:hover, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text:hover, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link:hover, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link:hover, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:hover, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment:hover, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment:hover, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:hover, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text:focus, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text:focus, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup]:focus, .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup]:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text:focus, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example:focus, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a:focus, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:focus, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:focus, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:focus, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text:focus, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text:focus, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link:focus, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link:focus, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:focus, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment:focus, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment:focus, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:focus, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text:visited, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text:visited, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup]:visited, .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup]:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text:visited, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example:visited, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a:visited, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:visited, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:visited, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:visited, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text:visited, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text:visited, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link:visited, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link:visited, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:visited, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment:visited, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment:visited, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:visited, .popup_map > .map-wrap > .info-wrap .line-wrap .line .pseudolink-bd:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-delete .btn-text:link, .btn-delete .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-to-waitlist .btn-text:link, .btn-to-waitlist .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .time .working-time[data-popup]:link, .time .popup_map > .map-wrap > .info-wrap .line-wrap .line .working-time[data-popup]:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .popup_basket .basket-waitlist-toggle .btn-text:link, .popup_basket .basket-waitlist-toggle .popup_map > .map-wrap > .info-wrap .line-wrap .line .btn-text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-wrap .search-example:link, .search-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .search-example:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .header-contacts .phone-wrap > a:link, .header-contacts .popup_map > .map-wrap > .info-wrap .line-wrap .line .phone-wrap > a:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:link, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:link, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:link, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .more-catalog-wrap .more-catalog .text:link, .more-catalog-wrap .more-catalog .popup_map > .map-wrap > .info-wrap .line-wrap .line .text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock-wrap .show-not-in-stock > .text:link, .show-not-in-stock-wrap .popup_map > .map-wrap > .info-wrap .line-wrap .line .show-not-in-stock > .text:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .product-page span.edost_link:link, .product-page .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .modal_quick-view span.edost_link:link, .modal_quick-view .popup_map > .map-wrap > .info-wrap .line-wrap .line span.edost_link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:link, .order-details-page .bx-soa-section.bx-selected .popup_map > .map-wrap > .info-wrap .line-wrap .line .bx-soa-editstep:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-show-link:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-detailed .bx-content .sale-order-list-change-payment:link, .account-personal-order-detailed .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-show-link:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-show-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-more:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-payment-options-methods-info-change-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-about-order-inner-container-name-read-less:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-detail-hide-link:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-detail-hide-link:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-cancel-payment:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-cancel-payment:link, .popup_map > .map-wrap > .info-wrap .line-wrap .line .account-personal-order-list .bx-content .sale-order-list-change-payment:link, .account-personal-order-list .bx-content .popup_map > .map-wrap > .info-wrap .line-wrap .line .sale-order-list-change-payment:link {
    color: #fff
}

.popup_map > .map-wrap > .info-wrap .line-wrap .line.with-icon {
    position: relative;
    padding-left: 30px
}

.popup_map > .map-wrap > .info-wrap .line-wrap .line.with-icon i {
    position: absolute;
    top: 0px;
    left: 2px
}

[data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map {
    width: calc(((100% + 90px) / 35) * 65);
    top: auto;
    bottom: -20px;
    margin-top: 0
}

@media (max-width: 991px) {
    [data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map {
        width: calc(((100% + 70px) / 35) * 65);
        bottom: -15px
    }
}

[data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map:before {
    top: auto;
    bottom: 18px
}

@media (max-width: 991px) {
    [data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map:before {
        bottom: 13px
    }
}

@media (max-width: 767px) {
    [data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map {
        width: 100%;
        left: 0;
        bottom: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    [data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map:before {
        left: 15px;
        bottom: -20px;
        border-left-color: transparent;
        border-top-color: rgba(0, 0, 0, 0.9)
    }

    [data-product-availability="expanded"] .buy-block-content .move > .availability .popup_map:before > .map {
        position: relative !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1
    }
}

[data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] .availability .store .popup_map {
    width: calc(100% + 180px + 30px)
}

@media (max-width: 991px) {
    [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] .availability .store .popup_map {
        width: calc(100% + 30px)
    }
}

[data-product-availability="tabs"] .product-info-sections[data-product-info-mode="tabs"] .availability .store .popup_map {
    width: calc(100% + 30px)
}

[data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] .availability .store .popup_map, [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="tabs"] .availability .store .popup_map {
    top: auto;
    left: -15px;
    bottom: 0;
    margin-right: 0
}

[data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] .availability .store .popup_map:before, [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="tabs"] .availability .store .popup_map:before {
    display: none
}

@media (max-width: 767px) {
    [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] .availability .store .popup_map, [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="tabs"] .availability .store .popup_map {
        width: 100%;
        left: 0
    }
}

.to-top {
    padding: 5px 15px 7px 12px;
    position: fixed;
    z-index: 10;
    bottom: 100px;
    right: 0
}

.to-top:active {
    padding: 5px 15px 7px 12px
}

.to-top > i {
    position: relative;
    margin-right: 4px
}

.to-top > i:before {
    font-size: 15px
}

@media (max-width: 767px) {
    .to-top {
        bottom: 100px;
        left: 0;
        right: auto;
        padding: 15px 25px 17px 22px;
        padding: 10px
    }

    .to-top > .text {
        display: none
    }

    .to-top > i {
        margin-right: 0
    }

    .to-top:active {
        padding: 10px
    }

    [data-top-line-position="fixed-bottom"] .to-top {
        bottom: 140px
    }
}

.flying-results-wrap {
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    height: 50px;
    white-space: nowrap
}

.flying-results-wrap:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
    border-width: 25px 10px 25px 10px
}

#filter-at-top .flying-results-wrap {
    display: none
}

#filter-at-side .flying-results-wrap {
    display: none;
    left: 100%;
    -webkit-transition: top .3s;
    transition: top .3s
}

@media (max-width: 991px) {
    #filter-at-side .flying-results-wrap {
        display: none !important
    }
}

.flying-results {
    position: relative;
    height: 40px;
    line-height: 36px;
    border: 2px solid;
    padding-left: 10px;
    background: #fff
}

.flying-results:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: 2px;
    top: -2px;
    bottom: -2px;
    border-style: solid;
    border-width: 20px 8px 20px 0px
}

.flying-results:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 18px 7px 18px 0px;
    border-color: transparent;
    border-right-color: #fff
}

.btn-show-results {
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
    top: -2px;
    right: -2px;
    height: 40px;
    padding: 0 15px;
    font-weight: bold
}

.modal_fail, .modal_success {
    text-align: center
}

.modal_fail:before, .modal_success:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    margin-right: -4px
}

.alert-toggle-btn {
    display: inline-block;
    padding: 5px 10px
}

.alert-toggle-btn:active {
    padding: 5px 10px
}

.alert {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 15px;
    min-width: 250px;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.77);
    color: #fff
}

.alert > .btn-close {
    top: 0;
    color: #fff
}

.alert > .btn-close:hover {
    color: silver
}

.alert i {
    display: block;
    margin-bottom: -5px;
    text-align: center
}

.alert > .alert-text {
    margin-top: 5px;
    font-size: 12px
}

.alert > .line {
    position: relative;
    margin: 10px auto;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%
}

.alert > .line:before, .alert > .line:after {
    content: '';
    position: absolute;
    top: 2px;
    width: 70px;
    left: -80px;
    height: 2px;
    border-top: 2px dotted #fff
}

.alert > .line:after {
    left: auto;
    right: -80px
}

.alert > .btn-main {
    padding: 5px 15px 7px
}

.alert.success, .alert.fail {
    border: 1px solid
}

.ui-section > .alert {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.alert.success > .alert-header {
    color: #5cc300
}

.alert.fail > .alert-header {
    color: #ff4f4f
}

.additional-prices-wrap {
    display: none
}

[data-additional-prices-enabled="true"] .additional-prices-wrap {
    display: block
}

.additional-price-type:not(:first-of-type) {
    border-top: 1px solid #ddd
}

.additional-price-type .price-desc {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: gray;
    font-size: .85714em
}

.additional-price-type .price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0 !important;
    white-space: nowrap
}

.additional-price-type .price-desc:first-child {
    margin-left: 0
}

.not-found-page, .site-map-page, .forgot-password-page, .new-password-page, .news-item-page, .stock-item-page, .account-subscribe-settings {
    padding-bottom: 200px
}

.news-item-page, .stock-item-page, .about-page {
    word-wrap: break-word
}

.stop-selection, .slider-arrow.disabled, .disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.buzz {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.yamarket a {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block;
    vertical-align: top
}

.yamarket a:hover {
    opacity: 0.6
}

.big-wrap {
    margin: 0 auto;
    position: relative
}

.big-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: -10
}

[data-limit-sliders="true"] .big-wrap {
    width: 100%;
    background: #fff
}

@media (min-width: 768px) {
    [data-limit-sliders="true"] .big-wrap {
        box-shadow: 0px 0px 15px #777;
        width: 750px
    }
}

@media (min-width: 992px) {
    [data-limit-sliders="true"] .big-wrap {
        width: 970px
    }
}

@media (min-width: 1200px) {
    [data-limit-sliders="true"] .big-wrap {
        width: 1170px
    }
}

@media (min-width: 1920px) {
    [data-limit-sliders="true"] .big-wrap {
        width: 1470px
    }
}

@media (min-width: 2560px) {
    [data-limit-sliders="true"] .big-wrap {
        width: 1770px
    }
}

[data-limit-sliders="true"][data-top-line-position="not-fixed"] .btn-settings-toggle {
    position: absolute
}

[data-limit-sliders="true"][data-container-width="full_width"] .big-wrap {
    width: 100%
}

.full-fixed-bg {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

[data-site-background="image"][data-container-width="container"][data-limit-sliders="true"] .full-fixed-bg {
    display: block
}

[data-container-width="full_width"] .full-fixed-bg {
    display: none
}

.quan-price {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    color: gray
}

.buy-block-content .quan-price {
    font-size: 11px
}

.print-link {
    margin-top: 25px;
    /*  margin-left: 15px;
      font-size: 12px;
      position: relative;
      margin-left: 55px*/
    background: url(/img/print3.svg) no-repeat center;
    font-size: 0;
    width: 50px;
    height: 50px;
}

@media (min-width: 768px) {
    .print-link {
        margin-top: 33px
    }
}

@media (min-width: 991px) {
    .print-link {
        margin-top: 33px
    }
}

.print-link:before {
    position: absolute;
    left: -23px;
    top: -2px;
    font-size: 17px
}

.banner-catalog {
    width: 100%
}

.banners-place {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.banners-place.container {
    padding-top: 0;
    padding-bottom: 0
}

.home-page .banners-place.container {
    padding-top: 15px;
    padding-bottom: 15px
}

.banners-place [class*="banner-"] {
    margin: 0 7.5px;
    text-align: center
}

@media (min-width: 768px) {
    .banners-place [class*="banner-"]:first-of-type {
        margin-left: 0
    }

    .banners-place [class*="banner-"]:last-of-type {
        margin-right: 0
    }
}

.banners-place .banner-1 {
    width: 100%
}

.banners-place .banner-2 {
    width: calc(-7.5px + 50%)
}

.banners-place .banner-3 {
    width: calc(-7.5px + 33.333%)
}

.banners-place .banner-4 {
    width: calc(-7.5px + 25%)
}

.banners-place .banner-5 {
    width: calc(-7.5px + 20%)
}

.banners-place .banner-6 {
    width: calc(-7.5px + 16.666%)
}

.banners-place .banner-7 {
    width: calc(-7.5px + 14.285%)
}

.banners-place .banner-8 {
    width: calc(-7.5px + 12.5%)
}

.banners-place .banner-9 {
    width: calc(-7.5px + 11.111%)
}

.banners-place .banner-10 {
    width: calc(-7.5px + 10%)
}

@media (max-width: 767px) {
    .banners-place {
        margin: 15px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banners-place [class*="banner-"]:not(:last-of-type) {
        margin-bottom: 15px
    }

    .banners-place .banner-1, .banners-place .banner-2, .banners-place .banner-3 {
        width: 100%;
        margin: 0
    }

    .banners-place .banner-4, .banners-place .banner-5, .banners-place .banner-6, .banners-place .banner-7, .banners-place .banner-8, .banners-place .banner-9, .banners-place .banner-10 {
        width: calc(-7.5px + 50%)
    }

    .banners-place .banner-4:nth-child(2n), .banners-place .banner-5:nth-child(2n), .banners-place .banner-6:nth-child(2n), .banners-place .banner-7:nth-child(2n), .banners-place .banner-8:nth-child(2n), .banners-place .banner-9:nth-child(2n), .banners-place .banner-10:nth-child(2n) {
        margin-right: 0
    }

    .banners-place .banner-4:nth-child(2n-1), .banners-place .banner-5:nth-child(2n-1), .banners-place .banner-6:nth-child(2n-1), .banners-place .banner-7:nth-child(2n-1), .banners-place .banner-8:nth-child(2n-1), .banners-place .banner-9:nth-child(2n-1), .banners-place .banner-10:nth-child(2n-1) {
        margin-left: 0
    }
}

.banners-place img {
    max-width: 100%;
    max-height: 100%
}

.bg-banner-left, .bg-banner-right {
    position: fixed;
    top: 50vh;
    height: 60vh;
    margin-top: -30vh;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bg-banner-left a, .bg-banner-right a {
    margin: auto;
    max-height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.bg-banner-left {
    left: 50vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: calc(-1170px / 2)
}

.bg-banner-left a {
    -webkit-transform: translateX(-10vw);
    transform: translateX(-10vw)
}

.bg-banner-left a:hover {
    -webkit-transform: translateX(-1vw);
    transform: translateX(-1vw)
}

.bg-banner-right {
    right: 50vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: calc(-1170px / 2)
}

.bg-banner-right a {
    -webkit-transform: translateX(10vw);
    transform: translateX(10vw)
}

.bg-banner-right a:hover {
    -webkit-transform: translateX(1vw);
    transform: translateX(1vw)
}

.baron-wrapper {
    position: relative;
    overflow: hidden
}

.scroller {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    border: 0
}

.scroller.baron_h {
    overflow-x: auto;
    margin-bottom: -17px
}

.scroller__track {
    display: none;
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 6px;
    background: rgba(0, 0, 0, 0.1)
}

.baron > .scroller__track, .baron + .scroller__track {
    display: block
}

.jq-selectbox__dropdown > .scroller__track {
    top: 2px;
    bottom: 3px
}

.scroller__track_h {
    top: auto;
    width: auto;
    left: 4px;
    height: 10px;
    bottom: 4px
}

.baron_h > .scroller__track_h, .baron_h + .scroller__track_h {
    display: block
}

.scroller__bar {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 6px;
    background: #999
}

.scroller__bar:hover {
    cursor: pointer
}

.scroller__bar_h {
    bottom: 2px;
    height: 8px
}

.header__title {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background: #999
}

.header__title_state_fixed {
    position: absolute;
    z-index: 1
}

.scroller__track_v {
    background: #e6e6e6
}

.scrollbar-rail.slider-content > .scroll-element .scroll-element_size {
    background-color: #f0f0f0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.23)
}

.scrollbar-rail.slider-content > .scroll-element .scroll-element_size:before {
    background: #c0c0c0;
    box-shadow: 0px 1px 0px #fff, inset 0px 1px 2px rgba(0, 0, 0, 0.47)
}

.scrollbar-rail.slider-content > .scroll-element.scroll-x .scroll-bar {
    border-color: #cbcdcc
}

.scrollbar-rail.slider-content > .scroll-element.scroll-x .scroll-bar:before {
    color: #cbcdcc
}

.scrollbar-rail.slider-content > .scroll-element.scroll-draggable > .scroll-element_outer > .scroll-bar {
    box-shadow: 0px 0px 2px 2px #fdc240
}

.btn-custom-theme-repeat {
    position: relative;
    margin-right: 40px
}

.btn-custom-theme-repeat.compile:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 100%;
    margin-left: 8px;
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/ajax-loader.gif") 50% 50% no-repeat
}

.minicolors {
    position: relative
}

.minicolors.minicolors-focus #btn-custom-theme {
    display: block
}

.minicolors #btn-custom-theme {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    display: none;
    width: 130px;
    top: 100%;
    right: 22px;
    margin-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2000;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.minicolors #btn-custom-theme span {
    width: auto
}

.minicolors #btn-custom-theme.compile {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/ajax-loader.gif") 50% 50% no-repeat
}

.minicolors #btn-custom-theme.compile, .minicolors #btn-custom-theme.compile:hover {
    box-shadow: none !important
}

.minicolors #btn-custom-theme.compile span {
    opacity: 0
}

.minicolors-sprite {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/jquery.minicolors.png")
}

.minicolors-no-data-uris .minicolors-sprite {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/jquery.minicolors.png")
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1999;
    box-sizing: content-box;
    display: none;
    -webkit-transition: height .4s;
    transition: height .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.minicolors-panel.apply {
    height: 199px
}

.minicolors-panel.apply ~ #btn-custom-theme {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.minicolors-panel.minicolors-visible {
    display: block
}

.minicolors-position-top .minicolors-panel {
    top: -154px
}

.minicolors-position-right .minicolors-panel {
    right: 0
}

.minicolors-position-bottom .minicolors-panel {
    top: auto
}

.minicolors-position-left .minicolors-panel {
    left: 0
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: black
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0
}

.minicolors-slider, .minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: white;
    background-position: 0 0;
    cursor: row-resize
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none
}

.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    box-sizing: content-box
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    box-sizing: content-box
}

.minicolors-inline {
    display: inline-block
}

.minicolors-inline .minicolors-input {
    display: none !important
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block
}

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px
}

.minicolors-theme-default .minicolors-swatch:hover {
    cursor: pointer
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block
}

.minicolors-theme-default .minicolors-input {
    height: 32px;
    width: auto;
    display: inline-block;
    padding-left: 27px
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 27px;
    padding-left: 10px
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px
}

.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch, .minicolors-theme-bootstrap .form-horizontal .form-group-lg .minicolors-input.form-control + .minicolors-swatch, .form-horizontal .form-group-lg .minicolors-theme-bootstrap .minicolors-input.form-control + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch, .minicolors-theme-bootstrap .form-horizontal .form-group-sm .minicolors-input.form-control + .minicolors-swatch, .form-horizontal .form-group-sm .minicolors-theme-bootstrap .minicolors-input.form-control + .minicolors-swatch {
    width: 24px;
    height: 24px
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.perspective {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.fall-down-scale-up-out {
    -webkit-animation: fallDown .5s forwards;
    animation: fallDown .5s forwards
}

.fall-down-scale-up-in {
    opacity: 0;
    -webkit-animation: scaleUpFadeIn .5s forwards;
    animation: scaleUpFadeIn .5s forwards
}

.scalerotate-out {
    -webkit-animation: scaleRotateOut .5s forwards;
    animation: scaleRotateOut .5s forwards
}

.scalerotate-in {
    opacity: 0;
    -webkit-animation: scaleRotateIn .5s forwards;
    animation: scaleRotateIn .5s forwards
}

.flip3d-out, .flip3d-in {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip3d-out {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateOutLeft .5s forwards;
    animation: rotateOutLeft .5s forwards
}

.flip3d-in {
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateInRight .5s ease-in forwards;
    animation: rotateInRight .5s ease-in forwards
}

.superscale-out {
    -webkit-animation: scaleDown .5s ease-in-out forwards;
    animation: scaleDown .5s ease-in-out forwards
}

.superscale-in {
    opacity: 0;
    -webkit-animation: scaleIn .5s ease-in-out forwards;
    animation: scaleIn .5s ease-in-out forwards
}

.center-flip-out, .center-flip-in {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.center-flip-out {
    -webkit-animation: flipOut .5s ease-in forwards;
    animation: flipOut .5s ease-in forwards
}

.center-flip-in {
    opacity: 0;
    -webkit-animation: flipIn .5s ease-in forwards;
    animation: flipIn .5s ease-in forwards
}

@-webkit-keyframes fallDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
}

@keyframes fallDown {
    to {
        opacity: 0;
        -webkit-transform: translateY(70%);
        transform: translateY(70%)
    }
}

@-webkit-keyframes scaleUpFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes scaleUpFadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slideOut {
    from {
        width: 100%
    }
    to {
        width: 0%
    }
}

@keyframes slideOut {
    from {
        width: 100%
    }
    to {
        width: 0%
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fallRotate {
    0% {
        -webkit-transform: translateY(0%) rotate(0deg);
        -webkit-animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: translateY(0%) rotate(20deg);
        -webkit-animation-timing-function: ease-out
    }
    60% {
        -webkit-transform: translateY(0%) rotate(15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(150%) rotate(17deg);
        opacity: 0
    }
}

@keyframes fallRotate {
    0% {
        -webkit-transform: translateY(0%) rotate(0deg);
        transform: translateY(0%) rotate(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: translateY(0%) rotate(20deg);
        transform: translateY(0%) rotate(20deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    60% {
        -webkit-transform: translateY(0%) rotate(15deg);
        transform: translateY(0%) rotate(15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(150%) rotate(17deg);
        transform: translateY(150%) rotate(17deg);
        opacity: 0
    }
}

@-webkit-keyframes scaleRotateOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@keyframes scaleRotateOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaleRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(100%) rotate(25deg)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) rotate(0deg)
    }
}

@keyframes scaleRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%) translateY(100%) rotate(25deg);
        transform: translateX(50%) translateY(100%) rotate(25deg)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
        transform: translateX(0%) translateY(0%) rotate(0deg)
    }
}

@-webkit-keyframes moveLeft {
    50% {
        opacity: 1;
        -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

@keyframes moveLeft {
    50% {
        opacity: 1;
        -webkit-transform: translateX(-100%) rotateY(35deg) rotateX(10deg);
        transform: translateX(-100%) rotateY(35deg) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }
}

@-webkit-keyframes popUp {
    0% {
        -webkit-transform: translateZ(-200px)
    }
    50% {
        z-index: -1
    }
    51% {
        z-index: 1
    }
    70% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(50px);
        -webkit-animation-timing-function: ease-out
    }
    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px)
    }
}

@keyframes popUp {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px)
    }
    50% {
        z-index: -1
    }
    51% {
        z-index: 1
    }
    70% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }
}

@-webkit-keyframes rotateOutLeft {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes rotateOutLeft {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes rotateInRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes hideLeft {
    0% {
        -webkit-transform: translateZ(0px)
    }
    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-100px)
    }
}

@keyframes hideLeft {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }
    40% {
        -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
        transform: translate(-40%, 0) scale(0.8) rotateY(20deg)
    }
    100% {
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

@-webkit-keyframes showRight {
    0% {
        -webkit-transform: translateZ(-400px)
    }
    40% {
        z-index: -1;
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg)
    }
    41% {
        z-index: 1
    }
    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px)
    }
}

@keyframes showRight {
    0% {
        -webkit-transform: translateZ(-400px);
        transform: translateZ(-400px)
    }
    40% {
        z-index: -1;
        -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
        transform: translate(40%, 0) scale(0.8) rotateY(-20deg)
    }
    41% {
        z-index: 1
    }
    100% {
        z-index: 1;
        visibility: visible;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px)
    }
}

@-webkit-keyframes scaleDown {
    100% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@keyframes scaleDown {
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes flipOut {
    50% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes flipOut {
    50% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes flipIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
    50% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
    75% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(15deg);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}

@keyframes flipIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    50% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    75% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes moveToBack {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8)
    }
}

@keyframes moveToBack {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8);
        transform: translateX(-60%) scale(0.8)
    }
}

@-webkit-keyframes moveToBack {
    100% {
        -webkit-transform: translateX(-60%) scale(0.8)
    }
}

@-webkit-keyframes moveToFront {
    0% {
        -webkit-transform: translateX(100%) scale(0.8)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1)
    }
}

@keyframes moveToFront {
    0% {
        -webkit-transform: translateX(100%) scale(0.8);
        transform: translateX(100%) scale(0.8)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.countdown-rtl {
    direction: rtl
}

.countdown-holding span {
    color: #888
}

.countdown-row {
    display: block;
    width: 100%;
    padding: 0px 2px;
    text-align: center
}

.countdown-row:before, .countdown-row:after {
    content: " ";
    display: table
}

.countdown-row:after {
    clear: both
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    display: block;
    float: left;
    text-align: center
}

.countdown-amount {
    font-weight: bold;
    font-size: 1.14286em
}

.countdown-period {
    display: block;
    line-height: 10px;
    font-size: .71429em
}

.countdown-descr {
    display: block;
    width: 100%
}

.timer-wrap {
    margin-top: 5px;
    padding: 0px 10px 5px
}

.timer-wrap:before, .timer-wrap:after {
    content: " ";
    display: table
}

.timer-wrap:after {
    clear: both
}

.timer-wrap > .timer {
    width: auto;
    margin-right: 30px;
    margin-bottom: 2px
}

.timer-wrap > .stopwatch {
    float: right;
    width: 30px;
    padding: 3px 0px 3px 8px;
    margin-top: 5px;
    text-align: center;
    border-left: 1px solid #fff;
    box-shadow: -1px 0px 0px #eceaf3
}

.timer-wrap > .stopwatch > i:before {
    font-size: 25px
}

.already-sold__track .bar {
    position: relative
}

.already-sold__track .bar::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 0;
        width: 95%
    }
}

.magnify {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.magnify .magnify-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 100
}

.magnify .magnify-lens.loading {
    background: #333 !important;
    opacity: .75
}

.magnify .magnify-lens.loading:after {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none
}

.with-icon i:before {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.svg-wrap.icon {
    display: inline-block;
    width: 100%;
    height: 100%
}

.svg-wrap.icon svg {
    max-width: 20px;
    max-height: 20px
}

.breadcrumbs {
    margin-bottom: 10px
}

.breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table
}

.breadcrumbs:after {
    clear: both
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 0
    }
}

.breadcrumbs-content {
    font-size: .85714em
}

.breadcrumbs-content .b-list > li:first-child i.flaticon-home1 {
    font-size: 16px
}

.breadcrumbs-content a {
    display: inline-block
}

.breadcrumbs-content .arrow {
    display: none;
    margin-left: 4px;
    padding-right: 6px;
    margin-right: -6px;
    position: relative;
    top: -1px
}

.breadcrumbs-content .arrow:before {
    font-size: 7px
}

/*@media (max-width: 767px) {*/
/*    .breadcrumbs-content {*/
/*        display: none*/
/*    }*/
/*}*/

[data-backnav-enabled="true"] .breadcrumbs-content {
    position: relative
}

[data-backnav-enabled="true"] .breadcrumbs-content a[data-backnav] {
    border: none;
    padding: 2px 7px 3px;
    background: #ebebeb;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

.more_bold [data-backnav-enabled="true"] .breadcrumbs-content a[data-backnav] {
    font-weight: bold
}

[data-backnav-enabled="true"] .breadcrumbs-content a[data-backnav] .arrow-down {
    display: inline-block
}

@media (max-width: 991px) {
    [data-backnav-enabled="true"] .breadcrumbs-content a[data-backnav] {
        padding: 7px 7px 8px
    }
}

[data-backnav-enabled="true"] .breadcrumbs-content .backnav {
    display: block !important;
    visibility: hidden;
    opacity: 0
}

[data-backnav-enabled="true"] .breadcrumbs-content .backnav[data-state="shown"] {
    visibility: visible
}

.breadcrumbs-content .separator {
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: -3px
}

.breadcrumbs-content .separator:before {
    font-size: 7px;
    color: #999
}

.b-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.b-list li > span {
    /*color: #686868*/
    color: #ff8000;
}

.b-list > li {
    display: inline-block
}

.b-list > li > span {
    font-weight: bold
}

.b-list > li:first-child > a > span {
    display: none
}

.backnav {
    position: absolute;
    z-index: 5;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none
}

.backnav > li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.backnav > li:hover {
    background-color: silver
}

.backnav > li > a {
    display: block;
    padding: 2px 7px 3px;
    margin: 5px 0;
    border: none
}

.more_bold .backnav > li > a {
    font-weight: bold
}

.backnav > li > a .arrow {
    display: none
}

.backnav > li.active > a .arrow-up {
    display: inline-block
}

.backnav > li:first-of-type a {
    margin-top: 0
}

.backnav > li:last-of-type a {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .backnav > li > a {
        padding: 7px 7px 8px
    }
}

.btn-main {
    border: none;
    display: inline-block
}

/*[data-styling-type="flat"] .btn-main {
    border-radius: 3px
}*/

.btn-main.disabled {
    cursor: default;
    pointer-events: none
}

.in-cart {
    display: none
}

.main-clicked.forced .text,
.already-in-cart .text {
    display: none
}

.main-clicked.forced .text.call
{
    display: inline-block;
}

@media (min-width: 768px) {
    .main-clicked.forced .in-cart, .already-in-cart .in-cart {
        display: inline
    }
}

@media (max-width: 767px) {
    .main-clicked.forced .in-cart, .already-in-cart .in-cart {
        display: inline
    }

    .table_product-modifications .main-clicked.forced .in-cart, .btn-big .main-clicked.forced .in-cart, .main-clicked.forced.btn-big .in-cart, .table_product-modifications .already-in-cart .in-cart, .btn-big .already-in-cart .in-cart, .already-in-cart.btn-big .in-cart {
        display: inline
    }
}



[data-styling-type="flat"] .btn-basket {
    border-radius: 0
}

.btn-basket > i {
    position: relative
}

.btn-basket > i:before {
    position: absolute;
    font-size: 30px;
    top: -13px;
    left: -40px
}

.btn-basket strong {
    font-size: 1em;
    text-transform: uppercase
}

.btn-basket .basket-total-price {
    font-size: 1.14286em
}

.btn-basket .basket-items-number-sticker {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: -7px;
    right: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    color: #000;
    background: #fff;
    text-shadow: none
}

[data-styling-type="skew"] .btn-basket .basket-items-number-sticker {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.79)
}

@media (max-width: 1199px) {
    .btn-basket .text-info {
        display: none
    }
}

@media (max-width: 767px) {
    .btn-basket {
        padding: 0 !important
    }

    .btn-basket .text-content {
        display: none
    }

    .btn-basket i:before {
        top: 0px;
        left: 5px
    }

    .btn-basket .basket-items-number-sticker {
        top: 6px
    }
}

[data-top-line-position="fixed-left"] .btn-basket, [data-top-line-position="fixed-right"] .btn-basket {
    padding-right: 0;
    padding-left: 0 !important
}

[data-top-line-position="fixed-left"] .btn-basket > i, [data-top-line-position="fixed-right"] .btn-basket > i {
    display: block;
    text-align: center
}

[data-top-line-position="fixed-left"] .btn-basket > i:before, [data-top-line-position="fixed-right"] .btn-basket > i:before {
    position: relative;
    top: 0;
    left: 0
}

[data-top-line-position="fixed-left"] .btn-basket .basket-items-number-sticker, [data-top-line-position="fixed-right"] .btn-basket .basket-items-number-sticker {
    top: 5px;
    right: 5px
}

[data-top-line-position="fixed-left"] .btn-basket > .text-info, [data-top-line-position="fixed-left"] .btn-basket > .text-content, [data-top-line-position="fixed-right"] .btn-basket > .text-info, [data-top-line-position="fixed-right"] .btn-basket > .text-content {
    display: none
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-left"] .btn-basket > i:before, [data-top-line-position="fixed-right"] .btn-basket > i:before {
        left: -1px
    }
}

.btn-settings-toggle {
    position: absolute;
    margin-left: -52px;
    height: 48px;
    width: 48px
}

.btn-settings-toggle.btn-main {
    border-radius: 0
}

[data-limit-sliders="true"] .btn-settings-toggle {
    margin-left: -64px
}

[data-top-line-position="fixed-left"] .btn-settings-toggle, [data-top-line-position="fixed-right"] .btn-settings-toggle {
    margin-top: -52px;
    width: 50px;
    height: 52px;
    border: 0 solid gray
}

[data-top-line-position="fixed-right"] .btn-settings-toggle {
    border-width: 2px 0 2px 2px;
    margin-left: -2px
}

[data-top-line-position="fixed-left"] .btn-settings-toggle {
    border-width: 2px 2px 2px 0;
    margin-left: 0
}

@media (max-width: 767px) {
    .btn-settings-toggle {
        top: 125px;
        right: 0;
        margin-left: 0;
        height: 44px;
        width: 44px
    }

    [data-top-line-position="fixed-top"] .btn-settings-toggle, [data-top-line-position="not-fixed"] .btn-settings-toggle {
        top: 0;
        right: 96px
    }

    [data-top-line-position="fixed-bottom"] .btn-settings-toggle {
        bottom: 0;
        right: 96px;
        top: auto
    }

    [data-top-line-position="fixed-left"] .btn-settings-toggle, [data-top-line-position="fixed-right"] .btn-settings-toggle {
        margin-top: -40px;
        width: 40px;
        height: 40px;
        right: auto;
        top: auto
    }
}

.btn-close {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 5px;
    right: 5px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding: 0
}

.btn-close .btn-text {
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-close:active .btn-text {
    -webkit-transition: none;
    transition: none
}

.btn-close:active, .btn-close.active {
    -webkit-transition: none;
    transition: none
}

.btn-close:hover {
    cursor: pointer
}

.btn-close i:before, .btn-close:before {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle
}

.btn-close .btn-text {
    border-bottom: 1px dotted;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
    font-size: 0;
}

@media (max-width: 767px) {
    .btn-close i:before, .btn-close:before {
        font-size: 16px
    }
}

.modal-dialog .btn-close {
    right: 8px
}

.btn-password-toggle {
    border: none;
    padding: 0;
    margin-right: 5px
}

.btn-password-toggle i {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-password-toggle:active i {
    -webkit-transition: none;
    transition: none
}

.btn-password-toggle:hover {
    cursor: pointer;
    color: #818181
}

.btn-password-toggle:active {
    color: #000
}

[type="text"] + .textinput-icons > .btn-password-toggle .password-shown {
    display: inline-block
}

[type="text"] + .textinput-icons > .btn-password-toggle .password-hidden {
    display: none
}

[type="password"] + .textinput-icons > .btn-password-toggle .password-shown {
    display: none
}

[type="password"] + .textinput-icons > .btn-password-toggle .password-hidden {
    display: inline-block
}

.btn-delete {
    font-size: .85714em;
    margin: 0 !important
}

.btn-delete i:before {
    margin-right: 0;
    font-size: 16px
}

.btn-delete .btn-text {
    display: inline-block;
    vertical-align: middle
}

.btn-delete .btn-text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-delete:active .btn-text {
    -webkit-transition: none;
    transition: none
}

.table-item .actions .btn-delete {
    display: inline-block;
    vertical-align: baseline;
    padding-top: 25px;
    position: relative;
    top: 0;
    float: none
}

.table-item .actions .btn-delete i {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0
}

.table-item .actions .btn-delete i:before {
    margin-right: 0
}

.table-item .actions .btn-delete .btn-text {
    font-size: .83333em;
    text-transform: uppercase
}

.btn-to-waitlist {
    font-size: .85714em;
    margin: 0 !important
}

.btn-to-waitlist i:before {
    font-size: 26px;
    margin-right: 0
}

.btn-to-waitlist .btn-text {
    display: inline-block;
    vertical-align: middle
}

.table-item .actions .btn-to-waitlist {
    display: inline-block;
    vertical-align: baseline;
    padding-top: 25px;
    position: relative;
    margin-right: 5px !important
}

.table-item .actions .btn-to-waitlist i {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0
}

.table-item .actions .btn-to-waitlist i:before {
    font-size: 26px
}

.table-item .actions .btn-to-waitlist .btn-text {
    font-size: .83333em;
    text-transform: uppercase
}

.ajax-search-item .btn-to-waitlist {
    position: relative;
    padding-top: 25px
}

.ajax-search-item .btn-to-waitlist i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media (max-width: 767px) {
    .ajax-search-item .btn-to-waitlist {
        width: 25px
    }

    .ajax-search-item .btn-to-waitlist .btn-text {
        display: none
    }
}

.aligns {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 10px
}

.aligns.property-desc, .aligns.setting-desc {
    margin-right: 10px;
    margin-top: 18px
}

.statebox {
    display: none
}

.align-btn-label {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    overflow: hidden
}

.align-btn-label:first-child {
    border-radius: 6px 0 0 6px
}

.align-btn-label:last-child {
    border-radius: 0 6px 6px 0
}

.align-btn {
    display: block;
    padding: 5px 10px
}

.align-btn:hover {
    cursor: pointer
}

.statebox:checked + .align-btn:hover {
    cursor: default
}

.bs_anim-wrap select, .bs_anim-wrap .ik_select, .bs_setting-target-wrap select, .bs_setting-target-wrap .ik_select, .bs_background-wrap select, .bs_background-wrap .ik_select {
    width: 100% !important
}

.btn-city-toggle, .btn-store-toggle {
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-city-toggle i:before, .btn-store-toggle i:before {
    color: #000;
    margin-right: 0
}

@media (max-width: 767px) {
    .btn-city-toggle, .btn-store-toggle {
        display: inline-block;
        vertical-align: middle;
        top: 0;
        border: 2px solid;
        padding: 0px 10px 0 5px;
        height: 40px;
        line-height: 38px;
        text-transform: uppercase;
        border-color: #d6d6d6
    }
}

.city-and-time .notification-popup {
    z-index: 6;
    width: 190px;
    white-space: normal;
    text-align: center
}

.yourcity-popup {
    width: 250px
}

.bar.holiday {
    background: #ff7171
}

.bar.fullday {
    background: #68c000
}

.bar.halfday {
    background: gold
}

.time {
    position: relative;
    margin-left: 25px
}

.time .time-content {
    margin-left: -10px;
    max-width: 188px
}

@media (min-width: 768px) {
    .time .time-content {
        display: inline-block !important;
        opacity: 1 !important
    }
}

.time > i:before {
    position: absolute;
    left: -25px;
    top: -4px
}

.time .time-interval {
    font-size: .85714em;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap
}

.time .bars {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    font-size: 0
}

.time .working-time[data-popup] {
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s
}

.time .working-time[data-popup]:hover {
    cursor: help;
    color: gray
}

.time .bar {
    display: inline-block;
    vertical-align: top;
    height: 3px;
    width: 12%
}

.time .bar + .bar {
    margin-left: 2.66667%
}

.time .bar.demo {
    position: relative;
    vertical-align: middle;
    margin-right: 2px;
    width: 5px;
    height: 5px;
    top: -1px
}

.time .work-from:after {
    content: ' -'
}

@media (max-width: 767px) {
    .time {
        margin-left: 0
    }

    .time .time-content {
        margin-left: 0;
        display: none;
        padding: 10px;
        width: 150px;
        position: absolute;
        z-index: 6;
        top: 100%;
        left: 0
    }

    .time .time-content[data-state="shown"] .notification-popup {
        display: block !important;
        opacity: 1 !important
    }

    .time .time-content .time-interval {
        display: block;
        margin-left: 0;
        margin-bottom: 5px
    }

    .time .time-content .working-time {
        border-bottom: none
    }

    .time .notification-popup {
        position: static !important;
        padding: 0;
        opacity: 1;
        display: block;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        text-align: left
    }

    .time .notification-popup > .content {
        padding: 0
    }

    .time .notification-popup:before {
        display: none
    }

    .time > i {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #d6d6d6
    }

    .time > i:hover {
        background: #e3e3e3
    }

    .time > i:before {
        display: inline;
        margin: 0;
        position: relative;
        left: 0;
        top: 0
    }
}

.store-indicator {
    font-size: 0;
    position: relative;
    width: 16px;
    height: 17px
}

.store-indicator .many {
    position: absolute;
    width: 4px;
    bottom: 0;
    height: 17px;
    left: 12px;
    background: silver
}

.store-indicator .average {
    height: 13px;
    left: 6px
}

.store-indicator .few {
    height: 8px;
    left: 0
}

.store-indicator.many > .many {
    background: #328d00
}

.store-indicator.average > .average {
    background: orange
}

.store-indicator.few > .few {
    background: red
}

.textinput, .inputtext, .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .form-group .form-control, .order-details-page .form-group .form-control input {
    width: 100%;
    outline: none;
    border: 1px solid;
    border-radius: 4px;
    height: 44px;
    padding: 0px 15px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.textinput:active, .inputtext:active, .order-details-page .bx-soa-coupon-input input.form-control[type="text"]:active, .order-details-page .form-group .form-control:active, .order-details-page .form-group .form-control input:active, .textinput.active, .order-details-page .bx-soa-coupon-input input.active.form-control[type="text"], .order-details-page .form-group .active.form-control, .order-details-page .form-group .form-control input.active {
    -webkit-transition: none;
    transition: none
}

.textinput [data-styling-type="skew"], .order-details-page .bx-soa-coupon-input input.form-control[type="text"] [data-styling-type="skew"], .order-details-page .form-group .form-control [data-styling-type="skew"], .textinput:hover [data-styling-type="skew"], .order-details-page .bx-soa-coupon-input input.form-control[type="text"]:hover [data-styling-type="skew"], .order-details-page .form-group .form-control:hover [data-styling-type="skew"], .order-details-page .form-group .form-control input:hover [data-styling-type="skew"], .textinput:focus [data-styling-type="skew"], .order-details-page .bx-soa-coupon-input input.form-control[type="text"]:focus [data-styling-type="skew"], .order-details-page .form-group .form-control:focus [data-styling-type="skew"], .order-details-page .form-group .form-control input:focus [data-styling-type="skew"] {
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.15)
}

.textinput + .textinput-icons .icon-valid, .order-details-page .bx-soa-coupon-input input.form-control[type="text"] + .textinput-icons .icon-valid, .order-details-page .form-group .form-control + .textinput-icons .icon-valid, .order-details-page .form-group .form-control input + .textinput-icons .icon-valid, .textinput + .textinput-icons .icon-not-valid, .order-details-page .bx-soa-coupon-input input.form-control[type="text"] + .textinput-icons .icon-not-valid, .order-details-page .form-group .form-control + .textinput-icons .icon-not-valid, .order-details-page .form-group .form-control input + .textinput-icons .icon-not-valid {
    display: none
}

.textinput + .textinput-icons .icon-valid:before, .order-details-page .bx-soa-coupon-input input.form-control[type="text"] + .textinput-icons .icon-valid:before, .order-details-page .form-group .form-control + .textinput-icons .icon-valid:before, .order-details-page .form-group .form-control input + .textinput-icons .icon-valid:before, .textinput + .textinput-icons .icon-not-valid:before, .order-details-page .bx-soa-coupon-input input.form-control[type="text"] + .textinput-icons .icon-not-valid:before, .order-details-page .form-group .form-control + .textinput-icons .icon-not-valid:before, .order-details-page .form-group .form-control input + .textinput-icons .icon-not-valid:before {
    margin-top: -2px;
    margin-right: 12px
}

.search-wrap .textinput, .search-wrap .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .search-wrap input.form-control[type="text"], .search-wrap .order-details-page .form-group .form-control, .order-details-page .form-group .search-wrap .form-control, .search-wrap .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .search-wrap input {
    height: 48px
}

[data-styling-type="flat"] .search-wrap .textinput, [data-styling-type="flat"] .search-wrap .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input [data-styling-type="flat"] .search-wrap input.form-control[type="text"], [data-styling-type="flat"] .search-wrap .order-details-page .form-group .form-control, .order-details-page .form-group [data-styling-type="flat"] .search-wrap .form-control, [data-styling-type="flat"] .search-wrap .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control [data-styling-type="flat"] .search-wrap input {
    height: 36px
}

.textinput.valid, .order-details-page .bx-soa-coupon-input input.valid.form-control[type="text"], .order-details-page .form-group .valid.form-control, .order-details-page .form-group .form-control input.valid, .textinput.not-valid, .order-details-page .bx-soa-coupon-input input.not-valid.form-control[type="text"], .order-details-page .form-group .not-valid.form-control, .order-details-page .form-group .form-control input.not-valid {
    border-width: 2px
}

.textinput-wrapper {
    position: relative
}

textarea.textinput, .order-details-page .form-group textarea.form-control {
    resize: none;
    height: auto;
    width: 100%;
    padding: 10px 15px
}

/*.textinput-icons {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto
}*/

.textinput-icons i:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.valid + .textinput-icons .icon-valid {
    display: inline-block
}

.valid + .textinput-icons .icon-not-valid {
    display: none
}

.not-valid + .textinput-icons .icon-valid {
    display: none
}

.not-valid + .textinput-icons .icon-not-valid {
    display: inline-block
}

.checkbox-styled {
    display: inline-block;
    vertical-align: middle
}

.checkbox-styled input {
    display: none
}

.buyer-info .checkbox-styled {
    margin-right: 20px
}

.checkbox-content {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-content > i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    text-align: center
}

.checkbox-content > i:before {
    font-size: .92857em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.checkbox-content > i:before:active, .checkbox-content > i:before.active {
    -webkit-transition: none;
    transition: none
}

.checkbox-content > i:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid;
    border-radius: 4px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-styling-type="flat"] .checkbox-content > i:after {
    border-width: 1px
}

.checkbox-content > i:after:active, .checkbox-content > i:after.active {
    -webkit-transition: none;
    transition: none
}

.checkbox-content:focus {
    outline: none
}

.checkbox-content:hover {
    outline: none
}

.checkbox-content:hover > i:before {
    opacity: 1;
    visibility: visible
}

.checkbox-content:hover {
    cursor: pointer
}

input[disabled] + .checkbox-content, .disabled > .checkbox-content {
    pointer-events: none
}

input[disabled] + .checkbox-content:hover, .disabled > .checkbox-content:hover {
    cursor: default
}

input[disabled] + .checkbox-content:hover > i:before, input[disabled] + .checkbox-content:hover > i:after, .disabled > .checkbox-content:hover > i:before, .disabled > .checkbox-content:hover > i:after {
    opacity: 0;
    visibility: hidden
}

input:checked + .checkbox-content > i:before {
    opacity: 1;
    visibility: visible;
    /* visibility: hidden;*/
    background: url(/img/svg/jq-checkbox.svg) no-repeat center;
}

.modal-dialog .checkbox-content>i:after{   /* background: url(/img/svg/jq-checkbox.svg) no-repeat center;*/}
.modal-dialog .checkbox-content>i:before {
    color: transparent;
}
.modal-dialog input:checked+.checkbox-content>i:before{    color: transparent;}

input:checked + .checkbox-content > i:after {
    -webkit-transition: none;
    transition: none;
    opacity: 0;
    visibility: hidden
}

input:checked + .checkbox-content:focus > i:after {
    opacity: 1;
    visibility: visible
}

.disabled input:checked + .checkbox-content > i:before {
    opacity: 1;
    visibility: visible
}

.radio-styled {
    display: inline-block;
    margin-right: 20px
}

.radio-styled input[type="radio"] {
    display: none
}

.radio-styled:hover {
    cursor: pointer
}

.radio-styled:hover input[type="radio"]:checked + .radio-content {
    cursor: default
}

.radio-fake {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s
}

.radio-fake:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s
}

input:checked + .radio-content > .radio-fake:before {
    -webkit-transition: none;
    transition: none
}

.radio-content {
    display: block;
    font-weight: normal;
    white-space: nowrap
}

.radio-content > .text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

.radio-content:hover {
    cursor: pointer
}

input:checked + .radio-content:hover, .disabled > .radio-content:hover, input[disabled] + .radio-content:hover {
    cursor: default
}

.ik_select {
    display: inline-block;
    vertical-align: middle !important;
    border-radius: 3px;
    z-index: 0 !important;
    text-align: left
}

[data-styling-type="skew"] .ik_select {
    padding: 3px 3px 5px;
    height: 40px
}

[data-styling-type="flat"] .ik_select {
    height: 32px
}

.ik_select.opened {
    z-index: 1 !important
}

.search-controls .ik_select {
    height: auto;
    padding: 0
}

.bx-touch .ik_select select {
    left: auto !important;
    height: 32px !important;
    opacity: 0 !important
}

[data-styling-type="skew"] .bx-touch .ik_select select {
    top: 3px !important
}

[data-styling-type="flat"] .bx-touch .ik_select select {
    top: 0 !important
}

.bx-touch .ik_select .ik_select_link {
    pointer-events: none
}

@media (max-width: 767px) {
    .ik_select select {
        left: auto !important;
        height: 32px !important;
        opacity: 0 !important
    }

    [data-styling-type="skew"] .ik_select select {
        top: 3px !important
    }

    [data-styling-type="flat"] .ik_select select {
        top: 0 !important
    }

    .ik_select .ik_select_link {
        pointer-events: none
    }
}

.ik_select_link {
    height: 100%;
    padding: 0px 35px 0 10px;
    border-radius: 3px;
    border: 1px solid;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    white-space: nowrap;
    position: relative;
    z-index: 11;
    cursor: pointer
}

.ik_select_link:active, .ik_select_link.active {
    -webkit-transition: none;
    transition: none
}

.search-controls .ik_select_link {
    height: 30px;
    border: none;
    border-radius: 3px;
    padding: 0 22px 0 7px
}

.ik_select_link .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-radius: 0px 3px 3px 0px
}

.ik_select_link .trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.search-controls .ik_select_link .trigger {
    width: 20px
}

.ik_select_link.opened .trigger:before {
    border-bottom-width: 4px;
    border-top-width: 0
}

.ik_select_link.ik_select_link_disabled {
    cursor: default;
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.ik_select_link_text {
    display: block;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left
}

.ik_select_dropdown {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 400px
}

.ik_select_list {
    overflow: hidden
}

.ik_select_list .ik_select_list_inner {
    position: static !important
}

.ik_select_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0px 0px 3px 3px
}

.ik_select_list li {
    text-align: left;
    padding: 5px 35px 6px 10px;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.ik_select_list li:hover {
    cursor: pointer
}

.search-controls .ik_select_list li {
    padding-right: 15px
}

.ik_select_list li:active, .ik_select_list li.active {
    -webkit-transition: none;
    transition: none
}

.ik_select_list li:last-child {
    border-radius: 0px 0px 3px 3px
}

[data-styling-type="flat"] .ik_select_option {
    position: relative
}

[data-styling-type="flat"] .ik_select_option:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    opacity: 0
}

.bx-touch .ik_select_list .ik_select_option {
    min-height: 48px;
    padding: 14px 35px 6px 10px
}

@media (max-width: 767px) {
    .ik_select_list .ik_select_option {
        min-height: 48px;
        padding: 14px 35px 6px 10px
    }
}

.ik_select_option_disabled {
    pointer-events: none;
    cursor: default;
    color: silver
}

[data-styling-type="flat"] .ik_select_hover:before {
    opacity: 1
}

.ik_select_active {
    font-weight: bold
}

.quantity-counter {
    white-space: nowrap;
    margin-bottom: 5px
}

.quantity-counter .btn-silver {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 22px;
    border-radius: 3px;
    margin-top: -6px;
}
button.btn-silver.quantity-change.decrease {
    border-right: 2px solid #e6e6e6;
}

button.btn-silver.quantity-change.increase {
    border-left: 2px solid #e6e6e6;
}
.quantity-counter .btn-silver:active .plus:before, .quantity-counter .btn-silver:active .plus:after, .quantity-counter .btn-silver:active .minus:before {
    top: 0px
}

.quantity-counter .btn-silver.quantity-change .plus:before, .quantity-counter .btn-silver.quantity-change .plus:after, .quantity-counter .btn-silver.quantity-change .minus:before {
    background: #666
}

.quantity-counter .quantity-input {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 3px;
    color: #000;
    text-align: center;
    margin-top: -8px;
    border: 0;
    outline: none;
}

.quantity-counter .plus, .quantity-counter .minus {
    position: relative;
    display: block
}

.quantity-counter .plus:before, .quantity-counter .plus:after, .quantity-counter .minus:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 12px;
    top: -1px;
    left: 7px;
    background: #aaa
}

.quantity-counter .disabled .plus:before, .quantity-counter .disabled .plus:after, .quantity-counter .disabled .minus:before {
    left: 6px
}

.quantity-counter .plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    .quantity-counter .btn-silver {
        width: 36px;
        height: 36px
    }

    .quantity-counter .btn-silver:active .plus:before, .quantity-counter .btn-silver:active .plus:after, .quantity-counter .btn-silver:active .minus:before {
        top: 1px
    }

    .quantity-counter .quantity-input {
        height: 37px;
        font-size: 16px
    }

    .quantity-counter .plus:before, .quantity-counter .plus:after, .quantity-counter .minus:before {
        left: 10px;
        width: 16px;
        top: 0
    }
}

.rating-stars {
    margin-top: 5px;
    margin-left: -2px;
    font-size: 0
}

.rating-stars i {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    color: #cfcdd8
}

.rating-stars i:hover {
    cursor: pointer
}

.rating-stars i:before {
    font-size: 16px;
    position: absolute;
    left: -1px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.rating-stars i:before:active, .rating-stars i:before.active {
    -webkit-transition: none;
    transition: none
}

.rating-stars[data-disabled="true"] > i:hover {
    cursor: default
}

.rating-stars .be-first {
    display: none
}

.rating-stars.no-rate-yet {
    position: relative
}

.rating-stars.no-rate-yet .be-first {
    display: block
}

.rating-stars[data-rating="1"] i:nth-of-type(-n+1) {
    color: #ec2700
}

.rating-stars[data-rating="2"] i:nth-of-type(-n+2) {
    color: #ec2700
}

.rating-stars[data-rating="3"] i:nth-of-type(-n+3) {
    color: #ff7200
}

.rating-stars[data-rating="4"] i:nth-of-type(-n+4) {
    color: #fec52e
}

.rating-stars[data-rating="5"] i:nth-of-type(-n+5) {
    color: #80b600
}

.rating-stars[data-hoverrating="1"] i.hovered {
    color: #b91f00
}

.rating-stars[data-hoverrating="2"] i.hovered {
    color: #b91f00
}

.rating-stars[data-hoverrating="3"] i.hovered {
    color: #cc5b00
}

.rating-stars[data-hoverrating="4"] i.hovered {
    color: #f8b401
}

.rating-stars[data-hoverrating="5"] i.hovered {
    color: #5c8300
}

.be-first {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    background: white;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0
}

.read-feedback, .be-first {
    -webkit-transition: opacity 3s, color .15s, border-color .15s;
    transition: opacity 3s, color .15s, border-color .15s
}

.js-be-first .read-feedback {
    opacity: 0;
    pointer-events: none;
    min-width: 140px;
    display: inline-block;
    vertical-align: bottom
}

.js-be-first .be-first {
    opacity: 1;
    pointer-events: auto
}

/*.action {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    padding-left: 25px !important;
    padding-bottom: 1px;
    font-size: 12px
}

.action:active, .action.active {
    -webkit-transition: none;
    transition: none
}

.action:active {
    padding-bottom: 1px
}

.action > i {
    position: absolute;
    left: 0;
    top: -5px
}*/

.action > .text {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color .25s;
    transition: border-bottom-color .25s
}

.action > .when-toggled {
    display: none
}

.action.toggled > .when-not-toggled {
    display: none
}

.action.toggled > .when-toggled {
    display: inline
}

.action.comment > i {
    top: -4px
}

.action.comment > i:before {
    font-size: 18px
}

.action.compare > i {
    top: -4px
}

.action.compare > i:before {
    font-size: 18px
}

.action.to-waitlist > i {
    left: -2px;
    top: -7px
}

.action.to-waitlist > i:before {
    font-size: 24px
}

.action.cry-for-price > i:before {
    font-size: 20px
}

.action.calc-delivery > i:before {
    font-weight: normal
}

.action.reset-filter > i {
    top: -1px;
    left: -2px
}

.action.reset-filter > i:before {
    font-size: 16px
}

.action.notify-me {
    max-width: 101px;
    text-align: left
}

.action.notify-me > i {
    top: 2px;
    left: -2px
}

.action.repeat-order > i {
    top: -2px;
    left: 5px
}

.action.repeat-order > i:before {
    font-size: 18px
}

.action.cancel-order > i {
    top: 1px;
    left: 7px
}

.action.cancel-order > i:before {
    font-size: 12px
}

.action.order-filter-reset > i {
    top: 1px;
    left: 7px
}

.action.order-filter-reset > i:before {
    font-size: 12px
}

.action.delete > i {
    top: 2px;
    left: 10px
}

.action.delete > i:before {
    font-size: 10px
}

.action.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5
}

.action.disabled > .text {
    border-bottom: none
}

.action, .action > .text, .action > i {
    color: #000
}

/*.action:hover, .action:hover > .text, .action:hover > i {
    border-bottom-color: initial
}*/

.action.toggled, .action.toggled > .text, .action.toggled > i {
    color: #ff6600
}

.action.toggled:hover, .action.toggled:hover > .text, .action.toggled:hover > i {
    color: #a44200
}

.btn-action {
    /*height: 38px;
    line-height: 37px;
    min-width: 38px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 8px*/
    color: #fff !important;
}

.table_product-modifications .btn-action {
    margin-bottom: 0
}

.btn-action.buy {
    margin-right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-action.favorite + .tooltip {
    max-width: 85px;
    white-space: normal
}

table .btn-action.favorite + .tooltip {
    max-width: none
}

.btn-action.favorite .heart-hovered {
    display: none
}

.btn-action.favorite:hover .heart-normal {
    display: none
}

.btn-action.favorite:hover .heart-hovered {
    display: block
}

.btn-action.compare i:before {
    font-size: 18px
}

.btn-action.compare + .tooltip {
    max-width: 135px;
    white-space: normal
}

table .btn-action.compare + .tooltip {
    max-width: none
}

/*.btn-action:active {
    line-height: 39px
}*/

.table_product-modifications .btn-action {
    height: 25px;
    line-height: 24px;
    min-width: 25px;
    margin-right: 3px
}

.table_product-modifications .btn-action:active {
    line-height: 26px
}

.table_product-modifications .btn-action i:before, .table_product-modifications .btn-action:before {
    font-size: 16px
}

.table_product-modifications .btn-action.compare {
    position: relative
}

.table_product-modifications .btn-action.compare > i:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px
}

/*.catalog-hits .btn-action, .catalog-table .btn-action {
    height: 30px;
    line-height: 29px;
    min-width: 30px;
    margin-right: 1px;
    margin-bottom: 5px
}*/

.catalog-hits .btn-action.buy, .catalog-table .btn-action.buy {
    margin-right: 0
}

.catalog-hits .btn-action:active, .catalog-table .btn-action:active {
    line-height: 31px
}

.catalog-hits .btn-action i:before, .catalog-hits .btn-action:before, .catalog-table .btn-action i:before, .catalog-table .btn-action:before {
    font-size: 20px
}

.catalog-hits .btn-action.compare, .catalog-table .btn-action.compare {
    position: relative
}

.catalog-hits .btn-action.compare > i:before, .catalog-table .btn-action.compare > i:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px
}

/*.catalog-table .btn-action.buy {
    margin-right: 10px
}*/

.catalog-table .btn-action.compare {
    margin-right: 0
}

@media (max-width: 767px) {
    .catalog-table .btn-action {
        height: 35px;
        line-height: 34px;
        min-width: 35px
    }
}

.btn-buy-wrap {
    display: inline-block;
    vertical-align: top
}

/*.btn-buy-wrap:not(.icon-only) .buy {
    height: auto;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px
}*/

.table_product-modifications .btn-buy-wrap:not(.icon-only) .buy {
    padding-top: 2px;
    padding-bottom: 3px
}

.btn-buy-wrap .buy > i:before, .btn-buy-wrap .buy:before {
    font-size: 22px
}

.btn-buy-wrap .buy.disabled {
    cursor: default;
    pointer-events: none
}

.btn-buy-wrap.icon-only > .buy {
    min-width: 38px
}

.btn-buy-wrap.icon-only .text {
    display: none
}

.btn-buy-wrap.text-only {
    font-size: 16px
}

/*.btn-buy-wrap.text-only > .buy {
    min-width: 100px;
    padding-left: 8px;
    padding-right: 8px
}*/

.btn-buy-wrap.text-only > .buy:active {
    position: relative;
    top: 1px
}

.btn-buy-wrap.text-only > .buy > i, .btn-buy-wrap.text-only > .buy:before {
    display: none
}

.more_bold .btn-buy-wrap.text-only {
    font-weight: bold
}

.btn-buy-wrap .when-out-of-stock {
    white-space: normal;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 55px
}

.table_product-modifications .btn-buy-wrap {
    margin-left: -1px;
    font-size: 1.14286em
}

.table_product-modifications .btn-buy-wrap.icon-only > .buy {
    min-width: 25px
}

.table_product-modifications .btn-buy-wrap .buy > i:before, .table_product-modifications .btn-buy-wrap .buy:before {
    font-size: 17px
}

.btn-buy-wrap > .buy + .tooltip {
    white-space: normal
}

.btn-buy-wrap > .buy + .tooltip .tooltip-inner > .text {
    display: block
}

.buy:after {
    content: attr(data-when-in-stock)
}

.already-in-cart .buy:after, .in-cart .buy:after, .in-basket .buy:after, .already-in-basket .buy:after, .main-clicked.forced .buy:after {
    content: attr(data-when-in-basket);
    font-size: .78571em
}

.already-in-cart .btn-big.buy:before, .in-cart .btn-big.buy:before, .in-basket .btn-big.buy:before, .already-in-basket .btn-big.buy:before, .main-clicked.forced .btn-big.buy:before {
    font-size: 28px;
    margin-left: -10px;
    top: 4px
}

.already-in-cart .buy .text, .already-in-cart.buy .text, .in-cart .buy .text, .in-cart.buy .text, .in-basket .buy .text, .in-basket.buy .text, .already-in-basket .buy .text, .already-in-basket.buy .text, .main-clicked.forced .buy .text, .main-clicked.forced.buy .text {
    /* font-size: .78571em */
}

.already-in-cart .btn-big.buy i:before, .in-cart .btn-big.buy i:before, .in-basket .btn-big.buy i:before, .already-in-basket .btn-big.buy i:before, .main-clicked.forced .btn-big.buy i:before {
    font-size: 28px
}

.out-of-stock .buy:after {
    content: attr(data-when-out-of-stock);
    white-space: normal;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 55px
}

.out-of-stock .to-waitlist.btn-big:after {
    content: attr(data-when-out-of-stock)
}

.tooltip {
    font-size: 12px;
    -webkit-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
    max-width: 200px;
    display: inline-block
}

.accessory .tooltip {
    min-width: 140px
}

.view-type .tooltip {
    white-space: nowrap
}

.tooltip-inner {
    color: #000;
    border: 1px solid
}

.tooltip-arrow {
    display: none
}

.out-of-stock .add-to-order + .tooltip {
    display: none !important
}

.buy + .tooltip > .tooltip-arrow {
    display: block
}

.buy + .tooltip > .tooltip-inner {
    position: relative;
    font-weight: normal;
    text-align: left;
    border: none;
    padding: 5px 5px 10px 60px
}

.buy + .tooltip > .tooltip-inner > i {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 10px
}

.buy + .tooltip > .tooltip-inner > i:before {
    font-size: 36px
}

.buy + .tooltip.top > .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.buy + .tooltip.left > .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.9)
}

.buy + .tooltip.right > .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.9)
}

.buy + .tooltip.bottom > .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.view-type {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-left: 16px
}

.view-type > a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-left: 3px;
    -webkit-transition: none;
    transition: none
}

.view-type > a:hover {
    cursor: pointer
}

[data-styling-type="skew"] .view-type > a:active, [data-styling-type="skew"] .view-type > a.active {
    top: 1px
}

.view-type > a.active {
    cursor: default
}

.view-type > a:first-child {
    margin-left: 0
}

.view-type > a > i:before {
    font-size: 16px
}

.sort-list {
    display: inline;
    line-height: 40px;
    list-style: none;
    padding: 0;
    margin: 0
}

/*@media (max-width: 767px) {
    .sort-list {
        display: none
    }
}*/

.sort-list-item {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    line-height: normal;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: background, box-shadow, color;
    transition-property: background, box-shadow, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.sort-list-item:active, .sort-list-item.active {
    -webkit-transition: none;
    transition: none
}

.w-links > .sort-list-item {
    -webkit-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.w-links > .sort-list-item:active, .w-links > .sort-list-item.active {
    -webkit-transition: none;
    transition: none
}

.sort-list-item:hover {
    cursor: pointer
}

.sort-list-item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.sort-list-item.sort-up:after {
    border-bottom-width: 4px;
    border-top-width: 0
}

.more_bold .sort-list-item .text {
    font-weight: bold
}

@media (max-width: 1199px) {
    .sort-list-item {
        margin-right: 0px;
        padding: 5px 8px 6px
    }
}

.sort-n-view {
    margin: 10px auto;
    border: none;
    border-bottom: 1px solid;
    font-size: .85714em;
    border-color: transparent !important
}

.sort-n-view.for-catalog {
    /* border: 1px dashed;*/
    border: 2px solid #e6e6e6;
    background-color: #e5e5e5;
    padding: 5px 10px;
    border-radius: 8px;
}

[data-styling-type="skew"] .sort-n-view.for-catalog > .ik_select, [data-styling-type="skew"] .sort-n-view.for-catalog > .sort-by-select {
    margin-bottom: 0 !important
}

[data-styling-type="flat"] .sort-n-view {
    padding-bottom: 5px
}


.sort-n-view > .view-type {
    float: right;
    height: 40px;
    line-height: 40px
}

.sort-n-view > .view-type .svg-wrap {
    /*width: 18px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 2px;
    vertical-align: middle*/
}

.sort-n-view > .view-type .svg-wrap svg {
    max-width: 100%;
    max-height: 100%
}

@media (min-width: 768px) {
    .sort-n-view:before, .sort-n-view:after {
        content: " ";
        display: table
    }

    .sort-n-view:after {
        clear: both
    }

    .sort-n-view > .text, .sort-n-view > .ik-select {
        float: left
    }

    .sort-n-view > .text {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-right: 20px
    }

    .sort-n-view.no-justify > .text {
        display: inline-block;
        margin-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sort-n-view .sort-list-item {
        margin-right: 0px
    }

    .sort-n-view > .text {
        margin-right: 10px
    }
}

.sort-n-view.no-sort .sort-list-item:after {
    display: none
}

.sort-n-view > .ik_select, .sort-n-view > .sort-by-select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

[data-styling-type="skew"] .sort-n-view > .ik_select, [data-styling-type="skew"] .sort-n-view > .sort-by-select {
    margin-bottom: 10px
}

[data-styling-type="flat"] .sort-n-view > .ik_select, [data-styling-type="flat"] .sort-n-view > .sort-by-select {
    margin-top: 4px;
    margin-bottom: 4px
}

@media (min-width: 768px) {
    .sort-n-view > .ik_select, .sort-n-view > .sort-by-select {
        min-width: 200px;
        width: 200px;
        height: 40px;
        border-radius: 20px;
        background-color: #ffffff;
        padding-left: 15px;
        color: #0070f6;
        font-family: Geometria;
        font-size: 16px;
        font-weight: 400;
        line-height: 38px;
    }
}
}

@media (max-width: 767px) {
    .sort-n-view {
        font-size: 14px
    }

    .sort-n-view:before, .sort-n-view:after {
        content: " ";
        display: table
    }

    .sort-n-view:after {
        clear: both
    }

    .sort-n-view > .text {
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 10px
    }

    .sort-n-view > .ik_select, .sort-n-view > .sort-by-select {
        display: block !important;
        float: left;
        height: 40px;
        margin-bottom: 10px
    }

    .sort-n-view .view-type {
        float: right;
        height: 40px;
        line-height: 40px
    }

    .sort-n-view.no-justify {
        border: none;
        border-bottom: 1px solid;
        padding: 0
    }

    .sort-n-view.no-justify:after {
        display: block
    }

    .sort-n-view.no-justify > .text {
        display: inline-block;
        margin-right: 20px
    }
}

.availability .store-indicator, .availability .store-text, .availability .store-numeric, .store-info.notification-popup .store-indicator, .store-info.notification-popup .store-text, .store-info.notification-popup .store-numeric {
    display: none !important
}

[data-availability-view-type="graphic"] .availability .store-indicator, [data-availability-view-type="graphic"] .store-info.notification-popup .store-indicator {
    display: inline-block !important
}

[data-availability-view-type="text"] .availability .store-text, [data-availability-view-type="text"] .store-info.notification-popup .store-text {
    display: inline-block !important
}

[data-availability-view-type="numeric"] .availability .store-numeric, [data-availability-view-type="numeric"] .store-info.notification-popup .store-numeric {
    display: inline-block !important
}

.availability-info {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.availability-info .info-tag {
    /*  -webkit-transition-property: background, opacity;
      transition-property: background, opacity;
      -webkit-transition-duration: .15s;
      transition-duration: .15s;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
      display: inline-block;
      vertical-align: middle;
      padding: 1px 10px 5px*/
}

.availability-info .info-tag:active, .availability-info .info-tag.active {
    -webkit-transition: none;
    transition: none
}

.availability-info .info-tag[data-toggle="modal"]:hover, .availability-info .info-tag[data-popup]:hover {
    cursor: pointer
}

.availability-info .info-tag[data-toggle="modal"] .text, .availability-info .info-tag[data-popup] .text {
    border-bottom: 1px dotted
}

.availability-info .info-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    max-width: 250px;
    font-size: 11px;
    white-space: normal;
    line-height: normal
}

/*.availability-info .text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
    color: #fff
}*/

.availability-info .when-in-stock .tooltip {
    max-width: 150px;
    white-space: normal
}

.availability-info .when-in-stock.toggled .tooltip {
    opacity: 0
}

.availability-info .when-out-of-stock .tooltip {
    max-width: 110px;
    white-space: normal
}

.availability-info .when-available-for-order .info-tag {
    /* max-width: 100px;*/
    max-width: auto;
    margin: 0 auto
}

.availability-info .when-available-for-order .tooltip {
    max-width: 170px
}

.availability-info .when-in-stock .info-tag {
    /*  background: #6bbe22*/
}

.availability-info .when-in-stock .info-tag[data-popup]:hover, .availability-info .when-in-stock .info-tag[data-toggle="modal"]:hover {
    background: #4e9510
}

.availability-info .when-out-of-stock .info-tag {
    /* background: #ff1d1d*/
}

.availability-info .preorder .info-tag {
    background: #ffd94f;
}

.availability-info .when-out-of-stock .info-tag[data-toggle="modal"]:hover {
    /*  background: #e90000*/
}

.availability-info .when-available-for-order .info-tag {
    /* background: #ffaa00*/
}

.availability-info .when-available-for-order .info-tag[data-toggle="modal"]:hover {
    /* background: #db9200*/
}

.store-info {
    width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.store-info .header, .store-info .content, .store-info .quantity, .store-info .address {
    display: block
}

.store-info.notification-popup .quantity {
    margin-top: 5px
}

.store-info.notification-popup .quantity:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.2)
}

.store-info.notification-popup .quantity:first-of-type:before {
    display: none
}

.when-in-stock {
    display: inline-block;
    vertical-align: middle
}

.availability-comments-enabled .blocks-item .when-in-stock, .availability-comments-enabled .hurry-item .when-in-stock {
    display: block
}

.availability-comments-enabled .blocks-item .out-of-stock .when-in-stock, .availability-comments-enabled .hurry-item .out-of-stock .when-in-stock, .availability-comments-enabled .blocks-item .available-for-order .when-in-stock, .availability-comments-enabled .hurry-item .available-for-order .when-in-stock {
    display: none
}

.when-out-of-stock {
    display: none
}

.availability-info .preorder {
    display:block;
    padding-top: 61px;
    padding-bottom: 50px;
}

.preorder_link-btn {
    padding-top: 14px;
}

.when-available-for-order {
    display: none
}

.out-of-stock .when-in-stock {
    display: none
}

.out-of-stock .when-out-of-stock {
    display: inline-block;
    vertical-align: middle
}

.availability-comments-enabled .blocks-item .out-of-stock .when-out-of-stock, .availability-comments-enabled .hurry-item .out-of-stock .when-out-of-stock {
    display: block
}

.available-for-order .when-in-stock {
    display: none
}

.available-for-order .when-available-for-order {
    display: inline-block;
    vertical-align: middle
}

.availability-comments-enabled .blocks-item .available-for-order .when-available-for-order, .availability-comments-enabled .hurry-item .available-for-order .when-available-for-order {
    display: block
}

.avail-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    white-space: normal;
    top: -2px;
    background: #f8f8f8;
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.31)
}

.avail-dot:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%
}

.avail-dot:after {
    content: ''
}

.avail-dot[data-toggle="modal"]:hover, .avail-dot[data-popup]:hover {
    cursor: pointer
}

.avail-dot.when-in-stock:before {
    background: #327a12;
    background: -webkit-linear-gradient(#8cc926, #327a12);
    background: linear-gradient(#8cc926, #327a12)
}

.avail-dot.when-out-of-stock:before {
    background: #8b1d23;
    background: -webkit-linear-gradient(#8b1d23, #fc4448);
    background: linear-gradient(#8b1d23, #fc4448)
}

.avail-dot.when-available-for-order:before {
    background: #ffaa00;
    background: -webkit-linear-gradient(#c80, #fa0);
    background: linear-gradient(#c80, #fa0)
}

[data-stores="disabled"][data-show-stock="true"] .availability-info .when-in-stock .info-tag {
    padding: 0 4px 4px
}

[data-stores="disabled"][data-show-stock="true"] .availability-info .when-in-stock .text {
    font-size: .64286em
}

[data-stores="disabled"][data-show-stock="true"] .availability-info .when-in-stock .text:after {
    content: attr(data-how-much);
    text-transform: none;
    font-weight: normal
}

[data-stores="disabled"][data-show-stock="false"] .catalog-item-wrap .catalog-item .main-data .availability-info.out-of-stock, [data-stores="disabled"][data-show-stock="false"] .catalog-item-wrap .catalog-item .main-data .availability-info.available-for-order {
    display: block
}

.catalog-item-wrap .catalog-item .main-data .out-of-stock + .quantity-counter {
    display: none
}

.slider-controls-wrap {
    margin-top: 5px;
    text-align: center;
    position: relative;
    width: 100%
}

[data-styling-type="skew"] .slider-controls-wrap:before {
    background: #d1cee2
}

.slider-controls-wrap .slider-arrow {
    top: -1px;
    background: #fff
}

.slider-controls-wrap .slider-arrow.prev {
    left: 4px
}

.slider-controls-wrap .slider-arrow.next {
    left: -3px;
    margin-left: -1px
}

.slider-controls-wrap .slider-arrow.disabled {
    opacity: 1;
    visibility: visible;
    color: silver
}

.slider-controls-wrap .slider-arrow.disabled:hover {
    cursor: default
}

.slider-controls-wrap .dots {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff
}

.slider-controls-wrap .dots .dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 17px;
    border-radius: 50%
}

.slider-controls-wrap .dots .dot + .dot {
    margin-left: 7px
}

.slider-controls-wrap .dots .dot:before {
    position: absolute;
    content: '';
    width: auto;
    height: auto;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slider-controls-wrap .dots .dot:before:active, .slider-controls-wrap .dots .dot:before.active {
    -webkit-transition: none;
    transition: none
}

.slider-controls-wrap .dots .dot:hover {
    cursor: pointer
}

.slider-controls-wrap .dots .dot:hover:before {
    opacity: 1;
    visibility: visible
}

.slider-controls-wrap .dots .dot.active {
    cursor: default
}

.slider-controls-wrap .dots .dot.active:before {
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .slider-controls-wrap .dots {
        display: none !important
    }
}

@media (min-width: 768px) {
    .slider-controls-wrap .numeric {
        display: none
    }
}

@media (max-width: 767px) {
    .slider-controls-wrap .numeric {
        position: relative;
        background: #fff;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        padding: 0 5px
    }
}

.percent {
    display: block;
    font-size: 12px;
    margin-left: 5px;
    height: auto;
    position: absolute;
    top: 2px;
    color: #fff
}

.triangle_right {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    display: block;
    position: absolute;
    left: -10px;
    top: 10px
}

.triangle_left {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    display: block;
    position: absolute;
    right: -10px;
    top: 10px
}

.syco_tooltip {
    border-radius: 4px
}

.syco_tooltip > p {
    font-weight: bold;
    margin: 0 0 10px !important;
    font-size: 13px;
    text-align: left;
    color: #000
}

@media (max-width: 767px) {
    .syco_tooltip {
        display: none !important
    }
}

.percentagebarinner {
    width: 0%;
    height: 20px;
    position: relative
}

.percentagebar {
    width: 100%;
    position: relative;
    height: 20px
}

.one-click-wrap {
    margin: -10px auto 0;
    font-size: 12px;
    padding: 7px 0 0;
    border-radius: 0px 0px 10px 10px
}

.more_bold .one-click-wrap {
    font-weight: bold
}

.one-click-wrap > .text {
    margin-right: 10px
}

.buy-block-content .one-click-wrap {
    max-width: 400px;
    margin-top: -5px
}

.modal_quick-view .one-click-wrap, .out-of-stock .one-click-wrap {
    display: none
}

.btn-buy-wrap .one-click-wrap {
    color: #000;
    margin: -3px auto 0;
    font-weight: normal
}

@media (max-width: 767px) {
    .btn-buy-wrap .one-click-wrap {
        min-width: 35px
    }

    .btn-buy-wrap .one-click-wrap .action > i {
        top: -15px
    }
}

@media (max-width: 1199px) {
    .btn-buy-wrap .one-click-wrap {
        min-width: 95px;
        margin-right: 4px
    }
}

.one-click-wrap > .action:hover, .one-click-wrap > .action:active {
    color: #000
}

.one-click-buy > i {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    top: -6px;
    left: -3px
}

.one-click-buy:active {
    background-color: #fe7f00 !important;
    color: #ffffff !important;
}
.one-click-buy > i:active, .one-click-buy > i.active {
    -webkit-transition: none;
    transition: none
}

.one-click-buy > i:before {
    font-weight: normal;
    font-size: 22px
}

.one-click-buy > .text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.one-click-buy > .text:active, .one-click-buy > .text.active {
    -webkit-transition: none;
    transition: none
}

.accessories .one-click-buy {
    float: right;
    clear: right;
    margin-top: 9px
}

.one-click-buy.btn-action {
    color: #000
}

.modal_city-select-panel .modal-dialog {
    position: relative;
    padding: 10px 30px 20px;
    border-radius: 5px;
    width: 900px
}

@media (max-width: 991px) {
    .modal_city-select-panel .modal-dialog {
        width: 600px
    }
}

@media (max-width: 767px) {
    .modal_city-select-panel .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 15px;
        border-radius: 0
    }
}

.modal_city-select-panel .textinput-wrapper {
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 190px;
    width: 500px
}

.modal_city-select-panel .textinput-wrapper .city-select-panel-text {
    position: absolute;
    left: 0;
    top: 0
}

.modal_city-select-panel .textinput-wrapper .city-select-panel-text .table-cell {
    width: 190px;
    height: 44px
}

@media (max-width: 767px) {
    .modal_city-select-panel .textinput-wrapper {
        width: 100%;
        margin-top: 60px;
        padding-left: 0px
    }

    .modal_city-select-panel .textinput-wrapper .city-select-panel-text {
        top: -30px
    }

    .modal_city-select-panel .textinput-wrapper .city-select-panel-text .table-cell {
        width: 100%;
        height: auto
    }
}

.modal_city-select-panel .city-select-panel-text {
    font-weight: normal;
    font-size: 1.14286em
}

.modal_city-select-panel .city-list {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    text-align: left
}

.modal_city-select-panel .city-list > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 5px;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media (max-width: 991px) {
    .modal_city-select-panel .city-list > li {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .modal_city-select-panel .city-list > li {
        width: 50%;
        padding-right: 5px
    }
}

.modal_city-select-panel .city-list > li span {
    -webkit-transition-property: font, color, border-color;
    transition-property: font, color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom: 1px dotted
}

.modal_city-select-panel .city-list > li span:active, .modal_city-select-panel .city-list > li span.active {
    -webkit-transition: none;
    transition: none
}

.modal_city-select-panel .city-list > li span:hover {
    cursor: pointer
}

.modal_city-select-panel p {
    text-align: center;
    font-size: 1.14286em;
    margin-bottom: 15px;
    margin-top: 10px
}

.modal_city-select-panel .current-city {
    font-weight: bold;
    font-size: 1.125em;
    color: #000
}

.modal_city-select-panel .btn-wrap {
    text-align: center
}

.modal_city-select-panel #btn-save-city {
    font-size: 1.14286em;
    padding: 15px 75px;
    font-weight: bold
}

@media (max-width: 767px) {
    .modal_city-select-panel #btn-save-city {
        padding: 15px;
        width: 100%
    }
}

.modal_city-select-panel .active {
    font-weight: bold;
    font-size: 1.14286em
}

.modal_city-select-panel .active span:hover {
    cursor: default
}

.modal_city-select-panel .input-controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    line-height: 44px
}

.modal_city-select-panel .input-clear {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: none;
    color: #a2a2a2
}

.modal_city-select-panel .input-clear:active, .modal_city-select-panel .input-clear.active {
    -webkit-transition: none;
    transition: none
}

.modal_city-select-panel .input-clear:before {
    margin-right: 10px;
    font-size: 14px
}

.modal_city-select-panel .input-clear:hover {
    cursor: pointer;
    color: #000
}

.modal_city-select-panel .ajax-city-search {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 190px
}

.modal_city-select-panel .ajax-city-search[data-state="shown"] {
    display: block
}

@media (max-width: 767px) {
    .modal_city-select-panel .ajax-city-search {
        padding-left: 0px
    }
}

.modal_city-select-panel .ajax-city-search ul {
    list-style: none;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding-bottom: 2px;
    pointer-events: auto
}

.modal_city-select-panel .ajax-city-search li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal_city-select-panel .ajax-city-search li:hover {
    cursor: pointer
}

.modal_city-select-panel .ajax-city-search li:active, .modal_city-select-panel .ajax-city-search li.active {
    -webkit-transition: none;
    transition: none
}

.modal-dialog .btn-close {
    color: #000
}

@media (max-width: 767px) {
    .modal-dialog .btn-close .btn-text {
        display: none
    }
}

.modal-form {
    text-align: center
}

.modal-form .modal-dialog {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    /* padding: 30px 50px 20px;
     border-radius: 4px*/
    background: url(/img/ds-fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 42px;
    min-width: 485px;
    min-height: 215px;
}

@media (max-width: 767px) {
    .modal-form .modal-dialog {
        padding: 20px 20px 10px;
        width: 100%;
        max-width: 300px;
        margin: 0;
        border-radius: 0
    }
}

.modal-form .social-text {
    margin-top: 0px;
    font-size: 1.14286em;
    margin-bottom: 20px
}

.modal-form .social-list {
    padding: 0px;
    margin: 0
}

.modal-form .social-list li {
    display: inline-block
}

.modal-form .social-list li + li {
    margin-left: 4px
}

.modal-form .social-list .social-modal {
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-form .social-list .social-modal:active, .modal-form .social-list .social-modal.active {
    -webkit-transition: none;
    transition: none
}

.modal-form .social-list .social-modal:hover {
    opacity: 0.6
}

.modal-form .social-list .social-modal .icon-container {
    display: inline-block;
    vertical-align: middle
}

.modal-form .btn-submit:active {
    position: relative;
    top: 1px
}

.modal-form h2, .modal-form .title-h2 {
    padding-top: 0px;
    margin-top: 0;
    /*  margin-top: 0;
       text-align: left;
       font-size: 1.71429em*/
}
.modal-dialog {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.modal-form .submit-wrap {
    text-align: center
}

.modal-form .btn-submit {
    display: inline-block;
    /*margin-top: 15px;
    padding: 10px 25px;
    font-size: 20px*/
}

.more_bold .modal-form .btn-submit {
    font-weight: bold
}

.modal-form .modal-captcha-wrap {
    margin-top: 7px;
    margin-bottom: 15px
}

.modal-form .modal-captcha-input-wrap {
    padding-left: 0 !important
}

.modal-form .form_socials {
    text-align: center
}

.modal-form .social-modal.vk {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_vk.png")
}

.modal-form .social-modal.ok {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_ok.png")
}

.modal-form .social-modal.mail {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_mail.png")
}

.modal-form .social-modal.fb {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_fb.png")
}

.modal-form .social-modal.black {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_black.png")
}

@media (max-width: 767px) {
    /*.modal-form h2, .modal-form .title-h2 {
        text-align: center;
        font-size: 1.28571em;
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 8px 30px 10px 20px
    }*/

    .modal-form .switch-form-block {
        text-align: left !important;
        margin-bottom: 10px !important;
        padding-right: 30px !important;
    }

    .modal-form .btn-submit {
        font-size: 18px !important
    }

    .modal-form .submit-wrap {
        text-align: center;
        padding-top: 0 !important;
        margin-bottom: 20px !important
    }

    .modal-form .btn-close .btn-text {
        display: none
    }

    .modal-form .modal-captcha-input-wrap {
        padding-top: 0 !important
    }
}

.modal_login .modal-footer {
    /*  padding: 15px 15px 10px;
margin-left: -50px;
   margin-right: -50px;
   border-top: 1px solid;
   text-align: center;
   border-color: #cacaca*/
}

@media (max-width: 767px) {
    .modal_login .btn-submit {
        padding-left: 20px;
        padding-right: 20px
    }

    .modal_login .modal-footer {
        margin-left: -20px;
        margin-right: -20px
    }
}

.modal-form form {
    margin: 0 auto;
    text-align: right
}

.modal-form form .switch-form-block {
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1em
}

.modal-form form .switch-form-block .btn-form-switch .btn-text {
    display: inline-block;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom: 1px solid
}

.modal-form form .switch-form-block .btn-form-switch .btn-text:active, .modal-form form .switch-form-block .btn-form-switch .btn-text.active {
    -webkit-transition: none;
    transition: none
}

.modal-form form .textinput-wrapper {
    position: relative;
    width: 90%;
    margin-bottom: 2px;
    font-weight: normal
}

.modal-form form .textinput-wrapper input {
    height: 50px;
    width: 100%;
    padding-right: 40px
}
.modal-dialog {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.modal-dialog input {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding-left: 20px;
    height: 50px;
}


.modal-dialog .checkbox-content > i{     display: inline-block !important;}

.modal-form form .textinput-wrapper input + .textinput-icons {
    line-height: 44px
}

.modal-form form .textinput-wrapper input[type="number"] {
    padding-right: 0
}

.modal-form form .textinput-wrapper input.password {
    padding-right: 80px
}

.modal-form form .textinput-wrapper .label-text {
    /*  position: absolute;
      left: 0;
      top: 0;
      height: 44px;
      font-weight: normal;
      text-align: left;
      font-size: 1.07143em*/
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    height: 44px;
    font-weight: normal;
    text-align: left;
    /* font-size: 1.07143em; */
    margin-bottom: 2px;
    display: block;
}

.modal-form form .textinput-wrapper .label-text:hover {
    cursor: pointer
}

.modal-form form .textinput-wrapper .label-text > .inner-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.modal-form form .textinput-wrapper .label-text > .inner-wrap > .inner {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    .modal .modal-form form {
        width: 280px !important
    }

    .modal-form form .textinput-wrapper {
        padding-left: 0 !important;
        margin-bottom: 10px;
        /*    padding-top: 44px*/
    }

    .modal-form form .textinput-wrapper input {
        height: 45px;
        line-height: 45px;
        font-size: 16px
    }

    .modal-form form .textinput-wrapper input + .btn-input {
        height: 45px
    }

    .modal-form form .textinput-wrapper .label-text {
        width: 100% !important
    }

    .modal-form form .textinput-wrapper .textinput-icons {
        /* top: 44px*/
    }
}

.form_login {
    width: 100%
}

.modal .form_login {
    /*- max-width: 420px*/
    max-width: 400px;
    padding: 0px;
}
.reg_wr {
    width: 800px;
}
pre.cache_time_debug {
    display: none !important;
}
.modal-dialog .content {
    width: 100%;
}
.flaticon-closed40:before{    display: none !important;}
.form_login .textinput-wrapper {
    /* padding-left: 100px*/
}

.form_login .textinput-wrapper .label-text {
    width: 100px
}

.form_login .btn-submit {
    margin-top: 25px;
    width: 100%;
    height: 52px;
    text-align: center;
    font-size: 1.42857em
}

.more_bold .form_login .btn-submit {
    font-weight: bold
}

.form_login .forgot-pass {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*border-bottom: 1px solid*/
}

.form_registration {
    width: 100%
}

.modal .form_registration {
    max-width: 425px
}

.form_registration .generate-pass-wrap {
    text-align: left;
    margin-bottom: 5px
}

.form_registration .generate-pass-wrap .radio-styled {
    margin-bottom: 10px
}

.form_registration .textinput-wrapper {
    /* padding-left: 150px*/
}

/*.form_registration .textinput-wrapper .label-text {
    width: 150px
}*/

.form_registration .anti-robot {
    position: relative
}

.form_registration .anti-robot .textinput-wrapper {
    padding-left: 305px
}

.form_registration .anti-robot .textinput-wrapper input {
    text-align: center
}

.form_registration .anti-robot .captcha {
    position: absolute;
    top: 0;
    left: 150px;
    height: 44px;
    width: 150px
}

.form_registration .checkbox-content a {
    border-bottom: 1px solid;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.form_registration .checkbox-content a:active, .form_registration .checkbox-content a.active {
    -webkit-transition: none;
    transition: none
}

.form_registration .btn-submit {
    /*   padding: 10px 50px;
       display: block;
       width: 100%;
       font-size: 1.42857em*/
}

.more_bold .form_registration .btn-submit {
    font-weight: bold
}

@media (max-width: 767px) {
    .form_registration .anti-robot .textinput-wrapper {
        padding-left: 155px !important
    }

    .form_registration .anti-robot .captcha {
        left: 0px;
        top: 44px
    }
}

.captcha {
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #e9e9e9;
    background: #fff
}

.captcha img {
    max-width: 100%;
    max-height: 100%
}

.required-info {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px;
    text-align: left
}

@media (max-width: 767px) {
    .required-info {
        margin: 0;
        font-size: 13px
    }
}

.form_comment .required-info {
    margin-left: 0;
    margin-right: 0
}

.form_callme {
    width: 100%
}

.modal .form_callme {
    max-width: 420px
}

.form_callme h2, .form_callme .title-h2 {
    margin-bottom: 30px
}

.form_callme .textinput-wrapper {
    padding-left: 100px
}

.form_callme .textinput-wrapper .label-text {
    width: 100px
}

.form_callme .btn-submit {
    margin-top: 25px;
    width: 70%;
    height: 52px;
    text-align: center;
    font-size: 1.28571em
}

.more_bold .form_callme .btn-submit {
    font-weight: bold
}

@media (max-width: 767px) {
    .form_callme h2, .form_callme .title-h2 {
        margin-bottom: 10px
    }
}

.modal-form .modal-form-w-icons {
    text-align: left;
    min-width: 400px
}

.modal-form .modal-form-w-icons h2, .modal-form .modal-form-w-icons .title-h2 {
    margin-bottom: 15px
}

.modal-form .modal-form-w-icons label {
    text-align: left;
    font-weight: normal
}

.modal-form .modal-form-w-icons .icon-before-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 44px
}

.modal-form .modal-form-w-icons .submit-wrap {
    margin-top: 15px;
    text-align: center
}

.modal-form .modal-form-w-icons .textinput-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 7px;
    margin-bottom: 20px;
    padding-left: 40px
}

.modal-form .modal-form-w-icons .textinput-wrapper input {
    width: 300px
}

.modal-form .modal-form-w-icons .textinput-wrapper.email > .icon-before-input {
    top: 0;
    left: 0
}

.modal-form .modal-form-w-icons .textinput-wrapper.email > .icon-before-input:before {
    font-size: 25px
}

.modal-form .modal-form-w-icons .textinput-wrapper.url > .icon-before-input {
    top: 4px;
    left: 0
}

.modal-form .modal-form-w-icons .textinput-wrapper.url > .icon-before-input:before {
    font-size: 24px
}

.modal-form .modal-form-w-icons .textinput-wrapper.name > .icon-before-input {
    /* top: 4px;
     left: 0*/
    display: none;
}

.modal-form .modal-form-w-icons .textinput-wrapper.name > .icon-before-input:before {
    font-size: 26px
}

.modal-form .modal-form-w-icons .textinput-wrapper.phone > .icon-before-input {
    top: 1px;
    left: -2px
}

.modal-form .modal-form-w-icons .textinput-wrapper.phone > .icon-before-input:before {
    font-size: 30px
}

@media (max-width: 767px) {
    .modal-form .modal-form-w-icons {
        width: 100%;
        min-width: 0
    }

    .modal-form .modal-form-w-icons .text-w-icon {
        position: absolute;
        margin-top: 18px;
        margin-left: 35px
    }

    .modal-form .modal-form-w-icons .text-w-icon.price, .modal-form .modal-form-w-icons .text-w-icon.url {
        margin-top: 10px
    }

    .modal-form .modal-form-w-icons .textinput-wrapper {
        width: 100%;
        margin-bottom: 10px
    }

    .modal-form .modal-form-w-icons .textinput-wrapper input {
        width: 100%
    }
}

.modal-form .form_inform-when-price-drops .textinput-wrapper.price > .icon-before-input:before {
    font-size: 30px
}

.modal-form .form_inform-when-price-drops .textinput-wrapper.price > input {
    width: 120px;
    padding-right: 20px
}

.modal-form .form_inform-when-price-drops .textinput-wrapper.price .b-rub {
    position: relative;
    left: -20px;
    top: 1px
}

.modal-form .form_inform-when-price-drops .prices {
    width: 320px
}

.modal-form .form_inform-when-price-drops .prices .simple-slider {
    margin-top: 0
}

.more_bold .modal-form .form_inform-when-price-drops .info .price {
    font-weight: bold
}

.modal-form .form_inform-when-price-drops .info .price-block {
    white-space: nowrap;
    display: inline-block
}

.modal-form .form_inform-when-price-drops .info .desired {
    margin-right: 20px
}

.modal-form .form_inform-when-price-drops .info .difference {
    margin-top: 10px
}

@media (max-width: 767px) {
    .modal-form .form_inform-when-price-drops .prices {
        width: 280px
    }

    .modal-form .form_inform-when-price-drops .info .current {
        display: block;
        margin-top: 7px
    }
}

.modal-form .form_feedback {
    max-width: 690px
}

.modal-form .form_feedback textarea {
    width: 540px
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-form .form_feedback .socials + div {
        width: calc(100% - 250px - 20px)
    }
}

.modal-form .form_feedback .textinput-wrapper {
    padding-left: 0
}

.modal-form .form_feedback .textinput-wrapper > .text {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 44px;
    font-size: 16px
}

.modal-form .form_feedback .textinput-wrapper > .text > .inner-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.modal-form .form_feedback .textinput-wrapper > .text > .inner-wrap > .inner {
    display: table-cell;
    vertical-align: middle
}

.modal-form .form_feedback .textinput-wrapper > input {
    width: 270px
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-form .form_feedback .textinput-wrapper > input {
        width: 250px
    }
}

.modal-form .form_feedback .textinput-wrapper.textarea > .text {
    line-height: normal
}

.modal-form .form_feedback .helper {
    position: absolute;
    left: 145px;
    top: 44px;
    font-size: 12px;
    color: #666666;
    font-style: italic;
    white-space: nowrap
}

.modal-form .form_feedback .socials {
    float: right;
    width: 250px
}

.modal-form .form_feedback .socials > .text {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px
}

.more_bold .modal-form .form_feedback .socials > .text {
    font-weight: bold
}

.modal-form .form_feedback .social-list {
    font-size: 0;
    padding: 0;
    list-style: none
}

.modal-form .form_feedback .social-list > li {
    display: inline-block
}

.modal-form .form_feedback .social-list .social {
    display: block;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-form .form_feedback .social-list .social.vk {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_vk.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.tw {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_tw.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.ya {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ya.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.fb {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_fb.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.ok {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ok.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.ig {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ig.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social.youtube {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_youtube.png") no-repeat center center/100% 100%
}

.modal-form .form_feedback .social-list .social:active, .modal-form .form_feedback .social-list .social.active {
    -webkit-transition: none;
    transition: none
}

.modal-form .form_feedback .social-list .social:hover {
    opacity: 0.8
}

@media (max-width: 767px) {
    .modal-form .form_feedback {
        max-width: 100%
    }

    .modal-form .form_feedback p {
        margin-bottom: 10px
    }

    .modal-form .form_feedback textarea {
        width: 100%
    }

    .modal-form .form_feedback .textinput-wrapper {
        padding-top: 0
    }

    .modal-form .form_feedback .textinput-wrapper > .text {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .modal-form .form_feedback .textinput-wrapper > input {
        width: 100%
    }

    .modal-form .form_feedback .textinput-wrapper .textinput-icons {
        top: 30px
    }

    .modal-form .form_feedback .helper {
        left: auto;
        right: 0;
        left: 0;
        top: 76px;
        white-space: normal
    }

    .modal-form .form_feedback .socials {
        float: none;
        width: 100%;
        text-align: center
    }

    .modal-form .form_feedback .socials .social-list {
        display: inline-block
    }
}

.form_yourcity {
    text-align: center
}

.form_yourcity p {
    font-size: 1.28571em
}

.more_bold .form_yourcity .current-city {
    font-weight: bold
}

.form_yourcity .btn-main {
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 25px
}

.form_yourcity .btn-main > .text {
    font-size: 1.14286em
}

.more_bold .form_yourcity .btn-main > .text {
    font-weight: bold
}

.form_yourcity .another-city {
    display: inline-block;
    margin-bottom: -20px;
    border-bottom: 1px dotted
}

.modal-form .form_place-order .textinput-wrapper.comments {
    padding-left: 0
}

.modal-form .form_place-order textarea.textinput, .modal-form .form_place-order .order-details-page .form-group textarea.form-control, .order-details-page .form-group .modal-form .form_place-order textarea.form-control {
    width: 340px
}

@media (max-width: 767px) {
    .modal-form .form_place-order .textinput-wrapper.comments {
        padding-top: 0
    }

    .modal-form .form_place-order textarea.textinput, .modal-form .form_place-order .order-details-page .form-group textarea.form-control, .order-details-page .form-group .modal-form .form_place-order textarea.form-control {
        width: 280px
    }

    .modal-form .form_place-order .btn-submit {
        margin-top: 10px
    }
}

.modal-form .form_calc-delivery {
    text-align: left;
    min-width: 520px
}

.modal-form .form_calc-delivery .link > .text, .modal-form .form_calc-delivery .deleted-properties .deleted-property > .text, .deleted-properties .modal-form .form_calc-delivery .deleted-property > .text {
    border-bottom: 1px dotted
}

.modal-form .form_calc-delivery .calc-basket-too {
    float: right;
    margin-top: 4px
}

.modal-form .form_calc-delivery .quantity-counter {
    float: left
}

.modal-form .form_calc-delivery .quantity-counter > .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.modal-form .form_calc-delivery .delivery-options {
    clear: both;
    margin-top: 25px
}

.modal-form .form_calc-delivery .delivery-option {
    margin-top: 5px;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-form .form_calc-delivery .delivery-option:before, .modal-form .form_calc-delivery .delivery-option:after {
    content: " ";
    display: table
}

.modal-form .form_calc-delivery .delivery-option:after {
    clear: both
}

.modal-form .form_calc-delivery .delivery-option:active, .modal-form .form_calc-delivery .delivery-option.active {
    -webkit-transition: none;
    transition: none
}

.modal-form .form_calc-delivery .delivery-option:hover {
    cursor: pointer
}

.modal-form .form_calc-delivery .delivery-option.active:hover {
    cursor: default
}

.modal-form .form_calc-delivery .delivery-option > .img-wrap {
    float: left;
    margin-right: 10px;
    width: 100px;
    text-align: center
}

.modal-form .form_calc-delivery .delivery-option > .img-wrap > img {
    max-width: 100%
}

.more_bold .modal-form .form_calc-delivery .delivery-option > .price {
    font-weight: bold
}

.modal-form .form_calc-delivery .delivery-option > .delivery-time {
    font-size: 12px
}

@media (max-width: 767px) {
    .modal-form .form_calc-delivery {
        min-width: 0;
        width: 100%
    }

    .modal-form .form_calc-delivery .calc-basket-too {
        float: none;
        margin-top: 0px;
        margin-bottom: 5px
    }

    .modal-form .form_calc-delivery .quantity-counter {
        float: none;
        margin-top: 5px
    }
}

.modal_callme .modal-dialog {
    background: #f3f5f4
}

[data-styling-type="skew"] .modal_callme .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/phone.png") no-repeat 100% 100%, linear-gradient(#fff, #f3f5f4)
}

[data-styling-type="flat"] .modal_callme .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/phone.png") no-repeat 100% 100%, #fff
}

.modal_inform-when-price-drops .modal-dialog {
    background: #f3f5f4
}

[data-styling-type="skew"] .modal_inform-when-price-drops .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/price-drop.png") no-repeat 100% 100%, linear-gradient(#fff, #f3f5f4)
}

[data-styling-type="flat"] .modal_inform-when-price-drops .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/price-drop.png") no-repeat 100% 100%, #fff
}

/*.modal_feedback .modal-dialog {
    background: #f3f5f4
}*/

/*[data-styling-type="skew"] .modal_feedback .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/modal_feedback.png") no-repeat 100% 100%, linear-gradient(#fff, #f3f5f4)
}*/

/*[data-styling-type="flat"] .modal_feedback .modal-dialog {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/modal_feedback.png") no-repeat 100% 100%, #fff
}*/

.modal_basket, .modal_map {
    position: relative;
    padding: 10px 4px 4px;
    border-radius: 4px;
    border: none
}

.modal_basket:before, .modal_map:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 4px
}

.modal_basket h2, .modal_basket .title-h2, .modal_map h2, .modal_map .title-h2 {
    font-size: 24px;
    padding-left: 45px;
    padding-right: 45px
}

.modal_basket .img-wrap, .modal_map .img-wrap {
    border-color: #d4d4d4
}

.modal_basket .additionals .dots > li, .modal_map .additionals .dots > li {
    background: #c6c6c6
}

@media (max-width: 767px) {
    .modal_basket, .modal_map {
        padding-top: 0;
        margin: 0;
        border-radius: 0
    }

    .modal_basket:before, .modal_map:before {
        border-radius: 0
    }

    .modal_basket h2, .modal_basket .title-h2, .modal_map h2, .modal_map .title-h2 {
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        margin-top: 0
    }
}

.modal_basket .basket-content {
    width: 100%;
    margin-top: 10px;
    padding-left: 45px;
    padding-right: 45px
}

.modal_basket .basket-content:before, .modal_basket .basket-content:after {
    content: " ";
    display: table
}

.modal_basket .basket-content:after {
    clear: both
}

.modal_basket .img-wrap {
    width: 50%;
    max-width: 225px;
    height: 230px;
    line-height: 223px;
    text-align: center;
    float: left;
    margin-right: 20px;
    border: 1px solid
}

.modal_basket .img-wrap img {
    max-width: 100%;
    max-height: 100%
}

.modal_basket .rating-stars {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    top: 2px
}

.modal_basket .prices-wrap {
    margin-top: 15px
}

.modal_basket .prices-wrap > .price-now {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap
}

.modal_basket .price-old {
    margin-right: 10px
}

.modal_basket .quantity-counter {
    margin-top: 15px;
    margin-bottom: 25px
}

.modal_basket .availability-info {
    max-width: 50%
}

.modal_basket .availability-info .info-tag {
    margin-bottom: 4px
}

.modal_basket .availability-info .info-info {
    margin-bottom: 4px
}

.modal_basket h3, .modal_basket .title-h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 45px;
    padding-right: 45px
}

.modal_basket .additionals {
    padding: 0 45px;
    position: relative
}

.modal_basket .additionals > .ctrl-arrow-wrap {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 1
}

.modal_basket .additionals > .ctrl-arrow-wrap.disabled:hover {
    cursor: default
}

.modal_basket .additionals > .ctrl-arrow-wrap.disabled:active > i {
    top: 0
}

.modal_basket .additionals > .ctrl-arrow-wrap.prev {
    left: 5px
}

.modal_basket .additionals > .ctrl-arrow-wrap.next {
    right: 5px
}

.modal_basket .additionals .dots {
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 0px;
    width: auto;
    left: 0;
    right: 0;
    text-align: center
}

.modal_basket .additionals .dots > li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%
}

.modal_basket .additionals .dots > li:hover {
    cursor: pointer
}

.modal_basket .additionals .dots > li + li {
    margin-left: 10px
}

.modal_basket .catalog-hits {
    padding: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap
}

.modal_basket .catalog-hits .hits-item {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0
}

.modal_basket .catalog-hits .tooltip {
    margin-left: 30px
}

.modal_basket .actions {
    padding: 20px 45px 25px;
    border-top: 1px solid #dbdbdb
}

.modal_basket .actions:before, .modal_basket .actions:after {
    content: " ";
    display: table
}

.modal_basket .actions:after {
    clear: both
}

.modal_basket .actions .btn-return {
    float: left
}

.modal_basket .actions .btn-continue {
    float: right
}

.modal_basket .btn-return, .modal_basket .btn-continue {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.14286em;
    font-weight: bold
}

.modal_basket .btn-return:before, .modal_basket .btn-continue:before {
    top: 10px
}

.modal_basket .btn-return:active, .modal_basket .btn-continue:active {
    top: 1px
}

.modal_basket .btn-return {
    left: auto
}

.modal_basket .btn-return:before {
    left: -12px;
    height: 25px;
    width: 25px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    -webkit-transform: translateZ(0) rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    transform: translateZ(0) rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    clip: rect(1px, 24px, 28px, -3px);
    border-radius: 2px 0 2px 2px
}

.modal_basket .btn-continue {
    right: auto
}

.modal_basket .btn-continue:before {
    right: -12px;
    height: 25px;
    width: 25px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    -webkit-transform: translateZ(0) rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    transform: translateZ(0) rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    clip: rect(-3px, 28px, 24px, 1px);
    border-radius: 2px 2px 2px 0px
}

@media (max-width: 767px) {
    .modal_basket {
        padding-top: 0;
        margin: 0;
        border-radius: 0
    }

    .modal_basket:before {
        border-radius: 0
    }

    .modal_basket h2, .modal_basket .title-h2 {
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        margin-top: 0
    }

    .modal_basket h3, .modal_basket .title-h3, .modal_basket .additionals {
        display: none
    }

    .modal_basket .btn-text {
        display: none
    }

    .modal_basket .art {
        position: absolute;
        top: 37px;
        right: 4px
    }

    .modal_basket .rating-stars {
        display: none
    }

    .modal_basket .prices-wrap > .price-now {
        font-size: 20px
    }

    .modal_basket .quantity-counter {
        display: inline-block;
        margin-right: 4px
    }

    .modal_basket .btn-return {
        margin-bottom: 10px
    }
}

.modal_map {
    padding: 1px 4px 4px
}

.modal_map h2, .modal_map .title-h2 {
    margin: 0 -15px;
    padding: 10px 100px 10px 25px;
    font-size: 18px
}

@media (max-width: 767px) {
    .modal_map h2, .modal_map .title-h2 {
        padding-right: 45px
    }
}

.modal_map .btn-close {
    right: 10px
}

.modal_quick-view.modal-dialog {
    width: 920px;
    padding: 30px 15px;
    background: #fff
}

.modal_quick-view.modal-dialog h2, .modal_quick-view.modal-dialog .title-h2 {
    margin-top: 0;
    font-size: 28px
}

.modal_quick-view.modal-dialog .info.price-update-date {
    display: none
}

.modal_quick-view.modal-dialog .buy-block-origin {
    position: static;
    margin-bottom: 15px
}

.modal_quick-view.modal-dialog .product-main {
    padding-right: 15px
}

.modal_quick-view.modal-dialog .product-photos {
    float: left;
    padding-right: 100px;
    padding-top: 0;
    width: 500px
}

.modal_quick-view.modal-dialog .product-photos .product-photo:hover {
    cursor: default
}

.modal_quick-view.modal-dialog .buy-block-origin {
    width: 370px;
    float: right;
    margin-right: 10px
}

.modal_quick-view.modal-dialog .buy-block-content > .price-wrap > .price-actions {
    display: none
}

.modal_quick-view.modal-dialog .go2detailed {
    position: absolute;
    top: 102%;
    left: 0
}

.modal_quick-view.modal-dialog .arrow {
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    position: absolute;
    top: 250px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #bcbcbc;
    width: 40px;
    height: 100px;
    text-align: center;
    line-height: 100px
}

.modal_quick-view.modal-dialog .arrow.prev {
    right: 100%;
    margin-right: 10px
}

.modal_quick-view.modal-dialog .arrow.next {
    left: 100%;
    margin-left: 10px
}

.modal_quick-view.modal-dialog .arrow:hover {
    background: rgba(255, 255, 255, 0.3)
}

.modal_quick-view.modal-dialog .arrow:active {
    -webkit-transition: none;
    transition: none;
    background: rgba(255, 255, 255, 0.4)
}

@media (max-width: 991px) {
    .modal_quick-view.modal-dialog {
        width: 760px
    }

    .modal_quick-view.modal-dialog .product-photos {
        padding-right: 0;
        width: 400px
    }

    .modal_quick-view.modal-dialog .buy-block-origin {
        width: 320px;
        margin-right: 0
    }

    .modal_quick-view.modal-dialog .go2detailed {
        right: 10px
    }
}

.modal_custom-collection-wrap {
    text-align: center
}

.modal_custom-collection {
    width: auto;
    display: inline-block;
    padding: 0px 40px 40px
}

.modal_custom-collection .items-wrap {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 30px
}

.modal_custom-collection .items-wrap .item {
    white-space: normal
}

.modal_custom-collection .item-wrap {
    position: relative;
    width: 160px;
    background: #fff;
    box-shadow: inset 0 0 3px gray
}

.modal_custom-collection .item-wrap, .modal_custom-collection .sign, .modal_custom-collection .product, .modal_custom-collection .final {
    text-align: center;
    height: 280px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top
}

.modal_custom-collection .item, .modal_custom-collection .product {
    width: 160px;
    height: 280px;
    position: relative;
    border: 4px solid;
    padding: 15px 10px;
    -webkit-transition-property: border-color, opacity;
    transition-property: border-color, opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal_custom-collection .item:active, .modal_custom-collection .item.active, .modal_custom-collection .product:active, .modal_custom-collection .product.active {
    -webkit-transition: none;
    transition: none
}

.modal_custom-collection .item:hover > .item-main-data > .name-wrap, .modal_custom-collection .product:hover > .item-main-data > .name-wrap {
    height: auto;
    overflow: visible
}

.modal_custom-collection .item:hover > .item-main-data > .name-wrap:after, .modal_custom-collection .product:hover > .item-main-data > .name-wrap:after {
    display: none
}

.modal_custom-collection .item {
    cursor: pointer;
    border-color: #ebeceb;
    background: #fff
}

.modal_custom-collection .item.ghost {
    position: absolute;
    z-index: 10;
    opacity: 0.7
}

.modal_custom-collection .item-photo {
    pointer-events: none;
    height: 120px;
    width: 100%;
    text-align: center;
    line-height: 120px
}

.modal_custom-collection .item-photo img {
    max-width: 100%;
    max-height: 100%
}

.modal_custom-collection .item-main-data {
    margin-top: 10px
}

.modal_custom-collection .item-main-data a {
    display: inline-block;
    font-size: 1em;
    text-decoration: none
}

.modal_custom-collection .item-main-data a .text {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal_custom-collection .item-main-data a:active .text {
    -webkit-transition: none;
    transition: none
}

.modal_custom-collection .item-main-data a .text {
    border-bottom: 1px solid
}

.modal_custom-collection .item-main-data .name-wrap {
    position: relative;
    overflow: hidden;
    height: 65px;
    min-height: 65px
}

.modal_custom-collection .item-main-data .name-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}

.modal_custom-collection .item-main-data .price-wrap {
    text-align: center
}

.modal_custom-collection .item-main-data .price-old {
    display: inline-block;
    margin-right: 6px
}

.modal_custom-collection .item-main-data .price {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold
}

.modal_custom-collection .sly-scroll {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 10px
}

.items-to-choose-from > h2, .items-to-choose-from > .title-h2, .items-to-choose-from > .subheader {
    text-align: center
}

.custom-collection-content {
    position: relative;
    margin-top: 25px;
    width: 900px;
    text-align: justify;
    font-size: 0
}

.custom-collection-content:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 0
}

.custom-collection-content .items-wrap {
    display: inline-block;
    vertical-align: top;
    width: 555px
}

.custom-collection-content .item {
    opacity: 1;
    -webkit-transition: opacity .4s !important;
    transition: opacity .4s !important
}

.custom-collection-content .item:hover {
    border-color: #ff5a5a
}

.custom-collection-content .item.ready-to-remove {
    opacity: 0
}

.custom-collection-content .sign {
    padding-top: 120px;
    font-size: 30px;
    font-weight: bold;
    width: 25px;
    text-align: center
}

.custom-collection-content > .text {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px
}

.custom-collection-content > .text .product-text {
    float: left
}

.custom-collection-content > .text .items-text {
    margin-left: 185px
}

.custom-collection-content .final {
    text-align: left;
    padding: 58px 10px 0;
    padding-left: 5px;
    padding-right: 0;
    width: 160px;
    background: none;
    border-color: transparent
}

.custom-collection-content .final > .text {
    margin-top: 10px;
    font-size: 1.16667em;
    font-weight: bold
}

.custom-collection-content .final > .price-full, .custom-collection-content .final > .value-saved {
    font-size: 1em
}

.custom-collection-content .final > .price-full strong, .custom-collection-content .final > .value-saved strong {
    display: block;
    font-size: 1.16667em
}

.custom-collection-content .final .price-final {
    font-size: 2em;
    font-weight: bold
}

.custom-collection-content .final .btn-main {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px
}

.more_bold .custom-collection-content .final .btn-main {
    font-weight: bold
}

.ghost.ready-to-add .custom-collection-control, .ghost.ready-to-remove .custom-collection-control {
    opacity: 1;
    visibility: visible
}

.ghost.ready-to-add {
    border-color: green
}

.ghost.ready-to-remove {
    border-color: #ff5a5a
}

.ghost.to-add .custom-collection-control {
    border-top-color: green;
    border-right-color: green
}

.ghost.to-add .custom-collection-control.remove {
    display: none
}

.ghost.to-add .custom-collection-control.add {
    display: block
}

.custom-collection-control {
    color: #fff;
    border-color: transparent;
    border-top-color: #ff5a5a;
    border-right-color: #ff5a5a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    border: 23px solid transparent;
    border-radius: 0px 0px 0px 100%;
    position: absolute;
    top: 0;
    right: 0
}

.custom-collection-control.remove {
    display: block
}

.custom-collection-control.remove > i {
    top: -24px;
    left: 5px
}

.custom-collection-control.remove > i:before {
    font-size: 16px
}

.custom-collection-control.add {
    display: none;
    font-size: 36px;
    font-weight: bold
}

.custom-collection-control.add > i {
    top: -36px;
    left: 1
}

.item:hover > .custom-collection-control {
    opacity: 1;
    visibility: visible
}

.custom-collection-control > i {
    position: absolute
}

.items-to-choose-from {
    margin: 15px -40px -40px;
    padding: 20px 40px 20px;
    position: relative;
    background: rgba(255, 222, 0, 0.19)
}

.items-to-choose-from:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: rgba(255, 222, 0, 0.19)
}

.items-to-choose-from > h2, .items-to-choose-from > .title-h2 {
    margin: 0
}

.items-to-choose-from .subheader {
    font-size: 12px
}

.items-to-choose-from .item:hover {
    border-color: green
}

.items-to-choose-from .custom-collection-control {
    border-top-color: green;
    border-right-color: green
}

.items-to-choose-from .custom-collection-control.remove {
    display: none
}

.items-to-choose-from .custom-collection-control.add {
    display: block
}

.items-to-choose-from > .items-wrap {
    width: 900px;
    margin-top: 10px
}

.items-to-choose-from .item-wrap + .item-wrap {
    margin-left: 25px
}

.modal_big-img {
    width: 100%;
    height: 100%;
    padding: 0 0 102px !important
}

.modal_big-img.no-thumbs {
    padding: 0
}

.modal_big-img.no-thumbs > .btn-close {
    right: 0
}

.modal_big-img.no-thumbs > .bigimg-thumbnails-wrap {
    display: none
}

.modal_big-img .btn-close {
    z-index: 2;
    top: 0;
    right: 0px;
    width: 100px;
    height: 100px;
    color: #666
}

.modal_big-img .btn-close > i:before {
    font-size: 30px
}

.modal_big-img .btn-close:hover {
    color: #fff;
    z-index: 4
}

.modal_big-img.single-img {
    padding: 0
}

.modal_big-img.single-img > .btn-close {
    right: 0
}

.bigimg-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.bigimg-wrap:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -5px
}

.bigimg-wrap:hover .btn-close {
    color: #fff
}

.bigimg-wrap .img-control:hover ~ .btn-close, .bigimg-wrap .img-wrap:hover ~ .btn-close {
    color: #666 !important
}

.bigimg-wrap .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    cursor: pointer
}

.bigimg-wrap .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.bigimg-wrap .img-wrap:hover + .next i:before {
    color: #fff
}

.bigimg-wrap .img-desc {
    padding: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1.28571em
}

.bigimg-wrap[data-bigimg-desc="disabled"] .img-desc {
    display: none
}

.bigimg-wrap[data-bigimg-desc="top"] .img-desc {
    top: 0;
    bottom: auto
}

.bigimg-wrap[data-bigimg-desc="bottom"] .img-desc {
    bottom: 0;
    top: auto
}

.bigimg-wrap .btn-close {
    pointer-events: none;
    z-index: 3
}

.bigimg-wrap .img-control {
    height: 100%;
    width: 100px;
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9
}

.bigimg-wrap .img-control.prev {
    text-align: left;
    padding-left: 10px;
    left: -100px
}

.bigimg-wrap .img-control.next {
    text-align: right;
    padding-right: 10px;
    right: -100px
}

.bigimg-wrap .img-control > i:before {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #666;
    font-size: 70px
}

.bigimg-wrap .img-control:hover > i:before {
    color: #fff
}

.bigimg-wrap .img-control.disabled:hover {
    cursor: default
}

.bigimg-wrap .img-control.disabled > i:before {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 767px) {
    .bigimg-wrap .img-control {
        display: none
    }
}

.bigimg-thumbnails-wrap {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 102px;
    padding: 8px 0;
    width: 100%
}

.single-img > .bigimg-thumbnails-wrap {
    display: none
}

.bigimg-thumbnails-wrap > .thumbnails-frame {
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee {
    height: 100%;
    display: inline-block
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:before, .bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:after {
    content: " ";
    display: table
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:after {
    clear: both
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb {
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    float: left;
    height: 86px;
    width: 86px;
    line-height: 78px;
    text-align: center;
    border: 3px solid;
    border-radius: 3px
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb:active, .bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb.active {
    -webkit-transition: none;
    transition: none
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb + .thumb {
    margin-left: 15px
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb > img {
    max-width: 100%;
    max-height: 100%
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb:hover {
    cursor: pointer
}

.bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb.active {
    border-width: 3px;
    padding: 0px
}

.bigimg-thumbnails-wrap > .thumb-control {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.bigimg-thumbnails-wrap > .thumb-control:active, .bigimg-thumbnails-wrap > .thumb-control.active {
    -webkit-transition: none;
    transition: none
}

.bigimg-thumbnails-wrap > .thumb-control > i:before {
    font-size: 18px
}

.bigimg-thumbnails-wrap > .thumb-control.prev {
    border-radius: 0 100% 100% 0;
    left: -5px
}

.bigimg-thumbnails-wrap > .thumb-control.prev > i {
    position: relative;
    top: 1px;
    left: -1px
}

.bigimg-thumbnails-wrap > .thumb-control.prev.disabled {
    left: -35px
}

.bigimg-thumbnails-wrap > .thumb-control.next {
    border-radius: 100% 0 0 100%;
    right: -5px
}

.bigimg-thumbnails-wrap > .thumb-control.next > i {
    position: relative;
    left: 1px
}

.bigimg-thumbnails-wrap > .thumb-control.next.disabled {
    right: -35px
}

@media (max-width: 767px) {
    .bigimg-thumbnails-wrap > .thumb-control {
        height: 50px;
        width: 50px
    }

    .bigimg-thumbnails-wrap > .thumb-control > i:before {
        font-size: 22px
    }

    .bigimg-thumbnails-wrap > .thumb-control.next {
        right: -15px
    }

    .bigimg-thumbnails-wrap > .thumb-control.next > i {
        top: 2px;
        left: -2px
    }

    .bigimg-thumbnails-wrap > .thumb-control.next.disabled {
        right: -50px
    }

    .bigimg-thumbnails-wrap > .thumb-control.prev {
        left: -15px
    }

    .bigimg-thumbnails-wrap > .thumb-control.prev > i {
        top: 2px;
        left: 3px
    }

    .bigimg-thumbnails-wrap > .thumb-control.prev.disabled {
        left: -50px
    }
}

.popup_ajax-search {
    display: none;
    position: absolute;
    left: 5px;
    right: 5px;
    padding-bottom: 5px;
    z-index: 5
}

.popup_ajax-search table {
    width: 100%;
    /*table-layout: fixed*/
}

.popup_ajax-search .btn-show-all {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .85714em
}

.popup_ajax-search .popup-ajax-footer {
    text-align: center
}

@media (max-width: 1199px) and (min-width: 992px) {
    .popup_ajax-search {
        min-width: 500px;
        left: auto
    }
}

.ajax-search-item {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    min-height: 50px
}

.ajax-search-item:active, .ajax-search-item.active {
    -webkit-transition: none;
    transition: none
}

.ajax-search-item:hover {
    background: #e8e8e8
}

.ajax-search-item td {
    padding: 2px;
    vertical-align: middle
}

.ajax-search-item .btn-buy {
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px
}

.ajax-search-item .btn-buy > i {
    display: none
}

.ajax-search-item .btn-buy.main-clicked.forced, .ajax-search-item .btn-buy.already-in-cart {
    padding-left: 5px;
    padding-right: 5px
}

.ajax-search-item .item-photo {
    width: 60px
}

.ajax-search-item .item-photo > a {
    display: block;
    height: 100%;
    width: 45px
}

.ajax-search-item .item-photo > a > img {
    max-height: 50px;
    max-width: 100%
}

.ajax-search-item .item-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: .85714em
}

.ajax-search-item .item-price {
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    font-size: 1.14286em
}

.ajax-search-item .item-availability {
    padding-left: 0px;
    padding-right: 0px;
    width: 20px
}

.ajax-search-item .item-actions {
    white-space: nowrap;
    width: 110px;
    text-align: center
}

.ajax-search-item.in-stock .btn-to-waitlist {
    display: none
}

.ajax-search-item.in-stock .btn-buy {
    display: inline-block
}

.ajax-search-item.out-of-stock .btn-buy {
    display: none
}

.ajax-search-item.out-of-stock .btn-to-waitlist {
    display: inline-block
}

@media (max-width: 767px) {
    .ajax-search-item .item-price {
        font-size: 12px
    }

    .ajax-search-item .btn-buy {
        padding: 0;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center
    }

    .ajax-search-item .btn-buy .text {
        display: none
    }

    .ajax-search-item .btn-buy > i {
        display: inline-block
    }

    .ajax-search-item .btn-buy > i:before {
        font-size: 26px;
        font-weight: normal
    }
}

.top-line-popup {
    display: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
    width: 740px;
    line-height: normal;
    padding: 20px 25px 5px
}

[data-top-line-position="fixed-top"] .top-line-popup, [data-top-line-position="not-fixed"] .top-line-popup {
    top: 100%;
    right: auto
}

[data-top-line-position="fixed-bottom"] .top-line-popup {
    top: auto;
    bottom: 100%
}

[data-top-line-position="fixed-left"] .top-line-popup {
    left: 100%;
    bottom: -200px
}

[data-top-line-position="fixed-right"] .top-line-popup {
    right: 100%;
    bottom: -200px
}

.top-line-popup .sku {
    display: none
}

.top-line-popup .btn-to-waitlist {
    display: none
}

.top-line-popup .popup-header {
    position: relative;
    text-align: left
}

.top-line-popup .popup-header .header-text {
    display: inline-block;
    font-size: 1.28571em;
    font-weight: bold;
    margin-bottom: 30px
}

.top-line-popup .popup-footer {
    text-align: justify;
    padding-top: 10px
}

.top-line-popup .popup-footer:after {
    content: '';
    display: inline-block;
    width: 100%;
    line-height: 0
}

.top-line-popup .popup-footer button {
    display: inline-block;
    vertical-align: middle
}

.top-line-popup .popup-footer .btn-main {
    padding-left: 40px;
    padding-right: 40px;
    height: 48px;
    font-size: 1.28571em
}

.more_bold .top-line-popup .popup-footer .btn-main {
    font-weight: bold
}

.top-line-popup .popup-footer .total {
    display: inline-block;
    vertical-align: middle
}

.top-line-popup .popup-footer .total .text {
    font-size: 1.28571em
}

.top-line-popup .popup-footer .total .price {
    font-weight: bold;
    font-size: 1.71429em
}

.top-line-popup .table-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver
}

.top-line-popup .table-wrap .scroller {
    max-height: 375px
}

.top-line-popup .table-wrap .scroller.baron {
    padding-right: 8px
}

.top-line-popup .table-wrap .scroller.baron .scroller__track {
    top: 41px
}

.top-line-popup .table-wrap table {
    width: 100%;
    min-width: 700px;
}

@media (min-width: 768px) {
    .top-line-popup .table-wrap tbody tr:first-child > td {
        /*padding-top: 50px*/
        /* vertical-align: top;*/
    }

    .top-line-popup .table-wrap thead {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%
    }

    .top-line-popup .table-wrap thead tr {
        width: 100%;
        display: block;
        text-align: right
    }

    .top-line-popup .table-wrap thead th {
        display: none;
        width: 0;
        padding-left: 0;
        padding-right: 0
    }

    .top-line-popup .table-wrap thead th[colspan="2"] {
        display: inline-block
    }

    .top-line-popup .table-wrap thead th.price {
        display: inline-block;
        text-align: left
    }

    .top-line-popup .table-wrap thead th.availability {
        display: inline-block
    }
}

@media (max-width: 1199px) {
    .top-line-popup {
        padding: 20px 25px 5px
    }

    .top-line-popup .popup-footer {
        padding-top: 10px
    }

    [data-top-line-position="fixed-left"] .top-line-popup, [data-top-line-position="fixed-right"] .top-line-popup {
        width: 767px
    }
}

@media (max-width: 991px) {
    .top-line-popup {
        width: 100%
    }

    [data-top-line-position="fixed-top"] .top-line-popup, [data-top-line-position="not-fixed"] .top-line-popup, [data-top-line-position="fixed-bottom"] .top-line-popup {
        left: 0
    }

    [data-top-line-position="fixed-left"] .top-line-popup, [data-top-line-position="fixed-right"] .top-line-popup {
        width: 700px
    }
}

@media (max-width: 767px) {
    .top-line-popup {
        padding: 10px;
        padding-bottom: 0
    }

    .top-line-popup .btn-close {
        z-index: 1
    }

    .top-line-popup .btn-close .btn-text {
        display: none
    }

    .top-line-popup .btn-close > i:before {
        font-size: 18px;
        color: #8d8d8d
    }

    .top-line-popup .btn-close:hover > i:before {
        color: silver
    }

    [data-top-line-position="fixed-left"] .top-line-popup, [data-top-line-position="fixed-right"] .top-line-popup {
        width: 320px;
        left: 0;
        bottom: -42px
    }

    [data-top-line-position="fixed-right"] .top-line-popup {
        right: 0;
        left: auto
    }

    .top-line-popup .popup-footer {
        overflow: hidden;
        padding-top: 10px;
        text-align: right
    }

    .top-line-popup .popup-footer:after {
        display: none
    }

    .top-line-popup .popup-footer .total {
        float: right
    }

    .top-line-popup .popup-footer .btn-delete {
        float: left;
        margin: auto !important;
        margin-right: 0 !important
    }

    .top-line-popup .popup-footer .btn-main {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.14286em
    }

    .top-line-popup .table-wrap .scroller.baron .scroller__track {
        top: 1px
    }
}

[data-top-line-position="fixed-top"] .popup_favorites, [data-top-line-position="fixed-bottom"] .popup_favorites, [data-top-line-position="not-fixed"] .popup_favorites {
    right: 0;
    left: auto
}

.popup_favorites .popup-header .header-text, .popup_compare .popup-header .header-text {
    margin-bottom: 15px
}

.popup_favorites thead th[colspan="2"], .popup_compare thead th[colspan="2"] {
    width: 60%
}

.popup_favorites thead th.price, .popup_compare thead th.price {
    width: 22%
}

.popup_favorites thead th.availability, .popup_compare thead th.availability {
    width: 16%
}

.popup_basket {
    right: 0;
    left: auto;
    padding-bottom: 25px;
    z-index: 12
}

[data-top-line-position="fixed-top"] .popup_basket, [data-top-line-position="not-fixed"] .popup_basket, [data-top-line-position="fixed-bottom"] .popup_basket {
    right: 0;
    left: auto
}

.popup_basket .popup-header {
    overflow: hidden
}

.popup_basket .popup-header .header-text {
    display: inline-block;
    font-size: 1.28571em;
    font-weight: normal;
    margin-bottom: 30px
}

.popup_basket .popup-header .header-text > .basket-content > .text {
    display: inline-block
}

.popup_basket .popup-header .header-text .total-price {
    display: inline-block;
    vertical-align: baseline;
    padding: 2px 8px;
    padding-bottom: 4px;
    border-radius: 3px;
    font-size: 1.33333em
}

.more_bold .popup_basket .popup-header .header-text .total-price {
    font-weight: bold
}

@media (max-width: 767px) {
    .popup_basket .popup-header .header-text {
        font-size: 1em;
        margin-bottom: 5px
    }

    .popup_basket .popup-header .header-text > .basket-content > .text {
        display: block
    }

    .popup_basket .popup-header .header-text .total-price {
        margin-top: 5px
    }
}

.popup_basket .sku {
    display: block;
    margin-top: 5px
}

.popup_basket .basket-content, .popup_basket .waitlist-content {
    width: 100%
}

.popup_basket .basket-content {
    display: block
}

.popup_basket .waitlist-content {
    display: none
}

.popup_basket.waitlist .basket-content {
    display: none
}

.popup_basket.waitlist .waitlist-content {
    display: block
}

.popup_basket .basket-waitlist-toggle {
    position: absolute;
    bottom: 10px;
    right: 0px
}

.popup_basket .basket-waitlist-toggle .btn-text {
    display: inline-block;
    font-size: 1em
}

.popup_basket .basket-waitlist-toggle i {
    position: relative
}

.popup_basket .basket-waitlist-toggle i:before {
    position: absolute;
    top: -2px;
    left: -27px
}

.popup_basket .basket-waitlist-toggle .btn-text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.popup_basket .basket-waitlist-toggle:active .btn-text {
    -webkit-transition: none;
    transition: none
}

.popup_basket .basket-waitlist-toggle .basket-content i:before {
    font-size: 1.78571em
}

.popup_basket .basket-waitlist-toggle .waitlist-content i:before {
    font-size: 20px
}

.popup_basket thead th[colspan="2"] {
    width: 45%
}

.popup_basket thead th.price {
    width: 31%
}

.popup_basket thead th.availability {
    width: 21%
}

@media (max-width: 991px) {
    .popup_basket thead th.price {
        width: 21%
    }
}

.popup_basket .popup-footer .btn-main {
    display: inline-block;
    position: relative;
    line-height: 46px;
    text-align: center;
    max-width: 300px
}

.popup_basket .popup-footer .btn-main:active {
    top: 2px
}

@media (max-width: 767px) {
    .popup_basket .popup-footer .btn-delete {
        margin-top: 60px !important
    }
}

@media (max-width: 767px) {
    .popup_basket {
        padding-bottom: 0px
    }
}

.small-basket-buy-wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    text-align: center;
    position: relative;
    margin-bottom: -25px
}

.small-basket-buy-wrap .one-click-buy {
    /*margin-top: 7px;
    margin-left: 10px*/
}

.small-basket-buy-wrap .one-click-buy i {
    top: -2px
}

@media (max-width: 767px) {
    .small-basket-buy-wrap {
        float: right;
        clear: right;
        display: block;
        margin: 15px auto
    }
}

.popup_account-menu {
    left: 0;
    width: auto;
    padding: 0
}

@media (max-width: 767px) {
    .popup_account-menu {
        width: 100vw;
        text-align: left
    }
}

.popup_account-menu ul {
    padding: 0px;
    margin: 0;
    list-style: none
}

.popup_account-menu li {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.popup_account-menu li:active, .popup_account-menu li.active {
    -webkit-transition: none;
    transition: none
}

.popup_account-menu li a {
    display: block;
    padding: 10px 10px 10px 35px
}

.popup_account-menu li a .link-text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.popup_account-menu li a:active .link-text {
    -webkit-transition: none;
    transition: none
}

.popup_account-menu li:last-child > a {
    padding-bottom: 14px
}

.popup_account-menu li i {
    position: relative
}

.popup_account-menu li i:before {
    position: absolute;
    left: -25px
}

.popup_account-menu li i.icon-user:before {
    font-size: 20px;
    left: -25px;
    top: -2px
}

.popup_account-menu li i.icon-settings:before {
    font-size: 20px;
    left: -25px;
    top: -1px
}

.popup_account-menu li i.icon-history:before {
    font-size: 16px;
    left: -23px;
    top: 3px
}

.popup_account-menu li i.icon-subscribe:before {
    font-size: 18px;
    left: -23px;
    top: 0px
}

[data-top-line-position="fixed-left"] .popup_account-menu, [data-top-line-position="fixed-right"] .popup_account-menu {
    width: 232px;
    top: 48px;
    bottom: auto
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-left"] .popup_account-menu, [data-top-line-position="fixed-right"] .popup_account-menu {
        top: auto;
        bottom: 40px
    }
}

[data-top-line-position="fixed-left"] .popup_account-menu {
    left: 100%
}

[data-top-line-position="fixed-right"] .popup_account-menu {
    left: auto;
    right: 100%
}

.catalog-at-side {
    font-size: 14px
}

.catalog-at-side .i-number {
    vertical-align: super;
    position: static
}

@media (min-width: 768px) {
    .big-slider > .catalog-at-side.full {
        position: absolute;
        top: 20px;
        left: 15px;
        bottom: 0
    }

    .catalog-at-side.minified {
        float: left
    }

    [data-header-version="v3"] .catalog-at-side.minified {
        display: inline-block;
        vertical-align: middle;
        float: none;
        position: relative;
        top: -10px
    }

    .catalog-aside > .catalog-at-side.minified {
        float: none;
        display: block
    }
}

@media (max-width: 767px) {
    .catalog-at-side.minified {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 10px
    }

    [data-header-version="v3"] .catalog-at-side.minified {
        padding-left: 0;
        padding-right: 0;
        margin: 0
    }
}

.catalog-menu {
    position: relative;
    z-index: 4;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.catalog-menu .catalog-menu-lvl1 .link > .text, .catalog-menu .catalog-menu-lvl1 .deleted-properties .deleted-property > .text, .deleted-properties .catalog-menu .catalog-menu-lvl1 .deleted-property > .text {
    border-bottom: none
}

@media (min-width: 768px) {
    .catalog-menu > .container, .catalog-menu > .container-fluid {
        position: relative;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px
    }

    [data-limit-sliders="true"] .catalog-menu > .container, [data-limit-sliders="true"] .catalog-menu > .container-fluid {
        padding-left: 0px;
        padding-right: 0px
    }

    .catalog-menu > .container.ready, .catalog-menu > .container-fluid.ready {
        overflow: visible
    }

    .catalog-at-top .catalog-menu .catalog-menu-lvl0.main {
        display: table !important;
        width: 100%;
        height: 50px
    }

    .catalog-at-top .catalog-menu .catalog-menu-lvl0.main .catalog-menu-lvl0-item {
        display: table-cell;
        vertical-align: middle;
        width: 1%
    }

    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        display: block;
        position: absolute;
        z-index: 2;
        top: 100%;
        right: 15px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s .3s, visibility .3s .3s;
        transition: opacity .3s .3s, visibility .3s .3s
    }

    [data-limit-sliders="true"] .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        right: 0
    }

    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional .catalog-menu-lvl0-item {
        position: relative
    }
}

@media (min-width: 768px) and (min-width: 1920px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 258px
    }

    .no-xl .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 255px
    }
}

@media (min-width: 768px) and (min-width: 2560px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 260px
    }

    .no-xxl .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 258px
    }

    .no-xl .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 255px
    }
}

@media (min-width: 768px) and (max-width: 1919px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 255px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 205px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 210px
    }
}

@media (min-width: 768px) and (max-width: 767px) {
    .catalog-at-top .catalog-menu .catalog-menu-lvl0.additional {
        width: 100%
    }
}

@media (min-width: 768px) {
    .catalog-at-top .catalog-menu > .container.btn-shown > .catalog-menu-lvl0.main, .catalog-at-top .catalog-menu > .container-fluid.btn-shown > .catalog-menu-lvl0.main {
        width: 90%
    }

    .catalog-at-top .catalog-menu .btn-catalog-wrap:hover ~ .additional, .catalog-at-top .catalog-menu .additional:hover {
        opacity: 1;
        visibility: visible
    }

    .catalog-at-side .catalog-menu .catalog-menu-lvl0-item {
        position: relative
    }
}

@media (min-width: 768px) and (min-width: 1920px) {
    .catalog-at-side .catalog-menu {
        width: 258px
    }

    .no-xl .catalog-at-side .catalog-menu {
        width: 255px
    }
}

@media (min-width: 768px) and (min-width: 2560px) {
    .catalog-at-side .catalog-menu {
        width: 260px
    }

    .no-xxl .catalog-at-side .catalog-menu {
        width: 258px
    }

    .no-xl .catalog-at-side .catalog-menu {
        width: 255px
    }
}

@media (min-width: 768px) and (max-width: 1919px) {
    .catalog-at-side .catalog-menu {
        width: 255px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-at-side .catalog-menu {
        width: 205px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-at-side .catalog-menu {
        width: 210px
    }
}

@media (min-width: 768px) {
    .catalog-at-side.full .catalog-menu > .container, .catalog-at-side.full .catalog-menu > .container-fluid {
        width: 100%;
        padding: 0;
        position: absolute
    }

    .catalog-at-side.full .catalog-menu > .container.btn-shown, .catalog-at-side.full .catalog-menu > .container-fluid.btn-shown {
        padding-bottom: 40px
    }

    .catalog-at-side.full .catalog-menu .catalog-menu-lvl0.additional {
        display: none
    }

    .catalog-at-side.minified .catalog-menu {
        margin-right: 20px;
        z-index: 4
    }

    .catalog-at-side.minified .catalog-menu > .container, .catalog-at-side.minified .catalog-menu > .container-fluid {
        position: relative;
        width: 100%;
        padding: 0
    }

    .catalog-at-side.minified .catalog-menu .catalog-menu-lvl0 {
        position: absolute;
        width: 100%;
        top: 100%;
        display: none
    }

    .catalog-aside .catalog-at-side.minified .catalog-menu {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .catalog-aside .catalog-at-side.minified .catalog-menu .catalog-menu-lvl0 {
        position: relative;
        width: 100%
    }
}

@media (max-width: 767px) {
    .catalog-menu {
        width: 100%;
        z-index: 4
    }

    .catalog-menu > .container, .catalog-menu > .container-fluid {
        position: relative;
        width: 100%;
        padding: 0
    }

    .catalog-menu .catalog-menu-lvl0 {
        position: absolute;
        width: 100%;
        top: 100%;
        display: none
    }
}

.catalog-menu:hover .submenu-wrap {
    -webkit-transition: opacity 0s, visibility 0s !important;
    transition: opacity 0s, visibility 0s !important
}

.btn-catalog-wrap {
    position: absolute;
    height: 100%
}

.btn-catalog-wrap .btn-catalog {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .catalog-at-top .btn-shown .btn-catalog-wrap {
        display: block
    }

    .catalog-at-top .btn-catalog-wrap {
        display: none;
        top: 0;
        left: 0;
        right: 0
    }

    .catalog-at-top .btn-catalog-wrap > .btn-catalog {
        display: none;
        width: 10%;
        margin-left: auto;
        margin-right: 0
    }

    .catalog-at-top .btn-catalog-wrap > .btn-catalog > .content {
        width: 100%
    }

    .catalog-at-top .btn-catalog-wrap > .btn-catalog > .content > .bullets {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-at-top .btn-catalog-wrap > .btn-catalog {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-at-top .btn-catalog-wrap > .btn-catalog {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .catalog-at-top .btn-catalog-wrap > .catalog-show {
        display: block
    }

    .catalog-at-top .opened .btn-catalog-wrap > .catalog-hide {
        display: block
    }

    .catalog-at-top .opened .btn-catalog-wrap > .catalog-show {
        display: none
    }

    .catalog-at-side.full .btn-shown .btn-catalog-wrap {
        display: block
    }

    .catalog-at-side.full .btn-catalog-wrap {
        display: none
    }

    [data-styling-type="skew"] .catalog-at-side.full .btn-catalog-wrap {
        bottom: -14px;
        height: 33px;
        width: 180px;
        left: 50%;
        margin-left: -90px;
        line-height: 30px
    }

    [data-styling-type="skew"] .catalog-at-side.full .btn-catalog-wrap .text {
        padding-left: 40px
    }

    [data-styling-type="skew"] .catalog-at-side.full .btn-catalog-wrap .bullets {
        position: absolute;
        top: 1px;
        left: 25px
    }

    [data-styling-type="flat"] .catalog-at-side.full .btn-catalog-wrap {
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px
    }

    [data-styling-type="flat"] .catalog-at-side.full .btn-catalog-wrap .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    [data-styling-type="flat"] .catalog-at-side.full .btn-catalog-wrap .content .bullets {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 8px
    }

    .catalog-at-side.full .btn-catalog-wrap:before {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: 14px
    }

    [data-styling-type="skew"] .catalog-at-side.full .btn-catalog-wrap:before {
        background: -webkit-linear-gradient(#e7eaf1, #edf0f4);
        background: linear-gradient(#e7eaf1, #edf0f4);
        box-shadow: inset 0px 1px 4px rgba(115, 122, 135, 0.56)
    }

    .catalog-at-side.full .btn-catalog-wrap .bullets {
        font-size: 20px
    }

    .more_bold .catalog-at-side.full .btn-catalog-wrap .text {
        font-weight: bold
    }

    .catalog-at-side.full .btn-catalog-wrap > .btn-catalog {
        display: none
    }

    .catalog-at-side.full .btn-catalog-wrap > .catalog-show {
        display: block
    }

    .catalog-at-side .opened .btn-catalog-wrap .catalog-hide {
        display: block
    }

    .catalog-at-side .opened .btn-catalog-wrap .catalog-hide .text {
        padding: 0
    }

    .catalog-at-side .opened .btn-catalog-wrap .catalog-show {
        display: none
    }

    .catalog-at-side.minified .btn-catalog-wrap {
        position: relative;
        display: block;
        height: 45px;
        width: 100%
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-show, .catalog-at-side.minified .btn-catalog-wrap > .catalog-hide {
        display: none
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: none
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }

    .more_bold .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch .text {
        font-weight: bold
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch .text:after {
        content: '';
        position: relative;
        top: -1px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        border: 5px solid;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-width: 0
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch > .text {
        font-size: 18px
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch.opened > .text:after {
        border-bottom-width: 5px;
        border-top-width: 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-at-side.minified .btn-catalog-wrap {
        height: 35px
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch {
        padding-left: 10px;
        padding-right: 10px
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch > i:before {
        font-size: 16px
    }

    .catalog-at-side.minified .btn-catalog-wrap > .catalog-switch > .text {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .btn-catalog-wrap {
        position: relative;
        display: block;
        height: 45px;
        width: 100%
    }

    .btn-catalog-wrap .catalog-show, .btn-catalog-wrap .catalog-hide {
        display: none
    }

    .btn-catalog-wrap .catalog-switch {
        display: block;
        text-transform: uppercase
    }

    .btn-catalog-wrap .catalog-switch i {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px
    }

    .more_bold .btn-catalog-wrap .catalog-switch .text {
        font-weight: bold
    }

    .btn-catalog-wrap .catalog-switch .text:after {
        content: '';
        position: relative;
        top: -1px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        border: 5px solid;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-width: 0
    }

    .btn-catalog-wrap .catalog-switch .text {
        font-size: 20px
    }

    .btn-catalog-wrap .catalog-switch.opened > .text:after {
        border-bottom-width: 5px;
        border-top-width: 0
    }
}

/*.menu-lvl0-link {
    display: block;
    position: relative;
    height: 100%;
    font-size: 0;
    white-space: nowrap
}
*/
.more_bold .menu-lvl0-link {
    font-weight: bold
}

/*.menu-lvl0-link:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px
}*/

.menu-lvl0-link > .img-wrap {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    left: 8px;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%
}

.category-items-number {
    position: inherit;
    /* height: 24px; */
    /* right: 10px; */
    /* top: 50%; */
    /* margin-top: -14px; */
    /* line-height: 22px; */
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
}

@media (min-width: 767px) {
    .category-items-number {
        display: none !important;
    }
}

.no-numbers .category-items-number {
    display: none
}

@media (max-width: 1199px) {
    .category-items-number {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .category-items-number {
        font-size: 12px
    }
}

/*.catalog-menu-footer .submenu-wrap {
    display: none
}

.catalog-menu-footer .category-items-number {
    display: none
}

.catalog-menu-footer .catalog-menu-lvl0-item:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 7px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid
}

.menu-lvl1-additional-link {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    white-space: nowrap
}

.menu-lvl1-additional-link:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
    margin-right: -4px
}

.menu-lvl1-additional-link > i {
    display: inline-block;
    vertical-align: middle
}

.menu-lvl1-additional-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: gray
}

@media (min-width: 768px) {
    .menu-lvl1-additional-link {
        display: none
    }
}


*/


/*@media (max-width: 767px) {
    .catalog-menu-lvl1-content {
        -webkit-column-width: 700px;
        -moz-column-width: 700px;
        column-width: 700px
    }
}

.catalog-menu-lvl1 .menu-lvl1-header {
    font-weight: bold
}

.more_bold .catalog-menu-lvl1 .menu-lvl1-header {
    font-weight: bold
}

.catalog-menu-lvl1 .i-number {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 9px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    top: -0.7em;
    margin-left: 2px
}

.catalog-menu-lvl1 .i-number:active, .catalog-menu-lvl1 .i-number.active {
    -webkit-transition: none;
    transition: none
}

.catalog-menu-lvl1 > ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.catalog-menu-lvl1 > ul > li {
    padding-top: 2px;
    padding-bottom: 2px
}

.catalog-menu-lvl1 > ul .link, .catalog-menu-lvl1 > ul .deleted-properties .deleted-property, .deleted-properties .catalog-menu-lvl1 > ul .deleted-property {
    display: inline-block;
    padding: 2px 2px 2px 5px;
    font-size: 1em;
    -webkit-transition: background .15s;
    transition: background .15s
}

.catalog-menu-lvl1 > ul span.link.active:hover, .catalog-menu-lvl1 > ul .deleted-properties span.active.deleted-property:hover, .deleted-properties .catalog-menu-lvl1 > ul span.active.deleted-property:hover {
    cursor: default
}

@media (max-width: 767px) {
    .catalog-menu-lvl1 {
        width: 100%;
        display: block;
        margin: 0
    }

    .catalog-menu-lvl1 > ul {
        display: none;
        padding: 0
    }

    .catalog-menu-lvl1 > ul > li {
        padding: 0
    }

    .catalog-menu-lvl1 > ul .link, .catalog-menu-lvl1 > ul .deleted-properties .deleted-property, .deleted-properties .catalog-menu-lvl1 > ul .deleted-property {
        display: block;
        padding: 8px 0 10px;
        text-align: center;
        border-bottom: 1px solid silver
    }

    .catalog-menu-lvl1 > ul .link > .text, .catalog-menu-lvl1 > ul .deleted-properties .deleted-property > .text, .deleted-properties .catalog-menu-lvl1 > ul .deleted-property > .text {
        border: none
    }

    .catalog-menu-lvl1 .menu-lvl1-header {
        position: relative;
        margin: 0;
        text-align: center
    }

    .catalog-menu-lvl1 .menu-lvl1-header:hover {
        cursor: pointer
    }

    .catalog-menu-lvl1 .menu-lvl1-link {
        display: block;
        height: 100%;
        padding: 8px 40px 10px 0
    }
}
*/
@media (min-width: 768px) {


    .catalog-menu-lvl1 > ul {
        display: inline-block !important;
        width: 100%
    }
}


@media (min-width: 768px) {
    .catalog-menu-lvl1 .menu-lvl1-header {
        font-size: 1.14286em;
        margin-bottom: 7px;
        margin-left: 5px
    }
}

/*.show-hide-hits {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}*/

/*.show-hide-hits > span {
    font-size: 12px;
    position: relative;
    padding-right: 15px
}

.show-hide-hits .show-hits {
    display: none
}

.show-hide-hits .hide-hits {
    display: block
}

.show-hide-hits i {
    position: absolute;
    top: 1px;
    right: -1px
}

.show-hide-hits i:before {
    font-size: 12px
}

[data-menu-hits-enabled="true"] .show-hide-hits, .catalog-hits .show-hide-hits {
    display: block
}

[data-menu-hits-pos="bottom"] .show-hide-hits {
    bottom: 330px;
    right: 20px;
    top: auto
}

.hits-hidden .show-hide-hits .show-hits {
    display: block
}

.hits-hidden .show-hide-hits .hide-hits {
    display: none
}

.hits-hidden[data-menu-hits-pos="bottom"] .show-hide-hits {
    bottom: 10px;
    right: 0px
}

.show-hide-hits:active, .show-hide-hits.active {
    -webkit-transition: none;
    transition: none
}

.show-hide-hits .text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: transparent
}

.show-hide-hits .text:active, .show-hide-hits .text.active {
    -webkit-transition: none;
    transition: none
}*/

@media (max-width: 767px) {
    .show-hide-hits {
        display: none !important
    }
}

.sitenav-menu-item {
    position: relative
}

.sitenav-menu-item .icon-arrow {
    display: none
}

.sitenav-menu-item .icon-arrow:before {
    position: relative;
    top: -2px;
    margin-right: -5px;
    font-size: .57143em
}

@media (min-width: 768px) {
    .sitenav-menu-item.with-sub .icon-arrow.down {
        display: inline
    }

    .sitenav-menu-item.with-sub:hover .icon-arrow.down {
        display: none
    }

    .sitenav-menu-item.with-sub:hover .icon-arrow.up {
        display: inline
    }

    .sitenav-menu-item.with-sub:hover > .submenu {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 767px) {
    .sitenav-menu-item.with-sub .icon-arrow.down {
        display: inline
    }

    .sitenav-menu-item.with-sub.opened .icon-arrow.down {
        display: none
    }

    .sitenav-menu-item.with-sub.opened .icon-arrow.up {
        display: inline
    }
}

.sitenav-menu-item > a {
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 5px 12px
}

.sitenav-menu-item.active {
    cursor: default;
    pointer-events: none
}

.sitenav-menu-item.active.with-sub {
    pointer-events: auto
}

.sitenav-menu-item.active > a {
    cursor: default
}

.sitenav-menu-item.active > a > .link-text {
    border-bottom: none !important
}

[data-header-version="v1"] .sitenav-menu-item, [data-header-version="v4"] .sitenav-menu-item {
    line-height: normal;
    display: inline-block;
    position: relative
}

[data-header-version="v1"] .sitenav-menu-item > a, [data-header-version="v4"] .sitenav-menu-item > a {
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-header-version="v1"] .sitenav-menu-item > a:active, [data-header-version="v1"] .sitenav-menu-item > a.active, [data-header-version="v4"] .sitenav-menu-item > a:active, [data-header-version="v4"] .sitenav-menu-item > a.active {
    -webkit-transition: none;
    transition: none
}

[data-header-version="v2"] .sitenav-menu-item, [data-header-version="v3"] .sitenav-menu-item, [data-header-version="v5"] .sitenav-menu-item {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-header-version="v2"] .sitenav-menu-item:active, [data-header-version="v2"] .sitenav-menu-item.active, [data-header-version="v3"] .sitenav-menu-item:active, [data-header-version="v3"] .sitenav-menu-item.active, [data-header-version="v5"] .sitenav-menu-item:active, [data-header-version="v5"] .sitenav-menu-item.active {
    -webkit-transition: none;
    transition: none
}

[data-header-version="v2"] .sitenav-menu-item:hover, [data-header-version="v3"] .sitenav-menu-item:hover, [data-header-version="v5"] .sitenav-menu-item:hover {
    cursor: pointer
}

[data-header-version="v2"] .sitenav-menu-item > a, [data-header-version="v3"] .sitenav-menu-item > a, [data-header-version="v5"] .sitenav-menu-item > a {
    height: 100%
}

[data-header-version="v2"] .sitenav-menu-item > a > .link-text, [data-header-version="v3"] .sitenav-menu-item > a > .link-text, [data-header-version="v5"] .sitenav-menu-item > a > .link-text {
    border: none;
    text-transform: uppercase
}

.sitenav-menu-item .submenu {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 190px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    list-style: none;
    padding: 0;
    padding-bottom: 3px
}

.sitenav-menu-item .submenu:active, .sitenav-menu-item .submenu.active {
    -webkit-transition: none;
    transition: none
}

.sitenav-menu-item .submenu > li > a, .sitenav-menu-item .submenu span {
    display: block;
    padding: 10px 20px;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.sitenav-menu-item .submenu > li > a:active, .sitenav-menu-item .submenu > li > a.active, .sitenav-menu-item .submenu span:active, .sitenav-menu-item .submenu span.active {
    -webkit-transition: none;
    transition: none
}

.sitenav-menu-item .submenu > li.active > a, .sitenav-menu-item .submenu span {
    font-weight: bold
}

.sitenav-menu-item .submenu > li.active > a:hover, .sitenav-menu-item .submenu span:hover {
    cursor: default
}

@media (min-width: 768px) {
    .sitenav-menu-item .submenu {
        display: block !important;
        max-width: 250px
    }
}

@media (max-width: 767px) {
    [data-header-version="v1"] .sitenav-menu-item, [data-header-version="v2"] .sitenav-menu-item, [data-header-version="v3"] .sitenav-menu-item, [data-header-version="v4"] .sitenav-menu-item, [data-header-version="v5"] .sitenav-menu-item {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid
    }

    [data-header-version="v1"] .sitenav-menu-item > a, [data-header-version="v2"] .sitenav-menu-item > a, [data-header-version="v3"] .sitenav-menu-item > a, [data-header-version="v4"] .sitenav-menu-item > a, [data-header-version="v5"] .sitenav-menu-item > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    [data-header-version="v1"] .sitenav-menu-item > a > .link-text, [data-header-version="v2"] .sitenav-menu-item > a > .link-text, [data-header-version="v3"] .sitenav-menu-item > a > .link-text, [data-header-version="v4"] .sitenav-menu-item > a > .link-text, [data-header-version="v5"] .sitenav-menu-item > a > .link-text {
        text-transform: uppercase;
        border: none
    }

    .sitenav-menu-item .submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        text-align: center
    }

    .sitenav-menu-item .submenu a, .sitenav-menu-item .submenu span {
        border-top: 1px solid silver
    }

    .sitenav-menu-item .submenu li:first-child a {
        border: none
    }
}

.sitenav {
    width: 100%
}

.sitenav > ul {
    padding: 0;
    list-style: none;
    width: 100%;
    border-radius: 3px
}

@media (min-width: 768px) {
    .sitenav > ul {
        display: block !important
    }
}

[data-header-version="v1"] .sitenav, [data-header-version="v4"] .sitenav {
    display: block
}

[data-header-version="v1"] .sitenav > ul, [data-header-version="v4"] .sitenav > ul {
    display: block;
    line-height: 0
}

[data-header-version="v1"] .sitenav > ul:after, [data-header-version="v4"] .sitenav > ul:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top
}

[data-header-version="v2"] .sitenav, [data-header-version="v3"] .sitenav, [data-header-version="v5"] .sitenav {
    display: table
}

[data-header-version="v2"] .sitenav > ul, [data-header-version="v3"] .sitenav > ul, [data-header-version="v5"] .sitenav > ul {
    display: table-row
}

@media (max-width: 767px) {
    [data-header-version="v1"] .sitenav, [data-header-version="v2"] .sitenav, [data-header-version="v3"] .sitenav, [data-header-version="v4"] .sitenav, [data-header-version="v5"] .sitenav {
        display: block
    }

    [data-header-version="v1"] .sitenav > ul, [data-header-version="v2"] .sitenav > ul, [data-header-version="v3"] .sitenav > ul, [data-header-version="v4"] .sitenav > ul, [data-header-version="v5"] .sitenav > ul {
        position: absolute;
        z-index: 7;
        top: 55px;
        display: none;
        width: auto;
        right: 0;
        left: 0
    }
}

.btn-sitenav-toggle {
    display: none
}

@media (max-width: 767px) {
    .btn-sitenav-toggle {
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 2px;
        display: block;
        height: 40px;
        width: 40px;
        border: 2px solid
    }
}

.vertical .sitenav-menu-item {
    display: block
}

.vertical .sitenav-menu-item > a {
    display: inline-block;
    text-align: left;
    padding: 5px 0;
    position: relative
}

.vertical .sitenav-menu-item > a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 7px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid
}

@media (max-width: 767px) {
    .vertical .sitenav-menu-item > a:before {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 767px) {
    .sitenav-menu {
        background: #ebebeb
    }
}

.search-wrap {
    position: absolute;
    right: 0;
    padding: 5px 5px 7px;
    border-radius: 4px
}

[data-styling-type="flat"] .search-wrap {
    padding: 0
}

[data-styling-type="flat"] .search-wrap .search-controls {
    top: 0;
    right: 0
}

[data-styling-type="flat"] .search-wrap .search-controls .ik_select {
    border-radius: 0
}

[data-styling-type="flat"] .search-wrap .search-controls .ik_select_link, [data-styling-type="flat"] .search-wrap .search-controls .ik_select_link_text {
    height: 34px;
    line-height: 34px
}



@media (min-width: 2560px) {
    .no-xxl[data-header-version="v3"] .search-wrap {
        left: 268px
    }
}

@media (min-width: 1920px) {
    .no-xl[data-header-version="v3"] .search-wrap {
        left: 265px
    }
}

@media (min-width: 2560px) {
    .no-xl[data-header-version="v3"] .search-wrap {
        left: 265px
    }
}

[data-header-version="v3"] .search-wrap {
    width: auto;
    bottom: 30px
}

@media (min-width: 2560px) {
    [data-header-version="v3"] .search-wrap {
        left: 270px
    }
}

@media (max-width: 2559px) {
    [data-header-version="v3"] .search-wrap {
        left: 268px
    }
}

@media (max-width: 1919px) {
    [data-header-version="v3"] .search-wrap {
        left: 265px
    }
}

@media (max-width: 1199px) {
    [data-header-version="v3"] .search-wrap {
        left: 215px
    }
}

@media (max-width: 991px) {
    [data-header-version="v3"] .search-wrap {
        left: 220px
    }
}

@media (max-width: 767px) {
    [data-header-version="v1"] .search-wrap, [data-header-version="v2"] .search-wrap, [data-header-version="v3"] .search-wrap, [data-header-version="v4"] .search-wrap, [data-header-version="v5"] .search-wrap {
        position: relative;
        width: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 0
    }


}








.search-wrap .search-clear {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: none;
    color: #a2a2a2
}




.search-wrap .search-area {
    height: 30px
}

.search-wrap .search-example {
    pointer-events: auto
}

.search-wrap .search-example:hover {
    cursor: pointer
}

.header-contacts {
    border-radius: 4px
}

.header-contacts .contacts-content {
    min-width: 170px;
    position: relative;
    padding: 7px 8px 10px;
    border-radius: 4px;
    border: 2px solid;
    border-color: transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

@media (min-width: 768px) {
    .header-contacts .contacts-content {
        display: block !important;
        opacity: 1 !important
    }
}

.header-contacts .contacts-content .address-wrap, .header-contacts .contacts-content .modal-form {
    display: none
}

.header-contacts .contacts-content:hover {
    box-shadow: 0px 2px 5px rgba(116, 57, 0, 0.76)
}

.header-contacts i.phone {
    position: absolute;
    left: 4px;
    top: 5px
}

.header-contacts i.phone:before {
    font-size: 32px
}

.header-contacts i.phone.toggled + .phone-wrap {
    visibility: visible;
    opacity: 1
}

.header-contacts .phones {
    overflow: hidden;
    max-height: 25px;
    padding-bottom: 1px
}

.header-contacts:hover {
    z-index: 5
}

.header-contacts:hover .phones {
    max-height: none
}

.header-contacts:hover .phone-wrap {
    display: inline-block;
    opacity: 1 !important;
    visibility: visible !important
}

.header-contacts:hover .email-wrap {
    display: block
}

.header-contacts:hover .free-call-text {
    top: 2px
}

.header-contacts .phone-wrap {
    display: inline-block;
    margin-left: 30px
}

.header-contacts .phone-wrap:not(:first-of-type) {
    opacity: 0;
    visibility: hidden
}

.header-contacts .phone-wrap > a {
    font-size: 1.14286em
}

.header-contacts .free-call-text {
    font-size: 12px;
    margin-left: 30px;
    position: relative;
    top: -4px;
    color: #383838
}

.header-contacts .email-wrap {
    margin-top: 6px;
    display: none
}

.header-contacts .phone-link + .tooltip {
    margin-top: 2px
}

@media (max-width: 767px) {
    .header-contacts .phones {
        max-height: none
    }

    .header-contacts .contacts-content {
        display: none;
        position: absolute;
        z-index: 6;
        left: 0
    }

    .header-contacts .contacts-content:before {
        display: none
    }

    .header-contacts .contacts-content .free-call-text {
        margin-top: 5px;
        margin-left: 0 !important;
        clear: left !important
    }

    .header-contacts .contacts-content .address-wrap, .header-contacts .contacts-content .modal-form {
        display: block
    }

    .header-contacts .contacts-content .email-wrap {
        display: block
    }

    .header-contacts .contacts-content .address {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        position: relative;
        padding-left: 30px
    }

    .header-contacts .contacts-content .address > i {
        position: absolute;
        left: 3px;
        top: 0
    }

    .header-contacts .contacts-content .modal-form {
        padding-bottom: 10px
    }

    .header-contacts .contacts-content .modal-form h2, .header-contacts .contacts-content .modal-form .title-h2 {
        margin: 0;
        margin-top: 10px;
        padding: 10px 10px 0px
    }

    .header-contacts .contacts-content .modal-form .btn-submit {
        width: 100%
    }

    .header-contacts .contacts-content .modal-form .required-info {
        font-size: 12px
    }

    .header-contacts .contacts-content .modal-form .label-text {
        font-size: 13px
    }
}

#switch-contacts {
    display: none
}

@media (max-width: 767px) {
    #switch-contacts {
        display: inline-block;
        cursor: pointer
    }
}

#switch-time-content {
    cursor: pointer
}

.top-line {
    width: 100%;
    position: relative;
    z-index: 6;
    border: none !important
}

.top-line > .container, .top-line > .container-fluid {
    position: relative
}

[data-limit-sliders="true"] .top-line > .container, [data-limit-sliders="true"] .top-line > .container-fluid {
    padding-right: 0
}

[data-limit-sliders="true"][data-container-width="full_width"] .top-line > .container, [data-limit-sliders="true"][data-container-width="full_width"] .top-line > .container-fluid {
    padding-right: 60px
}

[data-top-line-position*="fixed-"] .top-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 31
}

[data-top-line-position="fixed-top"] .top-line .account-not-authorized > .content, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized > .content, [data-top-line-position="not-fixed"] .top-line .account-not-authorized > .content {
    opacity: 1 !important;
    display: inline-block !important;
    margin-left: -30px;
    margin-top: -8px;
    z-index: 1
}

[data-top-line-position="fixed-top"] .top-line .account-not-authorized > .content a, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized > .content a, [data-top-line-position="not-fixed"] .top-line .account-not-authorized > .content a {
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px
}

[data-top-line-position="fixed-top"] .top-line .avatar, [data-top-line-position="fixed-bottom"] .top-line .avatar, [data-top-line-position="not-fixed"] .top-line .avatar {
    position: relative;
    top: 1px;
    pointer-events: none
}

[data-top-line-position="fixed-top"] .top-line .tooltip, [data-top-line-position="fixed-bottom"] .top-line .tooltip, [data-top-line-position="not-fixed"] .top-line .tooltip {
    display: none !important
}

[data-top-line-position="fixed-left"][data-styling-type="flat"] .top-line, [data-top-line-position="fixed-right"][data-styling-type="flat"] .top-line, [data-top-line-position="not-fixed"][data-styling-type="flat"] .top-line {
    padding-right: 0 !important
}

[data-top-line-position="fixed-top"][data-styling-type="flat"] .top-line:before, [data-top-line-position="fixed-bottom"][data-styling-type="flat"] .top-line:before, [data-top-line-position="not-fixed"][data-styling-type="flat"] .top-line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e5e8f0
}

[data-top-line-position="fixed-top"] .top-line {
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-top"] .top-line .account-not-authorized, [data-top-line-position="fixed-top"] .top-line .account-authorized {
        position: absolute;
        left: 0
    }

    [data-top-line-position="fixed-top"] .top-line .btn-basket i:before {
        left: auto;
        right: 8px
    }
}

[data-top-line-position="fixed-top"].bx-panel-full .top-line {
    top: 147px
}

[data-top-line-position="fixed-top"].bx-panel-small .top-line {
    top: 50px
}

@media (max-width: 767px) {
    [data-top-line-position="not-fixed"] .top-line .account-not-authorized, [data-top-line-position="not-fixed"] .top-line .account-authorized {
        position: absolute;
        left: 0
    }
}

[data-top-line-position="fixed-bottom"] .top-line {
    bottom: 0;
    left: 0;
    z-index: 35;
    box-shadow: 0px -2px 0px silver
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized, [data-top-line-position="fixed-bottom"] .top-line .account-authorized {
        position: absolute;
        left: 0
    }

    [data-top-line-position="fixed-bottom"] .top-line .btn-basket i:before {
        left: auto;
        right: 8px
    }
}

[data-top-line-position="fixed-left"] .top-line, [data-top-line-position="fixed-right"] .top-line {
    border: 2px solid gray !important;
    bottom: 40%;
    width: 50px
}

[data-top-line-position="fixed-left"] .top-line > .container, [data-top-line-position="fixed-left"] .top-line > .container-fluid, [data-top-line-position="fixed-right"] .top-line > .container, [data-top-line-position="fixed-right"] .top-line > .container-fluid {
    padding: 0 !important;
    width: 100%;
    margin: 0
}

[data-top-line-position="fixed-left"] .top-line {
    left: 0;
    border-left: none !important
}

[data-top-line-position="fixed-right"] .top-line {
    right: 0;
    border-right: none !important
}

@media (max-width: 767px) {
    [data-limit-sliders="true"][data-container-width="full_width"] .top-line > .container, [data-limit-sliders="true"][data-container-width="full_width"] .top-line > .container-fluid {
        padding-right: 0px
    }

    .top-line > .container, .top-line > .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    [data-top-line-position="fixed-left"] .top-line, [data-top-line-position="fixed-right"] .top-line {
        bottom: 40px;
        width: 40px
    }
}

.top-line-content {
    text-align: justify;
    line-height: 0;
    height: 48px
}

.top-line-content:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.top-line-content .top-line-item {
    position: relative;
    z-index: 3;
    display: inline-block;
    line-height: 45px;
    vertical-align: top;
    height: 48px
}

.top-line-content .top-line-item > a {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.top-line-content .top-line-item > a > i:before {
    vertical-align: top
}

.top-line-content .top-line-item > a.toggled .text {
    border: none;
    -webkit-transition: none;
    transition: none
}

.top-line-content .top-line-item > i:before {
    vertical-align: top
}

.top-line-content .top-line-item.account-authorized {
    display: none
}

.top-line-content .top-line-item.account-not-authorized > .content {
    display: inline-block;
    padding-left: 0;
    padding-right: 0px
}

.top-line-content .items-inside {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 5px;
    left: 28px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px
}

@media (max-width: 1199px) {
    .top-line-content {
        position: relative
    }

    .top-line-content .top-line-item {
        position: static
    }
}

@media (max-width: 991px) {
    .top-line-content .btn-favorites .link-text, .top-line-content .btn-compare .link-text {
        display: none
    }

    .top-line-content .btn-favorites > i:before, .top-line-content .btn-compare > i:before {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .top-line-content {
        height: 44px;
        text-align: right
    }

    .top-line-content .top-line-item {
        line-height: 45px;
        height: 44px
    }

    .top-line-content .top-line-item.favorites {
        width: 44px;
        text-align: center
    }

    .top-line-content .top-line-item.favorites > a > i:before {
        margin-right: 0;
        font-size: 24px
    }

    .top-line-content .top-line-item.favorites.toggled {
        right: auto;
        left: 0
    }

    .top-line-content .top-line-item .btn-favorites {
        position: relative
    }

    .top-line-content .top-line-item.basket {
        right: -1px;
        width: 44px
    }

    .top-line-content .top-line-item.basket > a > i {
        display: block
    }

    .top-line-content .top-line-item.basket > a > i:before {
        font-size: 30px
    }

    .top-line-content .top-line-item.basket > a > i .basket-items-number-sticker {
        top: 3px;
        right: 3px
    }

    .top-line-content .top-line-item > a {
        padding-left: 0px;
        padding-right: 0px
    }

    .top-line-content .top-line-item.account-not-authorized {
        padding-left: 15px
    }

    .top-line-content .top-line-item.account-authorized {
        line-height: 44px
    }

    .top-line-content .top-line-item .items-inside {
        left: auto;
        top: 3px;
        right: 3px
    }
}

[data-top-line-position="fixed-left"] .top-line-content, [data-top-line-position="fixed-right"] .top-line-content {
    text-align: left;
    line-height: normal;
    height: auto;
    width: 100%
}

[data-top-line-position="fixed-left"] .top-line-content:after, [data-top-line-position="fixed-right"] .top-line-content:after {
    display: none
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item, [data-top-line-position="fixed-right"] .top-line-content .top-line-item {
    position: static;
    width: 100%;
    height: 48px;
    line-height: 47px
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-logout, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-logout {
    display: none
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item.with-icon i:before, [data-top-line-position="fixed-left"] .top-line-content .top-line-item .with-icon i:before, [data-top-line-position="fixed-right"] .top-line-content .top-line-item.with-icon i:before, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .with-icon i:before {
    margin-right: 0
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-compare, [data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-favorites, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-compare, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-favorites {
    position: relative
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-compare > .link-text, [data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-favorites > .link-text, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-compare > .link-text, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-favorites > .link-text {
    display: none
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-compare > i, [data-top-line-position="fixed-left"] .top-line-content .top-line-item .btn-favorites > i, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-compare > i, [data-top-line-position="fixed-right"] .top-line-content .top-line-item .btn-favorites > i {
    display: block;
    text-align: center;
    height: 100%
}

[data-top-line-position="fixed-left"] .top-line-content .top-line-item > a, [data-top-line-position="fixed-right"] .top-line-content .top-line-item > a {
    padding-left: 0;
    padding-right: 0
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized {
    position: relative
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .content, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .content {
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 48px;
    height: 48px;
    display: block !important;
    text-align: center;
    border: 1px solid gray !important;
    box-shadow: none !important;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .content:active, [data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .content.active, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .content:active, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .content.active {
    -webkit-transition: none;
    transition: none
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .content [data-state="shown"], [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .content [data-state="shown"] {
    opacity: 0 !important
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .avatar, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .avatar {
    display: block;
    text-align: center;
    line-height: 48px
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .avatar:hover, [data-top-line-position="fixed-right"] .top-line-content .account-not-authorized > .avatar:hover {
    cursor: pointer
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized, [data-top-line-position="fixed-right"] .top-line-content .account-authorized {
    width: 100%;
    height: 48px;
    max-width: none;
    position: relative
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler {
    position: absolute;
    height: 100%;
    width: 48px;
    padding: 0;
    -webkit-transition: width .3s, padding .3s;
    transition: width .3s, padding .3s
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler .avatar, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler .avatar {
    margin-right: 10px
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler:hover, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler:hover {
    cursor: pointer
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler.toggled, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler.toggled {
    padding-right: 50px;
    width: 280px
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler.toggled > .account.pseudolink, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler.toggled > .account.pseudolink {
    margin-left: 5px
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler.toggled > .btn-logout, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler.toggled > .btn-logout {
    opacity: 1;
    visibility: visible
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized .btn-logout, [data-top-line-position="fixed-right"] .top-line-content .account-authorized .btn-logout {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

@media (max-width: 767px) {
    [data-top-line-position="fixed-left"] .top-line-content, [data-top-line-position="fixed-right"] .top-line-content {
        position: static;
        width: 100%
    }

    [data-top-line-position="fixed-left"] .top-line-content .top-line-item, [data-top-line-position="fixed-right"] .top-line-content .top-line-item {
        height: 40px;
        line-height: 39px
    }

    [data-top-line-position="fixed-left"] .top-line-content .top-line-item.account-not-authorized, [data-top-line-position="fixed-right"] .top-line-content .top-line-item.account-not-authorized {
        padding-left: 0
    }

    [data-top-line-position="fixed-left"] .top-line-content .top-line-item.account-not-authorized > .avatar, [data-top-line-position="fixed-right"] .top-line-content .top-line-item.account-not-authorized > .avatar {
        line-height: 40px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized, [data-top-line-position="fixed-right"] .top-line-content .account-authorized {
        height: 40px;
        line-height: 35px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler {
        width: 40px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler > .account.pseudolink, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler > .account.pseudolink {
        margin-left: 0
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler .avatar, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler .avatar {
        width: 30px;
        height: 30px;
        margin: 5px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler .text, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler .text {
        position: relative;
        top: -1px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler.toggled, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler.toggled {
        width: 272px
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler.toggled .account.pseudolink, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler.toggled .account.pseudolink {
        margin-left: 0
    }

    [data-top-line-position="fixed-left"] .top-line-content .account-authorized #account-menu-toggler .btn-logout, [data-top-line-position="fixed-right"] .top-line-content .account-authorized #account-menu-toggler .btn-logout {
        top: 2px;
        line-height: 45px
    }
}

[data-top-line-position="fixed-left"] .top-line-content .account-not-authorized > .content {
    left: 0
}

[data-top-line-position="fixed-left"] .top-line-content .account-authorized > #account-menu-toggler {
    left: 0
}

[data-top-line-position="fixed-right"] .top-line-content .account-authorized > #account-menu-toggler {
    right: 0
}

.account-authorized {
    max-width: 30%
}

.account-authorized #account-menu-toggler {
    position: relative;
    height: 100%;
    padding-left: 5px;
    padding-right: 50px
}

.account-authorized .account.pseudolink {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap
}

.account-authorized .account.pseudolink .text {
    -webkit-transition: none;
    transition: none
}

.account-authorized .avatar {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center
}

.account-authorized .avatar i:before {
    position: relative;
    left: 1px;
    top: -1px
}

.account-authorized .avatar img {
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.account-authorized .btn-logout {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 33px;
    height: 33px
}

.account-authorized .btn-logout:hover {
    cursor: pointer
}

.account-authorized .btn-logout:before {
    position: absolute;
    top: -5px;
    left: 7px
}

[id*="bx_incl_area"] .account-authorized {
    max-width: none
}

@media (max-width: 1199px) {
    .account-authorized {
        max-width: 25%
    }
}

@media (max-width: 991px) {
    .account-authorized {
        max-width: 40%
    }
}

@media (max-width: 767px) {
    .account-authorized {
        max-width: 60%
    }

    .account-authorized #account-menu-toggler {
        padding-left: 5px
    }

    .account-authorized .btn-logout {
        top: 5px
    }
}

.sly-scroll {
    position: absolute;
    z-index: 1;
    left: 60px;
    right: 60px;
    bottom: 13px;
    height: 15px;
    border-radius: 11px;
    height: 15px;
    border-radius: 11px;
    cursor: pointer
}

.sly-scroll:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    right: 8px;
    border-radius: 3px
}

.sly-scroll:before {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    right: 8px;
    border-radius: 3px
}

.sly-scroll:hover:before {
    opacity: 0.8
}

.sly-scroll > .sly-bar {
    position: absolute;
    top: -1px;
    height: 18px;
    min-width: 50px;
    border-radius: 11px;
    text-align: center
}

.sly-scroll > .sly-bar:before {
    content: '|||';
    font-size: 9px;
    position: absolute;
    line-height: 14px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto
}

.sly-scroll > .sly-bar:hover {
    cursor: pointer
}

.sly-scroll > .sly-bar:active:before, .sly-scroll > .sly-bar.dragged:before {
    line-height: 16px
}

.no-scroll .sly-scroll {
    display: none
}

.scroll-slider-wrap {
    position: relative;
    z-index: 1
}

.submenu-wrap .scroll-slider-wrap {
    display: none
}

[data-menu-hits-enabled="false"] .submenu-wrap .scroll-slider-wrap, .hits-hidden .submenu-wrap .scroll-slider-wrap {
    display: none !important
}

[data-menu-hits-enabled="true"] .submenu-wrap .scroll-slider-wrap {
    display: block
}

@media (max-width: 767px) {
    .scroll-slider-wrap {
        display: none !important
    }
}

.scroll-slider-wrap.no-scroll {
    overflow: visible
}

.scroll-slider-wrap.no-scroll .ctrl-arrow-wrap {
    display: none
}

.scroll-slider-wrap .ctrl-arrow-wrap {
    position: absolute;
    z-index: 1;
    bottom: 2px
}

.scroll-slider-wrap .ctrl-arrow-wrap.prev {
    left: 13px
}

.scroll-slider-wrap .ctrl-arrow-wrap.next {
    right: 5px
}

.submenu-wrap > .scroll-slider-wrap {
    margin-top: 25px
}

.scroll-slider {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.scroll-slider .slider-content {
    white-space: nowrap;
    display: inline-block
}

.scroll-slider .slider-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-bottom: 50px;
    text-align: center
}

.scroll-slider .slider-item:hover, .scroll-slider .slider-item:hover .description:before {
    box-shadow: none !important
}

.scroll-slider .slider-item .full-view {
    min-height: 52px
}

@media (min-width: 1920px) {
    .scroll-slider .slider-item {
        width: 281.6px
    }

    .no-xl .scroll-slider .slider-item {
        width: 277px
    }
}

@media (min-width: 2560px) {
    .scroll-slider .slider-item {
        width: 284.66667px
    }

    .no-xxl .scroll-slider .slider-item {
        width: 281.6px
    }

    .no-xl .scroll-slider .slider-item {
        width: 277px
    }
}

@media (max-width: 1919px) {
    .scroll-slider .slider-item {
        width: 277px
    }
}

@media (max-width: 1199px) {
    .scroll-slider .slider-item {
        width: 267px
    }

    .scroll-slider .slider-item .btn-action {
        margin-right: 0px
    }
}

@media (max-width: 991px) {
    .scroll-slider .slider-item {
        width: 269.33333px
    }
}

.no-scroll .scroll-slider .slider-item {
    padding-bottom: 0
}

.scroll-slider .slider-item .photo {
    line-height: 100px;
    text-align: center;
    width: 100%;
    height: 100px;
    position: relative
}

.scroll-slider .slider-item .photo img {
    max-width: 100%;
    max-height: 100%
}

.scroll-slider .slider-item .stickers {
    position: absolute;
    top: 0;
    left: 0
}

.scroll-slider .slider-item .stickers, .scroll-slider .slider-item .stickers .sticker {
    display: block
}

.scroll-slider .slider-item .name {
    display: inline-block;
    height: 40px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px
}

.scroll-slider .slider-item .price-wrap {
    text-align: center;
    margin-bottom: 5px
}

.scroll-slider .slider-item .price-old, .scroll-slider .slider-item .price {
    display: inline-block
}

.scroll-slider .slider-item .price {
    margin-left: 6px;
    font-size: 1.42857em
}

.more_bold .scroll-slider .slider-item .price {
    font-weight: bold
}

.catalog-menu .scroll-slider .slider-item .action-buttons {
    display: none
}

@media (max-width: 1199px) {
    .scroll-slider .slider-item .action-buttons > button, .scroll-slider .slider-item .action-buttons > div {
        margin-left: 4px;
        margin-right: 4px
    }
}

@media (max-width: 767px) {
    .scroll-slider .slider-item .action-buttons .compare {
        display: none
    }
}

.scroll-slider .slider-item .photo {
    display: block
}

.scroll-slider-wrap {
    overflow: hidden
}

.scroll-slider-wrap:not(.no-scroll) {
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .scroll-slider-wrap:not(.no-scroll) {
        padding-bottom: 0px
    }
}

.scroll-slider-wrap .scroll-slider {
    overflow: visible !important;
    padding: 10px 0
}

.scroll-slider-wrap .sly-scroll, .scroll-slider-wrap .ctrl-arrow-wrap {
    z-index: 10
}

.scroll-slider-wrap .slider-item {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px
}

.scroll-slider-wrap .slider-item .full-view {
    display: block;
    position: absolute;
    bottom: -52px;
    top: auto;
    left: 1px;
    right: 1px;
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
    background: white;
    -webkit-transition: .0s;
    transition: .0s;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0
}

.scroll-slider-wrap .slider-item:hover {
    background: white
}

.scroll-slider-wrap .slider-item:hover .full-view {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 8px
}

.scroll-slider-wrap .slider-item .photo {
    line-height: 1;
    max-height: 190px;
    height: auto;
    padding-top: 15px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.scroll-slider-wrap .slider-item .photo:hover {
    opacity: .7
}

.scroll-slider-wrap .slider-item .photo img {
    max-height: 175px
}

@media (max-width: 767px) {
    .scroll-slider-wrap .slider-item {
        margin-bottom: 52px
    }

    .scroll-slider-wrap .slider-item .full-view {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .scroll-slider-wrap .slider-item:before {
        display: none
    }
}

.catalog-menu .scroll-slider .slider-item .photo {
    line-height: 1;
    max-height: 150px;
    height: auto;
    padding-top: 10px
}

.catalog-menu .scroll-slider .slider-item .photo img {
    max-height: 150px
}

#modal_basket .scroll-slider .slider-item .photo {
    line-height: 1;
    max-height: 100px;
    height: auto
}

#modal_basket .scroll-slider .slider-item .photo img {
    max-height: 100px
}

.__expanded .catalog-item, .__expanded .hits-item {
    position: relative
}

.__expanded .catalog-item .action-buttons, .__expanded .hits-item .action-buttons {
    padding-bottom: 10px;
    font-size: 0
}

.__expanded .catalog-item .action-buttons .btn-action, .__expanded .hits-item .action-buttons .btn-action {
    border-radius: 0
}

.__expanded .catalog-item:before, .__expanded .hits-item:before {
    content: '';
    border: 1px solid #aaa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -53px;
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.__expanded .catalog-item:hover:before, .__expanded .hits-item:hover:before {
    opacity: 1
}

.__expanded.catalog-hits .hits-item {
    margin-top: 5px;
    padding-top: 10px
}

.__expanded.catalog-hits .hits-item:before {
    bottom: -50px
}

.static-pagination-wrap {
    margin-top: 15px
}

.static-pagination-wrap .current-state {
    display: block;
    margin-bottom: 5px
}

.pagination-wrap {
    text-align: center;
    padding: 9px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.pagination-wrap:before, .pagination-wrap:after {
    content: " ";
    display: table
}

.pagination-wrap:after {
    clear: both
}

.pagination-wrap > .current-state {
    position: relative;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 12px
}

@media (max-width: 767px) {
    .pagination-wrap {
        display: none
    }
}

.pagination {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    top: -2px
}

.search-results-page .pagination {
    clear: both
}

.pagination-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 27px;
    min-width: 28px;
    text-align: center
}

.pagination-item.arrow > i {
    position: relative
}

.pagination-item.arrow > i:before {
    font-size: 14px
}

.pagination-item.arrow.left > i {
    left: -1px
}

.pagination-item.arrow.right > i {
    left: 1px
}

.pagination-item.to-start, .pagination-item.to-end {
    padding-left: 15px;
    padding-right: 15px
}

[data-styling-type="skew"] .pagination-item.active, [data-styling-type="skew"] .pagination-item:active {
    top: 1px
}

.pagination-item.disabled, .pagination-item.disabled:hover, .pagination-item.disabled:active {
    cursor: default;
    top: 0
}

.pagination-item.disabled .btn-text, .pagination-item.disabled:hover .btn-text, .pagination-item.disabled:active .btn-text {
    background: none;
    border: none;
    cursor: default
}

@media (max-width: 767px) {
    .pagination-item.to-start, .pagination-item.to-end {
        display: none
    }
}

.show-by {
    position: relative;
    z-index: 1;
    float: left;
    height: 40px;
    line-height: 36px
}

.show-by .text {
    margin-right: 5px
}

#js-block-current-state {
    position: relative;
    display: inline-block;
    width: auto;
    float:right;
    margin-top:10px;
}

div.sort-n-view.for-catalog > div:nth-of-type(1){
    float:left;
    margin: 0 20px 0 0;
}

.form_filter {
    display: none;
    /* padding: 5px 15px 20px;
     border: 1px solid #ddd;
     position: relative;
     margin-bottom: 50px;
     background: #fcfcfc;*/
    z-index: 1
}

[data-styling-type="skew"] .form_filter {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18)
}

.form_filter.closed {
    padding-bottom: 0
}

.form_filter .title-h2 {
    /* padding: 5px 20px;
     margin-top: 8px;
     font-size: 1.14286em;
     font-weight: normal;
     text-align: center*/
    display: none;
}

.more_bold .form_filter .title-h2 {
    font-weight: bold
}

.form_filter footer {
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}

.form_filter > .filter-content {
    /*  margin-left: -15px;
      margin-right: -15px*/
}

.form_filter .filter-full {
    display: none
}

.form_filter .filter-full.filter-opened {
    display: inline !important
}

.form_filter.visible {
    display: block
}

#filter-at-top .form_filter {
    padding-bottom: 0
}

#filter-at-top .form_filter .filter-short {
    float: left
}

#filter-at-top .form_filter .filter-short.filter-opened {
    display: inline;
    float: none
}

#filter-at-top .form_filter footer {
    clear: both;
    margin-top: 25px
}

#filter-at-top .form_filter .show-results {
    margin: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form_filter .title-h2 {
        font-size: .92857em
    }
}

#filter-at-side {
    position: relative
}

#filter-at-side > *:nth-child(1) {
    margin-top: 0
}

.filter-section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    position: relative
}

.filter-section > header {
    position: relative;
    font-size: 0;
    line-height: 1.57143;
    display: flex;
    width: 100%;
    padding: 5px 25px 5px 0;
}

.more_bold .filter-section > header {
    font-weight: bold
}

.filter-section > header > .text {
    display: flex;
    width: 100%;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
}

.filter-section > header > .text:active, .filter-section > header > .text.active {
    -webkit-transition: none;
    transition: none
}

.filter-section > header > .text:hover {
    cursor: pointer;
    color: #7c7c7c
}

.filter-section > header > .help {
    font-weight: bold;
    font-size: .71429em;
    display: none;
}

.filter-section > header > .help:hover {
    cursor: help
}

.filter-section > header .tooltip {
    font-weight: normal
}

.filter-section .checkbox-styled {
    display: block;
    margin: 7px 0 3px 2px
}

.filter-section .radio-styled {
    margin: 5px 10px 0px 0px
}

.filter-section select, .filter-section .ik_select {
    max-width: 100%
}

.filter-section .range-slider-inputs {
    margin-top: 40px;
    display: flex;
}

.filter-section .range-slider-inputs .textinput, .filter-section .range-slider-inputs .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .filter-section .range-slider-inputs input.form-control[type="text"], .filter-section .range-slider-inputs .order-details-page .form-group .form-control, .order-details-page .form-group .filter-section .range-slider-inputs .form-control, .filter-section .range-slider-inputs .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .filter-section .range-slider-inputs input {
    width: 72px;
    height: 35px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px
}

.filter-section .filter-input-wrap {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.filter-section .filter-input-wrap input {
    flex: 1 0 auto;
}

.filter-section .filter-input-wrap > .text {
    display: inline-block;
    width: 17px;
    font-weight: normal;
    text-transform: lowercase
}

.filter-section .filter-input-wrap > .b-rub {
    margin-left: 5px;
}

.filter-section .filter-input-wrap.start {
    margin-right: 6px
}
.filter-section .filter-input-wrap.start > .b-rub {
    width:14.16px;
}

.filter-section sup {
    font-size: 8px;
    top: -0.7em;
    margin-left: 3px
}

.filter-section .expand-content {
    padding-bottom: 20px
}

/*.filter-section:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -1px;
    width: 1px;
    max-height: 100px;
    background-color: #ddd
}*/

@media (min-width: 1920px) {
    #filter-at-top .filter-section {
        width: 266px
    }

    .no-xl #filter-at-top .filter-section {
        width: 280px
    }
}

@media (min-width: 2560px) {
    #filter-at-top .filter-section {
        width: 287px
    }

    .no-xxl #filter-at-top .filter-section {
        width: 266px
    }

    .no-xl #filter-at-top .filter-section {
        width: 280px
    }
}

@media (max-width: 1919px) {
    #filter-at-top .filter-section {
        width: 280px
    }
}

@media (max-width: 1199px) {
    #filter-at-top .filter-section {
        width: 346px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #filter-at-side .filter-section, #filter-at-top .filter-section {
        width: 359px
    }
}

@media (max-width: 767px) {
    #filter-at-side .filter-section, #filter-at-top .filter-section {
        max-width: 100%;
        width: 290px
    }

    .filter-section .range-slider {
        display: none
    }

    .filter-section .range-slider-inputs {
        margin-top: 10px
    }
}

.filter-section .btn-expand {
    position: absolute;
    top: 12px;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(/img/strel3.svg) no-repeat center !important;
}

.filter-section.expanded .btn-expand {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .filter-section .btn-expand:active, .filter-section .btn-expand:hover, .filter-section .btn-expand:focus, .filter-section .btn-expand:visited {
        background: transparent !important;
        box-shadow: none !important
    }
}


.filter-results, .show-results, .reset-filter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*margin: 10px*/
}

.filter-results > .text {
    display: inline-block;
    padding: 10px 15px;
    border: 3px solid;
    border-radius: 4px
}

.show-results {
    position: relative;
    padding: 10px 15px;
    font-size: 1.14286em
}

.more_bold .show-results {
    font-weight: bold
}

.show-results:active {
    padding: 10px 15px;
    top: 2px
}

.toggle-filter {
    margin: -5px 0px 0;
    /*padding: 4px 15px 7px 0;*/
    /* text-align: center;
     background: #e7e7e7;
     -webkit-transition-property: background;
     transition-property: background;
     -webkit-transition-duration: .15s;
     transition-duration: .15s;
     -webkit-transition-timing-function: ease;
     transition-timing-function: ease*/
    padding: 18px 22px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #e5e5e5;
}

.toggle-filter:active, .toggle-filter.active {
    -webkit-transition: none;
    transition: none
}

.toggle-filter .text {
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.toggle-filter:active .text {
    -webkit-transition: none;
    transition: none
}

.toggle-filter:hover {
    cursor: pointer;
    background: #efefef
}

.toggle-filter:hover .text {
    border-bottom-color: transparent
}

.toggle-filter:active {
    background: #cecece
}

.toggle-filter {
    position: relative;
    font-size: 1rem
}

form.form_filter.visible.closed .toggle-filter:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 25px;
    /* border: 4px solid; */
    /* border-left-color: transparent; */
    /* border-right-color: transparent; */
    /* border-top-width: 0; */
    background: url(/img/strel1.svg) no-repeat center;
    width: 8px;
    height: 5px;
}
form.form_filter.visible .toggle-filter:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 25px;
    /* border: 4px solid; */
    /* border-left-color: transparent; */
    /* border-right-color: transparent; */
    /* border-top-width: 0; */
    background: url(/img/strel2.svg) no-repeat center;
    width: 9px;
    height:7px;
}
.closed .toggle-filter .text:after {
    border-top-width: 4px;
    border-bottom-width: 0
}

.btn-toggle-full-filter {
    position: relative;
    /*  width: 200px;
      line-height: 20px;
      padding-top: 8px;
      padding-bottom: 7px*/
}

@media (min-width: 768px) {
    /* .btn-toggle-full-filter {
         position: absolute;
         bottom: -35px;
         right: 0
     }

     .btn-toggle-full-filter:active {
         bottom: -36px
     }*/
}

.btn-toggle-full-filter .when-expanded {
    display: none
}

.btn-toggle-full-filter.toggled .when-expanded {
    display: block
}

.btn-toggle-full-filter.toggled .when-minified {
    display: none
}

/*.btn-toggle-full-filter > .text:before {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border: 5px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    top: -2px
}*/

.btn-toggle-full-filter.toggled > .text:before {
    border-bottom-width: 5px;
    border-top-width: 0
}

.simple-slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.simple-slider:hover {
    cursor: pointer
}

.simple-slider.noUi-connect {
    height: 8px;
    border-radius: 4px;
    border: 1px solid
}

.simple-slider.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -6px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.simple-slider.noUi-horizontal .noUi-handle:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.simple-slider .noUi-origin {
    height: 6px;
    border-radius: 3px
}

.range-slider {
    position: relative;
    width: 90%;
    margin: 50px auto 30px
}

.range-slider.noUi-horizontal {
    height: 5px
}

.range-slider.noUi-horizontal .noUi-handle {
    /*  width: 10px;
      height: 16px;
      left: -5px;
      top: 11px*/
    left: -5px;
    top: -7px;
    background: url(/img/cl.svg) no-repeat center;
    width: 22px;
    height: 24px;
    z-index: 2;
}

.range-slider .noUi-vertical {
    width: 18px
}

.range-slider .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.range-slider .noUi-connect {
    -webkit-transition: background .4s;
    transition: background .4s;
    background: #aaa;
    height: 5px;
    right: 1px;
    border-radius: 0 5px 5px 0
}

.range-slider .noUi-connect:hover, .range-slider .noUi-connect:active {
    background: #919191
}

.range-slider .noUi-base:hover .noUi-connect, .range-slider .noUi-base:active .noUi-connect {
    background: #919191
}

.range-slider.noUi-state-drag .noUi-connect {
    -webkit-transition: none;
    transition: none;
    background: #919191
}

.range-slider .noUi-origin.noUi-background {
    border-radius: 0px 4px 4px 0px;
    border-left-width: 0;
    height: 5px;
    top: 0px
}

.range-slider.noUi-target {
    border-radius: 4px
}

.range-slider .noUi-origin.noUi-connect:hover {
    cursor: pointer
}

.range-slider .noUi-dragable {
    cursor: w-resize
}

.range-slider .noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.range-slider .noUi-handle {
    position: relative;
    border: 1px solid;
    border-top-width: 0;
    border-radius: 0px 0px 3px 3px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    border-color: transparent;
    background: #474747;
    box-shadow: none;
}

.range-slider .noUi-handle:hover {
    opacity: 0.8
}

.range-slider .noUi-handle:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff
	    background: url(/img/cl.svg) no-repeat center;*/
}

.range-slider .noUi-tooltip {
    position: absolute;
    left: 14px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
    /*border: 1px solid;*/
    border-radius: 3px;
    white-space: nowrap
}

.range-slider .noUi-arrow {
    z-index: 1;
    width: 10px;
    border-width: 5px;
    border-bottom-color: black;
    top: -5px;
    left: -1px
}

.range-slider .noUi-arrow:before, .range-slider .noUi-arrow:after {
    content: ''
}

.range-slider .noUi-arrow:before {
    width: 8px;
    border-width: 4px;
    border-bottom-color: #818181;
    top: 1px;
    left: -4px
}

.range-slider .noUi-arrow:after {
    /*width: 6px;
    border-width: 3px;
    border-bottom-color: #474747;
    top: 2px;
    left: -3px*/
}

.range-slider .noUi-arrow, .range-slider .noUi-arrow:before, .range-slider .noUi-arrow:after {
    /* position: absolute;
     height: 0;
     border-style: solid;
     border-left-color: transparent;
     border-right-color: transparent;
     border-top-width: 0px*/
}

.range-slider .noUi-handle-lower .noUi-tooltip {
    left: auto;
    right: 5px
}

.range-slider [disabled].noUi-connect, .range-slider [disabled] .noUi-connect {
    background: #B8B8B8
}

.range-slider [disabled] .noUi-handle {
    cursor: not-allowed
}

.range-slider .noUi-pips, .range-slider .noUi-pips * {
    box-sizing: border-box
}

.range-slider .noUi-pips {
    font-weight: bold;
    font-size: 12px;
    color: #000
}

.range-slider .noUi-value {
    width: 50px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.range-slider .noUi-value-sub {
    color: #000;
    font-size: 10px
}

.range-slider .noUi-marker {
    position: absolute;
    background: #000
}

.range-slider .noUi-marker-sub {
    background: #000
}

.range-slider .noUi-marker-large {
    background: #000
}

.range-slider .noUi-pips-horizontal {
    position: absolute;
    padding: 0px 0;
    height: 30px;
    bottom: 10px;
    left: 0;
    width: 100%
}

.range-slider .noUi-value-horizontal {
    margin-left: -25px;
    padding-top: 0px;
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}

.range-slider .noUi-value-horizontal.noUi-value-sub {
    padding-top: 2px
}

.range-slider .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 6px;
    top: 20px
}

.range-slider .noUi-marker-horizontal.noUi-marker-sub {
    height: 6px;
    background: #dbdcdd;
}

.range-slider .noUi-marker-horizontal.noUi-marker-large {
    height: 6px;
    background: #dbdcdd;
}

.range-slider .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.range-slider .noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px
}

.range-slider .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.range-slider .noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.range-slider .noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-stacking + .noUi-origin {
    *z-index: -1
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-limiter {
    position: absolute;
    z-index: 1;
    top: -1px;
    height: 7px;
    border-radius: 4px
}

.noUi-limiter:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid;
    border-radius: 4px;
    opacity: 0.6
}

.noUi-limiter.top:after {
    opacity: 1
}

.big-slider {
    font-size: 14px;
    font-size: 0.875vw;
    margin-top: -15px;
    position: relative
}

.big-slider.container, .big-slider.container-fluid {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.big-slider.disabled {
    display: none !important
}

.big-slider[data-big-slider-width="full"], .big-slider.dummy {
    width: 100%
}

.big-slider[data-big-slider-width="full"] > .container, .big-slider[data-big-slider-width="full"] > .container-fluid, .big-slider.dummy > .container, .big-slider.dummy > .container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.big-slider[data-big-slider-width="full"] > .container .dots, .big-slider[data-big-slider-width="full"] > .container-fluid .dots, .big-slider.dummy > .container .dots, .big-slider.dummy > .container-fluid .dots {
    left: 0;
    right: 0
}

.big-slider[data-big-slider-width="normal"] > .container, .big-slider[data-big-slider-width="normal"] > .container-fluid, .big-slider.dummy > .container, .big-slider.dummy > .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.big-slider[data-big-slider-width="normal"] > .container .dots, .big-slider[data-big-slider-width="normal"] > .container-fluid .dots, .big-slider.dummy > .container .dots, .big-slider.dummy > .container-fluid .dots {
    left: 0;
    right: 0
}

.big-slider[data-big-slider-width="narrow"].container, .big-slider[data-big-slider-width="narrow"].container-fluid {
    font-size: 12px;
    font-size: 0.75vw;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.big-slider[data-big-slider-width="narrow"].container .arrow.next, .big-slider[data-big-slider-width="narrow"].container-fluid .arrow.next {
    right: 5px
}

.big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
    padding-left: 15px;
    padding-right: 0;
    width: auto
}

.big-slider[data-big-slider-width="narrow"].container > .container .dots, .big-slider[data-big-slider-width="narrow"].container > .container-fluid .dots, .big-slider[data-big-slider-width="narrow"].container-fluid > .container .dots, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid .dots {
    right: 0
}

@media (min-width: 1920px) {
    .big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 258px
    }

    .no-xl .big-slider[data-big-slider-width="narrow"].container > .container, .no-xl .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .no-xl .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .no-xl .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 255px
    }
}

@media (min-width: 2560px) {
    .big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 260px
    }

    .no-xxl .big-slider[data-big-slider-width="narrow"].container > .container, .no-xxl .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .no-xxl .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .no-xxl .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 258px
    }

    .no-xl .big-slider[data-big-slider-width="narrow"].container > .container, .no-xl .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .no-xl .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .no-xl .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 255px
    }
}

@media (max-width: 1919px) {
    .big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 255px
    }
}

@media (max-width: 1199px) {
    .big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 205px
    }
}

@media (max-width: 991px) {
    .big-slider[data-big-slider-width="narrow"].container > .container, .big-slider[data-big-slider-width="narrow"].container > .container-fluid, .big-slider[data-big-slider-width="narrow"].container-fluid > .container, .big-slider[data-big-slider-width="narrow"].container-fluid > .container-fluid {
        margin-left: 210px
    }
}

.big-slider > .container, .big-slider > .container-fluid {
    position: relative
}

.big-slider > .container > .content, .big-slider > .container-fluid > .content {
    position: relative;
    width: 100%;
    overflow: hidden
}

.big-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: none;
    width: 100%;
    height: 100%
}

.big-slider .slide > .text, .big-slider .slide > .media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.big-slider .slide > .text .wrap, .big-slider .slide > .text img, .big-slider .slide > .text .img, .big-slider .slide > .media .wrap, .big-slider .slide > .media img, .big-slider .slide > .media .img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto
}

.big-slider .slide > .text.full-width, .big-slider .slide > .media.full-width {
    left: 0 !important;
    right: 0 !important
}

.big-slider .slide > .text.full-width .wrap, .big-slider .slide > .text.full-width img, .big-slider .slide > .text.full-width .img, .big-slider .slide > .media.full-width .wrap, .big-slider .slide > .media.full-width img, .big-slider .slide > .media.full-width .img {
    max-width: none;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none
}

.big-slider .slide > .text[data-h-align="left"] .wrap, .big-slider .slide > .media[data-h-align="left"] .wrap {
    text-align: left
}

.big-slider .slide > .text[data-h-align="left"] img, .big-slider .slide > .text[data-h-align="left"] .img, .big-slider .slide > .media[data-h-align="left"] img, .big-slider .slide > .media[data-h-align="left"] .img {
    left: 0;
    right: auto
}

.big-slider .slide > .text[data-h-align="right"] .wrap, .big-slider .slide > .media[data-h-align="right"] .wrap {
    text-align: right
}

.big-slider .slide > .text[data-h-align="right"] img, .big-slider .slide > .text[data-h-align="right"] .img, .big-slider .slide > .media[data-h-align="right"] img, .big-slider .slide > .media[data-h-align="right"] .img {
    left: auto;
    right: 0
}

.big-slider .slide > .text[data-v-align="top"] .wrap, .big-slider .slide > .text[data-v-align="top"] img, .big-slider .slide > .text[data-v-align="top"] .img, .big-slider .slide > .media[data-v-align="top"] .wrap, .big-slider .slide > .media[data-v-align="top"] img, .big-slider .slide > .media[data-v-align="top"] .img {
    top: 0;
    bottom: auto
}

.big-slider .slide > .text[data-v-align="bottom"] .wrap, .big-slider .slide > .text[data-v-align="bottom"] img, .big-slider .slide > .text[data-v-align="bottom"] .img, .big-slider .slide > .media[data-v-align="bottom"] .wrap, .big-slider .slide > .media[data-v-align="bottom"] img, .big-slider .slide > .media[data-v-align="bottom"] .img {
    top: auto;
    bottom: 0
}

.big-slider .slide > .text[data-h-align="center"] .wrap, .big-slider .slide > .media[data-h-align="center"] .wrap {
    text-align: center
}

.big-slider .slide > .text[data-h-align="center"] img, .big-slider .slide > .text[data-h-align="center"] .img, .big-slider .slide > .media[data-h-align="center"] img, .big-slider .slide > .media[data-h-align="center"] .img {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.no-csstransforms .big-slider .slide > .text[data-h-align="center"] img, .no-csstransforms .big-slider .slide > .text[data-h-align="center"] .img, .no-csstransforms .big-slider .slide > .media[data-h-align="center"] img, .no-csstransforms .big-slider .slide > .media[data-h-align="center"] .img {
    left: 0;
    right: 0
}

.big-slider .slide > .text[data-v-align="center"] .wrap, .big-slider .slide > .text[data-v-align="center"] img, .big-slider .slide > .text[data-v-align="center"] .img, .big-slider .slide > .media[data-v-align="center"] .wrap, .big-slider .slide > .media[data-v-align="center"] img, .big-slider .slide > .media[data-v-align="center"] .img {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.no-csstransforms .big-slider .slide > .text[data-v-align="center"] .wrap, .no-csstransforms .big-slider .slide > .text[data-v-align="center"] img, .no-csstransforms .big-slider .slide > .text[data-v-align="center"] .img, .no-csstransforms .big-slider .slide > .media[data-v-align="center"] .wrap, .no-csstransforms .big-slider .slide > .media[data-v-align="center"] img, .no-csstransforms .big-slider .slide > .media[data-v-align="center"] .img {
    top: 0;
    bottom: 0
}

.big-slider .slide > .text[data-h-align="center"][data-v-align="center"] img, .big-slider .slide > .text[data-h-align="center"][data-v-align="center"] .img, .big-slider .slide > .media[data-h-align="center"][data-v-align="center"] img, .big-slider .slide > .media[data-h-align="center"][data-v-align="center"] .img {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.big-slider .slide > .text[data-text-align="left"] .content, .big-slider .slide > .media[data-text-align="left"] .content {
    text-align: left
}

.big-slider .slide > .text[data-text-align="center"] .content, .big-slider .slide > .media[data-text-align="center"] .content {
    text-align: center
}

.big-slider .slide > .text[data-text-align="right"] .content, .big-slider .slide > .media[data-text-align="right"] .content {
    text-align: right
}

.big-slider .slide > .text {
    z-index: 1
}

.big-slider .slide > .media {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.big-slider .slide > .media img, .big-slider .slide > .media .img {
    position: absolute;
    max-height: 100%;
    max-width: 100%
}

.big-slider .slide > .media > span[data-src] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.big-slider .slide > .media .video-wrap-outer {
    width: 100% !important;
    padding-bottom: 56.25%
}

.big-slider .slide > .media .video-wrap-outer > .video-wrap-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.big-slider .slide > .media .video-wrap-outer > .video-wrap-inner iframe {
    position: relative
}

.big-slider .slide .content {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.big-slider .slide.active {
    display: block
}

.big-slider header {
    font-size: 2.14286em;
    font-weight: bold
}

.big-slider .slogan {
    font-size: 1.42857em;
    margin-top: .35em;
    margin-bottom: .6em
}

.big-slider p {
    font-size: 1.14286em;
    margin-top: .4375em;
    margin-bottom: .4375em
}

.big-slider .arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 40px;
    top: 50%;
    margin-top: -25px;
    border: 5px solid;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.big-slider .arrow:active, .big-slider .arrow.active {
    -webkit-transition: none;
    transition: none
}

.big-slider .arrow:hover {
    opacity: 0.9;
    cursor: pointer
}

.big-slider .arrow:active {
    opacity: 1
}

.big-slider .arrow:before {
    position: relative;
    font-size: 24px
}

.big-slider .arrow.prev {
    left: 20px
}

.big-slider .arrow.prev:before {
    top: -1px;
    left: -1px
}

.big-slider .arrow.next {
    right: 20px
}

.big-slider .arrow.next:before {
    right: -2px
}

.big-slider .buttons {
    margin-top: 1.78571em;
    padding-bottom: .71429em;
    pointer-events: none;
    white-space: nowrap
}

.big-slider .buttons > a {
    pointer-events: auto;
    display: inline-block;
    height: 2.77778em;
    line-height: 2.33333em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border: .22222em solid;
    border-radius: 1.38889em;
    border-color: #fff;
    font-size: 1.28571em;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.big-slider .buttons > a:active, .big-slider .buttons > a.active {
    -webkit-transition: none;
    transition: none
}

.big-slider .buttons > a .text {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.big-slider .buttons > a:active .text {
    -webkit-transition: none;
    transition: none
}

.big-slider .btn-buy {
    margin-right: 2.5em
}

.big-slider .btn-buy:hover {
    background: rgba(255, 255, 255, 0.6)
}

.big-slider .btn-buy:active {
    background: #fff
}

.big-slider .btn-view {
    background: rgba(255, 255, 255, 0.6)
}

.big-slider .btn-view:hover {
    background: #fff
}

.big-slider .btn-view:active {
    background: rgba(255, 255, 255, 0.8)
}

.big-slider .dots {
    -webkit-transition: background .6s;
    transition: background .6s;
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center
}

.big-slider .dots:hover {
    background: rgba(0, 0, 0, 0.2)
}

.big-slider .dot {
    pointer-events: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.big-slider .dot:hover, .big-slider .dot:active, .big-slider .dot.active {
    background: #fff
}

.big-slider .dot:active, .big-slider .dot.active {
    -webkit-transition: none;
    transition: none
}

.big-slider .dot + .dot {
    margin-left: 10px
}

@media (max-width: 1199px) {
    .big-slider {
        font-size: 10px;
        font-size: 0.875vw
    }

    .big-slider[data-big-slider-width="narrow"] {
        font-size: 8px;
        font-size: 0.75vw
    }
}

@media (max-width: 991px) {
    .big-slider {
        font-size: 9px;
        font-size: 0.875vw
    }

    .big-slider[data-big-slider-width="narrow"] {
        font-size: 6px;
        font-size: 0.75vw
    }
}

@media (max-width: 767px) {
    .big-slider[data-big-slider-width], .big-slider.dummy {
        height: auto;
        margin: 0
    }

    .big-slider[data-big-slider-width] > .container, .big-slider[data-big-slider-width] > .container-fluid, .big-slider.dummy > .container, .big-slider.dummy > .container-fluid {
        display: none
    }
}

.big-slider.dummy {
    clear: both;
    width: 75%;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px
}

.big-slider.dummy > .container, .big-slider.dummy > .container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.big-slider.dummy:before {
    content: '';
    display: block;
    clear: both
}

.big-slider.dummy .media, .big-slider.dummy .text {
    background-color: transparent
}

.big-slider.dummy .media .content, .big-slider.dummy .media .img, .big-slider.dummy .text .content, .big-slider.dummy .text .img {
    padding: 5px;
    border: 1px solid gray;
    z-index: 1
}

.big-slider.dummy .media .content.demo, .big-slider.dummy .media .img.demo, .big-slider.dummy .text .content.demo, .big-slider.dummy .text .img.demo {
    opacity: 0.1
}

.big-slider.dummy .media .content, .big-slider.dummy .media .img, .big-slider.dummy .media img, .big-slider.dummy .text .content, .big-slider.dummy .text .img, .big-slider.dummy .text img {
    background-color: rgba(192, 192, 192, 0.5);
    opacity: 0.2
}

.big-slider.dummy .media.cur-block, .big-slider.dummy .text.cur-block {
    background-color: rgba(0, 128, 0, 0.3)
}

.big-slider.dummy .media.cur-block .content, .big-slider.dummy .media.cur-block .img, .big-slider.dummy .media.cur-block img, .big-slider.dummy .text.cur-block .content, .big-slider.dummy .text.cur-block .img, .big-slider.dummy .text.cur-block img {
    opacity: 1
}

.big-slider.dummy .media.cur-block .content.demo, .big-slider.dummy .media.cur-block .img.demo, .big-slider.dummy .media.cur-block img.demo, .big-slider.dummy .text.cur-block .content.demo, .big-slider.dummy .text.cur-block .img.demo, .big-slider.dummy .text.cur-block img.demo {
    opacity: 0.6
}

.big-slider.dummy .media.hidden, .big-slider.dummy .text.hidden {
    display: none !important
}

.big-slider.dummy .text {
    font-size: 20px;
    line-height: 25px
}

[data-styling-type="skew"] .cool-slider {
    background: #fff -webkit-linear-gradient(rgba(232, 232, 232, 0.85) 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.85) 75%, rgba(232, 232, 232, 0.85) 100%);
    background: #fff linear-gradient(rgba(232, 232, 232, 0.85) 0%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.85) 75%, rgba(232, 232, 232, 0.85) 100%);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 58, 0.21)
}

[data-styling-type="flat"] .cool-slider .slides {
    padding: 0 15px
}

.cool-slider .container .techdata li {
    color: #2f2c3f
}

.cool-slider .container .techdata li:before {
    background: #b2b0be
}

@media (max-width: 991px) {
    .cool-slider {
        display: none
    }
}

@media (min-width: 992px) {
    .cool-slider {
        display: none
    }

    .cool-slider[data-coolslider-enabled="true"] {
        display: block
    }

    .cool-slider > .container, .cool-slider > .container-fluid {
        position: relative;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        padding-bottom: 180px;
        padding-top: 55px
    }

    .cool-slider > .container:active, .cool-slider > .container.active, .cool-slider > .container-fluid:active, .cool-slider > .container-fluid.active {
        -webkit-transition: none;
        transition: none
    }

    .cool-slider .slider-controls-wrap {
        position: absolute;
        width: 100%
    }

    [data-container-width="full_width"] .cool-slider .slider-controls-wrap {
        width: calc(100% - 120px)
    }

    .cool-slider .slider-controls {
        height: 160px;
        overflow: hidden;
        width: calc(-30px + 100%)
    }

    [data-container-width="full_width"] .cool-slider .slider-controls {
        width: 100%
    }

    .cool-slider.compact > .container, .cool-slider.compact > .container-fluid {
        padding-bottom: 40px
    }

    .cool-slider.compact .slider-controls {
        display: none
    }

    .cool-slider .track {
        margin-right: 80px;
        margin-left: 80px;
        margin-top: 70px;
        height: 6px;
        text-align: justify;
        line-height: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cool-slider .bar-wrap {
        position: absolute;
        left: 42px;
        top: -7px
    }

    .cool-slider .bar {
        position: absolute;
        z-index: 1;
        left: 0;
        height: 8px;
        border-radius: 4px;
        border: 1px solid;
        width: 0
    }

    .cool-slider .dot {
        display: none;
        position: absolute;
        z-index: 2;
        height: 18px;
        top: -11px;
        width: 18px;
        margin-left: -9px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .cool-slider .dot:before {
        content: '';
        position: absolute;
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .cool-slider .ctrl-arrow-wrap {
        display: none;
        position: absolute;
        z-index: 1;
        top: 1px
    }

    .cool-slider .ctrl-arrow-wrap.prev {
        left: 5px
    }

    .cool-slider .ctrl-arrow-wrap.next {
        right: 5px
    }

    .cool-slider .ctrl-item {
        position: relative;
        display: inline-block;
        top: 6px;
        text-align: center;
        cursor: pointer
    }

    .cool-slider .ctrl-item:not(:last-of-type) {
        margin-right: 140px
    }

    .cool-slider .ctrl-item .tooltip {
        margin-top: 15px;
        width: 160px;
        white-space: normal
    }

    .cool-slider .ctrl-item:active .name, .cool-slider .ctrl-item.active .name {
        top: 2px
    }

    .cool-slider .ctrl-item.active {
        cursor: default
    }

    .cool-slider .ctrl-item.active > .dot {
        height: 24px;
        width: 24px;
        top: -14px;
        margin-left: -12px
    }

    .cool-slider .ctrl-item.active > .dot:before {
        top: 6px;
        right: 6px;
        bottom: 6px;
        left: 6px
    }

    .cool-slider .ctrl-item .content {
        z-index: 1;
        position: absolute;
        top: -78px;
        left: -50px;
        line-height: normal;
        text-align: center
    }

    .cool-slider .ctrl-item .img-wrap {
        margin-top: 35px;
        margin-bottom: 15px;
        text-align: center;
        height: 80px;
        line-height: 80px;
        width: 100px;
        position: relative
    }

    .cool-slider .ctrl-item .img-wrap img {
        max-height: 100%;
        max-width: 100%
    }

    .cool-slider .ctrl-item .img-wrap:before {
        content: '';
        position: absolute;
        top: -20px;
        left: -10px;
        width: 120px;
        height: 120px;
        border-radius: 15%;
        z-index: -1
    }

    .cool-slider .ctrl-item .img-wrap:after {
        content: '';
        position: absolute;
        top: -20px;
        left: -10px;
        width: 120px;
        height: 120px;
        border-radius: 15%;
        z-index: -1;
        border-width: 3px;
        border-style: solid;
        -webkit-transition: .3s;
        transition: .3s
    }

    .cool-slider .ctrl-item .name {
        display: none !important
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .cool-slider .ctrl-item .name {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 20px;
        margin-left: -100px;
        margin-right: -100px;
        max-height: 71px;
        max-width: 250px;
        overflow: hidden
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cool-slider .ctrl-item .name {
        display: none
    }
}

@media (min-width: 992px) {
    .cool-slider .ctrl-item:first-of-type .name {
        margin-left: -35px
    }

    .cool-slider .ctrl-item:last-of-type .name {
        margin-right: -35px;
        left: -15px
    }

    .cool-slider .ctrl-item:last-of-type .bar-wrap {
        left: auto;
        right: 0;
        top: -6px
    }

    .cool-slider .ctrl-item:last-of-type .bar {
        z-index: 0;
        left: auto;
        right: 42px;
        top: 7px;
        height: 4px;
        border: none;
        box-shadow: none;
        opacity: 0.65
    }

    .cool-slider .slides {
        white-space: nowrap;
        width: 100%;
        overflow: hidden
    }

    .cool-slider .slides.height-set .slide {
        display: none
    }

    .cool-slider .slides.height-set .slide.active {
        display: block
    }

    .cool-slider .slide {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        position: relative;
        padding-right: 35%
    }

    .cool-slider .slide:before, .cool-slider .slide:after {
        content: " ";
        display: table
    }

    .cool-slider .slide:after {
        clear: both
    }

    .cool-slider .cool-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 33%;
        text-align: center
    }

    .cool-slider .cool-img img {
        max-height: 100%;
        max-width: 100%
    }

    .cool-slider a.header {
        font-size: 2.57143em;
        font-weight: bold;
        margin-bottom: 20px;
        display: block
    }

    .cool-slider .stickers {
        display: inline-block;
        vertical-align: middle
    }

    .cool-slider .techdata {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .cool-slider .techdata li {
        display: inline-block
    }

    .cool-slider .techdata li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 6px;
        width: 6px;
        border-radius: 50%
    }

    .cool-slider .techdata li > .text {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        font-size: 14px
    }

    .cool-slider .desc {
        margin-top: 25px
    }

    .cool-slider .desc p {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .cool-slider .prices-wrap {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
        margin-top: 6px
    }

    .cool-slider .prices-wrap .price-old {
        margin-right: 15px
    }

    .cool-slider .prices-wrap .price {
        font-weight: bold;
        font-size: 36px
    }

    .cool-slider .btn-buy-wrap {
        display: inline-block;
        vertical-align: middle
    }

    .cool-slider .btn-buy {
        position: relative;
        padding: 10px 30px;
        font-size: 18px
    }

    .more_bold .cool-slider .btn-buy {
        font-weight: bold
    }

    .cool-slider .btn-buy:active {
        top: 1px
    }
}

@media (min-width: 1200px) {
    .cool-slider[data-coolslider-names-enabled="false"] > .container {
        padding-bottom: 220px
    }

    .cool-slider[data-coolslider-names-enabled="false"] .slider-controls {
        height: 190px
    }
}

.cool-slider[data-coolslider-names-enabled="false"] .name {
    display: none !important
}

.cool-slider .scroller__track_h {
    left: 30%;
    right: 30%;
    height: 15px;
    border-radius: 11px;
    cursor: pointer
}

.cool-slider .scroller__track_h:before {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    right: 8px;
    border-radius: 3px
}

.cool-slider .scroller__track_h:hover:before {
    opacity: 0.8
}

.cool-slider .scroller__bar_h {
    position: absolute;
    top: -1px;
    height: 18px;
    min-width: 50px;
    border-radius: 11px;
    text-align: center
}

.cool-slider .scroller__bar_h:before {
    content: '|||';
    font-size: 9px;
    position: absolute;
    line-height: 14px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto
}

.cool-slider .scroller__bar_h:hover {
    cursor: pointer
}

.cool-slider .scroller__bar_h:active:before, .cool-slider .scroller__bar_h.dragged:before {
    line-height: 16px
}

.cool-slider .scroller__bar_h:before {
    line-height: 16px
}

.cool-sticker {
    position: relative;
    height: 38px;
    line-height: 35px;
    border-radius: 19px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding-left: 20px;
    padding-right: 20px
}

.cool-sticker > .text {
    font-size: .85714em;
    font-weight: bold;
    text-transform: uppercase
}

.cool-sticker:before {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.cool-sticker.best-price:before {
    font-size: 22px
}

.cool-sticker.sale:before {
    font-size: 25px
}

.cool-sticker.new:before {
    font-size: 25px
}

.cool-sticker.free-delivery {
    top: 3px
}

.cool-sticker.free-delivery:before {
    font-size: 22px
}

.categories {
    position: relative;
    clear: both;
    z-index: 3
}

.categories:before, .categories:after {
    content: " ";
    display: table
}

.categories:after {
    clear: both
}

.categories, .categories .btn-expand, .categories .block-img-wrap {
    display: none
}

.categories .wrapper.scroll-slider-wrap {
    padding-bottom: 0
}

.categories .wrapper.scroll-slider-wrap.no-scroll .scroll-slider {
    padding-bottom: 0
}

.categories .wrapper.scroll-slider-wrap .scroll-slider {
    padding-top: 0;
    padding-bottom: 37px
}

[data-categories-view="list"] .categories > .container, [data-categories-view="list"] .categories > .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px
}

[data-categories-view="list"] .categories .slides {
    width: 100%;
    height: auto !important;
    font-size: 0;
    overflow: visible;
    white-space: nowrap;
    text-align: center
}

[data-categories-view="list"] .categories .slide {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    vertical-align: top;
    padding: 20px 10px 10px;
    border: 1px solid transparent
}

[data-categories-view="list"] .categories .slide + .slide {
    position: relative
}

[data-categories-view="list"] .categories .slide + .slide:before {
    content: '';
    position: absolute;
    height: 65px;
    left: -1px;
    top: 20px;
    border-left: 1px solid;
    border-right: 1px solid
}

[data-categories-view="list"] .categories .slide:hover .img-wrap, [data-categories-view="list"] .categories .slide:hover .category-name {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0.7
}

[data-categories-view="list"] .categories .img-wrap {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center
}

[data-categories-view="list"] .categories .img-wrap img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 100%;
    max-width: 100%
}

[data-categories-view="list"] .categories .category-name {
    display: block;
    margin-top: 10px;
    text-align: center
}

[data-categories-view="list"] .categories .category-sub {
    display: none
}

[data-categories-view="list"] .categories .sly-scroll {
    left: 30%;
    right: 30%
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .wrapper.scroll-slider-wrap {
    overflow: visible
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .wrapper.scroll-slider-wrap:before, [data-categories-view="list"][data-categories-with-sub="true"] .categories .wrapper.scroll-slider-wrap:after {
    content: '';
    position: absolute;
    width: 16px;
    top: -15px;
    bottom: -15px;
    z-index: 1
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .wrapper.scroll-slider-wrap:before {
    right: 100%
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .wrapper.scroll-slider-wrap:after {
    left: 100%
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide, [data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub {
    -webkit-transition: border-color .3s, background .3s, color .3s, -webkit-transform .3s;
    transition: border-color .3s, background .3s, color .3s, transform .3s
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px 10px;
    border-bottom-width: 0
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide > div {
    width: 100%
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide a:hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0.7
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide.with-sub .main-wrap .category-name {
    padding-left: 10px;
    padding-right: 30px
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide.expanded:before {
    display: none
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .slide.expanded .category-sub {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .main-wrap {
    display: block
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .main-wrap .category-name {
    position: relative;
    display: inline-block;
    min-height: 20px
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .main-wrap .category-name .btn-expand {
    display: block;
    top: 0;
    right: 0
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    display: block;
    width: auto !important;
    top: 100%;
    left: -1px;
    right: -1px;
    font-size: 12px;
    line-height: 15px;
    white-space: normal;
    padding: 0 15px 10px;
    background: transparent;
    border: 1px solid transparent;
    border-top-width: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub ul {
    position: relative;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    list-style: none
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub ul:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    border-top: 1px solid #eceaf3
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub ul li {
    position: relative;
    padding: 2px 0;
    padding-left: 10px
}

[data-categories-view="list"][data-categories-with-sub="true"] .categories .category-sub ul li:before {
    content: '\2013';
    position: absolute;
    top: 2px;
    left: 0
}

[data-categories-view="list"][data-categories-with-sub="true"][data-limit-sliders="false"] .categories .wrapper.scroll-slider-wrap:before, [data-categories-view="list"][data-categories-with-sub="true"][data-limit-sliders="false"] .categories .wrapper.scroll-slider-wrap:after {
    width: 1000px
}

[data-categories-view="blocks"] .categories .wrapper.scroll-slider-wrap {
    overflow: visible
}

[data-categories-view="blocks"] .categories .wrapper.scroll-slider-wrap .scroll-slider {
    padding-bottom: 0
}

[data-categories-view="blocks"] .categories .slides {
    -webkit-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px
}

[data-categories-view="blocks"] .categories .slide {
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    padding: 20px 15px 10px
}

@media (min-width: 768px) {
    [data-categories-view="blocks"] .categories .slide {
        width: 50%
    }
}

@media (min-width: 1200px) {
    [data-categories-view="blocks"] .categories .slide {
        width: 33.33333%
    }
}

@media (min-width: 1920px) {
    [data-categories-view="blocks"] .categories .slide {
        width: 25%
    }
}

[data-categories-view="blocks"] .categories .slide:not(.with-sub) .main-wrap {
    padding-bottom: 5px
}

[data-categories-view="blocks"] .categories .slide:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 5px;
    border: 1px solid transparent;
    z-index: -1
}

[data-categories-view="blocks"] .categories .slide > div {
    width: 100%
}

[data-categories-view="blocks"] .categories .slide a:hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0.7
}

[data-categories-view="blocks"] .categories .slide .block-img-wrap, [data-categories-view="blocks"] .categories .slide .block-main-wrap {
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

[data-categories-view="blocks"] .categories .slide .block-img-wrap {
    width: 33.33333%
}

[data-categories-view="blocks"] .categories .slide .block-img-wrap + .block-main-wrap {
    padding-left: 10px
}

[data-categories-view="blocks"] .categories .slide .block-main-wrap {
    width: 66.66667%
}

[data-categories-view="blocks"] .categories .slide .block-main-wrap .main-wrap .img-wrap {
    display: none
}

[data-categories-view="blocks"] .categories .slide .block-main-wrap .main-wrap .category-name {
    font-size: 16px;
    font-weight: bold
}

[data-categories-view="blocks"] .categories .slide .block-main-wrap .category-sub ul {
    margin: 0;
    white-space: normal
}

[data-categories-view="blocks"] .categories .main-wrap {
    display: table;
    width: 100%;
    padding-bottom: 10px
}

[data-categories-view="blocks"] .categories .main-wrap .img-wrap, [data-categories-view="blocks"] .categories .main-wrap .category-name {
    display: table-cell;
    vertical-align: middle
}

[data-categories-view="blocks"] .categories .main-wrap .img-wrap {
    width: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

[data-categories-view="blocks"] .categories .main-wrap .img-wrap > span {
    display: inline-block
}

[data-categories-view="blocks"] .categories .img-wrap {
    width: 100%;
    height: 35px;
    line-height: 35px
}

[data-categories-view="blocks"] .categories .img-wrap img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 100%;
    max-width: 100%
}

[data-categories-view="blocks"] .categories .category-sub {
    font-size: 14px;
    line-height: 18px
}

[data-categories-view="blocks"] .categories .category-sub ul {
    position: relative;
    margin: 0 10px;
    padding: 0 0 5px;
    list-style: none
}

[data-categories-view="blocks"] .categories .category-sub ul li {
    position: relative;
    padding: 3px 0;
    padding-left: 10px
}

[data-categories-view="blocks"] .categories .category-sub ul li:before {
    content: '\2013';
    position: absolute;
    top: 2px;
    left: 0
}

[data-categories-view="blocks"] .categories .sly-scroll {
    display: none
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .wrapper.scroll-slider-wrap {
    z-index: 3
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slides {
    width: calc(100% + 4px) !important;
    margin-left: -2px;
    margin-right: -2px;
    padding-top: 15px;
    padding-bottom: 15px
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide {
    width: calc(25% - 4px);
    margin: 2px;
    padding: 0;
    padding-bottom: 220px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 0
}

@media (min-width: 768px) {
    [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide {
        width: calc(50% - 4px)
    }
}

@media (min-width: 992px) {
    [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide {
        width: calc((100% / 3) - 4px)
    }
}

@media (min-width: 1200px) {
    [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide {
        width: calc(25% - 4px)
    }
}

@media (min-width: 1920px) {
    [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide {
        width: calc((100% / 5) - 4px)
    }
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:not(.with-sub) .main-wrap {
    padding-bottom: 10px
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:hover {
    z-index: 1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:hover .block-img-wrap .opacity-wrap {
    opacity: 1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:hover .block-img-wrap .category-img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:hover .category-sub {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    z-index: 0
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:hover .category-sub ul:before {
    display: block
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide:after {
    display: none
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap {
    overflow: hidden;
    text-align: center
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap, [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap .opacity-wrap, [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap .category-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap .opacity-wrap {
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap .category-img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-img-wrap img {
    display: none !important
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-main-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px 5px;
    z-index: 1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-main-wrap .main-wrap {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 0
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-main-wrap .main-wrap:hover {
    opacity: 1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-main-wrap .main-wrap .img-wrap {
    display: none
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .block-main-wrap .main-wrap .category-name {
    display: inline-block;
    font-weight: normal;
    padding: 5px 7px
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub {
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 4px 15px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transform: translateY(-60px) scaleY(0.5);
    transform: translateY(-60px) scaleY(0.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    z-index: -1
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub ul {
    margin: 0;
    white-space: normal
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub ul:before {
    display: none
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub ul li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 12px
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub ul li, [data-categories-view="blocks"][data-categories-with-img="true"] .categories .slide .category-sub ul li .link-sub {
    color: #fff
}

[data-categories-view="blocks"][data-categories-with-img="true"] .categories .block-img-wrap {
    display: block
}

@media (max-width: 767px) {
    .categories {
        display: none
    }
}

[data-categories-enabled="true"] {
    display: block
}

@media (max-width: 767px) {
    [data-categories-enabled="true"] {
        display: none
    }
}

[data-categories-view="list"] #categories-with-sub {
    display: inline-block
}

[data-categories-view="list"][data-styling-type="flat"] .categories {
    border-left-width: 0;
    border-right-width: 0
}

[data-categories-view="list"][data-categories-with-sub="true"][data-styling-type="flat"] .categories .wrapper.scroll-slider-wrap:before, [data-categories-view="list"][data-categories-with-sub="true"][data-styling-type="flat"] .categories .wrapper.scroll-slider-wrap:after {
    border-left-width: 0;
    border-right-width: 0
}

[data-categories-view="list"][data-categories-with-sub="true"][data-container-width="full_width"] .categories .wrapper.scroll-slider-wrap:before, [data-categories-view="list"][data-categories-with-sub="true"][data-container-width="full_width"] .categories .wrapper.scroll-slider-wrap:after {
    width: 60px
}

[data-categories-view="blocks"] #categories-with-img {
    display: inline-block
}

[data-categories-view="blocks"][data-categories-with-img="true"][data-styling-type="skew"] .categories .slides {
    margin-bottom: 4px
}

@media (min-width: 1540px) {
    [data-categories-view="blocks"][data-categories-with-img="true"][data-container-width="full_width"] .categories .slide {
        width: calc((100% / 5) - 4px)
    }
}

@media (min-width: 1840px) {
    [data-categories-view="blocks"][data-categories-with-img="true"][data-container-width="full_width"] .categories .slide {
        width: calc((100% / 6) - 4px)
    }
}

@media (min-width: 1540px) {
    [data-categories-view="blocks"][data-container-width="full_width"] .categories .slide {
        width: 25%
    }
}

@media (min-width: 1920px) {
    [data-categories-view="blocks"][data-container-width="full_width"] .categories .slide {
        width: 20%
    }
}

#categories-with-sub, #categories-with-img {
    display: none
}

.basket-small .discount {
    display: none
}

.basket-small .sum {
    display: none
}

.basket-small tfoot {
    display: none
}

.basket-big {
    border-top: 1px solid silver
}

.basket-big .rating-stars {
    display: none
}

.items-table {
    width: 100%
}

.items-table .price, .items-table .availability, .items-table .discount, .items-table .sum, .items-table .actions {
    text-align: center
}

.items-table th {
    padding: 10px 5px;
    text-align: center
}

.items-table td {
    padding: 15px 5px
}

.items-table thead > tr {
    border-bottom: 1px solid;
    background: #eaeaea;
    border-color: #d1d1d1
}

.items-table .totals {
    float: right;
    position: relative
}

.items-table .totals .text {
    font-size: 14px
}

.items-table .totals td.value {
    font-weight: bold;
    font-size: 16px
}

.items-table .totals td {
    padding: 0px 3px;
    text-align: right
}

.items-table .totals .final-total td {
    padding-top: 7px
}

.items-table .totals .final-total .text {
    font-size: 16px
}

.items-table .totals .final-total .value {
    font-size: 20px
}

.items-table tfoot {
    background: #eaeaea
}

.items-table tfoot > tr > td {
    padding: 10px 15px 10px
}

.items-table .coupon-wrap .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    margin-left: 10px
}

.items-table .coupon-wrap input {
    display: inline-block;
    vertical-align: middle;
    width: 210px
}

.items-table .apply-coupon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    top: 0px
}

.items-table .apply-coupon:active {
    top: 1px
}

@media (max-width: 991px) {
    .items-table .discount {
        display: none
    }
}

@media (max-width: 767px) {
    .items-table thead {
        display: none
    }

    .items-table .totals {
        margin-bottom: 10px
    }

    .items-table .coupon-wrap > .text {
        display: block;
        margin-left: 0;
        margin-bottom: 5px
    }

    .items-table .coupon-question {
        padding-left: 0px
    }
}

@media (max-width: 480px) {
    .items-table .coupon-question, .items-table .coupon-form {
        clear: both
    }
}

.coupon-question {
    margin-bottom: 10px;
    padding-left: 10px
}

.table-item {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.table-item:active, .table-item.active {
    -webkit-transition: none;
    transition: none
}

.table-item + .table-item {
    /*border-top: 1px dashed*/
}

.table-item, .table-item + .table-item {
    border-color: silver
}

.table-item td {
    min-height: 100px;
    vertical-align: top;
    padding-top: 41px;
}

.table-item .photo {
    min-width: 100px;
    text-align: center
}

.table-item .photo a {
    width: 100%
}

.table-item .photo img {
    max-width: 100%;
    max-height: 70px
}

.table-item .name {
    text-align: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-item .name {
        width: 100%
    }
}

.table-item .rating-stars {
    display: none
}

.popup_compare .table-item .rating-stars, .popup_favorites .table-item .rating-stars {
    display: block
}

.table-item .art {
    margin: 5px 10px 0px 0
}

.table-item .sku {
    display: inline
}

.table-item .sku .ik_select, .table-item .sku select {
    margin: 5px 10px 5px 0
}

.table-item .price {
    min-width: 100px;
    font-size: 1.14286em;
    text-align: center;
    font-weight: bold
}

.table-item .price .tooltip {
    font-weight: normal
}

.table-item .price .price-old {
    font-weight: normal;
    text-decoration: line-through;
    font-size: .8125em
}

.table-item .availability {
    min-width: 124px;
    max-width: 150px;
    width: 125px;
    text-align: center
}

.table-item .availability .tooltip {
    min-width: 150px
}

.table-item .availability-info {
    max-width: 150px
}

.table-item.out-of-stock .quantity-counter {
    display: none
}

.table-item.out-of-stock .photo img, .table-item.out-of-stock .price-new {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.table-item.out-of-stock .photo img .tooltip, .table-item.out-of-stock .price-new .tooltip {
    opacity: 1
}

.table-item.out-of-stock .price-old {
    display: none
}

.table-item.out-of-stock .sum, .table-item.out-of-stock .discount {
    opacity: 0;
    filter: alpha(opacity=0)
}

.table-item.out-of-stock, .table-item.out-of-stock:hover {
    background: #fafafa
}

.table-item .sum {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.14286em
}

.table-item .actions {
    white-space: nowrap
}

@media (min-width: 992px) {
    .table-item .actions button + .tooltip {
        display: none !important
    }
}

@media (max-width: 991px) {
    .table-item .discount {
        display: none
    }

    .table-item .actions {
        white-space: normal
    }

    .table-item .actions .btn-text {
        display: none
    }

    .table-item .actions .btn-to-waitlist, .table-item .actions .btn-delete {
        padding-top: 0;
        width: 35px;
        height: 35px
    }

    .table-item .actions .btn-to-waitlist > i, .table-item .actions .btn-delete > i {
        position: relative;
        top: 0
    }

    .table-item .actions .btn-to-waitlist i, .table-item .actions .btn-delete i {
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .table-item .actions .btn-to-waitlist:active i, .table-item .actions .btn-delete:active i {
        -webkit-transition: none;
        transition: none
    }

    .table-item .actions .btn-to-waitlist {
        margin-right: 0 !important
    }
}

@media (max-width: 767px) {
    .table-item {
        display: block;
        text-align: left;
        position: relative;
        padding-bottom: 9px
    }

    .table-item:before, .table-item:after {
        content: " ";
        display: table
    }

    .table-item:after {
        clear: both
    }

    .table-item td {
        display: block;
        min-height: 0
    }

    .table-item .photo {
        float: left;
        padding: 25px 5px 0;
        width: 100px;
        height: 100px
    }

    .table-item .photo > img {
        max-height: 100%;
        max-width: 100%
    }

    .table-item .name {
        display: block;
        padding-top: 25px;
        padding-bottom: 0
    }

    .table-item .rating-stars {
        display: none !important
    }

    .table-item .sku {
        padding-right: 40px;
        margin-top: 5px
    }

    .table-item .price {
        position: absolute;
        left: 0px;
        width: 100px;
        top: 0px;
        padding: 0;
        padding-top: 1px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7)
    }

    .table-item .price .price-old {
        display: none
    }

    .table-item .actions {
        position: absolute;
        right: 3px;
        bottom: 30px;
        padding: 0
    }

    .table-item .actions .btn-to-waitlist, .table-item .actions .btn-delete {
        display: block;
        margin-top: 5px !important
    }

    .table-item .availability {
        display: inline-block;
        position: relative;
        margin-top: 5px;
        padding: 0;
        padding-right: 40px;
        width: 258px;
        max-width: none;
        text-align: right
    }

    .table-item .availability:before, .table-item .availability:after {
        content: " ";
        display: table
    }

    .table-item .availability:after {
        clear: both
    }

    .table-item .availability .quantity-counter {
        margin: 0;
        margin-left: 5px;
        position: relative;
        z-index: 1;
        float: right
    }

    .table-item .availability .availability-info {
        display: block;
        text-align: left;
        padding-top: 6px;
        margin: 0px 5px 0 5px;
        min-height: 35px
    }

    .table-item .availability .availability-info .text {
        white-space: normal
    }

    .table-item .availability .availability-info > div {
        line-height: normal
    }

    .table-item .availability .availability-info .info-tag {
        display: inline-block;
        vertical-align: top
    }

    .table-item .availability .availability-info .info-info {
        margin-top: 10px;
        padding-left: 1px
    }

    .table-item .when-in-stock {
        display: block
    }

    .table-item.available-for-order .when-in-stock, .table-item .available-for-order .when-in-stock, .available-for-order .table-item .when-in-stock {
        display: none
    }

    .table-item.available-for-order .when-available-for-order, .table-item .available-for-order .when-available-for-order, .available-for-order .table-item .when-available-for-order {
        display: block
    }

    .table-item.out-of-stock .when-in-stock, .table-item .out-of-stock .when-in-stock, .out-of-stock .table-item .when-in-stock {
        display: none
    }

    .table-item.out-of-stock .when-out-of-stock, .table-item .out-of-stock .when-out-of-stock, .out-of-stock .table-item .when-out-of-stock {
        display: block
    }

    .table-item .sum {
        display: none
    }
}

.form-order h3, .form-order .title-h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    color: #2b3946;
    border-bottom-color: #c8c2cb
}

.form-order .radio-styled {
    margin-right: 20px;
    margin-bottom: 15px
}

.form-order input[name="payer-type"] + label {
    margin-right: 30px;
    font-weight: bold
}

.form-order input[name="payer-type"] + .radio-content, .form-order .delivery-info {
    color: #5a555d
}

.form-order label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0
}

.form-order .delivery-info .text {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .form-order .delivery-info .jq-selectbox {
        margin-top: 0
    }
}

.form-order .buyer-info-toggle {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px
}

.form-order .buyer-info {
    display: none;
    padding-left: 2px
}

.form-order .buyer-info .textinput, .form-order .buyer-info .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form-order .buyer-info input.form-control[type="text"], .form-order .buyer-info .order-details-page .form-group .form-control, .order-details-page .form-group .form-order .buyer-info .form-control, .form-order .buyer-info .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form-order .buyer-info input {
    width: auto;
    max-width: 290px
}

.form-order .buyer-info .checkbox-styled {
    margin-bottom: 5px
}

.form-order .buyer-info textarea.textinput, .form-order .buyer-info .order-details-page .form-group textarea.form-control, .order-details-page .form-group .form-order .buyer-info textarea.form-control {
    width: 100%
}

.form-order .buyer-info .buyer-info-section {
    margin-bottom: 10px
}

.form-order .buyer-info .buyer-info-section > .text {
    margin-right: 10px
}

.form-order .pay-from-inner-wrap {
    margin-top: -10px;
    margin-bottom: 10px
}

.form-order .delivery-type > label, .form-order .payment-system-type > label {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: -4px
}

.form-order .delivery-type .radio-item, .form-order .payment-system-type .radio-item {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border: 1px solid;
    border-color: transparent
}

.form-order .delivery-type .radio-item-header, .form-order .payment-system-type .radio-item-header {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5a555d
}

.form-order .delivery-type .radio-item-description, .form-order .payment-system-type .radio-item-description {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #5a555d
}

.form-order .delivery-type .radio-item:hover, .form-order .payment-system-type .radio-item:hover {
    cursor: pointer;
    border-color: #c8c2cb;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5)
}

.form-order .delivery-type .radio-item label, .form-order .payment-system-type .radio-item label {
    cursor: pointer
}

.form-order .delivery-type .radio-item img, .form-order .payment-system-type .radio-item img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767px) {
    .form-order .delivery-type .radio-item, .form-order .payment-system-type .radio-item {
        margin-right: -10px;
        margin-left: -10px
    }
}

.form-order .delivery-type input:checked + .radio-item, .form-order .payment-system-type input:checked + .radio-item {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5)
}

.form-order .basket {
    border-top-color: transparent
}

.form-order .payment-system-type .radio-item-header {
    text-align: center
}

@media (max-width: 767px) {
    .form-order .payment-system-type .radio-item-header {
        font-size: 12px
    }
}

.form-order input[type="radio"], .form-order input[type="checkbox"] {
    display: none
}

.form-order .radio-img {
    display: block;
    width: 100%;
    height: 109px;
    line-height: 109px;
    text-align: center
}

.form-order .radio-img img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 767px) {
    .form-order .items-table .availability {
        display: block;
        width: 100%;
        padding-right: 0;
        font-weight: bold
    }
}

.form-order .total-price, .form-order .total-weight {
    font-size: 16px;
    color: #000
}

.form-order .total-price span, .form-order .total-weight span {
    font-size: 18px
}

.form-order .total-weight {
    margin-right: 30%
}

.form-order .make-order {
    float: right;
    height: 47px;
    line-height: 47px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none
}

.form-order .make-order:before {
    border-radius: 4px
}

@media (max-width: 767px) {
    .form-order h3, .form-order .title-h3 {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .form-order .make-order {
        display: inline-block;
        height: auto;
        line-height: normal;
        padding: 10px 20px;
        text-align: center
    }
}

.basket-big-page h1, .basket-big-page .title-h1 {
    font-size: 2.14286em;
    font-weight: bold;
    margin-bottom: 25px;
    float: left
}

.basket-big-page .clear-basket {
    float: right;
    clear: right;
    display: inline-block;
    position: relative;
    margin: 15px 0 15px !important;
    top: 20px
}

@media (max-width: 767px) {
    .basket-big-page .clear-basket {
        clear: both;
        top: 0;
        margin-top: 0 !important
    }
}

.basket-big-page .king-btn + .clear-basket {
    top: 0
}

.basket-big-page .um_tabs {
    clear: left;
    margin: 20px 0
}

.basket-big-page .um_tabs > a {
    padding: 7px 15px 9px;
    margin-right: 15px;
    text-align: center
}

.basket-big-page .um_tabs > a.basket-btn > i:before {
    position: relative;
    top: -1px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle
}

.basket-big-page .um_tabs > a.waitlist-btn > i:before {
    position: relative;
    top: -1px;
    left: -3px;
    display: inline-block;
    vertical-align: middle
}

.basket-big-page .um_tabs > a.active {
    position: relative;
    top: 1px
}

.basket-big-page footer {
    margin-top: 25px;
    text-align: justify
}

.basket-big-page footer .one-click-buy-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.basket-big-page footer .helper {
    font-size: 12px;
    display: block;
    padding-left: 20px;
    color: #666666
}

.basket-big-page footer .shopping-bg {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1.095236;
    color: #eaeaea;
    text-align: center
}

.basket-big-page footer .shopping-bg > i:before {
    font-size: 300px
}

@media (max-width: 991px) {
    .basket-big-page footer .one-click-buy-wrap {
        display: none
    }

    .basket-big-page footer .shopping-bg {
        height: 0;
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .basket-big-page footer .btn-return {
        float: right;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .basket-big-page .um_tabs {
        display: block;
        clear: both;
        margin-top: 10px
    }

    .basket-big-page .um_tabs .um_tab {
        display: inline-block;
        width: 50%;
        margin-right: 0
    }

    .basket-big-page .um_tabs .um_tab + .um_tab {
        margin-left: -4px
    }

    .basket-big-page .um_tabs .um_tab > i {
        display: none
    }

    .basket-big-page .um_tabs > a {
        padding: 7px 5px 9px
    }
}

.basket-big-page .btn-return, .basket-big-page .btn-main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 1.28571em
}

.more_bold .basket-big-page .btn-return, .more_bold .basket-big-page .btn-main {
    font-weight: bold
}

.basket-big-page .btn-return:active, .basket-big-page .btn-main:active {
    top: 1px
}

.basket-big-page .btn-main {
    line-height: 48px
}

.basket-big-page .btn-return:before {
    top: 12px
}

.basket-big-page .king-btn {
    float: right;
    margin-top: 15px;
    margin-bottom: 10px
}

@media (max-width: 540px) {
    .basket-big-page .king-btn {
        clear: both;
        float: left;
        margin-top: 0px
    }
}

.basket-big, .basket-big-waitlist {
    clear: both
}

.brands-catalog {
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 0px 20px;
    max-height: 122px;
    padding: 2px;
    overflow: hidden;
    font-size: 0
}

.brands-catalog .brand {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 56px;
    padding: 0px 20px 4px 17px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    width: 25%
}

.brands-catalog .brand:hover {
    cursor: pointer
}

.brands-catalog .brand:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1
}

.brands-catalog .brand img {
    max-height: 100%;
    max-width: 100%
}

.brands-catalog .brand .brand-img {
    display: inline-block;
    height: 100%
}

.brands-catalog .brand sup {
    font-weight: bold
}

.brands-catalog .brand.active {
    z-index: 1;
    padding: 0px 15px;
    border-width: 2px;
    border-style: solid
}

.brands-catalog .brand.disabled:hover {
    cursor: default
}

.brands-catalog .brand.disabled, .brands-catalog .brand.disabled:hover, .brands-catalog .brand.disabled.active {
    opacity: 0.5
}

@media (min-width: 768px) {
    .brands-catalog .brand {
        width: 20%
    }
}

@media (min-width: 992px) {
    .brands-catalog .brand {
        width: 14.28571%
    }

    [data-filter-placement="side"] .brands-catalog .brand {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .brands-catalog .brand {
        width: 11.11111%
    }

    [data-filter-placement="side"] .brands-catalog .brand {
        width: 14.28571%
    }
}

@media (min-width: 1920px) {
    .brands-catalog .brand {
        width: 10%
    }

    [data-filter-placement="side"] .brands-catalog .brand {
        width: 12.5%
    }

    [data-container-width="full_width"] .brands-catalog .brand {
        width: 8.33333%
    }

    [data-container-width="full_width"][data-filter-placement="side"] .brands-catalog .brand {
        width: 10%
    }
}

.brands-catalog-toggle-wrap {
    font-size: 14px;
    margin: 20px 0;
    text-align: center
}

@media (max-width: 767px) {
    .compare-page.container, .compare-page.container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.deleted-properties {
    padding-top: 5px;
    padding-left: 300px
}

.deleted-properties > .text {
    margin-right: 20px
}

.deleted-properties .deleted-property {
    margin-right: 20px
}

.deleted-properties .deleted-property > .text {
    font-size: 12px;
    border-bottom-style: dotted
}

@media (max-width: 767px) {
    .deleted-properties {
        padding-left: 5px
    }
}

.features {
    margin-top: 5px;
    margin-bottom: 5px
}

.compare-page-recommendations {
    margin-top: 50px
}

.best-choice {
    margin-top: 30px
}

.best-choice header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px
}

.best-choice .compare-item {
    max-width: none;
    border: none;
    text-align: left;
    padding: 0
}

.best-choice .compare-item .photo, .best-choice .compare-item .main-info {
    display: inline-block;
    vertical-align: top
}

.best-choice .compare-item .photo {
    height: 150px;
    width: 150px
}

.best-choice .compare-item .main-info {
    width: 220px;
    margin-left: 20px;
    text-align: center
}

.best-choice .compare-item .main-info .name {
    height: auto;
    overflow: visible
}

.best-choice .compare-to-items .item {
    padding-left: 20px
}

.best-choice .compare-to-items .plus, .best-choice .compare-to-items .minus {
    padding: 0 10px
}

.best-choice .compare-to-items .plus {
    color: green
}

.best-choice .compare-to-items .minus {
    color: red
}

.best-choice .desc {
    margin-top: 10px
}

.best-choice .other-filters {
    margin-top: 50px
}

.scrollbar-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto
}

.scrollbar-top .long-content {
    height: 1px;
    background-color: #fff
}

.scroll-content {
    position: relative;
    display: inline-block
}

.compare-outer-wrapper {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: silver;
    padding: 0;
    margin: 40px 0 0;
    overflow: hidden;
    position: relative
}

.compare-outer-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 10px;
    bottom: 10px;
    right: -40px;
    width: 40px;
    border-radius: 10px / 30%;
    box-shadow: 0px 0px 15px black
}

.compare-outer-wrapper .scroller.baron_h {
    height: 100% !important;
    padding-bottom: 17px !important;
    margin-bottom: -17px !important
}

.compare-outer-wrapper .scroller__track_h {
    right: 5px;
    left: 275px;
    height: 15px;
    border-radius: 11px;
    cursor: pointer
}

.compare-outer-wrapper .scroller__track_h:before {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 8px;
    right: 8px;
    border-radius: 3px
}

.compare-outer-wrapper .scroller__track_h:hover:before {
    opacity: 0.8
}

.compare-outer-wrapper .scroller__track_h > .scroller__bar_h {
    position: absolute;
    top: -1px;
    height: 18px;
    min-width: 50px;
    border-radius: 11px;
    text-align: center
}

.compare-outer-wrapper .scroller__track_h > .scroller__bar_h:before {
    content: '|||';
    font-size: 9px;
    position: absolute;
    line-height: 14px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto
}

.compare-outer-wrapper .scroller__track_h > .scroller__bar_h:hover {
    cursor: pointer
}

.compare-outer-wrapper .scroller__track_h > .scroller__bar_h:active:before, .compare-outer-wrapper .scroller__track_h > .scroller__bar_h.dragged:before {
    line-height: 16px
}

.compare-outer-wrapper .fixed-column-wrap, .compare-outer-wrapper .fixed-header-wrap {
    position: absolute;
    top: 0;
    left: 0
}

.compare-outer-wrapper .fixed-column, .compare-outer-wrapper .fixed-header {
    overflow: hidden
}

.compare-outer-wrapper .fixed-column-wrap {
    z-index: 2
}

.compare-outer-wrapper .fixed-column-wrap:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0px;
    width: 40px;
    border-radius: 10px / 30%;
    box-shadow: 0px 0px 15px black
}

.compare-outer-wrapper .fixed-column-wrap .fixed-header-wrap {
    width: 100%;
    z-index: 2
}

.compare-outer-wrapper .fixed-column-wrap .fixed-header-wrap:before {
    display: none
}

.compare-outer-wrapper .fixed-column {
    width: 100%;
    position: relative
}

.compare-outer-wrapper .fixed-header-wrap {
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.compare-outer-wrapper .fixed-header-wrap:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 280px;
    right: 10px;
    height: 40px;
    border-radius: 30% / 10px;
    box-shadow: 0px 0px 15px black
}

.compare-outer-wrapper .fixed-header-wrap.shown {
    opacity: 1;
    visibility: visible
}

.compare-outer-wrapper .fixed-header {
    height: 100%;
    position: relative
}

.compare-outer-wrapper .fixed-corner {
    width: 100%
}

.fixed-header .compare-items .desc {
    display: none
}

.compare-items .corner-top {
    vertical-align: top;
    padding: 0 10px 0 25px;
    font-weight: normal;
    width: 270px;
    min-width: 270px
}

.compare-items .compare-category {
    margin-top: 5px;
    display: inline-block;
    padding: 3px 12px 4px;
    font-weight: bold;
    background: #efefef
}

.compare-items .compare-switch {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 8px 0;
    font-size: 14px
}

.compare-items .compare-switch.active {
    cursor: default
}

.compare-items .desc {
    margin-top: 15px;
    padding-top: 120px;
    font-style: italic;
    font-size: 12px;
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/compare.png") no-repeat top center
}

.compare-item-wrapper {
    font-weight: normal;
    vertical-align: bottom;
    padding: 0px 5px 45px
}

.compare-item-wrapper.highlight {
    box-shadow: inset 15px 15px 15px -15px black;
    background: #e6e6e6
}

.compare-item-wrapper.highlight .compare-item {
    opacity: 0
}

.compare-item {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    padding: 30px 10px 30px;
    border: 1px solid #eceaf3
}

.compare-item.ghost {
    position: absolute !important;
    top: 0;
    opacity: 0.7;
    background: #fff
}

.compare-item .btn-close {
    position: absolute;
    top: 0;
    right: 0
}

.compare-item .photo {
    height: 150px;
    line-height: 150px;
    width: 100%
}

.compare-item .photo img {
    max-width: 100%;
    max-height: 100%
}

.compare-item .name {
    position: relative;
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
    background: #fff
}

.compare-item .art-rate {
    margin-top: 5px;
    margin-bottom: 5px
}

.compare-item .rating-stars {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.compare-item .price {
    font-size: 22px;
    font-weight: bold
}

.compare-item .action-buttons {
    margin-top: 10px
}

.compare-item .drag-handle {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 0 100% 0 0;
    cursor: ew-resize
}

.fixed-header .compare-item {
    position: relative;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.fixed-header .compare-item .btn-close > .btn-text, .fixed-header .compare-item .art, .fixed-header .compare-item .price-old {
    display: none
}

.fixed-header .compare-item .photo {
    height: 70px;
    line-height: 70px;
    width: 30%;
    float: right;
    margin-right: 0px;
    margin-left: 5px
}

.fixed-header .compare-item .name {
    height: 40px
}

.fixed-header .compare-item .name > .link > .text, .fixed-header .compare-item .deleted-properties .name > .deleted-property > .text, .deleted-properties .fixed-header .compare-item .name > .deleted-property > .text {
    font-size: 12px
}

.fixed-header .compare-item .art-rate {
    display: none;
    text-align: center
}

.fixed-header .compare-item .rating-stars {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 5px
}

.fixed-header .compare-item .prices, .fixed-header .compare-item .action-buttons {
    display: block;
    text-align: right;
    margin-top: 0
}

.fixed-header .compare-item .price {
    font-size: 20px;
    margin-right: 10px
}

.fixed-header .compare-item .action-buttons {
    margin-top: 5px
}

.compare-table {
    width: 100%
}

.compare-table tr th:not(:first-child), .compare-table tr td:not(:first-child) {
    max-width: 270px
}

.compare-table td, .compare-table th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.compare-table td.highlight, .compare-table th.highlight {
    box-shadow: inset 15px 0px 15px -15px black;
    background: #e6e6e6 !important
}

.compare-table .corner-footer {
    padding-left: 25px;
    border-bottom: 1px dashed black
}

.compare-table .compare-item-name {
    font-weight: bold;
    background: #eaeaea
}

.compare-table .property {
    width: 270px;
    min-width: 270px;
    text-align: left;
    padding: 5px 10px 5px 25px
}

.compare-table .property-name {
    position: relative
}

.compare-table .property-name .remove-property {
    position: absolute;
    right: 0;
    top: 0px;
    display: none
}

.compare-table thead > tr {
    background-color: #fff
}

.compare-table tbody tr:nth-of-type(odd), .compare-table tbody tr.odd {
    background-color: #fff
}

.compare-table tbody tr:nth-of-type(even), .compare-table tbody tr.even {
    background-color: #f3eff5
}

.compare-table tbody > tr.hovered {
    background: #fff6a8
}

.compare-table tr.hovered .remove-property {
    display: block
}

.compare-table td {
    text-align: center;
    min-width: 270px;
    font-size: 14px;
    padding: 5px 10px
}

.compare-table tbody th {
    font-weight: normal
}

.compare-table .section-header > th {
    padding: 15px 10px 10px 0 !important;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center !important
}

.compare-table .section-toggle .text {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px dotted
}

.compare-table .section-toggle:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0px
}

.compare-table .section-toggle.shown:after {
    border-top-width: 0px;
    border-bottom-width: 4px
}

@media (max-width: 767px) {
    .compare-table .clone {
        display: none
    }

    .compare-table thead > tr:first-child th {
        padding-bottom: 5px;
        border-bottom: 1px solid silver
    }
}

.modal-settings {
    width: 950px;
    padding: 30px 35px 0px
}

.modal-settings h2, .modal-settings .title-h2 {
    margin-top: 0;
    font-size: 1.71429em;
    margin-bottom: 10px
}

.modal-settings .combo-target-content:before, .modal-settings .combo-target-content:after {
    content: " ";
    display: table
}

.modal-settings .combo-target-content:after {
    clear: both
}

.modal-settings .combo-link, .modal-settings .combo-header {
    padding: 8px 10px 10px;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-settings .combo-link:active, .modal-settings .combo-link.active, .modal-settings .combo-header:active, .modal-settings .combo-header.active {
    -webkit-transition: none;
    transition: none
}

.modal-settings .combo-link:hover > .text, .modal-settings .combo-header:hover > .text {
    border-bottom-color: transparent
}

.modal-settings .combo-link.active:hover, .modal-settings .combo-header.active:hover {
    cursor: default
}

.modal-settings .combo-link > .text, .modal-settings .combo-header > .text {
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-bottom: 1px dotted
}

.modal-settings .combo-link > .text:active, .modal-settings .combo-link > .text.active, .modal-settings .combo-header > .text:active, .modal-settings .combo-header > .text.active {
    -webkit-transition: none;
    transition: none
}

.modal-settings .tabs .combo-link {
    background: #f0f0f0
}

.modal-settings .tabs .combo-link.active {
    box-shadow: inset 0px 1px 2px 0px rgba(88, 37, 0, 0.36)
}

.modal-settings .tabs .combo-link.active > .text {
    border-color: transparent
}

.modal-settings .combo-header {
    background: #f0f0f0
}

.modal-settings .combo-header:hover {
    background: #d0d0d0
}

.modal-settings > .full .combo-target-content {
    padding-bottom: 20px
}

.modal-settings > .full .combo-links {
    display: none !important
}

.modal-settings .modal-footer {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0
}

.modal-settings .settings-to-defaults {
    height: 40px;
    line-height: 40px;
    float: left
}

.modal-settings .settings-to-defaults > i {
    top: 1px
}

.modal-settings .btn-submit, .modal-settings .btn-cancel {
    float: right;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px
}

.modal-settings .btn-submit > .text, .modal-settings .btn-cancel > .text {
    position: relative;
    top: -2px
}

.more_bold .modal-settings .btn-submit > .text, .more_bold .modal-settings .btn-cancel > .text {
    font-weight: bold
}

.modal-settings .btn-submit:active > .text, .modal-settings .btn-cancel:active > .text {
    top: -1px
}

.modal-settings .btn-submit {
    margin-left: 40px
}

.modal-settings .btn-cancel {
    float: left;
    clear: left
}

.modal-settings .set-defaults {
    float: right;
    padding-top: 10px
}

.modal-settings input[type="text"] {
    height: 32px;
    line-height: 32px
}

.modal-settings .ik_select {
    max-width: 90%;
    min-width: 30%
}

.modal-settings fieldset {
    margin: 20px 0 0;
    border: 1px solid #c0c0c0;
    padding: 0 15px 15px;
    border-radius: 10px
}

.modal-settings fieldset.row {
    padding-left: 0;
    padding-right: 0
}

.modal-settings fieldset.row legend {
    margin-left: 11px
}

.modal-settings fieldset .setting-desc, .modal-settings fieldset .property-desc {
    margin-top: 10px
}

.modal-settings fieldset.no-border {
    border: none
}

.modal-settings fieldset.no-border legend:before {
    border-bottom-color: #333
}

.modal-settings fieldset .preset {
    padding: 0
}

.modal-settings fieldset .preset .collapse {
    display: block
}

.modal-settings fieldset .preset legend::after {
    display: none
}

.modal-settings legend {
    border: none;
    width: auto;
    font-size: .92857em;
    font-weight: bold;
    color: #333;
    margin: 0;
    margin-left: -4px;
    padding-left: 5px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: .15s;
    transition: .15s
}

.modal-settings legend:hover {
    opacity: .6
}

.modal-settings legend:active:hover, .modal-settings legend:active {
    color: #333;
    opacity: 1
}

.modal-settings legend:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 30px;
    border-bottom: 1px dotted transparent
}

.modal-settings legend::after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    content: '';
    border: 5px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0
}

.modal-settings legend.collapsed::after {
    border-top-width: 5px;
    border-bottom-width: 0
}

.modal-settings .has-preview {
    -webkit-transition: color .4s;
    transition: color .4s;
    position: relative;
    top: -4px;
    padding-left: 3px;
    font-weight: normal;
    color: #777
}

.modal-settings .has-preview:hover {
    color: #000;
    cursor: help
}

.modal-settings .has-preview:before {
    font-size: 11px
}

.modal-settings .tooltip {
    font-weight: normal
}

.modal-settings .fileinput-styled {
    position: relative;
    float: right;
    font-size: 12px
}

.modal-settings .fileinput-styled .btn-fileinput {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}

.modal-settings .fileinput-styled .btn-fileinput:active > .text {
    position: relative;
    top: 1px
}

.modal-settings .fileinput-styled .btn-fileinput > .text {
    display: inline-block
}

.modal-settings .fileinput-styled input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    height: 0
}

.modal-settings .fileinput-styled .chosen-file {
    margin-top: -2px
}

.modal-settings .select-suboptions {
    padding: 0;
    margin: 10px 0 -10px;
    list-style: none
}

.modal-settings .select-suboptions > li {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    border: 2px solid transparent;
    margin-right: 5px;
    background: #ccc
}

.modal-settings .select-suboptions > li:hover {
    cursor: pointer;
    border-color: silver
}

.modal-settings .select-suboptions > li.active {
    border-color: gray
}

.modal-settings .select-suboptions[data-option="image"] > li {
    width: 80px;
    height: 60px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.modal-settings .site-background {
    display: none
}

[data-site-background="image"] .modal-settings [data-option="image"] {
    display: block
}

[data-site-background="image"] .modal-settings [data-option="image"].select-suboptions {
    width: calc(100% - 145px)
}

[data-site-background="image"] .modal-settings [data-option="image"].fileinput-styled {
    width: 140px
}

[data-site-background="image"] .modal-settings [data-option="image"].fileinput-styled .chosen-file {
    margin: 5px 0 2px
}

[data-site-background="image"] .modal-settings [data-option="image"].fileinput-styled .chosen-file-preview img {
    min-width: 80px;
    min-height: 60px;
    border: 2px solid gray;
    border-radius: 3px
}

[data-site-background="color"] .modal-settings [data-option="color"] {
    display: block
}

[data-site-background="pattern"] .modal-settings [data-option="pattern"] {
    display: block
}

[data-site-background="gradient"] .modal-settings [data-option="gradient"] {
    display: block
}

.modal-settings .settings-view {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px
}

.modal-settings .settings-view-link {
    border-bottom: 1px dotted;
    color: #000;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.modal-settings .settings-view-link:active, .modal-settings .settings-view-link.active {
    -webkit-transition: none;
    transition: none
}

.modal-settings .settings-view-link:hover {
    cursor: pointer;
    color: silver;
    border-bottom-color: transparent
}

.modal-settings .settings-view-link.active {
    font-weight: bold;
    border-bottom: none;
    cursor: default;
    pointer-events: none;
    color: #000
}

@media (max-width: 991px) {
    .modal-settings {
        width: 720px
    }

    .modal-settings .slider-img-selection {
        width: 50%
    }
}

@media (max-width: 767px) {
    .modal-settings {
        width: 100%;
        max-width: 720px;
        padding: 0 15px 0px;
        margin: 0 auto
    }

    .modal-settings > .btn-close > .btn-text {
        display: none
    }

    .modal-settings .settings-view {
        display: none
    }

    .modal-settings h2, .modal-settings .title-h2 {
        padding: 7px 30px 10px 10px;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 20px
    }

    .modal-settings .slider-type-selection, .modal-settings .slider-img-selection {
        float: none;
        height: 80px;
        width: 100%;
        padding-right: 0px
    }

    .modal-settings .combo-target-content {
        padding-bottom: 20px
    }
}

.setting-desc, .property-desc {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 20px
}

.property-desc {
    font-weight: normal
}

.settings-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px
}

.setting-content:before, .setting-content:after {
    content: " ";
    display: table
}

.setting-content:after {
    clear: both
}

.setting-content .radio-styled {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.links-style {
    margin: 0;
    padding: 0;
    list-style: none
}

.links-style > li {
    position: relative
}

.links-style > li .text {
    display: inline-block;
    width: 210px;
    height: 32px;
    line-height: 32px
}

.links-style > li + li {
    margin-top: 10px
}

.theme-demos {
    padding: 0;
    margin: 0;
    display: none;
    list-style: none
}

[data-styling-type="skew"] .theme-demos.skew {
    display: block
}

[data-styling-type="flat"] .theme-demos.flat {
    display: block
}

.theme-demo {
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    pointer-events: auto;
    opacity: 1;
    outline: 2px solid transparent;
    -webkit-transition: outline-color .3s, opacity .3s;
    transition: outline-color .3s, opacity .3s
}

.theme-demo:hover {
    cursor: pointer;
    outline-color: silver
}

.theme-demo.active {
    outline-color: gray
}

.theme-demo.yellow-skew {
    background: -webkit-linear-gradient(bottom, #fdc141 18%, #ffe400 100%);
    background: linear-gradient(to top, #fdc141 18%, #ffe400 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #e5a626
}

.theme-demo.red-skew {
    background: -webkit-linear-gradient(bottom, #c20000 18%, #fe2e2e 100%);
    background: linear-gradient(to top, #c20000 18%, #fe2e2e 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #a40000
}

.theme-demo.violet-skew {
    background: -webkit-linear-gradient(bottom, #a700e5 18%, #ee7dff 100%);
    background: linear-gradient(to top, #a700e5 18%, #ee7dff 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #8500b7
}

.theme-demo.pink-skew {
    background: -webkit-linear-gradient(bottom, #ff80e6 0%, #d00067 27%, #ff4da5 100%);
    background: linear-gradient(to top, #ff80e6 0%, #d00067 27%, #ff4da5 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #af008c
}

.theme-demo.orange-skew {
    background: -webkit-linear-gradient(bottom, #ff9000 6%, #ff8700 9%, #ff7e00 18%, #ff9000 100%);
    background: linear-gradient(to top, #ff9000 6%, #ff8700 9%, #ff7e00 18%, #ff9000 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #e75c01
}

.theme-demo.mint-skew {
    background: -webkit-linear-gradient(bottom, #95fff6 0%, #6ee5d5 3%, #46cbb4 22%, #7bffd5 100%);
    background: linear-gradient(to top, #95fff6 0%, #6ee5d5 3%, #46cbb4 22%, #7bffd5 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #009c9a
}

.theme-demo.lightblue-skew {
    background: -webkit-linear-gradient(bottom, #41eefe 0%, #38d3fe 3%, #2eb7fe 22%, #52e9ff 76%);
    background: linear-gradient(to top, #41eefe 0%, #38d3fe 3%, #2eb7fe 22%, #52e9ff 76%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #008ed8
}

.theme-demo.green-skew {
    background: -webkit-linear-gradient(bottom, #e0ffa4 0%, #b0db52 8%, #80b600 18%, #b4e53e 100%);
    background: linear-gradient(to top, #e0ffa4 0%, #b0db52 8%, #80b600 18%, #b4e53e 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #458c00
}

.theme-demo.gray-skew {
    background: -webkit-linear-gradient(bottom, #e6e7f1 0%, #c6c9cf 3%, #a6aaad 22%, #ddd 77%);
    background: linear-gradient(to top, #e6e7f1 0%, #c6c9cf 3%, #a6aaad 22%, #ddd 77%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #6d6d6d
}

.theme-demo.darkviolet-skew {
    background: -webkit-linear-gradient(bottom, #b699ff 4%, #9c64ff 7%, #812efe 26%, #ae7dff 100%);
    background: linear-gradient(to top, #b699ff 4%, #9c64ff 7%, #812efe 26%, #ae7dff 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #5a00e0
}

.theme-demo.darkblue-skew {
    background: -webkit-linear-gradient(bottom, #6c8fff 0%, #4871f5 11%, #2352eb 29%, #569aff 100%);
    background: linear-gradient(to top, #6c8fff 0%, #4871f5 11%, #2352eb 29%, #569aff 100%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #002e7b
}

.theme-demo.blue-skew {
    background: -webkit-linear-gradient(bottom, #95ceff 0%, #6fa6ef 3%, #487ddf 22%, #7bbcff 76%);
    background: linear-gradient(to top, #95ceff 0%, #6fa6ef 3%, #487ddf 22%, #7bbcff 76%);
    box-shadow: 0px 1px 2px rgba(20, 19, 17, 0.8), inset 0px -2px 0px #0045b6
}

.theme-demo.yellow-flat {
    background: #ffe023;
    box-shadow: inset 0px -2px 0px #e7c125
}

.theme-demo.red-flat {
    background: #f12323;
    box-shadow: inset 0px -2px 0px #ba0707
}

.theme-demo.violet-flat {
    background: #e76cfb;
    box-shadow: inset 0px -2px 0px #b363bc
}

.theme-demo.pink-flat {
    background: #fe4ca4;
    box-shadow: inset 0px -2px 0px #cd4287
}

.theme-demo.orange-flat {
    background: #f68e0b;
    box-shadow: inset 0px -2px 0px #cd7c09
}

.theme-demo.mint-flat {
    background: #56dbbc;
    box-shadow: inset 0px -2px 0px #47b89c
}

.theme-demo.green-flat {
    background: #9fd122;
    box-shadow: inset 0px -2px 0px #88b41a
}

.theme-demo.darkviolet-flat {
    background: #a362fa;
    box-shadow: inset 0px -2px 0px #7f5db1
}

.theme-demo.darkblue-flat {
    background: #3570f2;
    box-shadow: inset 0px -2px 0px #1243ae
}

.theme-demo.blue-flat {
    background: #78bbff;
    box-shadow: inset 0px -2px 0px #649fd7
}

#custom-theme-demos-wrap {
    width: 100%;
    height: auto;
    margin-right: 0
}

#custom-theme-demos-wrap .setting-content {
    margin-top: 5px
}

#custom-theme-demos-wrap .text {
    display: inline-block;
    width: 210px;
    height: 32px;
    line-height: 32px
}

#custom-theme-demos-wrap:hover {
    cursor: default;
    outline-color: transparent
}

#custom-theme-demos-wrap .setting-content {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0.5
}

#custom-theme-demos-wrap .btn-custom-theme-repeat .text {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
}

[data-using-theme="use-custom"] .theme-demo:not(.custom-skew):not(.custom-flat) {
    pointer-events: none;
    opacity: 0.5
}

[data-using-theme="use-custom"] #custom-theme-demos-wrap .setting-content {
    pointer-events: auto;
    opacity: 1
}

.menu-visible-items.setting-desc, .menu-visible-items.setting-content {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: auto;
    opacity: 1
}

[data-catalog-placement="side"] .menu-visible-items.setting-desc, [data-catalog-placement="side"] .menu-visible-items.setting-content {
    pointer-events: none;
    opacity: 0.5
}

@media (max-width: 767px) {
    #settings-panel .hidden-xs {
        display: none !important
    }
}

.bs_height-input {
    width: 75px;
    padding: 0 10px;
    text-align: center;
    float: left
}

.big-height-slider {
    position: relative;
    top: 11px;
    width: auto;
    margin-left: 85px
}

.textinput.percents, .order-details-page .bx-soa-coupon-input input.percents.form-control[type="text"], .order-details-page .form-group .percents.form-control, .order-details-page .form-group .form-control input.percents {
    width: 60px;
    padding: 0 10px;
    display: inline-block;
    text-align: center
}

.textinput.percents.limit-start, .order-details-page .bx-soa-coupon-input input.percents.limit-start.form-control[type="text"], .order-details-page .form-group .percents.limit-start.form-control, .order-details-page .form-group .form-control input.percents.limit-start {
    margin-right: 20px
}

.text.percents {
    height: 32px;
    line-height: 32px;
    width: 60px;
    display: inline-block;
    margin-right: 5px
}

.simple-slider.percents {
    width: auto;
    margin-left: 150px
}

.range-slider.percents {
    width: 80%;
    margin-top: 0
}

.slide-desc {
    margin-bottom: -6px
}

.dummy-wrap {
    clear: both;
    padding-top: 20px
}

.settings-info-popup {
    z-index: 6;
    width: 160px
}

.settings-info-popup > .content {
    color: #fff;
    text-align: left;
    line-height: normal;
    padding: 10px;
    padding-top: 15px
}

.settings-info-popup > .content > .btn-close {
    color: #fff
}

.settings-info-popup > .content > .btn-close:hover {
    color: silver
}

@media (max-width: 767px) {
    .settings-info-popup > .content > .btn-close > i:before {
        font-size: 10px
    }
}

.combo-blocks {
    position: relative
}

.combo-blocks .combo-header {
    position: relative
}

.combo-blocks .combo-header:hover {
    cursor: pointer
}

.combo-blocks .combo-header:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    content: '';
    border: 5px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.combo-blocks .combo-target.shown > .combo-header:after {
    border-top-width: 0px;
    border-bottom-width: 5px
}

.combo-blocks.tabs > .combo-links, .combo-blocks[data-sb-mode="tabs"] > .combo-links {
    display: table;
    width: calc(2px + 100%)
}

.combo-blocks.tabs > .combo-links > .links-wrap, .combo-blocks[data-sb-mode="tabs"] > .combo-links > .links-wrap {
    display: table-row;
    width: 100%
}

.combo-blocks.tabs > .combo-links .combo-link, .combo-blocks[data-sb-mode="tabs"] > .combo-links .combo-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.combo-blocks.tabs > .combo-links .combo-link:hover, .combo-blocks[data-sb-mode="tabs"] > .combo-links .combo-link:hover {
    cursor: pointer
}

.combo-blocks.tabs > .combo-links .combo-link.active:hover, .combo-blocks[data-sb-mode="tabs"] > .combo-links .combo-link.active:hover {
    cursor: default
}

.combo-blocks.tabs .combo-header, .combo-blocks[data-sb-mode="tabs"] .combo-header {
    display: none
}

@media (max-width: 767px) {
    .combo-blocks.tabs > .combo-links, .combo-blocks[data-sb-mode="tabs"] > .combo-links {
        display: none
    }

    .combo-blocks.tabs .combo-target, .combo-blocks.tabs .combo-header, .combo-blocks[data-sb-mode="tabs"] .combo-target, .combo-blocks[data-sb-mode="tabs"] .combo-header {
        display: block !important
    }
}

.combo-blocks.full > .combo-links, .combo-blocks[data-sb-mode="full"] > .combo-links {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto
}

@media (max-width: 767px) {
    .combo-blocks.full > .combo-links, .combo-blocks[data-sb-mode="full"] > .combo-links {
        display: none
    }
}

.combo-blocks.full .combo-link, .combo-blocks[data-sb-mode="full"] .combo-link {
    display: block
}

.combo-blocks.full .combo-target, .combo-blocks[data-sb-mode="full"] .combo-target {
    position: relative
}

.combo-blocks.full .combo-target > .combo-header, .combo-blocks[data-sb-mode="full"] .combo-target > .combo-header {
    display: block;
    text-align: center
}

.benefits {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.benefits:before, .benefits:after {
    display: none
}

@media (max-width: 767px) {
    .benefits {
        display: none
    }
}

.benefit {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 15px;
    float: left
}

.benefit:before, .benefit:after {
    content: " ";
    display: table
}

.benefit:after {
    clear: both
}

@media (min-width: 768px) {
    .benefit {
        width: 50%
    }
}

@media (min-width: 1920px) {
    .benefit {
        width: 33.3%
    }
}

.benefit .img-wrap {
    float: left;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    text-align: center;
    line-height: 98px;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.benefit .img-wrap img {
    position: relative;
    left: 1px;
    max-width: 100%;
    max-height: 100%
}

.benefit .img-wrap svg {
    max-width: 60%
}

.benefit .content {
    margin-left: 115px
}

.benefit header {
    font-size: 1.14286em;
    font-weight: bold;
    margin-bottom: 10px
}

.benefit p {
    font-size: .92857em
}

.product-main .benefits {
    margin-bottom: -20px;
    margin-top: 30px;
}

.product-main .benefits .benefit {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px
}



@media (min-width: 992px) {
    .product-main .benefits .benefit {
        width: 48%
    }
}

.product-main .benefits .img-wrap {
    width: 48px;
    height: 48px;
    float: none;
    margin: 0 auto 10px;
    line-height: 88px;
    position: absolute;
    left: 15px;
    top: 0
}

.product-main .benefits .img-wrap span {
    display: block;
    width: 100%;
    height: 100%
}

.product-main .benefits .img-wrap img {
    /*  max-width: 60%;
      max-height: 60%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto*/
}

.product-main .benefits .img-wrap + .content {
    margin-left: 60px
}

.product-main .benefits header {
    font-size: 1em;
    margin-bottom: 5px
}

.product-main .benefits p {
    font-size: .85714em;
    margin-bottom: 0
}

.page-header {
    margin: 0;
    padding: 0;
    border: none;
    background: #fff
}

[data-container-width="container"] .page-header .container {
    padding-left: 0;
    padding-right: 0
}

[data-top-line-position="fixed-top"] .page-header {
    /* margin-top: 44px*/
}

[data-top-line-position="fixed-top"].bx-panel-full .page-header {
    margin-top: 201px
}

[data-top-line-position="fixed-top"].bx-panel-small .page-header {
    margin-top: 94px
}

[data-catalog-placement="side"] .page-header, .page-header[data-header-version="v3"] {
    position: relative;
    z-index: 5
}

@media (max-width: 767px) {
    .page-header {
        z-index: 4
    }

    .page-header .catalog-menu, .page-header .catalog-menu:hover {
        z-index: 4
    }

    .page-header ~ main {
        z-index: 3
    }

    .page-header ~ main .catalog-menu, .page-header ~ main .catalog-menu:hover {
        z-index: 3
    }
}

.header-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px
}

.header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-main-content {
        padding-bottom: 25px
    }
}

.header-main-content .sitenav-wrap, .header-main-content .brand, .header-main-content .city-and-time, .header-main-content .header-contacts, .header-main-content .search-block {
    position: relative;
    margin-left: 15px;
    margin-right: 15px
}

.header-main-content .sitenav-wrap {
    width: auto
}

.header-main-content .sitenav-wrap .sitenav-table {
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 10px
}

.header-main-content .sitenav-wrap .sitenav-table .sitenav-tcell {
    padding: 0
}

@media (min-width: 768px) {
    .header-main-content .sitenav-wrap .sitenav-table .sitenav-tcell {
        display: table-cell;
        vertical-align: middle
    }
}

.header-main-content .sitenav-wrap .sitenav-table .sitenav-tcell ul {
    margin: 0;
    padding: 0
}

.header-main-content .brand {
    text-align: left
}

.header-main-content .brand .brand-logo, .header-main-content .brand .brand-name, .header-main-content .brand .brand-desc {
    display: inline-block
}

.header-main-content .brand .brand-logo:empty, .header-main-content .brand .brand-name:empty, .header-main-content .brand .brand-desc:empty {
    display: none
}

.header-main-content .brand .brand-logo {
    width: 100%;
    vertical-align: middle
}

.header-main-content .brand .brand-logo > * {
    margin-right: 5px
}

.header-main-content .brand .brand-logo i:before {
    position: relative;
    font-size: 32px
}

.header-main-content .brand .brand-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%
}

.header-main-content .brand .brand-name {
    position: relative;
    top: 5px;
    vertical-align: middle;
    font-family: "Archive";
    font-size: 2.57143em;
    line-height: 36px
}

[data-styling-type="skew"] .header-main-content .brand .brand-name {
    text-shadow: 0px 3px 0px #d7d7d7
}

.header-main-content .city-and-time .geo__store, .header-main-content .city-and-time .geo__city {
    display: inline-block
}

.header-main-content .city-and-time .time {
    display: inline-block;
    margin-left: 35px;
    vertical-align: top
}

.header-main-content .city-and-time .notification-frame {
    display: inline-block
}

.header-main-content .city-and-time .cache_time_debug {
    display: none !important
}

.header-main-content .city-and-time .geoipstore_add_text.after {
    padding: 0 0 0 3px
}

.header-main-content .header-contacts {
    min-height: 50px
}

.header-main-content .header-contacts .contacts-content {
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 768px) {
    .header-main-content .header-contacts .contacts-content:not(:hover) {
        background: transparent !important
    }
}

.header-main-content .search-wrap {
    position: relative
}

[data-header-version="v1"] .header-main-content .brand, [data-header-version="v1"] .header-main-content .city-and-time, [data-header-version="v2"] .header-main-content .brand, [data-header-version="v2"] .header-main-content .city-and-time, [data-header-version="v3"] .header-main-content .brand, [data-header-version="v3"] .header-main-content .city-and-time, [data-header-version="v4"] .header-main-content .brand, [data-header-version="v4"] .header-main-content .city-and-time, [data-header-version="v5"] .header-main-content .brand, [data-header-version="v5"] .header-main-content .city-and-time {
    width: calc((100% / 3) - 30px)
}

[data-header-version="v1"] .header-main-content .sitenav-wrap, [data-header-version="v2"] .header-main-content .sitenav-wrap, [data-header-version="v4"] .header-main-content .sitenav-wrap, [data-header-version="v5"] .header-main-content .sitenav-wrap {
    width: calc(((100% / 3) * 2) - 30px)
}

[data-header-version="v1"] .header-main-content .header-contacts, [data-header-version="v2"] .header-main-content .header-contacts, [data-header-version="v3"] .header-main-content .header-contacts, [data-header-version="v5"] .header-main-content .header-contacts {
    width: calc((100% / 3) - 30px)
}

[data-header-version="v1"] .header-main-content .search-block, [data-header-version="v2"] .header-main-content .search-block, [data-header-version="v5"] .header-main-content .search-block {
    width: calc((100% / 3) - 30px)
}

@media (min-width: 992px) {
    [data-styling-type="flat"] [data-header-version="v2"] .header-main-content .search-block, [data-styling-type="flat"] [data-header-version="v5"] .header-main-content .search-block {
        margin-top: 10px
    }
}

@media (min-width: 1200px) {
    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .geo__store, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .geo__store {
        margin-right: 3px
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .geoipstore_add_text.after, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .geoipstore_add_text.after {
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    [data-styling-type="flat"] [data-header-version="v1"] .header-main-content .city-and-time, [data-styling-type="flat"] [data-header-version="v4"] .header-main-content .city-and-time {
        margin-top: 10px
    }
}

@media (min-width: 992px) {
    [data-styling-type="flat"] [data-header-version="v1"] .header-main-content .search-block, [data-styling-type="flat"] [data-header-version="v4"] .header-main-content .search-block {
        margin-top: 10px
    }
}

[data-header-version="v1"] .header-main-content.with-delivery .city-and-time .time {
    margin-left: 25px
}

[data-header-version="v1"] .header-main-content .brand {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

[data-header-version="v1"] .header-main-content .sitenav-wrap {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-header-version="v1"] .header-main-content .city-and-time {
    padding-top: 11px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[data-header-version="v1"] .header-main-content .header-contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

[data-header-version="v1"] .header-main-content .search-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width: 992px) and (max-width: 1199px) {
    [data-header-version="v1"] .header-main-content .city-and-time {
        width: calc(100% - 30px);
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-header-version="v1"] .header-main-content .brand, [data-header-version="v1"] .header-main-content .header-contacts {
        width: calc(50% - 30px)
    }

    [data-header-version="v1"] .header-main-content .city-and-time, [data-header-version="v1"] .header-main-content .search-block {
        width: calc(100% - 30px)
    }

    [data-header-version="v1"] .header-main-content .header-contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    [data-header-version="v1"] .header-main-content .city-and-time {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    [data-header-version="v1"] .header-main-content .search-block {
        padding-top: 10px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    [data-header-version="v1"] .header-main-content .sitenav-wrap {
        width: calc(100% - 30px);
        text-align: justify;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

[data-header-version="v2"] .header-main-content.with-delivery .city-and-time .time {
    margin-left: 25px
}

@media (min-width: 1200px) {
    [data-header-version="v2"] .header-main-content.with-delivery .city-and-time {
        margin-bottom: 10px
    }
}

[data-header-version="v2"] .header-main-content .sitenav-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

[data-header-version="v2"] .header-main-content .city-and-time {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-header-version="v2"] .header-main-content .header-contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[data-header-version="v2"] .header-main-content .brand {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

[data-header-version="v2"] .header-main-content .search-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width: 992px) and (max-width: 1199px) {
    [data-header-version="v2"] .header-main-content .brand {
        margin-bottom: 10px;
        padding-left: 10px
    }

    [data-header-version="v2"] .header-main-content .city-and-time {
        width: calc(((100% / 3) * 2) - 30px);
        text-align: left;
        margin-left: calc((100% / 3) + 15px);
        padding-left: 10px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    [data-header-version="v2"] .header-main-content .search-block {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-header-version="v2"] .header-main-content .brand, [data-header-version="v2"] .header-main-content .header-contacts {
        width: calc(50% - 30px)
    }

    [data-header-version="v2"] .header-main-content .search-block {
        width: calc(100% - 30px)
    }

    [data-header-version="v2"] .header-main-content .brand, [data-header-version="v2"] .header-main-content .city-and-time {
        text-align: right
    }

    [data-header-version="v2"] .header-main-content .city-and-time {
        width: calc(100% - 30px);
        margin-top: 10px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    [data-header-version="v2"] .header-main-content .search-block {
        padding-top: 10px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    [data-header-version="v2"] .header-main-content .sitenav-wrap {
        width: calc(100% - 30px);
        text-align: justify;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width: 768px) {
    [data-styling-type="skew"] [data-header-version="v3"] .header-main-content {
        padding-bottom: 100px
    }

    [data-styling-type="flat"] [data-header-version="v3"] .header-main-content {
        padding-bottom: 88px
    }
}

[data-header-version="v3"] .header-main-content .sitenav-wrap {
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

[data-header-version="v3"] .header-main-content .header-contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-header-version="v3"] .header-main-content .brand {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[data-header-version="v3"] .header-main-content .city-and-time {
    margin-top: 11px;
    text-align: right;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

[data-header-version="v3"] .header-main-content .search-block {
    position: absolute;
    left: 265px;
    right: 0;
    bottom: 25px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

[data-header-version="v3"] .header-main-content .search-block .search-wrap {
    left: auto;
    bottom: auto
}

@media (min-width: 1920px) {
    [data-header-version="v3"] .header-main-content .search-block {
        left: 268px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    [data-header-version="v3"] .header-main-content .search-block {
        left: 215px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-header-version="v3"] .header-main-content .brand, [data-header-version="v3"] .header-main-content .header-contacts {
        width: calc(50% - 30px)
    }

    [data-header-version="v3"] .header-main-content .brand {
        text-align: right
    }

    [data-header-version="v3"] .header-main-content .city-and-time {
        width: calc(100% - 30px);
        margin-top: 10px
    }

    [data-header-version="v3"] .header-main-content .search-block {
        left: 220px
    }
}

[data-header-version="v4"] .header-main-content.with-delivery .city-and-time .time {
    margin-left: 25px
}

[data-header-version="v4"] .header-main-content .brand {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

[data-header-version="v4"] .header-main-content .sitenav-wrap {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-header-version="v4"] .header-main-content .city-and-time {
    padding-top: 11px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[data-header-version="v4"] .header-main-content .search-block {
    width: calc((100% - (100% / 3) - 25%) - 30px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

[data-header-version="v4"] .header-main-content .header-contacts {
    width: calc(25% - 30px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-header-version="v4"] .header-main-content .brand, [data-header-version="v4"] .header-main-content .header-contacts {
        width: calc(50% - 30px)
    }

    [data-header-version="v4"] .header-main-content .search-block {
        width: calc(100% - 30px);
        padding-top: 10px;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    [data-header-version="v4"] .header-main-content .city-and-time {
        width: calc(100% - 30px);
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    [data-header-version="v4"] .header-main-content .sitenav-wrap {
        width: calc(100% - 30px);
        text-align: justify;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

[data-header-version="v5"] .header-main-content.with-delivery .city-and-time .time {
    margin-left: 25px
}

@media (min-width: 1200px) {
    [data-header-version="v5"] .header-main-content.with-delivery .city-and-time {
        margin-bottom: 10px
    }
}

[data-header-version="v5"] .header-main-content .sitenav-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

[data-header-version="v5"] .header-main-content .city-and-time {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-header-version="v5"] .header-main-content .brand {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

[data-header-version="v5"] .header-main-content .header-contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

[data-header-version="v5"] .header-main-content .search-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media (min-width: 992px) and (max-width: 1199px) {
    [data-header-version="v5"] .header-main-content .city-and-time {
        width: calc(((100% / 3) * 2) - 30px);
        margin-left: calc((100% / 3) + 15px);
        padding-left: 10px
    }

    [data-header-version="v5"] .header-main-content .search-block {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-header-version="v5"] .header-main-content .brand, [data-header-version="v5"] .header-main-content .city-and-time, [data-header-version="v5"] .header-main-content .header-contacts {
        width: calc(50% - 30px)
    }

    [data-header-version="v5"] .header-main-content .city-and-time {
        width: calc(100% - 30px);
        margin-top: 10px
    }

    [data-header-version="v5"] .header-main-content .search-block {
        width: calc(100% - 30px);
        padding-top: 10px;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    [data-header-version="v5"] .header-main-content .city-and-time {
        text-align: left;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    [data-header-version="v5"] .header-main-content .sitenav-wrap {
        width: calc(100% - 30px);
        text-align: justify;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

[data-header-version="v2"] .header-main-content .time, [data-header-version="v3"] .header-main-content .time, [data-header-version="v5"] .header-main-content .time {
    line-height: 1.28571
}

[data-header-version="v2"] .header-main-content .header-contacts .free-call-text, [data-header-version="v3"] .header-main-content .header-contacts .free-call-text, [data-header-version="v5"] .header-main-content .header-contacts .free-call-text {
    display: block
}

@media (max-width: 991px) {
    [data-header-version="v2"] .header-main-content .header-contacts, [data-header-version="v3"] .header-main-content .header-contacts, [data-header-version="v5"] .header-main-content .header-contacts {
        left: 0;
        text-align: left;
        max-width: 50%
    }

    [data-header-version="v2"] .header-main-content .header-contacts .phone-wrap + .phone-wrap, [data-header-version="v3"] .header-main-content .header-contacts .phone-wrap + .phone-wrap, [data-header-version="v5"] .header-main-content .header-contacts .phone-wrap + .phone-wrap {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    [data-header-version="v1"] .header-main-content, [data-header-version="v2"] .header-main-content, [data-header-version="v3"] .header-main-content, [data-header-version="v4"] .header-main-content, [data-header-version="v5"] .header-main-content {
        position: relative;
        width: auto;
        padding: 10px 15px;
        min-height: 200px;
        text-align: left
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block {
        width: 100%;
        padding-bottom: 45px
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block + .city-and-time__time-block, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block + .city-and-time__time-block, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block + .city-and-time__time-block, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block + .city-and-time__time-block, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time .city-and-time__city-block + .city-and-time__time-block {
        position: absolute;
        bottom: 5px;
        padding-left: 45px
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .btn-store-toggle, [data-header-version="v1"] .header-main-content.with-delivery .city-and-time .btn-city-toggle, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time .btn-store-toggle, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time .btn-city-toggle, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time .btn-store-toggle, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time .btn-city-toggle, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .btn-store-toggle, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time .btn-city-toggle, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time .btn-store-toggle, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time .btn-city-toggle {
        margin-bottom: 5px
    }

    [data-header-version="v1"] .header-main-content.with-delivery .city-and-time + .header-contacts, [data-header-version="v2"] .header-main-content.with-delivery .city-and-time + .header-contacts, [data-header-version="v3"] .header-main-content.with-delivery .city-and-time + .header-contacts, [data-header-version="v4"] .header-main-content.with-delivery .city-and-time + .header-contacts, [data-header-version="v5"] .header-main-content.with-delivery .city-and-time + .header-contacts {
        margin-top: -45px
    }

    [data-header-version="v1"] .header-main-content.with-delivery .header-contacts, [data-header-version="v2"] .header-main-content.with-delivery .header-contacts, [data-header-version="v3"] .header-main-content.with-delivery .header-contacts, [data-header-version="v4"] .header-main-content.with-delivery .header-contacts, [data-header-version="v5"] .header-main-content.with-delivery .header-contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time {
        width: calc(100% - 45px)
    }

    [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block {
        vertical-align: middle
    }

    [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__city-block {
        max-width: calc(100% - 45px);
        margin-bottom: 5px
    }

    [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time .city-and-time__time-block {
        margin-bottom: 5px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    [data-header-version="v1"] .header-main-content:not(.with-delivery) .city-and-time .btn-city-toggle, [data-header-version="v2"] .header-main-content:not(.with-delivery) .city-and-time .btn-city-toggle, [data-header-version="v3"] .header-main-content:not(.with-delivery) .city-and-time .btn-city-toggle, [data-header-version="v4"] .header-main-content:not(.with-delivery) .city-and-time .btn-city-toggle, [data-header-version="v5"] .header-main-content:not(.with-delivery) .city-and-time .btn-city-toggle {
        white-space: normal
    }

    [data-header-version="v1"] .header-main-content .sitenav-wrap, [data-header-version="v2"] .header-main-content .sitenav-wrap, [data-header-version="v3"] .header-main-content .sitenav-wrap, [data-header-version="v4"] .header-main-content .sitenav-wrap, [data-header-version="v5"] .header-main-content .sitenav-wrap {
        position: absolute;
        width: auto;
        top: 0;
        left: -15px;
        right: -15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    [data-header-version="v1"] .header-main-content .sitenav-wrap .btn-sitenav-toggle, [data-header-version="v2"] .header-main-content .sitenav-wrap .btn-sitenav-toggle, [data-header-version="v3"] .header-main-content .sitenav-wrap .btn-sitenav-toggle, [data-header-version="v4"] .header-main-content .sitenav-wrap .btn-sitenav-toggle, [data-header-version="v5"] .header-main-content .sitenav-wrap .btn-sitenav-toggle {
        right: 15px
    }

    [data-header-version="v1"] .header-main-content .brand, [data-header-version="v2"] .header-main-content .brand, [data-header-version="v3"] .header-main-content .brand, [data-header-version="v4"] .header-main-content .brand, [data-header-version="v5"] .header-main-content .brand {
        position: relative;
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 10px;
        padding-right: 50px;
        clear: both;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    [data-header-version="v1"] .header-main-content .brand .brand-logo i, [data-header-version="v2"] .header-main-content .brand .brand-logo i, [data-header-version="v3"] .header-main-content .brand .brand-logo i, [data-header-version="v4"] .header-main-content .brand .brand-logo i, [data-header-version="v5"] .header-main-content .brand .brand-logo i {
        display: none
    }

    [data-header-version="v1"] .header-main-content .brand .brand-desc, [data-header-version="v2"] .header-main-content .brand .brand-desc, [data-header-version="v3"] .header-main-content .brand .brand-desc, [data-header-version="v4"] .header-main-content .brand .brand-desc, [data-header-version="v5"] .header-main-content .brand .brand-desc {
        width: 100%
    }

    [data-header-version="v1"] .header-main-content .city-and-time, [data-header-version="v2"] .header-main-content .city-and-time, [data-header-version="v3"] .header-main-content .city-and-time, [data-header-version="v4"] .header-main-content .city-and-time, [data-header-version="v5"] .header-main-content .city-and-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: left;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    [data-header-version="v1"] .header-main-content .city-and-time .geo__store, [data-header-version="v2"] .header-main-content .city-and-time .geo__store, [data-header-version="v3"] .header-main-content .city-and-time .geo__store, [data-header-version="v4"] .header-main-content .city-and-time .geo__store, [data-header-version="v5"] .header-main-content .city-and-time .geo__store {
        margin-right: 3px
    }

    [data-header-version="v1"] .header-main-content .city-and-time .btn-store-toggle, [data-header-version="v1"] .header-main-content .city-and-time .btn-city-toggle, [data-header-version="v2"] .header-main-content .city-and-time .btn-store-toggle, [data-header-version="v2"] .header-main-content .city-and-time .btn-city-toggle, [data-header-version="v3"] .header-main-content .city-and-time .btn-store-toggle, [data-header-version="v3"] .header-main-content .city-and-time .btn-city-toggle, [data-header-version="v4"] .header-main-content .city-and-time .btn-store-toggle, [data-header-version="v4"] .header-main-content .city-and-time .btn-city-toggle, [data-header-version="v5"] .header-main-content .city-and-time .btn-store-toggle, [data-header-version="v5"] .header-main-content .city-and-time .btn-city-toggle {
        white-space: normal
    }

    [data-header-version="v1"] .header-main-content .city-and-time .geoipstore_add_text.before, [data-header-version="v1"] .header-main-content .city-and-time .geoipstore_add_text.after, [data-header-version="v2"] .header-main-content .city-and-time .geoipstore_add_text.before, [data-header-version="v2"] .header-main-content .city-and-time .geoipstore_add_text.after, [data-header-version="v3"] .header-main-content .city-and-time .geoipstore_add_text.before, [data-header-version="v3"] .header-main-content .city-and-time .geoipstore_add_text.after, [data-header-version="v4"] .header-main-content .city-and-time .geoipstore_add_text.before, [data-header-version="v4"] .header-main-content .city-and-time .geoipstore_add_text.after, [data-header-version="v5"] .header-main-content .city-and-time .geoipstore_add_text.before, [data-header-version="v5"] .header-main-content .city-and-time .geoipstore_add_text.after {
        display: inline-block;
        padding-left: 0;
        padding-right: 3px;
        margin-bottom: 5px
    }

    [data-header-version="v1"] .header-main-content .city-and-time .time, [data-header-version="v2"] .header-main-content .city-and-time .time, [data-header-version="v3"] .header-main-content .city-and-time .time, [data-header-version="v4"] .header-main-content .city-and-time .time, [data-header-version="v5"] .header-main-content .city-and-time .time {
        display: inline-block;
        white-space: nowrap;
        margin-left: 0 !important;
        margin-right: 5px
    }

    [data-header-version="v1"] .header-main-content .city-and-time .time .time-content, [data-header-version="v2"] .header-main-content .city-and-time .time .time-content, [data-header-version="v3"] .header-main-content .city-and-time .time .time-content, [data-header-version="v4"] .header-main-content .city-and-time .time .time-content, [data-header-version="v5"] .header-main-content .city-and-time .time .time-content {
        padding-top: 20px
    }

    [data-header-version="v1"] .header-main-content .city-and-time .time .bars, [data-header-version="v2"] .header-main-content .city-and-time .time .bars, [data-header-version="v3"] .header-main-content .city-and-time .time .bars, [data-header-version="v4"] .header-main-content .city-and-time .time .bars, [data-header-version="v5"] .header-main-content .city-and-time .time .bars {
        top: 9px;
        left: 10px;
        right: 10px
    }

    [data-header-version="v1"] .header-main-content .header-contacts, [data-header-version="v2"] .header-main-content .header-contacts, [data-header-version="v3"] .header-main-content .header-contacts, [data-header-version="v4"] .header-main-content .header-contacts, [data-header-version="v5"] .header-main-content .header-contacts {
        position: relative;
        display: inline-block;
        width: auto;
        height: 40px;
        min-height: 40px;
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
        vertical-align: middle;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    [data-header-version="v1"] .header-main-content .header-contacts:before, [data-header-version="v1"] .header-main-content .header-contacts:before:hover, [data-header-version="v2"] .header-main-content .header-contacts:before, [data-header-version="v2"] .header-main-content .header-contacts:before:hover, [data-header-version="v3"] .header-main-content .header-contacts:before, [data-header-version="v3"] .header-main-content .header-contacts:before:hover, [data-header-version="v4"] .header-main-content .header-contacts:before, [data-header-version="v4"] .header-main-content .header-contacts:before:hover, [data-header-version="v5"] .header-main-content .header-contacts:before, [data-header-version="v5"] .header-main-content .header-contacts:before:hover {
        display: none
    }

    [data-header-version="v1"] .header-main-content .header-contacts > i, [data-header-version="v2"] .header-main-content .header-contacts > i, [data-header-version="v3"] .header-main-content .header-contacts > i, [data-header-version="v4"] .header-main-content .header-contacts > i, [data-header-version="v5"] .header-main-content .header-contacts > i {
        position: static;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-right: 5px;
        text-align: center
    }

    [data-header-version="v1"] .header-main-content .header-contacts > i:before, [data-header-version="v2"] .header-main-content .header-contacts > i:before, [data-header-version="v3"] .header-main-content .header-contacts > i:before, [data-header-version="v4"] .header-main-content .header-contacts > i:before, [data-header-version="v5"] .header-main-content .header-contacts > i:before {
        font-size: 24px
    }

    [data-header-version="v1"] .header-main-content .header-contacts .contacts-content, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content {
        max-width: 400px;
        min-width: 290px;
        top: 100%;
        left: 0;
        right: auto
    }

    [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .phones, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .phones, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .phones, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .phones, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .phones {
        min-height: 40px
    }

    [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .modal-form form h2, [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .modal-form form h2, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .modal-form form h2, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .modal-form form h2, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .modal-form form h2, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .modal-form form .title-h2 {
        padding: 0;
        margin-bottom: 5px
    }

    [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper {
        padding-top: 36px
    }

    [data-header-version="v1"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper .label-text, [data-header-version="v2"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper .label-text, [data-header-version="v3"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper .label-text, [data-header-version="v4"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper .label-text, [data-header-version="v5"] .header-main-content .header-contacts .contacts-content .modal-form form .textinput-wrapper .label-text {
        height: 36px
    }

    [data-header-version="v1"] .header-main-content .search-block, [data-header-version="v2"] .header-main-content .search-block, [data-header-version="v3"] .header-main-content .search-block, [data-header-version="v4"] .header-main-content .search-block, [data-header-version="v5"] .header-main-content .search-block {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        clear: both;
        margin: 0 0 15px;
        padding-top: 10px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    [data-header-version="v1"] .header-main-content .search-block .search-wrap input, [data-header-version="v2"] .header-main-content .search-block .search-wrap input, [data-header-version="v3"] .header-main-content .search-block .search-wrap input, [data-header-version="v4"] .header-main-content .search-block .search-wrap input, [data-header-version="v5"] .header-main-content .search-block .search-wrap input {
        padding-left: 10px;
        padding-right: 165px
    }

    [data-header-version="v1"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v1"] .header-main-content .ajax-search-item .item-name, [data-header-version="v1"] .header-main-content .ajax-search-item .item-price, [data-header-version="v1"] .header-main-content .ajax-search-item .item-availability, [data-header-version="v1"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v2"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v2"] .header-main-content .ajax-search-item .item-name, [data-header-version="v2"] .header-main-content .ajax-search-item .item-price, [data-header-version="v2"] .header-main-content .ajax-search-item .item-availability, [data-header-version="v2"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v3"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v3"] .header-main-content .ajax-search-item .item-name, [data-header-version="v3"] .header-main-content .ajax-search-item .item-price, [data-header-version="v3"] .header-main-content .ajax-search-item .item-availability, [data-header-version="v3"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v4"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v4"] .header-main-content .ajax-search-item .item-name, [data-header-version="v4"] .header-main-content .ajax-search-item .item-price, [data-header-version="v4"] .header-main-content .ajax-search-item .item-availability, [data-header-version="v4"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v5"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v5"] .header-main-content .ajax-search-item .item-name, [data-header-version="v5"] .header-main-content .ajax-search-item .item-price, [data-header-version="v5"] .header-main-content .ajax-search-item .item-availability, [data-header-version="v5"] .header-main-content .ajax-search-item .item-actions {
        padding: 5px 2px
    }

    [data-header-version="v1"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v1"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v2"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v2"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v3"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v3"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v4"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v4"] .header-main-content .ajax-search-item .item-actions, [data-header-version="v5"] .header-main-content .ajax-search-item .item-photo, [data-header-version="v5"] .header-main-content .ajax-search-item .item-actions {
        max-width: 50px;
        width: 50px
    }

    [data-header-version="v1"] .header-main-content .ajax-search-item .item-price, [data-header-version="v2"] .header-main-content .ajax-search-item .item-price, [data-header-version="v3"] .header-main-content .ajax-search-item .item-price, [data-header-version="v4"] .header-main-content .ajax-search-item .item-price, [data-header-version="v5"] .header-main-content .ajax-search-item .item-price {
        max-width: 80px;
        width: 80px;
        white-space: normal
    }
}

@media (min-width: 768px) {
    .page-header[data-header-version="v3"] {
        padding-bottom: 0px
    }

    .page-header[data-header-version="v3"] .header-main-content {
        position: relative
    }

    .page-header[data-header-version="v3"] .catalog-at-side.minified {
        display: block
    }

    .page-header[data-header-version="v3"] .catalog-at-side.minified .catalog-menu {
        position: absolute;
        left: 15px;
        bottom: 15px
    }
}

[data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .textinput, [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap input.form-control[type="text"], [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .order-details-page .form-group .form-control, .order-details-page .form-group [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .form-control, [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap input {
    height: 48px
}

[data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .btn-search {
    width: 48px;
    height: 48px
}

[data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .search-controls .ik_select_link, [data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .search-controls .ik_select_link_text {
    height: 46px;
    line-height: 46px
}

[data-styling-type="flat"] .page-header[data-header-version="v3"] .search-wrap .search-example-wrap {
    top: 1px;
    bottom: 1px;
    line-height: 46px
}

[data-styling-type="skew"] .page-header[data-header-version="v3"] .catalog-at-side.minified .btn-catalog-wrap {
    height: 60px
}

[data-styling-type="flat"] .page-header[data-header-version="v3"] .catalog-at-side.minified .btn-catalog-wrap {
    height: 48px
}

@media (max-width: 768px) {
    .page-header[data-header-version="v3"] .catalog-at-side.minified .btn-catalog-wrap {
        height: 45px
    }
}

.footer-top > .container, .footer-top > .container-fluid {
    border-top: 1px dotted;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
    border-color: #b2b2b2;
    background: #fff
}

.footer-top > .container:before, .footer-top > .container-fluid:before {
    display: block;
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    border-color: #b2b2b2;
    margin: auto
}

.footer-top .payment-systems {
    margin-top: 40px;
    text-align: center
}

.footer-top .payment-systems img {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    margin-right: 25px
}

.footer-top .payment-systems img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.footer-top .payment-systems .payment-systems-info {
    margin-top: 8px;
    margin-bottom: 0px;
    font-style: italic;
    font-size: 12px
}

.footer-top .payment-systems-info {
    color: #666
}

.footer-top .feedback-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px
}

.footer-top .feedback-link > .link-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px
}

.footer-top .feedback-link > i:before {
    display: inline-block;
    vertical-align: middle
}

.footer-top .address {
    margin-right: 50px
}

.footer-top .social-list {
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0;
    list-style: none
}

.footer-top .social-list > li {
    display: inline-block
}

.footer-top .social-list .social {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.footer-top .social-list .social.vk {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_vk.png")
}

.footer-top .social-list .social.tw {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_tw.png")
}

.footer-top .social-list .social.ya {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ya.png")
}

.footer-top .social-list .social.fb {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_fb.png")
}

.footer-top .social-list .social.ok {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ok.png")
}

.footer-top .social-list .social.ig {
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_ig.png")
}

.footer-top .social-list .social.youtube {
    position: relative;
    background-image: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_social_youtube.png")
}

.footer-top .social-list .social.youtube:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 15px solid rgba(0, 0, 0, 0.2);
    border-top-color: transparent;
    border-left-color: transparent;
    overflow: hidden;
    border-radius: 50%
}

.footer-top .social-list .social:active, .footer-top .social-list .social.active {
    -webkit-transition: none;
    transition: none
}

.footer-top .social-list .social:hover {
    opacity: 0.8;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

@media (max-width: 767px) {
    .footer-top h3, .footer-top .title-h3 {
        font-weight: bold;
        font-size: 16px
    }

    .footer-top .address {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.footer-menu-item > .link, .deleted-properties .footer-menu-item > .deleted-property {
    display: inline-block;
    text-align: left;
    padding: 5px 0
}

.footer-menu-item > .link:before, .deleted-properties .footer-menu-item > .deleted-property:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 7px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid
}

.footer-menu-item.active > .link, .deleted-properties .footer-menu-item.active > .deleted-property, .footer-menu-item.active > span, .footer-menu-item.active .text {
    pointer-events: none;
    cursor: default;
    border-bottom: none
}

.footer-menu-item.active > .link, .deleted-properties .footer-menu-item.active > .deleted-property, .footer-menu-item.active > span {
    color: #000;
    font-weight: bold
}

.catalog-menu-footer .more-content {
    display: inline-block;
    margin-top: 20px
}

.pricelist-download {
    margin-top: 15px
}

.pricelist-download .flaticon-link49 {
    position: relative;
    margin-left: 22px
}

.pricelist-download .flaticon-link49:before {
    position: absolute;
    width: 22px;
    left: -22px;
    font-size: 16px;
    color: #000
}

.pricelist-info {
    white-space: nowrap
}

.socials {
    list-style: none;
    padding: 0
}

.socials li {
    display: inline-block
}

.socials li:before {
    display: none
}

.footer-middle {
    font-size: .85714em
}

.info-text {
    text-align: center;
    margin: 30px 0 20px
}

@media (max-width: 767px) {
    .info-text {
        text-align: left
    }
}

.footer-nav {
    margin: 20px 0;
    text-align: center
}

@media (max-width: 767px) {
    .footer-nav {
        display: none
    }
}

.footer-nav a {
    border-bottom: 1px solid;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.footer-nav a:active, .footer-nav a.active {
    -webkit-transition: none;
    transition: none
}

.counters-and-logos {
    text-align: center;
    margin: 25px 0
}

.counters-and-logos > div {
    display: inline-block;
    margin-right: 40px
}

@media (max-width: 767px) {
    .counters-and-logos > div {
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.footer-bottom {
    font-size: .85714em
}

.footer-bottom > .container {
    padding: 10px 15px 5px
}

[data-top-line-position="fixed-bottom"] .footer-bottom {
    margin-bottom: 44px
}

.footer-bottom .developed-by a, .footer-bottom .developed-by a:link, .footer-bottom .developed-by a:visited {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.4)
}

.footer-bottom .developed-by a:focus, .footer-bottom .developed-by a:hover {
    border-bottom-color: transparent
}

.copyright {
    float: left;
    margin-bottom: 10px
}

.developed-by {
    float: right
}

.developed-by a.with-text {
    border-bottom: 1px solid
}

.developed-by a {
    border: none;
    text-decoration: none;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.developed-by img {
    margin-left: 10px
}

.form_footer-subscribe:before, .form_footer-subscribe:after {
    content: " ";
    display: table
}

.form_footer-subscribe:after {
    clear: both
}

.form_footer-subscribe > input, .form_footer-subscribe > .textinput-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 66%
}

.form_footer-subscribe > button {
    float: right;
    margin-right: 1px;
    width: 33%;
    height: auto;
    line-height: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1.14286em
}

.more_bold .form_footer-subscribe > button {
    font-weight: bold
}

@media (max-width: 767px) {
    .form_footer-subscribe > input, .form_footer-subscribe > .textinput-wrapper {
        width: 55%
    }

    .form_footer-subscribe > button {
        width: 40%
    }
}

.catalog-aside, .catalog-main-content {
    margin-top: 20px
}

@media (max-width: 767px) {
    .catalog-aside, .catalog-main-content {
        margin-top: 30px
    }
}

.no-aside .catalog-aside {
    display: none
}

.no-aside .catalog-main-content {
    width: 100%
}

.catalog-main-content {
    padding-top: 0px
}

.catalog-main-content h1, .catalog-main-content .title-h1 {
    margin-top: 0
}

@media (max-width: 767px) {
    .catalog-main-content h1, .catalog-main-content .title-h1 {
        font-size: 20px
    }

    .catalog-main-content .category-description {
        font-size: 13px
    }
}

.catalog-hits {
    position: relative;
    margin: 15px auto
}

.catalog-hits .btn-buy-wrap .buy {
    padding-top: 5px;
    padding-bottom: 5px
}

.catalog-hits.hits-hidden {
    width: 150px;
    height: 35px
}

.catalog-hits.hits-hidden:active {
    top: 2px
}

.catalog-hits.hits-hidden .show-hide-hits {
    position: static;
    width: 100%;
    height: 100%
}

.catalog-hits.hits-hidden .show-hide-hits > span {
    padding-right: 0
}

.catalog-hits.hits-hidden .show-hide-hits > .show-hits > .text {
    border: none
}

.catalog-hits.hits-hidden .hits-item {
    display: none
}

.catalog-hits.hits-shown {
    padding: 30px 10px 20px
}

.catalog-hits.hits-shown .hits-item {
    display: inline-block;
    vertical-align: top
}

.catalog-hits.hits-shown .show-hide-hits {
    position: absolute;
    right: 5px;
    font-size: 12px;
    width: auto;
    height: auto
}

.catalog-hits.hits-shown .show-hide-hits > span {
    padding-right: 20px
}

.catalog-hits.hits-shown .show-hide-hits > .show-hits > .text {
    border-bottom: 1px dotted
}

.catalog-hits.hits-shown .show-hide-hits > .hide-hits > .text {
    position: relative;
    top: -2px
}

.catalog-hits.hits-shown .show-hide-hits > .hide-hits > i {
    top: -2px;
    right: 1px
}

.catalog-hits.hits-shown .show-hide-hits > .hide-hits > i:before {
    font-size: 12px
}

.catalog-hits .hits-item {
    width: 25%;
    padding: 0 10px;
    margin-top: 10px;
    text-align: center
}

.modal_basket .catalog-hits .hits-item {
    width: 250px
}

.catalog-hits .hits-item .full-view {
    padding-top: 15px
}

.catalog-hits .hits-item .photo {
    line-height: 100px;
    text-align: center;
    width: 100%;
    height: 100px
}

.catalog-hits .hits-item .photo img {
    max-width: 100%;
    max-height: 100%
}

.catalog-hits .hits-item .name {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    margin-top: 10px;
    font-size: 12px
}

.catalog-hits .hits-item > .rating {
    font-size: 12px;
    margin-bottom: 5px
}

.catalog-hits .hits-item > .rating > .rating-stars {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px
}

.catalog-hits .hits-item > .rating > .rating-stars > i {
    vertical-align: top;
    width: 15px
}

.catalog-hits .hits-item > .rating > .rating-stars > i:before {
    top: -2px;
    font-size: 15px
}

.catalog-hits .hits-item > .rating > .comments {
    white-space: nowrap
}

.catalog-hits .hits-item .price-wrap {
    margin-bottom: 10px;
    text-align: center
}

.catalog-hits .hits-item .price-old, .catalog-hits .hits-item .price {
    display: inline-block
}

.catalog-hits .hits-item .price {
    margin-left: 5px;
    font-size: 16px
}

.more_bold .catalog-hits .hits-item .price {
    font-weight: bold
}

@media (max-width: 1199px) {
    .catalog-main-content .catalog-hits {
        display: none
    }
}

.sub-categories {
    margin-top: 20px;
    margin-bottom: 10px
}
.sub-categories.sub-categories-custom .link {
    padding: 5px 15px;
}
.sub-categories.sub-categories-custom.active,
.sub-categories.sub-categories-custom .link:hover {
    cursor: pointer;
    color: #167bf5 !important;
}

.sort-n-view .sub-categories {
    display: inline;
    margin-top: 0;
    line-height: 25px;
    font-size: 1.16667em
}

.sub-categories.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sub-categories.columns .link, .sub-categories.columns .deleted-properties .deleted-property, .deleted-properties .sub-categories.columns .deleted-property {
    white-space: normal;
    width: 100%;
    margin-right: 10px;
    padding-right: calc(20px + 15px)
}

@media (min-width: 320px) {
    .sub-categories.columns .link, .sub-categories.columns .deleted-properties .deleted-property, .deleted-properties .sub-categories.columns .deleted-property {
        /*width: 25%*/
        width: auto;
        padding-right: calc(10px + 5px)
    }

    .sub-categories.columns span.text {
        font-size: 15px;
    }

    .sub-categories.columns span {
        font-size: 10px;
    }
}

@media (min-width: 500px) {
    .sub-categories.columns .link, .sub-categories.columns .deleted-properties .deleted-property, .deleted-properties .sub-categories.columns .deleted-property {
        /*width: 25%*/
        width: auto;
        padding-right: calc(10px + 5px)
    }

    .sub-categories.columns span.text {
        font-size: 15px;
    }

    .sub-categories.columns span {
        font-size: 10px;
    }
}



.sub-categories > .link, .deleted-properties .sub-categories > .deleted-property {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    white-space: nowrap;
    position: relative
}

.sub-categories > .link > .text, .deleted-properties .sub-categories > .deleted-property > .text {
    margin-right: 2px
}

.sub-categories > .link > sup, .deleted-properties .sub-categories > .deleted-property > sup {
    font-size: .64286em;
    position: absolute;
    margin-top: 4px;
    top: auto
}

.sub-categories > .link:hover > .subcategory-img, .deleted-properties .sub-categories > .deleted-property:hover > .subcategory-img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media (max-width: 767px) {
    .sub-categories > .link, .deleted-properties .sub-categories > .deleted-property {
        margin-right: 2px;
        margin-bottom: 5px
    }

    .sort-n-view .sub-categories {
        font-size: .85714em;
        line-height: 20px
    }
}

.subcategory-img {
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
    max-height: 25px;
    max-width: 25px;
    margin-right: 3px
}

.reviews {
    border: 1px solid;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
    border-color: #e6e6e6
}

.reviews header {
    font-size: 1.28571em;
    font-weight: bold
}

.reviews .review-promo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.reviews .review-promo img {
    max-width: 100%
}

.related-categories {
    padding: 15px;
    padding-bottom: 30px
}

.related-categories header {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px
}

.related-categories .link, .related-categories .deleted-properties .deleted-property, .deleted-properties .related-categories .deleted-property {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px
}

.more-catalog-wrap {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px;
    /*background: #efefef*/
}

.more-catalog-wrap .more-catalog {
    display: block;
    /*width: 150px;*/
    width: 222px;
    margin: 10px auto;
    text-align: center
}

/*.more-catalog-wrap .btn-plus {
    display: block;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 45px;
    position: relative
}*/

.more-catalog-wrap .btn-plus:active {
    top: 2px
}

.more-catalog-wrap > .text {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: .85714em;
    color: #454545
}

.show-not-in-stock-wrap {
    text-align: right
}

.banners {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px
}

.banners .banner {
    position: relative;
    width: 100%
}

.banners .banner img {
    max-width: 100%
}

.banners .banner-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 20px 30px;
    font-size: 24px;
    color: #fff;
    background: rgba(72, 0, 96, 0.8)
}

.banners .banner-text:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    background: #cb2dff
}

@media (max-width: 767px) {
    .banners {
        display: none
    }
}

.art {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    background: #efefef
}

.catalog {
    display: none
}

.catalog.active {
    display: block
}

.catalog.special-blocks-carousel {
    display: block
}

.catalog-table {
    position: relative;
    /*padding-top: 55px*/
}

.catalog-table .table-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40px
}

.catalog-table .table-header > div {
    line-height: 28px;
    font-size: 13px;
    padding: 5px 10px;
    height: 100%
}

.catalog-table .table-header .btn-main {
    display: inline-block;
    padding: 1px 15px 2px
}

.catalog-table .table-header .btn-main > .text {
    position: relative;
    top: -1px
}

.catalog-table .table-header .btn-main:active > .text {
    top: 0
}

.catalog-table .table-header .actions {
    padding: 5px 5px 7px;
    text-align: right;
    font-size: 15px;
    font-weight: bold
}

.catalog-table .table-header .units {
    padding: 5px 0
}

.catalog-table .table-header .name {
    overflow: hidden
}

.catalog-table .table-header .avail-n-price, .catalog-table .table-header .quan, .catalog-table .table-header .units, .catalog-table .table-header .actions {
    float: right
}

.catalog-table .table-header .art-wrap {
    float: left;
    width: 120px
}

.catalog-table .table-header .art-wrap.no-art {
    display: none
}

.catalog-table .table-header .avail-n-price {
    width: 140px
}

.catalog-table .table-header .quan {
    width: 75px
}

.catalog-table .table-header .actions {
    width: 140px
}

@media (max-width: 1199px) {
    .catalog-table .table-header .actions button {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .catalog-table .table-header .art-wrap, .catalog-table .table-header .name, .catalog-table .table-header .avail-n-price, .catalog-table .table-header .quan, .catalog-table .table-header .units {
        display: none
    }

    .catalog-table .table-header .actions {
        width: 100%;
        text-align: center
    }
}

.catalog-table table {
    width: 100%
}

.catalog-table .units {
    white-space: nowrap;
    width: 50px;
    padding-right: 10px;
    text-align: center
}

.catalog-table .units:after {
    content: ''
}

@media (max-width: 767px) {
    .catalog-table table, .catalog-table tbody, .catalog-table tr {
        width: 100%;
        display: block
    }

    .catalog-table tr {
        margin: 0 auto
    }

    .catalog-table .units {
        position: absolute;
        bottom: 0;
        left: 5px;
        text-align: left
    }

    .catalog-table .units:before {
        content: attr(data-text) ":";
        margin-right: 2px
    }

    .catalog-table .units [data-tooltip][title]:after {
        content: " " attr(title)
    }

    .catalog-table .units [data-tooltip][data-original-title]:after {
        content: " " attr(data-original-title)
    }

    .catalog-table .units .tooltip {
        display: none !important
    }
}

[data-table-units-col="disabled"] .catalog-table .units {
    display: none
}

.quick-view-switch {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: none
}

.quick-view-switch:active, .quick-view-switch.active {
    -webkit-transition: none;
    transition: none
}

.quick-view-switch > i {
    line-height: normal;
    display: block;
    margin-top: -30px
}

.quick-view-switch > i:before {
    font-size: 60px
}

@media (min-width: 768px) {
    .photo:hover > .quick-view-switch {
        opacity: 1;
        visibility: visible;
        cursor: pointer
    }
}

[data-quick-view-enabled="true"] .quick-view-switch {
    display: block
}

.quick-view-fake-btn {
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 20px;
    text-transform: uppercase
}

.catalog.blocks:not(.special-blocks-carousel), .catalog.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px
}

@media (max-width: 767px) {
    .catalog.blocks:not(.special-blocks-carousel), .catalog.list {
        margin: 0 auto
    }
}

.catalog.blocks:not(.special-blocks-carousel) .banners-place, .catalog.list .banners-place {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.catalog.list .banners-place {
    margin-top: 20px
}

.catalog-item-wrap {
    position: relative;
    /* width: 280px;
     min-width: 250px;*/
    padding: 0 15px 20px
}

.catalog.blocks .catalog-item-wrap.big-item, .catalog.list .catalog-item-wrap.big-item {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media (max-width: 767px) {
    .catalog.blocks .catalog-item-wrap.big-item, .catalog.list .catalog-item-wrap.big-item {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
}

@media (max-width: 767px) {
    .catalog.blocks .catalog-item-wrap, .catalog.list .catalog-item-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .catalog.blocks .catalog-item-wrap .catalog-item, .catalog.list .catalog-item-wrap .catalog-item {
        padding: 15px
    }
}

@media (min-width: 2560px) {
    .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 5)
    }

    .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 6)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 6)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 7)
    }
}

@media (max-width: 2559px) and (min-width: 1920px) {
    .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }
    .search-results-catalog .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 4);
    }
    .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 5)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 4)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 6)
    }
}

@media (max-width: 1919px) and (min-width: 1200px) {
    .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }

    .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 4)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 4)
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 4)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 5)
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 2)
    }

    .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 3)
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog.blocks .catalog-item-wrap {
        width: calc(100% / 2)
    }
}

@media (max-width: 767px) {
    .catalog.blocks .catalog-item-wrap {
        display: block;
        width: 100%;
        /*max-width: 300px;*/
        margin: 20px auto 0px !important
    }
}

@media (min-width: 2560px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 5 * 2)
    }

    .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 6 * 2)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 6 * 2)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 7 * 2)
    }
}

@media (max-width: 2559px) and (min-width: 1920px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 4 * 2)
    }

    .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 5 * 2)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 4 * 2)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 6 * 2)
    }
}

@media (max-width: 1919px) and (min-width: 1200px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 3 * 2)
    }

    .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 4 * 2)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 3 * 2)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 4 * 2)
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 4 * 2)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 5 * 2)
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 2 * 2)
    }

    .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 3 * 2)
    }

    [data-container-width="full_width"] .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 3 * 2)
    }

    [data-container-width="full_width"] .no-aside .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 3 * 2)
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        width: calc(100% / 2 * 2)
    }
}

@media (max-width: 767px) {
    .catalog.blocks .catalog-item-wrap.big-item {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0px !important
    }
}

.catalog.blocks .catalog-item-wrap > .blocks-item, .catalog.blocks .catalog-item-wrap > .hurry-item {
    margin: 0px auto
}

.catalog.list .catalog-item-wrap {
    display: block;
    width: 100%;
    /* margin-top: 20px*/
}

.catalog-table .catalog-item-wrap {
    width: 100%
}

.catalog-item:hover {
    background: #fff
}

[data-styling-type="skew"] .catalog-item:hover, [data-styling-type="skew"] .catalog-item:hover .description:before {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.51)
}

[data-styling-type="flat"] .catalog-item:hover, [data-styling-type="flat"] .catalog-item:hover .description:before {
    box-shadow: 0px 0px 0px transparent
}

.catalog-item .xs-switch {
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: silver;
    border-radius: 3px
}

.catalog-item .xs-switch:hover {
    cursor: pointer
}

.catalog-item .xs-switch:hover, .catalog-item .xs-switch:active {
    color: gray
}

.catalog-item .xs-switch .when-opened {
    display: none
}

.catalog-item.opened .xs-switch .when-opened {
    display: block
}

.catalog-item.opened .xs-switch .when-closed {
    display: none
}

.catalog-item > .full-view {
    display: none
}

[data-hover-effect="detailed-expand"] .catalog-item > .full-view {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 15px 15px;
    z-index: 4;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: .0s;
    transition: .0s;
    pointer-events: none
}

[data-hover-effect="detailed-expand"] .catalog-item > .full-view:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: 15px;
    bottom: 0;
    z-index: -1;
    background: #eee;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eceaf3;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: .0s;
    transition: .0s
}

[data-hover-effect="detailed-expand"] .catalog-item:hover {
    z-index: 3
}

[data-hover-effect="detailed-expand"] .catalog-item:hover > .full-view {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: .0s;
    transition-delay: .0s
}

[data-hover-effect="detailed-expand"] .catalog-item:hover > .full-view:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

[data-hover-effect="detailed-expand"] .catalog-item.blocks-item .one-click-buy, [data-hover-effect="detailed-expand"] .catalog-item.hurry-item .one-click-buy, [data-hover-effect="detailed-expand"] .catalog-item .hurry-item .one-click-buy {
    margin: 5px auto 5px;
    display: block
}

[data-hover-effect="detailed-expand"] .catalog-item.blocks-item .description.full-view, [data-hover-effect="detailed-expand"] .catalog-item.hurry-item .description.full-view, [data-hover-effect="detailed-expand"] .catalog-item .hurry-item .description.full-view {
    padding-top: 30px
}

[data-hover-effect="detailed-expand"] .catalog-item.blocks-item .quantity-counter, [data-hover-effect="detailed-expand"] .catalog-item.hurry-item .quantity-counter, [data-hover-effect="detailed-expand"] .catalog-item.blocks-item .action-buttons, [data-hover-effect="detailed-expand"] .catalog-item.hurry-item .action-buttons, [data-hover-effect="detailed-expand"] .catalog-item .hurry-item .quantity-counter, [data-hover-effect="detailed-expand"] .catalog-item .hurry-item .action-buttons {
    text-align: center
}

.catalog-item:hover {
    background: #fff
}

[data-styling-type="skew"] .catalog-item:hover:before {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.51)
}

.catalog-item .photo > a {
    width: 90%;
    height: 100%
}

.catalog-item .photo > a > img {
    max-width: 100%;
    max-height: 100%
}

.catalog-item .photo-wrap {
    text-align: center
}

.catalog-item .stickers {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    pointer-events: none
}

.catalog-item .photo {
    position: relative
}

.catalog-item .photo-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 25px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}

.catalog-item .photo-thumb {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid;
    border-color: #e9e9e9;
    -webkit-transition: border-color .4s;
    transition: border-color .4s
}

.catalog-item .photo-thumb:hover {
    cursor: pointer
}

.catalog-item .photo-thumb > img {
    max-width: 100%;
    max-height: 100%
}

.catalog-item .description {
    top: calc(100% - 15px)
}

.catalog-item .description dd {
    color: #545454
}

.catalog-item .carousel-dots {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    right: 0;
    height: 10px;
    line-height: 10px;
    text-align: center
}

.catalog-item .carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    -webkit-transition: background .4s;
    transition: background .4s
}

[data-styling-type="skew"] .catalog-item .carousel-dot {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.57)
}

.catalog-item .carousel-dot:hover {
    cursor: pointer
}

.catalog-item .carousel-dot + .carousel-dot {
    margin-left: 4px
}

@media (max-width: 767px) {
    .catalog-item .stickers {
        display: none
    }

    .catalog-item.hovered {
        position: relative
    }

    .catalog-item .xs-switch {
        display: none
    }
}

.catalog-item .b-rub {
    font-size: .86em;
    font-weight: normal
}

.catalog-table-item {
    border: 1px solid;
    border-color: #efefef;
    -webkit-transition: background .4s;
    transition: background .4s
}

.has-admin-info .catalog-table-item:nth-child(4n+3), .catalog-table-item:nth-child(2n) {
    background: #efefef
}

.catalog-table-item td, .catalog-table-item th {
    vertical-align: middle !important;
    padding: 10px 5px
}

.catalog-table-item.banner-item {
    border-left-width: 0;
    border-right-width: 0
}

.catalog-table-item.banner-item, .catalog-table-item.banner-item:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none
}

.catalog-table-item.banner-item, .catalog-table-item.banner-item td {
    padding: 0
}

.catalog-table-item .photo-wrap {
    position: absolute;
    z-index: 4;
    height: 100px;
    width: 100px;
    left: -113px;
    top: 50%;
    margin-top: -50px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.catalog-table-item .photo-wrap:before, .catalog-table-item .photo-wrap:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-left-width: 7px;
    left: 100%;
    top: 50%;
    margin-top: -10px
}

.catalog-table-item .photo-wrap:after {
    margin-left: -2px;
    border-left-color: #fff
}

.catalog-table-item:hover .photo-wrap {
    opacity: 1;
    visibility: visible
}

.catalog-table-item .photo {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 96px;
    width: 96px;
    text-align: center;
    line-height: 75px;
    padding: 10px;
    background: #fff;
    border-radius: 3px
}

.catalog-table-item .photo img {
    max-width: 100%;
    max-height: 100%
}

.catalog-table-item .art-wrap {
    width: 120px
}

.catalog-table-item .art-wrap.no-art {
    width: 0;
    padding: 0
}

.catalog-table-item .art-wrap.no-art > .art {
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden
}

.catalog-table-item .art-wrap.no-art > .art > .art-text, .catalog-table-item .art-wrap.no-art > .art > strong {
    display: none
}

.catalog-table-item .art {
    position: relative
}

.catalog-table-item .name {
    padding-left: 10px
}

.catalog-table-item .avail-n-price {
    width: 160px;
    white-space: nowrap
}

.catalog-table-item .avail-n-price .tooltip {
    white-space: normal
}

.catalog-table-item .avail-n-price .avail-dot {
    top: 2px
}

/*.catalog-table-item .price {
    display: inline-block;
    vertical-align: top;
    font-size: 1.28571em;
    margin-left: 15px
}*/

.more_bold .catalog-table-item .price {
    font-weight: bold
}

.catalog-table-item .quan {
    width: 130px
}

.catalog-table-item .quantity-counter {
    display: inline-block;
    padding: 3px 4px 4px;
    border-radius: 4px;
    margin: 0
}

.catalog-table-item .actions {
    white-space: nowrap;
    width: 1%
}

@media (max-width: 767px) {
    .catalog-table-item {
        display: block;
        position: relative;
        padding: 5px;
        padding-bottom: 20px
    }

    .catalog-table-item:before, .catalog-table-item:after {
        content: " ";
        display: table
    }

    .catalog-table-item:after {
        clear: both
    }

    .catalog-table-item .quantity-counter {
        padding: 0;
        background: none;
        box-shadow: none
    }

    .catalog-table-item td, .catalog-table-item th {
        display: inline;
        padding: 0
    }

    .catalog-table-item .photo-wrap {
        display: none
    }

    .catalog-table-item .art-wrap {
        width: auto;
        float: left;
        margin-top: 1px;
        margin-right: 10px
    }

    .catalog-table-item .art-wrap.no-art {
        width: 0px;
        height: 0;
        padding: 0;
        margin: 0
    }

    .catalog-table-item .art {
        padding: 0;
        background: none
    }

    .catalog-table-item .art-text {
        display: none
    }

    .catalog-table-item .name {
        display: block;
        line-height: 20px;
        padding-right: 0
    }

    .catalog-table-item .name:before {
        content: '';
        float: right;
        width: 35px;
        height: 20px
    }

    .catalog-table-item .avail-n-price {
        width: auto;
        margin-top: 5px;
        padding: 0;
        clear: left;
        float: left
    }

    .catalog-table-item .avail-n-price .xs-switch {
        right: 0px;
        top: 0px;
        height: 30px;
        line-height: 30px
    }

    .catalog-table-item .quan {
        width: auto;
        display: block;
        padding: 0;
        padding-top: 5px;
        float: none;
        margin: 0 auto;
        text-align: center;
        position: relative;

    }
    .catalog-table-item .btn--blue {
        margin: 0 auto;
    }
    .catalog-table-item .actions {
        display: none;
        padding: 0
    }

    .catalog-table-item .price {
        margin-left: 10px;
        padding-bottom: 0px;
        text-align: center;
        padding-top: 20px;
    }

    .catalog-table-item.opened {
        padding: 0 0 5px 5px;
        min-height: 150px
    }

    .catalog-table-item.opened .name {
        display: block;
        margin: 5px 0 0 119px;
        word-wrap: break-word;
        overflow-wrap: break-word
    }

    .catalog-table-item.opened .name:before {
        display: none
    }

    .catalog-table-item.opened .art-wrap {
        float: none;
        padding: 5px 0 0 10px
    }

    .catalog-table-item.opened .art-wrap .art-text {
        display: inline
    }

    .catalog-table-item.opened .art-wrap .art {
        display: inline
    }

    .catalog-table-item.opened .art-wrap.no-art {
        padding: 0
    }

    .catalog-table-item.opened .art-wrap.no-art .art-text {
        display: none
    }

    .catalog-table-item.opened .art-wrap.no-art + .name:before {
        display: block;
        width: 40px;
        height: 35px
    }

    .catalog-table-item.opened .photo-wrap {
        position: relative;
        float: left;
        display: block;
        opacity: 1;
        visibility: visible;
        height: 119px;
        width: 119px;
        top: 0;
        margin-top: 10px;
        left: 0px
    }

    .catalog-table-item.opened .photo {
        height: 115px;
        width: 115px
    }

    .catalog-table-item.opened .avail-n-price {
        text-align: right;
        padding-right: 5px;
        display: block;
        clear: none;
        float: none;
        margin-left: 5px
    }

    .catalog-table-item.opened .avail-n-price .price {
        margin-left: 5px
    }

    .catalog-table-item.opened .quan {
        padding-right: 5px
    }

    .catalog-table-item.opened .actions {
        display: block;
        float: right;
        padding-top: 6px;
        width: auto
    }

    .catalog-table-item.opened .actions button {
        border-radius: 3px
    }

    .catalog-table-item.opened .actions .compare {
        display: none
    }
}

.catalog-table-item.big-item {
    background: #fff4bd !important
}

.list-item, .blocks-item, .hurry-item {
    position: relative
}

.list-item .photo-wrap, .blocks-item .photo-wrap, .hurry-item .photo-wrap {
    position: relative;
    /*height: 255px;*/
    height: 150px;    min-height: 150px;
    padding-bottom: 75px

}

.list-item .photo-wrap.no-thumbs, .blocks-item .photo-wrap.no-thumbs, .hurry-item .photo-wrap.no-thumbs {
    padding-bottom: 0
}

.list-item .photo-wrap.no-thumbs > .photo, .blocks-item .photo-wrap.no-thumbs > .photo, .hurry-item .photo-wrap.no-thumbs > .photo {
    line-height: 255px
}

.list-item .photo-wrap.no-thumbs > .photo-thumbs, .blocks-item .photo-wrap.no-thumbs > .photo-thumbs, .hurry-item .photo-wrap.no-thumbs > .photo-thumbs {
    display: none
}

.thumbs-disabled .list-item .photo-wrap, .thumbs-disabled .list-item .photo-wrap.no-thumbs, .thumbs-disabled .blocks-item .photo-wrap, .thumbs-disabled .hurry-item .photo-wrap, .thumbs-disabled .blocks-item .photo-wrap.no-thumbs, .thumbs-disabled .hurry-item .photo-wrap.no-thumbs {
    height: 180px;
    padding-bottom: 0
}

.thumbs-disabled .list-item .photo-wrap > .photo, .thumbs-disabled .list-item .photo-wrap.no-thumbs > .photo, .thumbs-disabled .blocks-item .photo-wrap > .photo, .thumbs-disabled .hurry-item .photo-wrap > .photo, .thumbs-disabled .blocks-item .photo-wrap.no-thumbs > .photo, .thumbs-disabled .hurry-item .photo-wrap.no-thumbs > .photo {
    line-height: 180px
}

.thumbs-disabled .list-item .photo-wrap > .photo-thumbs, .thumbs-disabled .list-item .photo-wrap.no-thumbs > .photo-thumbs, .thumbs-disabled .blocks-item .photo-wrap > .photo-thumbs, .thumbs-disabled .hurry-item .photo-wrap > .photo-thumbs, .thumbs-disabled .blocks-item .photo-wrap.no-thumbs > .photo-thumbs, .thumbs-disabled .hurry-item .photo-wrap.no-thumbs > .photo-thumbs {
    display: none
}

.list-item .photo, .blocks-item .photo, .hurry-item .photo {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 180px
}

.list-item .prices .additional-price-type, .blocks-item .prices .additional-price-type, .hurry-item .prices .additional-price-type {
    padding: 0 17px
}

.list-item .prices .additional-price-type .price, .blocks-item .prices .additional-price-type .price, .hurry-item .prices .additional-price-type .price {
    font-size: 16px
}

.list-item .prices .additional-prices-wrap, .blocks-item .prices .additional-prices-wrap, .hurry-item .prices .additional-prices-wrap {
    overflow: hidden
}

.list-item .prices .additional-prices-wrap .scroller, .blocks-item .prices .additional-prices-wrap .scroller, .hurry-item .prices .additional-prices-wrap .scroller {
    max-height: 72px
}

.list-item .art, .blocks-item .art, .hurry-item .art {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    max-width: 50%;
    min-height: 19px;
    line-height: 12px;
    font-size: .78571em;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.list-item .techdata dt, .list-item .techdata dd, .blocks-item .techdata dt, .hurry-item .techdata dt, .blocks-item .techdata dd, .hurry-item .techdata dd {
    display: inline;
    float: none
}

.list-item .techdata dd:after, .blocks-item .techdata dd:after, .hurry-item .techdata dd:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 767px) {
    .list-item .photo-wrap, .list-item .photo-wrap.no-thumbs, .thumbs-disabled .list-item .photo-wrap, .blocks-item .photo-wrap, .hurry-item .photo-wrap, .blocks-item .photo-wrap.no-thumbs, .hurry-item .photo-wrap.no-thumbs, .thumbs-disabled .blocks-item .photo-wrap, .thumbs-disabled .hurry-item .photo-wrap {
        height: auto;
        padding-bottom: 0
    }

    .list-item .photo-wrap > .photo, .list-item .photo-wrap.no-thumbs > .photo, .thumbs-disabled .list-item .photo-wrap > .photo, .blocks-item .photo-wrap > .photo, .hurry-item .photo-wrap > .photo, .blocks-item .photo-wrap.no-thumbs > .photo, .hurry-item .photo-wrap.no-thumbs > .photo, .thumbs-disabled .blocks-item .photo-wrap > .photo, .thumbs-disabled .hurry-item .photo-wrap > .photo {
        line-height: normal
    }

    .list-item .photo-wrap > .photo-thumbs, .list-item .photo-wrap.no-thumbs > .photo-thumbs, .thumbs-disabled .list-item .photo-wrap > .photo-thumbs, .blocks-item .photo-wrap > .photo-thumbs, .hurry-item .photo-wrap > .photo-thumbs, .blocks-item .photo-wrap.no-thumbs > .photo-thumbs, .hurry-item .photo-wrap.no-thumbs > .photo-thumbs, .thumbs-disabled .blocks-item .photo-wrap > .photo-thumbs, .thumbs-disabled .hurry-item .photo-wrap > .photo-thumbs {
        display: none
    }

    .list-item .quantity-counter, .blocks-item .quantity-counter, .hurry-item .quantity-counter {
        position: relative;
        top: -1px
    }

    .list-item .art, .blocks-item .art, .hurry-item .art {
        right: auto;
        left: 0;
        max-width: 110px;
        background: rgba(239, 239, 239, 0.6)
    }
}

.list-item {
    padding: 20px 15px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    -webkit-transition: border .3s;
    transition: border .3s
}

.list-item:before, .list-item:after {
    content: " ";
    display: table
}

.list-item:after {
    clear: both
}

.list-item .techdata dt, .list-item .techdata dd {
    font-weight: normal
}

.list-item .techdata dt {
    color: #a0a0a0
}

.list-item .techdata dd {
    color: #6a6a6a
}

.list-item .photo-wrap {
    float: left;
    width: 30%;
    max-width: 235px;
    margin-bottom: 10px
}

@media (min-width: 1920px) {
    .list-item .photo-wrap {
        width: 20%
    }

    .no-xl .list-item .photo-wrap {
        width: 30%
    }

    .no-xxl .list-item .photo-wrap {
        width: 30%
    }
}

.list-item .photo-wrap .stickers {
    /*top: -10px;*/
    /*left: -18px*/
}

.list-item .photo-wrap .stickers .discount-w-number {
    border-radius: 0px 0 10px 10px;
    right: -3px;
    top: -13px;
    height: 40px;
    width: 75px;
    font-size: 1.71429em
}

.list-item .photo-wrap .countdown {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    top: auto;
    margin: auto;
    height: 45px;
    line-height: normal
}

.list-item .photo-wrap .countdown .timer-wrap {
    margin-top: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 25%;
    box-shadow: none;
    background: #fff;
    opacity: 0.6;
    border: none;
    position: relative
}

.list-item .photo-wrap .countdown .timer-wrap > .timer {
    margin: 0
}

.list-item .photo-wrap .countdown .timer-wrap .already-sold {
    position: absolute;
    right: 7%;
    top: 0
}

.list-item .photo-wrap .countdown .timer-wrap .already-sold__track {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px
}

@media (max-width: 767px) {
    .list-item .photo-wrap .countdown {
        height: 60px;
        bottom: -5px;
        left: -10px;
        right: -15px;
        font-size: 24px
    }

    .list-item .photo-wrap .countdown .timer-wrap {
        padding: 0
    }

    .list-item .photo-wrap .countdown .timer-wrap .already-sold {
        display: none
    }

    .list-item .photo-wrap .countdown .countdown-amount {
        font-weight: bold;
        font-size: .78571em
    }

    .list-item .photo-wrap .countdown .countdown-period {
        display: block;
        line-height: 8px;
        font-size: .57143em
    }
}

.list-item .main-data {
    float: left;
    width: 40%;
    padding-left: 10px
}

.list-item .main-data .name {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 15px
}

.list-item .main-data .art-rate {
    vertical-align: top;
    margin-bottom: 5px
}

.list-item .main-data .art-rate .rating > .rating-stars {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px
}

.list-item .main-data .art-rate .rating > .rating-stars > i {
    vertical-align: top;
    width: 18px
}

.list-item .main-data .art-rate .rating > .rating-stars > i:before {
    top: -3px;
    font-size: 18px
}

.list-item .main-data .art-rate .rating > .comments {
    display: inline-block;
    white-space: nowrap;
    display: none
}

.list-item .main-data .availability {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}

.list-item .main-data .availability .store {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 7px 5px 0px
}

.list-item .main-data .availability .store:hover {
    cursor: pointer;
    color: #ffb400
}

.list-item .main-data .availability .store > header {
    margin-bottom: 5px
}

.more_bold .list-item .main-data .availability .store > header {
    font-weight: bold
}

.list-item .main-data .availability .store > .text {
    border-bottom: 1px dotted;
    -webkit-transition: color .4s;
    transition: color .4s
}

.more_bold .list-item .main-data .availability .store > .text {
    font-weight: bold
}

.list-item .main-data .availability .info-tag {
    margin-right: 7px
}

.list-item .main-data .availability .info-info {
    max-width: 100px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden
}

.list-item .main-data .more-info {
    font-size: 12px
}

.list-item .main-data .action-buttons {
    margin-top: 10px
}

.list-item .main-data .action-buttons .action {
    margin-right: 20px
}

@media (min-width: 1920px) {
    .list-item .main-data {
        width: 50%
    }

    .no-xl .list-item .main-data {
        width: 40%
    }
}

@media (min-width: 2560px) {
    .list-item .main-data {
        width: 60%
    }

    .no-xxl .list-item .main-data {
        width: 52%
    }

    .no-xl .list-item .main-data {
        width: 40%
    }
}

.list-item .buy-block {
    float: right;
    width: 30%;
    max-width: 250px;
    text-align: center;
    margin-bottom: 10px
}

.list-item .buy-block .prices {
    text-align: right;
    margin-bottom: 5px
}

.list-item .buy-block .prices:before, .list-item .buy-block .prices:after {
    content: " ";
    display: table
}

.list-item .buy-block .prices:after {
    clear: both
}

.list-item .buy-block .prices .price {
    font-size: 20px;
    white-space: nowrap
}

.more_bold .list-item .buy-block .prices .price {
    font-weight: bold
}

.list-item .buy-block .form_buy .select-styled, .list-item .buy-block .form_buy .ik_select {
    width: 100% !important;
    margin-bottom: 10px
}

.list-item .buy-block .form_buy .selection-color, .list-item .buy-block .form_buy .selection-text {
    margin-bottom: 5px
}

.list-item .buy-block .form_buy .selection-color .text, .list-item .buy-block .form_buy .selection-text .text {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px
}

.list-item .buy-block .form_buy .selection-color .selection-item, .list-item .buy-block .form_buy .selection-text .selection-item {
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    text-align: center
}

.list-item .buy-block .form_buy .selection-color .selection-item:active, .list-item .buy-block .form_buy .selection-color .selection-item.active, .list-item .buy-block .form_buy .selection-text .selection-item:active, .list-item .buy-block .form_buy .selection-text .selection-item.active {
    -webkit-transition: none;
    transition: none
}

.list-item .buy-block .form_buy .selection-color .selection-item:hover, .list-item .buy-block .form_buy .selection-text .selection-item:hover {
    cursor: pointer
}

.list-item .buy-block .form_buy .selection-color .selection-item.active, .list-item .buy-block .form_buy .selection-text .selection-item.active {
    border-style: solid;
    border-width: 2px;
    padding: 0
}

.list-item .buy-block .form_buy .selection-color .selection-item.active > span, .list-item .buy-block .form_buy .selection-color .selection-item.active > img, .list-item .buy-block .form_buy .selection-text .selection-item.active > span, .list-item .buy-block .form_buy .selection-text .selection-item.active > img {
    border-radius: 2px
}

.list-item .buy-block .form_buy .selection-color .selection-item.active:hover, .list-item .buy-block .form_buy .selection-text .selection-item.active:hover {
    cursor: default
}

.list-item .buy-block .form_buy .selection-color .selection-item > span, .list-item .buy-block .form_buy .selection-color .selection-item > img, .list-item .buy-block .form_buy .selection-text .selection-item > span, .list-item .buy-block .form_buy .selection-text .selection-item > img {
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.list-item .buy-block .form_buy .selection-color .selection-item {
    width: 32px
}

.list-item .buy-block .form_buy .selection-text .selection-item {
    line-height: 28px;
    min-width: 32px;
    padding: 1px 6px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.list-item .buy-block .form_buy .selection-text .selection-item.active {
    padding: 0 5px
}

.list-item .buy-block .form_buy .quantity-counter {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .list-item .buy-block .form_buy .quantity-counter {
        margin-top: 9px;
        margin-left: 4px;
        margin-right: 4px
    }
}

.list-item .buy-block .form_buy .additional-price-type {
    padding-right: 10px
}

.list-item .buy-block .form_buy .btn-buy-wrap {
    margin-left: 5px;
    vertical-align: middle
}

.list-item .buy-block .form_buy .btn-buy-wrap > .buy {
    /* height: auto;
     line-height: 20px;
     padding: 8px 15px*/
}

@media (max-width: 1199px) {
    .list-item .buy-block .form_buy .btn-buy-wrap {
        margin-left: 0;
        margin: 0 auto;
        font-size: .92857em

    }

    .list-item .buy-block .form_buy .btn-buy-wrap > .buy {
        min-width: 95px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .list-item .buy-block .form_buy .btn-buy-wrap > .buy {
        margin: 0;
        margin-bottom: 5px
    }
}

@media (min-width: 2560px) {
    .list-item .buy-block {
        width: 20%
    }

    .no-xxl .list-item .buy-block {
        width: 30%
    }

    .no-xl .list-item .buy-block {
        width: 30%
    }
}

.list-item .one-click-buy {
    margin-top: 20px;
    margin-bottom: 25px
}

.list-item .form_buy > .favorite {
    display: none
}

[data-hover-effect="detailed-expand"] .list-item .description {
    width: 100%;
    clear: both;
    padding-top: 30px;
    text-align: left;
    font-size: 12px
}

[data-hover-effect="detailed-expand"] .list-item .description:before {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #efefef
}

@media (max-width: 1199px) {
    .list-item .countdown .timer-wrap {
        padding-right: 0 !important
    }

    .list-item .countdown .already-sold {
        display: none
    }
}

@media (max-width: 767px) {
    .list-item {
        padding: 0
    }

    .list-item .photo-wrap {
        display: table;
        width: 100%;
        float: none;
        max-width: none;
        margin-bottom: 10px;
        height: 200px
    }

    .list-item .photo-wrap .countdown {
        left: 0;
        right: 0
    }

    .list-item .photo-wrap .photo-thumbs {
        display: none !important
    }

    .list-item .photo-wrap .photo {
        display: table-cell;
        /*width: auto;*/
        width: 100% !important;
        vertical-align: middle;
        /*display: block;*/
    }

    .list-item .photo-wrap .photo > a {
        /*display: inline-block;*/
        display: block;
        /* width: auto */
    }

    .list-item .main-data {
        position: static;
        padding: 0;
        text-align: center;
        width: 100%;
        font-weight: bold;
        float: none
    }

    .list-item .main-data > .availability-info {
        display: none !important
    }

    .list-item .main-data > .quantity-counter {
        display: none
    }

    .list-item .main-data .info-info, .availability-comments-enabled .list-item .main-data .info-info, .list-item .main-data .info-tag, .availability-comments-enabled .list-item .main-data .info-tag {
        margin-right: auto;
        max-width: none
    }

    .list-item .main-data .name {
        margin: 0;
        height: fit-content;
        width: inherit;
        word-wrap: break-word;
    }

    .availability-comments-enabled .list-item .main-data .info-info {
        margin-top: 5px;
        margin-bottom: 0;
        display: block
    }

    .list-item .availability-info {
        display: block;
        height: auto;
        text-align: left
    }

    .list-item .availability-info .when-in-stock {
        padding: 0
    }

    .list-item .availability-info .info-tag {
        min-height: 21px;
        margin: 0;
        /* padding: 1px 5px 0px;*/
        line-height: 18px
    }

    .list-item .availability-info .text {
        font-size: 10px
    }

    .list-item .availability-info .info-info {
        text-align: center;
        background: rgba(255, 255, 255, 0.7)
    }

    .list-item .availability {
        position: absolute;
        top: 10px;
        left: 0
    }

    .list-item .availability .store {
        display: none
    }

    .list-item .art-rate {
        text-align: center;
        display: block;
        margin: 0;
        margin-top: 5px
    }

    .list-item .art-rate .comments, .list-item .art-rate .art {
        display: none
    }

    .list-item .buy-block {
        float: none;
        width: calc(100% - 10px);
        max-width: none;
        margin: 5px
    }

    .list-item .buy-block .prices {
        text-align: center;
        margin: 10px 0
    }

    .list-item .more-info, .list-item .techdata {
        display: none
    }
}

.big-item .list-item {
    background: #fff4bd
}

.big-item .list-item .photo-thumb {
    background: #fff
}

.blocks-item, .hurry-item {
    text-align: center;
    padding: 30px 15px 15px;
    border: 1px solid;
    border-color: #eceaf3;
    -webkit-transition: border .3s;
    transition: border .3s
}

.blocks-item .name, .hurry-item .name {
    position: relative;
    /*  z-index: 1;*/
    padding: 5px 5px 0;
    margin-top: 5px;
    left: 0;
    right: 0;
    min-height: 50px;
    height: 50px;
    background-color: #fff;
    overflow: hidden
}

.blocks-item .name:after, .hurry-item .name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: -webkit-linear-gradient(bottom, #fff 2px, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff 2px, rgba(255, 255, 255, 0))
}

.blocks-item .name:hover, .hurry-item .name:hover {
    /* overflow: visible*/
}

.blocks-item .name:hover:after, .hurry-item .name:hover:after {
    display: none
}

.blocks-item .name:hover .link, .hurry-item .name:hover .link, .blocks-item .name:hover .deleted-properties .deleted-property, .deleted-properties .blocks-item .name:hover .deleted-property, .hurry-item .name:hover .deleted-properties .deleted-property, .deleted-properties .hurry-item .name:hover .deleted-property {
    background-color: #fff
}

.blocks-item .name:hover .text, .hurry-item .name:hover .text {
    position: relative
}

.blocks-item .art-rate, .hurry-item .art-rate {
    position: absolute;
    top: 255px;
    left: 0;
    right: 0
}

.blocks-item .art-rate .availability-info, .hurry-item .art-rate .availability-info {
    display: none
}

.blocks-item .art-rate .art, .hurry-item .art-rate .art {
    top: -250px;
    right: -3px
}

.blocks-item .art-rate .rating-stars, .hurry-item .art-rate .rating-stars {
    margin-top: 0;
    display: block
}

.blocks-item .one-click-buy, .hurry-item .one-click-buy {
    position: relative;
    top: 0px;
    margin-bottom: 5px
}

.blocks-item .prices, .hurry-item .prices {
    margin-bottom: 5px
}

.blocks-item .prices .price, .hurry-item .prices .price {
    font-size: 24px
}

.more_bold .blocks-item .prices .price, .more_bold .hurry-item .prices .price {
    font-weight: bold
}

.blocks-item .main-data > .availability-info, .hurry-item .main-data > .availability-info, .blocks-item .main-data > .quantity-counter, .hurry-item .main-data > .quantity-counter {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 10px
}

.blocks-item .main-data > .availability-info .tooltip, .hurry-item .main-data > .availability-info .tooltip {
    width: 200px
}

.availability-comments-enabled .blocks-item .main-data > .availability-info, .availability-comments-enabled .hurry-item .main-data > .availability-info {
    display: block;
    height: 35px;
    margin-bottom: 5px
}

.availability-comments-enabled .blocks-item .main-data > .availability-info > div, .availability-comments-enabled .hurry-item .main-data > .availability-info > div {
    height: 100%
}

.availability-comments-enabled .blocks-item .main-data .info-tag, .availability-comments-enabled .hurry-item .main-data .info-tag, .availability-comments-enabled .blocks-item .main-data .info-info, .availability-comments-enabled .hurry-item .main-data .info-info {
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
    margin: 0px auto
}

.blocks-item .main-data .info-info, .hurry-item .main-data .info-info {
    display: none;
    margin-left: -4px;
    margin-right: -4px;
    text-align: left;
    padding-left: 5px;
    line-height: 14px;
    padding-right: 0;
    max-height: 42px;
    overflow: hidden
}

.blocks-item .action-buttons, .hurry-item .action-buttons {
    margin-top: 5px;
    margin-bottom: 5px
}

.blocks-item .description, .hurry-item .description {
    text-align: left;
    font-size: 12px
}

.blocks-item .description .techdata, .hurry-item .description .techdata {
    margin-top: 0
}

.blocks-item .description .one-click-buy, .hurry-item .description .one-click-buy {
    margin-top: 5px
}

.blocks-item:not(.hurry-item) .countdown, .hurry-item:not(.hurry-item) .countdown {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0;
    top: auto;
    margin: auto;
    height: 45px;
    line-height: normal
}

.blocks-item:not(.hurry-item) .countdown .timer-wrap, .hurry-item:not(.hurry-item) .countdown .timer-wrap {
    margin-top: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 25%;
    box-shadow: none;
    background: #fff;
    opacity: 0.6;
    border: none;
    position: relative
}

.blocks-item:not(.hurry-item) .countdown .timer-wrap > .timer, .hurry-item:not(.hurry-item) .countdown .timer-wrap > .timer {
    margin: 0
}

.blocks-item:not(.hurry-item) .countdown .timer-wrap .already-sold, .hurry-item:not(.hurry-item) .countdown .timer-wrap .already-sold {
    position: absolute;
    right: 7%;
    top: 0
}

.blocks-item:not(.hurry-item) .countdown .timer-wrap .already-sold__track, .hurry-item:not(.hurry-item) .countdown .timer-wrap .already-sold__track {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px
}

@media (max-width: 767px) {
    .blocks-item:not(.hurry-item) .countdown, .hurry-item:not(.hurry-item) .countdown {
        height: 35px;
        bottom: -5px;
        left: -10px;
        right: -15px
    }

    .blocks-item:not(.hurry-item) .countdown .timer-wrap, .hurry-item:not(.hurry-item) .countdown .timer-wrap {
        padding: 0
    }

    .blocks-item:not(.hurry-item) .countdown .timer-wrap .already-sold, .hurry-item:not(.hurry-item) .countdown .timer-wrap .already-sold {
        display: none
    }

    .blocks-item:not(.hurry-item) .countdown .timer-wrap .already-sold__track, .hurry-item:not(.hurry-item) .countdown .timer-wrap .already-sold__track {
        left: 0
    }

    .blocks-item:not(.hurry-item) .countdown .countdown-amount, .hurry-item:not(.hurry-item) .countdown .countdown-amount {
        font-weight: bold;
        font-size: .78571em
    }

    .blocks-item:not(.hurry-item) .countdown .countdown-period, .hurry-item:not(.hurry-item) .countdown .countdown-period {
        display: block;
        line-height: 8px;
        font-size: .57143em
    }
}

.blocks-item .photo .stickers, .hurry-item .photo .stickers {
    top: -22px;
    left: -12px;
    z-index: 3;
}

@media screen and (max-width: 1023.97px) {
    .blocks-item .photo .stickers, .hurry-item .photo .stickers {
        top: -18px;
        left: -8px;
        right: -14px !important;
    }
}

.blocks-item .photo .stickers .discount-w-number, .hurry-item .photo .stickers .discount-w-number {
    border-radius: 20px -0px 0 20px;
    right: -18px;
    height: 40px;
    width: 75px;
    font-size: 1.71429em
}

.blocks-item .photo .quick-view-switch, .hurry-item .photo .quick-view-switch {
    top: -15px;
    left: -15px;
    right: -15px
}

.blocks-item .photo-thumbs, .hurry-item .photo-thumbs {
    margin-bottom: 20px
}

.blocks-item .photo-thumbs .carousel-dots, .hurry-item .photo-thumbs .carousel-dots {
    top: 10px
}

[data-hover-effect="detailed-expand"] .blocks-item .main-data .quantity-counter, [data-hover-effect="detailed-expand"] .hurry-item .main-data .quantity-counter, [data-hover-effect="detailed-expand"] .blocks-item .main-data .action-buttons, [data-hover-effect="detailed-expand"] .hurry-item .main-data .action-buttons, [data-hover-effect="detailed-expand"] .blocks-item .main-data .one-click-buy, [data-hover-effect="detailed-expand"] .hurry-item .main-data .one-click-buy {
    display: none
}

.big-item .blocks-item, .big-item .hurry-item {
    background: #fff4bd
}

.big-item .blocks-item .name, .big-item .hurry-item .name {
    background: #fff4bd
}

.big-item .blocks-item .name:hover .link, .big-item .hurry-item .name:hover .link, .big-item .blocks-item .name:hover .deleted-properties .deleted-property, .deleted-properties .big-item .blocks-item .name:hover .deleted-property, .big-item .hurry-item .name:hover .deleted-properties .deleted-property, .deleted-properties .big-item .hurry-item .name:hover .deleted-property {
    background: #fff4bd
}

@media (min-width: 768px) {
    .big-item .blocks-item, .big-item .hurry-item {
        position: relative
    }

    .big-item .blocks-item .photo-wrap, .big-item .hurry-item .photo-wrap {
        height: 350px;
        margin-bottom: 10px;
        padding-bottom: 60px
    }

    .big-item .blocks-item .photo-wrap.no-thumbs, .big-item .hurry-item .photo-wrap.no-thumbs {
        padding-bottom: 0
    }

    .big-item .blocks-item .photo-wrap .stickers, .big-item .hurry-item .photo-wrap .stickers {
        z-index: 1
    }

    .big-item .blocks-item .photo-wrap .countdown, .big-item .hurry-item .photo-wrap .countdown {
        height: 70px;
        bottom: 0;
        z-index: 1
    }

    .big-item .blocks-item .photo-wrap .countdown .countdown-amount, .big-item .hurry-item .photo-wrap .countdown .countdown-amount {
        font-size: 2.14286em
    }

    .big-item .blocks-item .photo-wrap .countdown .countdown-period, .big-item .hurry-item .photo-wrap .countdown .countdown-period {
        font-size: 1.14286em
    }

    .big-item .blocks-item .photo-wrap .quick-view-switch, .big-item .hurry-item .photo-wrap .quick-view-switch {
        top: 0;
        right: 0;
        left: 0
    }

    .big-item .blocks-item .photo-wrap .photo-thumbs, .big-item .hurry-item .photo-wrap .photo-thumbs {
        margin-bottom: 5px
    }

    .big-item .blocks-item .photo-wrap .photo-thumbs .slidee, .big-item .hurry-item .photo-wrap .photo-thumbs .slidee {
        margin: 0 auto
    }

    .big-item .blocks-item .art-rate, .big-item .hurry-item .art-rate {
        top: 370px;
        right: 50%;
        left: 30px
    }

    .big-item .blocks-item .art-rate .art, .big-item .hurry-item .art-rate .art {
        top: -365px;
        right: calc(-3px - 100% - 30px)
    }

    .big-item .blocks-item .art-rate .rating-stars i, .big-item .hurry-item .art-rate .rating-stars i {
        width: 24px;
        height: 24px
    }

    .big-item .blocks-item .art-rate .rating-stars i:before, .big-item .hurry-item .art-rate .rating-stars i:before {
        font-size: 20px
    }

    .big-item .blocks-item .name, .big-item .hurry-item .name {
        right: auto;
        width: calc(50% - 15px);
        margin-right: 15px;
        left: 15px;
        float: left;
        margin-top: 27px
    }

    .big-item .blocks-item .name:after, .big-item .hurry-item .name:after {
        background: -webkit-linear-gradient(bottom, #fff4bd 2px, rgba(255, 244, 189, 0));
        background: linear-gradient(to top, #fff4bd 2px, rgba(255, 244, 189, 0))
    }

    .big-item .blocks-item .prices, .big-item .hurry-item .prices {
        float: left;
        clear: left;
        width: calc(50% - 15px);
        margin-left: 15px
    }

    .big-item .blocks-item .prices .price-value, .big-item .hurry-item .prices .price-value {
        font-size: 24px
    }

    .big-item .blocks-item .availability-info, .big-item .hurry-item .availability-info {
        position: absolute;
        top: 365px;
        width: calc(50% - 15px);
        right: 15px
    }

    .big-item .blocks-item .availability-info .info-tag, .big-item .hurry-item .availability-info .info-tag {
        margin-top: 7px
    }

    .big-item .blocks-item .quantity-counter, .big-item .hurry-item .quantity-counter {
        margin-top: 32px;
        width: 40%
    }

    .big-item .blocks-item .action-buttons, .big-item .hurry-item .action-buttons {
        float: right;
        width: 50%;
        margin-top: -4px;
        margin-bottom: 0
    }

    .big-item .blocks-item .one-click-buy, .big-item .hurry-item .one-click-buy {
        clear: right
    }

    .thumbs-disabled .big-item .blocks-item .photo-wrap, .thumbs-disabled .big-item .hurry-item .photo-wrap {
        height: 295px;
        padding-bottom: 0
    }

    .thumbs-disabled .big-item .blocks-item .art-rate, .thumbs-disabled .big-item .hurry-item .art-rate {
        top: 315px
    }

    .thumbs-disabled .big-item .blocks-item .art-rate .art, .thumbs-disabled .big-item .hurry-item .art-rate .art {
        top: -310px
    }

    .thumbs-disabled .big-item .blocks-item .availability-info, .thumbs-disabled .big-item .hurry-item .availability-info {
        top: 310px
    }

    [data-hover-effect="detailed-expand"] .big-item .blocks-item .prices, [data-hover-effect="detailed-expand"] .big-item .hurry-item .prices {
        float: right;
        clear: none;
        margin-top: 30px;
        margin-left: 0;
        width: 50%
    }

    [data-hover-effect="detailed-expand"] .big-item .blocks-item .quantity-counter, [data-hover-effect="detailed-expand"] .big-item .hurry-item .quantity-counter {
        margin: auto
    }

    [data-hover-effect="detailed-expand"] .big-item .blocks-item .action-buttons, [data-hover-effect="detailed-expand"] .big-item .hurry-item .action-buttons {
        float: none;
        margin: 10px auto 5px
    }

    [data-hover-effect="detailed-expand"] .big-item .blocks-item .one-click-buy, [data-hover-effect="detailed-expand"] .big-item .hurry-item .one-click-buy {
        margin-bottom: 10px
    }

    [data-additional-prices-enabled="true"] [data-hover-effect="detailed-expand"] .big-item .blocks-item .prices, [data-additional-prices-enabled="true"] [data-hover-effect="detailed-expand"] .big-item .hurry-item .prices {
        margin-top: 0
    }

    [data-additional-prices-enabled="true"] [data-hover-effect="detailed-expand"] .big-item .blocks-item .availability-info, [data-additional-prices-enabled="true"] [data-hover-effect="detailed-expand"] .big-item .hurry-item .availability-info {
        position: relative;
        top: 0;
        width: calc(50% - 15px);
        margin-left: 30px;
        clear: left
    }
}

@media (max-width: 767px) {
    .big-item .blocks-item, .big-item .hurry-item {
        border-color: transparent
    }
}

@media (min-width: 768px) {
    .thumbs-disabled .blocks-item .art-rate, .thumbs-disabled .hurry-item .art-rate {
        top: 190px
    }

    .thumbs-disabled .blocks-item .art-rate .art, .thumbs-disabled .hurry-item .art-rate .art {
        top: -185px
    }

    .thumbs-disabled .blocks-item .name, .thumbs-disabled .hurry-item .name {
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .blocks-item .prices, .hurry-item .prices {
        margin-top: 5px
    }

    .blocks-item .prices .price, .hurry-item .prices .price {
        font-size: 20px
    }

    .blocks-item .availability-info > div, .hurry-item .availability-info > div {
        padding-left: 5px;
        padding-right: 5px
    }

    .blocks-item .availability, .hurry-item .availability {
        padding-right: 3px
    }

    .blocks-item .availability > .quantity-counter, .hurry-item .availability > .quantity-counter {
        margin-left: 0
    }

    .blocks-item .action-buttons .btn-action, .hurry-item .action-buttons .btn-action {
        margin-right: 3px
    }

    .blocks-item .action-buttons .buy, .hurry-item .action-buttons .buy {
        min-width: 95px
    }
}

@media (max-width: 767px) {
    .stickers-wrap {
        top: -45px;
    }
    .blocks-item, .hurry-item {
        position: relative;
        /*max-width: 300px;*/
        margin: 0 auto;
        padding: 0;
        padding-top: 10px;
        border-color: transparent;
        border-top-color: silver;
        padding: 15px;
    }

    .blocks-item:before, .hurry-item:before, .blocks-item:after, .hurry-item:after {
        content: " ";
        display: table
    }

    .blocks-item:after, .hurry-item:after {
        clear: both
    }

    .blocks-item .rating-stars, .hurry-item .rating-stars {
        margin: 8px 0
    }

    .blocks-item .compare, .hurry-item .compare {
        display: none
    }

    .blocks-item .xs-switch, .hurry-item .xs-switch {
        left: 5px
    }

    .blocks-item .photo-wrap, .hurry-item .photo-wrap {
        width: 100%;
        height: 180px !important;
        margin-bottom: 10px
    }

    .blocks-item .photo-wrap .countdown, .hurry-item .photo-wrap .countdown {
        left: 15px;
        right: 0;
        height: 60px;
        font-size: 24px
    }

    .blocks-item .photo-wrap .photo-thumbs, .hurry-item .photo-wrap .photo-thumbs {
        display: none !important
    }

    .blocks-item .photo-wrap .photo, .hurry-item .photo-wrap .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blocks-item .main-data, .hurry-item .main-data {
        position: static;
        padding-top: 0;
        text-align: center;
        width: 100%;
        font-weight: bold
    }

    .blocks-item .main-data > .availability-info, .hurry-item .main-data > .availability-info {
        display: none !important
    }
    /* , .blocks-item .main-data .one-click-buy, .hurry-item .main-data .one-click-buy */
    .blocks-item .main-data > .quantity-counter, .hurry-item .main-data > .quantity-counter {
        display: none
    }

    .blocks-item .main-data .info-info, .hurry-item .main-data .info-info, .availability-comments-enabled .blocks-item .main-data .info-info, .availability-comments-enabled .hurry-item .main-data .info-info, .blocks-item .main-data .info-tag, .hurry-item .main-data .info-tag, .availability-comments-enabled .blocks-item .main-data .info-tag, .availability-comments-enabled .hurry-item .main-data .info-tag {
        margin-right: auto;
        max-width: none
    }

    .blocks-item .main-data .info-info, .hurry-item .main-data .info-info {
        background: rgba(255, 255, 255, 0.7);
        text-align: center
    }

    .blocks-item .name, .hurry-item .name {
        position: relative;
        display: block;
        top: auto;
        padding: 0;
        margin: 0;
        margin-top: 45px;
        height: auto;
        min-height: auto
    }

    .blocks-item .name:after, .hurry-item .name:after {
        display: none
    }

    .blocks-item .name > .inner-wrap, .hurry-item .name > .inner-wrap {
        min-height: 0
    }

    .blocks-item .art-rate, .hurry-item .art-rate {
        text-align: center;
        position: absolute;
        top: 210px
    }

    .blocks-item .art-rate .availability-info, .hurry-item .art-rate .availability-info {
        position: absolute;
        top: -196px;
        left: 0;
        display: block;
        height: auto;
        text-align: left
    }

    .blocks-item .art-rate .availability-info .when-in-stock, .hurry-item .art-rate .availability-info .when-in-stock {
        padding: 0
    }

    .blocks-item .art-rate .availability-info .info-tag, .hurry-item .art-rate .availability-info .info-tag {
        min-height: 21px;
        margin: 0;

        /*padding: 1px 5px 0px;*/
        line-height: 20px
    }
    .list-item .availability-info .info-tag span.text {    font-size: 15px;}
    .blocks-item .art-rate .availability-info .text, .hurry-item .art-rate .availability-info .text {
        /*   font-size: 10px*/
    }

    .blocks-item .art-rate .availability-info .info-info, .hurry-item .art-rate .availability-info .info-info {
        text-align: center
    }

    .blocks-item .art-rate .rating-stars, .hurry-item .art-rate .rating-stars {
        display: block;
        text-align: center
    }

    .blocks-item .art-rate .art, .hurry-item .art-rate .art {
        display: none
    }

    .blocks-item .quantity-counter, .hurry-item .quantity-counter, .blocks-item .action-buttons, .hurry-item .action-buttons {
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }

    .blocks-item .quantity-counter .favorite, .hurry-item .quantity-counter .favorite, .blocks-item .action-buttons .favorite, .hurry-item .action-buttons .favorite {
        position: static;
        left: auto
    }

    .blocks-item .quantity-counter .btn-buy-wrap > .buy, .hurry-item .quantity-counter .btn-buy-wrap > .buy, .blocks-item .action-buttons .btn-buy-wrap > .buy, .hurry-item .action-buttons .btn-buy-wrap > .buy {
        height: auto;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 7px
    }

    .blocks-item .price-old, .hurry-item .price-old {
        display: none
    }

    .blocks-item .favorite, .hurry-item .favorite {
        position: absolute;
        left: 61px;
        height: 35px;
        width: 35px;
        line-height: 34px;
        border-radius: 3px
    }

    .blocks-item .action.favorite, .hurry-item .action.favorite {
        position: absolute;
        left: 5px;
        top: 115px;
        padding-left: 0 !important;
        text-transform: uppercase
    }

    .blocks-item .action.favorite i, .hurry-item .action.favorite i {
        display: none
    }

    .blocks-item .btn-buy-wrap > .buy, .hurry-item .btn-buy-wrap > .buy {
        min-width: 35px;
        height: 35px;
        line-height: 34px
    }

    .blocks-item .btn-buy-wrap > .buy .text, .hurry-item .btn-buy-wrap > .buy .text, .blocks-item .btn-buy-wrap > .buy:after, .hurry-item .btn-buy-wrap > .buy:after {
        display: none
    }

    .blocks-item .btn-buy-wrap > .buy i, .hurry-item .btn-buy-wrap > .buy i, .blocks-item .btn-buy-wrap > .buy:before, .hurry-item .btn-buy-wrap > .buy:before {
        font-weight: normal;
        display: block !important
    }

    .blocks-item.opened .full-view, .opened.hurry-item .full-view, .blocks-item.opened .techdata, .opened.hurry-item .techdata {
        display: block
    }

    .blocks-item.opened .full-view, .opened.hurry-item .full-view {
        clear: both;
        margin-top: 15px
    }

    .blocks-item.opened .techdata dt, .opened.hurry-item .techdata dt {
        margin-right: 5px
    }

    .blocks-item.opened .techdata dd, .opened.hurry-item .techdata dd {
        margin-left: 0
    }
}

.techdata {
    overflow: hidden;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0px
}

.techdata dt {
    clear: left;
    float: left
}

.techdata dd {
    float: left;
    margin-left: 5px
}

.blocks-item .techdata, .hurry-item .techdata {
    margin-bottom: 10px;
    width:100%;
}

@media (max-width: 767px) {
    .gift-slider .main-clicked.forced .text.in-cart, .list-item .main-clicked.forced .text.in-cart {
        display: inline-block
    }
}

.catalog-lvl0-page .catalog-category-header {
    position: relative;
    margin-top: 15px;
    padding-left: 75px;
    min-height: 60px
}

.catalog-lvl0-page .catalog-category-header > .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center
}

.catalog-lvl0-page .catalog-category-header > .img-wrap img {
    max-width: 100%;
    max-height: 100%
}


.catalog-lvl0-page .header-content > .link, .catalog-lvl0-page .deleted-properties .header-content > .deleted-property, .deleted-properties .catalog-lvl0-page .header-content > .deleted-property {
    font-weight: bold;
    font-size: 1.14286em
}

.catalog-lvl0-page .header-content > .products-in-category {
    margin-top: 5px
}

.catalog-lvl0-page .catalog-category-content {
    margin-bottom: 30px
}

.catalog-lvl0-page .catalog-lvl0-actions {
    margin-top: 40px;
    margin-bottom: 40px
}

.catalog-lvl0-page .catalog-lvl0-actions .action {
    padding-left: 0 !important;
    margin-right: 25px
}

.catalog-lvl0-page .catalog-lvl0-actions .text {
    font-size: 14px
}

.isotope-module .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border: none;
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer
}

.isotope-module .isotope__button-group {
    margin-bottom: 20px;
    border-radius: 1em;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.isotope-module .isotope__button-group:after {
    content: '';
    display: block;
    clear: both
}

.isotope-module .isotope__button-group .button {
    float: left;
    border-radius: 0;
    margin: -1px
}

.isotope-module .isotope__grid:after {
    content: '';
    display: block;
    clear: both
}

.isotope-module .element-item {
    position: relative;
    float: left;
    width: 30%;
    height: 123px;
    margin: 1.6665%;
    padding: 10px
}

@media (max-width: 767px) {
    .isotope-module .element-item {
        width: 90%;
        margin: 5%
    }
}

.isotope-module .element-item .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.isotope-module .element-item > * {
    margin: 0;
    padding: 0
}

.services .element-item {
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.services .element-item:before {
    content: '';
    height: 103px;
    width: 0;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s
}

.services .element-item .img {
    max-width: 90%;
    max-height: 98.4px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    opacity: .1;
    -webkit-transition: .5s;
    transition: .5s
}

.services .element-item .price {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    line-height: 1;
    font-size: 32px;
    text-align: center;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.services .element-item .title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -4px;
    -webkit-transition: .5s;
    transition: .5s
}

.services .element-item .desc {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: 110px;
    margin-bottom: 32px
}

.services .element-item .more-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 12px;
    height: 44px;
    line-height: 32px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    background: #eee;
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 58%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #fff 0%, #fff 58%, rgba(255, 255, 255, 0) 100%)
}

.services .element-item.gigante {
    height: auto;
    max-height: 400px;
    max-width: 100%
}

.services .element-item.gigante:before {
    height: 0
}

.services .element-item.gigante .price {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.services .element-item.gigante .title {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.services .element-item.gigante .img {
    top: 10px;
    max-height: 80px
}

.services .element-item.gigante .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.services .element-item.gigante .more-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.services .element-item:not(.gigante):hover .img {
    opacity: .25
}

.product-page h1[itemprop="name"], .product-page [itemprop="name"].title-h1, .modal_quick-view h1[itemprop="name"], .modal_quick-view [itemprop="name"].title-h1 {
    margin-bottom: 5px;
    line-height: 1.4
}

.product-page .rating-w-comments .rating-stars i, .product-page .rating-stars i, .modal_quick-view .rating-w-comments .rating-stars i, .modal_quick-view .rating-stars i {
    width: 24px;
    height: 24px
}

.product-page .rating-w-comments .rating-stars i:before, .product-page .rating-stars i:before, .modal_quick-view .rating-w-comments .rating-stars i:before, .modal_quick-view .rating-stars i:before {
    font-size: 20px
}

.product-page .rating-w-comments .comments, .product-page .comments, .modal_quick-view .rating-w-comments .comments, .modal_quick-view .comments {
    color: #000
}

.product-page .socials, .modal_quick-view .socials {
    position: relative;
    padding-left: 24px
}

.product-page .socials i:before, .modal_quick-view .socials i:before {
    position: absolute;
    font-size: 22px;
    left: 0px;
    top: -7px
}

.product-page .socials .social-buttons a, .modal_quick-view .socials .social-buttons a {
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px
}

.product-page .socials .social-buttons a img, .modal_quick-view .socials .social-buttons a img {
    position: static;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .product-page .socials[data-socials-type="hidden"], .modal_quick-view .socials[data-socials-type="hidden"] {
        cursor: pointer
    }

    .product-page .socials[data-socials-type="hidden"]:hover .social-buttons, .modal_quick-view .socials[data-socials-type="hidden"]:hover .social-buttons {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .product-page .socials[data-socials-type="hidden"] .social-buttons, .modal_quick-view .socials[data-socials-type="hidden"] .social-buttons {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        min-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-right: -10px;
        padding: 7px;
        padding-top: 14px;
        border-radius: 3px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: 9;
        pointer-events: none
    }

    .product-page .socials[data-socials-type="hidden"] .social-buttons:before, .modal_quick-view .socials[data-socials-type="hidden"] .social-buttons:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-bottom-color: #efefef
    }

    .product-page .socials[data-socials-type="hidden"] .social-buttons:after, .modal_quick-view .socials[data-socials-type="hidden"] .social-buttons:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        right: 10px;
        bottom: 10px;
        background: #efefef;
        z-index: -1;
        border-radius: 3px
    }
}

.product-page .socials[data-socials-type="visible"] .text, .modal_quick-view .socials[data-socials-type="visible"] .text {
    margin-right: 8px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: middle
}

.product-page .socials[data-socials-type="visible"] .social-buttons, .modal_quick-view .socials[data-socials-type="visible"] .social-buttons {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 8px
}

.product-page .socials[data-socials-type="visible"] .social-buttons a, .modal_quick-view .socials[data-socials-type="visible"] .social-buttons a {
    margin-right: 12px
}

@media (max-width: 767px) {
    .product-page .socials .text, .modal_quick-view .socials .text {
        margin-right: 8px;
        margin-bottom: 4px;
        display: inline-block;
        vertical-align: middle
    }

    .product-page .socials .social-buttons, .modal_quick-view .socials .social-buttons {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -3px;
        margin-right: 8px
    }

    .product-page .socials .social-buttons a, .modal_quick-view .socials .social-buttons a {
        margin-right: 12px
    }
}

.product-page .akcia-all, .modal_quick-view .akcia-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: auto;
    background: #fff;
    padding-bottom: 4px;
    border-radius: 0 0 10px 10px;
    margin: 0 -15px 15px
}

.product-page .akcia-all .akcia, .modal_quick-view .akcia-all .akcia {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 15px
}

.switch-stock {
    position: fixed;
    z-index: 10;
    top: 200px;
    right: 2px;
    width: 150px;
    height: 50px
}

@media (max-width: 991px) {
    .switch-stock {
        display: none
    }
}

.product-main {
    position: relative;
    /* padding-right: 35%*/
}

@media (max-width: 767px) {
    .product-main {
        padding-right: 15px
    }
}

.similar-products, .viewed-products {
    margin-top: 30px;
    margin-bottom: 45px
}

.similar-products header, .viewed-products header {
    text-align: center;
    font-size: 1.71429em;
    margin-bottom: 20px
}

.more_bold .similar-products header, .more_bold .viewed-products header {
    font-weight: bold
}

@media (max-width: 767px) {
    .similar-products, .viewed-products {
        display: none
    }
    #viewed-products-recommended {
        display: inline-block !important;
    }
    #viewed-products-recommended header {
        font-size: 1.31429em;
    }
    #viewed-products-recommended .scroll-slider-wrap {
        display: block !important;
    }

    .stock-item-page .similar-products, .stock-item-page .similar-products .scroll-slider-wrap, .stock-item-page .viewed-products, .stock-item-page .viewed-products .scroll-slider-wrap {
        display: block !important
    }

    .similar-products.gift-slider, .viewed-products.gift-slider {
        display: block
    }

    .similar-products.gift-slider .scroll-slider-wrap, .viewed-products.gift-slider .scroll-slider-wrap {
        display: block !important
    }
}

.rating-w-comments > .rating-stars {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    margin-top: -4px;
    margin-right: 7px
}

.rating-w-comments > .rating-stars > i {
    vertical-align: middle;
    width: 16px
}

.rating-w-comments > .rating-stars > i:before {
    top: -3px
}

.rating-w-comments > .comments {
    font-size: 13px;
    position: relative;
    top: -3px
}

.rating-w-comments > .comments > .positive {
    color: #2b6c00
}

.rating-w-comments > .comments > .negative {
    color: #ff0000
}

.short-info {
    margin-bottom: -10px;
    font-size: 0;
    color: #000
}

.short-info.under-image {
    margin: 30px -30px 15px 0
}



.short-info.under-image .credit .pseudolink-bd:hover, .short-info.under-image .credit .btn-delete .btn-text:hover, .btn-delete .short-info.under-image .credit .btn-text:hover, .short-info.under-image .credit .btn-to-waitlist .btn-text:hover, .btn-to-waitlist .short-info.under-image .credit .btn-text:hover, .short-info.under-image .credit .time .working-time[data-popup]:hover, .time .short-info.under-image .credit .working-time[data-popup]:hover, .short-info.under-image .credit .popup_basket .basket-waitlist-toggle .btn-text:hover, .popup_basket .basket-waitlist-toggle .short-info.under-image .credit .btn-text:hover, .short-info.under-image .credit .search-wrap .search-example:hover, .search-wrap .short-info.under-image .credit .search-example:hover, .short-info.under-image .credit .header-contacts .phone-wrap > a:hover, .header-contacts .short-info.under-image .credit .phone-wrap > a:hover, .short-info.under-image .credit [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .short-info.under-image .credit .text:hover, .short-info.under-image .credit [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .short-info.under-image .credit .text:hover, .short-info.under-image .credit [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .short-info.under-image .credit .text:hover, .short-info.under-image .credit .more-catalog-wrap .more-catalog .text:hover, .more-catalog-wrap .more-catalog .short-info.under-image .credit .text:hover, .short-info.under-image .credit .show-not-in-stock-wrap .show-not-in-stock > .text:hover, .show-not-in-stock-wrap .short-info.under-image .credit .show-not-in-stock > .text:hover, .short-info.under-image .credit .product-page span.edost_link:hover, .product-page .short-info.under-image .credit span.edost_link:hover, .short-info.under-image .credit .modal_quick-view span.edost_link:hover, .modal_quick-view .short-info.under-image .credit span.edost_link:hover, .short-info.under-image .credit .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:hover, .order-details-page .bx-soa-section.bx-selected .short-info.under-image .credit .bx-soa-editstep:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-detail-show-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-detail-show-link:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-detail-hide-link:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-list-cancel-payment:hover, .short-info.under-image .credit .account-personal-order-detailed .bx-content .sale-order-list-change-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .credit .sale-order-list-change-payment:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-detail-show-link:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-detail-show-link:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-detail-hide-link:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-list-cancel-payment:hover, .short-info.under-image .credit .account-personal-order-list .bx-content .sale-order-list-change-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .credit .sale-order-list-change-payment:hover, .short-info.under-image .delivery .pseudolink-bd:hover, .short-info.under-image .delivery .btn-delete .btn-text:hover, .btn-delete .short-info.under-image .delivery .btn-text:hover, .short-info.under-image .delivery .btn-to-waitlist .btn-text:hover, .btn-to-waitlist .short-info.under-image .delivery .btn-text:hover, .short-info.under-image .delivery .time .working-time[data-popup]:hover, .time .short-info.under-image .delivery .working-time[data-popup]:hover, .short-info.under-image .delivery .popup_basket .basket-waitlist-toggle .btn-text:hover, .popup_basket .basket-waitlist-toggle .short-info.under-image .delivery .btn-text:hover, .short-info.under-image .delivery .search-wrap .search-example:hover, .search-wrap .short-info.under-image .delivery .search-example:hover, .short-info.under-image .delivery .header-contacts .phone-wrap > a:hover, .header-contacts .short-info.under-image .delivery .phone-wrap > a:hover, .short-info.under-image .delivery [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .short-info.under-image .delivery .text:hover, .short-info.under-image .delivery [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .short-info.under-image .delivery .text:hover, .short-info.under-image .delivery [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .short-info.under-image .delivery .text:hover, .short-info.under-image .delivery .more-catalog-wrap .more-catalog .text:hover, .more-catalog-wrap .more-catalog .short-info.under-image .delivery .text:hover, .short-info.under-image .delivery .show-not-in-stock-wrap .show-not-in-stock > .text:hover, .show-not-in-stock-wrap .short-info.under-image .delivery .show-not-in-stock > .text:hover, .short-info.under-image .delivery .product-page span.edost_link:hover, .product-page .short-info.under-image .delivery span.edost_link:hover, .short-info.under-image .delivery .modal_quick-view span.edost_link:hover, .modal_quick-view .short-info.under-image .delivery span.edost_link:hover, .short-info.under-image .delivery .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:hover, .order-details-page .bx-soa-section.bx-selected .short-info.under-image .delivery .bx-soa-editstep:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-detail-show-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-detail-show-link:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-detail-hide-link:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-list-cancel-payment:hover, .short-info.under-image .delivery .account-personal-order-detailed .bx-content .sale-order-list-change-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .delivery .sale-order-list-change-payment:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-detail-show-link:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-detail-show-link:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-detail-hide-link:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-list-cancel-payment:hover, .short-info.under-image .delivery .account-personal-order-list .bx-content .sale-order-list-change-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .delivery .sale-order-list-change-payment:hover, .short-info.under-image .warranty .pseudolink-bd:hover, .short-info.under-image .warranty .btn-delete .btn-text:hover, .btn-delete .short-info.under-image .warranty .btn-text:hover, .short-info.under-image .warranty .btn-to-waitlist .btn-text:hover, .btn-to-waitlist .short-info.under-image .warranty .btn-text:hover, .short-info.under-image .warranty .time .working-time[data-popup]:hover, .time .short-info.under-image .warranty .working-time[data-popup]:hover, .short-info.under-image .warranty .popup_basket .basket-waitlist-toggle .btn-text:hover, .popup_basket .basket-waitlist-toggle .short-info.under-image .warranty .btn-text:hover, .short-info.under-image .warranty .search-wrap .search-example:hover, .search-wrap .short-info.under-image .warranty .search-example:hover, .short-info.under-image .warranty .header-contacts .phone-wrap > a:hover, .header-contacts .short-info.under-image .warranty .phone-wrap > a:hover, .short-info.under-image .warranty [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-top"] .top-line .account-not-authorized:hover .short-info.under-image .warranty .text:hover, .short-info.under-image .warranty [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="fixed-bottom"] .top-line .account-not-authorized:hover .short-info.under-image .warranty .text:hover, .short-info.under-image .warranty [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .text:hover, [data-top-line-position="not-fixed"] .top-line .account-not-authorized:hover .short-info.under-image .warranty .text:hover, .short-info.under-image .warranty .more-catalog-wrap .more-catalog .text:hover, .more-catalog-wrap .more-catalog .short-info.under-image .warranty .text:hover, .short-info.under-image .warranty .show-not-in-stock-wrap .show-not-in-stock > .text:hover, .show-not-in-stock-wrap .short-info.under-image .warranty .show-not-in-stock > .text:hover, .short-info.under-image .warranty .product-page span.edost_link:hover, .product-page .short-info.under-image .warranty span.edost_link:hover, .short-info.under-image .warranty .modal_quick-view span.edost_link:hover, .modal_quick-view .short-info.under-image .warranty span.edost_link:hover, .short-info.under-image .warranty .order-details-page .bx-soa-section.bx-selected .bx-soa-editstep:hover, .order-details-page .bx-soa-section.bx-selected .short-info.under-image .warranty .bx-soa-editstep:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-detail-show-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-detail-show-link:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-detail-hide-link:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-list-cancel-payment:hover, .short-info.under-image .warranty .account-personal-order-detailed .bx-content .sale-order-list-change-payment:hover, .account-personal-order-detailed .bx-content .short-info.under-image .warranty .sale-order-list-change-payment:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-detail-show-link:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-detail-show-link:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-more:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-detail-about-order-inner-container-name-read-more:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-change-link:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-detail-payment-options-methods-info-change-link:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-name-read-less:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-detail-about-order-inner-container-name-read-less:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-detail-hide-link:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-detail-hide-link:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-list-cancel-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-list-cancel-payment:hover, .short-info.under-image .warranty .account-personal-order-list .bx-content .sale-order-list-change-payment:hover, .account-personal-order-list .bx-content .short-info.under-image .warranty .sale-order-list-change-payment:hover {
    cursor: help
}

.short-info.under-image .info {
    position: relative;
    padding-left: 25px
}

.short-info.under-image .info i, .short-info.under-image .info img, .short-info.under-image .info .svg-wrap {
    position: absolute;
    left: 0;
    top: -7px;
    max-height: 20px
}

.short-info.under-image .info .svg-wrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    top: -4px
}

.list-item .short-info.under-image {
    text-align: left;
    margin: 0
}

.list-item .short-info.under-image:after {
    display: none
}

.list-item .short-info.under-image .info {
    display: block;
    margin-bottom: 10px
}

.short-info:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    line-height: 0
}

.short-info > .info, .short-info .price-action__info {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 30px;
    /* padding-left: 25px;*/
    font-size: 1.2rem;
    padding-bottom: 1px
}

.short-info > .info.credit i {
    top: -6px;
    left: 0px
}

.short-info > .info.delivery i {
    top: -5px;
    left: 0
}

.short-info > .info.delivery i:before {
    font-size: 19px
}

.short-info > .info.warranty {
    padding-left: 25px
}

.short-info > .info.warranty i {
    top: 0;
    left: 5px
}

.short-info > .info.warranty i:before {
    font-size: 12px
}

.short-info > .info.warranty .img-here {
    top: -1px;
    left: -3px;
    height: 20px;
    width: 27px;
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/rst.png") no-repeat;
    background-size: auto 100%;
    background-position: center center
}

.short-info > .info.price-action {
    height: auto
}

.short-info > .info.price-action {
    margin-bottom: 0 !important
}

.short-info > .info.stock .detailed-text {
    margin-bottom: 10px
}

.short-info > .action > i {
    position: absolute
}

.short-info > .info.price-action {
    width: auto;
    padding: 0;
    display: inline
}

.short-info .price-action__info {
    margin-right: 30px
}

.short-info > .info.full-width {
    width: calc(100% - 55px) !important
}

@media (min-width: 1200px) {
    .short-info > .info, .short-info .price-action__info {
        width: 220px
    }
}

@media (max-width: 1199px) {
    .short-info > .info, .short-info .price-action__info {
        width: 180px
    }
}

@media (max-width: 991px) {
    .short-info.under-image {
        margin-top: 0px
    }

    .short-info.under-image > * {
        padding-right: 30px;
        margin-right: 0 !important
    }

    .short-info > .info, .short-info .price-action__info {
        width: 220px
    }
}

@media (max-width: 767px) {
    .short-info.under-image > .info, .short-info.under-image > .action {
        margin-right: 10px;
        margin-bottom: 15px
    }

    .short-info > .info, .short-info .price-action__info {
        width: 240px
    }
}

.short-info-top {
    width: 100%
}

.short-info-top .info {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: .85714em;
    padding-bottom: 1px
}

.short-info-top > .info.art {
    margin-top: -6px;
    padding-bottom: 3px
}

.short-info-top:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    line-height: 0
}

@media (min-width: 768px) {
    .short-info-top {
        text-align: justify
    }
}

.popup_detailed {
    position: absolute;
    z-index: 4;
    display: none;
    width: 250px;
    border: 1px solid;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 1em;
    text-align: left;
    background: #ffef89;
    border-color: #e3d057;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24)
}

.popup_detailed .detailed-header {
    position: relative;
    margin-bottom: 10px;
    font-weight: bold
}

.popup_detailed .detailed-header.iconed {
    padding-left: 40px
}

.popup_detailed .detailed-header > i {
    position: absolute;
    font-weight: normal
}

.popup_detailed .detailed-header.self {
    margin-top: 20px
}

.popup_detailed .icon-courier {
    left: 0px;
    top: -15px
}

.popup_detailed .icon-courier:before {
    font-size: 35px
}

.popup_detailed .icon-self {
    left: 5px;
    top: -15px
}

.popup_detailed .icon-self:before {
    font-size: 30px
}

.popup_detailed:before, .popup_detailed:after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border: 7px solid
}

.popup_detailed:before {
    color: #e3d057
}

.popup_detailed:after {
    color: #ffef89
}

.popup_detailed[data-v-align="bottom"] {
    margin-top: 7px
}

.popup_detailed[data-v-align="bottom"]:before, .popup_detailed[data-v-align="bottom"]:after {
    bottom: 100%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0
}

.popup_detailed[data-v-align="bottom"]:after {
    margin-bottom: -1px
}

.popup_detailed[data-v-align="top"] {
    margin-top: -7px
}

.popup_detailed[data-v-align="top"]:before, .popup_detailed[data-v-align="top"]:after {
    top: 100%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.popup_detailed[data-v-align="top"]:after {
    margin-top: -1px
}

.popup_detailed[data-v-align="centered"]:before, .popup_detailed[data-v-align="centered"]:after {
    top: 50%;
    margin-top: -7px
}

.popup_detailed[data-h-align="centered"]:before, .popup_detailed[data-h-align="centered"]:after {
    left: 50%;
    margin-left: -7px
}

.popup_detailed[data-h-align="left"] {
    margin-right: 7px
}

.popup_detailed[data-h-align="left"]:before, .popup_detailed[data-h-align="left"]:after {
    left: 100%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 0
}

.popup_detailed[data-h-align="left"]:after {
    margin-left: -1px
}

.popup_detailed[data-h-align="right"] {
    margin-left: 7px
}

.popup_detailed[data-h-align="right"]:before, .popup_detailed[data-h-align="right"]:after {
    right: 100%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 0
}

.popup_detailed[data-h-align="right"]:after {
    margin-right: -1px
}

.popup_detailed[data-v-align="topborder"]:before, .popup_detailed[data-v-align="topborder"]:after {
    top: 7px
}

.popup_detailed[data-v-align="bottom-border"]:before, .popup_detailed[data-v-align="bottom-border"]:after {
    bottom: 7px
}

.popup_detailed[data-h-align="leftborder"]:before, .popup_detailed[data-h-align="leftborder"]:after {
    left: 7px
}

.popup_detailed[data-h-align="rightborder"]:before, .popup_detailed[data-h-align="rightborder"]:after {
    right: 7px
}

.product-photos {
    position: relative;
    width: 100%;
    padding-top: 0px;
    min-height: 315px;
    margin-bottom: 50px;
    padding-right: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-photos.no-thumbs {
    padding-right: 0px
}

.product-photos.no-thumbs > .thumbnails-wrap {
    display: none
}

.product-photos.no-thumbs .big-stickers, .product-photos.no-thumbs .stickers, .product-photos.no-thumbs .countdown, .product-photos.no-thumbs .info-popups, .product-photos.no-thumbs .action.zoom {
    right: 0
}

.product-photos.no-thumbs .view3d {
    bottom: 0
}

.product-photos .big-stickers, .product-photos .stickers {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 120px;
    pointer-events: none
}

.product-photos .big-stickers .discount-w-number, .product-photos .stickers .discount-w-number {
    position: static;
    float: right;
    clear: right
}

.product-photos .big-stickers .stickers-wrap, .product-photos .stickers .stickers-wrap {
    float: none;
    margin-right: 160px
}

.product-photos .big-stickers .stickers-wrap:before, .product-photos .big-stickers .stickers-wrap:after, .product-photos .stickers .stickers-wrap:before, .product-photos .stickers .stickers-wrap:after {
    content: " ";
    display: table
}

.product-photos .big-stickers .stickers-wrap:after, .product-photos .stickers .stickers-wrap:after {
    clear: both
}

.product-photos .circle {
    bottom: 7px
}

.product-photos .brand {
    pointer-events: auto;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    float: right;
    max-height: 120px;
    max-width: 160px;
    border-radius: 3px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-photos .brand:active, .product-photos .brand.active {
    -webkit-transition: none;
    transition: none
}

.product-photos .brand img {
    margin: auto;
    max-height: 100px;
    max-width: 100%
}

.product-photos .countdown {
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 120px;
    top: auto;
    margin: auto;
    height: 70px;
    line-height: normal;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.75);
    text-align: center
}

.product-photos .countdown .timer-wrap {
    position: relative;
    display: inline-block;
    height: 100%;
    width: auto;
    min-width: 290px;
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
    background: none !important;
    border: none !important
}

.product-photos .countdown .timer {
    margin: 0;
    display: inline-block;
    min-width: 250px
}

.product-photos .countdown .countdown-amount {
    font-weight: bold;
    font-size: 2.14286em
}

.modal_quick-view .product-photos .countdown .countdown-amount {
    font-size: 1.85714em
}

.product-photos .countdown .countdown-period {
    display: block;
    line-height: 13px;
    font-size: 1.14286em
}

.modal_quick-view .product-photos .countdown .countdown-period {
    font-size: .85714em
}

.product-photos .countdown .already-sold {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px
}

.product-photos .countdown .already-sold__track {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.modal_quick-view .product-photos .countdown {
    padding-left: 50px
}

@media (min-width: 992px) {
    .modal_quick-view .product-photos .countdown {
        height: 70px;
        bottom: 5px
    }

    .modal_quick-view .product-photos .countdown .countdown-amount {
        font-size: 1.85714em
    }

    .modal_quick-view .product-photos .countdown .countdown-period {
        font-size: .85714em
    }
}

@media (max-width: 991px) {
    .product-photos .countdown {
        right: 0
    }
}

.product-photos .info-popups {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0
}

.product-photos .info-popup {
    background: rgba(31, 31, 31, 0.86);
    color: #fff
}

.product-photos .info-popup:before {
    border-top-color: rgba(31, 31, 31, 0.86);
    border-left-color: rgba(31, 31, 31, 0.86)
}

.product-photos .info-popup > .btn-close {
    color: #fff
}

.product-photos .info-popup > .btn-close:hover, .product-photos .info-popup > .btn-close:active {
    color: silver
}

.product-photos .product-photo {
    position: relative;
    text-align: center;
    width: 100%
}

.product-photos .product-photo img {
    max-width: 100%
}

.product-photos .product-photo:hover {
    cursor: pointer
}

.product-photos .action.zoom {
    position: absolute;
    top: 100%;
    right: 110px;
    height: 36px
}

.product-photos .action.zoom > i {
    left: -2px;
    top: 3px
}

.product-photos .action.zoom > i:before {
    font-size: 23px
}

.product-photos .view3d {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 7px 10px;
    font-size: 16px
}

.more_bold .product-photos .view3d {
    font-weight: bold
}

.product-photos .view3d > i {
    position: absolute;
    left: 11px;
    top: -3px;
    font-weight: normal
}

.product-photos .view3d > i:before {
    font-size: 30px
}

@media (max-width: 991px) {
    .product-photos {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 100px
    }

    .product-photos.no-thumbs {
        padding-bottom: 20px
    }

    .product-photos.no-thumbs .big-stickers, .product-photos.no-thumbs .stickers {
        bottom: 15px
    }

    .product-photos.has-timer {
        padding-bottom: 200px
    }

    .product-photos.has-timer.no-thumbs {
        padding-bottom: 60px
    }

    .product-photos.has-timer.no-thumbs .countdown {
        bottom: 0px
    }

    .product-photos .info-popups {
        display: none
    }

    .product-photos .big-stickers, .product-photos .stickers {
        right: 0;
        bottom: 100px
    }

    .product-photos .action.zoom {
        right: 0
    }

    .product-photos .countdown {
        bottom: 100px
    }

    .product-photos .view3d {
        bottom: 100px
    }
}

@media (max-width: 767px) {
    .product-photos {
        min-height: 200px;
        margin-bottom: 15px
    }

    .product-photos.has-timer.no-thumbs {
        padding-bottom: 70px
    }

    .product-photos .countdown .timer {
        min-width: 220px
    }

    .product-photos.has-timer {
        padding-bottom: 160px
    }

    .product-photos .big-stickers {
        display: none
    }

    .product-photos .view3d, .product-photos .action.zoom {
        display: none !important
    }
}

@media (max-width: 500px) {
    .product-photos.has-timer.no-thumbs {
        padding-bottom: 50px
    }

    .product-photos .countdown {
        height: 55px
    }

    .product-photos .countdown .countdown-amount {
        font-size: 1.57143em
    }

    .product-photos .countdown .countdown-period {
        font-size: .85714em
    }

    .product-photos .countdown .timer {
        min-width: 160px
    }
}

.info-popup {
    display: none;
    position: relative;
    width: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: .85714em
}

.info-popup:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent
}

.info-popup > .btn-close {
    top: 0px;
    right: 4px
}

.info-popup > .btn-close > i:before {
    font-size: 10px
}

.thumbnails-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100px;
    bottom: 0;
    padding: 50px 0
}

.thumbnails-wrap > .thumbnails-frame {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb {
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px solid;
    border-radius: 3px;
    padding: 1px
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb:active, .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb.active {
    -webkit-transition: none;
    transition: none
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb > img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb + .thumb {
    margin-top: 15px
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb:hover {
    cursor: pointer
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb.active {
    border-width: 2px;
    padding: 0px
}

.thumbnails-wrap > .thumb-control {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.thumbnails-wrap > .thumb-control .arrow-left, .thumbnails-wrap > .thumb-control .arrow-right {
    display: none
}

.thumbnails-wrap > .thumb-control.prev {
    top: 0;
    line-height: 30px
}

.thumbnails-wrap > .thumb-control.next {
    bottom: 0
}

@media (max-width: 991px) {
    .thumbnails-wrap {
        height: 70px;
        width: 100%;
        bottom: 15px;
        left: 0;
        top: auto;
        right: auto;
        padding: 0 50px
    }

    .thumbnails-wrap > .thumbnails-frame {
        text-align: center
    }

    .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee {
        height: 100%;
        display: inline-block
    }

    .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:before, .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:after {
        content: " ";
        display: table
    }

    .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee:after {
        clear: both
    }

    .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb {
        float: left;
        height: 70px;
        width: 70px;
        line-height: 70px
    }

    .thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb + .thumb {
        margin-top: 0;
        margin-left: 15px
    }

    .thumbnails-wrap > .thumb-control {
        left: auto;
        right: auto;
        top: 0;
        bottom: 0
    }

    .thumbnails-wrap > .thumb-control .arrow-up, .thumbnails-wrap > .thumb-control .arrow-down {
        display: none
    }

    .thumbnails-wrap > .thumb-control .arrow-left, .thumbnails-wrap > .thumb-control .arrow-right {
        display: block
    }

    .thumbnails-wrap > .thumb-control .arrow-left:before, .thumbnails-wrap > .thumb-control .arrow-right:before {
        font-size: 18px
    }

    .thumbnails-wrap > .thumb-control.prev {
        left: 0
    }

    .thumbnails-wrap > .thumb-control.prev > i {
        position: relative;
        top: 1px
    }

    .thumbnails-wrap > .thumb-control.next {
        right: 0
    }

    .thumbnails-wrap > .thumb-control.next > i {
        position: relative;
        left: 1px
    }
}

.thumb.add-photo {
    display: block;
    text-align: center;
    line-height: normal !important;
    color: gray
}

.thumb.add-photo.active {
    border-width: 1px !important;
    padding: 1px !important;
    -webkit-transition: color .4s, border-color .4s !important;
    transition: color .4s, border-color .4s !important
}

.add-photo-label {
    display: block;
    height: 100%
}

.add-photo-label:hover {
    cursor: pointer !important
}

.add-photo-label > .add-photo-input {
    display: none
}

.add-photo-label > .plus-sign {
    display: block;
    margin-top: -5px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: -10px
}

@media (max-width: 991px) {
    .add-photo-label > .plus-sign {
        margin-top: -5px;
        font-size: 25px
    }
}

.add-photo-label > .text {
    border-bottom: 1px dotted;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase
}

.thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb, .bigimg-thumbnails-wrap > .thumbnails-frame > .thumbnails-slidee > .thumb {
    background: #fff;
    border-color: #e1e1e1
}

[data-styling-type="flat"] .thumbnails-wrap > .thumb-control, [data-styling-type="flat"] .bigimg-thumbnails-wrap > .thumb-control {
    background: none;
    border: 1px solid #e2e2ea
}

.bigimg-thumbnails-wrap {
    background: rgba(0, 0, 0, 0.8)
}

.bigimg-wrap {
    background: rgba(0, 0, 0, 0.5)
}

.buy-block-origin {
    /*   position: absolute;
       z-index: 3;
       top: 0;
       right: 15px;
       bottom: 0;
       width: 32%*/
}

@media (max-width: 767px) {
    .buy-block-origin {
        position: relative;
        right: 0;
        width: 100%
    }
}

.buy-block-origin .price-action__info {
    position: relative;
    margin-bottom: 10px;
    /* padding-left: 30px*/
}

.buy-block-origin .price-action__info i, .buy-block-origin .price-action__info .svg-wrap {
    position: absolute;
    width: 25px !important;
    left: 0
}

.buy-block-wrap {
    position: relative
}

@media (max-width: 767px) {
    .buy-block-wrap {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto
    }

    [data-top-line-position="fixed-top"] .buy-block-wrap {
        margin-top: 0
    }
}

.buy-block-wrap.state_fixed .product-name, .buy-block-wrap.state_bottom .product-name, .buy-block-wrap.in-collection .product-name {
    height: auto;
    opacity: 1
}

.buy-block-wrap.state_fixed .product-main-photo, .buy-block-wrap.state_bottom .product-main-photo, .buy-block-wrap.in-collection .product-main-photo {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .5s, opacity .35s .15s;
    transition: transform .5s, opacity .35s .15s
}

.buy-block-wrap.state_fixed .move, .buy-block-wrap.state_bottom .move, .buy-block-wrap.in-collection .move {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    margin-bottom: 150px
}

.buy-block-wrap.state_fixed .buy-block-additional > header, .buy-block-wrap.state_bottom .buy-block-additional > header, .buy-block-wrap.in-collection .buy-block-additional > header {
    display: none
}

.buy-block-wrap.state_bottom {
    position: absolute;
    bottom: 35px
}

.buy-block-wrap.in-collection .buy-buttons-wrap {
    display: none
}

.buy-block-wrap.in-collection .quantity-counter {
    display: none !important
}

.buy-block-wrap.in-collection .buy-block-additional {
    display: none
}

.buy-block-wrap.in-collection .buy-block-content {
    padding: 10px;
    text-align: center
}

.buy-block-wrap.out-of-stock .sku, .buy-block-wrap.out-of-stock .price, .buy-block-wrap.out-of-stock .price-actions, .buy-block-wrap.out-of-stock .availability > .text, .buy-block-wrap.out-of-stock .availabitliy > .store, .buy-block-wrap.out-of-stock .buy-block-additional, .buy-block-wrap.out-of-stock .buy-block-footer, .buy-block-wrap.out-of-stock .btn-big.buy {
    display: none !important
}

.buy-block-wrap.out-of-stock .product-main-photo {
    opacity: 0.5
}

.buy-block-wrap.out-of-stock .buy-block-main {
    padding-bottom: 11px
}

[data-styling-type="skew"] .buy-block-wrap.out-of-stock .buy-block-main:before {
    bottom: 6px
}

.buy-block-wrap.out-of-stock .btn-big.to-waitlist, .buy-block-wrap.out-of-stock .notify-me {
    display: block !important;
    margin-left: auto;
    margin-right: auto
}

.buy-block-wrap.out-of-stock .price-wrap > .text > .price-old {
    font-size: 20px;
    font-weight: bold
}

@media (max-width: 767px) {
    .buy-block-wrap {
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.buy-block-wrap > *:last-child {
    margin-bottom: 0 !important
}

.buy-block-main {
    position: relative;
    width: 100%;
    z-index: 1;
    /* border-radius: 3px*/
}

[data-styling-type="flat"] .buy-block-main {
    padding: 5px;
    padding-bottom: 42px
}

[data-styling-type="skew"] .buy-block-main {
    padding: 9px 10px;
    padding-bottom: 50px
}

[data-styling-type="skew"] .buy-block-main:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 4px;
    bottom: 44px;
    left: 4px;
    border-radius: 3px
}

.modal_quick-view .buy-block-main {
    padding-bottom: 12px
}

.modal_quick-view .buy-block-main:before {
    bottom: 7px
}

[data-styling-type="flat"] .buy-block-main.__slim {
    padding: 5px
}

[data-styling-type="skew"] .buy-block-main.__slim {
    padding: 9px 10px
}

.buy-block-main.__slim:before {
    bottom: 4px
}

.buy-block-main .svg-wrap {
    fill: #000
}

.buy-block-content {
    /*  border-radius: 3px;
      width: 100%;
      background: #fff*/
}

[data-styling-type="skew"] .buy-block-content {
    border: 1px solid;
    border-color: #9e9e9e
}

.buy-block-content .price-old {
    color: #676767
}

.buy-block-content .btn-big.to-waitlist {
    color: #a3a0b1
}

.buy-block-content .additional-prices-wrap {
    background: #f5f5f5;
    padding: 12px 7px;
    border: 1px solid #ddd;
    border-radius: 20px;
    -moz-width: -moz-fit-content;
    width: fit-content;
}

.buy-block-content > .product-name {
    text-align: center;
    font-size: 1.14286em;
    height: 0;
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s
}

.buy-block-content > .product-main-photo {
    text-align: center;
    width: 100%;
    height: 150px;
    line-height: 150px;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-bottom: -150px;
    opacity: 0;
    -webkit-transition: -webkit-transform .5s, opacity .35s;
    transition: transform .5s, opacity .35s
}

.collection-wrap .buy-block-content > .product-main-photo {
    margin-bottom: 0
}

.buy-block-content .move {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    transition: .5s
}

.buy-block-content .move > .actions {
    margin-bottom: 15px;
    text-align: left
}

.buy-block-content .favorite {
    display: inline-block;
    padding-left: 30px !important
}

.buy-block-content .favorite > i {
    top: auto;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 7px;
    height: 12px;
    width: 15px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 9px;
    font-weight: bold
}

.buy-block-content .favorite > i:before {
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: -10px;
    left: -5px
}

.buy-block-content .compare {
    display: block;
    margin-left: 3px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .buy-block-content .compare {
        float: right;
        margin-top: 2px
    }
}

@media (min-width: 992px) {
    .buy-block-content .compare {
        float: right;
        margin-top: 2px
    }
}

.buy-block-content .price-action .svg-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 20px
}

.buy-block-content .move > .price-wrap {
    margin-bottom: 10px;
    /*text-align: center*/
}

.buy-block-content .move > .price-wrap > .price-values .price-update {
    cursor: help
}

.buy-block-content .move > .price-wrap > .price-values .text {
    font-size: 1.28571em;
    font-weight: bold
}

.buy-block-content .move > .price-wrap > .price-values .text > .price-old {
    font-weight: normal;
    font-size: .77778em;
    margin-left: 10px
}

.buy-block-content .move > .price-wrap > .price-values .price {
    display: inline-flex;
    font-weight: bold;
    font-size: 1.71429em;
    margin-left: 10px
}

.buy-block-content .move > .price-wrap .additional-price-type {
    padding-right: 10px
}

.buy-block-content .move > .price-wrap .additional-price-type .price {
    font-size: 16px;
    font-weight: normal;

}
.buy-block-content .move > .price-wrap .additional-price-type .price .value {
    font-size: 16px;
    text-decoration: line-through;
}

.buy-block-content .move > .price-wrap .additionals-price {
    font-size: .71429em
}

.buy-block-content .move > .price-wrap .additional-prices-wrap {
    overflow: hidden;
    margin-top: 4px
}

.buy-block-content .move > .price-wrap .additional-prices-wrap .scroller {
    max-height: 65px
}

.buy-block-content .price-actions > .action {
    margin-top: 10px
}

.buy-block-content .price-actions > .action.inform-when-price-drops {
    float: left;
    margin-right: 5px
}

.buy-block-content .price-actions > .action.cry-for-price {
    float: right;
    margin-left: 5px
}

.buy-block-content .move > .product-options {
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    text-align: left
}

.buy-block-content .move > .product-options .select-wrap {
    margin-bottom: 10px
}

.buy-block-content .move > .product-options .select-wrap .select-styled, .buy-block-content .move > .product-options .select-wrap .ik_select {
    width: 100% !important;
    max-width: 400px !important
}

.buy-block-content .move > .product-options .selection-color, .buy-block-content .move > .product-options .selection-text {
    margin-top: 15px;
    margin-bottom: 5px
}

.buy-block-content .move > .product-options .selection-color .text, .buy-block-content .move > .product-options .selection-text .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.buy-block-content .move > .product-options .selection-color .selection-item, .buy-block-content .move > .product-options .selection-text .selection-item {
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    text-align: center
}

.buy-block-content .move > .product-options .selection-color .selection-item:active, .buy-block-content .move > .product-options .selection-color .selection-item.active, .buy-block-content .move > .product-options .selection-text .selection-item:active, .buy-block-content .move > .product-options .selection-text .selection-item.active {
    -webkit-transition: none;
    transition: none
}

.buy-block-content .move > .product-options .selection-color .selection-item:hover, .buy-block-content .move > .product-options .selection-text .selection-item:hover {
    cursor: pointer
}

.buy-block-content .move > .product-options .selection-color .selection-item.active, .buy-block-content .move > .product-options .selection-text .selection-item.active {
    border-style: solid;
    border-width: 2px;
    padding: 0
}

.buy-block-content .move > .product-options .selection-color .selection-item.active > span, .buy-block-content .move > .product-options .selection-color .selection-item.active > img, .buy-block-content .move > .product-options .selection-text .selection-item.active > span, .buy-block-content .move > .product-options .selection-text .selection-item.active > img {
    border-radius: 2px
}

.buy-block-content .move > .product-options .selection-color .selection-item.active:hover, .buy-block-content .move > .product-options .selection-text .selection-item.active:hover {
    cursor: default
}

.buy-block-content .move > .product-options .selection-color .selection-item > span, .buy-block-content .move > .product-options .selection-color .selection-item > img, .buy-block-content .move > .product-options .selection-text .selection-item > span, .buy-block-content .move > .product-options .selection-text .selection-item > img {
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    height: 100%
}

.buy-block-content .move > .product-options .selection-color .selection-item {
    width: 32px
}

.buy-block-content .move > .product-options .selection-text .selection-item {
    line-height: 28px;
    min-width: 32px;
    padding: 1px 6px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.buy-block-content .move > .product-options .selection-text .selection-item.active {
    padding: 0 5px
}

.buy-block-content .move > .product-options > .quantity-counter {
    display: block;
    /*text-align: center;*/
    margin-bottom: 15px;
    white-space: normal
}

.buy-block-content .availability-info {
    vertical-align: top
}

.buy-block-content .availability-info .info-tag {
    margin: 0px auto 5px 0;
    padding-bottom: 4px
}

.buy-block-content .availability-info .info-info {
    display: block;
    max-width: 250px;
    margin-bottom: 5px
}

.buy-block-content .availability-info .tooltip {
    white-space: normal
}

.buy-block-content .inner-quan-wrap {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    margin-bottom: 5px
}

.buy-block-content .move > .buy-buttons-wrap {
    text-align: center
}

.buy-block-content .btn-big {
    /*  width: 100%;
      max-width: 400px;
      height: 50px;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 1.71429em*/
}

.buy-block-content .btn-big:active .text, .buy-block-content .btn-big:active:after, .buy-block-content .btn-big:active i, .buy-block-content .btn-big:active:before {
    top: 1px
}

.more_bold .buy-block-content .btn-big {
    font-weight: bold
}

/*.buy-block-content .btn-big > .text, .buy-block-content .btn-big:after {
    position: relative;
    padding-left: 30px
}*/

.buy-block-content .btn-big:after {
    padding-left: 0
}

.buy-block-content .btn-big > i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.buy-block-content .btn-big > i:before {
    font-size: 32px;
    font-weight: normal;
}

.buy-block-content .to-waitlist, .buy-block-content .notify-me {
    display: none
}

.buy-block-content .notify-me {
    padding-left: 0 !important
}

.buy-block-content .move > .availability {
    display: none;
    margin-top: 15px
}

[data-product-availability="expanded"] .buy-block-content .move > .availability {
    display: block
}

.out-of-stock .buy-block-content .move > .availability > .text, .out-of-stock .buy-block-content .move > .availability > .store {
    display: none
}

.buy-block-content .move > .availability > .store {
    position: relative;
    margin-top: 5px;
    font-size: .85714em;
    text-align: left
}

.buy-block-content .move > .availability > .store > .text:hover {
    cursor: help
}

.buy-block-content .move > .availability > .store > .store-indicator {
    vertical-align: bottom
}

.buy-block-content .move > .availability > .store > .store-indicator, .buy-block-content .move > .availability > .store > .store-text, .buy-block-content .move > .availability > .store > .store-numeric {
    margin-left: 5px
}

.buy-block-content .buy.btn-big, .buy-block-content .btn-main.btn-big, .buy-block-content .btn-silver.btn-big {
    height: auto;
    line-height: 30px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 9px
}

.buy-block-content .buy.btn-big > i:before, .buy-block-content .btn-main.btn-big > i:before, .buy-block-content .btn-silver.btn-big > i:before {
    top: 2px;
    left: -10px
}

@media (min-width: 1200px) {
    /* .buy-block-content {
         padding: 5px 15px 15px
     }*/
}

@media (min-width: 1200px) and (max-height: 680px) {
    .buy-block-content .availability {
        display: none
    }

    .buy-block-content .product-options {
        margin: 0
    }

    .buy-block-content .product-options > .quantity-counter {
        margin-bottom: 5px
    }
}

@media (max-width: 1199px) {
    .buy-block-content {
        padding: 5px 15px 10px
    }

    .buy-block-content .price-wrap > .price {
        margin-left: 0
    }

    .buy-block-content .availability {
        display: none
    }
}

@media (max-width: 991px) {
    .buy-block-content {
        padding: 10px
    }

    .buy-block-content .price-old {
        display: none
    }

    .out-of-stock .buy-block-content .price-old {
        display: inline-block
    }

    .buy-block-content .availability-info {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

    .buy-block-content .product-name, .state_fixed .buy-block-content .product-name, .state_bottom .buy-block-content .product-name {
        display: none
    }

    .buy-block-content .btn-big > i {
        display: none
    }

    .buy-block-content .btn-big > .text {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .buy-block-content {
        text-align: center
    }

    .buy-block-content .inform-when-price-drops {
        margin-right: 10px
    }

    .buy-block-content .price-old {
        display: inline
    }

    .buy-block-content .product-main-photo, .state_fixed .buy-block-content .product-main-photo, .state_bottom .buy-block-content .product-main-photo {
        display: none
    }

    .buy-block-content .btn-big > i {
        display: inline
    }

    /*.buy-block-content .btn-big > .text {
        padding-left: 30px
    }*/
}

.buy-block-footer {
    position: absolute;
    bottom: 13px;
    left: 10px;
    right: 15px
}

.buy-block-footer > .calc-delivery {
    float: left
}

.buy-block-footer > .use-credit {
    float: right
}

.buy-block-footer > .action .text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.buy-block-footer > .action:active .text {
    -webkit-transition: none;
    transition: none
}

.buy-block-additional {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 5px;
    border: 1px dashed
}

.buy-block-additional header {
    font-size: 1.07143em;
    font-weight: bold;
    margin-bottom: -5px
}

.buy-block-additional header .text {
    display: inline-block;
    vertical-align: middle
}

.buy-block-additional header > i:before {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    font-size: 32px
}

.buy-block-additional .checkbox-content {
    font-size: .85714em;
    margin-top: 10px;
    margin-right: 15px
}

.buy-block-additional .price {
    display: inline-block;
    font-weight: bold;
    font-size: 1.16667em;
    white-space: nowrap
}

.buy-block-additional sup {
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
    font-size: .83333em
}

.buy-block-additional sup:hover {
    cursor: help
}

@media (max-width: 991px) {
    .buy-block-additional header {
        display: none
    }
}

@media (max-width: 767px) {
    .buy-block-additional {
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 0
    }
}

.buy-block-seller {
    border: 1px solid #bbb;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px
}

.buy-block-seller .seller-header {
    margin-bottom: 10px
}

.buy-block-seller .seller-img {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden
}

.buy-block-seller .seller-img img {
    max-width: 100%;
    max-height: 100%
}

.buy-block-seller .seller-name {
    font-weight: bold
}

.buy-block-seller .seller-name .seller-catalog {
    font-weight: normal;
    font-size: .85em
}

.buy-block-seller .seller-adress {
    font-size: .9em;
    color: #777;
    clear: both
}

.buy-block-seller .seller-adress p {
    margin-bottom: 8px
}

.buy-block-seller .seller-adress p i {
    position: relative;
    top: 2px
}

.buy-block-seller .rating-stars {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -2px
}

.buy-block-seller .seller-desc {
    margin-top: 8px;
    clear: both
}

.buy-block-seller .seller-desc p {
    margin-bottom: 8px
}

.buy-block-seller .seller-desc p:before {
    content: '- '
}

.product-info-sections {
    margin-top: 30px;
    margin-bottom: 30px;
    /*border: 1px solid #f0f0f0*/
}

.product-info-sections .combo-links {
    display: table;
    width: 100%
}

.product-info-sections .combo-links > .links-wrap {
    display: table-row
}

.product-info-sections.full .combo-link {
    padding-top: 4px;
    padding-bottom: 4px
}

.product-info-sections.tabs .combo-link {
    padding-top: 10px;
    padding-bottom: 10px
}

.product-info-sections .combo-header {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f0f0f0
}

.product-info-sections .combo-header:hover {
    background: #d0d0d0
}

.product-info-sections .combo-link, .product-info-sections .combo-header {
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.product-info-sections .combo-link:active, .product-info-sections .combo-link.active, .product-info-sections .combo-header:active, .product-info-sections .combo-header.active {
    -webkit-transition: none;
    transition: none
}

.product-info-sections .combo-link.active:hover, .product-info-sections .combo-header.active:hover {
    cursor: default
}

.product-info-sections .combo-link > .text, .product-info-sections .combo-header > .text {
    margin-left: 5px;
    font-size: 1.07143em
}

.product-info-sections .combo-link > i, .product-info-sections .combo-link > .text, .product-info-sections .combo-header > i, .product-info-sections .combo-header > .text {
    display: inline-block;
    vertical-align: middle
}

.product-info-sections .combo-link > i, .product-info-sections .combo-header > i {
    display: none
}

.product-info-sections.full, .product-info-sections[data-product-info-mode="full"] {
    padding-right: 180px
}

.product-info-sections.full > .combo-links, .product-info-sections[data-product-info-mode="full"] > .combo-links {
    width: 182px;
    display: block;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px
}

.product-info-sections.full > .combo-links > .links-wrap, .product-info-sections[data-product-info-mode="full"] > .combo-links > .links-wrap {
    display: block
}

.product-info-sections.full .combo-link, .product-info-sections[data-product-info-mode="full"] .combo-link {
    padding-left: 15px
}

.product-info-sections.full .combo-link > i, .product-info-sections[data-product-info-mode="full"] .combo-link > i {
    display: inline-block;
    width: 20px
}

.product-info-sections.full .combo-link:last-of-type, .product-info-sections[data-product-info-mode="full"] .combo-link:last-of-type {
    padding-bottom: 4px
}

@media (max-width: 991px) {
    .product-info-sections.full, .product-info-sections[data-product-info-mode="full"] {
        padding-right: 0
    }

    .product-info-sections.full > .combo-links, .product-info-sections[data-product-info-mode="full"] > .combo-links {
        display: none
    }
}

.product-info-sections.tabs .combo-link, .product-info-sections[data-product-info-mode="tabs"] .combo-link {
    background: #f0f0f0
}

[data-styling-type="skew"] .product-info-sections.tabs .combo-link.active, [data-styling-type="skew"] .product-info-sections[data-product-info-mode="tabs"] .combo-link.active {
    box-shadow: inset 0px 1px 2px 0px rgba(88, 37, 0, 0.36)
}

@media (max-width: 991px) {
    .product-info-sections.tabs > .combo-links, .product-info-sections[data-product-info-mode="tabs"] > .combo-links {
        display: none
    }

    .product-info-sections.tabs .combo-target, .product-info-sections.tabs .combo-header, .product-info-sections[data-product-info-mode="tabs"] .combo-target, .product-info-sections[data-product-info-mode="tabs"] .combo-header {
        display: block !important
    }

    .product-info-sections.tabs .combo-header, .product-info-sections[data-product-info-mode="tabs"] .combo-header {
        text-align: center
    }
}

.product-info-sections .combo-target-content {
    padding: 15px 0;
}

.product-info-sections .document-link .text {
    display: inline-block;
    vertical-align: middle
}

.product-info-sections .document-link i:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px
}

.product-info-sections .video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.product-info-sections .video + .video {
    margin-top: 30px
}

.product-info-sections .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-info-sections .availability .store {
    position: relative;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-transition: background .4s;
    transition: background .4s
}

.product-info-sections .availability .store:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: -1px;
    background: #f0f0f0
}

.product-info-sections .availability .store:hover {
    cursor: pointer;
    background: #f0f0f0
}

.product-info-sections .availability .store:hover:before {
    left: 0;
    right: 0
}

.product-info-sections .availability .store:last-of-type {
    margin-bottom: 0
}

.product-info-sections .availability .store:last-of-type:before {
    display: none
}

.product-info-sections .availability .store .store-info {
    float: left;
    width: 60%
}

.product-info-sections .availability .store .store-name {
    font-weight: bold
}

.product-info-sections .availability .store .store-address {
    font-size: .9em;
    color: #777
}

.product-info-sections .availability .store .store-phone {
    font-size: .9em
}

.product-info-sections .availability .store .store-count {
    float: right;
    width: 40%
}

.product-info-sections .availability .store .store-indicator, .product-info-sections .availability .store .store-text, .product-info-sections .availability .store .store-numeric {
    margin-left: 8px;
    float: right
}

.product-info-sections .availability .store .store-indicator {
    position: relative
}

.product-info-sections .availability .store .store-indicator .many {
    display: inline-block
}

.product-info-sections .availability .store .popup_map {
    right: auto
}

@media (max-width: 767px) {
    .product-info-sections .availability .store .store-info {
        padding-right: 15px
    }

    .product-info-sections .availability .store .store-count {
        font-size: .9em
    }
}

.product-info-sections > .combo-links .combo-link[href="#availability"] {
    display: none !important
}

[data-product-availability="tabs"] .product-info-sections.full > .combo-links .combo-link[href="#availability"], [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="full"] > .combo-links .combo-link[href="#availability"] {
    display: block !important
}

[data-product-availability="tabs"] .product-info-sections.tabs > .combo-links .combo-link[href="#availability"], [data-product-availability="tabs"] .product-info-sections[data-product-info-mode="tabs"] > .combo-links .combo-link[href="#availability"] {
    display: table-cell !important
}

.product-info-sections > .tab-targets .combo-target#availability {
    display: none !important
}

[data-product-availability="tabs"] .product-info-sections > .tab-targets .combo-target#availability {
    display: block !important
}

@media (max-width: 767px) {
    .product-info-sections {
        padding-left: 0;
        /*margin-left: -15px;*/
        /*margin-right: -15px*/
    }
}

.general-info {
    font-size: 13px;
    position: relative;
    padding-bottom: 10px
}

.general-info .desc {
    max-height: none;
    overflow: hidden;
    position: relative
}

.general-info .desc:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 30px;
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}

.general-info .pseudolink {
    float: right;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: color .4s;
    transition: color .4s
}

.general-info .pseudolink > .link-text.when-closed {
    display: inline
}

.general-info .pseudolink > .link-text.when-opened {
    display: none
}

.general-info.opened .desc {
    max-height: none
}

.general-info.opened .desc:after {
    display: none
}

.general-info.opened .pseudolink > .link-text.when-closed {
    display: none
}

.general-info.opened .pseudolink > .link-text.when-opened {
    display: inline
}

.characteristics .info {
    display: inline-block;
    vertical-align: top;
    margin: 15px 15px 0px 40px;
    position: relative
}

.characteristics .info:before {
    position: absolute;
    top: -10px;
    left: -35px;
    font-size: 27px
}

.characteristics .general-info-tags {
    clear: both;
    text-align: right;
    margin-top: 15px
}

.characteristics .general-info-tags .label {
    display: inline-block;
    -webkit-transition: background .4s;
    transition: background .4s;
    margin-top: 5px
}

.detailed-tech dd {
    background: #fff
}

.detailed-tech > header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.28571em
}

.label-default {
    background-color: #DADADA
}

.label-default[href]:hover {
    background-color: #aaa
}

.tech-info-block {
    /*width: calc(30px + 100%);*/
    /*margin: 0 -15px*/
}

/*.tech-info-block > header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 47px;
    min-height: 40px;
    line-height: 40px;
    font-size: 1.14286em;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}*/

.tech-info-block > header:active, .tech-info-block > header.active {
    -webkit-transition: none;
    transition: none
}

.tech-info-block > header:hover {
    cursor: pointer;
    background: #ddd
}

.tech-info-block > header > i {
    position: relative
}

.tech-info-block > header > i:before {
    position: absolute;
    left: -30px;
    top: -5px;
    font-weight: normal
}

.tech-info-block > header > .text {
    position: relative
}

.tech-info-block > header > .text:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    border: 4px solid transparent;
    border-top-color: black;
    border-bottom-color: black;
    border-bottom-width: 0
}

.tech-info-block.expanded > header > .text:after {
    border-bottom-width: 4px;
    border-top-width: 0
}


@media (max-width: 1024px) {
    .tech-info-block > header {
        padding-left: 30px !important;
    }
    .general-info h2{
        width: 100% !important;
        text-align: center;
    }
    .general-info img{
        height: auto;
    }
}
@media (max-width: 991px) {
    .tech-info-block > header {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid rgb(240, 240, 240);
    }
    .tech-info-block.expanded > header{
        border-bottom: 1px dotted rgb(240, 240, 240);
    }
    .tech-info-block dl dd, .tech-info-block dl dt{
        min-width: 49%;
        width : min-content;
        font-size: 0.8em;
    }
    .tech-info-block dl dd {
        text-align: right;
        color:grey;
    }
}
@media (max-width: 767px) {
    .tech-info-block dl{
        padding-left:0 !important;
    }
    .tech-info-block > header > .text:after{
        border:none;
    }
    .tech-info-block > header:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0px;
        border: 4px solid transparent;
        border-top-color: black;
        border-bottom-color: black;
        border-bottom-width: 0
    }
}


.tech-info-block .expand-content {
    position: relative;
    overflow: hidden;
    /* padding-left: 47px;*/
    margin-top: 5px;
    margin-bottom: 0
}

.tech-info-block .expand-content + .expand-content {
    margin-top: 0
}

.tech-info-block .expand-content .link > .text, .tech-info-block .expand-content .deleted-properties .deleted-property > .text, .deleted-properties .tech-info-block .expand-content .deleted-property > .text {
    display: inline-block
}

.tech-info-block .property-img {
    max-height: 20px;
    margin-right: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tech-info-block .prop-w-img, .tech-info-block .link-bd, .tech-info-block .breadcrumbs-content a, .breadcrumbs-content .tech-info-block a, .tech-info-block .catalog-menu-lvl1 .menu-lvl1-link > .text, .catalog-menu-lvl1 .tech-info-block .menu-lvl1-link > .text, .tech-info-block .vertical .sitenav-menu-item > a .text, .vertical .sitenav-menu-item > a .tech-info-block .text, .tech-info-block .accessory .main-data a .text, .accessory .main-data a .tech-info-block .text, .tech-info-block .collection > .item .main-data a .text, .collection > .item .main-data a .tech-info-block .text, .tech-info-block .order-details-page a:not(.btn), .order-details-page .tech-info-block a:not(.btn), .tech-info-block .account-personal-order-list .bx-content .sale-order-link, .account-personal-order-list .bx-content .tech-info-block .sale-order-link, .tech-info-block .account-personal-order-list .bx-content .sale-order-history-link, .account-personal-order-list .bx-content .tech-info-block .sale-order-history-link, .tech-info-block .account-personal-order-list .bx-content .sale-order-list-about-link, .account-personal-order-list .bx-content .tech-info-block .sale-order-list-about-link, .tech-info-block .account-personal-order-list .bx-content .sale-order-list-repeat-link, .account-personal-order-list .bx-content .tech-info-block .sale-order-list-repeat-link, .tech-info-block .account-personal-order-list .bx-content .sale-order-list-cancel-link, .account-personal-order-list .bx-content .tech-info-block .sale-order-list-cancel-link, .tech-info-block .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-detailed .bx-content .tech-info-block .sale-order-detail-about-order-inner-container-repeat-button, .tech-info-block .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-detailed .bx-content .tech-info-block .sale-order-detail-back-to-list-link-up, .tech-info-block .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-detailed .bx-content .tech-info-block .sale-order-detail-back-to-list-link-down, .tech-info-block .account-personal-order-detailed .bx-content .sale-order-detail-order-item-title a, .account-personal-order-detailed .bx-content .sale-order-detail-order-item-title .tech-info-block a, .tech-info-block .account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel, .account-personal-order-detailed .bx-content .tech-info-block .sale-order-detail-about-order-inner-container-repeat-cancel, .tech-info-block .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-list .bx-content .tech-info-block .sale-order-detail-about-order-inner-container-repeat-button, .tech-info-block .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-list .bx-content .tech-info-block .sale-order-detail-back-to-list-link-up, .tech-info-block .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-list .bx-content .tech-info-block .sale-order-detail-back-to-list-link-down, .tech-info-block .account-personal-order-list .bx-content .sale-order-detail-order-item-title a, .account-personal-order-list .bx-content .sale-order-detail-order-item-title .tech-info-block a, .tech-info-block .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel, .account-personal-order-list .bx-content .tech-info-block .sale-order-detail-about-order-inner-container-repeat-cancel, .tech-info-block .partners-wrap .partners-item-wrap .name-wrap .name span, .partners-wrap .partners-item-wrap .name-wrap .name .tech-info-block span, .tech-info-block .partners-wrap .partners-item-wrap .contact, .partners-wrap .partners-item-wrap .tech-info-block .contact {
    display: inline-block
}

.tech-info-block dt {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: -4px;
    width: 49%;
    vertical-align: top;
    font-weight: normal;
    position: relative
}

.tech-info-block dt:after {
    position: absolute;
    content: '';
    border-bottom: 1px dotted;
    margin-left: 10px;
    width: 100%;
    height: 1.1em
}

.tech-info-block dt sup {
    font-size: 10px;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px
}

.tech-info-block dt sup:hover {
    cursor: help
}

.tech-info-block dt sup + .tooltip {
    margin-top: 5px
}

.tech-info-block dt .property-name {
    background-color: #fff
}

.tech-info-block dd {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
    overflow: hidden;
    position: relative;
    padding-left: 10px
}

.tech-info-block dd img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    max-height: 25px;
    max-width: 100px
}

.tech-info-block dd a:hover img {
    opacity: 0.8
}

.tech-info-block .comm:before {
    font-size: 25px;
    left: -32px
}

.comments .form-wrap {
    border-style: solid;
    border-width: 4px 3px 4px 3px;
    border-color: #f0f0f0;
    margin: 0 -15px 20px
}

.comments .form-wrap header {
    padding: 10px 15px 14px;
    font-weight: bold;
    font-size: 18px;
    background: #f0f0f0;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.comments .form-wrap header:active, .comments .form-wrap header.active {
    -webkit-transition: none;
    transition: none
}

.comments .form-wrap header:hover {
    cursor: pointer;
    background: #d7d7d7
}

.comments .form-wrap header .text:after {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.comments .form-wrap.toggled header > .text:after {
    border-bottom-width: 5px;
    border-top-width: 0
}

.form_comment {
    display: none;
    padding: 20px 15px
}

.authorized .form_comment .when-not-authorized {
    display: none
}

.authorized .form_comment .when-authorized {
    display: inline-block;
    vertical-align: middle
}

.authorized .form_comment .rating {
    vertical-align: middle
}

.authorized .form_comment .rating .text {
    display: inline-block;
    vertical-align: middle
}

.authorized .form_comment .rating .rating-stars {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 10px
}

.form_comment .when-not-authorized {
    display: inline-block;
    vertical-align: top
}

.form_comment .when-authorized {
    display: none
}

.form_comment label {
    font-weight: normal;
    display: inline-block;
    vertical-align: top
}

.form_comment .rating {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px
}

.form_comment .rating .rating-stars {
    margin-top: -8px;
    height: 44px;
    line-height: 44px
}

.form_comment .commentator-name {
    margin-top: 5px
}

.form_comment .textarea-wrap {
    margin-top: 10px
}

.form_comment .form-footer {
    margin-top: 15px;
    text-align: right
}

.form_comment .form-footer label, .form_comment .form-footer .captcha, .form_comment .form-footer input, .form_comment .form-footer button {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding-top: 9px;
    padding-bottom: 9px
}

.form_comment .form-footer .captcha {
    width: 150px;
    text-align: center
}

.form_comment .form-footer .comment-captcha-input {
    width: 100px;
    text-align: center
}

.form_comment .form-footer .btn-main {
    padding: 9px 25px;
    font-size: 1.28571em;
    margin-bottom: 10px
}

.more_bold .form_comment .form-footer .btn-main {
    font-weight: bold
}

.comment-wrap {
    margin-top: 35px
}

.comment-wrap header {
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc
}

.comment-wrap header:before, .comment-wrap header:after {
    content: " ";
    display: table
}

.comment-wrap header:after {
    clear: both
}

.comment-wrap header .date {
    float: right;
    margin-top: 2px;
    color: #7d7d7d;
    line-height: 60px
}

.comment-wrap header .user-info {
    float: left
}

.comment-wrap header .user-info .name {
    display: inline;
    margin-left: 0;
    line-height: 60px
}

.comment-wrap header .avatar {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: #f0f0f0;
    color: #949494
}

.comment-wrap header .avatar > i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.comment-wrap header .avatar > i:before {
    font-size: 30px
}

.comment-wrap header .avatar img {
    position: relative;
    z-index: 1
}

.comment-wrap .content {
    font-size: 12px
}

.comment-wrap .content > div {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify
}

.comment-wrap .rating .rating-stars {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    margin-bottom: 10px
}

.comment-wrap .rating .product-eval-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.comment-wrap footer {
    margin-top: 15px;
    font-size: 12px
}

.comment-wrap footer:before, .comment-wrap footer:after {
    content: " ";
    display: table
}

.comment-wrap footer:after {
    clear: both
}

.comment-wrap footer .link, .comment-wrap footer .deleted-properties .deleted-property, .deleted-properties .comment-wrap footer .deleted-property {
    -webkit-transition: color .4s;
    transition: color .4s
}

.comment-wrap footer .link:after, .comment-wrap footer .deleted-properties .deleted-property:after, .deleted-properties .comment-wrap footer .deleted-property:after {
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-width: 3px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.comment-wrap footer .link > .text, .comment-wrap footer .deleted-properties .deleted-property > .text, .deleted-properties .comment-wrap footer .deleted-property > .text {
    border-bottom-style: dotted
}

.comment-wrap footer .link > .text.when-closed, .comment-wrap footer .deleted-properties .deleted-property > .text.when-closed, .deleted-properties .comment-wrap footer .deleted-property > .text.when-closed {
    display: inline
}

.comment-wrap footer .link > .text.when-opened, .comment-wrap footer .deleted-properties .deleted-property > .text.when-opened, .deleted-properties .comment-wrap footer .deleted-property > .text.when-opened {
    display: none
}

.comment-wrap footer .link.toggled > .text.when-closed, .comment-wrap footer .deleted-properties .toggled.deleted-property > .text.when-closed, .deleted-properties .comment-wrap footer .toggled.deleted-property > .text.when-closed {
    display: none
}

.comment-wrap footer .link.toggled > .text.when-opened, .comment-wrap footer .deleted-properties .toggled.deleted-property > .text.when-opened, .deleted-properties .comment-wrap footer .toggled.deleted-property > .text.when-opened {
    display: inline
}

.comment-wrap footer .link.toggled:after, .comment-wrap footer .deleted-properties .toggled.deleted-property:after, .deleted-properties .comment-wrap footer .toggled.deleted-property:after {
    border-top-width: 0;
    border-bottom-width: 3px
}

.comment-wrap footer .usefulness {
    color: #4f4f4f;
    float: right
}

.comment-wrap footer .usefulness .positive, .comment-wrap footer .usefulness .negative {
    border-bottom: 1px dotted;
    -webkit-transition: border .3s;
    transition: border .3s
}

.comment-wrap footer .usefulness .positive:hover, .comment-wrap footer .usefulness .negative:hover {
    border-color: transparent
}

.comment-wrap footer .usefulness .positive {
    color: #79ac00
}

.comment-wrap footer .usefulness .negative {
    color: #ff2f2f
}

.comment-wrap .hidden-block {
    display: none
}

@media (max-width: 767px) {
    .comment-wrap header .date {
        line-height: normal
    }

    .comment-wrap header .user-info .name {
        line-height: normal
    }
}

.accessories > header {
    position: relative;
    padding-left: 90px;
    overflow: visible;
    width: 70%;
    height: 52px;
    line-height: 48px;
    font-size: 1.71429em
}

.more_bold .accessories > header {
    font-weight: bold
}

.accessories > header > i {
    position: absolute;
    left: 0;
    top: -2px;
    height: 65px;
    width: 90px;
    text-align: center;
    color: #000;
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/4sprites/badge.png") no-repeat center 0
}

.accessories > header > i:before {
    position: absolute;
    font-weight: normal;
    font-size: 32px;
    text-shadow: none;
    top: 4px;
    left: 31px
}

.accessories .all-accessories-link {
    padding-top: 10px
}

@media (max-width: 1199px) {
    .accessories > header {
        width: 100%
    }
}

@media (max-width: 991px) {
    .accessories {
        display: none
    }
}

.accessories-list {
    font-size: 0
}

.accessories-list > div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-top: 30px
}

.accessories-list > div:nth-of-type(2n) {
    margin-left: 4%
}

.accessory {
    position: relative;
    border: 4px solid;
    padding: 30px 10px 20px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.accessory:active, .accessory.active {
    -webkit-transition: none;
    transition: none
}

.accessory:before, .accessory:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    top: -20px;
    left: 70px;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.accessory:before:active, .accessory:before.active, .accessory:after:active, .accessory:after.active {
    -webkit-transition: none;
    transition: none
}

.accessory:after {
    margin-top: 4px;
    border-bottom-color: #fff
}

.accessory .photo {
    width: 48%;
    float: left;
    margin-bottom: 15px
}

.accessory .photo img {
    max-width: 100%;
    max-height: 100%
}

.accessory .main-data {
    width: 48%;
    float: right;
    font-size: 14px
}

.accessory .main-data a {
    width: 100%;
    height: 35px;
    overflow: hidden;
    display: block;
    margin-right: 10px;
    border-radius: 0px 30px 0px 0px;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: .85714em;
    text-decoration: none;
    line-height: 1.6
}

.accessory .main-data a:hover {
    overflow: visible
}

.accessory .main-data a:hover .text {
    position: relative;
    z-index: 1;
    background: #fff
}

.accessory .main-data .price-wrap {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left
}

.accessory .main-data .price-old {
    display: inline-block;
    margin-right: 6px
}

.accessory .main-data .price {
    font-size: 1.42857em;
    display: inline-block
}

.more_bold .accessory .main-data .price {
    font-weight: bold
}

.accessory .add-to-order {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border: 28px solid transparent;
    border-radius: 0px 0px 0px 100%
}

.accessory .add-to-order > .text {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    top: -42px;
    right: -22px
}

.accessory .action-buttons {
    float: right;
    clear: right
}

.accessory.out-of-stock .add-to-order {
    cursor: default
}

.accessory.out-of-stock .add-to-order .text {
    color: #c7c7c7
}

.accessories-list .accessory.__hide_buttons .action-buttons, .accessories-list .accessory.__hide_buttons .add-to-order, .accessories-list .accessory.__hide_buttons .one-click-buy {
    display: none
}

.accessories-list .accessory.__hide_buttons:hover .action-buttons, .accessories-list .accessory.__hide_buttons:hover .add-to-order, .accessories-list .accessory.__hide_buttons:hover .one-click-buy {
    display: block
}

.collection-wrap {
    margin-top: 40px
}

.collection-wrap .main-header {
    position: relative
}

.collection-wrap .main-header:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-top: 1px solid;
    height: 1px
}

.collection-wrap .main-header > .content {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 1.28571em;
    font-weight: bold;
    background: #fff
}

.collection-wrap .main-header > .content .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.collection-wrap .main-header > .content .sign {
    margin-left: 5px
}

.collection-wrap .main-header > .content i:before {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: normal;
    font-size: 28px
}

.collection-wrap .main-header > .content .sale:before {
    font-size: 30px;
    margin-left: 5px
}

.collection-wrap .sub-header {
    padding-bottom: 10px
}

.collection-wrap .sub-header > .text {
    font-size: 18px;
    display: inline-block;
    vertical-align: baseline
}

.more_bold .collection-wrap .sub-header > .text {
    font-weight: bold
}

.collection-wrap .sub-header > .custom-collection {
    float: right;
    font-size: 14px
}

.more_bold .collection-wrap .sub-header > .custom-collection {
    font-weight: bold
}

.collection-wrap .sub-header > .custom-collection .text {
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.collection-wrap .sub-header > .custom-collection:active .text {
    -webkit-transition: none;
    transition: none
}

.collection-wrap .sub-header > .custom-collection .text {
    border-bottom: 1px dotted
}

.collection-wrap .sub-header > .custom-collection .sign {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px
}

.collection-wrap .sub-header > .custom-collection i {
    position: relative
}

.collection-wrap .sub-header > .custom-collection i:before {
    position: absolute;
    font-weight: normal;
    font-size: 28px;
    top: -6px;
    right: -30px
}

.collection-wrap .sub-header > .custom-collection i:first-child:before {
    left: -35px
}

.collection-wrap .table-wrapper {
    position: relative;
    z-index: 1
}

.collection-wrap .table-wrapper .photo {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.collection-wrap .table-wrapper .photo:hover {
    opacity: .7
}

.collection-wrap footer {
    position: relative;
    margin-top: 5px;
    padding: 10px;
    padding-left: 75px;
    min-height: 70px;
    background: #e4e4e4
}

.collection-wrap footer > .total {
    margin-top: 4px;
    font-size: 1.28571em
}

.collection-wrap footer > .total > .total-number {
    font-weight: bold
}

.collection-wrap footer > .total > .price {
    font-weight: bold
}

.collection-wrap footer > .total-full {
    font-size: .85714em
}

.collection-wrap footer > .total-full > .price {
    font-weight: bold
}

.collection-wrap footer > .total-full > .price-old {
    display: inline-block
}

.collection-wrap footer > i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center
}

.collection-wrap footer > i:before {
    font-size: 30px
}

.collection-wrap footer .btn-main {
    float: right;
    padding: 14px 30px;
    font-size: 16px
}

.more_bold .collection-wrap footer .btn-main {
    font-weight: bold
}

.collection-wrap footer .btn-main:active {
    padding-top: 15px;
    padding-bottom: 13px
}

@media (max-width: 991px) {
    .collection-wrap {
        display: none
    }
}

.col-wrap {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f0f0f0
}

.collection {
    display: table-row
}

.collection > .item, .collection > .sign {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-height: 300px
}

.collection > .item {
    border: 4px solid;
    padding: 10px 15px;
    width: 1%;
    min-width: 160px;
    border-color: #f0f0f0
}

.collection > .item .photo {
    height: 120px;
    width: 100%;
    text-align: center;
    line-height: 120px
}

.collection > .item .photo img {
    max-width: 100%;
    max-height: 100%
}

.collection > .item .main-data {
    margin-top: 10px
}

.collection > .item .main-data a {
    display: inline-block;
    font-size: .85714em;
    text-decoration: none
}

.collection > .item .main-data .price-wrap {
    margin-top: 10px;
    text-align: center
}

.collection > .item .main-data .price-old {
    display: inline-block;
    margin-right: 6px
}

.collection > .item .main-data .price {
    display: inline-block;
    font-size: 1.57143em
}

.more_bold .collection > .item .main-data .price {
    font-weight: bold
}

.collection > .sign {
    font-size: 30px;
    font-weight: bold
}

.collection .main-item {
    width: 32%;
    max-width: none;
    border: none;
    padding: 0
}

.table_product-modifications {
    margin-top: 15px;
    width: 100%
}

@media (max-width: 767px) {
    .table_product-modifications {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(30px + 100%)
    }
}

.table_product-modifications caption {
    text-align: left;
    font-size: 1.42857em
}

@media (max-width: 767px) {
    .table_product-modifications caption {
        padding-bottom: 20px;
        text-align: center
    }
}

.more_bold .table_product-modifications caption {
    font-weight: bold
}

.table_product-modifications th {
    font-weight: normal;
    white-space: nowrap;
    color: #888888
}

.table_product-modifications th > .text {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.table_product-modifications th > .text:active, .table_product-modifications th > .text.active {
    -webkit-transition: none;
    transition: none
}

.table_product-modifications th > .text:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    border: 3px solid transparent;
    border-bottom-width: 0;
    border-color: #888888;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.table_product-modifications th > .text:after:active, .table_product-modifications th > .text:after.active {
    -webkit-transition: none;
    transition: none
}

.table_product-modifications th > .text.sort-up:after {
    border-bottom-width: 3px;
    border-top-width: 0
}

.table_product-modifications th > .text:hover {
    cursor: pointer;
    color: #000
}

.table_product-modifications th > .text:hover:after {
    border-color: #000;
    border-left-color: transparent;
    border-right-color: transparent
}

.table_product-modifications th > .text.no-sort:after {
    display: none
}

.table_product-modifications th.price {
    font-weight: normal
}

.table_product-modifications td, .table_product-modifications th {
    padding: 10px 5px;
    font-size: .85714em
}

.table_product-modifications tbody > tr:nth-child(2n+1) {
    background: #f2f2f2
}

.table_product-modifications tbody > tr {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7e7e7
}

.table_product-modifications tbody > tr:active, .table_product-modifications tbody > tr.active {
    -webkit-transition: none;
    transition: none
}

.table_product-modifications .price {
    white-space: nowrap;
    min-width: 50px;
    font-weight: bold
}

.table_product-modifications .price .price-new, .table_product-modifications .price .price-old {
    display: block
}

.table_product-modifications .price .price-old {
    font-weight: normal;
    font-size: .85714em
}

@media (max-width: 767px) {
    .table_product-modifications .price .price-old {
        display: none
    }
}

@media (max-width: 991px) {
    .table_product-modifications .price {
        min-width: 0
    }
}

.table_product-modifications td.price {
    padding-top: 10px
}

.table_product-modifications .btn-buy-wrap {
    vertical-align: middle
}

.table_product-modifications .actions {
    white-space: nowrap;
    width: 1px
}

.table_product-modifications .actions .quantity-counter {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px
}

.table_product-modifications .actions .minus {
    font-size: 1.75em
}

.table_product-modifications .actions .plus {
    padding-left: 1px;
    text-align: center;
    font-size: 1.75em
}

.table_product-modifications .actions .quantity-counter, .table_product-modifications .actions .btn-action {
    margin-bottom: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .table_product-modifications .actions {
        white-space: normal;
        text-align: center
    }
}

@media (max-width: 767px) {
    .table_product-modifications .actions .quantity-counter .minus:before, .table_product-modifications .actions .quantity-counter .minus:after, .table_product-modifications .actions .quantity-counter .plus:before, .table_product-modifications .actions .quantity-counter .plus:after {
        top: -2px;
        left: 5px
    }

    .table_product-modifications .actions .compare {
        display: none
    }
}

.table_product-modifications .color {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid silver
}

@media (max-width: 767px) {
    .table_product-modifications thead {
        display: none
    }

    .table_product-modifications td {
        display: inline-block;
        vertical-align: middle;
        padding: 3px 5px
    }

    .table_product-modifications tr {
        display: block;
        position: relative
    }

    .table_product-modifications tr:before, .table_product-modifications tr:after {
        content: " ";
        display: table
    }

    .table_product-modifications tr:after {
        clear: both
    }

    .table_product-modifications .name {
        display: block
    }

    .table_product-modifications .name:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 90px;
        height: 20px;
        float: right
    }

    .table_product-modifications td.price {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
        font-size: 16px;
        padding: 0px 5px
    }

    .table_product-modifications .actions {
        float: right;
        padding: 5px;
        bottom: 0;
        width: auto;
        right: 0
    }

    .table_product-modifications .actions .when-out-of-stock {
        display: none
    }

    .table_product-modifications .actions .btn-silver {
        width: 25px;
        height: 25px;
        font-size: 12px;
        overflow: hidden
    }

    .table_product-modifications .actions .quantity-input {
        height: 25px;
        line-height: 25px;
        font-size: 12px
    }

    .table_product-modifications .avail-dot {
        position: relative;
        top: -1px;
        margin-right: 50px
    }

    .table_product-modifications .avail-dot:after {
        content: attr(data-text);
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: -3px;
        padding-left: 20px;
        text-align: left;
        font-size: 10px;
        line-height: 10px
    }

    .table_product-modifications .out-of-stock .quantity-counter {
        display: none
    }
}

.home-page {
    position: relative
}

[data-categories-view="list"] .home-page {
    overflow-x: hidden
}

.home-page-h1 {
    position: absolute;
    right: 1000%
}

.text-content h3, .text-content .title-h3 {
    font-size: 1.71429em;
    font-weight: normal;
    margin-bottom: 20px
}

.text-content .text-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px
}

.text-content .text-content-flex > div {
    padding: 0 30px
}

.text-content .text-content-flex > div:first-child {
    padding-left: 0
}

.text-content .text-content-flex > div:last-child {
    padding-right: 0
}

@media (max-width: 767px) {
    .text-content .text-content-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .text-content .text-content-flex .news-n-articles {
        padding: 0
    }
}

.text-content .text-content-flex .title-h3 {
    display: inline-block
}

.text-content .text-content-flex .news-n-articles {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.text-content .text-content-flex .news-n-articles ~ .news-n-articles {
    padding-left: 30px;
    padding-right: 0
}

.text-content .about p {
    font-size: .92857em
}

.text-content .news-n-articles {
    width: 50%
}

.text-content .about {
    width: 80%;
    padding-left: 0 !important
}

.text-content .questionnaire-wrap {
    width: 20%
}

@media (max-width: 991px) {
    .text-content .about {
        width: 100%
    }
}

@media (max-width: 768px) {
    .text-content .news-n-articles {
        width: 100%;
        padding: 0 !important
    }
}

.news-n-articles .item {
    clear: both;
    position: relative;
    min-height: 115px
}

.news-n-articles .item .news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px
}

.news-n-articles .item .news-img img {
    max-width: 100%;
    max-height: 100%
}

.news-n-articles .item .content {
    margin-left: 115px
}

.news-n-articles .item .content .desc {
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: .92857em
}

.news-n-articles .item .content:not(:last-child) {
    margin-bottom: 20px
}

.news-n-articles .item .content .date-wrap {
    position: relative;
    font-size: .85714em;
    margin-top: 4px
}

.news-n-articles .item .content .date-wrap > i:before {
    display: none
}

.news-n-articles .item.item-stock .content .date-wrap {
    font-size: 14px
}

.news-n-articles .item.item-stock .content .date-wrap .svg-wrap {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: middle
}

.news-n-articles .item.item-stock .content .date-wrap .date {
    display: inline-block;
    vertical-align: middle
}

.news-n-articles .item.item-stock .content .date-wrap .date-from + .date-to:before {
    content: ' - '
}

@media (max-width: 767px) {
    .news-n-articles .item .date-wrap {
        float: none;
        width: auto;
        padding: 0;
        text-align: left
    }

    .news-n-articles .item .date-wrap > i:before {
        top: -5px;
        left: 0px;
        right: auto;
        font-size: 20px
    }

    .news-n-articles .item .content {
        clear: both;
        padding-left: 0
    }
}

.questionnaire > .text {
    font-size: .92857em;
    margin-bottom: 10px
}

.questionnaire .radio-styled {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
}

.questionnaire footer {
    text-align: center
}

.questionnaire .btn-main {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 7px 20px;
    font-size: 1.14286em
}

.more_bold .questionnaire .btn-main {
    font-weight: bold
}

.brands-tagcloud {
    text-align: center;
    display: none
}

[data-brands-view-type="tags"] .brands-tagcloud {
    display: block
}

.brands-tagcloud .brand-tag {
    color: silver
}

.brands-tagcloud .brand-tag:hover {
    color: #000
}

.brand-tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 7px;
    border-radius: 4px;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.brand-tag:active, .brand-tag.active {
    -webkit-transition: none;
    transition: none
}

.brand-tag:hover {
    cursor: pointer
}

.brand-tag.active {
    cursor: default;
    pointer-events: none
}

.brands-wrap .brands-outer {
    position: relative
}

.brands-wrap[data-brands-view-type="carousel"] .brands-carousel {
    display: block
}

.brands-wrap[data-brands-view-type="tags"] .brands-carousel {
    display: none
}

.brands-wrap .brands-inner {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    text-align: center
}

.brands-wrap .brands-inner .slidee {
    display: inline-block
}

.brands-wrap h3, .brands-wrap .title-h3 {
    font-size: 1.71429em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px
}

.brands-wrap .brand {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    opacity: 0.3;
    padding: 0px 10px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 120px;
    height: 100px;
    line-height: 100px;
    text-align: center
}

.brands-wrap .brand:active, .brands-wrap .brand.active {
    -webkit-transition: none;
    transition: none
}

.brands-wrap .brand:hover {
    opacity: 1
}

.brands-wrap .brand > img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 767px) {
    .brands-wrap .brand {
        width: 210px
    }
}

.brands-wrap .slider-arrow {
    position: absolute;
    background: #fff;
    top: 0;
    height: 100%;
    line-height: normal
}

.brands-wrap .slider-arrow > i:before {
    font-size: 30px
}

.brands-wrap .slider-arrow.prev {
    left: -15px
}

.brands-wrap .slider-arrow.next {
    right: -15px
}

.brands-wrap .slider-arrow:active {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 767px) {
    .brands-wrap h3, .brands-wrap .title-h3 {
        font-size: 1.28571em
    }

    .brands-wrap .slider-arrow.prev {
        left: 0
    }

    .brands-wrap .slider-arrow.next {
        right: 0
    }

    .brands-wrap .brands-inner {
        margin-left: 40px;
        margin-right: 40px
    }
}

.social-boxes {
    text-align: center
}

.social-boxes .social {
    display: inline-block;
    margin: 15px 35px;
    text-align: left;
    vertical-align: top
}

.special-blocks {
    position: relative
}

.special-blocks > .container, .special-blocks > .container-fluid {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.special-blocks .combo-links {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

@media (max-width: 991px) {
    .special-blocks .tabs .combo-link, .special-blocks [data-sb-mode="tabs"] .combo-link {
        font-size: 1em
    }

    .special-blocks .tabs .combo-link .i-number, .special-blocks [data-sb-mode="tabs"] .combo-link .i-number {
        top: 0px;
        font-size: 11px;
        margin-left: 5px
    }

    .special-blocks .tabs .combo-link.hits:before, .special-blocks [data-sb-mode="tabs"] .combo-link.hits:before {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 30px
    }

    .special-blocks .tabs .combo-link.new:before, .special-blocks [data-sb-mode="tabs"] .combo-link.new:before {
        margin-left: -5px;
        margin-right: 0;
        font-size: 30px
    }

    .special-blocks .tabs .combo-link.recommended:before, .special-blocks [data-sb-mode="tabs"] .combo-link.recommended:before {
        margin-right: 5px;
        margin-left: 0px;
        font-size: 26px;
        position: relative;
        top: -1px
    }

    .special-blocks .tabs .combo-link.superprice:before, .special-blocks [data-sb-mode="tabs"] .combo-link.superprice:before {
        margin-right: 0px;
        margin-left: -5px;
        font-size: 30px
    }
}

.special-blocks .full > .combo-links, .special-blocks [data-sb-mode="full"] > .combo-links {
    display: none
}

.special-blocks .combo-link, .special-blocks .combo-header {
    height: 67px;
    line-height: 65px;
    text-align: center;
    font-size: 1.14286em;
    text-transform: uppercase;
    border: none !important
}

.more_bold .special-blocks .combo-link, .more_bold .special-blocks .combo-header {
    font-weight: bold
}

.special-blocks .combo-link .i-number, .special-blocks .combo-header .i-number {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
    padding: 2px 5px 3px 4px;
    line-height: normal;
    text-align: center;
    border-radius: 3px
}

.special-blocks .combo-link.active, .special-blocks .combo-header.active {
    cursor: default
}

.special-blocks .combo-link:before, .special-blocks .combo-header:before {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal
}

.special-blocks .combo-link.hits:before, .special-blocks .combo-header.hits:before {
    margin-right: 10px;
    margin-left: -20px;
    font-size: 36px
}

.special-blocks .combo-link.new:before, .special-blocks .combo-header.new:before {
    margin-left: -20px;
    margin-right: 10px;
    font-size: 40px
}

.special-blocks .combo-link.recommended:before, .special-blocks .combo-header.recommended:before {
    margin-right: 15px;
    margin-left: -20px;
    font-size: 32px;
    position: relative;
    top: -1px
}

.special-blocks .combo-link.superprice:before, .special-blocks .combo-header.superprice:before {
    margin-right: 5px;
    margin-left: -10px;
    font-size: 40px
}

.special-blocks .combo-link:active a.i-number, .special-blocks .combo-link.active a.i-number, .special-blocks .combo-header:active a.i-number, .special-blocks .combo-header.active a.i-number {
    -webkit-transition: none;
    transition: none
}

.special-blocks .combo-target.shown {
    padding-bottom: 20px
}

.special-blocks .combo-target:before, .special-blocks .combo-target:after {
    content: " ";
    display: table
}

.special-blocks .combo-target:after {
    clear: both
}

.special-blocks .combo-target .catalog-item-wrap {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.special-blocks .combo-target .combo-target-content {
    padding-top: 20px
}

.special-blocks .special-blocks-carousel .content {
    position: relative;
    z-index: 2;
    margin-left: -10px;
    margin-right: -10px
}

.special-blocks .special-blocks-carousel .content:hover {
    z-index: 10
}

.special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    vertical-align: top;
    margin-right: -4px
}

.special-blocks .special-blocks-carousel .content > .catalog-item-wrap.active {
    display: inline-block
}

.special-blocks .special-blocks-carousel .content > .catalog-item-wrap > .catalog-item {
    width: 100%;
    max-width: 250px;
    margin: 0 auto
}

@media (min-width: 1920px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 20%
    }

    .no-xl .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 16.66667%
    }
}

@media (min-width: 2560px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 16.66667%
    }

    .no-xxl .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 20%
    }

    .no-xl .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 14.28571%
    }
}

@media (max-width: 1919px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 20%
    }
}

@media (max-width: 1400px) {
    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 25%
    }
}

@media (max-width: 1199px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 33.33333%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 33.33333%
    }
}

@media (max-width: 991px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 50%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 33.33333%
    }
}

@media (max-width: 900px) {
    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 50%
    }
}

@media (max-width: 767px) {
    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 100%
    }

    [data-container-width="full_width"] .special-blocks .special-blocks-carousel .content > .catalog-item-wrap {
        width: 100%
    }

    .special-blocks .special-blocks-carousel .content > .catalog-item-wrap > .catalog-item {
        max-width: 290px
    }
}

@media (min-width: 768px) {
    .special-blocks .special-blocks-carousel {
        overflow: visible !important
    }
}

@media (max-width: 767px) {
    .special-blocks .special-blocks-carousel {
        width: 290px;
        margin: 0 auto
    }
}

.feedback {
    text-align: center;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2) inset;
    background: #EAEBEE url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/bg/feedback.png") no-repeat 10% top
}

.feedback header {
    font-size: 1.71429em;
    margin-top: 30px;
    margin-bottom: 10px
}

.more_bold .feedback header {
    font-weight: bold
}

.feedback .slider-controls {
    text-align: center;
    position: static;
    margin: 0;
    width: auto
}

.feedback .arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 40px;
    top: 120px;
    border: 5px solid;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.feedback .arrow:active, .feedback .arrow.active {
    -webkit-transition: none;
    transition: none
}

.feedback .arrow:hover {
    opacity: 0.9;
    cursor: pointer
}

.feedback .arrow:active {
    opacity: 1
}

.feedback .arrow:before {
    position: relative;
    font-size: 24px
}

.feedback .arrow.prev {
    left: 15px
}

.feedback .arrow.prev:before {
    top: -1px;
    left: -1px
}

.feedback .arrow.next {
    right: 15px
}

.feedback .arrow.next:before {
    right: -2px
}

.feedback .dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
    cursor: pointer
}

.feedback .dot.active {
    width: 13px;
    height: 13px;
    cursor: default
}

.feedback .rating-stars {
    margin: 0;
    margin-left: 6px
}

.feedback .comments {
    margin-top: 15px;
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px
}

.feedback .comments.initialized .item {
    display: block
}

.feedback p {
    margin: 0;
    font-size: 1.14286em
}

.feedback .comment {
    width: 100%
}

.feedback .comment > .text {
    position: relative;
    max-height: none;
    overflow: hidden;
    padding: 15px 20px;
    padding-bottom: 30px;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
    box-sizing: content-box
}

.feedback .comment > .text:before, .feedback .comment > .text:after {
    content: " ";
    display: table
}

.feedback .comment > .text:after {
    clear: both
}

.feedback .comment > .text .comment__text-main, .feedback .comment > .text .comment__text-dignity, .feedback .comment > .text .comment__text-lack {
    padding-bottom: 10px
}

.feedback .comment > .text .comment__text-main .item__text:before, .feedback .comment > .text .comment__text-main .item__text:after, .feedback .comment > .text .comment__text-dignity .item__text:before, .feedback .comment > .text .comment__text-dignity .item__text:after, .feedback .comment > .text .comment__text-lack .item__text:before, .feedback .comment > .text .comment__text-lack .item__text:after {
    content: " ";
    display: table
}

.feedback .comment > .text .comment__text-main .item__text:after, .feedback .comment > .text .comment__text-dignity .item__text:after, .feedback .comment > .text .comment__text-lack .item__text:after {
    clear: both
}

.feedback .comment > .text .info-title {
    display: inline-block;
    font-size: 1.14286em;
    font-weight: bold;
    margin-bottom: 0
}

.feedback .comment > .text .height-toggle {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 9px 10px 1px;
    -webkit-transform: transitionZ(0);
    transform: transitionZ(0);
    background: #EAEBEE
}

.feedback .comment > .text .height-toggle:before {
    background: transparent
}

.feedback .comment > .text .height-toggle span {
    position: relative;
    display: inline-block;
    line-height: 19px;
    font-weight: normal;
    margin-right: 15px;
    border-bottom: 1px dotted
}

.feedback .comment > .text .height-toggle span:before {
    content: attr(data-when-opened)
}

.feedback .comment > .text.minified {
    max-height: 54px !important
}

.feedback .comment > .text.minified .height-toggle {
    background: -webkit-linear-gradient(bottom, #EAEBEE 66%, transparent 100%);
    background: linear-gradient(to top, #EAEBEE 66%, transparent 100%)
}

.feedback .comment > .text.minified .height-toggle span:before {
    content: attr(data-when-minified)
}

.feedback .quote-start, .feedback .quote-end, .feedback .quote-start:before, .feedback .quote-end:before {
    position: absolute;
    height: 16px;
    width: 8px;
    border: 8px solid
}

.feedback .quote-start {
    top: 80px;
    left: 15px
}

.feedback .quote-start, .feedback .quote-start:before {
    border-right-width: 0;
    border-bottom-color: transparent
}

.feedback .quote-start:before {
    content: '';
    top: -8px;
    left: 4px
}

.feedback .quote-end {
    bottom: 50px;
    right: 15px
}

.feedback .quote-end, .feedback .quote-end:before {
    border-left-width: 0;
    border-top-color: transparent
}

.feedback .quote-end:before {
    content: '';
    top: -8px;
    right: 4px
}

.feedback .all-comments, .feedback .date {
    font-size: .85714em
}

.feedback .all-comments {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.feedback .date {
    color: gray
}

.feedback .info {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px
}

.feedback .author, .feedback .info-title {
    margin: 8px 0 5px
}

.feedback .author:before, .feedback .info-title:before {
    content: '-';
    margin-right: 5px
}

.feedback .author:after, .feedback .info-title:after {
    content: '-';
    margin-left: 5px
}

@media (max-width: 767px) {
    .feedback {
        display: none
    }
}

.hurry {
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 20px !important
}

.hurry header {
    position: relative;
    margin: 0 auto 40px;
    font-size: 3.21429em;
    min-height: 135px;
    padding-top: 8px
}

.more_bold .hurry header {
    font-weight: bold
}

.hurry header .text {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.hurry header i:before {
    position: absolute;
    font-weight: normal;
    font-size: 55px;
    left: -100px;
    top: -8px
}

.hurry header .sale:before {
    top: -10px;
    left: auto;
    right: -100px;
    font-size: 65px
}

.hurry .subheader {
    margin-top: 5px;
    font-size: 24px;
    font-weight: normal
}

@media (max-width: 767px) {
    .hurry header {
        font-size: 2.14286em;
        min-height: 110px
    }

    .hurry header i:before {
        top: 2px;
        left: -50px;
        font-size: 30px
    }

    .hurry header .sale:before {
        top: -2px;
        right: -55px;
        font-size: 35px
    }

    .hurry .subheader {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .hurry header {
        font-size: 1.71429em;
        min-height: 110px
    }

    .hurry header i:before {
        top: 2px;
        left: -40px;
        font-size: 24px
    }

    .hurry header .sale:before {
        top: -2px;
        right: -45px;
        font-size: 30px
    }
}

.hurry .catalog {
    display: block
}

.hurry .item {
    padding-left: 11px;
    padding-right: 11px
}

.hurry-carousel > .content {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 2
}

.hurry-carousel > .content > .catalog-item-wrap {
    display: none;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 10px
}

.hurry-carousel > .content > .catalog-item-wrap.active {
    display: inline-block
}

.hurry-carousel > .content > .catalog-item-wrap > .catalog-item {
    width: 100%;
    max-width: 250px;
    margin: 0 auto
}

@media (min-width: 1920px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 20%
    }

    .no-xl .hurry-carousel > .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 16.66667%
    }
}

@media (min-width: 2560px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 16.66667%
    }

    .no-xxl .hurry-carousel > .content > .catalog-item-wrap {
        width: 20%
    }

    .no-xl .hurry-carousel > .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 14.28571%
    }
}

@media (max-width: 1919px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 25%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 20%
    }
}

@media (max-width: 1400px) {
    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 25%
    }
}

@media (max-width: 1199px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 33.33333%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 33.33333%
    }
}

@media (max-width: 991px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 50%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 33.33333%
    }
}

@media (max-width: 900px) {
    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 50%
    }
}

@media (max-width: 767px) {
    .hurry-carousel > .content > .catalog-item-wrap {
        width: 100%
    }

    [data-container-width="full_width"] .hurry-carousel > .content > .catalog-item-wrap {
        width: 100%
    }

    .hurry-carousel > .content > .catalog-item-wrap > .catalog-item {
        max-width: 290px
    }
}

@media (max-width: 767px) {
    .hurry-carousel {
        width: 290px;
        margin: 0 auto
    }

    .hurry-carousel > .content > .catalog-item-wrap {
        width: 100%;
        margin-right: 0
    }
}

.hurry-carousel .description.full-view {
    padding-top: 7px;
    text-align: center
}

.hurry-item {
    width: 250px !important;
    margin: 0 auto
}

.hurry-item .photo-wrap {
    height: 150px;
    padding-bottom: 0
}

.hurry-item .photo-wrap > .photo {
    line-height: 140px
}

.hurry-item .name {
    margin-top: 30px
}

.hurry-item .art-rate {
    top: 170px
}

.hurry-item .art-rate .art {
    top: -165px
}

.hurry-item .economy {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px
}

.hurry-item .economy .value {
    display: inline-block;
    padding: 1px 7px;
    font-size: 1em
}

.hurry-item .economy .marked {
    position: relative;
    padding: 1px 7px
}

.hurry-item .economy .marked:before {
    position: absolute;
    content: '';
    left: 0;
    right: 2px;
    bottom: 0;
    height: 2px
}

.hurry-item .economy .marked .value {
    padding: 0
}

.hurry-item .already-sold {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left
}

.hurry-item .already-sold > .text {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.hurry-item .already-sold__track {
    float: right;
    margin-top: 8px;
    width: 115px
}

.hurry-item .already-sold__track .value {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
    font-weight: bold
}

.hurry-item .remaining {
    text-align: left;
    margin-bottom: 15px
}

.hurry-item .remaining .value {
    color: #797585
}

.hurry-item .stopwatch {
    height: 30px;
    position: relative
}

.hurry-item .stopwatch:before {
    font-size: 30px;
    position: absolute;
    left: 4px;
    top: -4px
}

.hurry-item .countdown-amount {
    font-size: 1.42857em
}

.hurry-item .countdown-period {
    font-size: .85714em
}

@media (min-width: 768px) {
    .hurry-item .art-rate:before, .hurry-item .art-rate:after {
        content: " ";
        display: table
    }

    .hurry-item .art-rate:after {
        clear: both
    }
}

@media (max-width: 767px) {
    .hurry-item .photo-wrap {
        height: 180px
    }

    .hurry-item .photo-wrap > .photo {
        line-height: 180px
    }

    .hurry-item .art-rate {
        margin-top: 5px
    }

    .hurry-item .art-rate .rating-stars {
        bottom: auto;
        top: 118px
    }

    .hurry-item .btn-buy-wrap > .buy {
        min-width: 110px;
        height: auto;
        line-height: 20px;
        padding-top: 6px;
        padding-bottom: 6px
    }

    .hurry-item .btn-buy-wrap > .buy i, .hurry-item .btn-buy-wrap > .buy .text, .hurry-item .btn-buy-wrap > .buy:before, .hurry-item .btn-buy-wrap > .buy:after {
        display: inline-block !important;
        vertical-align: middle;
        line-height: 20px
    }

    .hurry-item .btn-buy-wrap > .buy .text.in-cart {
        display: none !important
    }

    .hurry-item .btn-buy-wrap > .buy .text, .hurry-item .btn-buy-wrap > .buy:after {
        position: relative;
        top: -1px
    }

    .hurry-item .btn-buy-wrap > .buy.main-clicked .text, .hurry-item .btn-buy-wrap > .buy.forced .text, .hurry-item .btn-buy-wrap > .buy.main-clicked.forced .text, .hurry-item .btn-buy-wrap > .buy.already-in-cart .text, .hurry-item .btn-buy-wrap > .buy.in-cart .text {
        display: none !important
    }

    .hurry-item .btn-buy-wrap > .buy.main-clicked .text.in-cart, .hurry-item .btn-buy-wrap > .buy.forced .text.in-cart, .hurry-item .btn-buy-wrap > .buy.main-clicked.forced .text.in-cart, .hurry-item .btn-buy-wrap > .buy.already-in-cart .text.in-cart, .hurry-item .btn-buy-wrap > .buy.in-cart .text.in-cart {
        display: inline-block !important
    }

    .hurry-item .btn-buy-wrap > .buy.main-clicked:after, .hurry-item .btn-buy-wrap > .buy.forced:after, .hurry-item .btn-buy-wrap > .buy.main-clicked.forced:after, .hurry-item .btn-buy-wrap > .buy.already-in-cart:after, .hurry-item .btn-buy-wrap > .buy.in-cart:after {
        content: attr(data-when-in-basket)
    }

    .hurry-item .favorite {
        position: static !important
    }

    .hurry-item .prices {
        margin-bottom: 0
    }

    .hurry-item .economy {
        margin: 5px auto
    }
}

.already-sold__track {
    position: relative;
    height: 6px;
    border-radius: 3px;
    background: #d1d1d1
}

.already-sold__track .bar {
    border: 1px solid;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    border-radius: 3px
}

.promo-banners.container, .promo-banners.container-fluid {
    padding-bottom: 10px;
    padding-top: 10px
}

.promo-banners.container:before, .promo-banners.container:after, .promo-banners.container-fluid:before, .promo-banners.container-fluid:after {
    content: " ";
    display: table
}

.promo-banners.container:after, .promo-banners.container-fluid:after {
    clear: both
}

.promo-banners.container .promo, .promo-banners.container-fluid .promo {
    position: relative;
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    overflow: hidden
}

.promo-banners.container .promo:nth-child(2n), .promo-banners.container-fluid .promo:nth-child(2n) {
    margin-right: 0
}

.promo-banners.container .promo > a, .promo-banners.container-fluid .promo > a {
    display: inline-block;
    position: relative;
    max-height: 210px;
    max-width: 100%
}

.promo-banners.container .promo > a:after, .promo-banners.container-fluid .promo > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.promo-banners.container .promo > a:after:active, .promo-banners.container .promo > a:after.active, .promo-banners.container-fluid .promo > a:after:active, .promo-banners.container-fluid .promo > a:after.active {
    -webkit-transition: none;
    transition: none
}

.promo-banners.container .promo:hover > a:after, .promo-banners.container-fluid .promo:hover > a:after {
    background: rgba(0, 0, 0, 0.25)
}

.promo-banners.container .promo img, .promo-banners.container-fluid .promo img {
    max-height: 100%;
    max-width: 100%
}

@media (max-width: 767px) {
    .promo-banners.container .promo, .promo-banners.container-fluid .promo {
        height: auto;
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px
    }

    .promo-banners.container .promo img, .promo-banners.container-fluid .promo img {
        max-width: 100%;
        max-height: none
    }
}

@media (max-width: 767px) {
    .promo-banners.container, .promo-banners.container-fluid {
        margin-bottom: 0
    }
}

.news-page .news-n-articles, .news-page .stock-wrap, .stock-page .news-n-articles, .stock-page .stock-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 7.5px;
    margin-bottom: 30px
}

.news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
    padding: 7.5px;
    position: relative;
    color: #000
}

@media (max-width: 767px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 50%
    }
}

@media (max-width: 340px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 100%
    }
}

@media (min-width: 768px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 33.333%
    }
}

@media (min-width: 991px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 20%
    }
}

@media (min-width: 1920px) {
    .news-page .news-n-articles .item, .news-page .stock-wrap .item, .stock-page .news-n-articles .item, .stock-page .stock-wrap .item {
        width: 16.666%
    }
}

.news-page .news-n-articles .item:hover, .news-page .stock-wrap .item:hover, .stock-page .news-n-articles .item:hover, .stock-page .stock-wrap .item:hover {
    cursor: pointer
}

.news-page .news-n-articles .item:hover .news-item-img, .news-page .stock-wrap .item:hover .news-item-img, .stock-page .news-n-articles .item:hover .news-item-img, .stock-page .stock-wrap .item:hover .news-item-img {
    opacity: .7
}

.news-page .news-n-articles .item:hover .content .link .text, .news-page .news-n-articles .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .news-page .news-n-articles .item:hover .content .deleted-property .text, .news-page .stock-wrap .item:hover .content .link .text, .news-page .stock-wrap .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .news-page .stock-wrap .item:hover .content .deleted-property .text, .stock-page .news-n-articles .item:hover .content .link .text, .stock-page .news-n-articles .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .stock-page .news-n-articles .item:hover .content .deleted-property .text, .stock-page .stock-wrap .item:hover .content .link .text, .stock-page .stock-wrap .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .stock-page .stock-wrap .item:hover .content .deleted-property .text {
    border-bottom-color: inherit
}

.news-page .news-n-articles .news-item-img, .news-page .stock-wrap .news-item-img, .stock-page .news-n-articles .news-item-img, .stock-page .stock-wrap .news-item-img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    text-align: center
}

.news-page .news-n-articles .news-item-img img, .news-page .stock-wrap .news-item-img img, .stock-page .news-n-articles .news-item-img img, .stock-page .stock-wrap .news-item-img img {
    max-width: 100%;
    max-height: none;
    position: absolute
}

.news-page .news-n-articles .date-wrap, .news-page .stock-wrap .date-wrap, .stock-page .news-n-articles .date-wrap, .stock-page .stock-wrap .date-wrap {
    position: absolute;
    margin-top: 72%;
    top: -4px;
    left: 50%;
    margin-left: -64px;
    width: 128px;
    text-align: center;
    padding: 3px 7px;
    background: #dedce4;
    border: 4px solid white;
    -webkit-transition: .15s;
    transition: .15s
}

.news-page .news-n-articles .date-wrap .svg-wrap, .news-page .stock-wrap .date-wrap .svg-wrap, .stock-page .news-n-articles .date-wrap .svg-wrap, .stock-page .stock-wrap .date-wrap .svg-wrap {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.news-page .news-n-articles .date-wrap .svg-wrap svg, .news-page .stock-wrap .date-wrap .svg-wrap svg, .stock-page .news-n-articles .date-wrap .svg-wrap svg, .stock-page .stock-wrap .date-wrap .svg-wrap svg {
    -webkit-transition: .15s;
    transition: .15s
}

.news-page .news-n-articles .date-wrap .date, .news-page .stock-wrap .date-wrap .date, .stock-page .news-n-articles .date-wrap .date, .stock-page .stock-wrap .date-wrap .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em
}

.news-page .news-n-articles .content, .news-page .stock-wrap .content, .stock-page .news-n-articles .content, .stock-page .stock-wrap .content {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    text-align: center
}

.news-page .news-n-articles .content .link, .news-page .news-n-articles .content .deleted-properties .deleted-property, .deleted-properties .news-page .news-n-articles .content .deleted-property, .news-page .stock-wrap .content .link, .news-page .stock-wrap .content .deleted-properties .deleted-property, .deleted-properties .news-page .stock-wrap .content .deleted-property, .stock-page .news-n-articles .content .link, .stock-page .news-n-articles .content .deleted-properties .deleted-property, .deleted-properties .stock-page .news-n-articles .content .deleted-property, .stock-page .stock-wrap .content .link, .stock-page .stock-wrap .content .deleted-properties .deleted-property, .deleted-properties .stock-page .stock-wrap .content .deleted-property {
    font-size: 1.14286em
}

.news-page .news-n-articles.n-stock .news-item-img-wrap, .news-page .stock-wrap.n-stock .news-item-img-wrap, .stock-page .news-n-articles.n-stock .news-item-img-wrap, .stock-page .stock-wrap.n-stock .news-item-img-wrap {
    position: relative;
    padding-bottom: 27px
}

.news-page .news-n-articles.n-stock .news-item-img, .news-page .stock-wrap.n-stock .news-item-img, .stock-page .news-n-articles.n-stock .news-item-img, .stock-page .stock-wrap.n-stock .news-item-img {
    margin-bottom: 0
}

.news-page .news-n-articles.n-stock .date-wrap, .news-page .stock-wrap.n-stock .date-wrap, .stock-page .news-n-articles.n-stock .date-wrap, .stock-page .stock-wrap.n-stock .date-wrap {
    top: auto;
    bottom: 0;
    margin-top: 0
}

.news-page .news-n-articles.n-stock .date-wrap .svg-wrap, .news-page .stock-wrap.n-stock .date-wrap .svg-wrap, .stock-page .news-n-articles.n-stock .date-wrap .svg-wrap, .stock-page .stock-wrap.n-stock .date-wrap .svg-wrap {
    width: 20px;
    height: 20px;
    margin-right: 2px
}

.news-page .news-n-articles.n-stock .date-wrap .date > span, .news-page .news-n-articles.n-stock .date-wrap .date-from, .news-page .news-n-articles.n-stock .date-wrap .date-to, .news-page .stock-wrap.n-stock .date-wrap .date > span, .news-page .stock-wrap.n-stock .date-wrap .date-from, .news-page .stock-wrap.n-stock .date-wrap .date-to, .stock-page .news-n-articles.n-stock .date-wrap .date > span, .stock-page .news-n-articles.n-stock .date-wrap .date-from, .stock-page .news-n-articles.n-stock .date-wrap .date-to, .stock-page .stock-wrap.n-stock .date-wrap .date > span, .stock-page .stock-wrap.n-stock .date-wrap .date-from, .stock-page .stock-wrap.n-stock .date-wrap .date-to {
    display: block;
    font-weight: bold
}

.news-page .pagination, .stock-page .pagination {
    display: block;
    text-align: center
}

.news-page .nav-pills, .stock-page .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px 7.5px
}

@media (max-width: 767px) {
    .news-page .nav-pills, .stock-page .nav-pills {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news-page .nav-pills:before, .news-page .nav-pills:after, .stock-page .nav-pills:before, .stock-page .nav-pills:after {
    display: none
}

.news-page .nav-pills li, .stock-page .nav-pills li {
    float: none;
    margin: 0 7.5px 7.5px;
    padding: 0;
    text-align: center
}

.news-page .nav-pills li.active:hover, .news-page .nav-pills li.active a:hover, .stock-page .nav-pills li.active:hover, .stock-page .nav-pills li.active a:hover {
    cursor: default
}

.news-page .nav-pills li a, .stock-page .nav-pills li a {
    padding: 5px 15px;
    border: 2px solid #dedce4
}

.brands-page .brands-list, .news-page .brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 7.5px;
    margin-bottom: 30px
}

.brands-page .brands-list .item, .news-page .brands-list .item {
    position: relative;
    color: #000;
    padding: 7.5px
}

.brands-page .brands-list .item:hover, .news-page .brands-list .item:hover {
    cursor: pointer
}

.brands-page .brands-list .item:hover .brand-item-img, .news-page .brands-list .item:hover .brand-item-img {
    opacity: .7
}

.brands-page .brands-list .item:hover .content .link .text, .brands-page .brands-list .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .brands-page .brands-list .item:hover .content .deleted-property .text, .news-page .brands-list .item:hover .content .link .text, .news-page .brands-list .item:hover .content .deleted-properties .deleted-property .text, .deleted-properties .news-page .brands-list .item:hover .content .deleted-property .text {
    border-bottom-color: inherit
}

@media (max-width: 767px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width: 340px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 100%
    }
}

@media (min-width: 768px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 33.333%
    }
}

@media (min-width: 991px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 20%
    }
}

@media (min-width: 1920px) {
    .brands-page .brands-list .item, .news-page .brands-list .item {
        width: 16.666%
    }
}

.brands-page .brands-list .item .content .desc, .news-page .brands-list .item .content .desc {
    font-size: 1em;
    margin: 0;
    padding: 0
}

.brands-page .brands-list .content, .news-page .brands-list .content {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    text-align: center
}

.brands-page .brands-list .content .link, .brands-page .brands-list .content .deleted-properties .deleted-property, .deleted-properties .brands-page .brands-list .content .deleted-property, .news-page .brands-list .content .link, .news-page .brands-list .content .deleted-properties .deleted-property, .deleted-properties .news-page .brands-list .content .deleted-property {
    font-size: 1.14286em
}

.brands-page .brands-list .brand-item-img, .brands-page .brands-list .news-item-img, .news-page .brands-list .brand-item-img, .news-page .brands-list .news-item-img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
    height: 80px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-bottom: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 340px) {
    .brands-page .brands-list .brand-item-img, .brands-page .brands-list .news-item-img, .news-page .brands-list .brand-item-img, .news-page .brands-list .news-item-img {
        height: auto
    }
}

.brands-page .brands-list .brand-item-img img, .brands-page .brands-list .news-item-img img, .news-page .brands-list .brand-item-img img, .news-page .brands-list .news-item-img img {
    position: static;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.brands-page .pagination {
    display: block;
    text-align: center
}

.auth-before-order-page > h2, .auth-before-order-page > .title-h2, .order-details-page > h2, .order-details-page > .title-h2, .order-successful-page > h2, .order-successful-page > .title-h2, .account-order-page > h2, .account-order-page > .title-h2 {
    margin-top: 30px;
    font-size: 2.14286em
}

.more_bold .auth-before-order-page > h2, .more_bold .auth-before-order-page > .title-h2, .more_bold .order-details-page > h2, .more_bold .order-details-page > .title-h2, .more_bold .order-successful-page > h2, .more_bold .order-successful-page > .title-h2, .more_bold .account-order-page > h2, .more_bold .account-order-page > .title-h2 {
    font-weight: bold
}

.auth-before-order-page .btn-return, .order-details-page .btn-return, .order-successful-page .btn-return, .account-order-page .btn-return {
    float: right;
    top: 14px;
    height: 45px;
    line-height: 43px;
    margin-left: 15px;
    padding-left: 60px;
    padding-right: 30px;
    position: relative;
    left: auto;
    font-size: 1.14286em
}

.more_bold .auth-before-order-page .btn-return, .more_bold .order-details-page .btn-return, .more_bold .order-successful-page .btn-return, .more_bold .account-order-page .btn-return {
    font-weight: bold
}

.auth-before-order-page .btn-return:active, .order-details-page .btn-return:active, .order-successful-page .btn-return:active, .account-order-page .btn-return:active {
    top: 15px
}

.auth-before-order-page .btn-return:before, .order-details-page .btn-return:before, .order-successful-page .btn-return:before, .account-order-page .btn-return:before {
    left: -12px;
    top: 10px;
    height: 25px;
    width: 25px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    transform: rotate(45deg) skew(20deg, 20deg) scale(0.98, 0.98);
    clip: rect(1px, 24px, 28px, -3px);
    border-radius: 2px 0 2px 2px
}

.auth-before-order-page .btn-return > i, .order-details-page .btn-return > i, .order-successful-page .btn-return > i, .account-order-page .btn-return > i {
    position: absolute;
    left: 15px;
    top: 0px
}

.auth-before-order-page .btn-return > i:before, .order-details-page .btn-return > i:before, .order-successful-page .btn-return > i:before, .account-order-page .btn-return > i:before {
    font-weight: normal;
    font-size: 30px
}

@media (max-width: 767px) {
    .auth-before-order-page .btn-return, .order-details-page .btn-return, .order-successful-page .btn-return, .account-order-page .btn-return {
        margin-right: -15px
    }

    .auth-before-order-page > h2, .auth-before-order-page > .title-h2, .order-details-page > h2, .order-details-page > .title-h2, .order-successful-page > h2, .order-successful-page > .title-h2, .account-order-page > h2, .account-order-page > .title-h2 {
        clear: both;
        margin-top: 80px;
        font-size: 1.14286em
    }
}

.auth-before-order-page p {
    font-size: 1.28571em;
    margin-top: 50px;
    margin-bottom: 60px
}

.auth-before-order-page form {
    position: relative
}

.auth-before-order-page form > h2, .auth-before-order-page form > .title-h2 {
    margin-bottom: 30px
}

.auth-before-order-page .social-text {
    margin-top: 0px;
    padding-top: 15px;
    font-size: 1.14286em;
    margin-bottom: 20px;
    text-align: right;
    border-top: 1px solid;
    border-color: #cacaca
}

.auth-before-order-page .social-list {
    padding: 0px;
    margin: 0;
    text-align: right
}

.auth-before-order-page .social-list li {
    display: inline-block
}

.auth-before-order-page .social-list li + li {
    margin-left: 10px
}

.auth-before-order-page .social-list .social-modal {
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.auth-before-order-page .social-list .social-modal:active, .auth-before-order-page .social-list .social-modal.active {
    -webkit-transition: none;
    transition: none
}

.auth-before-order-page .social-list .social-modal:hover {
    opacity: 0.6
}

.auth-before-order-page .social-list .social-modal .icon-container {
    display: inline-block;
    vertical-align: middle
}

.auth-before-order-page .social-modal.vk {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_vk.png")
}

.auth-before-order-page .social-modal.ok {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_ok.png")
}

.auth-before-order-page .social-modal.mail {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_mail.png")
}

.auth-before-order-page .social-modal.fb {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_fb.png")
}

.auth-before-order-page .social-modal.black {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_black.png")
}

.auth-before-order-page .btn-submit {
    font-size: 16px;
    height: auto;
    padding: 10px
}

@media (max-width: 767px) {
    .auth-before-order-page p {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 1em
    }

    .auth-before-order-page form h2, .auth-before-order-page form .title-h2 {
        margin-bottom: 0;
        margin-top: 0
    }

    .auth-before-order-page form .btn-submit {
        height: auto !important;
        font-size: 15px !important
    }

    .auth-before-order-page form.form_login h2, .auth-before-order-page form.form_login .title-h2 {
        margin-top: -20px
    }

    .auth-before-order-page form.form_registration h2, .auth-before-order-page form.form_registration .title-h2 {
        margin-top: 25px
    }
}

.order-successful-page > h2, .order-successful-page > .title-h2 {
    margin-bottom: 30px
}

.order-successful-page p {
    margin-top: 20px;
    margin-bottom: 0
}

.order-successful-page .order-success {
    font-size: 18px
}

.order-successful-page .payment-type {
    margin-top: 5px
}

@media (max-width: 767px) {
    .order-successful-page > img {
        display: block;
        margin-top: 20px
    }
}

.account-order {
    margin-top: 30px
}

.account-order-page h2, .account-order-page .title-h2 {
    font-size: 2.14286em;
    margin-top: 0
}

.account-order-page .btn-return {
    top: 0
}

.account-order-page .cancel-order {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0 !important
}

.account-order-page .cancel-order > .text {
    padding-left: 0;
    font-size: 14px
}

.account-order-page .order-info-section header {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px
}

.more_bold .account-order-page .order-info-section header {
    font-weight: bold
}

.account-order-page .order-info-section header > .text-wrap {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.account-order-page .order-info-section header > .text-wrap:active, .account-order-page .order-info-section header > .text-wrap.active {
    -webkit-transition: none;
    transition: none
}

.account-order-page .order-info-section header > .text-wrap:hover {
    cursor: pointer;
    color: silver
}

.account-order-page .order-info-section header > .text-wrap:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 9px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.account-order-page .order-info-section.expanded > header > .text-wrap:after {
    border-bottom-width: 4px;
    border-top-width: 0
}

.account-order-page .order-info-section + h3, .account-order-page .order-info-section + .title-h3 {
    margin-top: 50px
}

.more_bold .account-order-page .order-info-section + h3, .more_bold .account-order-page .order-info-section + .title-h3 {
    font-weight: bold
}

.account-order-page .order-info-section > .main-content > table .desc {
    color: #6b6b6b
}

.account-order-page .main-content {
    margin-bottom: 30px
}

.account-order-page .main-content > table td {
    padding: 5px 0
}

.account-order-page .main-content > table .desc {
    min-width: 200px
}

.account-order-page .items-table {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .account-order-page .main-content > table {
        width: 100%;
        font-size: 12px
    }

    .account-order-page .main-content > table .desc {
        min-width: 30%;
        padding-right: 10px
    }

    .account-order-page .items-table .availability {
        display: block;
        width: 100%;
        padding-right: 0
    }

    .more_bold .account-order-page .items-table .availability {
        font-weight: bold
    }
}

.order-details-page #bx-soa-order-form {
    padding-top: 10px
}

@media (max-width: 767px) {
    .order-details-page #bx-soa-order-form {
        padding-top: 20px
    }

    .order-details-page h1, .order-details-page .title-h1, .order-details-page h2, .order-details-page .title-h2, .order-details-page .title-h1, .order-details-page .title-h2 {
        clear: none
    }

    .order-details-page h2, .order-details-page .title-h2, .order-details-page .title-h2 {
        margin-top: 30px
    }
}

@media (max-width: 479px) {
    .order-details-page #bx-soa-order-form {
        padding-top: 0
    }

    .order-details-page #bx-soa-order-form, .order-details-page h1, .order-details-page .title-h1, .order-details-page h2, .order-details-page .title-h2, .order-details-page .title-h1, .order-details-page .title-h2 {
        width: 100%;
        float: left
    }

    .order-details-page #bx-soa-order-form:before, .order-details-page #bx-soa-order-form:after, .order-details-page h1:before, .order-details-page .title-h1:before, .order-details-page h1:after, .order-details-page .title-h1:after, .order-details-page h2:before, .order-details-page .title-h2:before, .order-details-page h2:after, .order-details-page .title-h2:after, .order-details-page .title-h1:before, .order-details-page .title-h1:after, .order-details-page .title-h2:before, .order-details-page .title-h2:after {
        content: " ";
        display: table
    }

    .order-details-page #bx-soa-order-form:after, .order-details-page h1:after, .order-details-page .title-h1:after, .order-details-page h2:after, .order-details-page .title-h2:after, .order-details-page .title-h1:after, .order-details-page .title-h2:after {
        clear: both
    }

    .order-details-page h2, .order-details-page .title-h2, .order-details-page .title-h2 {
        margin-top: 20px
    }

    .order-details-page .btn-return {
        margin-bottom: 10px
    }

    .order-details-page .btn-return:before, .order-details-page .btn-return:after {
        content: " ";
        display: table
    }

    .order-details-page .btn-return:after {
        clear: both
    }
}

.order-details-page .bx-soa-section {
    border-radius: 3px
}

.order-details-page .bx-sls .bx-ui-sls-pane {
    z-index: 4
}

.order-details-page .bx-soa-section .btn-default, .order-details-page #bx-soa-total .btn-default, .order-details-page #bx-soa-total-mobile .btn-default {
    padding: 10px 30px;
    border-radius: 3px;
    display: inline-block
}

.order-details-page .bx-soa-section .btn-default.btn-sm, .order-details-page #bx-soa-total .btn-default.btn-sm, .order-details-page #bx-soa-total-mobile .btn-default.btn-sm {
    padding: 5px 15px
}

.order-details-page .bx-soa-section .btn-default.btn-lg, .order-details-page #bx-soa-total .btn-default.btn-lg, .order-details-page #bx-soa-total-mobile .btn-default.btn-lg {
    padding: 15px 45px
}

.order-details-page .bx-authform-formgroup-container .btn {
    margin-top: 15px;
    margin-right: 30px
}

.order-details-page #bx-soa-orderSave .pull-right.btn.btn-default {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 1.28571em
}

.order-details-page #bx-soa-orderSave .pull-right.btn.btn-default:before {
    content: '';
    position: absolute;
    top: 12px;
    right: -13px;
    height: 26px;
    width: 26px;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
    transform: rotate(45deg) skew(20deg, 20deg);
    -webkit-transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    transform: translateZ(0) rotate(45deg) skew(20deg, 20deg);
    clip: rect(-3px, 29px, 26px, 1px)
}

.order-details-page .form-group .form-control .bx-ui-sls-fake {
    padding: 0
}

.order-details-page .form-group .form-control.dropdown-block {
    padding-left: 30px
}

.order-details-page .form-group .form-control .bx-ui-sls-clear {
    top: 5px
}

.order-details-page .form-group .form-control .dropdown-icon {
    top: 15px
}

.order-details-page .bx-sls .dropdown-fade2white {
    height: 40px
}

.order-details-page .bx-soa-pp-company-graf-container .checkbox-content {
    position: absolute;
    top: 5px;
    left: 5px
}

.order-details-page .bx-soa-pickup-list .bx-soa-pickup-list-item {
    padding: 30px 35px
}

.order-details-page .bx-soa-pp-company-graf-container input, .order-details-page .bx-soa-pp-company-graf-container .checkbox-content {
    display: none
}

.order-details-page .bx-soa-pp-company {
    z-index: 3 !important
}

.order-details-page .bx-soa-pp-company-block .checkbox label, .order-details-page .bx-soa-pp-company-block .form-group label {
    display: block;
    padding-left: 0
}

.order-details-page .bx-soa-pp-company-block .checkbox .bx-soa-service-small, .order-details-page .bx-soa-pp-company-block .form-group .bx-soa-service-small {
    padding-top: 2px;
    margin-top: 5px
}

.account-personal-panel ul.panel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.account-personal-panel ul.panel .panel-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    border-style: solid;
    border-radius: 4px;
    -webkit-transition: .15s;
    transition: .15s;
    width: 100%
}

[data-styling-type="skew"] .account-personal-panel ul.panel .panel-item {
    border-width: 1px
}

[data-styling-type="flat"] .account-personal-panel ul.panel .panel-item {
    border-width: 0
}

@media (min-width: 768px) {
    .account-personal-panel ul.panel .panel-item {
        margin-bottom: 15px;
        margin-right: 15px
    }

    [data-container-width="full_width"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 2 - 15px)
    }

    [data-container-width="container"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 2 - 15px)
    }
}

@media (min-width: 992px) {
    .account-personal-panel ul.panel .panel-item {
        margin-bottom: 15px;
        margin-right: 15px
    }

    [data-container-width="full_width"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 3 - 15px)
    }

    [data-container-width="container"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 3 - 15px)
    }
}

@media (min-width: 1200px) {
    .account-personal-panel ul.panel .panel-item {
        margin-bottom: 30px;
        margin-right: 30px
    }

    [data-container-width="full_width"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 4 - 30px)
    }

    [data-container-width="container"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 3 - 30px)
    }
}

@media (min-width: 1920px) {
    .account-personal-panel ul.panel .panel-item {
        margin-bottom: 30px;
        margin-right: 30px
    }

    [data-container-width="full_width"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 5 - 30px)
    }

    [data-container-width="container"] .account-personal-panel ul.panel .panel-item {
        width: calc(100% / 5 - 30px)
    }
}

.account-personal-panel ul.panel .panel-item .panel-icon {
    display: block;
    vertical-align: top;
    height: 45px;
    width: 100%;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s
}

.account-personal-panel ul.panel .panel-item .panel-icon.favorite, .account-personal-panel ul.panel .panel-item .panel-icon.interface {
    height: 40px;
    top: 18px
}

.account-personal-panel ul.panel .panel-item .panel-name {
    font-size: 1.6rem;
    display: block;
    margin-top: 53px;
    color: #333;
    -webkit-transition: .15s;
    transition: .15s
}

.account-personal-order-list .bx-content .inactive-button {
    pointer-events: none;
    opacity: .5
}

.account-personal-order-list .bx-content .sale-order-title {
    margin-top: 0
}

.account-personal-order-list .bx-content .sale-order-list-title-container, .account-personal-order-list .bx-content .sale-order-list-accomplished-title-container {
    background: #dedce4
}

.account-personal-order-list .bx-content .sale-order-list-status-success {
    background: #cef59f
}

.account-personal-order-list .bx-content .sale-order-list-status-alert {
    background: #fad0d0
}

.account-personal-order-list .bx-content .sale-order-list-button, .account-personal-order-list .bx-content input[type="submit"], .account-personal-order-list .bx-content input[type="button"], .account-personal-order-list .bx-content button {
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    border: none
}

.account-personal-order-list .bx-content .sale-order-link, .account-personal-order-list .bx-content .sale-order-history-link {
    padding-right: 0;
    margin-right: 34px
}

.account-personal-order-list .bx-content .sale-order-list-repeat-link {
    padding-left: 0;
    margin-left: 13px;
    position: relative
}

.account-personal-order-list .bx-content .sale-order-list-repeat-link:before {
    position: absolute;
    left: -13px
}

@media (min-width: 768px) {
    .account-personal-order-list .bx-content .sale-order-list-about-container, .account-personal-order-list .bx-content .sale-order-list-repeat-container, .account-personal-order-list .bx-content .sale-order-list-cancel-container, .account-personal-order-list .bx-content .sale-order-list-about-accomplished, .account-personal-order-list .bx-content .sale-order-list-repeat-accomplished {
        display: inline-block;
        width: auto;
        margin-right: 30px
    }
}

@media (max-width: 767px) {
    .account-personal-order-list .bx-content .sale-order-list-repeat-link {
        margin-left: 28px
    }
}

.account-personal-order-detailed .bx-content .container-fluid, .account-personal-order-list .bx-content .container-fluid {
    padding: 0
}

.account-personal-order-detailed .bx-content .sale-order-detail-order-section, .account-personal-order-list .bx-content .sale-order-detail-order-section {
    border: none
}

.account-personal-order-detailed .bx-content .sale-order-detail-order-item-img-block, .account-personal-order-list .bx-content .sale-order-detail-order-item-img-block {
    padding-left: 15px
}

.account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-button-element, .account-personal-order-detailed .bx-content input[type="submit"], .account-personal-order-detailed .bx-content input[type="button"], .account-personal-order-detailed .bx-content button, .account-personal-order-detailed .bx-content .btn-theme, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-button, .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-button-element, .account-personal-order-list .bx-content input[type="submit"], .account-personal-order-list .bx-content input[type="button"], .account-personal-order-list .bx-content button, .account-personal-order-list .bx-content .btn-theme {
    font-family: "Open Sans", sans-serif;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    border: none
}

.account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-down {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    float: left;
    padding-bottom: 0
}

.account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-up, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-up {
    margin-bottom: 11px
}

.account-personal-order-detailed .bx-content .sale-order-detail-back-to-list-link-down, .account-personal-order-list .bx-content .sale-order-detail-back-to-list-link-down {
    margin-bottom: 78px
}

.account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat {
    text-align: center
}

.account-personal-order-detailed .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel, .account-personal-order-list .bx-content .sale-order-detail-about-order-inner-container-repeat-cancel {
    display: inline-block
}

@media (min-width: 992px) {
    .account-personal-order-detailed .bx-content .sale-order-detail-order-item-td-title, .account-personal-order-list .bx-content .sale-order-detail-order-item-td-title {
        width: 100%;
        text-align: left !important
    }
}

.account-personal-order-detailed .bx-content .sale-order-list-cancel-payment, .account-personal-order-detailed .bx-content .sale-order-list-change-payment, .account-personal-order-list .bx-content .sale-order-list-cancel-payment, .account-personal-order-list .bx-content .sale-order-list-change-payment {
    display: inline-block
}

.account-personal-order-detailed .bx-content .sale-order-list-repeat-link::before, .account-personal-order-list .bx-content .sale-order-list-repeat-link::before {
    top: 2px
}

.account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-title-status-success, .account-personal-order-detailed .bx-content .sale-order-payment-change-status-success, .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-title-status-success, .account-personal-order-list .bx-content .sale-order-payment-change-status-success {
    background: #cef59f
}

.account-personal-order-detailed .bx-content .sale-order-detail-payment-options-methods-info-title-status-alert, .account-personal-order-detailed .bx-content .sale-order-payment-change-status-alert, .account-personal-order-list .bx-content .sale-order-detail-payment-options-methods-info-title-status-alert, .account-personal-order-list .bx-content .sale-order-payment-change-status-alert {
    background: #fad0d0
}

.account-personal-order-detailed .bx-content .sale-order-detail-general .sale-order-detail-about-order-title, .account-personal-order-detailed .bx-content .sale-order-detail-general .sale-order-detail-payment-options-title, .account-personal-order-detailed .bx-content .sale-order-detail-general .sale-order-detail-payment-options-order-content-title, .account-personal-order-list .bx-content .sale-order-detail-general .sale-order-detail-about-order-title, .account-personal-order-list .bx-content .sale-order-detail-general .sale-order-detail-payment-options-title, .account-personal-order-list .bx-content .sale-order-detail-general .sale-order-detail-payment-options-order-content-title {
    background: #dedce4
}

.account-personal-order-detailed .bx-content .sale-order-detail-active-event .sale-order-detail-payment-options-methods-information-block div.sale-order-detail-payment-options-methods .sale-order-payment-change-pp .sale-order-payment-change-pp-company, .account-personal-order-list .bx-content .sale-order-detail-active-event .sale-order-detail-payment-options-methods-information-block div.sale-order-detail-payment-options-methods .sale-order-payment-change-pp .sale-order-payment-change-pp-company {
    margin-bottom: 30px
}

.account-personal-order-detailed .bx-content .sale-order-detail-active-event .sale-order-detail-payment-options-methods-information-block div.sale-order-detail-payment-options-methods.sale-order-detail-active-event div.sale-order-detail-payment-options-methods-template, .account-personal-order-list .bx-content .sale-order-detail-active-event .sale-order-detail-payment-options-methods-information-block div.sale-order-detail-payment-options-methods.sale-order-detail-active-event div.sale-order-detail-payment-options-methods-template {
    position: relative
}

.account-personal-money .bx-content .container-fluid {
    padding: 0
}

.account-personal-money .bx-content .sale-personal-account-wallet-container {
    max-width: none
}

.account-personal-money .bx-content .sale-acountpay-pp-company {
    z-index: 1
}

.account-personal-money .bx-content .sale-acountpay-pp-company input {
    display: none
}

.account-personal-money .bx-content .sale-acountpay-pp-company:hover {
    cursor: pointer
}

.account-personal-money .bx-content .sale-account-pay-button, .account-personal-money .bx-content .bx-sap input[type="submit"] {
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    height: auto;
    line-height: 1.4;
    border: none
}

.account-personal-waiting-goods .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -7.5px 7.5px
}

@media (max-width: 767px) {
    .account-personal-waiting-goods .nav-pills {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.account-personal-waiting-goods .nav-pills:before, .account-personal-waiting-goods .nav-pills:after {
    display: none
}

.account-personal-waiting-goods .nav-pills li {
    float: none;
    margin: 0 7.5px 7.5px;
    padding: 0;
    text-align: center
}

.account-personal-waiting-goods .nav-pills li.active:hover, .account-personal-waiting-goods .nav-pills li.active a:hover {
    cursor: default
}

.account-personal-waiting-goods .nav-pills li a {
    padding: 5px 15px;
    border: 2px solid #dedce4
}

.account-personal-waiting-goods .btn-delete {
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px
}

.account-personal-waiting-goods .btn-delete i:before {
    font-size: 14px
}

.account-personal-waiting-goods .btn-delete .btn-text, .account-personal-waiting-goods .btn-delete i {
    color: #666 !important
}

@media (max-width: 767px) {
    .account-personal-waiting-goods .btn-delete {
        font-size: 10px;
        white-space: nowrap
    }
}

.account-personal-waiting-goods .items-table th:last-of-type, .account-personal-waiting-goods .items-table td:last-of-type {
    padding-right: 15px
}

.account-personal-waiting-goods .table-item {
    min-height: 127px;
    position: relative
}

.account-personal-waiting-goods .table-item:hover .btn-delete {
    opacity: 1
}

.account-personal-waiting-goods .table-item .price {
    min-width: 120px
}

.account-personal-waiting-goods .table-item + .account-personal-waiting-goods .table-item {
    border: none
}

.account-personal-waiting-goods .table-item + .account-personal-waiting-goods .table-item > td {
    border-top: 1px solid silver
}

.account-personal-waiting-goods .rating-stars {
    display: block;
    margin: 0
}

.account-personal-waiting-goods .info, .account-personal-waiting-goods .info2 {
    text-align: center;
    clear: both
}

.account-personal-waiting-goods .info .value, .account-personal-waiting-goods .info2 .value {
    padding-right: 15px;
    white-space: nowrap;
    font-weight: bold
}

.account-personal-waiting-goods .info .value + .b-rub, .account-personal-waiting-goods .info2 .value + .b-rub {
    position: absolute;
    margin-left: -11px
}

@media (min-width: 768px) {
    .account-personal-waiting-goods td.info2 {
        text-align: center;
        font-size: 1.2rem
    }

    .account-personal-waiting-goods td.info2 > div {
        margin-bottom: 10px
    }

    .account-personal-waiting-goods td.info2 .info2-title {
        display: block;
        color: #777
    }

    .account-personal-waiting-goods .date {
        font-size: 1.2rem;
        color: #777
    }
}

@media (max-width: 767px) {
    .account-personal-waiting-goods .table-item .name {
        padding-left: 100px
    }

    .account-personal-waiting-goods .table-item .photo {
        padding: 25px 5px 30px;
        height: 130px
    }

    .account-personal-waiting-goods .table-item .actions-btn {
        position: absolute;
        top: 100px;
        padding: 0 !important;
        width: 100px;
        text-align: center
    }
}

.account-page h1, .account-page .title-h1 {
    margin-top: 20px;
    margin-bottom: 25px
}

.account-page table {
    width: 100%
}

.account-page table th, .account-page table td {
    padding: 15px 15px
}

.account-page table thead > tr > th {
    font-weight: normal
}

.account-page table tbody > tr {
    border-bottom: 1px dashed
}

.account-page table > thead > tr {
    background: #ededed
}

.btn-add-account-profile {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 15px 10px
}

.btn-add-account-profile > .text {
    font-size: 16px;
    font-weight: bold
}

.form_order-filter {
    margin-bottom: 50px
}

.form_order-filter .main-content {
    padding: 15px 25px 15px 20px;
    text-align: justify;
    line-height: 0;
    margin-bottom: 10px
}

.form_order-filter .main-content:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 0
}

.form_order-filter .main-content label, .form_order-filter .main-content button {
    position: relative;
    display: inline-block;
    line-height: normal;
    margin-bottom: 10px
}

.form_order-filter .main-content label > .text {
    font-weight: normal;
    margin-right: 5px;
    margin-left: 5px
}

.form_order-filter .main-content .textinput, .form_order-filter .main-content .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_order-filter .main-content input.form-control[type="text"], .form_order-filter .main-content .order-details-page .form-group .form-control, .order-details-page .form-group .form_order-filter .main-content .form-control, .form_order-filter .main-content .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_order-filter .main-content input {
    width: 120px;
    font-weight: normal
}

.form_order-filter .main-content .order-dates {
    display: inline-block;
    margin-bottom: 10px
}

.form_order-filter .main-content .order-dates > .text {
    font-weight: normal;
    margin-right: 5px;
    margin-left: 5px
}

.form_order-filter .main-content .order-dates .textinput, .form_order-filter .main-content .order-dates .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_order-filter .main-content .order-dates input.form-control[type="text"], .form_order-filter .main-content .order-dates .order-details-page .form-group .form-control, .order-details-page .form-group .form_order-filter .main-content .order-dates .form-control, .form_order-filter .main-content .order-dates .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_order-filter .main-content .order-dates input {
    text-align: center;
    padding-right: 0;
    width: 150px
}

.form_order-filter .main-content .order-filter-submit {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px
}

.form_order-filter .main-content .order-filter-submit:active > .text {
    position: relative;
    top: 1px
}

.form_order-filter footer .order-filter-reset {
    float: right
}

.form_order-filter footer .order-filter-small {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-right: 20px;
    padding: 4px 10px 5px;
    border-radius: 3px;
    cursor: pointer
}

.form_order-filter footer .order-filter-small:active, .form_order-filter footer .order-filter-small.active {
    -webkit-transition: none;
    transition: none
}

.form_order-filter footer .order-filter-small > .text {
    border-bottom: 1px dotted
}

.form_order-filter footer .order-filter-small:hover {
    color: silver
}

.form_order-filter footer .order-filter-small.active {
    cursor: default
}

.form_order-filter footer .order-filter-small.active > .text {
    border-color: transparent
}

.form_order-filter footer .order-filter-reset {
    margin-top: 4px
}

@media (max-width: 767px) {
    .form_order-filter {
        margin-bottom: 20px
    }

    .form_order-filter .main-content {
        padding: 10px 5px;
        text-align: left;
        line-height: normal
    }

    .form_order-filter .main-content:after {
        display: none
    }

    .form_order-filter .main-content .order-code .textinput, .form_order-filter .main-content .order-code .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_order-filter .main-content .order-code input.form-control[type="text"], .form_order-filter .main-content .order-code .order-details-page .form-group .form-control, .order-details-page .form-group .form_order-filter .main-content .order-code .form-control, .form_order-filter .main-content .order-code .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_order-filter .main-content .order-code input {
        margin-left: 59px
    }

    .form_order-filter .main-content .textinput, .form_order-filter .main-content .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_order-filter .main-content input.form-control[type="text"], .form_order-filter .main-content .order-details-page .form-group .form-control, .order-details-page .form-group .form_order-filter .main-content .form-control, .form_order-filter .main-content .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_order-filter .main-content input {
        width: 128px !important;
        font-size: 13px;
        padding-left: 10px
    }

    .form_order-filter .main-content .order-dates > .text:first-child {
        display: block;
        margin-bottom: 5px
    }

    .form_order-filter .main-content .order-filter-submit {
        margin-top: 10px
    }

    .form_order-filter footer {
        position: relative
    }

    .form_order-filter .order-filter-reset {
        position: absolute;
        top: -50px;
        right: 7px
    }
}

.table_order-history thead {
    font-size: 12px
}

.table_order-history tbody {
    font-size: 12px
}

.table_order-history th.order-code {
    white-space: nowrap
}

.table_order-history .order-content {
    width: 100%
}

.table_order-history .order-sum, .table_order-history .order-status {
    text-align: center
}

.table_order-history .order-code > .link, .table_order-history .deleted-properties .order-code > .deleted-property, .deleted-properties .table_order-history .order-code > .deleted-property {
    font-weight: bold;
    font-size: 14px
}

.table_order-history .order-date {
    margin-top: 5px;
    font-size: 11px;
    color: #797979
}

.table_order-history .order-date .date {
    white-space: nowrap
}

.table_order-history .order-status .when-payed {
    color: #366e00
}

.table_order-history td.order-sum {
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold
}

.table_order-history .order-content-product + .order-content-product {
    margin-top: 5px
}

.table_order-history .order-payment-n-delivery-types .payment .value, .table_order-history .order-payment-n-delivery-types .delivery .value {
    white-space: nowrap
}

.table_order-history .order-payment-n-delivery-types .delivery {
    margin-top: 5px
}

.table_order-history .action {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .table_order-history .order-contents {
        display: table-cell !important
    }

    .table_order-history .switch-order-content {
        display: none
    }
}

@media (max-width: 991px) {
    .table_order-history .switch-order-content {
        white-space: nowrap;
        display: block;
        margin-bottom: 5px
    }

    .table_order-history .switch-order-content:hover {
        cursor: pointer;
        -webkit-transition: color .4s;
        transition: color .4s;
        color: gray
    }

    .table_order-history .switch-order-content > .text {
        border-bottom: 1px dotted
    }

    .table_order-history .switch-order-content:before {
        content: '';
        display: inline-block;
        margin-right: 2px;
        vertical-align: middle;
        border: 4px solid;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-width: 0
    }

    .table_order-history thead {
        display: none
    }

    .table_order-history tr {
        display: block;
        position: relative
    }

    .table_order-history tr:before, .table_order-history tr:after {
        content: " ";
        display: table
    }

    .table_order-history tr:after {
        clear: both
    }

    .table_order-history tr:first-child {
        border-top: 1px dashed
    }

    .table_order-history tr.shown .order-actions {
        padding-top: 5px;
        width: 50%
    }

    .table_order-history tr.shown .switch-order-content:before {
        border-top-width: 0px;
        border-bottom-width: 4px
    }

    .table_order-history tr.shown .order-content, .table_order-history tr.shown .order-payment-n-delivery-types {
        display: block !important
    }

    .table_order-history td {
        display: block;
        padding: 5px !important
    }

    .table_order-history .order-content, .table_order-history .order-payment-n-delivery-types {
        display: none
    }

    .table_order-history .order-code, .table_order-history .order-sum, .table_order-history .order-status, .table_order-history .order-payment-n-delivery-types {
        float: left
    }

    .table_order-history .order-code, .table_order-history .order-sum, .table_order-history .order-status {
        width: 33.33333%
    }

    .table_order-history .order-code {
        position: relative
    }

    .table_order-history .order-status {
        text-align: right
    }

    .table_order-history .order-payment-n-delivery-types {
        width: 50%
    }

    .table_order-history .order-actions {
        float: right;
        text-align: right
    }

    .table_order-history .order-content {
        clear: both
    }
}

.profile-actions {
    text-align: center
}

.profile-action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 27px;
    height: 27px;
    line-height: 25px;
    cursor: pointer
}

.profile-action:active {
    top: 1px
}

.profile-action.edit {
    margin-right: 10px
}

.profile-action.edit:before {
    font-size: 17px
}

.profile-action.delete:before {
    position: relative;
    left: -1px
}

.table_account-profiles .profile-actions {
    white-space: nowrap
}

@media (max-width: 991px) {
    .table_account-profiles td, .table_account-profiles th {
        padding: 10px !important
    }
}

@media (max-width: 767px) {
    .table_account-profiles {
        font-size: 12px
    }

    .table_account-profiles td, .table_account-profiles th {
        padding: 5px !important
    }

    .table_account-profiles .profile-action.edit {
        margin-right: 0;
        margin-bottom: 5px
    }

    .table_account-profiles .profile-actions {
        white-space: normal;
        width: 1px;
        padding: 5px 0 !important
    }
}

.account-menu ul, .popup_account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.account-menu ul li, .popup_account-menu ul li {
    position: relative;
    width: 100%
}

.account-menu ul li a, .popup_account-menu ul li a {
    padding: 10px 15px 10px 41px;
    width: 100%;
    display: block
}

[data-styling-type="flat"] .account-menu ul li:first-child a, [data-styling-type="flat"] .popup_account-menu ul li:first-child a {
    padding-top: 13px
}

[data-styling-type="flat"] .account-menu ul li:first-child .svg-wrap, [data-styling-type="flat"] .popup_account-menu ul li:first-child .svg-wrap {
    top: 12px
}

.account-menu ul li .svg-wrap, .popup_account-menu ul li .svg-wrap {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 15px;
    width: 20px;
    height: 20px
}

.account-menu {
    border-right: 1px solid;
    border-color: #ddd6e2;
    padding-bottom: 50px
}

.account-menu .avatar {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden
}

.account-menu .avatar img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

.account-menu .btn-logout {
    position: relative;
    display: block;
    padding: 10px 15px 10px 42px;
    margin: 0 -15px
}

[data-styling-type="flat"] .account-menu .btn-logout {
    padding-bottom: 13px
}

.account-menu .btn-logout:active {
    top: 1px
}

.account-menu .btn-logout > i:before {
    position: absolute;
    left: 16px;
    top: 7px
}

.account-menu .name {
    font-weight: bold;
    color: #000
}

.account-menu .login {
    font-size: 13px;
    color: #8d8d8d
}

.account-menu .profile {
    text-align: center;
    margin-bottom: 10px
}

.account-menu .active {
    cursor: default;
    pointer-events: none
}

.account-menu ul {
    margin: 0 -15px;
    background: #dedce4
}

.account-menu ul li {
    position: relative;
    width: 100%
}

.account-menu ul li a {
    padding: 10px 15px 10px 41px;
    width: 100%;
    display: block
}

[data-styling-type="flat"] .account-menu ul li:first-child a {
    padding-top: 13px
}

[data-styling-type="flat"] .account-menu ul li:first-child .svg-wrap {
    top: 12px
}

.account-menu ul li .svg-wrap {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 9px;
    left: 15px;
    width: 20px;
    height: 20px
}

.account-menu .active > .link > .text, .account-menu .deleted-properties .active > .deleted-property > .text, .deleted-properties .account-menu .active > .deleted-property > .text {
    color: #646464
}

@media (max-width: 991px) {
    .account-menu .avatar {
        float: none;
        display: block
    }
}

.form_account-settings .expandable > header > .text-wrap {
    color: #000
}

.form_account-settings .expandable > header > .text-wrap:hover {
    color: #707070
}

.form_account-settings .line-wrap {
    display: table-row
}

.form_account-settings .line-wrap:before, .form_account-settings .line-wrap:after {
    content: " ";
    display: table
}

.form_account-settings .line-wrap:after {
    clear: both
}

.form_account-settings .line-wrap > .text, .form_account-settings .line-wrap > .label-text, .form_account-settings .line-wrap .content {
    display: table-cell;
    padding-top: 15px;
    vertical-align: middle
}

.form_account-settings .line-wrap > .text, .form_account-settings .line-wrap > .label-text {
    width: 200px;
    min-height: 1px;
    font-size: 14px;
    font-weight: normal;
    padding-right: 15px;
    line-height: 1.2
}

.form_account-settings .line-wrap .label-text {
    cursor: pointer
}

.form_account-settings .line-wrap.social-wrap label {
    cursor: default
}

.form_account-settings .line-wrap.settings-list {
    margin-top: 0
}

.form_account-settings .update-info {
    margin-bottom: 25px
}

.form_account-settings .update-info .line-wrap {
    margin-top: 0
}

.form_account-settings .update-info .content {
    font-weight: bold
}

.form_account-settings .update-info > .line-wrap .text {
    color: #868686
}

.form_account-settings .expandable {
    margin-bottom: 20px
}

.form_account-settings .expandable .text-wrap {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer
}

.form_account-settings .expandable .text-wrap:active, .form_account-settings .expandable .text-wrap.active {
    -webkit-transition: none;
    transition: none
}

.form_account-settings .expandable .text-wrap:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0
}

.form_account-settings .expandable .text-wrap .text {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted
}

.form_account-settings .expandable.expanded .text-wrap:after {
    border-bottom-width: 4px;
    border-top-width: 0
}

.form_account-settings ul {
    list-style: none;
    margin: 0;
    padding: 0px
}

.form_account-settings .social-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px
}

.form_account-settings .social-list .social {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    width: 32px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.form_account-settings .social-list .social:hover {
    cursor: pointer;
    opacity: 0.8
}

.form_account-settings .social-list .social:active, .form_account-settings .social-list .social.active {
    -webkit-transition: none;
    transition: none
}

.form_account-settings .social-list .social.vk {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_vk.png")
}

.form_account-settings .social-list .social.ok {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_ok.png")
}

.form_account-settings .social-list .social.mail {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_mail.png")
}

.form_account-settings .social-list .social.fb {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_fb.png")
}

.form_account-settings .social-list .social.black {
    background: url("/bitrix/templates/romza_bitronic2_2.21.22/css/../img/icons/icon_modal_social_black.png")
}

.form_account-settings .social-list .social-delete {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.68);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.form_account-settings .social-list .social-delete:hover {
    cursor: pointer;
    opacity: 1
}

.form_account-settings .social-list .social-delete:active, .form_account-settings .social-list .social-delete.active {
    -webkit-transition: none;
    transition: none
}

.form_account-settings .social-list .social-delete > i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.68)
}

.form_account-settings .social-list .social-delete > i:before {
    position: absolute;
    top: -12px;
    right: 3px;
    font-size: 12px;
    color: #fff
}

.form_account-settings .textinput, .form_account-settings .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-settings input.form-control[type="text"], .form_account-settings .order-details-page .form-group .form-control, .order-details-page .form-group .form_account-settings .form-control, .form_account-settings .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_account-settings input {
    height: 44px;
    width: 280px;
    font-weight: normal
}

.form_account-settings .input-wrap {
    position: relative
}

.form_account-settings .input-wrap .textinput, .form_account-settings .input-wrap .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-settings .input-wrap input.form-control[type="text"], .form_account-settings .input-wrap .order-details-page .form-group .form-control, .order-details-page .form-group .form_account-settings .input-wrap .form-control, .form_account-settings .input-wrap .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_account-settings .input-wrap input {
    padding-right: 49px
}

.form_account-settings .input-wrap .btn-plus {
    position: absolute;
    top: 15px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 0px 4px 4px 0px;
    font-size: 40px
}

.form_account-settings .input-wrap .btn-plus > .text {
    position: relative;
    top: -8px
}

.form_account-settings .input-wrap .btn-plus:active > .text {
    top: -7px
}

.form_account-settings .settings-list > ul {
    min-width: 280px
}

.form_account-settings .settings-list li {
    padding: 3px 0px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal
}

.form_account-settings .settings-list li:before, .form_account-settings .settings-list li:after {
    content: " ";
    display: table
}

.form_account-settings .settings-list li:after {
    clear: both
}

.form_account-settings .settings-list .item-content > i:before {
    display: inline-block;
    vertical-align: middle
}

.form_account-settings .settings-list .item-content > .value {
    display: inline-block;
    vertical-align: middle
}

.form_account-settings .item-actions {
    float: right;
    margin-top: 3px;
    margin-left: 10px
}

.form_account-settings .avatar {
    margin-top: 50px
}

.form_account-settings .avatar > .text, .form_account-settings .avatar .content {
    padding-top: 50px;
    vertical-align: top
}

.form_account-settings .avatar .content {
    min-width: 280px
}

.form_account-settings .avatar .img-container {
    position: relative;
    float: left;
    width: 115px;
    height: 115px;
    border-radius: 50%
}

.form_account-settings .avatar .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.form_account-settings .avatar .fileinput-styled {
    position: relative;
    float: right;
    font-size: 12px;
    margin-left: 10px
}

.form_account-settings .avatar .fileinput-styled .btn-fileinput {
    position: relative;
    display: inline-block;
    height: 44px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer
}

.form_account-settings .avatar .fileinput-styled .btn-fileinput:active {
    top: 1px
}

.form_account-settings .avatar .fileinput-styled .btn-fileinput > .text {
    display: inline-block
}

.form_account-settings .avatar .fileinput-styled input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    height: 0
}

.form_account-settings .avatar .fileinput-styled .chosen-file {
    display: inline-block;
    margin-top: 4px
}

.form_account-settings .btn-main {
    padding: 10px 0px;
    margin-top: 10px;
    margin-left: 200px;
    width: 280px
}

.form_account-settings .btn-main > .text {
    font-size: 18px
}

.more_bold .form_account-settings .btn-main > .text {
    font-weight: bold
}

.form_account-settings .btn-main:active > .text {
    position: relative;
    top: 1px
}

@media (max-width: 767px) {
    .form_account-settings {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        padding-right: 0
    }

    .form_account-settings .line-wrap > .text, .form_account-settings .line-wrap > .label-text, .form_account-settings .line-wrap .content {
        display: block;
        width: 100%
    }

    .form_account-settings .line-wrap .content {
        padding-top: 5px
    }

    .form_account-settings .textinput, .form_account-settings .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-settings input.form-control[type="text"], .form_account-settings .order-details-page .form-group .form-control, .order-details-page .form-group .form_account-settings .form-control, .form_account-settings .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_account-settings input {
        height: 45px;
        font-size: 16px
    }

    .form_account-settings .textinput.short, .form_account-settings .order-details-page .bx-soa-coupon-input input.short.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-settings input.short.form-control[type="text"], .form_account-settings .order-details-page .form-group .short.form-control, .order-details-page .form-group .form_account-settings .short.form-control, .form_account-settings .order-details-page .form-group .form-control input.short, .order-details-page .form-group .form-control .form_account-settings input.short {
        width: 240px
    }

    .form_account-settings .textinput.short + .btn-plus, .form_account-settings .order-details-page .bx-soa-coupon-input input.short.form-control[type="text"] + .btn-plus, .order-details-page .bx-soa-coupon-input .form_account-settings input.short.form-control[type="text"] + .btn-plus, .form_account-settings .order-details-page .form-group .short.form-control + .btn-plus, .order-details-page .form-group .form_account-settings .short.form-control + .btn-plus, .form_account-settings .order-details-page .form-group .form-control input.short + .btn-plus, .order-details-page .form-group .form-control .form_account-settings input.short + .btn-plus {
        width: 43px;
        height: 43px;
        line-height: 43px
    }

    .form_account-settings .line-wrap > .social-list {
        float: none;
        clear: both;
        margin-top: -10px
    }

    .form_account-settings .settings-list li {
        padding: 5px 0px;
        font-size: 14px
    }

    .form_account-settings .settings-list li:before {
        left: 4px;
        font-size: 16px
    }

    .form_account-settings .settings-list li.phone:before {
        font-size: 30px;
        top: 2px
    }

    .form_account-settings .settings-list li.address:before {
        font-size: 28px;
        top: 5px
    }

    .form_account-settings .input-wrap .btn-plus {
        top: 5px
    }

    .form_account-settings .social-list {
        float: none;
        display: block
    }

    .form_account-settings .social-list li {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .form_account-settings .social-list.all-socials li {
        margin-right: 10px
    }

    .form_account-settings .avatar .img-container {
        width: 100px;
        height: 100px
    }

    .form_account-settings .avatar .fileinput-styled {
        position: relative;
        width: 170px;
        float: right;
        margin-top: 1px;
        margin-right: 1px
    }

    .form_account-settings .avatar .fileinput-styled input {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        height: 0;
        width: 0
    }

    .form_account-settings .btn-main {
        margin: 10px auto
    }
}

.form_account-subscribe-settings {
    width: 100%;
    max-width: 670px
}

.form_account-subscribe-settings .textinput, .form_account-subscribe-settings .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-subscribe-settings input.form-control[type="text"], .form_account-subscribe-settings .order-details-page .form-group .form-control, .order-details-page .form-group .form_account-subscribe-settings .form-control, .form_account-subscribe-settings .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_account-subscribe-settings input {
    width: 270px
}

.form_account-subscribe-settings .helper-text {
    font-size: 12px;
    color: #797979
}

.form_account-subscribe-settings .subscribe-info {
    padding-left: 115px
}

.form_account-subscribe-settings .subscribe-info .current-email {
    position: relative
}

.form_account-subscribe-settings .subscribe-info .current-email > .text {
    position: absolute;
    left: -100px
}

.form_account-subscribe-settings .subscribe-info > .text {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -100px
}

.form_account-subscribe-settings .subscribe-info .btn-main .when-opened {
    display: none
}

.form_account-subscribe-settings .subscribe-info .btn-main.toggled > .when-opened {
    display: inline
}

.form_account-subscribe-settings .subscribe-info .btn-main.toggled > .when-closed {
    display: none
}

.form_account-subscribe-settings .subscribe-edit {
    display: none;
    margin-top: 25px;
    padding: 15px;
    padding-left: 115px;
    padding-bottom: 30px;
    background: #fffbde
}

.form_account-subscribe-settings .subscribe-edit > .text {
    margin-top: 20px;
    margin-bottom: 10px
}

.form_account-subscribe-settings .input-small-wrap + .input-small-wrap {
    margin-top: 3px
}

.form_account-subscribe-settings .input-wrapper {
    display: block;
    position: relative
}

.form_account-subscribe-settings .input-wrapper .label-text {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: normal
}

.form_account-subscribe-settings .input-wrapper .label-text:hover {
    cursor: pointer
}

.form_account-subscribe-settings .btn-main {
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px 25px
}

.form_account-subscribe-settings .btn-main:active > .btn-text {
    position: relative;
    top: 1px
}

.form_account-subscribe-settings .btn-main .btn-text {
    font-size: 18px
}

.more_bold .form_account-subscribe-settings .btn-main .btn-text {
    font-weight: bold
}

@media (max-width: 767px) {
    .form_account-subscribe-settings {
        padding-left: 0
    }

    .form_account-subscribe-settings .input-wrapper {
        padding-top: 31px
    }

    .form_account-subscribe-settings .input-wrapper .textinput, .form_account-subscribe-settings .input-wrapper .order-details-page .bx-soa-coupon-input input.form-control[type="text"], .order-details-page .bx-soa-coupon-input .form_account-subscribe-settings .input-wrapper input.form-control[type="text"], .form_account-subscribe-settings .input-wrapper .order-details-page .form-group .form-control, .order-details-page .form-group .form_account-subscribe-settings .input-wrapper .form-control, .form_account-subscribe-settings .input-wrapper .order-details-page .form-group .form-control input, .order-details-page .form-group .form-control .form_account-subscribe-settings .input-wrapper input {
        height: 45px
    }

    .form_account-subscribe-settings .input-wrapper .label-text {
        left: 0px;
        width: 100%
    }

    .form_account-subscribe-settings .subscribe-info {
        padding-left: 0
    }

    .form_account-subscribe-settings .subscribe-info > .text {
        margin-left: 0
    }

    .form_account-subscribe-settings .subscribe-info .current-email > .text {
        position: relative;
        left: auto
    }

    .form_account-subscribe-settings .subscribe-edit {
        padding-left: 0;
        padding-top: 0
    }
}

.staff-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.staff-wrap .staff-item-wrap {
    margin: 2%;
    margin-bottom: 4%
}

@media (max-width: 425px) {
    .staff-wrap .staff-item-wrap {
        width: 96%
    }
}

@media (min-width: 426px) {
    .staff-wrap .staff-item-wrap {
        width: 46%
    }
}

@media (min-width: 768px) {
    .staff-wrap .staff-item-wrap {
        width: 29.3332%
    }
}

@media (min-width: 1200px) {
    .staff-wrap .staff-item-wrap {
        width: 21%
    }
}

.staff-wrap .staff-item-wrap .staff-item {
    text-align: center;
    padding: 15px;
    position: relative
}

.staff-wrap .staff-item-wrap .img {
    max-width: 200px;
    max-height: 200px;
    margin: 15px auto;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 991px) {
    .staff-wrap .staff-item-wrap .img {
        margin-top: 0
    }
}

.staff-wrap .staff-item-wrap .img img {
    max-width: 100%;
    max-height: 100%
}

.staff-wrap .staff-item-wrap .name-wrap {
    margin-bottom: 12px
}

@media (min-width: 426px) {
    .staff-wrap .staff-item-wrap .name-wrap {
        height: 60px
    }

    .staff-wrap .staff-item-wrap .name-wrap:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }
}

.staff-wrap .staff-item-wrap .name-wrap .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.staff-wrap .staff-item-wrap .state {
    font-style: italic;
    font-size: 16px;
    color: #777;
    margin-bottom: 15px
}

.staff-wrap .staff-item-wrap .staff-item__contacts {
    position: absolute;
    left: 15px;
    top: 15px
}

.staff-wrap .staff-item-wrap .phone, .staff-wrap .staff-item-wrap .mail {
    position: relative
}

.staff-wrap .staff-item-wrap .phone i, .staff-wrap .staff-item-wrap .mail i {
    cursor: pointer;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-bottom: 8px
}

.staff-wrap .staff-item-wrap .phone .text, .staff-wrap .staff-item-wrap .mail .text {
    position: absolute;
    top: 0;
    left: 32px;
    min-height: 32px;
    padding: 6px 6px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    min-width: 120px;
    white-space: nowrap
}

.staff-wrap .staff-item-wrap .phone i.toggled + .text, .staff-wrap .staff-item-wrap .mail i.toggled + .text {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.cert-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cert-wrap .cert-item-wrap {
    margin: 2%;
    margin-bottom: 4%
}

@media (max-width: 425px) {
    .cert-wrap .cert-item-wrap {
        width: 96%
    }
}

@media (min-width: 426px) {
    .cert-wrap .cert-item-wrap {
        width: 46%
    }
}

@media (min-width: 768px) {
    .cert-wrap .cert-item-wrap {
        width: 29.3332%
    }
}

@media (min-width: 1200px) {
    .cert-wrap .cert-item-wrap {
        width: 21%
    }
}

.cert-wrap .cert-item-wrap .cert-item {
    text-align: center;
    padding: 15px;
    position: relative
}

.cert-wrap .cert-item-wrap .img {
    max-width: 200px;
    max-height: 200px;
    margin: 15px auto;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) and (max-width: 991px) {
    .cert-wrap .cert-item-wrap .img {
        margin-top: 0
    }
}

.cert-wrap .cert-item-wrap .img img {
    max-width: 100%;
    max-height: 100%
}

.cert-wrap .cert-item-wrap .name {
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.cert-wrap .cert-item-wrap .zoom {
    position: absolute;
    top: 84px;
    left: 84px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.cert-wrap .cert-item-wrap .zoom:before {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: .3s;
    transition: .3s;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: white
}

.cert-wrap .cert-item-wrap .img:hover .zoom {
    opacity: 1
}

.cert-wrap .cert-item-wrap .img:hover .zoom:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.big-cert-wrap {
    max-width: 500px
}

.big-cert-wrap h2, .big-cert-wrap .title-h2 {
    text-align: center
}

.big-cert-wrap img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block
}

.big-cert-wrap .desc {
    margin-top: 10px;
    padding: 0 15px;
    text-align: center
}

.big-cert-wrap .desc .value {
    display: inline-block;
    font-size: 16px;
    padding: 7px 40px;
    border-radius: 5px
}

.partners-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partners-wrap .partners-item-wrap {
    margin: 2%;
    margin-bottom: 4%;
    position: relative;
    min-height: 357px
}

@media (max-width: 425px) {
    .partners-wrap .partners-item-wrap {
        width: 96%
    }
}

@media (min-width: 426px) {
    .partners-wrap .partners-item-wrap {
        width: 46%
    }
}

@media (min-width: 768px) {
    .partners-wrap .partners-item-wrap {
        width: 29.3332%
    }
}

@media (min-width: 1200px) {
    .partners-wrap .partners-item-wrap {
        width: 21%
    }
}

.more-bold .partners-wrap .partners-item-wrap {
    min-height: 332px
}

.partners-wrap .partners-item-wrap .partners-item {
    text-align: center;
    padding: 15px;
    position: relative
}

@media (min-width: 800px) {
    .partners-wrap .partners-item-wrap .partners-item:hover {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1
    }

    .partners-wrap .partners-item-wrap .partners-item:hover .desc {
        max-height: 2000px;
        -webkit-transition: 3s;
        transition: 3s
    }
}

.partners-wrap .partners-item-wrap .img {
    max-width: 200px;
    max-height: 200px;
    margin: 15px auto;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 991px) {
    .partners-wrap .partners-item-wrap .img {
        margin-top: 0
    }
}

.partners-wrap .partners-item-wrap .img img {
    max-width: 100%;
    max-height: 100%
}

.partners-wrap .partners-item-wrap .name-wrap {
    margin-bottom: 12px;
    white-space: nowrap
}

@media (min-width: 426px) {
    .partners-wrap .partners-item-wrap .name-wrap {
        height: 84px;
        overflow: hidden
    }

    .partners-wrap .partners-item-wrap .name-wrap:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle
    }
}

.partners-wrap .partners-item-wrap .name-wrap .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    white-space: normal
}

.partners-wrap .partners-item-wrap .desc {
    z-index: 990;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border: none;
    position: static;
    left: 0;
    right: 0;
    padding: 0 0 1px;
    background: none;
    box-shadow: none;
    overflow: hidden
}

@media (min-width: 800px) {
    .partners-wrap .partners-item-wrap .desc {
        max-height: 0
    }
}

.partners-wrap .partners-item-wrap .partners-item__contacts {
    margin-top: 15px;
    color: #777
}

.partners-wrap .partners-item-wrap .contact {
    display: block
}

.vacancy .element-item {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: left;
    width: 48%;
    height: 123px;
    margin: 1%;
    padding: 10px
}

@media (max-width: 767px) {
    .vacancy .element-item {
        width: 90%;
        margin: 5%
    }
}

.vacancy .element-item:before {
    content: '';
    height: 103px;
    width: 0;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s
}

.vacancy .element-item .title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -4px;
    -webkit-transition: .5s;
    transition: .5s
}

.vacancy .element-item .salary {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    line-height: 1;
    text-align: center;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px
}

@media (min-width: 768px) {
    .vacancy .element-item .salary {
        font-size: 20px
    }
}

@media (min-width: 991px) {
    .vacancy .element-item .salary {
        font-size: 26px
    }
}

@media (min-width: 1200px) {
    .vacancy .element-item .salary {
        font-size: 32px
    }
}

.vacancy .element-item .desc {
    text-align: left;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: 110px
}

.vacancy .element-item.gigante {
    height: auto;
    max-height: none;
    max-width: 100%
}

.vacancy .element-item.gigante:before {
    height: 0
}

.vacancy .element-item.gigante .salary {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vacancy .element-item.gigante .title {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.vacancy .element-item.gigante .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vacancy .element-item.gigante .more-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.characteristics {
// margin-top: 140px
}

.sale_order_full_table {
    margin-top: 30px
}

#bx-soa-delivery {
    margin-top: 20px
}

.inputtextarea {
    width: 100%;
    outline: none;
    border: 1px solid;
    border-radius: 4px;
    padding: 0px 15px;
}

#bx-soa-order {
    margin-top: 30px
}

.header-contacts .contacts-content {
    box-shadow: 0px 2px 5px rgba(116, 57, 0, 0.76);
    border-color: #275fd9;
}
.header-contacts .phones {
    max-height: none
}
.header-contacts .free-call-text {
    top: 2px
}
.header-contacts .email-wrap {
    display: block
}

.modal-dialog label.checkbox-styled{    width: 100%;
}

.ch_re {
    text-align: left;
    color: #0070f6;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.ch_re .checkbox-content {
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.ch_re label.checkbox-styled {
    margin-bottom: 20px;
}
.modal-form .textinput-wrapper .textinput-icons {
    bottom: 0px;
}

.modal-dialog .title-h2 .header-text {
    text-align: left;
}

.ch_re {
    margin-top: 10px;
}

.modal-dialog .reg_wr .title-h2 .header-text {
    text-align: center;
}

/*
* author Suslov Igor <IUSuslov@1cbit.ru>
*/

#popup_basket .small-basket-buy-wrap a,
#popup_basket .small-basket-buy-wrap button{
    height: 50px;
    font-size: 16px;
    line-height: 14px;
    width: 220px;
}
#popup_basket .small-basket-buy-wrap button{
    padding: 0px;
}

/* autor Dima Ovharenko */

@media(max-width: 767px) {	
    .photo,
    .photo > picture {
        width: 90%;
        height: 100%;
    }
    .mobile_link_image {
        width: 90%;
        height: 100%;
        position: absolute;
        z-index: 1;
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/templates_addon.css?171076936015667*/
#modal_success, #modal_fail {
	z-index: 1051;
}

.inline {
	display: inline-block;
}

/* CATALOG FILTER CUSTOMIZATION */
.filter-section .textinput {
	height: 35px;
}

.filter-section.brands {
	display: none;
}

@media (max-width: 767px) {
	.filter-section.brands {
		display: inline-block;
	}
}

.wo_button {
	padding-right: 10px
}

/* Universal way to disable any link */
a.rz-no-pointer {
	pointer-events: none;
}

a.rz-no-pointer.btn-basket .text-content,
a.rz-no-pointer.pseudolink .link-text {
	border-bottom: none;
}

/* HIDE DISABLED VALUES IN SELECTBOXES */
.sku-dd .ik_select_option_disabled {
	display: none;
}

.form-order .buyer-info {
	display: block;
}

/* for bitrix edit mode */
body.authorized[data-top-line-position="fixed-top"] .top-line-content > div:nth-child(n+2),
body.authorized[data-top-line-position="fixed-bottom"] .top-line-content > div:nth-child(n+2),
body.authorized[data-top-line-position="not-fixed"] .top-line-content > div:nth-child(n+2) {
	display: inline-block;
}

/* for compare page without AJAX */
.compare-page .compare-switch {
	text-align: center;
}

/* for compare without addtobasket | favorites */
.compare-page .compare-item {
	min-height: 100px;
}

/* for compare empty text */
.compare-page .notetext {
	font-weight: bold;
}

/* for full-site mode link */
.copyright a.link, .copyright a.link:link {
	color:               #fff;
	border-bottom-color: rgba(255, 255, 255, 0.4);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* for ajax search */
#search {
	display: block;
}

.category_0, .category_1, .category_all {
	display: none;
}

.category_0 tr.category_0,
.category_1 tr.category_1,
.category_all tr.category_0,
.category_all tr.category_1 {
	display: table-row;
}

.category_0 div.category_0,
.category_1 div.category_1,
.category_all div.category_all {
	display: block;
}

/* GeoIP */
.ys-loc-autocomplete {
	cursor: default;
}

.ys-loc-autocomplete .ys-loc-autoc-selected {
	opacity: 0.5;
}

.city-and-time .notification-frame {
	display: inline-block;
}

/* Modals */

.modal-dialog {
	min-height: 220px;
	min-width: 300px;
}

.modal_quick-view.modal-dialog {
	min-height: 500px;
}

#modal_quick-view .product-photo {
	cursor: default;
}

.modal-dialog .auth-privilegies {
/*	margin:     20px auto;
	max-width:  420px;
	text-align: left;*/
}

/* Catalog AJAX Pagination */

.more-catalog.disabled {
	cursor: default !important;
}

.more-catalog.disabled * {
	cursor: default !important;
	color:  silver !important;
}

.more-catalog.disabled .btn-plus {
	background:  #fff !important;
	box-shadow:  none !important;
	text-shadow: none !important;
}

.more-catalog.disabled .text {
	border: none !important;
}

/* ONE CLICK BUY */

.btn-action.one-click-buy {
	color:       #000;
	text-shadow: none;
	background:  -webkit-linear-gradient(#fff, #f3f5f4);
	background:  linear-gradient(#fff, #f3f5f4);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.66), inset 0px -2px 0px rgba(0, 0, 0, 0.17);
	border:      none;
}

.btn-action.one-click-buy:hover {
	color:       #000;
	text-shadow: none;
	background:  -webkit-linear-gradient(#ebebeb, #fff);
	background:  linear-gradient(#ebebeb, #fff);
	box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.66), inset 0px -2px 0px rgba(0, 0, 0, 0.17);
	border:      none;
}

.btn-action.one-click-buy:active {
	color:       #000;
	text-shadow: none;
	background:  -webkit-linear-gradient(#eaeaea, #f3f5f4);
	background:  linear-gradient(#eaeaea, #f3f5f4);
	box-shadow:  inset 0px 2px 0px rgba(0, 0, 0, 0.17);
	border:      none;
}

/* MESSAGES */

.message {
	font-size:     inherit;
	font-family:   "Open Sans", sans-serif;
	padding:       15px;
	margin-bottom: 20px;
	border:        1px solid transparent;
	border-radius: 4px;
}

.message-error {
	color:            #a94442;
	background-color: #f2dede;
	border-color:     #ebccd1;
}

.message-warning {
	color:            #8a6d3b;
	background-color: #fcf8e3;
	border-color:     #faebcc;
}

.message-success {
	color:            #3c763d;
	background-color: #dff0d8;
	border-color:     #d6e9c6;
}

/* SEARCH PAGE */

main.search-results-page:before {
	display: none;
}

main.search-results-page li.sort-list-item {
	padding: 0;
}

main.search-results-page li.sort-list-item.active {
	cursor:         default;
	pointer-events: none;
}

main.search-results-page li.sort-list-item > a,
main.search-results-page li.sort-list-item > span {
	display: block;
	padding: 5px 26px 6px 10px;
}

main.search-results-page div.no-sort li.sort-list-item > a,
main.search-results-page div.no-sort li.sort-list-item > span {
	padding-right: 10px;
}

main.search-results-page li.sort-list-item a {
	color: #000;
}

main.search-results-page li.sort-list-item:after {
	margin:         -15px 10px 0 0;
	float:          right;
	pointer-events: none;
}

.store-info.notification-popup .store-indicator {
	display:     inline-block;
	margin-top:  3px;
	margin-left: 1px;
}

.store-info.notification-popup .content {
	min-height: 50px;
}

/* VOTING */

ol.vote-items-list, ol.vote-items-list li {
	margin:          0;
	padding:         0;
	border:          none;
	font-size:       100%;
	list-style-type: none;
}

.graph-bar {
	height:    12px;
	font-size: 12px;
	min-width: 2px;
}

.graph {
	position:        relative;
	box-sizing:      border-box;
	-moz-box-sizing: border-box;
	width:           100%;
	padding:         2px;
	margin-bottom:   .5em;
}

.graph .bar {
	display:     block;
	position:    relative;
	text-align:  center;
	height:      1em;
	line-height: 1em;
}

.graph .bar span {
	position: absolute;
	left:     1em;
}

.vote-answer-lolight {
	color: #999;
}

/* PERSONAL SECTION FORMS */

.form_forgot-pass input {
	width: 100%;
}

.form_forgot-pass label {
	width: 100%;
}

.form_forgot-pass {
	max-width: 400px;
}

/* OTHER */

#modal_basket .viewed-products {
	margin-top:    5px;
	margin-bottom: 5px;
}

.cache_time_debug {
	display: none !important;
}

@media (max-width: 767px) {
	.fixed-right .top-line-popup {
		left: auto;
	}
}

.delivery-type .select-store {
	display: none;
}

.delivery-type input:checked + .radio-item > .select-store {
	display: inline-block;
}

input[type="number"] {
	padding-right: 0 !important;
}

/* slider temporary fix */
.big-slider.container[data-big-slider-width="full"] .container {
	padding-left:  0;
	padding-right: 0;
}

.justify-fix:after {
	content: '';
	display: inline-block;
	width:   100%;
	height:  0;
}

.checkbox-content > .icon {
	vertical-align: middle;
}

.setting-content .combined_name {
	display:        table-cell;
	height:         61px;
	vertical-align: middle;
	padding-left:   6px;
}

.setting-content .simple-slider {
	position:    relative;
	top:         11px;
	width:       auto;
	margin-left: 85px;
}

.order-dates img.calendar-icon {
	border:         0;
	width:          19px;
	height:         19px;
	margin:         1px;
	margin-left:    2px;
	cursor:         pointer;
	vertical-align: middle;
}

.order-dates img.calendar-icon-hover {
	border:           0;
	background-color: transparent;
	margin:           1px;
	margin-left:      2px;
}

.account-order-page .btn-return:active {
	top: 1px;
}

.setting-content .data-type {
	margin-top: 10px;
}

/* for video on detail page */
.product-page .video .jwPlayer {
	position: absolute;
	width:    100%;
	height:   100%;
}

/* for social buttons on detail page */
.product-page .social-buttons img {
	border: 0;
	margin: 3px;
}

.product-main .offer-slider {
	height: 100%;
}

.buy-block-content > .buy-buttons-wrap .btn-big.product_subscribe > .text {
	padding: 0;
}

/* disable catalog buttons before JS Load */
span.show-by.disabled,
span.view-type.disabled,
ul.sort-list.disabled {
	pointer-events: none;
	opacity:        0.3;
}
/* disable catalog buttons before JS Load */

/* status on-request */
.availability-comments-enabled .blocks-item .main-data .when-available-on-request .info-info,
.availability-comments-enabled .hurry-item .main-data .when-available-on-request .info-info,
.buy-block-content .availability-info .when-available-on-request .info-info,
.availability-info .when-available-on-request .info-info,
.when-available-on-request .for-order,
.when-available-for-order .on-request,
.buy.on-request,
.btn-buy-wrap.on-request .buy,
.buy-buttons-wrap.on-request .buy,
.buy-buttons-wrap.on-request .one-click-wrap,
button.request .text,
button .text.request {
	display: none;
}

.when-available-for-order.when-available-on-request .on-request,
button.request .text.request {
	display: inline;
}

.btn-buy-wrap.on-request .buy.on-request,
.buy-buttons-wrap.on-request .buy.on-request {
	display: inline-block;
}

td.on-request span.btn-buy-wrap.on-request {
	float:       right;
	display:     inline-block;
	line-height: 22px;
}

td.on-request span.on-request {
	line-height: 25px;
	display:     inline;
}
/* status on-request */

/* /personal/profiles/ */
.form_account-settings .location-block-wrapper {
	width:       280px;
	font-weight: normal;
}

.form_account-settings textarea.textinput {
	height: auto;
}

.form_account-settings .ik_select_link_text {
	font-weight: normal;
}

.account-profiles .general-info {
	margin: 40px 0 30px;
}

.account-profiles .action-buttons {
	margin-left: 250px;
}

.account-profiles .btn-main {
	margin-left: 0;
	width:       auto;
	padding:     10px;
}
/* /personal/profiles/ */

/* eDost */
#edost_catalogdelivery_inside_city_head {
	display: none;
	color:   #000;
}

#edost_catalogdelivery_inside_city {
	font-weight: bold;
	padding:     5px 0px;
}

#edost_catalogdelivery_inside {
	padding: 5px 0px;
}

.buy-block-additional.edost {
	padding: 10px 15px;
}

@media (max-width: 767px) {
	#edost_catalogdelivery_inside_city {
		pointer-events: none;
	}

}
/* eDost */

/* 2.16.5 */
.accessories-list .accessory.__hide_buttons .action-buttons, .accessories-list .accessory.__hide_buttons .add-to-order, .accessories-list .accessory.__hide_buttons .one-click-buy {
	display: block;
	opacity: 0;
	visibility: hidden;
}

.accessories-list .accessory.__hide_buttons:hover .action-buttons, .accessories-list .accessory.__hide_buttons:hover .add-to-order, .accessories-list .accessory.__hide_buttons:hover .one-click-buy {
	opacity:    1;
	visibility: visible;
}

.modal-settings fieldset.no-border {
	border:  none;
}
.modal-settings fieldset.preset {
	padding: 0;
}

.modal-settings fieldset.preset .collapse {
	display: block;
}
.modal-settings fieldset.preset legend::after {
	display: none;
}

.modal-settings fieldset legend {
	cursor:        pointer;
	padding-right: 30px;
	position:      relative;
}

.modal-settings fieldset legend::after {
	position:           absolute;
	top:                50%;
	margin-top:         -3px;
	right:              15px;
	content:            '';
	border:             5px solid;
	border-left-color:  transparent;
	border-right-color: transparent;
	border-top-width:   0;
}

.modal-settings fieldset legend.collapsed::after {
	border-top-width:    5px;
	border-bottom-width: 0;
}

.form_filter .btn-expand {
	vertical-align: middle;
}

.buy-block-main.__slim:before {
	bottom: 4px;
}

.buy-block-main.__slim {
	padding: 8px 9px;
}

.hover_expand_item {
	position:       relative;
	padding-bottom: 0;
}

.hover_expand_item .full-view {
	display:    block;
	position:   absolute;
	min-height: 49px;
	bottom:     -49px;
	left:       1px;
	right:      1px;
	z-index:    1;
	background: white;
	transition: .3s;
	transform:  translateY(-50px);
	opacity:    0;
}

.hover_expand_item:hover .full-view {
	opacity:   1;
	transform: translateY(0);
}

.__expanded .hits-item:before {
	z-index: 2;
}

.viewed-products.gift-slider {
	margin-bottom: 10px;
}

.hurry .simple_heading {
	margin: 0 auto 40px;
}

/* 2.18.0 */
/*
replace dotted border of links on search page
should be removed if links will load through AJAX
*/
.std-links .sort-list-item .text {
	border-bottom-style: solid;
}
/* fix partners page */
@media (min-width: 992px) {
	.partners-wrap .partners-item-wrap {
		min-height: 359px;
	}
	.more_bold .partners-wrap .partners-item-wrap {
		min-height: 357px;
	}
}
/* BTWO-1434 #4 fix license click area */
.cert-wrap .cert-item-wrap div.zoom {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cert-wrap .cert-item-wrap div.zoom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
/* BTWO-1434 #11 fix license modal layout */
.big-cert-wrap .desc span.value {
	padding: 7px 0;
}
.modal-form .modal-dialog.big-cert-wrap {
	width: 95%;
	max-width: 600px;
}
@media (max-width: 767px) {
	.big-cert-wrap div.desc {
		padding: 0;
	}
	.cert-wrap .cert-item-wrap div.zoom {
		opacity: 1;
	}
	.cert-wrap .cert-item-wrap .img div.zoom:before {
		-webkit-transform: initial;
		transform: initial;
	}
}
/* BTWO-1434 #21 fix flex blocks margins in firefox */
.cert-wrap div.cert-item-wrap {
	margin-top: 10px;
	margin-bottom: 30px;
}
.partners-wrap div.partners-item-wrap {
	margin-top: 10px;
	margin-bottom: 30px;
}
.staff-wrap div.staff-item-wrap {
	margin-top: 10px;
	margin-bottom: 30px;
}
/* BTWO-1434 #17 fix social widgets size */
@media (max-width: 320px) {
	.social-boxes div.social {
		margin-left: 0;
		margin-right: 0;
	}
}
/* BTWO-1434 #12 fix h1=h2 size for mobile */
@media (max-width: 767px) {
	h1 {
		font-size: 1.57143em;
	}
}
/* BTWO-1434 #10 fix vacancies page validity */
.big {
	font-size: larger;
}

/* 2.19.0 */
.ik_select_list li.not_available {
	opacity: 0.3;
	cursor: not-allowed;
}
.form_buy span.selection-item.not_available,
.buy-block-content .product-options span.selection-item.not_available {
	cursor: not-allowed !important;
	position: relative;
}
.form_buy span.selection-item.not_available:before,
.buy-block-content .product-options span.selection-item.not_available:before {
	content: "\0000D7";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.79);
	pointer-events: none;
	border-radius: 4px;
	font-size: 27px;
	text-align: center;
	color: #999;
	line-height: 33px;
}
.form_buy span.selection-item.active.not_available:before,
.buy-block-content .product-options span.selection-item.active.not_available:before {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}

/* 2.20.0 */
div.sort-n-view.for-catalog {
	clear: both;
}
.big-slider .slide>.media iframe {
	border: none;
}
main.account-personal-waiting-goods div.tab-description {
	margin-bottom: 15px;
}
form div.form-footnote {
	margin-top: 15px;
}
#compare-table .when-out-of-stock{
	pointer-events: auto;
	cursor: pointer;
}
.filter-section sup.help{
	font-size: 8px;
}
.ik_select.disabled {
	pointer-events: none;
	opacity: 0.3;
}
.bx-sls .bx-ui-sls-container{
	min-height: 30px;
}
#cool-slider .slide .desc {
	margin-bottom: 15px;
}
.b24-widget-button-wrapper svg{
	max-width: none;
	max-height: none;
}
/* start show correct tooltip table in catalog views */
.sort-n-view > .view-type {
    margin-right: 25px;
}
/* end show correct tooltip table in catalog views */
/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/template_styles.css?17502374029806*/
input::-ms-clear {
    display: none;
}

body.darken-popup::before {
 /*   z-index: 105 !important;*/
}
.modal .row.characteristics {
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}
.top-line {
    z-index: 136 !important;
}

.popup_ajax-search {
    z-index: 105;
}

/**
* @author Suslov Igor
*
* Moved the "all results" button down under the table with the drop-down list of products in the search
*/
.popup_ajax-search table{
    margin-bottom: 40px;
}

.category_all div.category_all{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/**/

.header-contacts:hover {
    z-index: 105;
}

.catalog-menu {
    z-index: 104;
}

@media (max-width: 767px) {
    .catalog-item .stickers {
        display: block;
    }

    .blocks-item .art-rate .availability-info, .hurry-item .art-rate .availability-info {
        top: -206px !important;
        left: auto !important;
        right: 0 !important;
    }

    .list-item .availability {
        left: auto !important;
        right: 0 !important;
    }
}

.blocks-item .photo .stickers, .hurry-item .photo .stickers {
    right: -18px;
}

.sticker.rostest {
    background: #ffdf1f;
    height: 24px;
    font-size: 9px;
    line-height: 9px;
    text-align: left;
    padding-top: 3px;
    margin-left: 32px;
    position: absolute;
    top: 0;
    right: 0;
}

.sticker.rostest:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/romza_bitronic2_2.19.1/img/rustest.png) no-repeat;
    width: 32px;
    height: 24px;
    background-size: contain;
    margin-left: -36px;
    margin-top: -2px;
}

.sticker.garantiya_proizvoditelya {
    background: #ffdf1f;
    height: 24px;
    font-size: 9px;
    line-height: 9px;
    text-align: left;
    padding-top: 3px;
}

.sticker.garantiya_shop {
    background: #ffdf1f;
    height: 24px;
    font-size: 9px;
    line-height: 9px;
    text-align: left;
    padding-top: 3px;
}

.blocks-item .art-rate .availability-info, .hurry-item .art-rate .availability-info, .list-item .availability {
    position: static !important;
}

.blocks-item .availability-info > div, .hurry-item .availability-info > div, .list-item .availability {
    text-align: center;
}

.filter-section  .checkbox-styled .jq-checkbox > .jq-checkbox {
    display: none;
}

/*.catalog-menu_box {
    background-color: unset !important;
}*/

.name {
    height: 60px;

}

.scroll-slider .slider-item .name {
    height: 50px !important;
}

.blocks-item .name, .hurry-item .name {

    height: 80px;
}

.sticker.rostest {
    top: -15px;
    right: 4px;

    border-radius: 6px;
}

@media screen and (max-width: 959px) {


    #search-field {
        height: 45px;
        padding-bottom: 3px;
    }


}


.modal-dialog .btn-close {
    top: 20px;
    /*right: 25px;*/
	width: 20px;
}

.subcategory-img { display: none}

.catalog_sections_links{
    display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding: 0; margin:0 -10px 20px
}
.catalog_sections_links li{width:25%; padding:10px}
.catalog_sections_links a:link, .catalog_sections_links a:visited{ font-weight:700; text-decoration:none}
.catalog_sections_links a:hover{text-decoration:underline}
.section-relink-head{
    font-weight: bold;
    font-size: 28px;
    color:#000;
}

@media (max-width:1199px)
{
	.catalog_sections_links li{width:33%}
}

@media (max-width:767px)
{
	.catalog_sections_links li{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    #characteristics2 > .detailed-tech {
        display: none;
    }
}

.catalog-main-content .pagination {
    display: none;
    margin: 50px 0 35px 0;
    display: block;
    text-align: center;
}
#modal_quick-view .btn-buy-wrap.text-only.credit {
    margin-top: 13px;
}
#modal_quick-view .btn-buy-wrap.text-only.credit .buy-credit {
    display: inline-block;
    border-bottom: 1px dashed;
}
#modal_quick-view .btn-buy-wrap.text-only.credit .buy-credit:hover {
    border-bottom: none;
}
#modal_quick-view .quick_buy-block_content .buy-buttons-wrap .btn.request_link-btn {
    width: 110px;
}
#modal_quick-view .short-info.under-image .info.price-action {
    padding-bottom: 0;
    margin-top: 0;
}
#modal_quick-view .modal_quick-view.modal-dialog .go2detailed {
    position: static;
    float: right;
}
.bottom_bc{
    background:#e5e5e5;
    border: 2px solid #e6e6e6;
    padding: 5px 10px;
    border-radius: 8px;
    height: 40px;
    line-height: 25px;
}
.backnav{
    background: #e5e5e5;
}
.justify-content-start {
    justify-content: flex-start !important;
}

.modal_quick-view_content .rating_number,
.modal_quick-view_content .rating_star,
.modal_quick-view_content .mobile-name,
.modal_quick-view_content .inner-container.small_mobile,
.modal_quick-view_content .action-buttons-mobile,
.modal_quick-view_content .mobile-delivery-info,
.modal_quick-view_content .price-block.mobile,
.modal_quick-view_content .techdata,
.modal_quick-view_content .techdata-all,
.modal_quick-view_content .product-price-block.mobile,
.modal_quick-view_content .action-buttons,
.modal_quick-view_content .delivery-pickup.mobile,
.modal_quick-view_content .delivery-text.mobile,
.modal_quick-view_content .color-list div:nth-child(4),
.modal_quick-view_content .color-list div:nth-child(6),
.modal_quick-view_content .color-list h3:nth-child(5),
.modal_quick-view_content .color-list h3:nth-child(3),
.modal_quick-view_content .trade-in_button,
.modal_quick-view_content .techdata-mobile-container {
    display: none !important;
}

.modal_quick-view_content .product-page {
    width: 100%;
}

.modal_quick-view_content .inner-container {
    align-items: center;
    gap: 20px;
}

.modal_quick-view_content .inner-container h1 {
    font-size: 18px;
}

.modal_quick-view_content .inner-container .product-code-info {
    font-size: 16px;
}

.modal_quick-view_content .product-price-block {
    width: auto !important;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modal_quick-view_content .price-block {
    margin: 0 !important; 
}

.modal_quick-view_content .price {
    font-size: 24px !important;
    line-height: 1 !important;
    margin: 0 0 10px !important;
    width: auto !important;
}

.modal_quick-view_content .links-block .btn {
    width: 180px !important;
    height: 40px !important;
}

.modal_quick-view_content .add2basket > button {
    width: 100%;
    height: 100%;
}

.modal_quick-view_content .text,
.modal_quick-view_content .txt {
    font-size: 15px !important;
}

.modal_quick-view_content .delivery-pickup,
.modal_quick-view_content .delivery-text {
    margin: 0 !important;
    padding: 0 !important;
}

.modal_quick-view_content .buy-in-credit-btn {
    margin: 20px 0 0 !important;
}

.modal_quick-view_content .d-flex {
    display: flex;
    align-items: center;
    margin: 25px 0 0 !important;
    gap: 0 10px;
}

.modal_quick-view_content .gallery .custom-opacity {
    opacity: 1 !important;
}

.modal_quick-view_content .gallery .slider.slider-for {
    visibility: initial !important;
    display: flex !important;
}

.modal_quick-view_content .gallery {
    max-width: 300px;
    margin: 15px 0 0;
}

.modal_quick-view_content .gallery .slider a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.modal_quick-view_content .product-main-container {
    flex-wrap: nowrap !important;
}

.modal_quick-view_content .titleRight {
    align-items: center;
}

.modal_quick-view_content .sticker.available {
    width: 140px;
    font-size: 14px;
}

.modal_quick-view_content .sticker.new {
    font-size: 14px;
}

.modal_quick-view_content .sticker.rst {
    width: 230px;
    font-size: 14px;
}

.modal_quick-view_content .color-list {
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.modal_quick-view_content .color-list a {
    width: 55px !important;
    height: 55px !important;
}

.modal_quick-view_content .old_price {
    font-size: 16px;
    text-decoration: line-through;
    color: #808080;
    margin: 0 0 10px;
}

.modal_quick-view_content .price-sale {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin: 0 0 10px;
}

.modal_quick-view_content .discount {
    color: #fff;
    background-color: #FE7F00;
    border-radius: 25px;
    padding: 4px 12px 3px 12px !important;
    font-weight: 700;
    font-size: 14px;
}

.modal_quick-view_content .fast_view_link2detail {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 40px;
}

.fast_view_link2detail {
    display: none;
}

.modal_quick-view_content .add2basket {
	margin: 10px 0 0 !important;
}

.modal_quick-view_content .product-main-container .add2basket {
   display: flex;
   flex-direction: column;
}

.modal_quick-view_content .product-price-block .buy-buttons-wrap .buy {
    width: 180px !important;
    height: 44px !important;
}

.modal_quick-view_content .btn.buy.credit{
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 15px;
    display: inline-flex;
}

.modal_quick-view_content .btn.buy.credit svg {
    width: 25px;
}

.modal_quick-view_content .btn.buy.credit .ico_fill {
    fill: #fff;
    stroke: none;
}

.modal_quick-view_content .btn.buy.credit.credit_mob{
    display: none!important;
}

#buy_in_credit {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

#modal_quick-view {
	z-index: 999 !important;
}

.modal-backdrop {
	z-index: 998 !important;
}

div.bx-auth-services a.bx-ss-selected {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e37100 !important;
	border: none !important;
}

div.bx-auth-services a:hover {
	border: none !important;
}
/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/css/disklaimer.css?16667342741865*/
.disklay-box-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 1000;
}

.disklay-box-wrap *{
	box-sizing: border-box;
}

.disklay-box {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #a59ecc;
	box-shadow: 0 0 13px rgba(5,15,46,0.31);
	padding: 32px 52px;
	font-family: Tahoma;
}

.disklay-box__text {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	width: 79%;
	padding-right: 30px;
	margin: 0 -4px 0 0;
}

.disklay-box__text	p {
	margin: 0;
}

.disklay-box__btn {
	display: inline-block;
	width: 20%;
}

.disklay-box__btn a,.disklay-box__btn a:link, .disklay-box__btn a:visited{
	color: #fff;
	fill: #fff;
	text-shadow: 0px 1px 0px #002688;
	background: -webkit-linear-gradient(bottom, #6c8fff 0%, #4871f5 11%, #2352eb 29%, #569aff 100%);
	background: linear-gradient(to top, #6c8fff 0%,#4871f5 11%,#2352eb 29%,#569aff 100%);
	box-shadow: 0px 1px 2px rgba(20,19,17,0.8),inset 0px 0px 0px #002e7b;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	float: right;
}

.disklay-box__btn a:hover {
	color: #fff;
    fill: #fff;
    text-shadow: 0px 1px 0px #002688;
    background: -webkit-linear-gradient(top, #6c8fff 0%, #4871f5 11%, #2352eb 29%, #569aff 100%);
    background: linear-gradient(to bottom, #6c8fff 0%,#4871f5 11%,#2352eb 29%,#569aff 100%);
    box-shadow: 0px 1px 2px rgba(20,19,17,0.8), inset 0px -2px 0px #002e7b;
}




@media (max-width: 1000px) {
	.disklay-box {
		padding: 25px 32px;
		width: 100%;
	}

	.disklay-box__text {
		width: 100%;
		padding: 0 0 20px;
	}

	.disklay-box__btn {
		text-align: center;
		width: 100%;
	}

	.disklay-box__btn a {
		float: none;
	}
}

@media (max-width: 768px) {
	.disklay-box {
	}
}
/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/css/custom.css?175014888620674*/
.heading {
	display: flex;
	align-items: baseline;
}
.heading .title_h1 + .aftertitle,
h1 + .aftertitle {
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	margin-left: 0.4em;
}
.infographic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 0.5em;
}
.infographic__item {
	flex: 0 1 20rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1em;
}
.infographic__image {
	flex: 0 0 4em;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 6em;
}
.infographic__caption {
	text-align: justify;
}
.infographic__title {
	text-align: center;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.infographic-list .infographic__item {
	flex-direction: row;
	flex: 0 1 100%;
	align-items: flex-start;
}
.infographic-list .infographic__image {
	max-width: 4em;
}
.infographic-list .infographic__caption {
	padding: 0 1.2em;
}
.infographic-list .infographic__title {
	text-align: left;
	display: inline;
}

.custom-button-into-basket-catalog-section-list,
.custom-button-one-click-buy-basket-catalog-section-list{
	width: 220px !important;
	height: 50px !important;
	font-size: .92857em !important;
	margin: auto !important;
}
.custom-button-into-basket-catalog-section-list button{
	width: 220px !important;
	height: 50px !important;
	font-size: .92857em !important;
	margin: 0px auto 0px auto !important;
}
.custom-button-one-click-buy-basket-catalog-section-list{
	margin-top: 15px !important;
}
@media screen and (max-width: 1099px){
	.custom-button-into-basket-catalog-section-list,
	.custom-button-one-click-buy-basket-catalog-section-list{
		height: 45px !important;
	}
}

@media (max-width: 576px) {
	.slider_top_in.fixed_btn .btn {
		display: none !important;
	}
	#popup_basket{
		position: fixed;
		top: 13% !important;
	}
}

/**
* размер кнопки купить на странице избранного
* @author Suslov Igor <IUSuslov@1cbit.ru>
 */
@media (min-width: 991px){
	.favor-item .btn-action.buy {
		width: 230px !important;
		height: 55px !important;
	}
}

/**
* Число избранного
* @author Suslov Igor <IUSuslov@1cbit.ru>
 */
#favor-num {
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #ee7f00;
	border-radius: 100%;
	padding: 0 7px;
	color: #ee7f00 !important;
}

/**
* Убрал некрасивую загрузку фото и блока синего в карточке товара
* @author Suslov Igor <IUSuslov@cbit.ru>
 */
.custom-opacity,
.ds-form.dspopup-modal{
	opacity: 0;
}
.faq__item,
.faq__item[open],
.faq__description {
	transition: 0.2s ease-in-out 0.2s;
}
.faq__item {
	margin-bottom: 1em;
}
.faq__title {
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid rgba(113, 118, 126, 0.1);
}
.faq__title::after {
	content: "";
	display: inline-flex;
	width: 1.5em;
	height: 1.5em;
	background: url("/images/infographic/faq_shevron.svg") center/contain no-repeat;
	transform: rotate(180deg);
	transition: 0.1s ease-in-out 0.1s;
}
.faq__item[open] .faq__title::after {
	transform: rotate(90deg);
	transition: 0.1s ease-in-out 0.1s;
}
.faq__description {
	font-size: 16px;
}
.index_content h1.title_h1 {
	margin-bottom: 0;
}
.techdata.techdata_mob{
	display: none!important;
}
.owl-carousel_tovar{
	display: none;
}
@media(max-width: 768px) {
	.main-header.fixed {
		position: fixed;
		width: 100%;
		background: #fff;
	}
	.main-header.fixed + .bcrumbs-container {
		margin: 72px 0 0;
	}
}




.mob_svg{
	display: none;
}

.mob_card_line,
.price_mob,
.price-old_mob,
.owl-carousel_tovar .owl-nav.disabled {
	display: none;
}

.catalog-main-content .filter_btn_mob{
	display: none;
}


@media(max-width: 480px) {
	.sub-categories.columns {
		display: flex;
		-ms-flex-wrap: wrap;
		overflow: auto;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.sub-categories.columns .link {
		display: flex;
		white-space: nowrap;
	}
	.sub-categories.columns span.text {
		font-size: 15px;
		width: max-content;
		white-space: nowrap;
	}
	.catalog-main-content .sort-n-view > .view-type{
		display: none;
	}
	.catalog-main-content .filter_btn_mob{
		display: flex;
	}
	.sort-n-view__wrapp {
		background-color: #e5e5e5;
		padding: 0px 10px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.form_filter > .filter-content{
		display: block;
		position: absolute;
		top: 150px;
		background: #fff;
		z-index: 5;
	}
	.toggle-filter{
		display: none!important;
	}
	.catalog-aside {
		margin-top: 0px!important;
	}
	.catalog-main-content h1, .catalog-main-content .title-h1 {
		margin-bottom: 0;
	}
	.catalog-at-side.minified {
		margin-bottom: 0px;
	}
	.sort-n-view.for-catalog {/
	border:unset;
		background-color: unset;
		padding: 0;
		border-radius: 0;
	}
	.sort-n-view > .text {
		margin-right: 6px!important;
		font-size: 14px;
	}
	.jq-selectbox__select-text{
		font-size: 14px;
	}
	div.sort-n-view.for-catalog{
		padding: 0!important;
		margin: 0!important;
	}
	.filter_btn_mob{
		color: rgb(80, 80, 80);
		font-family: Geometria;
		font-size: 14px;
		font-weight: 500;
		line-height: 130%;
		letter-spacing: 0;
		text-align: right;
	}
	.sub-categories.columns .link{
		font-size: 14px!important;
	}

	.catalog-aside, .catalog-main-content {
		margin-top: 0px!important;
	}
	.sub-categories {
		margin-top: 16px!important;
	}
	.sub-categories > .link .text {
		font-size: 14px !important;
	}
	.filter_btn_mob:after {
		content: "\f156";
		font-family: "Flaticon";
		transform: rotate(90deg);
		font-size: 14px;
		margin-left: 6px;
		margin-top: 1px;
	}
	.filter_btn_mob.active:after{
		transform: rotate(-90deg);
	}
	.list-item .techdata dd{
		color: rgb(0, 0, 0);
		font-family: Geometria;
		font-size: 14px;
		font-weight: 700;
		margin-left: 2px;
	}
	.catalog.list .catalog-item .techdata{
		display: block;
	}
	.product-add-button-mobile{
		display: flex;
	}

	.mob_card_line{
		display: flex;
	}
	.product-add-button-mobile_new{
		display: flex!important;
		flex-direction: row-reverse;
		position: relative!important;
		top: 0!important;
		bottom: 0!important;
	}
	.catalog.list  .availability-status {
		text-align: left;
	}

	.catalog.list .catalog-item .add-element-buttom{
		display: flex!important;
		align-items: center;
		justify-content: center;
		position: relative!important;
		top: 0!important;
		bottom: 0!important;

	}
	.catalog.list .catalog-item .one-click-buy{
		display: none!important;
	}
	.catalog.list .catalog-item .quantity-counter{
		display: none;
	}
	.mob_card_line{

		align-items: center;
	}
	.catalog.list .catalog-item .buy-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.catalog.list .catalog-item  .favorite_button {
		margin-right: 0;
		margin-bottom: 0;
	}
	.catalog.list .catalog-item  .form_buy{
		display: flex;
	}

	.list-item .main-data {
		padding-left: 107px;
		    min-height: 133px;
	}
	.catalog.list .photo-wrap.tovar_img{
		width: 100px;
		height: 100px;
		position: absolute;
	}
	.list-item .main-data {
		text-align: left;
	}
	.catalog.list .catalog-item .tovar_img img {
		position: relative!important;
		left: 0;
		right: 0px !important;
		top: 0px !important;
		margin: 0 auto;
		width: 100px !important;
		height: 100px!important;
		object-fit: contain;
		padding: 10px 0px;
	}
	.catalog.list .catalog-item .owl-item:first-child .tovar_img img{
		object-fit: cover!important;
	}

	.catalog.list .catalog-item-wrap .list-item .photo-wrap .photo > a{
		top: 0;
	}
	.catalog.list .catalog-item-wrap .list-item .photo-wrap > .photo{
		position: relative;
	}
	.catalog.list .catalog-item  .techdata {
		font-size: 14px;
		font-weight: 500;
		line-height: 130%;
	}
	.catalog.list .catalog-item .btn-buy-wrap .buy.main-clicked.forced>.text, .catalog.list .catalog-item .btn-buy-wrap .buy>.text{
		color: rgb(254, 127, 0);
	}
	.catalog.list .catalog-item  .btn--blue {
		background-color: unset;
		color: rgb(254, 127, 0);
		-webkit-box-shadow: unset;
		box-shadow: unset;
		padding: 0!important;
		max-width: max-content;
	}
	.catalog.list .catalog-item .custom-button-into-basket-catalog-section-list button {
width: auto !important;
        height: auto !important;
        font-size: 14px !important;
        margin: 0 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
	}
	.catalog.list .catalog-item.tovar_inner2.list-item.wow.fadeIn .quantity-counter{
		display: none!important;
	}
	.catalog.list .catalog-item .btn-buy-wrap .buy.main-clicked.forced>.text, .catalog-item .btn-buy-wrap .buy>.text{
		margin-left: 8px;
	}
	.catalog.list .catalog-item .buy-block .form_buy .btn-buy-wrap.add2bascket > .buy:before{
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cclipPath id='clip1507_74'%3e%3crect id='shopping-cart' rx='-0.500000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='white' fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3crect id='shopping-cart' rx='-0.500000' width='23.000000' height='23.000000' transform='translate(0.500000 0.500000)' fill='%23FFFFFF' fill-opacity='0'/%3e%3cg clip-path='url(%23clip1507_74)'%3e%3cpath id='Vector' d='M9 22C9.55 22 10 21.55 10 21C10 20.44 9.55 20 9 20C8.44 20 8 20.44 8 21C8 21.55 8.44 22 9 22Z' fill='%23FE7F00' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3cpath id='Vector' d='M9 22C8.44 22 8 21.55 8 21C8 20.44 8.44 20 9 20C9.55 20 10 20.44 10 21C10 21.55 9.55 22 9 22Z' stroke='%23FE7F00' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round'/%3e%3cpath id='Vector' d='M20 22C20.55 22 21 21.55 21 21C21 20.44 20.55 20 20 20C19.44 20 19 20.44 19 21C19 21.55 19.44 22 20 22Z' fill='%23FE7F00' fill-opacity='1.000000' fill-rule='nonzero'/%3e%3cpath id='Vector' d='M20 22C19.44 22 19 21.55 19 21C19 20.44 19.44 20 20 20C20.55 20 21 20.44 21 21C21 21.55 20.55 22 20 22Z' stroke='%23FE7F00' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round'/%3e%3cpath id='Vector' d='M1 1L5 1L7.67 14.39C7.77 14.85 8.02 15.26 8.38 15.55C8.75 15.85 9.21 16 9.67 16L19.4 16C19.86 16 20.32 15.85 20.69 15.55C21.05 15.26 21.3 14.85 21.4 14.39L23 6L6 6' stroke='%23FE7F00' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round' stroke-linecap='round'/%3e%3cpath id='Vector 1' d='M14.5 9L14.5 11M14.5 11L14.5 13M16.54 11L14.5 11L12.54 11' stroke='%23FE7F00' stroke-opacity='1.000000' stroke-width='1.500000' stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e ");
	}
	.catalog.list .catalog-item .buy-block{
		border-bottom: 1px solid rgb(216, 223, 229);
		margin: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.catalog.list .catalog-item-wrap .catalog-item{
		border: unset;
	}
	.catalog.list .catalog-item .main-data .link > .text{
		color: rgb(0, 0, 0);
		font-family: Geometria;
		font-size: 15px;
		font-weight: 700;
		line-height: 100%;
		text-align: left;
	}
	.catalog.list .catalog-item .sticker.new{
		border-radius: 100px;
		background: rgb(254, 127, 0);
		text-align: center;
		justify-content: center;
		font-size: 14px;
		padding: 3px 10px 3px 10px;
		max-width: 90%;
		width: 90%;
	}
	.catalog.list .catalog-item  .flaticon-new92:before{
		content: unset;
	}
	.mob_rw_wrapp {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 20px;
		padding: 0 0px;
	}
	.mob_rw{
		display: flex;
		align-items: center;
	}
	.mob_rw_n{
		color: rgb(0, 0, 0);
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin-right: 2px;
	}
	.mob_rw_text{
		color: rgb(80, 80, 80);
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		max-width: max-content;
		margin-left: 8px;
	}


	.catalog.list .catalog-item .favorite_button{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.catalog.list .catalog-item .add-element-buttom{
		margin-right: 16px;
	}
	.catalog.list .catalog-item .buy-block .form_buy .btn-buy-wrap > .buy {
		padding-right: 0px;
	}
	.catalog.list .catalog-item  .btn--blue:hover{
		background-color: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		-webkit-transition: unset;
		transition: unset;
		color: rgb(254, 127, 0);
	}
	.catalog.list .catalog-item .btn-buy-wrap .buy.main-clicked.forced>.text{
		color: rgb(254, 127, 0)!important;
	}
	.main-data__top{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.tovar_inner2 .main-data__top .price span{
		color: rgb(0, 112, 246);
		font-size: 14px;
		font-weight: 700;
		line-height: 130%;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	div.sort-n-view.for-catalog > div:nth-of-type(1) {
		float: right;
		margin: 0 10px 0 0!important;
	}



	.owl-carousel_tovar{
		width: 100px!important;
		height: 120px!important;
		display: block;
		position: relative;
		top: -16px;
	}
	.owl-carousel_tovar .owl-nav.disabled{
		display: none;
	}
	.owl-carousel_tovar .owl-dots {
		text-align: center;
	}
	.owl-carousel_tovar .owl-dot {
		display: inline-block;
		margin: 0 4px;
		cursor: pointer;
	}
	.owl-carousel_tovar .owl-dot.active {
		background-color: rgb(0, 0, 0);
		border-radius: 50%;
		width: 4px;
		height: 4px;
		border-radius: 100px;
	}
	.owl-carousel_tovar .owl-dot:not(.active) {
		background-color: rgb(235, 235, 235);
		border-radius: 100px;
		width: 4px;
		height: 4px;
		border-radius: 100px;
	}

	.owl-carousel_tovar img{
		padding: 0;
	}

	.techdata{
		display: none!important;
	}

	.techdata.techdata_mob{
		display: block!important;
		margin-top: 16px;
	}
	/*.mobile_link_image{*/
	/*	display: none!important;*/
	/*}*/

	.catalog.list .catalog-item .availability-info .info-tag span.text {
		color: rgb(15, 150, 10);
		font-size: 14px;
		font-weight: 500;
	}
	.main-data__top .price{
		padding-bottom: 0;
	}
	.catalog.list .catalog-item .availability{
		display: none!important;
	}
	.catalog.list .catalog-item .main-data__top .availability{
		display: block!important;
	}
	.catalog.list .catalog-item .prices{
		display: none;
	} 
	.catalog.list .catalog-item .main-data__top .prices{
		display: block!important;
	}
	.catalog.list .catalog-item .main-data {
		margin-top: 0px!important;
	}
	.catalog.list .main-data__top {
		margin-bottom: 0px;
	}
	.catalog.list .catalog-item .stickers-wrap{
		z-index: 1;
	}
	.catalog.list .catalog-item .sticker.rostest{
		margin-left: 0;
		left: 0;
	}
	.catalog.list .catalog-item .info-tag.tovar_availability {
		background-size: 8px;
		padding-left: 13px;
		background-position-y: 8px;
		display: flex;
		align-items: center;
		background-position-y: center!important;
	}

	.catalog.list .catalog-item .price-old_mob{
		display: inline-block!important;
		text-decoration: line-through;
		color: rgb(80, 80, 80);
		font-size: 16px;
		font-weight: 500;
		line-height: 15px;
		margin-left: 4px;
	}
	.catalog.list .catalog-item .price-old_mob .b-rub{
		font-size: 16px;
	}

	    .catalog.list .catalog-item .price_mob .b-rub {
        font-size: 20px !important;
    }
	.catalog.list .catalog-item .price_mob{
		display: inline;
		color: rgb(0, 112, 246);
		font-size: 20px;
		font-weight: bold;
		line-height: 130%;
	}
	.catalog-main-content .jq-selectbox__select-text {
		line-height: 100%!important;
		position: relative;
		bottom: 1px;
	}
	.catalog-main-content .jq-selectbox__select{
		display: flex!important;
		align-items: center;
	}
	.catalog.list .catalog-item-wrap {
		padding: 0 15px 0px;
	}
	.sort-n-view.for-catalog{
		border: unset;
	}
	.more-catalog-wrap {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.catalog-main-content .pagination {
		margin: 0;
	}
	.section-relink-head {
		margin-bottom: 5px;
		line-height: 130%;
	}
	.catalog_sections_links li {
		width:  auto;
		padding: 5px;
	}
	.catalog_sections_links {
		flex-direction: column;
	}
	.catalog-main-content .sort-n-view.for-catalog .jq-selectbox__dropdown {
		top: 25px!important;
	}
    .catalog.list .catalog-item .stickers-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: calc(100% - 34px)!important;
    }
  
.sticker.rostest, .sticker.garantiya_proizvoditelya, .sticker.garantiya_shop {
    z-index: 0 !important;
    background-color: transparent;
    width: auto!important;
    height: 33px;
    padding-left: 0px;
}
svg.dsc_svg{
	display: none!important;
}
svg.mob_svg{
	display: block!important;
}
.sticker.garantiya_shop svg {
	width: auto!important;
}
/* иконки временно скрыты для мобильной */
.sticker.rostest, .sticker.garantiya_proizvoditelya, .sticker.garantiya_shop{
	display: none!important;
}

	.sticker.rostest svg {
		width: auto!important;
	}
	.list-item .main-data .availability {
		margin-right: 0px!important;
	}
	.catalog-item .b-rub{
		font-size: 14px!important;
	}
	.catalog-item .btn-buy-wrap .buy.main-clicked.forced>.text{
		font-size: 14px;
	}
	.list-item .techdata dt, .list-item .techdata dd, .blocks-item .techdata dt, .hurry-item .techdata dt, .blocks-item .techdata dd, .hurry-item .techdata dd {
		float: left!important;
	}


}

@media(max-width: 365px) {
	.sort-n-view.for-catalog .jq-selectbox__dropdown ul li {
		font-size: 14px !important;
	}

	div.sort-n-view.for-catalog {
		display: flex;
		flex-wrap: wrap;
	}

	.form_filter > .filter-content {
		top: 190px;
	}
}

@media(min-width: 2560px) {

	.custom-button-into-basket-catalog-section-list button {
		width: 100% !important;
	}
	.custom-button-into-basket-catalog-section-list, .custom-button-one-click-buy-basket-catalog-section-list {
		width: 100% !important;
	}
	a.btn-action.buy.when-in-stock {
		width: 100%;
	}
	.filter-section .range-slider-inputs {
		flex-direction: column;
	}
	.filter-section .filter-input-wrap {
		width: 100%;
		margin-bottom: 10px;
	}
	.btn.show-results{
		width: 100%;
	}
	aside.col-xxl-2{
		width: 18.66667%;
	}
	.catalog-main-content.col-xxl-10 {
		width: 81.33333%;
	}

}




#bx-soa-main-notifications .alert.alert-danger {
	width: 100% !important;
}

#sort-by {
	display: none;
}

.bx-auth-service-form:has(#bx_auth_serv_formYandexOAuth:not([style*="display: none"])) {
	background-color: transparent;
	border-bottom: none;
}

#bx_auth_serv_formYandexOAuth .yaPersonalButtonContainer {
	align-items: normal;
}
/*Правки карусели в списке товаров от 11.03.2025*/
.catalog-main-content .list .tovar_img img {
    max-width: 200px;
    max-height: 200px;
	position: relative !important;
}

.owl-carousel_tovar .owl-dots {
	 line-height: normal;
 }
.owl-carousel_tovar .owl-dot {
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 100px;
	width: 4px;
	height: 4px;
}
.owl-carousel_tovar .owl-dot.active {
	background-color: rgb(0, 0, 0);
}
.owl-carousel_tovar .owl-dot:not(.active) {
	background-color: rgb(235, 235, 235);
}
.owl-stage {
	display: flex;
	align-items: center;
}
.mm-listview{
    margin-bottom: 150px !important;
}
/*.owl-stage-outer {*/
/*  height:125px !important;*/
/*}*/
/**/

/* region 18952 убираем черную обводку у кнопки "Оформить заказ" */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline: unset;
}
/* endregion */
@media (max-width: 576px) {
	.ajax-search-item .item-name {
		max-width: 100px;
		font-size: 12px;
		padding-bottom: 20px;
	}
	.popup_ajax-search {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}
}
/* End */


/* Start:/css/owl.carousel.css?16667266284830*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/css/normalize.min.css?16667266281981*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* End */


/* Start:/css/jquery.formstyler.css?16667266282280*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/css/fancybox/jquery.fancybox.css?166672662818306*/
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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    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;
    /* Using without prefix would break IE11 */
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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 fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    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:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    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: center center;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/css/mmenu.css?174247404661616*/
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
    --mm-color-border: rgba(255, 255, 255, 0.25);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
    --mm-shadow: none
}

:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    z-index: 0;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: var(--mm-line-height);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    text-decoration: none;
    color: inherit
}

[dir=rtl] .mm-menu {
    direction: rtl
}

.mm-panel {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:after {
    height: 44px
}

.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panel:after {
    content: '';
    display: block;
    height: var(--mm-listitem-size)
}

.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
    z-index: 2
}

.mm-panel_noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.mm-panel__content {
    padding: 20px 20px 0
}

.mm-panels {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical > .mm-panel {
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none
}

.mm-listitem_opened > .mm-panel {
    display: block
}

.mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}

.mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    padding: 0
}

.mm-btn:after, .mm-btn:before {
    border: 2px solid rgba(0, 0, 0, .3);
    border: 2px solid var(--mm-color-button)
}

.mm-btn_next:after, .mm-btn_prev:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-btn_close:after, .mm-btn_close:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

[dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

[dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
    right: auto
}

[dir=rtl] .mm-btn_close:before {
    left: 25px
}

[dir=rtl] .mm-btn_close:after {
    left: 18px
}

.mm-navbar {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--mm-navbar-size);
    border-bottom: 1px solid var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-navbar > * {
    min-height: 44px
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .mm-navbar_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1
    }
}

.mm-navbar > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-navbar__btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.mm-navbar__title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px
}

.mm-navbar__title:not(:last-child) {
    padding-right: 0
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
    padding-left: 0
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
    padding-right: 50px
}

[dir=rtl] .mm-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listitem {
    color: rgba(0, 0, 0, .75);
    border-color: rgba(0, 0, 0, .1);
    color: var(--mm-color-text);
    border-color: var(--mm-color-border);
    border-bottom: 1px solid #bababa;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mm-listitem:after {
    content: '';
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0
}

.mm-listitem a, .mm-listitem a:hover {
    text-decoration: none
}

.mm-listitem__btn, .mm-listitem__text {
    padding: 12px;
    display: block;
    padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-left: 0;
    padding-right: 0;
    color: inherit
}

.mm-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}

.mm-listitem__btn {
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 50px;
    position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid
}

.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight)
}

[dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px
}

[dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
    padding-left: 50px;
    border-left-width: 0;
    border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative
}

.mm-wrapper_opened .mm-page {
    min-height: 100vh
}

.mm-wrapper_background .mm-page {
    background: inherit
}

.mm-menu_offcanvas {
    position: fixed;
    right: auto;
    z-index: 0
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
    display: none
}

.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.mm-wrapper_blocking {
    overflow: hidden
}

.mm-wrapper_blocking body {
    overflow: hidden
}

.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important
}

[class*=mm-menu_columns-] {
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
    display: block !important
}

[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}

@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    -o-transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
    color: rgba(0, 0, 0, .3);
    display: block;
    padding-left: 20px;
    float: right;
    text-align: right;
    color: var(--mm-color-text-dimmed)
}

.mm-listitem_nosubitems > .mm-counter {
    display: none
}

[dir=rtl] .mm-counter {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-right: 20px
}

.mm-divider {
    position: relative;
    min-height: 20px;
    padding: 4.3px;
    background: #f3f3f3;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: var(--mm-line-height);
    padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
    padding-right: 10px;
    padding-left: 20px;
    font-size: 75%;
    text-transform: uppercase;
    background: var(--mm-color-background);
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-divider:before {
    background: rgba(0, 0, 0, .05)
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .mm-divider {
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        top: 0
    }

    .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
        top: var(--mm-navbar-size)
    }
}

.mm-divider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--mm-color-background-highlight)
}

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.mm-wrapper_dragging .mm-menu {
    pointer-events: none !important
}

.mm-wrapper_dragging .mm-wrapper__blocker {
    display: none !important
}

.mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none
}

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
    content: '';
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu_tip-left:before {
    left: 22px
}

.mm-menu_tip-right:before {
    right: 22px
}

.mm-menu_tip-top:before {
    top: -8px
}

.mm-menu_tip-bottom:before {
    bottom: -8px
}

:root {
    --mm-iconbar-size: 50px
}

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
    margin-left: 50px;
    margin-left: var(--mm-iconbar-size)
}

.mm-menu_iconbar-left .mm-iconbar {
    border-right-width: 1px;
    display: block;
    left: 0
}

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
    margin-right: 50px;
    margin-right: var(--mm-iconbar-size)
}

.mm-menu_iconbar-right .mm-iconbar {
    border-left-width: 1px;
    display: block;
    right: 0
}

.mm-iconbar {
    width: 50px;
    border-color: rgba(0, 0, 0, .1);
    background: #f3f3f3;
    color: rgba(0, 0, 0, .3);
    display: none;
    width: var(--mm-iconbar-size);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    border: 0 solid;
    border-color: var(--mm-color-border);
    background: var(--mm-color-background);
    color: var(--mm-color-text-dimmed);
    text-align: center
}

.mm-iconbar__bottom, .mm-iconbar__top {
    width: inherit;
    position: absolute
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12.5px 0
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
    text-decoration: none
}

.mm-iconbar__top {
    top: 0
}

.mm-iconbar__bottom {
    bottom: 0
}

.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

:root {
    --mm-iconpanel-size: 50px
}

.mm-panel_iconpanel-1 {
    width: calc(100% - 50px);
    width: calc(100% - (var(--mm-iconpanel-size) * 1))
}

.mm-panel_iconpanel-2 {
    width: calc(100% - 100px);
    width: calc(100% - (var(--mm-iconpanel-size) * 2))
}

.mm-panel_iconpanel-3 {
    width: calc(100% - 150px);
    width: calc(100% - (var(--mm-iconpanel-size) * 3))
}

.mm-panel_iconpanel-first ~ .mm-panel {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0
}

.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
    opacity: .6;
    bottom: -100000px
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis);
    outline: 0
}

.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%
}

.mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0
}

.mm-navbars_top {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none
}

.mm-navbars_bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mm-navbars_bottom .mm-navbar {
    border-bottom: none
}

.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid var(--mm-color-border)
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
    padding-left: 0
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
    padding-right: 0
}

.mm-navbar__breadcrumbs {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 6px
}

.mm-navbar__breadcrumbs > a {
    text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
    padding-right: 0
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    padding-left: 0
}

.mm-navbar_tabs > * {
    padding: 0 10px;
    border: 1px solid transparent
}

.mm-navbar__tab_selected {
    background: #f3f3f3;
    color: rgba(0, 0, 0, .75);
    background: var(--mm-color-background);
    color: var(--mm-color-text)
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: rgba(0, 0, 0, .1)
}

.mm-navbar__tab_selected:not(:first-child) {
    border-left-color: var(--mm-color-border)
}

.mm-navbar__tab_selected:not(:last-child) {
    border-right-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar_tabs {
    border-bottom: none
}

.mm-navbars_top .mm-navbar_tabs > * {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-bottom-color: var(--mm-color-border)
}

.mm-navbars_top .mm-navbar__tab_selected {
    border-top-color: rgba(0, 0, 0, .1);
    border-top-color: var(--mm-color-border);
    border-bottom-color: transparent
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background)
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
    border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs > * {
    border-top-color: rgba(0, 0, 0, .1);
    border-top-color: var(--mm-color-border)
}

.mm-navbars_bottom .mm-navbar__tab_selected {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-bottom-color: var(--mm-color-border);
    border-top-color: transparent
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: #f3f3f3;
    background: var(--mm-color-background)
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-searchfield {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden
}

.mm-searchfield input {
    height: 30.8px;
    line-height: 30.8px
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-searchfield input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--mm-navbar-size) * .7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    line-height: calc(var(--mm-navbar-size) * .7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    font: inherit;
    font-size: inherit
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
    background: var(--mm-color-background-highlight);
    color: var(--mm-color-text)
}

.mm-searchfield input::-ms-clear {
    display: none
}

.mm-searchfield__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, .3);
    padding: 50px 0;
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%
}

.mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important
}

.mm-searchfield__cancel {
    line-height: 44px;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease
}

.mm-searchfield__cancel-active {
    margin-right: 0
}

.mm-listitem_nosubitems > .mm-listitem__btn {
    display: none
}

.mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
    z-index: -1;
    pointer-events: none
}

.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 5;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.mm-sectionindexer a {
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block
}

.mm-sectionindexer ~ .mm-panel {
    padding-right: 0
}

.mm-sectionindexer_active {
    right: 0
}

.mm-sectionindexer_active ~ .mm-panel {
    padding-right: 20px
}

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > .mm-listitem__text {
    background: 0 0
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
    background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
    position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 50px);
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: 440px;
    width: var(--mm-sidebar-expanded-size);
    min-width: 0 !important;
    max-width: 100000px !important;
    border-right-width: 1px;
    border-right-style: solid
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - 440px);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
    display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

input.mm-toggle {
    margin-top: 5px;
    background: rgba(0, 0, 0, .1);
    display: inline-block;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
    border: none !important;
    background: var(--mm-color-border);
    border-radius: 34px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

input.mm-toggle:before {
    background: #f3f3f3
}

input.mm-toggle:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 34px;
    background: var(--mm-color-background);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

input.mm-toggle:checked {
    background: #4bd963
}

input.mm-toggle:checked:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px)
}

input.mm-check {
    margin-top: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    background: 0 0 !important;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    margin-top: calc((var(--mm-listitem-size) - 40px) / 2)
}

input.mm-check:before {
    content: '';
    display: block;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    border-left: 3px solid;
    border-bottom: 3px solid;
    border-color: var(--mm-color-text);
    opacity: .3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

input.mm-check:checked:before {
    opacity: 1
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left
}

.mm-menu_border-none .mm-listitem:after {
    content: none
}

.mm-menu_border-full .mm-listitem:after {
    left: 0 !important
}

.mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
}

@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}

.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
    content: none;
    display: none
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 50px
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0
}

.mm-listview_inset .mm-listitem {
    padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text {
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff
}

.mm-menu_popup {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
    opacity: 1
}

.mm-menu_position-right {
    left: auto;
    right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
    z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1
}

.mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom, .mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}

.mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    content: '';
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none
}

.mm-menu_shadow-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow)
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow)
}

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
    margin: 0 !important
}

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%
}

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
    width: auto
}

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
    content: none;
    display: none
}

.mm-menu_tileview .mm-divider, .mm-panel_tileview .mm-divider {
    display: none
}

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
    padding-left: 0;
    padding-right: 0
}

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
    content: none;
    display: none
}

body.modal-open .mm-slideout {
    z-index: unset
}

@media (max-width: 760px){
    #catalog-menu_box_mobile_catalog_only .mm-panel > ul > li:last-child,
    #catalog-menu_box_mobile .mm-panel > ul > li:last-child {
        margin-bottom: 90px;
    }
}

/* End */


/* Start:/css/magnific-popup.css?16667266287302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/css/main.min.css?1750237402208901*/
@charset "UTF-8";
@font-face { font-display:swap;
    font-family: 'Roboto';
    src: url("/css/../fonts/Roboto/Roboto-Black.eot");
    src: url("/css/../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("/css/../fonts/Roboto/Roboto-Black.woff") format("woff"), url("/css/../fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("/css/../fonts/Roboto/Roboto-Black.svg#Roboto-Black") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Roboto Light';
    src: url("/css/../fonts/Roboto/Roboto-Light.ttf");
    src: local("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-MediumItalic.eot");
    src: local("../fonts/Geometria/Geometria MediumItalic"), local("Geometria-MediumItalic"), url("/css/../fonts/Geometria/Geometria-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-MediumItalic.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-Medium.eot");
    src: local("../fonts/Geometria/Geometria Medium"), local("Geometria-Medium"), url("/css/../fonts/Geometria/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-Medium.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-BoldItalic.eot");
    src: local("../fonts/Geometria/Geometria BoldItalic"), local("Geometria-BoldItalic"), url("/css/../fonts/Geometria/Geometria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-BoldItalic.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-Bold.eot");
    src: local("../fonts/Geometria/Geometria Bold"), local("Geometria-Bold"), url("/css/../fonts/Geometria/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-Bold.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'icomoon';
    src: url("/css/../fonts/icomoon/icomoon.eot?z5ojk7");
    src: url("/css/../fonts/icomoon/icomoon.eot?z5ojk7#iefix") format("embedded-opentype"), url("/css/../fonts/icomoon/icomoon.ttf?z5ojk7") format("truetype"), url("/css/../fonts/icomoon/icomoon.woff?z5ojk7") format("woff"), url("/css/../fonts/icomoon/icomoon.svg?z5ojk7#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-open .modal .slider.slider-for div {
    display: none;
}

.modal-open .modal .slider-nav img {
    display: none !important;
}

.modal_quick-view.modal-dialog .go2detailed {
    top: 94% !important;
}

.modal-open .modal .slider.slider-for div:first-child {
    display: block;
}

.icon-arrow_bl:before {
    content: "\e900";
    color: #4c4c4c;
}

.icon-arrow_l:before {
    content: "\e901";
}

.icon-arrow_r:before {
    content: "\e902";
}

.icon-burger:before {
    content: "\e903";
    color: #fff;
}

.icon-cart:before {
    content: "\e904";
    color: #fff;
}

.icon-close_menu:before {
    content: "\e905";
    color: #fff;
}

.icon-facebook .path1:before {
    content: "\e907";
    color: #0070f6;
}

.icon-facebook .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: white;
}

.icon-login:before {
    content: "\e909";
    color: #fff;
}

.icon-lupa:before {
    content: "\e90a";
    color: #fe7f00;
}

.icon-magazine:before {
    content: "\e90b";
    color: #fe7f00;
}

.icon-menu_arrow:before {
    content: "\e90c";
    color: #fff;
}

.icon-menu_img1:before {
    content: "\e90d";
    color: #fff;
}

.icon-menu_img2:before {
    content: "\e90e";
    color: #fff;
}

.icon-menu_img3:before {
    content: "\e90f";
    color: #fff;
}

.icon-menu_img4:before {
    content: "\e910";
    color: #fff;
}

.icon-menu_img5:before {
    content: "\e911";
    color: #fff;
}

.icon-ok:before {
    content: "\e912";
    color: #00991a;
}

.icon-preim1 .path1:before {
    content: "\e913";
    color: #ff8000;
}

.icon-preim1 .path2:before {
    content: "\e914";
    margin-left: -1.513671875em;
    color: black;
}

.icon-preim2 .path1:before {
    content: "\e915";
    color: #ff8000;
}

.icon-preim2 .path2:before {
    content: "\e916";
    margin-left: -0.8623046875em;
    color: black;
}

.icon-preim3 .path1:before {
    content: "\e917";
    color: #ff8000;
}

.icon-preim3 .path2:before {
    content: "\e918";
    margin-left: -0.94140625em;
    color: black;
}

.icon-preim4 .path1:before {
    content: "\e919";
    color: #ff8000;
}

.icon-preim4 .path2:before {
    content: "\e91a";
    margin-left: -1.25em;
    color: black;
}

.icon-telegram .path1:before {
    content: "\e91b";
    color: #0070f6;
}

.icon-telegram .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: white;
}

.icon-toTop:before {
    content: "\e91d";
    color: #a2b0be;
}

.icon-twitter .path1:before {
    content: "\e91e";
    color: #0070f6;
}

.icon-twitter .path2:before {
    content: "\e91f";
    margin-left: -1em;
    color: white;
}

.icon-vk .path1:before {
    content: "\e920";
    color: #0070f6;
}

.icon-vk .path2:before {
    content: "\e921";
    margin-left: -1em;
    color: white;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

*:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

.filter-section .expand-content {

    display: none;
}

.expanded > .expand-content, .expanded + .expand-content {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


/*region fb_17099 recapcha styles*/
/*html, body {*/
/*    height: 100%;*/
/*}*/

@media (max-width: 449px) {
    .grecaptcha-badge {
        z-index: 1 !important;
        position: absolute !important;
        bottom: 0px !important;
        transform: translateY(-10px) !important;
    }
}

/*endregion*/

table.has-admin-info .catalog-table-item .quantity-counter {
    display: none;
}

.container {
    width: 1440px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.form-group.bx-soa-customer-field:last-child label.bx-soa-custom-label {
    width: 90%;
    /*  float: right;*/
}

.bx-soa-cart-total-button-container.visible-xs a {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.buy-block-origin {
    position: absolute;
    /* z-index: 3;*/
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32%;
}

.bx-soa-more a.btn.btn--blue.pull-left.btn.btn-default.btn-md {
    background-color: #fff;
    color: #0070f6;
    border: 1px solid #0070f6;
    box-shadow: none;
}

.table-item .actions .btn-delete {
    right: 10px;
}

.wrapcombo-blocks {
    position: relative;
}

header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 10;
}

footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.index_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

body {
    color: #4d4d4d;
    font-family: 'Geometria';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body p {
    margin-bottom: 24px;
    line-height: 1.5;
}

body a {
    color: #0070f6;
}

body a:hover {
    color: #fe7f00;
}

.bold {
    font-weight: 900;
}

.title_h1, h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.title_h2, h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title_h3, h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.center {
    text-align: center;
}

.flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-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;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn {
    width: 220px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0;
    height: 50px;
    border: none;
    cursor: pointer;
    display: block;
    line-height: normal;
}

.btn--blue {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.btn--blue:hover {
    background-color: #fe7f00;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.btn--gray {
    color: #808080;
}

.btn--gray:hover {
    background-color: #e6e6e6;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--yellow {
    background-color: #ffd94f;
    color: #4d4d4d;
}

.btn--yellow:hover {
    background-color: #ffc803;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--yellow-modal {
    background-color: #ffd94f;
    color: #4d4d4d;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn--yellow-modal:hover {
    background-color: #ffc803;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--orange {
    background-color: #fe7f00;
    color: #ffffff;
}

.btn--orange:hover {
    background-color: #e37100;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_header {
    padding: 42px 0 45px 0;
}

.top_header .flex_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo_box {
    margin-top: 10px;
    width: 17%;
}

.logo_box img {
    width: 205px;
}

.search_box {
    width: 41%;
}

.search-block {
    width: 94%;
}

#search {
    position: relative;
}

#search-field {
    width: 100%;
    height: 59px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    padding-left: 25px;
}

#search-field::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.btn-search {
    width: 23px;
    height: 23px;
    border: none;
    background: url(/css/../img/svg/lupa.svg) no-repeat center;
    position: absolute;
    right: 26px;
    top: 20px;
}

.ik_select_link {
    display: none;
}

.search-controls {
    position: absolute;
    right: 0;
    top: 0;
}

.search-controls .jq-selectbox__select-text {
    overflow: inherit;
    width: auto !important;
    padding: 0 13px 0 0;
    margin-top: -21px;
    position: relative;
}

.search-controls .jq-selectbox__select-text:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url(/css/../img/svg/arrow_bl.svg) no-repeat center;
    position: absolute;
    right: 0px;
    top: 12px;
}

.search-controls .jq-selectbox {
    position: absolute;
    right: 58px;
    top: 10px;
    padding: 14px 16px;
    width: 115px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fe7f00;
    background-color: #ffffff;
    padding: 7px 14px;
    position: absolute;
    right: -90px;
    top: -32px;
    width: 105px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li {
    margin-bottom: 3px;
    color: #5e5e5e;
    position: relative;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:hover {
    color: #fe8001;
    cursor: pointer;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:first-child:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url(/css/../img/svg/arrow_bl_hov.svg) no-repeat center;
    position: absolute;
    right: 0px;
    top: 12px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul .sel {
    color: #fe8001;
}

.phone_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 25.5%;
}

.phone_box_inn:first-child {
    width: 52%;
}

.phone_box_inn a {
    color: #0070f6;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 0 2px 0;
    display: block;
}
.phone_box_inn a.mobile {
    display: none;
}
.phone_box_inn span {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
}

.top_header .pseudolink {
    width: 59px;
    height: 59px;
    background: #0070f6 url(/css/../img/svg/login.svg) no-repeat center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
}

.top_header .pseudolink:hover {
    background: #1445b5 url(/css/../img/svg/login.svg) no-repeat center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.kol_cart {
    /*display: none; */
}

.pseudolink_box {
    display: none;
}

.pseudolink_box .title_link {
    color: #595959;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.pseudolink_box a {
    color: #fe7f00;
    font-size: 12px;
    font-weight: 400;
}

.pseudolink_box .separ {
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
}

.pseudolink_box.active {
    display: block;
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -80px;
    width: 151px;
    height: 71px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
    padding: 12px;
    z-index: 10;
}

.icon_cart {
    width: 59px;
    height: 59px;
    background: #fe7f00 url(/css/../img/svg/cart.svg) no-repeat 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

#basket:hover .icon_cart {
    background: #ef770d url(/css/../img/svg/cart.svg) no-repeat center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.basket-simple-text {
    color: #ff8000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.top_header .content {
    width: 5%;
}

#basket {
    width: auto;
    position: relative;
}

.btn-basket .basket-items-number-sticker {
    left: 42px;
    top: 3px;
}

.text-content {
    padding: 0 0 0 8px;
}

.basket-total-price {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
}

/*.basket-total-price:before {
  content: '';
  width: 5px;
  height: 10px;
  background: url(/css/../img/svg/arrow_cart.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 5px; }*/

.bottom_header {
    background: #0070f6 url(/css/../img/bottom_fon.png) no-repeat center;
    background-size: cover;
}

.bottom_header .container {
    position: relative;
    padding: 0;
}

.bottom_menu {
    width: 100%;
    flex-wrap: nowrap;
}

.kat_tovar {
    width: 16.5%;
}

@media (min-width: 768px) and (max-width: 1450px) {
    .kat_tovar {
        width: 11%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 1101px) and (max-width: 1200px) {
    .kat_btn span:before {
        margin-right: 10px !important;
    }
    .kat_btn span {
        font-size: 13px !important;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .kat_tovar {
        width: 40px !important;
        padding: 0 20px;
        margin: 0 10px 0 0;
    }
    .kat_btn span:before {
        margin: 0 !important;
    }
    .kat_btn span {
        font-size: 11px !important;
    }

    .kat_btn span text {
        display: none;
    }
}

.kat_btn {
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.kat_btn:hover {
    background: #175bcd;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}

.kat_btn.active {
    background: #175bcd;
}

.kat_btn.active span:before {
    background: url(/css/../img/svg/close_menu.svg) no-repeat 0px center;
}

/*.kat_btn:before {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.kat_btn span {
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
}

.kat_btn span:before {
    display: inline-flex;
    margin-right: 8px;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/css/../img/svg/burger.svg) no-repeat 0px center;
    position: relative;
    top: -2px;
}

.menu_bot {
    width: 83.5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_bot a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    height: 100%;
    margin: 0 auto;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
}

.menu_bot a:hover {
    color: #ffffff;
}

.menu_bot li {
    position: relative;
    padding: 0 0 0 0;
    width: 20%;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_bot li:before {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu_bot li:last-child:after {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu_icon1 a {
    background: url(/css/../img/svg/menu_img1.svg) no-repeat 0px center;
}

.menu_icon2 a {
    background: url(/css/../img/svg/menu_img2.svg) no-repeat 0px center;
}

.menu_icon3 a {

    background: url(/css/../img/svg/menu_img3.svg) no-repeat 0px center;
    background-size: 30px;
}

.menu_icon4 a {
    background: url(/css/../img/svg/menu_img4.svg) no-repeat 0px center;
}

.menu_icon5 a {
    background: url(/css/../img/svg/menu_img5.svg) no-repeat 0px center;
}
.menu_icon6 a {
    background: url(/css/../img/svg/menu_img6.svg) no-repeat 0px center;
}

.index_content .slider_top li {
    padding-left: 20px;
    margin-bottom: 0px;
}

.index_content .slider_top li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.index_content ul {
    margin-bottom: 45px;
}

.index_content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.index_content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
}

.slider_top_in {
    display: block;
    height: fit-content;
    background-size: cover !important;
}

.slider_top_in .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100px;
}
@media (min-width: 590px) {
    .slider_top_in .container { padding: 0 25px;}
    .slider_top_in .container .slider_top_name{ display: block; padding: 0 15px; margin: 0; font-size: 14pt; }
    .slider_top_in .container .btn--orange { margin: 30px 15px 0; padding: 12px 20px; height: auto;}
}
@media (min-width: 765px) {
    .slider_top_in .container { padding: 0 60px;}
}
@media (min-width: 1024px) {
    .slider_top_in .container .slider_top_name{ font-size: 22pt; }
    .slider_top_in .container .btn--orange { margin-top: 50px; }
}
@media (min-width: 1280px) {
    .slider_top_in .container { margin: 0 auto; padding: 0 60px;}
    .slider_top_in .container .slider_top_name{ font-size: 32pt; }
    .slider_top_in .container .slider_top_text { display: block; padding: 0 15px;}
    .slider_top_in .container .slider_top_text img { max-height: 180px; width: auto;}
    .slider_top_in .container .btn--orange { margin-left: 15px; min-width: 250px; height: 50px;}
}
@media (min-width: 1366px) {
    .slider_top_in .container .slider_top_text img { max-height: 200px; width: auto;}
}
@media (min-width: 1650px) {
    .slider_top_in .container .slider_top_text img { max-height: 300px; width: auto;}
}

.slider_top_in .slider_image {
    position: absolute;
    right: -110px;
    top: -84px;
    width: auto;
    z-index: 0;
}

.slider_top_in .btn {
    /*margin-top: 30px;*/
    margin-left: 15px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    font-size: 11pt;
}

.slider_top_name {
    color: #ffffff;
    font-size: 14pt;
    font-weight: 700;
    margin: 15px;
    /*display: none;*/
}

.slider_top_name.black_font {
    color: #333;
}
.black_font {
    color: #333;
}

.slider_top_text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: none;
}

.slider_top_text .like-header {
    font-size: 42px;
    font-weight: 700;
}

.slider_top_text ul {
    margin: 30px 0;
}

.slider_top_text ul li {
    font-family: 'Roboto Light', ui-monospace, Tahoma;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px !important;
}

.slider_top_ul {
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.slider_top_ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.slider_top .owl-dots {
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: right;
}

.slider_top .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.slider_top .owl-dots .owl-dot.active, .slider_top .owl-dots .owl-dot:hover {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.slider_top .owl-dots .owl-dot.active:before, .slider_top .owl-dots .owl-dot:hover:before {
    content: '';
    width: 8px;
    height: 15px;
    background: url(/css/../img/svg/ellipse.svg) no-repeat left top;
    position: absolute;
    left: -3px;
    top: -3px;
}

.owl-dot:hover:before {
    background: none !important;
}
@media screen and (max-width: 922px) {
    .slider_top_in.fixed_btn .btn {
        position: absolute;
        bottom: 10px;
    }
    .slider_top .owl-dots {
        bottom: 0;
    }
}

.slider_top .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 36px);
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}


.slider_top .owl-nav .owl-prev,
.slider_top .owl-nav .owl-next {
    position: absolute;
    background: url(/css/../img/svg/slide_top_r.svg) no-repeat center center;
    width: 54px;
    height: 74px;
    background-color: rgba(0, 112, 246, .45);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    top: 0;
    cursor: pointer;
}

.slider_top .owl-nav .owl-prev:hover,
.slider_top .owl-nav .owl-next:hover {
    background-color: rgba(0, 112, 246, .9);
}

.slider_top .owl-nav .owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.slider_top .owl-nav .owl-next {
    right: 0;
}



.title_h1 {
    padding: 90px 0 40px 0;
}

.tovar_inner {
    /*height: 620px;*/
    /* height: 480px;
    height: 540px;*/
    min-height: 450px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

.tovar_inner .detal {
    color: #fffefe;
    font-size: 12px;
    font-weight: 400;
    width: 160px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #4d4d4d;
    text-align: center;
    line-height: 30px;
    display: none;
}

.catalog.list .detal {
    color: #fffefe;
    font-size: 12px;
    font-weight: 400;
    width: 160px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #4d4d4d;
    text-align: center;
    line-height: 30px;
    display: none;
}

.tovar_inner .btn--blue {
    margin: 0 auto;
}

.tovar_inner .btn--gray {
    margin: 10px auto 0;
}

.tovar_img {
    /* min-height: 290px;*/
    min-height: 180px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .tovar_img:hover .photo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
} */

.tovar_img:hover .detal {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 5;
    cursor: pointer; 
}

.tovar_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: auto !important;
}

.tovar_name {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.tovar_availability {
    color: #00991a;
    font-size: 16px;
    font-weight: 500;
    background: url(/css/../img/svg/ok.svg) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 12px 0;
}

.tovar_price {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    /* margin: 0 0 35px 0; */}
.tovar_price .rub {
    padding-left: 5px;
}

.populyar_wrap {
    padding-bottom: 100px;
}

.populyar_wrap .tovar_inner:before {
    content: 'xит';
    background: #ea4068;
    width: 50px;
    height: 23px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 20px;
    top: 20px;
    z-index: 2;
    letter-spacing: 0.5px;
    font-weight: 400;
    z-index: 3;
}

.tovar_slider .owl-nav, .brend_slider .owl-nav, .brand_list .owl-nav {
    position: absolute;
    right: 0;
    top: -63px;
    width: 70px; }
.tovar_slider .owl-nav .owl-prev, .brend_slider .owl-nav .owl-prev, .brand_list .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px; }
.tovar_slider .owl-nav .owl-prev:hover, .brend_slider .owl-nav .owl-prev:hover, .brand_list .owl-nav .owl-prev:hover {
    font-size: 21px;
    top: -5px;
    color: #000000; }
.tovar_slider .owl-nav .owl-next, .brend_slider .owl-nav .owl-next, .brand_list .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px; }
.tovar_slider .owl-nav .owl-next:hover, .brend_slider .owl-nav .owl-next:hover, .brand_list .owl-nav .owl-next:hover {
    font-size: 21px;
    top: -5px;
    color: #000000; }

.populyar_wrap .tovar_slider .owl-nav .owl-prev:hover {
    color: #0070f6;
}

.populyar_wrap .tovar_slider .owl-nav .owl-next:hover {
    color: #0070f6;
}

.katalog_wrap {
    background: url(/css/../img/katalog_wrap.png) no-repeat center;
    padding-bottom: 100px;
}

.katalog_wrap .btn {
    width: 220px;
    margin: 10px auto 0;
}

.katalog_inn {
    width: 320px;
    height: 230px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*background-image: linear-gradient(-225deg, #0070f6 0%, #0c4bff 100%);*/
    background-image: url("/img/cat/katalog_inn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    justify-content: space-between;
    /*padding: 35px 40px;*/
    margin-bottom: 40px;
}

.katalog_inn .name_katal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.katalog_inn .name_katal span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.katalog_inn img {
    /*position: absolute;*/  /**/
    bottom: 0px;
    right: 0px;
    max-width: 50%;
    max-height: 230px;
    object-fit: contain;
}
.index_content .katalog_inn img{
    position: absolute;
}

.city_text {
    font-size: 13px;
}

.new_wrap {
    position: relative;
    padding-bottom: 105px;
}

.new_wrap:before {
    content: '';
    background: url(/css/../img/svg/new_wrap_line.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -33px;
    right: 0; }
/* .new_wrap .tovar_inner:before {
  content: 'новинка';
  background: #ff7f00;
  width: 80px;
  height: 23px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 20px;
  /*top: 15px;*/
top: 50px;
z-index: 2;
letter-spacing: 0px;
font-weight: 400;
z-index: 3; } */
.new_wrap .title_h1 {
    display: inline-block;
    vertical-align: top;
    padding: 90px 0 0 0;
    margin-bottom: 40px;
}

.new_wrap .kol {
    width: 25px;
    height: 25px;
    line-height: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fe7f00;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    position: absolute;
    right: -25px;
    bottom: 15px;
}

.conditions_wrap {
    background-color: #f2f6fa;
    padding-top: 33px;
    position: relative;
    padding-bottom: 65px;
}

.conditions_wrap:before {
    content: '';
    background: url(/css/../img/svg/new_wrap_line.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.conditions_wrap:after {
    content: '';
    background: url(/css/../img/svg/new_wrap_line_top.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
}

.phone_box_inn2 {
    display: none;
}

.preim_cont {
    padding: 65px 0 0 50px;
}

.preim_inn {
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}

.preim_inn:nth-child(2n) {
    padding-top: 65px;
}

.preim_inn:nth-child(2n) .preim_text {
    padding-top: 45px;
}

.preim_image {
    width: 19%;
}

.preim_text {
    color: #010101;
    font-size: 14px;
    font-weight: 700;
    width: 81%;
    padding-top: 30px;
}

.text_new_bl {
    /*width: 63%;*/
    width: 100%;
}

.img_new_bl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 160px;
}

.brend_inn {
    height: 150px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: relative;
}

.brend_inn img {
    position: absolute;
    width: auto !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.brend_wrap {
    padding-bottom: 100px;
}



.city_slider .owl-stage-outer {
    overflow: visible;
}

.city_slider .owl-item {
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.city_slider .owl-item.active {
    opacity: 1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.city_slider .metro_icon img {
    display: inline-block;
    vertical-align: top;
	margin-top: 2px;
}

.city_slider .metro_icon span {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 18px;
}

.product-options .quantity-counter {
    border: none;
}

.city_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
    width: 70px;
}

.city_slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.city_slider .owl-nav .owl-prev:hover {
    font-size: 21px;
    top: -5px;
    color: #ffffff;
}

.city_slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.city_slider .owl-nav .owl-next:hover {
    font-size: 21px;
    top: -5px;
    color: #ffffff;
}

.city_slider_inn {
    /*  height: 340px;*/
    height: 360px;
    /*max-width: 320px;*/
    max-width: 420px;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 30px;
}

.city_slider_inn img {
    width: auto !important;
}

.one_s {
    text-align: center;
    position: relative;
    z-index: 3;
}

.one_s img {
    margin: 10px auto 20px;
}

.one_s .btn {
    margin: 30px auto 15px;
}

.one_s .all {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.one_s .all:hover {
    color: #0070f6;
}

.one_s .city_text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.city_name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 30px 0;
    line-height: 1.2;
}

.city_text .bold {
    font-weight: 700;
}

.city_text span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-right: 3px;
}

.city_text li {
    padding: 0 !important;
    margin: 0 !important;
}

.city_text li:before {
    display: none;
}

.city_next {
    width: 21px;
    height: 12px;
    background: url(/css/../img/svg/city_next.svg) no-repeat center;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}

.city_next:hover {
    background: url(/css/../img/svg/city_next_hov.svg) no-repeat center;
}

.rass_wrap {
    padding: 92px 0 92px 0;
}

.rass_wrap .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rass_box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 51.5%;
}

.rass_img {
    width: 23%;
}

.rass_img img {
    margin: 5px 0 0 0;
}

.rass_text_box {
    width: 77%;
}

.rass_name {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.rass_text {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 0 0;
    max-width: 500px;
}

form#dsoras-form .error_form {
    display: none;
}

.rass_form {
    width: 48.5%;
    /* padding-top: 35px; */
}

.rass_form input[type="text"] {
    /* width: 420px;*/
    max-width: 420px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    /*padding-left: 40px;*/
    padding: 0px 20px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.rass_form input[type="text"]::-webkit-input-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]:-moz-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]::-moz-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]:-ms-input-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.top_footer {
    border-top: 2px solid #d8dfe5;
    padding: 60px 0 85px 0;
}

.top_footer .flex_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top_footer .logo {
    margin-top: 20px;
    width: 27.5%;
}

.top_footer .logo img {
    max-width: 270px;
}

.top_footer .phone_box {
    margin-top: 10px;
    width: 38%;
}

.top_footer .phone_box_inn:first-of-type{
    margin-right: 1em;
}
.top_footer .phone_box_inn a {
    font-size: 18px;
}

.top_footer .phone_box_inn span {
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.top_footer .zvonok_box {
    width: 20.5%;
}

.top_footer .ds-form {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.top_footer .ds-form:hover {
    color: #ff8000;
}

.top_footer .mail {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #4d4d4d;
}

.top_footer .mail:hover {
    color: #ff8000;
    border-bottom: 0px dashed #ff8000;
}

.ymetrik {
    text-align: right;
}

.center_footer {
    padding-bottom: 85px;
}

.center_footer .l_menu {
    width: 27%;
}

.center_footer .l_menu li {
    margin-bottom: 7px;
}

.center_footer .l_menu a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.center_footer .l_menu a:hover {
    color: #ff8000;
}

.center_footer .r_menu {
    width: 61%;
}

.center_footer .r_menu li {
    margin-bottom: 7px;
}

.center_footer .r_menu li:nth-last-child(-n+3) {
    display: none;
}

.center_footer .r_menu .end {
    display: block;
}

.center_footer .r_menu a {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.center_footer .r_menu a:hover {
    color: #0070f6;
}

.center_footer .r_menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.bottom_footer > .flex_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.copy_box {
    width: 39%;
}

.copy_box span {
    color: #4d4d4d;
}

.a_box {
    padding-top: 5px;
}

.a_box a {
    color: #0070f6;
}

.a_box a:hover {
    color: #ff8000;
}

.a_box span {
    color: #0070f6;
    padding: 0 3px;
}

.price {
    width: 20%;
}

.price span {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 20px;
    max-width: 195px;
    display: block;
}

.soc_box_cont {
    max-width: 195px;
}

.soc_box {
    width: 21%;
}

.soc_box span {
    font-size: 40px;
}

.soc_box .title {
    padding-bottom: 12px;
}

.g_metrik {
    width: 20%;
}

.g_metrik .title {
    padding-bottom: 12px;
}

#toTop {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff url(/css/../img/svg/toTop.svg) no-repeat center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 60px;
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

.catalog-menu_box {


    display: none;

    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1000;
    /*background-color: #ffffff;*/

}

sup.i-number {
    top: 0;
}

sup.i-number:before {
    content: '(';
    padding-left: 10px;
}

sup.i-number:after {
    content: ')';
}

.info-tag {
    font-size: 16px;
    font-weight: 500;
    background: url(/img/no.svg) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 12px 0;
}

.info-tag.tovar_availability {
    background: url(/img/svg/ok.svg) no-repeat left center;
}

.catalog-menu_box.active {
    /*display: block;*/
}

.catalog-menu-lvl0 {
    background-color: #0838a5;
    width: 33.5%;
    padding: 30px 0 30px 0;
}

.catalog-menu-lvl0-item {
    padding: 0px 40px 0px 50px;
}

.category-name {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    position: relative;
}

.category-name:before {
    content: '';
    width: 6px;
    height: 10px;
    /* background: url(/css/../img/svg/menu_arrow.svg) no-repeat center;*/
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 722px) {
    .blocks-item .photo-wrap {
        padding-top: 15px;
    }
}
.search-results-page .stickers-wrap {
    top: -26px;
}
.search-results-page .item-discount_label,
.search-results-page .new
{
    margin-top: 3px;
}

.list-item .photo-wrap {
    padding-top: 25px;
}

.submenu-wrap {
    display: none;
}


.hide-hits {
    display: none;
}

.show-hide-hits {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    background: url(/css/../img/svg/show-hide-hits.svg) no-repeat center;
    width: 195px;
    height: 133px;
}

.show-hits {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: block;
    margin: 108px 0 0 47px;
}

.show-hits:before {
    content: '';
    width: 18px;
    height: 28px;
    background: url(/css/../img/svg/show-hits.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
}

.catalog-menu-lvl1-content {
    padding: 30px 0 30px 80px;
    overflow: hidden;
}

.menu-lvl1-header {
    margin-bottom: 10px;
}

.menu-lvl1-header a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.catalog-menu-lvl1 {
    margin-bottom: 35px;
    float: left;
    width: 33%;
}

.catalog-menu-lvl1 ul a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

.catalog-menu-lvl1 ul a:hover {
    color: #ff8000;
}

.catalog-menu-lvl1 .menu-lvl1-header {
    clear: both;
}

footer {
    padding-bottom: 60px;
}

.one_s {
    width: 22%;
    margin-right: 3%
}

.city_slider {
    width: 74%;
}

.title_footer_menu {
    display: none;
}

.hidden_more {
    display: none;
}

.mfp-content {
    max-width: 833px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: auto !important;
}

.mfp-content #login {
    background: url(/css/../img/login.png) no-repeat center;
    overflow: hidden;
}

.mfp-content #reg {
    background: url(/css/../img/reg_fon.png) no-repeat center;
    padding: 45px 42px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.mfp-close {
    background: url(/css/../img/svg/login_close.svg) no-repeat center !important;
    font-size: 0;
    right: 5px;
    top: 5px;
}

.title-h2 {
    padding-top: 35px;
}

.title-h2 .header-text {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.btn-form-switch {
    border: none;
    background: none;
    font-size: 16px;
    color: #0070f6;
    padding: 0;
    font-weight: 400;
}

.switch-form-block {
    text-align: center;
}

.textinput-wrapper {
    position: relative;
}

.textinput-wrapper .textinput-icons {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.textinput-wrapper .password-hidden {
    width: 18px;
    height: 12px;
    background: url(/css/../img/svg/password-hidden.svg) no-repeat center;
    display: block;
    cursor: pointer;
}

.jq-checkbox {
    padding-top: 2px;
}

.jq-checkbox .jq-checkbox__div {
    width: 16px;
    height: 17px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.jq-checkbox.checked .jq-checkbox__div {
    background: #fff url(/css/../img/svg/jq-checkbox.svg) no-repeat center;
    width: 16px;
    height: 16px;
}

.checkbox-content {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

label.checkbox-styled {
    display: inline-block;
    vertical-align: top;
    width: 53%;
}

.pass_text {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: right;
}

.form_socials {
    float: right;
    width: 50%;
    padding: 33px 15px 0 40px;
}

.form_socials .social-text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 20px 0;
}

.modal-footer {
    padding-bottom: 0;
}

.social-list {
    padding-bottom: 40px;
}

.social-list li {
    width: 35px;
    height: 35px;
    background-color: #0070f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.social-list i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 35px;
    height: 35px;
}

.icon_blue1 {
    background: url(/css/../img/svg/icon_blue1.svg) no-repeat center;
}

.icon_blue2 {
    background: url(/css/../img/svg/icon_blue2.svg) no-repeat center;
}

.icon_blue3 {
    background: url(/css/../img/svg/icon_blue3.svg) no-repeat center;
}

.icon_blue4 {
    background: url(/css/../img/svg/icon_blue4.svg) no-repeat center;
}

.icon_blue5 {
    background: url(/css/../img/svg/icon_blue5.svg) no-repeat center;
}

.icon_blue6 {
    background: url(/css/../img/svg/icon_blue6.svg) no-repeat center;
}

.icon_blue7 {
    background: url(/css/../img/svg/icon_blue7.svg) no-repeat center;
}

.auth-privilegies {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

.auth-privilegies li {
    position: relative;
    padding-left: 35px;
}

.auth-privilegies li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 8px;
}

.align_left .header-text,
.align_left .switch-form-block {
    text-align: left;
}

#reg .textinput {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

#reg label {
    color: #4d4d4d;
    font-size: 16px;
    display: block;
    width: 100%;
}

#reg .checkbox-styled {
    width: 360px;
    margin-bottom: 15px;
}

#reg .modal-footer,
#reg .required-info,
#reg .v_error {
    display: none;
}

#reg .checkbox-content {
    font-size: 14px;
    width: 330px;
}

#reg .title-h2 {
    padding-top: 0;
}

#reg .btn-submit {
    width: 243px;
    height: 50px;
    border: none;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #0070f6;
    color: #ffffff;
    font-size: 16px;
    margin: 25px auto 0;
    display: block;
}

.hidden_forms {
    display: none;
}


.dspopup-modal {
    background: url(/css/../img/ds-fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 42px;
    width: 450px;
    min-height: 215px;
}

.dspopup-modal .error_form {
    display: none;
}

.form-head {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.dspopup-modal label {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.dspopup-modal input[type="text"] {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

.dspopup-modal input[type="text"]::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]:-moz-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]::-moz-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal .btn {
    display: block;
    margin: 10px auto 35px;
}

.person_dan {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.person_dan a {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.person_dan a:hover {
    text-decoration: none;
}

.form-head_text {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
}
.contact_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.contact_wrap_item {
    width: 50%;
    float: left;
}

.flaticon-right2044 {
    background: url(/img/strelka.svg) no-repeat center;
    width: 9px;
    height: 5px;
    display: inline-block;
    /* content: ""; */
    top: 0px !important;
    padding: 10px;
}

.clear {
    clear: both;
}

.contact_wrap_adr_item {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    height: 397px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    padding: 20px;
    position: relative;
    margin-bottom: 2.5%;
}

.contact_wrap_adr_item:nth-child(5n) {
    margin-right: 0px;
}

.contact_wrap_adr {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact_wrap_adr_item_img {
    width: 55px;
    height: 55px;
    background: url(/img/flag.svg) no-repeat center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 14px;
}

.contact_wrap_adr_item_adr {
    text-align: center;
}

.contact_wrap_adr_item .btn--blue {
    position: absolute;
    bottom: 30px;
}

.contact_wrap_item a {
    color: #4c4c4c;
    /* font-family: Geometria; */
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.contact_wrap_item .btn--orange {
    /* float: right;
    text-align: right; */
}

h1 {
    margin-bottom: 20px;
}

.bx-soa-section-content {
    margin-bottom: 20px;
}

.contact_wrap_item_wr {
    margin-left: 50px;
}

.contact_wrap_item .ft_tel {
    position: relative;
}

.contact_wrap_item_wr.ft_tel {
    position: relative;
}

.contact_wrap_item_wr.ft_tel:before {
    content: "";
}

.contact_wrap_item .ft_tel:before {
    content: "";
    background: url(/img/pho.svg);
    width: 29px;
    height: 30px;
    position: absolute;
    left: -44px;
    top: 0px;
}

.ft_time {
    position: relative;
}

.contact_wrap_item .ft_time:before
{content: "";background: url(/img/tim.svg);width: 26px;height: 27px;position: absolute;left: -44px;top: 0px;}

@media screen and (max-width: 767px) {
    .contact_wrap_item:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.contact_wrap_item_wr .ft_time {
    margin-bottom: 8px;
}

.map_item_right {
    float: left;
    width: 59.5%;
}

.map_item_left {
    float: left;
    width: 39.5%;
    margin-right: 1%;

}

.map_item_left_b {
    height: 269px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
}

.map_item_left_b {
    padding: 50px;
    margin-bottom: 15px;
}

.map_item_left_name {
    margin-left: 60px;
    position: relative;
    font-weight: bold;
    margin-bottom: 40px;
}

.map_item_left_name:before {
    content: "";
    background: url(/img/fmap.svg) no-repeat center;
    width: 41px;
    height: 41px;
    position: absolute;
    left: -58px;
    top: -7px;
}

.map_item {
    margin-bottom: 62px;
    overflow: hidden;
}

.map_item_left_text a {
    display: block;
    color: #4c4c4c;
}

/*table#basket-item-table .basket-item-price-title {
    display: none;
}*/

table#basket-item-table .basket-item-amount-field-description {
    display: none;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
    /* padding: 34px 0; */
}

.basket-checkout-container {
    border: none !important;
}

.basket-coupon-section input.form-control {
    border-radius: 25px;
    padding: -3px 12px;
    height: 50px;
}

.basket-coupon-block-field-description {
    margin-left: 20px !important;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container > td {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}

.basket-items-list-container {
    min-height: 100% !important;
}

.basket-coupon-block-total-price-current {
    color: #0070f6;
    /* color: #000000; */
    font-family: Geometria;
    font-size: 24px;
}

.basket-item-block-amount {
    /* width: 155px; */
    width: 142px;
    border-radius: 25px;
    border: 2px solid #e6e6e6;
    /* height: 50px; */
    /* padding: 10px 0; */
}

.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    border-top: 0px !important;
    border-bottom: 0px !important;
    margin-top: 10px;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    height: 46px !important;
}

/*td.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs {
    display: none;
}*/
.basket-item-price-current {
    text-align: center;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
    margin-top: 20PX;
}

h2.basket-item-info-name a {
    color: #000;
}

.basket-item-block-info a {
    display: table-cell;
    vertical-align: middle;
    /* height: 30px; */
}

h2.basket-item-info-name {
    display: table;
    width: 100%;
    height: 53px;
    margin-bottom: 0px !important;
}

.basket-item-block-image.hidden-xs {
    padding: 0px 20px;
}

.basket-item-block-image.hidden-xs img {
    min-width: 32px;
    max-width: 40px;
    max-height: 100%;
}

.dost_wrap ul {
    margin: 25px 0px;
}

.dost_wrap ul li {
    margin-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.dost_wrap ul li:before {
    width: 6px;
    height: 6px;
    background-color: #ff8000;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -30px;
    top: 10px;
}

.dost_wrap ul li span {
    color: #fe7f00;
}

.dost_wrap_text p {
    margin-bottom: 10px;
    font-weight: bold;
}

.dost_wrap_text {
    margin-bottom: 23px;
}

.dost_o {
    position: relative;
    margin-left: 30px;
}

.dost_o:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/red.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o2 {
    position: relative;
    margin-left: 30px;
}

.dost_o2:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/orange.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}


.dost_o3 {
    position: relative;
    margin-left: 30px;
}

.dost_o4 {
    position: relative;
    margin-left: 30px;
}

.dost_o5 {
    position: relative;
    margin-left: 30px;
}

.dost_o3:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/purple.png) no-repeat center;
    width: 20px;
    height: 15px; 
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o4:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/blue.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o5:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/green.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

#bx-soa-delivery {
    margin-top: 0px !important;
}

.dropdown-block.bx-ui-sls-input-block.form-control span.dropdown-icon {
    display: none;
}

.bx-soa-more {
    border-top: 0px !important;
}

.bx-soa-cart-t {
    width: 130px;
    height: 16px;
    color: #000000;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
    color: #0070f6;
    font-family: Geometria;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-family: Geometria;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.bx-soa-item-title a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: normal !important;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
    border-top: 2px solid #1485ce;
    margin-top: 25px;
    padding-top: 20px !important;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    border-radius: 9px;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed .bx-soa-cart-d {
    color: #000000;
}

.buy-block-wrap2 .color-list {
    max-height: 300px;
    overflow-y: auto;
}
.buy-block-wrap2 .color-list a {
    margin-right: 5px;
}

.bx-soa-item-title {
    display: table;
    width: 80%;
    height: 80px;
    margin-bottom: 0px !important;
}

.bx-soa-pp-company .bx-soa-pp-company-image {
    width: 41px;
    height: 41px;
    margin: 0 auto;
    margin-top: 10px;
}

.bx-selected {
    border: 2px solid #0070f6 !important;
}

.bx-soa-pp-item-container .bx-soa-pp-company {
    width: 210px;
    height: 274px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

div#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
    width: 210px;
    height: 155px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
}

#bx-soa-order .text-right {
    width: 18%;

}

#bx-soa-order .col-xs-12.col-sm-3.text-right a {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px dashed #4d4d4d;
}

#bx-soa-order .col-xs-12.col-sm-3.text-right a:hover {
    border-bottom: 0px;
}

#bx-soa-order .dropdown-block.bx-ui-sls-input-block.form-control {
    max-width: 438px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #cccccc;
}

#bx-soa-order .bx-sls .bx-ui-sls-fake, #bx-soa-order .bx-sls .bx-ui-sls-route {
    height: 44px;
}

#bx-soa-order .dropdown-fade2white {
    display: none !important;
}


#bx-soa-order .bx-sls .bx-ui-sls-clear {
    top: 8px;
}

#bx-soa-order .form-control {
    min-height: 50px;
    border-radius: 25px;
    border: 1px solid #cccccc;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 {
    float: none !important;
    width: 100%;
    margin-left: 12px;
    margin-bottom: 0px;
    /* display: block; */
}

.catalog-lvl0-expand {
    cursor: pointer;
    color: #ff8000;
}

.catalog-lvl0-wrap {
    margin-left: 12px;
    margin-bottom: 0;
    clear: both;
}

.catalog0__holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

main.container.catalog-lvl0-page .catalog-category-header_wr {
    float: left;
    width: 25%;
}

main.container.catalog-lvl0-page .catalog-category-header_wr .catalog-category-content > div:nth-of-type(n+6) {
    display: none;
}

main.container.catalog-lvl0-page .catalog-category-header_wr--open .catalog-category-content > div:nth-of-type(n+6) {
    display: block;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 ul {
    display: none !important;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 .menu-lvl1-header .i-number {
    /*  display: none;*/
}

main.container.catalog-lvl0-page .menu-lvl1-header .subcategory-img {
    display: none;
}

.header-content a {
    color: #ffffff !important;
}

span.plusss {
    background: url(/img/plu.svg) no-repeat center;
    width: 14px;
    height: 13px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    /* float: right; */
    margin-top: 5px;
}

.checkbox-content > i {
    display: none !important;
}

.sub-categories a span.text {
    color: #0070f6 !important;
}

.tovar_inner .price span {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px 0;
    max-width: 100%;
    display: inline-block;
}

.tovar_inner2 .price span {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px 0;
    max-width: 100%;
    display: inline-block;
}

div#js-block-current-state {
    display: none;
}

.toggle-filter .text {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 700;
}

.filter-section {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-bottom: 6px;
    padding: 5px 22px;
}

.toggle-filter {
    margin-bottom: 6px;
}

.toggle-filter {
    position: relative;
}

.filter-section label.checkbox-styled {
    width: 100%;
    clear: both;
}

.filter-section {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-bottom: 6px;
    padding: 5px 22px;
}

.toggle-filter {
    margin-bottom: 6px;
}


.filter-section .expand-content a {
    margin-top: 1px;
    color: #858585;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.jq-checkbox .jq-checkbox__div {
    margin-top: 4px;
    margin-right: 8px;
}

.modal-dialog .jq-checkbox .jq-checkbox__div {
    margin-top: 0px;
    margin-right: 8px;
}

.general-info .desc p {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

span.current-state {
    display: none;
}

.pagination-item:active span, .pagination-item.active span {
    color: #0070f6;
}

.pagination {
    margin-bottom: 35px;
}

.show-by {
    display: none;
}

.svg-wrap.icon.bl {
    background: url(/img/bl.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.svg-wrap.icon.sp {
    background: url(/img/sp.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.svg-wrap.icon.ta {
    background: url(/img/ta.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.view-type > a.active .svg-wrap.icon.bl {
    background: url(/img/blbl.svg) no-repeat center;
}

.view-type > a.active .svg-wrap.icon.sp {
    background: url(/img/spbl.svg) no-repeat center;
}

.view-type > a.active .svg-wrap.icon.ta {
    background: url(/img/tabl.svg) no-repeat center;
}

.checkbox-content span {
    color: #858585;
    font-family: Geometria;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

input#arrFilter_P6_MIN {
    width: 78px;
    height: 37px;
    border-radius: 19px;
    border: 1px solid #cccccc;
}

input#arrFilter_P6_MAX {
    width: 78px;
    height: 37px;
    border-radius: 19px;
    border: 1px solid #cccccc;
}

.filter-section .filter-input-wrap > .text {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    width: auto;
    margin-right: 5px;
}

.filter-section .expand-content input {
    border-radius: 19px;
    height: 37px;
    border: 1px solid #cccccc;
}


.sort-n-view.for-catalog .jq-selectbox__dropdown ul {
    width: 100%;
    background: #fff;
    width: 200px;
    box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
    padding-left: 20px;
    z-index: 600;
    margin-left: -14px;
    max-height: 100% !important;
    top: unset !important;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown {
    top: unset !important;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown ul li {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

div.sort-n-view.for-catalog {
    clear: both;
    z-index: 4;
    position: relative;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown ul li:hover {
    color: #006cff;
    cursor: pointer;
}

.table-header.clearfix.state_normal {
    display: none;
}

.catalog-table .units {
    display: none;
}

.catalog-table-item .price {
    width: 100%;
}

.catalog-table-item .price span {
    margin: 0px;
}

.catalog-table-item .btn--blue span {
    font-size: 0;
}

.catalog-table-item .btn--blue {
    background: #0070f6 url(/img/carti.svg) no-repeat center;
    font-size: 0 !important;
    width: 50px;
    height: 50px;
    vertical-align: top;
    display: inline-block;
}

.catalog-table-item .btn--blue button {
    width: 50px;
    height: 50px;
}

.filter-results {
    display: none !important;
}

.reset-filter {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(/img/closese.svg) no-repeat center;
    float: left;
    margin-top: 24px;
    margin-right: 20px;
}

.show-results {
    float: right;
    margin-top: 25px;
}

.btn-toggle-full-filter {
    border-radius: 25px;
    border: 2px solid #e6e6e6;
    width: 100%;
    line-height: 46px;
    color: #0070f6;
    margin-top: 30px;
}

.btn-toggle-full-filter:hover {
    background: #0070f6;
    color: #fff;
}

.container.flex_box {
    overflow: visible;
}

.print-link:hover {
    text-decoration: none;
    border-bottom: 0pc;
    opacity: 0.7;
}

.print-link {
    text-decoration: none;
    border-bottom: 0pc;

}

.combo-link {
    max-width: 220px;
    /* height: 50px; */
    border-radius: 25px;
    /* background-color: #0070f6; */
    width: 220px;
    display: inline-block !important;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal !important;
}

.combo-link span {
    font-size: 16px !important;
    font-weight: normal;
}

.benefit .content {
    width: calc(100% - 60px);
}

.benefit {
    background-color: #f6f6f6;
}

.product-main .benefits .benefit:last-child {
    margin-right: 0px;
}

.product-main .benefits .benefit {
    margin-right: 2%;
}

.move {
    float: left;
    width: 30%;
    text-align: left;
}

.buy-buttons-wrap button {
    margin-right: 20px;
    float: left;
}

.buy-buttons-wrap {
    margin-top: 30px;
}

.reg_wr i.flaticon-check14 {
    display: none !important;
}

.slider_top_wrap .owl-dot.active {
    animation-name: owl-animate;
    animation: owl-animate 6s linear infinite;
}

@media (max-width: 550px) {
    .slider_top_wrap .slider_top .owl-dots {
        width: 50%;
        margin: 0 0 0 50%;
    }
}

.righ_bl {
    float: left;
    width: 50%;
}

.modal-form .form_socials {
    float: none;
    width: 100%;
    padding: 33px 15px 0 40px;
}

.modal-dialog .auth-privilegies {
    text-align: left;
    margin-top: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.lod_wr_l {
    width: 50%;
    float: left;
    text-align: left;
}

.lod_wr_r {
    width: 50%;
    float: left;
    text-align: left;
}

a.forgot-pass {
    padding-right: 20px;
    color: #0070f6;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 0px;
}

.forgot-pass:hover {
    color: #fe7f00;
}

.modal-form form .textinput-wrapper {
    clear: both;
}

.search-robot-wrap {
    display: none;
}

strong {
    font-weight: bold;
}

.pagi {
    padding-left: 20px;

}

main.search-results-page li.sort-list-item:after {

    display: none;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    border: none !important;
    background: transparent !important;
}

i.bx-ss-icon.vkontakte {
    background: url(/img/s_vk.svg) no-repeat;
    width: 20px !important;
    height: 12px !important;
    margin: 0 auto !important;
}

i.bx-ss-icon.google {
    background: url(/img/s_2.svg) no-repeat;

    margin: 0 auto !important;
}

i.bx-ss-icon.yandex {
    background: url(/img/s_3.svg) no-repeat;
    width: 10px !important;
    margin: 0 auto !important;
}

i.bx-ss-icon.twitter {
    background: url(/img/s_4.svg) no-repeat;

    margin: 0 auto !important;
}

i.bx-ss-icon.facebook {
    background: url(/img/s_5.svg) no-repeat;
    width: 10px !important;
    margin: 0 auto !important;
}

blockquote.row {
    margin: 0px;
}

.sort-n-view > .view-type {
    padding-top: 10px;
}

form#dsoras-form .field-2 {
    float: right;
    width: 35%;
}

form#dsoras-form .field-1 {
    float: left;
    width: 60%;
    margin-right: 5%;
}

form#dsobr-form {
    background: url(/img/fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 80px;
    width: 100%;
    min-height: 215px;
}

form#dsobr-form input[type="text"] {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

form#dsobr-form textarea {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 163px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

.form_left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.form_right {
    width: 48%;
    float: left;
}

form#dsobr-form .person_dan {
    /* width: 50%; */
    /* float: left; */
    width: 48%;
    float: left;
    margin-right: 4%;
    text-align: left;
}

form#dsobr-form .field-9 {
    width: 48%;
    float: left;
}

form#dsobr-form {
    overflow: hidden;
}

div#dsobrformmessagereport {
    background: url(/img/fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 80px;
    width: 100%;
    min-height: 215px;
    text-align: left;
}

div#dsobrformmessagereport .form-head_text {
    text-align: left;
    margin-bottom: 53px;
}

div#dsobrformmessagereport .form-head {
    margin-bottom: 10px;
    padding-left: 0px;
}

div#dsobrformmessagereport .repeatform {
    color: #fff;
    /* padding: 0px; */
    line-height: 24px;
}

form.form_quick-buy.modal-form-w-icons {
    max-width: 290px;
}

.short-info > .info.price-action {
    margin-bottom: 30px;
    display: block;
    padding-bottom: 30px;
    font-size: 16px;
    margin-top: 20px;
}

.short-info > .info.price-action a {
    font-size: 16px;
}

.short-info > .info.price-action a span span {
    color: #0070f6;
}

.product-main .benefits .benefit {
    padding: 30px;
}

.sly-scroll.horizontal {
    display: none;
}

.catalog-item.tovar_inner.slider-item.catalog-item {
    margin-right: 5px;
}

.catalog-item.tovar_inner.slider-item.catalog-item .btn-action.one-click-buy {
    box-shadow: none !important;
    color: #808080 !important;
}

.scroll-slider .slider-item .price {
    width: 100%;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1.active ul {
    display: block !important;
    clear: both;
}

.product-main .stickers {
    position: absolute;
    left: 0;
    right: 0;
    top: -13px;
    z-index: 3;
}
.sticker.rostest {
    top: 0px;
    border-radius: 6px;
}
.catalog-menu-lvl1 ul li a span {
    color: #000 !important;
}

.form-head_text {
    font-family: 'Geometria';
}

.sub-categories.columns a {
    font-family: 'Geometria';
    font-size: 18px;
}

td.basket-items-list-item-amount {
    padding: 0 20px 0 0;
}

.color-list a {
    vertical-align: top;
}

.bx-soa-section.bx-selected {

    border: 2px solid #e6e6e6 !important;
}

a.pull-right.btn.btn-default.btn-lg.hidden-xs {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.katalog_inn:hover {
    /*background: #0060d2 !important;*/
    background-image: url("/img/cat/katalog_inn_active.png");
}

.tech-info-block dt:after {
    display: none;
}

.tech-info-block dt {
    /*border-bottom: 1px dotted;*/
    padding-bottom: 5px;
    /* width: 25%; */
}

.tech-info-block dd {
    /*border-bottom: 1px dotted;*/
    padding-bottom: 4px;
    /* width: 25%; */
    text-align: right;
}

div#characteristics2 {
    /*width: 50%;*/
}

.tech-info-block dd a {
    color: #4d4d4d;
}

.tech-info-block dd a span {
    color: #4d4d4d !important;
}

.basket-checkout-container .basket-checkout-section-inner {
    margin-top: 20px;
}

.basket-checkout-container .basket-checkout-block-total-title {
    margin-top: 28px;
}

.menu_bot li:hover {
    background: #175bcd;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}


a.btn-action.buy.when-in-stock {
    line-height: 0px;
    padding: 0px !important;
}

.top_header {
    z-index: 1;
}

.modal-dialog .title-h2 .header-text {
    margin-bottom: 20px;
}

.required-info {
    margin-top: 26px;
    margin: 0 auto;
    margin-top: 20px;
}

.heek {
    padding-left: 30px
}

.form_quick-buy .heek {
    padding: 30px 0 0 30px;
    text-align: center;
}

.heek-info {
    margin: 10px 0;
    line-height: 50px;
    float: left;
}

#bx-soa-total-mobile .heek-info,
#bx-soa-total .heek-info{
    margin: 15px 0 0;
    line-height: normal;
    float: none;
}
#bx-soa-total-mobile .heek-info a,
#bx-soa-total .heek-info a {
    background-color: transparent;
    color: #0070f6;
    box-shadow: none;
}

.slider-nav {
    margin-top: 20px;
}

.map_item_left_maimg {

}

.map_item_left_maimg > a {
    display: block;
    position: relative;
}

.map_item_left_maimg > a:hover:before {
    background-color: #fff;
}

.map_item_left_maimg > a:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 17px;
    background: rgba(255, 255, 255, 0.58) url(/css/../img/svg/lupa.svg) no-repeat center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.submap_wrap {
    display: none;
}

.bx-soa-pp-company-smalltitle {
    width: 80%;
    margin: 0 auto;
}

td.ps_logo img {
    width: auto !important;
}

.top_header {
    z-index: 2;
}

.city_slider_inn {
    position: relative;
}

.more-catalog.disabled .btn {
    width: auto;
}
.sticker.new {
    /* display: none; */
}

.one-click-buy > .text {
    color: #006cff;
}

.basket-checkout-block-total {
    padding-top: 0px;
    padding-right: 10px;
    text-align: right;
}

.basket-checkout-block-total-price {
    padding-top: 5px;
}

div#modal_quick-buy .textinput-wrapper {
    padding-left: 0px;

}

div#modal_quick-buy .textinput-wrapper {
    width: 100%;
}

div#modal_quick-buy input.textinput {
    width: 100% !important;
}

div#filter-at-side header {
    z-index: 0;
}

.filter-content .jq-checkbox .jq-checkbox__div {
    float: left;
}

.filter-content .jq-checkbox {
    float: left;
    width: 12%;
}

.filter-content .checkbox-content {
    float: left;
    width: 80%;
    margin-top: 1px;
    color: #858585;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;


}

.range-slider .noUi-tooltip {
    top: 23px;
    left: -25px;
    font-size: 12px;
}

.catalog-item.tovar_inner.slider-item.catalog-item {
    margin-right: -4px;
    margin-left: 17px;
}

.general-info .pseudolink {
    float: right;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: color .4s;
    transition: color .4s;
    width: 100% !important;
    text-align: right;
}

.general-info .pseudolink > .link-text.when-closed {
    display: inline;
}

.scroll-slider.frame .btn-buy-wrap.text-only {
    margin-top: 10px;
}

i.search-clear.flaticon-close47 {
    display: none !important;
}

button.js-buy.btn-buy.buy.btn-main.small {
    background-color: #fe7f00;
    color: #ffffff;
    border-radius: 16px;
}

.city_slider .owl-nav .owl-prev .icon-arrow_l:before {
    content: "\e901";
    /*color: #fe7f00;*/
}

.city_slider .owl-nav .owl-next .icon-arrow_r:before {
    content: "\e902";
    /* color: #fe7f00;*/
}

.price-action__info i.flaticon-mail9 {
    display: none;
}

.product-main .sticker.rostest {
    z-index: 1 !important;
}

.basket-items-list-item-container > td {
    border-top: 0px solid #f2f2f2 !important;
}

button.ds-form.btn.btn--orange.action.disabled {
    background-color: #d9d9d9;
}
button.action.one-click-buy.btn.btn--orange > .text {
    color: #fff;
}

.metro_icon img {
    width: 21px;
    height: 15px;
}

.form-group.bx-soa-customer-field:last-child label.bx-soa-custom-label + div {
    /* display: inline-block;
     float: left;
     margin-top: -2px;*/
}

.catalog-menu-lvl1 .menu-lvl1-header {
    margin-left: 0px;
}

@keyframes owl-animate {
    from {
        transform: rotate(360deg);
    }

}

.catalog-menu-lvl0-item .category-name {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    padding: 5px 0;
}

#popup_basket .table-wrap .scroller.baron .scroller__track {
    top: 0;
}

.sub-categories > .link, .deleted-properties .sub-categories > .deleted-property {
    background: #e5e5e5;
    padding: 5px;
    border-radius: 4px;
    background-color: #e5e5e5;
    font-size: 14px;
}

.sub-categories > .link span {
    color: #060606 !important;
    font-size: 10px !important;
}

.sub-categories > .link .text {
    color: #167bf5 !important;
    font-size: 14px !important;
}


.sub-categories > .link img.lazy.subcategory-img {
    display: none !important;
}

.list-item .buy-block .form_buy .quantity-counter {
    border: none;
}


.buy-block-wrap3--scrolling {
    position: fixed;
    top: 0;
}

.buy-block-content2 {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.buy-block-content2 .product-name {
    margin-bottom: 20px;
}

.buy-block-content2 .buy-buttons-wrap {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 255px;
    margin-top: 20px;
    padding-left: 12px
}


.buy-block-content2 .buy-buttons-wrap button {
    text-align: center !important;
    float: none !important;
    margin: 0px;
    /* padding: 0px  !important; */
    /* display: block; */
    text-align: center !important;
    position: relative;
    margin-bottom: 20px;
}

.buy-block-wrap3 .color-list {
    margin-top: 20px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container .basket-item-block-price {
    padding-left: 10px;
    padding-right: 10px;
}

.buy-block-wrap2--scrolling {
    position: fixed;
    top: 0;
    max-width: 430px;
}

.basket-items-list-wrapper-compact .basket-item-info-name {
    height: 72px;
}

/*.catalog-menu-lvl1 li {
    clear: both;
}*/
.color-list a {
    max-width: 123px;
    margin-bottom: 15px;
}

/*.action.disabled > .text {
    display: block;
    width: 50px;
    height: 50px;
}
.action {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    padding-left: 25px !important;
    padding-bottom: 1px;
    font-size: 12px;
}
input:checked + .checkbox-content > i:before {
    opacity: 1;
    visibility: visible;
}
input:checked+.checkbox-content>i:before {
    color: #fff;
}
input:checked+.checkbox-content>i {
    background: #3570f2;
    box-shadow: none;
}*/
.price-values_wrap .color-list {
    /* float: right; */
    /* max-width: 500px; */
    clear: both;
}

label.bx-soa-custom-label.formlebl_20 {
    float: right;
    display: inline-block;
    width: calc(100% - 20px);
}

@media (min-width: 960px) {
    .catalog-menu-lvl1-content {
        overflow-y: auto;
        height:100%;
        /*height: auto;*/
        max-height: 100%;
    }

    .catalog-menu-lvl1-wrap {
        column-count: 3;
    }

    .catalog-menu-lvl1 {
        display: flex;
        flex-direction: column;
        break-inside: avoid;
        float: none;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .buy-block-wrap2--scrolling {
        position: static;
    }
}

@media (max-width: 767px) {
    .catalog-menu-lvl1 li {
        clear: both;
    }
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    clear: both !important;
}

.map_item_left_maimg {
    max-height: 258px;

}

.basket-checkout-container .basket-coupon-block-total-price-old {
    position: relative;
}

.bx-soa-pp-store-container.nxtStyle * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    width: auto;
}

.bx-soa-pp-store-container.nxtStyle {
    display: flex;
    flex-direction: column;
    padding: 0 7px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-checkbox {
    display: none;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #efefef;
    margin: 0 0 10px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-right: 50px;

}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-toggle-switcher {
    position: absolute;
    content: '';
    top: 5px;
    right: 10px;
    width: 40px;
    height: 50px;
    background-image: url('/bitrix/components/bit/shop.check.availability.product/templates/.default/images/down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-toggle-switcher.active {
    background-image: url('/bitrix/components/bit/shop.check.availability.product/templates/.default/images/close.svg');
    /* transform: rotate(180deg);*/
}

.bx-soa-pp-delivery-additional-container {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    transition: 0s opacity, 0s visibility;

}

.bx-soa-pp-delivery-additional-container.active {
    opacity: 1;
    visibility: visible;
    height: auto !important;
    transition: .55s opacity, .55s visibility;
}


.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container .bx-soa-pp-company-graf-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    height: 50px;
    padding: 0;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store .bx-soa-pp-company-graf-container input[type=checkbox].bx-soa-pp-company-checkbox {
    position: relative;
    display: none;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    margin-top: 7px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title {
    width: 100%;
    max-width: 700px;
    text-align: left;
    margin: 7px 0;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title .bx-soa-pp-company-smalltitle {
    text-align: left;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-cost {
    display: flex;
    position: relative;
    background-color: transparent;
    color: #333;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
}

.bx-soa-pp-company-metro {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 25px;
}

.bx-soa-pp-company-metro .bx-soa-pp-metro-name,
.bx-soa-pp-company-metro .bx-soa-some-unavailable,
.bx-soa-pp-company-metro .bx-soa-available-all,
.bx-soa-pp-company-metro .bx-soa-available-notnow {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 0px;
    bottom: 0;
}
.bx-soa-pp-company-metro .bx-soa-pp-metro-name {
    margin-left: 5px;
}
.bx-soa-pp-company-metro .bx-soa-some-unavailable{
    margin-right: 5px;
}
.bx-soa-pp-company-metro .bx-soa-available-notnow:before,
.bx-soa-pp-company-metro .bx-soa-some-unavailable:before,
.bx-soa-pp-company-metro .bx-soa-available-all:before {
    content: ', ';
    color: #333;
    padding-right: 5px;
}

.bx-soa-pp-company-metro .bx-soa-pp-metro-image {
    width: 21px !important;
    height: 15px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 4px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-di-info-container {
    background-color: #fcfcf7;
    padding: 7px 12px !important;
}

.bx-soa-pp-di-info-shop p {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.bx-soa-pp-di-info-shop p label {
    margin-right: 8px !important;
    font-size: 14px;
    font-weight: 600;
}

.bx-soa-pp-di-availability-info {
    padding: 7px 12px !important;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #eca3a3;
    border-radius: 5px;
    margin: 7px 0 !important;
}

.bx-soa-pp-di-availability-info .txt {
    margin-bottom: 12px !important;
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-basket-unavail:before {
    content: '- ';
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-basket-unavail {
    font-weight: 600;
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-date-pickup {
    margin-top: 12px !important;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count {
    background-color: transparent;
    border-color: transparent;
}

.bx-soa-pp-company-metro > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.bx-soa-available-notnow .txt-black {
    padding-left: 4px;
}

@media screen and (max-width: 767px) {

    .table-item .actions > button.btn-delete {
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-item .actions > button.btn-delete .btn-text {
        display: inline-block;
        margin-top: 13px;
        text-decoration: none;
    }

    .table-item .actions > button.btn-delete:hover,
    .table-item .actions > button.btn-delete:active,
    .table-item .actions > button.btn-delete:focus,
    .table-item .actions > button.btn-delete:visited {
        background: url(/ds-comf/img/x.svg) no-repeat center;
        color: #000;
        fill: crimson;
        text-shadow: none;
        box-shadow: none;
        border: none;
        margin-right: 4px;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-additional-container frame {
        width: 0;
        height: 0;
        display: none;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-graf-container {
        display: none !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container,
    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
        display: block !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
        padding-left: 7px;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container {
        flex-direction: column;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title {
        display: flex;
        flex-direction: column;
        padding: 5px 7px !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .bx-soa-pp-company-metro .bx-soa-available-notnow:before,
    .bx-soa-pp-company-metro .bx-soa-some-unavailable:before,
    .bx-soa-pp-company-metro .bx-soa-available-all:before {
        content: none;

    }

    .bx-soa-pp-company-metro {
        padding: 7px 0 0 !important;
        align-items: self-start;
        flex-direction: column;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-metro-name,
    .bx-soa-pp-store-container.nxtStyle .bx-soa-some-unavailable {
        font-size: 12px !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-cost {
        padding: 0 7px 7px !important;
    }

    .slider_top_in {
        padding: 0;
        margin: 0;
    }

}

@media screen and (max-width: 1450px) {
    .bx-soa-pp-store-container.nxtStyle {
        width: 100%;
    }
}
/*

.bit_style .alert
{
    width: 889px;
    display: inline-flex;
    min-height: 224px;
    background-color: #629DE3;
    border-color: #629DE3;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 400px;
    background: #629de3  url(/img/bottom_fon.png) no-repeat 80%;
    background-blend-mode: hard-light;
    background-size: cover;
}
.bit_style .alert .alert-header {
    position: absolute;
    width: 357px;
    height: 357px;
    background-color: #0070F6;
    border-color: #0070F6;
    border-radius: 50%;
    margin-left: -380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bit_style .alert .alert-header .alert-header-icon {
    min-height: 55%;
}
.bit_style .alert .alert-header .flaticon-check14:before {
    font-size: 235pt;
    color: #a6dbf1;
}
.bit_style .alert > .btn-main {
    margin-top: 25px
}
.bit_style .alert > .btn-close {
    display: none;
}
.bit_style .alert .alert-text {
    position: relative;
    display: block;
    width: 450px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    font-feature-settings: 'liga' off;
    color: #1E1E1E;
    text-align: left;
}

.bit_style .alert .alert-text a {
    color: #fff;
}

.bit_style .alert .alert-text button {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.bit_style .alert > .alert-text button:hover {
    color: #0070F6
}
.bit_style .alert .line {
    display: none;
}
@media (max-width:1024px){
    .bit_style .alert
    {
        width: 488px;
        min-height: 122px;
        padding-left: 210px;
    }

    .bit_style .alert .alert-header {
        width: 193px;
        height: 193px;
        margin-left: -205px;
    }
    .bit_style .alert .alert-text {
        font-size: 14px;
        line-height: 18px;
        width: 280px;
    }

    .bit_style .alert .alert-text button {
        font-size: 9px;
        line-height: 11px;
        margin-top: 10px;
    }


}

@media screen and (max-width: 767px)
    .bit_style .alert
    {
        width: 100%;
        min-height: 185px;
        top: 150px !important;
        left: 0;
        right: initial;
        display: block;
        position: absolute;
        flex-direction: column;
        padding: 0;
    }

    .bit_style .alert .alert-header {
        width: 135px;
        height: 135px;
        display: flex;
        align-items: center;
        position: relative;
        margin: -65px auto;
    }
    .bit_style .alert .alert-text {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
        margin-top: 80px;
    }
    .bit_style .alert > .btn-main {
        margin: 25px auto;
    }
    .bit_style .alert .alert-text button {
        font-size: 18px;
        line-height: 22px;
        margin: 25px auto;
    }
}


 */

i.flaticon-close47.btn-close {
    display: none;
}

.bit_style .alert {
    top: initial;
    bottom: 35px;
    margin-right: -150px;
    background: #629de3  url(/img/bottom_fon.png) no-repeat 80%;
    background-blend-mode: hard-light;
    background-size: cover;
    border: none;
    border-radius: 16px;

    width: 300px;
}

.bit_style .alert > .alert-header {
    background-color: #0070F6;
    border-color: #0070F6;
    width: 135px;
    height: 135px;
    margin: -65px auto 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.bit_style .alert > .btn-main:after {
    content: '⟶';
    padding-left: 7px;
}

.alert > .alert-text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-feature-settings: 'liga' off;
    color: #1E1E1E;
    text-align: left;
    padding:0;
}

.alert > .alert-text a {
    color: #ffffff;
}
.alert > .line {
    display: none;
}

.alert > .btn-main {
    padding: 5px 15px 7px;
    margin-top: 25px;
}
@media screen and (min-width: 758px) {
    .bit_style .alert {
        margin-right: 0;
    }
}

@media screen and (min-width: 922px) and (max-width: 1439px) and (min-height: 510px) {
    .bit_style .alert {
        top:0;
        width: 889px;
        display: inline-flex;
        background-color: #629DE3;
        border-color: #629DE3;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 220px;
        margin-right: 0px;
    }
    .bit_style .alert .alert-header {
        position: absolute;
        width: 192px;
        height: 192px;
        background-color: #0070F6;
        border-color: #0070F6;
        border-radius: 50%;
        margin-top: 25px;
        margin-left: -200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bit_style .alert .alert-header .alert-header-icon {
        min-height: 55%;
    }
    .bit_style .alert .alert-header .flaticon-check14:before {
        font-size: 235pt;
        color: #a6dbf1;
    }
    .bit_style .alert > .btn-main {
        margin-top: 25px
    }
    .bit_style .alert > .btn-main:after {
        content: '⟶'
    }
    .bit_style .alert > .btn-close {
        display: none;
    }
    .bit_style .alert .alert-text {
        position: relative;
        display: block;
        font-family: 'Geometria';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        font-feature-settings: 'liga' off;
        color: #1E1E1E;
        text-align: left;
        padding-left: 12px;
    }
    .bit_style .alert .alert-text a {
        color: #fff;
    }
    .bit_style .alert .alert-text button {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .bit_style .alert > .alert-text button:hover {
        color: #0070F6
    }
    .bit_style .alert .line {
        display: none;
    }
}

@media screen and (min-width: 1440px)  and (min-height: 510px) {
    .bit_style .alert {
        top:0;
        width: 889px;
        display: inline-flex;
        background-color: #629DE3;
        border-color: #629DE3;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 275px;
        margin-right: 0px;
    }
    .bit_style .alert .alert-header {
        position: absolute;
        width: 257px;
        height: 257px;
        background-color: #0070F6;
        border-color: #0070F6;
        border-radius: 50%;
        margin-top: 25px;
        margin-left: -260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bit_style .alert .alert-header .alert-header-icon {
        min-height: 65%;
    }
    .bit_style .alert .alert-header .flaticon-check14:before {
        font-size: 235pt;
        color: #a6dbf1;
    }
    .bit_style .alert > .btn-main {
        margin-top: 25px
    }
    .bit_style .alert > .btn-close {
        display: none;
    }
    .bit_style .alert .alert-text {
        position: relative;
        display: block;
        font-family: 'Geometria';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        font-feature-settings: 'liga' off;
        color: #1E1E1E;
        text-align: left;
        padding-left: 12px;
    }
    .bit_style .alert .alert-text a {
        color: #fff;
    }
    .bit_style .alert .alert-text button {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .bit_style .alert > .alert-text button:hover {
        color: #0070F6
    }
    .bit_style .alert .line {
        display: none;
    }
}
.txt-white {
    color: #ffffff;
}
.price-values {
    display: flex;
    flex-direction: column;
}
.special-price {
    cursor: pointer;
    color: #fe7f00 !important;
}
.special-price .value,
.special-price .b-rub {
    color: #fe7f00 !important;
}

.special-price::after {
    content: '*';
}

@media screen and (min-width: 1024px)  {
    .move {
        width: auto;
    }
    .price-values {
        flex-direction: row;
        align-content: flex-end;
    }

    .special-price-block-container {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
    }
    .special-price {
        margin: 0 20px 7px !important;
    }


    .tovar_price {
        font-size: 32px;
    }
}
#viewed-products-recommended .slider-item .action-buttons button
{
    touch-action: none;
}

.hide_on_desktop {
    display: none !important;
}

@media (max-width: 922px) {
    .hide_on_desktop {
        display: block !important;
    }
    .hide_on_mobile {
        display: none !important;
    }
}

/*.account-personal-order-list .bx-content .sale-order-list-change-payment,*/
/*.sale-order-detail-payment-options-methods-info-change-link {*/
/*    display: none !important;*/
/*}*/

.sdek_pvzLair {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px !important;;
}

.sdek_pvzLair a {
    background-color: #0070f6;
    padding: 12px 20px !important;
}
.sdek_pvzLair a:hover,
.sdek_pvzLair a:focus,
.sdek_pvzLair a:active {
    background-color: greenyellow;
    outline: none;
}
.sdek_pvzLair .sdek_pvzAddr {
    padding: 0 10px 0 !important;
}

.sdek_pvzLair {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px !important;;
}

.sdek_pvzLair a {
    background-color: #0070f6;
    padding: 12px 20px !important;
}
.sdek_pvzLair a:hover,
.sdek_pvzLair a:focus,
.sdek_pvzLair a:active {
    background-color: greenyellow;
    outline: none;
}
.sdek_pvzLair .sdek_pvzAddr {
    padding: 0 10px 0 !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
=======
@charset "UTF-8";
@font-face { font-display:swap;
    font-family: 'Roboto';
    src: url("/css/../fonts/Roboto/Roboto-Black.eot");
    src: url("/css/../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("/css/../fonts/Roboto/Roboto-Black.woff") format("woff"), url("/css/../fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("/css/../fonts/Roboto/Roboto-Black.svg#Roboto-Black") format("svg");
    font-weight: 900;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Roboto Light';
    src: url("/css/../fonts/Roboto/Roboto-Light.ttf");
    src: local("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-MediumItalic.eot");
    src: local("../fonts/Geometria/Geometria MediumItalic"), local("Geometria-MediumItalic"), url("/css/../fonts/Geometria/Geometria-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-MediumItalic.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-Medium.eot");
    src: local("../fonts/Geometria/Geometria Medium"), local("Geometria-Medium"), url("/css/../fonts/Geometria/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-Medium.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-BoldItalic.eot");
    src: local("../fonts/Geometria/Geometria BoldItalic"), local("Geometria-BoldItalic"), url("/css/../fonts/Geometria/Geometria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-BoldItalic.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face { font-display:swap;
    font-family: 'Geometria';
    src: url("/css/../fonts/Geometria/Geometria-Bold.eot");
    src: local("../fonts/Geometria/Geometria Bold"), local("Geometria-Bold"), url("/css/../fonts/Geometria/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("/css/../fonts/Geometria/Geometria-Bold.woff") format("woff"), url("/css/../fonts/Geometria/Geometria-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face { font-display:swap;
    font-family: 'icomoon';
    src: url("/css/../fonts/icomoon/icomoon.eot?z5ojk7");
    src: url("/css/../fonts/icomoon/icomoon.eot?z5ojk7#iefix") format("embedded-opentype"), url("/css/../fonts/icomoon/icomoon.ttf?z5ojk7") format("truetype"), url("/css/../fonts/icomoon/icomoon.woff?z5ojk7") format("woff"), url("/css/../fonts/icomoon/icomoon.svg?z5ojk7#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-open .modal .slider.slider-for div {
    display: none;
}

.modal-open .modal .slider-nav img {
    display: none !important;
}

.modal_quick-view.modal-dialog .go2detailed {
    top: 94% !important;
}

.modal-open .modal .slider.slider-for div:first-child {
    display: block;
}

.icon-arrow_bl:before {
    content: "\e900";
    color: #4c4c4c;
}

.icon-arrow_l:before {
    content: "\e901";
}

.icon-arrow_r:before {
    content: "\e902";
}

.icon-burger:before {
    content: "\e903";
    color: #fff;
}

.icon-cart:before {
    content: "\e904";
    color: #fff;
}

.icon-close_menu:before {
    content: "\e905";
    color: #fff;
}

.icon-facebook .path1:before {
    content: "\e907";
    color: #0070f6;
}

.icon-facebook .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: white;
}

.icon-login:before {
    content: "\e909";
    color: #fff;
}

.icon-lupa:before {
    content: "\e90a";
    color: #fe7f00;
}

.icon-magazine:before {
    content: "\e90b";
    color: #fe7f00;
}

.icon-menu_arrow:before {
    content: "\e90c";
    color: #fff;
}

.icon-menu_img1:before {
    content: "\e90d";
    color: #fff;
}

.icon-menu_img2:before {
    content: "\e90e";
    color: #fff;
}

.icon-menu_img3:before {
    content: "\e90f";
    color: #fff;
}

.icon-menu_img4:before {
    content: "\e910";
    color: #fff;
}

.icon-menu_img5:before {
    content: "\e911";
    color: #fff;
}

.icon-ok:before {
    content: "\e912";
    color: #00991a;
}

.icon-preim1 .path1:before {
    content: "\e913";
    color: #ff8000;
}

.icon-preim1 .path2:before {
    content: "\e914";
    margin-left: -1.513671875em;
    color: black;
}

.icon-preim2 .path1:before {
    content: "\e915";
    color: #ff8000;
}

.icon-preim2 .path2:before {
    content: "\e916";
    margin-left: -0.8623046875em;
    color: black;
}

.icon-preim3 .path1:before {
    content: "\e917";
    color: #ff8000;
}

.icon-preim3 .path2:before {
    content: "\e918";
    margin-left: -0.94140625em;
    color: black;
}

.icon-preim4 .path1:before {
    content: "\e919";
    color: #ff8000;
}

.icon-preim4 .path2:before {
    content: "\e91a";
    margin-left: -1.25em;
    color: black;
}

.icon-telegram .path1:before {
    content: "\e91b";
    color: #0070f6;
}

.icon-telegram .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: white;
}

.icon-toTop:before {
    content: "\e91d";
    color: #a2b0be;
}

.icon-twitter .path1:before {
    content: "\e91e";
    color: #0070f6;
}

.icon-twitter .path2:before {
    content: "\e91f";
    margin-left: -1em;
    color: white;
}

.icon-vk .path1:before {
    content: "\e920";
    color: #0070f6;
}

.icon-vk .path2:before {
    content: "\e921";
    margin-left: -1em;
    color: white;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}

body input:required:valid,
body textarea:required:valid {
    color: #666;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

*:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

.filter-section .expand-content {

    display: none;
}

.expanded > .expand-content, .expanded + .expand-content {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html, body {
    height: 100%;
}

table.has-admin-info .catalog-table-item .quantity-counter {
    display: none;
}

.container {
    width: 1440px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.form-group.bx-soa-customer-field:last-child label.bx-soa-custom-label {
    width: 90%;
    /*  float: right;*/
}

.bx-soa-cart-total-button-container.visible-xs a {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.buy-block-origin {
    position: absolute;
    /* z-index: 3;*/
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32%;
}

.bx-soa-more a.btn.btn--blue.pull-left.btn.btn-default.btn-md {
    background-color: #fff;
    color: #0070f6;
    border: 1px solid #0070f6;
    box-shadow: none;
}

.table-item .actions .btn-delete {
    right: 10px;
}

.wrapcombo-blocks {
    position: relative;
}

header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 10;
}

footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.index_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

body {
    color: #4d4d4d;
    font-family: 'Geometria';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body p {
    margin-bottom: 24px;
    line-height: 1.5;
}

body a {
    color: #0070f6;
}

body a:hover {
    color: #fe7f00;
}

.bold {
    font-weight: 900;
}

.title_h1, h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.title_h2, h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title_h3, h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.center {
    text-align: center;
}

.flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-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;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn {
    width: 220px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0;
    height: 50px;
    border: none;
    cursor: pointer;
    display: block;
    line-height: normal;
}

.btn--blue {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.btn--blue:hover {
    background-color: #fe7f00;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

.btn--gray {
    color: #808080;
}

.btn--gray:hover {
    background-color: #e6e6e6;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--yellow {
    background-color: #ffd94f;
    color: #4d4d4d;
}

.btn--yellow:hover {
    background-color: #ffc803;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--yellow-modal {
    background-color: #ffd94f;
    color: #4d4d4d;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn--yellow-modal:hover {
    background-color: #ffc803;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn--orange {
    background-color: #fe7f00;
    color: #ffffff;
}

.btn--orange:hover {
    background-color: #e37100;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_header {
    padding: 42px 0 45px 0;
}

.top_header .flex_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo_box {
    margin-top: 10px;
    width: 17%;
}

.logo_box img {
    width: 205px;
}

.search_box {
    width: 41%;
}

.search-block {
    width: 94%;
}

#search {
    position: relative;
}

#search-field {
    width: 100%;
    height: 59px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    padding-left: 25px;
}

#search-field::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

#search-field:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.btn-search {
    width: 23px;
    height: 23px;
    border: none;
    background: url(/css/../img/svg/lupa.svg) no-repeat center;
    position: absolute;
    right: 26px;
    top: 20px;
}

.ik_select_link {
    display: none;
}

.search-controls {
    position: absolute;
    right: 0;
    top: 0;
}

.search-controls .jq-selectbox__select-text {
    overflow: inherit;
    width: auto !important;
    padding: 0 13px 0 0;
    margin-top: -21px;
    position: relative;
}

.search-controls .jq-selectbox__select-text:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url(/css/../img/svg/arrow_bl.svg) no-repeat center;
    position: absolute;
    right: 0px;
    top: 12px;
}

.search-controls .jq-selectbox {
    position: absolute;
    right: 58px;
    top: 10px;
    padding: 14px 16px;
    width: 115px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fe7f00;
    background-color: #ffffff;
    padding: 7px 14px;
    position: absolute;
    right: -90px;
    top: -32px;
    width: 105px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li {
    margin-bottom: 3px;
    color: #5e5e5e;
    position: relative;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:hover {
    color: #fe8001;
    cursor: pointer;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:first-child:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url(/css/../img/svg/arrow_bl_hov.svg) no-repeat center;
    position: absolute;
    right: 0px;
    top: 12px;
}

.search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul .sel {
    color: #fe8001;
}

.phone_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 25.5%;
}

.phone_box_inn:first-child {
    width: 52%;
}

.phone_box_inn a {
    color: #0070f6;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 0 0 0;
    display: block;
}
.phone_box_inn a.mobile {
    display: none;
}
.phone_box_inn span {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
}

.top_header .pseudolink {
    width: 59px;
    height: 59px;
    background: #0070f6 url(/css/../img/svg/login.svg) no-repeat center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    cursor: pointer;
}

.top_header .pseudolink:hover {
    background: #1445b5 url(/css/../img/svg/login.svg) no-repeat center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.kol_cart {
    /*display: none; */
}

.pseudolink_box {
    display: none;
}

.pseudolink_box .title_link {
    color: #595959;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.pseudolink_box a {
    color: #fe7f00;
    font-size: 12px;
    font-weight: 400;
}

.pseudolink_box .separ {
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
}

.pseudolink_box.active {
    display: block;
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -80px;
    width: 151px;
    height: 71px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
    padding: 12px;
    z-index: 10;
}

.icon_cart {
    width: 59px;
    height: 59px;
    background: #fe7f00 url(/css/../img/svg/cart.svg) no-repeat 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

#basket:hover .icon_cart {
    background: #ef770d url(/css/../img/svg/cart.svg) no-repeat center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.basket-simple-text {
    color: #ff8000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.top_header .content {
    width: 5%;
}

#basket {
    width: auto;
    position: relative;
}

.btn-basket .basket-items-number-sticker {
    left: 42px;
    top: 3px;
}

.text-content {
    padding: 0 0 0 8px;
}

.basket-total-price {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
}

/*.basket-total-price:before {
  content: '';
  width: 5px;
  height: 10px;
  background: url(/css/../img/svg/arrow_cart.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 5px; }*/

.bottom_header {
    background: #0070f6 url(/css/../img/bottom_fon.png) no-repeat center;
    background-size: cover;
}

.bottom_header .container {
    position: relative;
    padding: 0;
}

.kat_btn {
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.kat_btn:hover {
    background: #175bcd;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}

.kat_btn.active {
    background: #175bcd;
}

.kat_btn.active span:before {
    background: url(/css/../img/svg/close_menu.svg) no-repeat 0px center;
}

.menu_bot {
    width: 83.5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_bot a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    height: 100%;
    margin: 0 auto;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
}

.menu_bot a:hover {
    color: #ffffff;
}

.menu_bot li {
    position: relative;
    padding: 0 0 0 0;
    width: 20%;
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu_bot li:before {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu_bot li:last-child:after {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu_icon1 a {
    background: url(/css/../img/svg/menu_img1.svg) no-repeat 0px center;
}

.menu_icon2 a {
    background: url(/css/../img/svg/menu_img2.svg) no-repeat 0px center;
}

.menu_icon3 a {

    background: url(/css/../img/svg/menu_img3.svg) no-repeat 0px center;
    background-size: 30px;
}

.menu_icon4 a {
    background: url(/css/../img/svg/menu_img4.svg) no-repeat 0px center;
}

.menu_icon5 a {
    background: url(/css/../img/svg/menu_img5.svg) no-repeat 0px center;
}
.menu_icon6 a {
    background: url(/css/../img/svg/menu_img6.svg) no-repeat 0px center;
}

.index_content .slider_top li {
    padding-left: 20px;
    margin-bottom: 0px;
}

.index_content .slider_top li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.index_content ul {
    margin-bottom: 45px;
}

.index_content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}

.index_content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
}

.slider_top_in {
    display: block;
    height: fit-content;
    background-size: cover !important;
}

.slider_top_in .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100px;
}
@media (min-width: 590px) {
    .slider_top_in .container { padding: 0 25px;}
    .slider_top_in .container .slider_top_name{ display: block; padding: 0 15px; margin: 0; font-size: 14pt; }
    .slider_top_in .container .btn--orange { margin: 30px 15px 0; padding: 12px 20px; height: auto;}
}
@media (min-width: 765px) {
    .slider_top_in .container { padding: 0 60px;}
}
@media (min-width: 1024px) {
    .slider_top_in .container .slider_top_name{ font-size: 22pt; }
    .slider_top_in .container .btn--orange { margin-top: 50px; }
}
@media (min-width: 1280px) {
    .slider_top_in .container { margin: 0 auto; padding: 0 60px;}
    .slider_top_in .container .slider_top_name{ font-size: 32pt; }
    .slider_top_in .container .slider_top_text { display: block; padding: 0 15px;}
    .slider_top_in .container .slider_top_text img { max-height: 180px; width: auto;}
    .slider_top_in .container .btn--orange { margin-left: 15px; min-width: 250px; height: 50px;}
}
@media (min-width: 1366px) {
    .slider_top_in .container .slider_top_text img { max-height: 200px; width: auto;}
}
@media (min-width: 1650px) {
    .slider_top_in .container .slider_top_text img { max-height: 300px; width: auto;}
}

.slider_top_in .slider_image {
    position: absolute;
    right: -110px;
    top: -84px;
    width: auto;
    z-index: 0;
}

.slider_top_in .btn {
    /*margin-top: 30px;*/
    margin-left: 15px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
    font-size: 11pt;
}

.slider_top_name {
    color: #ffffff;
    font-size: 14pt;
    font-weight: 700;
    margin: 15px;
    /*display: none;*/
}

.slider_top_name.black_font {
    color: #333;
}
.black_font {
    color: #333;
}

.slider_top_text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: none;
}

.slider_top_text .like-header {
    font-size: 42px;
    font-weight: 700;
}

.slider_top_text ul {
    margin: 30px 0;
}

.slider_top_text ul li {
    font-family: 'Roboto Light', ui-monospace, Tahoma;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px !important;
}

.slider_top_ul {
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

.slider_top_ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.slider_top .owl-dots {
    width: 1440px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: right;
}

.slider_top .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.slider_top .owl-dots .owl-dot.active, .slider_top .owl-dots .owl-dot:hover {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.slider_top .owl-dots .owl-dot.active:before, .slider_top .owl-dots .owl-dot:hover:before {
    content: '';
    width: 8px;
    height: 15px;
    background: url(/css/../img/svg/ellipse.svg) no-repeat left top;
    position: absolute;
    left: -3px;
    top: -3px;
}

.owl-dot:hover:before {
    background: none !important;
}

.slider_top .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    width: 1440px;
    margin: 0 auto;
    z-index: 2;
}

.slider_top .owl-nav .owl-prev {
    width: 14px;
    height: 24px;
    background: url(/css/../img/svg/slide_top_r.svg) no-repeat left top;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.slider_top .owl-nav .owl-next {
    width: 14px;
    height: 24px;
    background: url(/css/../img/svg/slide_top_r.svg) no-repeat left top;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.title_h1 {
    padding: 90px 0 40px 0;
}

.tovar_inner {
    /*height: 620px;*/
    /* height: 480px;
    height: 540px;*/
    min-height: 450px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

.tovar_inner .detal {
    color: #fffefe;
    font-size: 12px;
    font-weight: 400;
    width: 160px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #4d4d4d;
    text-align: center;
    line-height: 30px;
    display: none;
}

.catalog.list .detal {
    color: #fffefe;
    font-size: 12px;
    font-weight: 400;
    width: 160px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #4d4d4d;
    text-align: center;
    line-height: 30px;
    display: none;
}

.tovar_inner .btn--blue {
    margin: 0 auto;
}

.tovar_inner .btn--gray {
    margin: 10px auto 0;
}

.tovar_img {
    /* min-height: 290px;*/
    min-height: 180px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .tovar_img:hover .photo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
} */

.tovar_img:hover .detal {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 5;
    cursor: pointer; 
}

.tovar_name {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.tovar_availability {
    color: #00991a;
    font-size: 16px;
    font-weight: 500;
    background: url(/css/../img/svg/ok.svg) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 12px 0;
}

.tovar_price {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    /* margin: 0 0 35px 0; */}
.tovar_price .rub {
    padding-left: 5px;
}

.populyar_wrap {
    padding-bottom: 100px;
}

.populyar_wrap .tovar_inner:before {
    content: 'xит';
    background: #ea4068;
    width: 50px;
    height: 23px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 20px;
    top: 20px;
    z-index: 2;
    letter-spacing: 0.5px;
    font-weight: 400;
    z-index: 3;
}

.tovar_slider .owl-nav, .brend_slider .owl-nav, .brand_list .owl-nav {
    position: absolute;
    right: 0;
    top: -63px;
    width: 70px; }
.tovar_slider .owl-nav .owl-prev, .brend_slider .owl-nav .owl-prev, .brand_list .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px; }
.tovar_slider .owl-nav .owl-prev:hover, .brend_slider .owl-nav .owl-prev:hover, .brand_list .owl-nav .owl-prev:hover {
    font-size: 21px;
    top: -5px;
    color: #000000; }
.tovar_slider .owl-nav .owl-next, .brend_slider .owl-nav .owl-next, .brand_list .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px; }
.tovar_slider .owl-nav .owl-next:hover, .brend_slider .owl-nav .owl-next:hover, .brand_list .owl-nav .owl-next:hover {
    font-size: 21px;
    top: -5px;
    color: #000000; }

.populyar_wrap .tovar_slider .owl-nav .owl-prev:hover {
    color: #0070f6;
}

.populyar_wrap .tovar_slider .owl-nav .owl-next:hover {
    color: #0070f6;
}

.katalog_wrap {
    background: url(/css/../img/katalog_wrap.png) no-repeat center;
    padding-bottom: 100px;
}

.katalog_wrap .btn {
    width: 220px;
    margin: 10px auto 0;
}

.katalog_inn {
    width: 320px;
    height: 230px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*background-image: linear-gradient(-225deg, #0070f6 0%, #0c4bff 100%);*/
    background-image: url("/img/cat/katalog_inn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    justify-content: space-between;
    /*padding: 35px 40px;*/
    margin-bottom: 40px;
}

.katalog_inn .name_katal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.katalog_inn .name_katal span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.katalog_inn img {
    /*position: absolute;*/
    bottom: 0px;
    right: 0px;
    max-width: 50%;
    max-height: 230px;
    object-fit: contain;
}

.city_text {
    font-size: 13px;
}

.new_wrap {
    position: relative;
    padding-bottom: 105px;
}

.new_wrap:before {
    content: '';
    background: url(/css/../img/svg/new_wrap_line.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -33px;
    right: 0; }
/* .new_wrap .tovar_inner:before {
  content: 'новинка';
  background: #ff7f00;
  width: 80px;
  height: 23px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 20px;
  /*top: 15px;*/
top: 50px;
z-index: 2;
letter-spacing: 0px;
font-weight: 400;
z-index: 3; } */
.new_wrap .title_h1 {
    display: inline-block;
    vertical-align: top;
    padding: 90px 0 0 0;
    margin-bottom: 40px;
}

.new_wrap .kol {
    width: 25px;
    height: 25px;
    line-height: 23px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fe7f00;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    position: absolute;
    right: -25px;
    bottom: 15px;
}

.conditions_wrap {
    background-color: #f2f6fa;
    padding-top: 33px;
    position: relative;
    padding-bottom: 65px;
}

.conditions_wrap:before {
    content: '';
    background: url(/css/../img/svg/new_wrap_line.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.conditions_wrap:after {
    content: '';
    background: url(/css/../img/svg/new_wrap_line_top.svg) no-repeat center;
    height: 33px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
}

.phone_box_inn2 {
    display: none;
}

.preim_cont {
    padding: 65px 0 0 50px;
}

.preim_inn {
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}

.preim_inn:nth-child(2n) {
    padding-top: 65px;
}

.preim_inn:nth-child(2n) .preim_text {
    padding-top: 45px;
}

.preim_image {
    width: 19%;
}

.preim_text {
    color: #010101;
    font-size: 14px;
    font-weight: 700;
    width: 81%;
    padding-top: 30px;
}

.text_new_bl {
    /*width: 63%;*/
    width: 100%;
}

.img_new_bl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 160px;
}

.brend_inn {
    height: 150px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    position: relative;
}

.brend_inn img {
    position: absolute;
    width: auto !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.brend_wrap {
    padding-bottom: 100px;
}

.map_wrap {
    background: url(/css/../img/maps.png) no-repeat center;
    padding: 100px 0 60px;
    overflow-x: hidden;
}



.city_slider .owl-stage-outer {
    overflow: visible;
}

.city_slider .owl-item {
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.city_slider .owl-item.active {
    opacity: 1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.city_slider .metro_icon img {
    display: inline-block;
    vertical-align: top;
	margin-top: 2px;
}

.city_slider .metro_icon span {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 18px;
}

.product-options .quantity-counter {
    border: none;
}

.city_slider .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
    width: 70px;
}

.city_slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.city_slider .owl-nav .owl-prev:hover {
    font-size: 21px;
    top: -5px;
    color: #ffffff;
}

.city_slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.city_slider .owl-nav .owl-next:hover {
    font-size: 21px;
    top: -5px;
    color: #ffffff;
}

.city_slider_inn {
    /*  height: 340px;*/
    height: 360px;
    /*max-width: 320px;*/
    max-width: 420px;
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 30px;
}

.city_slider_inn img {
    width: auto !important;
}

.one_s {
    text-align: center;
    position: relative;
    z-index: 3;
}

.one_s img {
    margin: 10px auto 20px;
}

.one_s .btn {
    margin: 30px auto 15px;
}

.one_s .all {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.one_s .all:hover {
    color: #0070f6;
}

.one_s .city_text {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.city_name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 30px 0;
    line-height: 1.2;
}

.city_text .bold {
    font-weight: 700;
}

.city_text span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-right: 3px;
}

.city_text li {
    padding: 0 !important;
    margin: 0 !important;
}

.city_text li:before {
    display: none;
}

.city_next {
    width: 21px;
    height: 12px;
    background: url(/css/../img/svg/city_next.svg) no-repeat center;
    position: absolute;
    right: 30px;
    bottom: 20px;
    cursor: pointer;
}

.city_next:hover {
    background: url(/css/../img/svg/city_next_hov.svg) no-repeat center;
}

.rass_wrap {
    padding: 92px 0 92px 0;
}

.rass_wrap .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rass_box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 51.5%;
}

.rass_img {
    width: 23%;
}

.rass_img img {
    margin: 5px 0 0 0;
}

.rass_text_box {
    width: 77%;
}

.rass_name {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.rass_text {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 0 0;
    max-width: 500px;
}

form#dsoras-form .error_form {
    display: none;
}

.rass_form {
    width: 48.5%;
    /* padding-top: 35px; */
}

.rass_form input[type="text"] {
    /* width: 420px;*/
    max-width: 420px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    /*padding-left: 40px;*/
    padding: 0px 20px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.rass_form input[type="text"]::-webkit-input-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]:-moz-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]::-moz-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

.rass_form input[type="text"]:-ms-input-placeholder {
    color: #4d4d4d;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.top_footer {
    border-top: 2px solid #d8dfe5;
    padding: 60px 0 85px 0;
}

.top_footer .flex_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top_footer .logo {
    margin-top: 20px;
    width: 27.5%;
}

.top_footer .phone_box {
    margin-top: 10px;
    width: 38%;
}

.top_footer .phone_box_inn a {
    font-size: 18px;
}

.top_footer .phone_box_inn span {
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.top_footer .zvonok_box {
    width: 20.5%;
}

.top_footer .ds-form {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.top_footer .ds-form:hover {
    color: #ff8000;
}

.top_footer .mail {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px dashed #4d4d4d;
}

.top_footer .mail:hover {
    color: #ff8000;
    border-bottom: 0px dashed #ff8000;
}

.ymetrik {
    text-align: right;
}

.center_footer {
    padding-bottom: 85px;
}

.center_footer .l_menu {
    width: 27%;
}

.center_footer .l_menu li {
    margin-bottom: 7px;
}

.center_footer .l_menu a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.center_footer .l_menu a:hover {
    color: #ff8000;
}

.center_footer .r_menu {
    width: 61%;
}

.center_footer .r_menu li {
    margin-bottom: 7px;
}

.center_footer .r_menu li:nth-last-child(-n+3) {
    display: none;
}

.center_footer .r_menu .end {
    display: block;
}

.center_footer .r_menu a {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.center_footer .r_menu a:hover {
    color: #0070f6;
}

.center_footer .r_menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.bottom_footer > .flex_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.copy_box {
    width: 39%;
}

.copy_box span {
    color: #4d4d4d;
}

.a_box {
    padding-top: 5px;
}

.a_box a {
    color: #0070f6;
}

.a_box a:hover {
    color: #ff8000;
}

.a_box span {
    color: #0070f6;
    padding: 0 3px;
}

.price {
    width: 20%;
}

.price span {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 20px;
    max-width: 195px;
    display: block;
}

.soc_box_cont {
    max-width: 195px;
}

.soc_box {
    width: 21%;
}

.soc_box span {
    font-size: 40px;
}

.soc_box .title {
    padding-bottom: 12px;
}

.g_metrik {
    width: 20%;
}

.g_metrik .title {
    padding-bottom: 12px;
}

#toTop {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff url(/css/../img/svg/toTop.svg) no-repeat center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 60px;
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

.catalog-menu_box {


    display: none;

    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1000;
    /*background-color: #ffffff;*/

}

sup.i-number {
    top: 0;
}

sup.i-number:before {
    content: '(';
    padding-left: 10px;
}

sup.i-number:after {
    content: ')';
}

.info-tag {
    font-size: 16px;
    font-weight: 500;
    background: url(/img/no.svg) no-repeat left center;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 12px 0;
}

.info-tag.tovar_availability {
    background: url(/img/svg/ok.svg) no-repeat left center;
}

.catalog-menu_box.active {
    /*display: block;*/
}

.catalog-menu-lvl0 {
    background-color: #0838a5;
    width: 33.5%;
    padding: 30px 0 30px 0;
}

.catalog-menu-lvl0-item {
    padding: 0px 40px 0px 50px;
}

.category-name {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    position: relative;
}

.category-name:before {
    content: '';
    width: 6px;
    height: 10px;
    /* background: url(/css/../img/svg/menu_arrow.svg) no-repeat center;*/
    position: absolute;
    right: 0;
    top: 10px;
}

.stickers-wrap {
    top: -35px;
    float: left;
    margin: 0 6px;
    position: relative;
    width: 100%;
}

@media (max-width: 722px) {
    .blocks-item .photo-wrap {
        padding-top: 15px;
    }
}
.search-results-page .stickers-wrap {
    top: -26px;
}
.search-results-page .item-discount_label,
.search-results-page .new
{
    margin-top: 3px;
}

.stickers .new, .stickers .custom {
    line-height: 25px;
    height: 25px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 0px 0px 40px rgb(0 67 154 / 10%);
    border-radius: 3px;
}
.blocks-item .photo .stickers,
.hurry-item .photo .stickers {
    top: 0;
    left: -27px;
    right: -10px;
    z-index: 3;
}

.blocks-item .photo .stickers .new,
.blocks-item .photo .stickers .custom,
.blocks-item .photo .stickers .hit,
.hurry-item .photo .stickers .new,
.hurry-item .photo .stickers .custom,
.hurry-item .photo .stickers .hit{
    margin-left: 12px;
}
.list-item .photo-wrap {
    padding-top: 25px;
}


.sticker.rostest,
.sticker.garantiya_proizvoditelya,
.sticker.garantiya_shop{
    z-index: 0 !important;
    background-color: transparent;
    width: 117px;
    height: 33px;
    padding-left: 0px;
}
.sticker.garantiya_shop svg
{
    margin-left: 6px;
}

.sticker.rostest
{
    padding-left: 10px;
    padding-right: 0px;
}

@media screen and (max-width: 801px) {
    .blocks-item .photo .stickers,
    .hurry-item .photo .stickers {
        left: 0;
    }

    .blocks-item .photo .stickers .new,
    .blocks-item .photo .stickers .custom,
    .blocks-item .photo .stickers .hit,
    .hurry-item .photo .stickers .new,
    .hurry-item .photo .stickers .custom
    .hurry-item .photo .stickers .hit{
        margin-left: 0;
    }

    .hurry-item .photo sticker.rostest {
        padding-left: 0;
    }

    .blocks-item .photo .sticker.rostest {
        right: 15px;
    }
}




#photo-block .stickers .stickers-wrap .sticker.garantiya_shop svg
{
    margin-left: -6px;
}
.modal_quick-view_content .sticker.garantiya_shop svg
{
width:87px;
margin-left: -2px!important;
}
.modal_quick-view_content .sticker.rostest svg
{
	width:87px;
}
@media (min-width: 800px) {
.tovar_inner2 .sticker.garantiya_shop svg
{
width:75px;
margin-left: -2px!important;
}
.tovar_inner2 .stickers-wrap
{
margin-left: -10px;
}
.tovar_inner2 .sticker.rostest svg
{
width:75px;
}
}
@media (max-width: 800px) {
#photo-block .stickers .stickers-wrap .sticker.garantiya_shop svg
{
    margin-left: -3px;
}
.sticker.garantiya_shop svg
{
    margin-left: -2px;
	width:87px;
}
.sticker.rostest svg
{
	width:87px;
}
.stickers-wrap
{
    margin-left: -10px;
    margin-right: -10px;
}
.stickers.clearfix
{
margin-right: -45px;
}
.stickers
{
margin-left: -3px;
	}
}

.sticker.garantiya_31 {
    width: 117px;
    height: 43px;
    margin-left: 8px;
    padding: 0;
    line-height: 9px;
}

.sticker.rostest::before,
.sticker.garantiya_proizvoditelya::before,
.sticker.garantiya_shop::before {
    display: none;
}

.submenu-wrap {
    display: none;
}


.hide-hits {
    display: none;
}

.show-hide-hits {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    background: url(/css/../img/svg/show-hide-hits.svg) no-repeat center;
    width: 195px;
    height: 133px;
}

.show-hits {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: block;
    margin: 108px 0 0 47px;
}

.show-hits:before {
    content: '';
    width: 18px;
    height: 28px;
    background: url(/css/../img/svg/show-hits.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
}

.catalog-menu-lvl1-content {
    padding: 30px 0 30px 80px;
    overflow: hidden;
}

.menu-lvl1-header {
    margin-bottom: 10px;
}

.menu-lvl1-header a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.catalog-menu-lvl1 {
    margin-bottom: 35px;
    float: left;
    width: 33%;
}

.catalog-menu-lvl1 ul a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

.catalog-menu-lvl1 ul a:hover {
    color: #ff8000;
}

.catalog-menu-lvl1 .menu-lvl1-header {
    clear: both;
}

footer {
    padding-bottom: 60px;
}

.one_s {
    width: 22%;
    margin-right: 3%
}

.city_slider {
    width: 74%;
}

.title_footer_menu {
    display: none;
}

.hidden_more {
    display: none;
}

.mfp-content {
    max-width: 833px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: auto !important;
}

.mfp-content #login {
    background: url(/css/../img/login.png) no-repeat center;
    overflow: hidden;
}

.mfp-content #reg {
    background: url(/css/../img/reg_fon.png) no-repeat center;
    padding: 45px 42px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.mfp-close {
    background: url(/css/../img/svg/login_close.svg) no-repeat center !important;
    font-size: 0;
    right: 5px;
    top: 5px;
}

.title-h2 {
    padding-top: 35px;
}

.title-h2 .header-text {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
}

.btn-form-switch {
    border: none;
    background: none;
    font-size: 16px;
    color: #0070f6;
    padding: 0;
    font-weight: 400;
}

.switch-form-block {
    text-align: center;
}

.form_login, .form_pass_recover {
    width: 50%;
    float: left;
    margin-top: 40px;
    padding: 0px 35px 0 58px;
    /*border-right: 1px solid #ffffff;*/
}

.form_login .btn-submit,
.form_pass_recover .btn-submit,
.form_forgot-pass .btn-submit {
    width: 243px;
    height: 50px;
    border: none;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #0070f6;
    color: #ffffff;
    font-size: 16px;
    margin: 25px 0 65px 0;
}

.form_login .textinput,
.form_pass_recover .textinput,
.form_forgot-pass .textinput {
    width: 326px;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    display: block;
    /*   margin-top: 15px;*/
    margin-bottom: 18px;
}

.form_login label,
.form_pass_recover label,
.form_forgot-pass label {
    color: #4d4d4d;
    font-size: 16px;
    display: block;
    width: 100%;
}

.modal .form_pass_recover {
    max-width: 400px;
    padding: 0;
}

.form_pass_recover div {
    text-align: start;
}

.form_pass_recover .title-h3 {
    text-align: center;
}

.form_pass_recover .title-h3 .header-text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 20px 0;
}

.form_pass_recover .desc {
    padding: 10px 0;
}

.textinput-wrapper {
    position: relative;
}

.textinput-wrapper .textinput-icons {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.textinput-wrapper .password-hidden {
    width: 18px;
    height: 12px;
    background: url(/css/../img/svg/password-hidden.svg) no-repeat center;
    display: block;
    cursor: pointer;
}

.jq-checkbox {
    padding-top: 2px;
}

.jq-checkbox .jq-checkbox__div {
    width: 16px;
    height: 17px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.jq-checkbox.checked .jq-checkbox__div {
    background: #fff url(/css/../img/svg/jq-checkbox.svg) no-repeat center;
    width: 16px;
    height: 16px;
}

.checkbox-content {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

label.checkbox-styled {
    display: inline-block;
    vertical-align: top;
    width: 53%;
}

.pass_text {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: right;
}

.form_socials {
    float: right;
    width: 50%;
    padding: 33px 15px 0 40px;
}

.form_socials .social-text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 20px 0;
}

.modal-footer {
    padding-bottom: 0;
}

.social-list {
    padding-bottom: 40px;
}

.social-list li {
    width: 35px;
    height: 35px;
    background-color: #0070f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.social-list i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 35px;
    height: 35px;
}

.icon_blue1 {
    background: url(/css/../img/svg/icon_blue1.svg) no-repeat center;
}

.icon_blue2 {
    background: url(/css/../img/svg/icon_blue2.svg) no-repeat center;
}

.icon_blue3 {
    background: url(/css/../img/svg/icon_blue3.svg) no-repeat center;
}

.icon_blue4 {
    background: url(/css/../img/svg/icon_blue4.svg) no-repeat center;
}

.icon_blue5 {
    background: url(/css/../img/svg/icon_blue5.svg) no-repeat center;
}

.icon_blue6 {
    background: url(/css/../img/svg/icon_blue6.svg) no-repeat center;
}

.icon_blue7 {
    background: url(/css/../img/svg/icon_blue7.svg) no-repeat center;
}

.auth-privilegies {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
}

.auth-privilegies li {
    position: relative;
    padding-left: 35px;
}

.auth-privilegies li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fe7f00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 8px;
}

.align_left .header-text,
.align_left .switch-form-block {
    text-align: left;
}

#reg .textinput {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

#reg label {
    color: #4d4d4d;
    font-size: 16px;
    display: block;
    width: 100%;
}

#reg .checkbox-styled {
    width: 360px;
    margin-bottom: 15px;
}

#reg .modal-footer,
#reg .required-info,
#reg .v_error {
    display: none;
}

#reg .checkbox-content {
    font-size: 14px;
    width: 330px;
}

#reg .title-h2 {
    padding-top: 0;
}

#reg .btn-submit {
    width: 243px;
    height: 50px;
    border: none;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #0070f6;
    color: #ffffff;
    font-size: 16px;
    margin: 25px auto 0;
    display: block;
}

.hidden_forms {
    display: none;
}


.dspopup-modal {
    background: url(/css/../img/ds-fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 42px;
    width: 450px;
    min-height: 215px;
}

.dspopup-modal .error_form {
    display: none;
}

.form-head {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.dspopup-modal label {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.dspopup-modal input[type="text"] {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

.dspopup-modal input[type="text"]::-webkit-input-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]:-moz-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]::-moz-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal input[type="text"]:-ms-input-placeholder {
    color: #8f8f8f;
    font-size: 16px;
}

.dspopup-modal .btn {
    display: block;
    margin: 10px auto 35px;
}

.person_dan {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.person_dan a {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.person_dan a:hover {
    text-decoration: none;
}

.form-head_text {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
}
.contact_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
}

.contact_wrap_item {
    width: 50%;
    float: left;
}

.flaticon-right2044 {
    background: url(/img/strelka.svg) no-repeat center;
    width: 9px;
    height: 5px;
    display: inline-block;
    /* content: ""; */
    top: 0px !important;
    padding: 10px;
}

.clear {
    clear: both;
}

.contact_wrap_adr_item {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    height: 397px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    padding: 20px;
    position: relative;
    margin-bottom: 2.5%;
}

.contact_wrap_adr_item:nth-child(5n) {
    margin-right: 0px;
}

.contact_wrap_adr {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact_wrap_adr_item_img {
    width: 55px;
    height: 55px;
    background: url(/img/flag.svg) no-repeat center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 14px;
}

.contact_wrap_adr_item_adr {
    text-align: center;
}

.contact_wrap_adr_item .btn--blue {
    position: absolute;
    bottom: 30px;
}

.contact_wrap_item a {
    color: #4c4c4c;
    /* font-family: Geometria; */
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.contact_wrap_item .btn--orange {
    /* float: right;
    text-align: right; */
}

h1 {
    margin-bottom: 20px;
}

.bx-soa-section-content {
    margin-bottom: 20px;
}

.contact_wrap_item_wr {
    margin-left: 50px;
}

.contact_wrap_item .ft_tel {
    position: relative;
}

.contact_wrap_item_wr.ft_tel {
    position: relative;
}

.contact_wrap_item_wr.ft_tel:before {
    content: "";
}

.contact_wrap_item .ft_tel:before {
    content: "";
    background: url(/img/pho.svg);
    width: 29px;
    height: 30px;
    position: absolute;
    left: -44px;
    top: 0px;
}

.ft_time {
    position: relative;
}

.contact_wrap_item .ft_time:before
{content: "";background: url(/img/tim.svg);width: 26px;height: 27px;position: absolute;left: -44px;top: 0px;}

@media screen and (max-width: 767px) {
    .contact_wrap_item:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.contact_wrap_item_wr .ft_time {
    margin-bottom: 8px;
}

.map_item_right {
    float: left;
    width: 59.5%;
}

.map_item_left {
    float: left;
    width: 39.5%;
    margin-right: 1%;

}

.map_item_left_b {
    height: 269px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
}

.map_item_left_b {
    padding: 50px;
    margin-bottom: 15px;
}

.map_item_left_name {
    margin-left: 60px;
    position: relative;
    font-weight: bold;
    margin-bottom: 40px;
}

.map_item_left_name:before {
    content: "";
    background: url(/img/fmap.svg) no-repeat center;
    width: 41px;
    height: 41px;
    position: absolute;
    left: -58px;
    top: -7px;
}

.map_item {
    margin-bottom: 62px;
    overflow: hidden;
}

.map_item_left_text a {
    display: block;
    color: #4c4c4c;
}

/*table#basket-item-table .basket-item-price-title {
    display: none;
}*/

table#basket-item-table .basket-item-amount-field-description {
    display: none;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
    /* padding: 34px 0; */
}

.basket-checkout-container {
    border: none !important;
}

.basket-coupon-section input.form-control {
    border-radius: 25px;
    padding: -3px 12px;
    height: 50px;
}

.basket-coupon-block-field-description {
    margin-left: 20px !important;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container > td {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}

.basket-items-list-container {
    min-height: 100% !important;
}

.basket-coupon-block-total-price-current {
    color: #0070f6;
    /* color: #000000; */
    font-family: Geometria;
    font-size: 24px;
}

.basket-item-block-amount {
    /* width: 155px; */
    width: 142px;
    border-radius: 25px;
    border: 2px solid #e6e6e6;
    /* height: 50px; */
    /* padding: 10px 0; */
}

.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    border-top: 0px !important;
    border-bottom: 0px !important;
    margin-top: 10px;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    height: 46px !important;
}

/*td.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs {
    display: none;
}*/
.basket-item-price-current {
    text-align: center;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
    margin-top: 20PX;
}

h2.basket-item-info-name a {
    color: #000;
}

.basket-item-block-info a {
    display: table-cell;
    vertical-align: middle;
    /* height: 30px; */
}

h2.basket-item-info-name {
    display: table;
    width: 100%;
    height: 53px;
    margin-bottom: 0px !important;
}

.basket-item-block-image.hidden-xs {
    padding: 0px 20px;
}

.basket-item-block-image.hidden-xs img {
    min-width: 32px;
    max-width: 40px;
    max-height: 100%;
}

.dost_wrap ul {
    margin: 25px 0px;
}

.dost_wrap ul li {
    margin-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.dost_wrap ul li:before {
    width: 6px;
    height: 6px;
    background-color: #ff8000;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -30px;
    top: 10px;
}

.dost_wrap ul li span {
    color: #fe7f00;
}

.dost_wrap_text p {
    margin-bottom: 10px;
    font-weight: bold;
}

.dost_wrap_text {
    margin-bottom: 23px;
}

.dost_o {
    position: relative;
    margin-left: 30px;
}

.dost_o:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/red.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o2 {
    position: relative;
    margin-left: 30px;
}

.dost_o2:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/orange.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}


.dost_o3 {
    position: relative;
    margin-left: 30px;
}

.dost_o4 {
    position: relative;
    margin-left: 30px;
}

.dost_o5 {
    position: relative;
    margin-left: 30px;
}

.dost_o3:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/purple.png) no-repeat center;
    width: 20px;
    height: 15px; 
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o4:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/blue.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

.dost_o5:before {
    content: "";
    background: url(/bitrix/components/bit/shop.check.availability.product/templates/.default/images/green.png) no-repeat center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -34px;
    top: 6px;
	background-size: 100%;
}

#bx-soa-delivery {
    margin-top: 0px !important;
}

.dropdown-block.bx-ui-sls-input-block.form-control span.dropdown-icon {
    display: none;
}

.bx-soa-more {
    border-top: 0px !important;
}

.bx-soa-cart-t {
    width: 130px;
    height: 16px;
    color: #000000;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
    color: #0070f6;
    font-family: Geometria;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-family: Geometria;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.bx-soa-item-title a {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: normal !important;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
    border-top: 2px solid #1485ce;
    margin-top: 25px;
    padding-top: 20px !important;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    border-radius: 9px;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed .bx-soa-cart-d {
    color: #000000;
}

.buy-block-wrap2 .color-list {
    max-height: 300px;
    overflow-y: auto;
}
.buy-block-wrap2 .color-list a {
    margin-right: 5px;
}

.bx-soa-item-title {
    display: table;
    width: 80%;
    height: 80px;
    margin-bottom: 0px !important;
}

.bx-soa-pp-company .bx-soa-pp-company-image {
    width: 41px;
    height: 41px;
    margin: 0 auto;
    margin-top: 10px;
}

.bx-selected {
    border: 2px solid #0070f6 !important;
}

.bx-soa-pp-item-container .bx-soa-pp-company {
    width: 210px;
    height: 274px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

div#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
    width: 210px;
    height: 155px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px;
}

#bx-soa-order .text-right {
    width: 18%;

}

#bx-soa-order .col-xs-12.col-sm-3.text-right a {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px dashed #4d4d4d;
}

#bx-soa-order .col-xs-12.col-sm-3.text-right a:hover {
    border-bottom: 0px;
}

#bx-soa-order .dropdown-block.bx-ui-sls-input-block.form-control {
    max-width: 438px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #cccccc;
}

#bx-soa-order .bx-sls .bx-ui-sls-fake, #bx-soa-order .bx-sls .bx-ui-sls-route {
    height: 44px;
}

#bx-soa-order .dropdown-fade2white {
    display: none !important;
}


#bx-soa-order .bx-sls .bx-ui-sls-clear {
    top: 8px;
}

#bx-soa-order .form-control {
    min-height: 50px;
    border-radius: 25px;
    border: 1px solid #cccccc;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 {
    float: none !important;
    width: 100%;
    margin-left: 12px;
    margin-bottom: 0px;
    /* display: block; */
}

.catalog-lvl0-expand {
    cursor: pointer;
    color: #ff8000;
}

.catalog-lvl0-wrap {
    margin-left: 12px;
    margin-bottom: 0;
    clear: both;
}

.catalog0__holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

main.container.catalog-lvl0-page .catalog-category-header_wr {
    float: left;
    width: 25%;
}

main.container.catalog-lvl0-page .catalog-category-header_wr .catalog-category-content > div:nth-of-type(n+6) {
    display: none;
}

main.container.catalog-lvl0-page .catalog-category-header_wr--open .catalog-category-content > div:nth-of-type(n+6) {
    display: block;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 ul {
    display: none !important;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1 .menu-lvl1-header .i-number {
    /*  display: none;*/
}

main.container.catalog-lvl0-page .menu-lvl1-header .subcategory-img {
    display: none;
}

.header-content a {
    color: #ffffff !important;
}

.header-content a picture {
    display: contents;
}

span.plusss {
    background: url(/img/plu.svg) no-repeat center;
    width: 14px;
    height: 13px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    /* float: right; */
    margin-top: 5px;
}

.checkbox-content > i {
    display: none !important;
}

.sub-categories a span.text {
    color: #0070f6 !important;
}

.tovar_inner .price span {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px 0;
    max-width: 100%;
    display: inline-block;
}

.tovar_inner2 .price span {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px 0;
    max-width: 100%;
    display: inline-block;
}

div#js-block-current-state {
    display: none;
}

.toggle-filter .text {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 700;
}

.filter-section {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-bottom: 6px;
    padding: 5px 22px;
}

.toggle-filter {
    margin-bottom: 6px;
}

.toggle-filter {
    position: relative;
}

.filter-section label.checkbox-styled {
    width: 100%;
    clear: both;
}

.filter-section {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    margin-bottom: 6px;
    padding: 5px 22px;
}

.toggle-filter {
    margin-bottom: 6px;
}


.filter-section .expand-content a {
    margin-top: 1px;
    color: #858585;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.jq-checkbox .jq-checkbox__div {
    margin-top: 4px;
    margin-right: 8px;
}

.modal-dialog .jq-checkbox .jq-checkbox__div {
    margin-top: 0px;
    margin-right: 8px;
}

.general-info .desc p {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

span.current-state {
    display: none;
}

.pagination-item:active span, .pagination-item.active span {
    color: #0070f6;
}

.pagination {
    margin-bottom: 35px;
}

.show-by {
    display: none;
}

.svg-wrap.icon.bl {
    background: url(/img/bl.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.svg-wrap.icon.sp {
    background: url(/img/sp.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.svg-wrap.icon.ta {
    background: url(/img/ta.svg) no-repeat center;
    width: 24px;
    height: 23px;
}

.view-type > a.active .svg-wrap.icon.bl {
    background: url(/img/blbl.svg) no-repeat center;
}

.view-type > a.active .svg-wrap.icon.sp {
    background: url(/img/spbl.svg) no-repeat center;
}

.view-type > a.active .svg-wrap.icon.ta {
    background: url(/img/tabl.svg) no-repeat center;
}

.checkbox-content span {
    color: #858585;
    font-family: Geometria;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

input#arrFilter_P6_MIN {
    width: 78px;
    height: 37px;
    border-radius: 19px;
    border: 1px solid #cccccc;
}

input#arrFilter_P6_MAX {
    width: 78px;
    height: 37px;
    border-radius: 19px;
    border: 1px solid #cccccc;
}

.filter-section .filter-input-wrap > .text {
    color: #4c4c4c;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    width: auto;
    margin-right: 5px;
}

.filter-section .expand-content input {
    border-radius: 19px;
    height: 37px;
    border: 1px solid #cccccc;
}


.sort-n-view.for-catalog .jq-selectbox__dropdown ul {
    width: 100%;
    background: #fff;
    width: 200px;
    box-shadow: 0 32px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
    padding-left: 20px;
    z-index: 600;
    margin-left: -14px;
    max-height: 100% !important;
    top: unset !important;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown {
    top: unset !important;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown ul li {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

div.sort-n-view.for-catalog {
    clear: both;
    z-index: 4;
    position: relative;
}

.sort-n-view.for-catalog .jq-selectbox__dropdown ul li:hover {
    color: #006cff;
    cursor: pointer;
}

.table-header.clearfix.state_normal {
    display: none;
}

.catalog-table .units {
    display: none;
}

.catalog-table-item .price {
    width: 100%;
}

.catalog-table-item .price span {
    margin: 0px;
}

.catalog-table-item .btn--blue span {
    font-size: 0;
}

/* .catalog-table-item .btn--blue {
    background: #0070f6 url(/img/carti.svg) no-repeat center;
    font-size: 0 !important;
    width: 50px;
    height: 50px;
    vertical-align: top;
    display: inline-block;
} */

.catalog-table-item .btn--blue button {
    width: 50px;
    height: 50px;
}

.catalog-table-item .add2bascket:hover {
    background: #fe7f00 url(/img/carti.svg) no-repeat center !important;
}

.filter-results {
    display: none !important;
}

.reset-filter {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(/img/closese.svg) no-repeat center;
    float: left;
    margin-top: 24px;
    margin-right: 20px;
}

.show-results {
    float: right;
    margin-top: 25px;
}

.btn-toggle-full-filter {
    border-radius: 25px;
    border: 2px solid #e6e6e6;
    width: 100%;
    line-height: 46px;
    color: #0070f6;
    margin-top: 30px;
}

.btn-toggle-full-filter:hover {
    background: #0070f6;
    color: #fff;
}

.container.flex_box {
    overflow: visible;
}

.print-link:hover {
    text-decoration: none;
    border-bottom: 0pc;
    opacity: 0.7;
}

.print-link {
    text-decoration: none;
    border-bottom: 0pc;

}

.combo-link {
    max-width: 220px;
    /* height: 50px; */
    border-radius: 25px;
    /* background-color: #0070f6; */
    width: 220px;
    display: inline-block !important;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal !important;
}

.combo-link span {
    font-size: 16px !important;
    font-weight: normal;
}

.benefit .content {
    width: calc(100% - 60px);
}

.benefit {
    background-color: #f6f6f6;
}

.product-main .benefits .benefit:last-child {
    margin-right: 0px;
}

.product-main .benefits .benefit {
    margin-right: 2%;
}

.move {
    float: left;
    width: 30%;
    text-align: left;
}

.buy-buttons-wrap button {
    margin-right: 20px;
    float: left;
}

.buy-buttons-wrap {
    margin-top: 30px;
}

.reg_wr i.flaticon-check14 {
    display: none !important;
}

.slider_top_wrap .owl-dot.active {
    animation-name: owl-animate;
    animation: owl-animate 6s linear infinite;
}

@media (max-width: 550px) {
    .slider_top_wrap .slider_top .owl-dots {
        width: 100%;
        margin: 0;
        margin-right: 1px;
    }
}

.righ_bl {
    float: left;
    width: 50%;
    border-left: 1px solid #ffffff;
}

.modal-form .form_socials {
    float: none;
    width: 100%;
    padding: 33px 15px 0 40px;
}

.modal-dialog .auth-privilegies {
    text-align: left;
    margin-top: 30px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.lod_wr_l {
    width: 50%;
    float: left;
    text-align: left;
}

.lod_wr_r {
    width: 50%;
    float: left;
    text-align: left;
}

a.forgot-pass {
    padding-right: 20px;
    color: #0070f6;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 0px;
}

.forgot-pass:hover {
    color: #fe7f00;
}

.modal-form form .textinput-wrapper {
    clear: both;
}

.search-robot-wrap {
    display: none;
}

strong {
    font-weight: bold;
}

.pagi {
    padding-left: 20px;

}

main.search-results-page li.sort-list-item:after {

    display: none;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    border: none !important;
    background: transparent !important;
}

i.bx-ss-icon.vkontakte {
    background: url(/img/s_vk.svg) no-repeat;
    width: 20px !important;
    height: 12px !important;
    margin: 0 auto !important;
}

i.bx-ss-icon.google {
    background: url(/img/s_2.svg) no-repeat;

    margin: 0 auto !important;
}

i.bx-ss-icon.yandex {
    background: url(/img/s_3.svg) no-repeat;
    width: 10px !important;
    margin: 0 auto !important;
}

i.bx-ss-icon.twitter {
    background: url(/img/s_4.svg) no-repeat;

    margin: 0 auto !important;
}

i.bx-ss-icon.facebook {
    background: url(/img/s_5.svg) no-repeat;
    width: 10px !important;
    margin: 0 auto !important;
}

blockquote.row {
    margin: 0px;
}

.sort-n-view > .view-type {
    padding-top: 10px;
}

form#dsoras-form .field-2 {
    float: right;
    width: 35%;
}

form#dsoras-form .field-1 {
    float: left;
    width: 60%;
    margin-right: 5%;
}

form#dsobr-form {
    background: url(/img/fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 80px;
    width: 100%;
    min-height: 215px;
}

form#dsobr-form input[type="text"] {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

form#dsobr-form textarea {
    border-radius: 25px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    height: 163px;
    width: 100%;
    padding-left: 43px;
    margin-bottom: 30px;
}

.form_left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.form_right {
    width: 48%;
    float: left;
}

form#dsobr-form .person_dan {
    /* width: 50%; */
    /* float: left; */
    width: 48%;
    float: left;
    margin-right: 4%;
    text-align: left;
}

form#dsobr-form .field-9 {
    width: 48%;
    float: left;
}

form#dsobr-form {
    overflow: hidden;
}

div#dsobrformmessagereport {
    background: url(/img/fon.png) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    padding: 45px 80px;
    width: 100%;
    min-height: 215px;
    text-align: left;
}

div#dsobrformmessagereport .form-head_text {
    text-align: left;
    margin-bottom: 53px;
}

div#dsobrformmessagereport .form-head {
    margin-bottom: 10px;
    padding-left: 0px;
}

div#dsobrformmessagereport .repeatform {
    color: #fff;
    /* padding: 0px; */
    line-height: 24px;
}

form.form_quick-buy.modal-form-w-icons {
    max-width: 290px;
}

.short-info > .info.price-action {
    margin-bottom: 30px;
    display: block;
    padding-bottom: 30px;
    font-size: 16px;
    margin-top: 20px;
}

.short-info > .info.price-action a {
    font-size: 16px;
}

.short-info > .info.price-action a span span {
    color: #0070f6;
}

.product-main .benefits .benefit {
    padding: 30px;
}

.sly-scroll.horizontal {
    display: none;
}

.catalog-item.tovar_inner.slider-item.catalog-item {
    margin-right: 5px;
}

.catalog-item.tovar_inner.slider-item.catalog-item .btn-action.one-click-buy {
    box-shadow: none !important;
    color: #808080 !important;
}

.scroll-slider .slider-item .price {
    width: 100%;
}

main.container.catalog-lvl0-page .catalog-menu-lvl1.active ul {
    display: block !important;
    clear: both;
}
.catalog-menu-lvl1 ul li a span {
    color: #000 !important;
}

.form-head_text {
    font-family: 'Geometria';
}

.sub-categories.columns a {
    font-family: 'Geometria';
    font-size: 18px;
}

td.basket-items-list-item-amount {
    padding: 0 20px 0 0;
}

.color-list a {
    vertical-align: top;
}

.bx-soa-section.bx-selected {

    border: 2px solid #e6e6e6 !important;
}

a.pull-right.btn.btn-default.btn-lg.hidden-xs {
    background-color: #0070f6;
    color: #ffffff;
    -webkit-box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
    box-shadow: 0 12px 20px rgba(0, 128, 255, 0.3);
}

.katalog_inn:hover {
    /*background: #0060d2 !important;*/
    background-image: url("/img/cat/katalog_inn_active.png");
}

.tech-info-block dt:after {
    display: none;
}

.tech-info-block dt {
    /*border-bottom: 1px dotted;*/
    padding-bottom: 5px;
    /* width: 25%; */
}

.tech-info-block dd {
    /*border-bottom: 1px dotted;*/
    padding-bottom: 4px;
    /* width: 25%; */
    text-align: right;
}

div#characteristics2 {
    /*width: 50%;*/
}

.tech-info-block dd a {
    color: #4d4d4d;
}

.tech-info-block dd a span {
    color: #4d4d4d !important;
}

.basket-checkout-container .basket-checkout-section-inner {
    margin-top: 20px;
}

.basket-checkout-container .basket-checkout-block-total-title {
    margin-top: 28px;
}

.menu_bot li:hover {
    background: #175bcd;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}


a.btn-action.buy.when-in-stock {
    line-height: 0px;
    padding: 0px !important;
}

.top_header {
    z-index: 1;
}

.modal-dialog .title-h2 .header-text {
    margin-bottom: 20px;
}

.required-info {
    margin-top: 26px;
    margin: 0 auto;
    margin-top: 20px;
}

.heek {
    padding-left: 30px
}

.form_quick-buy .heek {
    padding: 30px 0 0 30px;
    text-align: center;
}

.heek-info {
    margin: 10px 0;
    line-height: 50px;
    float: left;
}

#bx-soa-total-mobile .heek-info,
#bx-soa-total .heek-info{
    margin: 15px 0 0;
    line-height: normal;
    float: none;
}
#bx-soa-total-mobile .heek-info a,
#bx-soa-total .heek-info a {
    background-color: transparent;
    color: #0070f6;
    box-shadow: none;
}

.slider-nav {
    margin-top: 20px;
}

.map_item_left_maimg {

}

.map_item_left_maimg > a {
    display: block;
    position: relative;
}

.map_item_left_maimg > a:hover:before {
    background-color: #fff;
}

.map_item_left_maimg > a:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 17px;
    background: rgba(255, 255, 255, 0.58) url(/css/../img/svg/lupa.svg) no-repeat center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.submap_wrap {
    display: none;
}

.bx-soa-pp-company-smalltitle {
    width: 80%;
    margin: 0 auto;
}

td.ps_logo img {
    width: auto !important;
}

.top_header {
    z-index: 2;
}

.city_slider_inn {
    position: relative;
}

.more-catalog.disabled .btn {
    width: auto;
}
.sticker.new {
    /* display: none; */
}

.one-click-buy > .text {
    color: #006cff;
}

.basket-checkout-block-total {
    padding-top: 0px;
    padding-right: 10px;
    text-align: right;
}

.basket-checkout-block-total-price {
    padding-top: 5px;
}

div#modal_quick-buy .textinput-wrapper {
    padding-left: 0px;

}

div#modal_quick-buy .textinput-wrapper {
    width: 100%;
}

div#modal_quick-buy input.textinput {
    width: 100% !important;
}

div#filter-at-side header {
    z-index: 0;
}

.filter-content .jq-checkbox .jq-checkbox__div {
    float: left;
}

.filter-content .jq-checkbox {
    float: left;
    width: 12%;
}

.filter-content .checkbox-content {
    float: left;
    width: 80%;
    margin-top: 1px;
    color: #858585;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;


}

.range-slider .noUi-tooltip {
    top: 23px;
    left: -25px;
    font-size: 12px;
}

.catalog-item.tovar_inner.slider-item.catalog-item {
    margin-right: -4px;
    margin-left: 17px;
}

.general-info .pseudolink {
    float: right;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: color .4s;
    transition: color .4s;
    width: 100% !important;
    text-align: right;
}

.general-info .pseudolink > .link-text.when-closed {
    display: inline;
}

.scroll-slider.frame .btn-buy-wrap.text-only {
    margin-top: 10px;
}

i.search-clear.flaticon-close47 {
    display: none !important;
}

button.js-buy.btn-buy.buy.btn-main.small {
    background-color: #fe7f00;
    color: #ffffff;
    border-radius: 16px;
}

.city_slider .owl-nav .owl-prev .icon-arrow_l:before {
    content: "\e901";
    /*color: #fe7f00;*/
}

.city_slider .owl-nav .owl-next .icon-arrow_r:before {
    content: "\e902";
    /* color: #fe7f00;*/
}

.price-action__info i.flaticon-mail9 {
    display: none;
}

.product-main .sticker.rostest {
    z-index: 1 !important;
}

.basket-items-list-item-container > td {
    border-top: 0px solid #f2f2f2 !important;
}

button.ds-form.btn.btn--orange.action.disabled {
    background-color: #d9d9d9;
}
button.action.one-click-buy.btn.btn--orange > .text {
    color: #fff;
}

.metro_icon img {
    width: 21px;
    height: 15px;
}

.form-group.bx-soa-customer-field:last-child label.bx-soa-custom-label + div {
    /* display: inline-block;
     float: left;
     margin-top: -2px;*/
}

.catalog-menu-lvl1 .menu-lvl1-header {
    margin-left: 0px;
}

@keyframes owl-animate {
    from {
        transform: rotate(360deg);
    }

}

.catalog-menu-lvl0-item .category-name {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    padding: 5px 0;
}

#popup_basket .table-wrap .scroller.baron .scroller__track {
    top: 0;
}

.sub-categories > .link, .deleted-properties .sub-categories > .deleted-property {
    background: #e5e5e5;
    padding: 5px;
    border-radius: 4px;
    background-color: #e5e5e5;
    font-size: 14px;
}

.sub-categories > .link span {
    color: #060606 !important;
    font-size: 10px !important;
}

.sub-categories > .link .text {
    color: #167bf5 !important;
    font-size: 14px !important;
}


.sub-categories > .link img.lazy.subcategory-img {
    display: none !important;
}

.list-item .buy-block .form_buy .quantity-counter {
    border: none;
}


.buy-block-wrap3--scrolling {
    position: fixed;
    top: 0;
}

.buy-block-content2 {
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.buy-block-content2 .product-name {
    margin-bottom: 20px;
}

.buy-block-content2 .buy-buttons-wrap {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 255px;
    margin-top: 20px;
    padding-left: 12px
}


.buy-block-content2 .buy-buttons-wrap button {
    text-align: center !important;
    float: none !important;
    margin: 0px;
    /* padding: 0px  !important; */
    /* display: block; */
    text-align: center !important;
    position: relative;
    margin-bottom: 20px;
}

.buy-block-wrap3 .color-list {
    margin-top: 20px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container .basket-item-block-price {
    padding-left: 10px;
    padding-right: 10px;
}

.buy-block-wrap2--scrolling {
    position: fixed;
    top: 0;
    max-width: 430px;
}

.basket-items-list-wrapper-compact .basket-item-info-name {
    height: 72px;
}

/*.catalog-menu-lvl1 li {
    clear: both;
}*/
.color-list a {
    max-width: 123px;
    margin-bottom: 15px;
}

/*.action.disabled > .text {
    display: block;
    width: 50px;
    height: 50px;
}
.action {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    padding-left: 25px !important;
    padding-bottom: 1px;
    font-size: 12px;
}
input:checked + .checkbox-content > i:before {
    opacity: 1;
    visibility: visible;
}
input:checked+.checkbox-content>i:before {
    color: #fff;
}
input:checked+.checkbox-content>i {
    background: #3570f2;
    box-shadow: none;
}*/
.price-values_wrap .color-list {
    /* float: right; */
    /* max-width: 500px; */
    clear: both;
}

label.bx-soa-custom-label.formlebl_20 {
    float: right;
    display: inline-block;
    width: calc(100% - 20px);
}

@media (min-width: 960px) {
    .catalog-menu-lvl1-content {
        overflow-y: auto;
        height:100%;
        /*height: auto;*/
        max-height: 100%;
    }

    .catalog-menu-lvl1-wrap {
        column-count: 3;
    }

    .catalog-menu-lvl1 {
        display: flex;
        flex-direction: column;
        break-inside: avoid;
        float: none;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .buy-block-wrap2--scrolling {
        position: static;
    }
}

@media (max-width: 767px) {
    .catalog-menu-lvl1 li {
        clear: both;
    }
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    clear: both !important;
}

.map_item_left_maimg {
    max-height: 258px;

}

.basket-checkout-container .basket-coupon-block-total-price-old {
    position: relative;
}

.bx-soa-pp-store-container.nxtStyle * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: auto;
    width: auto;
}

.bx-soa-pp-store-container.nxtStyle {
    display: flex;
    flex-direction: column;
    padding: 0 7px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-checkbox {
    display: none;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #efefef;
    margin: 0 0 10px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-right: 50px;

}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-toggle-switcher {
    position: absolute;
    content: '';
    top: 5px;
    right: 10px;
    width: 40px;
    height: 50px;
    background-image: url('/bitrix/components/bit/shop.check.availability.product/templates/.default/images/down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-toggle-switcher.active {
    background-image: url('/bitrix/components/bit/shop.check.availability.product/templates/.default/images/close.svg');
    /* transform: rotate(180deg);*/
}

.bx-soa-pp-delivery-additional-container {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    transition: 0s opacity, 0s visibility;

}

.bx-soa-pp-delivery-additional-container.active {
    opacity: 1;
    visibility: visible;
    height: auto !important;
    transition: .55s opacity, .55s visibility;
}


.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container .bx-soa-pp-company-graf-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    height: 50px;
    padding: 0;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store .bx-soa-pp-company-graf-container input[type=checkbox].bx-soa-pp-company-checkbox {
    position: relative;
    display: none;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    margin-top: 7px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title {
    width: 100%;
    max-width: 700px;
    text-align: left;
    margin: 7px 0;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title .bx-soa-pp-company-smalltitle {
    text-align: left;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-cost {
    display: flex;
    position: relative;
    background-color: transparent;
    color: #333;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
}

.bx-soa-pp-company-metro {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 25px;
}

.bx-soa-pp-company-metro .bx-soa-pp-metro-name,
.bx-soa-pp-company-metro .bx-soa-some-unavailable,
.bx-soa-pp-company-metro .bx-soa-available-all,
.bx-soa-pp-company-metro .bx-soa-available-notnow {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 0px;
    bottom: 0;
}
.bx-soa-pp-company-metro .bx-soa-pp-metro-name {
    margin-left: 5px;
}
.bx-soa-pp-company-metro .bx-soa-some-unavailable{
    margin-right: 5px;
}
.bx-soa-pp-company-metro .bx-soa-available-notnow:before,
.bx-soa-pp-company-metro .bx-soa-some-unavailable:before,
.bx-soa-pp-company-metro .bx-soa-available-all:before {
    content: ', ';
    color: #333;
    padding-right: 5px;
}

.bx-soa-pp-company-metro .bx-soa-pp-metro-image {
    width: 21px !important;
    height: 15px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 4px;
}

.bx-soa-pp-store-container.nxtStyle .bx-soa-pp-di-info-container {
    background-color: #fcfcf7;
    padding: 7px 12px !important;
}

.bx-soa-pp-di-info-shop p {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.bx-soa-pp-di-info-shop p label {
    margin-right: 8px !important;
    font-size: 14px;
    font-weight: 600;
}

.bx-soa-pp-di-availability-info {
    padding: 7px 12px !important;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #eca3a3;
    border-radius: 5px;
    margin: 7px 0 !important;
}

.bx-soa-pp-di-availability-info .txt {
    margin-bottom: 12px !important;
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-basket-unavail:before {
    content: '- ';
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-basket-unavail {
    font-weight: 600;
}

.bx-soa-pp-di-availability-info .bx-soa-pp-company-date-pickup {
    margin-top: 12px !important;
}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count {
    background-color: transparent;
    border-color: transparent;
}

.bx-soa-pp-company-metro > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.bx-soa-available-notnow .txt-black {
    padding-left: 4px;
}

@media screen and (max-width: 767px) {

    .table-item .actions > button.btn-delete {
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-item .actions > button.btn-delete .btn-text {
        display: inline-block;
        margin-top: 13px;
        text-decoration: none;
    }

    .table-item .actions > button.btn-delete:hover,
    .table-item .actions > button.btn-delete:active,
    .table-item .actions > button.btn-delete:focus,
    .table-item .actions > button.btn-delete:visited {
        background: url(/ds-comf/img/x.svg) no-repeat center;
        color: #000;
        fill: crimson;
        text-shadow: none;
        box-shadow: none;
        border: none;
        margin-right: 4px;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-additional-container frame {
        width: 0;
        height: 0;
        display: none;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-graf-container {
        display: none !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container,
    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
        display: block !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store[data-delivery=Y] .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
        padding-left: 7px;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-store-container {
        flex-direction: column;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-company-title {
        display: flex;
        flex-direction: column;
        padding: 5px 7px !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .bx-soa-pp-company-metro .bx-soa-available-notnow:before,
    .bx-soa-pp-company-metro .bx-soa-some-unavailable:before,
    .bx-soa-pp-company-metro .bx-soa-available-all:before {
        content: none;

    }

    .bx-soa-pp-company-metro {
        padding: 7px 0 0 !important;
        align-items: self-start;
        flex-direction: column;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-metro-name,
    .bx-soa-pp-store-container.nxtStyle .bx-soa-some-unavailable {
        font-size: 12px !important;
    }

    .bx-soa-pp-store-container.nxtStyle .bx-soa-pp-delivery-cost {
        padding: 0 7px 7px !important;
    }

    .slider_top_in {
        padding: 0;
        margin: 0;
    }

}

@media screen and (max-width: 1450px) {
    .bx-soa-pp-store-container.nxtStyle {
        width: 100%;
    }
}
/*

.bit_style .alert
{
    width: 889px;
    display: inline-flex;
    min-height: 224px;
    background-color: #629DE3;
    border-color: #629DE3;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 400px;
    background: #629de3  url(/img/bottom_fon.png) no-repeat 80%;
    background-blend-mode: hard-light;
    background-size: cover;
}
.bit_style .alert .alert-header {
    position: absolute;
    width: 357px;
    height: 357px;
    background-color: #0070F6;
    border-color: #0070F6;
    border-radius: 50%;
    margin-left: -380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bit_style .alert .alert-header .alert-header-icon {
    min-height: 55%;
}
.bit_style .alert .alert-header .flaticon-check14:before {
    font-size: 235pt;
    color: #a6dbf1;
}
.bit_style .alert > .btn-main {
    margin-top: 25px
}
.bit_style .alert > .btn-close {
    display: none;
}
.bit_style .alert .alert-text {
    position: relative;
    display: block;
    width: 450px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    font-feature-settings: 'liga' off;
    color: #1E1E1E;
    text-align: left;
}

.bit_style .alert .alert-text a {
    color: #fff;
}

.bit_style .alert .alert-text button {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.bit_style .alert > .alert-text button:hover {
    color: #0070F6
}
.bit_style .alert .line {
    display: none;
}
@media (max-width:1024px){
    .bit_style .alert
    {
        width: 488px;
        min-height: 122px;
        padding-left: 210px;
    }

    .bit_style .alert .alert-header {
        width: 193px;
        height: 193px;
        margin-left: -205px;
    }
    .bit_style .alert .alert-text {
        font-size: 14px;
        line-height: 18px;
        width: 280px;
    }

    .bit_style .alert .alert-text button {
        font-size: 9px;
        line-height: 11px;
        margin-top: 10px;
    }


}

@media screen and (max-width: 767px)
    .bit_style .alert
    {
        width: 100%;
        min-height: 185px;
        top: 150px !important;
        left: 0;
        right: initial;
        display: block;
        position: absolute;
        flex-direction: column;
        padding: 0;
    }

    .bit_style .alert .alert-header {
        width: 135px;
        height: 135px;
        display: flex;
        align-items: center;
        position: relative;
        margin: -65px auto;
    }
    .bit_style .alert .alert-text {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
        margin-top: 80px;
    }
    .bit_style .alert > .btn-main {
        margin: 25px auto;
    }
    .bit_style .alert .alert-text button {
        font-size: 18px;
        line-height: 22px;
        margin: 25px auto;
    }
}


 */

i.flaticon-close47.btn-close {
    display: none;
}

.bit_style .alert {
    top: initial;
    bottom: 35px;
    margin-right: -150px;
    background: #629de3  url(/img/bottom_fon.png) no-repeat 80%;
    background-blend-mode: hard-light;
    background-size: cover;
    border: none;
    border-radius: 16px;

    width: 300px;
}

.bit_style .alert > .alert-header {
    background-color: #0070F6;
    border-color: #0070F6;
    width: 135px;
    height: 135px;
    margin: -65px auto 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.bit_style .alert > .btn-main:after {
    content: '⟶';
    padding-left: 7px;
}

.alert > .alert-text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-feature-settings: 'liga' off;
    color: #1E1E1E;
    text-align: left;
    padding:0;
}

.alert > .alert-text a {
    color: #ffffff;
}
.alert > .line {
    display: none;
}

.alert > .btn-main {
    padding: 5px 15px 7px;
    margin-top: 25px;
}
@media screen and (min-width: 758px) {
    .bit_style .alert {
        margin-right: 0;
    }
}

@media screen and (min-width: 922px) and (max-width: 1439px) and (min-height: 510px) {
    .bit_style .alert {
        top:0;
        width: 889px;
        display: inline-flex;
        background-color: #629DE3;
        border-color: #629DE3;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 220px;
        margin-right: 0px;
    }
    .bit_style .alert .alert-header {
        position: absolute;
        width: 192px;
        height: 192px;
        background-color: #0070F6;
        border-color: #0070F6;
        border-radius: 50%;
        margin-top: 25px;
        margin-left: -200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bit_style .alert .alert-header .alert-header-icon {
        min-height: 55%;
    }
    .bit_style .alert .alert-header .flaticon-check14:before {
        font-size: 235pt;
        color: #a6dbf1;
    }
    .bit_style .alert > .btn-main {
        margin-top: 25px
    }
    .bit_style .alert > .btn-main:after {
        content: '⟶'
    }
    .bit_style .alert > .btn-close {
        display: none;
    }
    .bit_style .alert .alert-text {
        position: relative;
        display: block;
        font-family: 'Geometria';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        font-feature-settings: 'liga' off;
        color: #1E1E1E;
        text-align: left;
        padding-left: 12px;
    }
    .bit_style .alert .alert-text a {
        color: #fff;
    }
    .bit_style .alert .alert-text button {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .bit_style .alert > .alert-text button:hover {
        color: #0070F6
    }
    .bit_style .alert .line {
        display: none;
    }
}

@media screen and (min-width: 1440px)  and (min-height: 510px) {
    .bit_style .alert {
        top:0;
        width: 889px;
        display: inline-flex;
        background-color: #629DE3;
        border-color: #629DE3;
        border-radius: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 275px;
        margin-right: 0px;
    }
    .bit_style .alert .alert-header {
        position: absolute;
        width: 257px;
        height: 257px;
        background-color: #0070F6;
        border-color: #0070F6;
        border-radius: 50%;
        margin-top: 25px;
        margin-left: -260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bit_style .alert .alert-header .alert-header-icon {
        min-height: 65%;
    }
    .bit_style .alert .alert-header .flaticon-check14:before {
        font-size: 235pt;
        color: #a6dbf1;
    }
    .bit_style .alert > .btn-main {
        margin-top: 25px
    }
    .bit_style .alert > .btn-close {
        display: none;
    }
    .bit_style .alert .alert-text {
        position: relative;
        display: block;
        font-family: 'Geometria';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        font-feature-settings: 'liga' off;
        color: #1E1E1E;
        text-align: left;
        padding-left: 12px;
    }
    .bit_style .alert .alert-text a {
        color: #fff;
    }
    .bit_style .alert .alert-text button {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
    }
    .bit_style .alert > .alert-text button:hover {
        color: #0070F6
    }
    .bit_style .alert .line {
        display: none;
    }
}
.txt-white {
    color: #ffffff;
}
.price-values {
    display: flex;
    flex-direction: column;
}
.special-price {
    cursor: pointer;
    color: #fe7f00 !important;
}
.special-price .value,
.special-price .b-rub {
    color: #fe7f00 !important;
}

.special-price::after {
    content: '*';
}

@media screen and (min-width: 1024px)  {
    .move {
        width: auto;
    }
    .price-values {
        flex-direction: row;
        align-content: flex-end;
    }

    .special-price-block-container {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
    }
    .special-price {
        margin: 0 20px 7px !important;
    }


    .tovar_price {
        font-size: 32px;
    }
}
#viewed-products-recommended .slider-item .action-buttons button
{
    touch-action: none;
}

.hide_on_desktop {
    display: none !important;
}

@media (max-width: 922px) {
    .hide_on_desktop {
        display: block !important;
    }
    .hide_on_mobile {
        display: none !important;
    }

}

/*.account-personal-order-list .bx-content .sale-order-list-change-payment,*/
/*.sale-order-detail-payment-options-methods-info-change-link {*/
/*    display: none !important;*/
/*}*/

.sdek_pvzLair {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px !important;;
}

.sdek_pvzLair a {
    background-color: #0070f6;
    padding: 12px 20px !important;
}
.sdek_pvzLair a:hover,
.sdek_pvzLair a:focus,
.sdek_pvzLair a:active {
    background-color: greenyellow;
    outline: none;
}
.sdek_pvzLair .sdek_pvzAddr {
    padding: 0 10px 0 !important;
}

.sdek_pvzLair {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px !important;;
}

.sdek_pvzLair a {
    background-color: #0070f6;
    padding: 12px 20px !important;
}
.sdek_pvzLair a:hover,
.sdek_pvzLair a:focus,
.sdek_pvzLair a:active {
    background-color: greenyellow;
    outline: none;
}
.sdek_pvzLair .sdek_pvzAddr {
    padding: 0 10px 0 !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}
a.link.back-to-news {
    margin-left: 15px;
}

/**
* author Suslov Igor <IUSuslov@1cbit.ru>
* when change color phone don`t work style, so I was make this style
**/
.product-page .product-main .buy-block-origin2 .price-values_wrap .color-list a{
    display: inline-block !important;
    color: #000000 !important;
    font-size: 12px !important;
    margin-right: 7px !important;
    text-align: center !important;
    width: 128px !important;
    height: 139px !important;
    border-radius: 8px !important;
    border: 2px solid #e6e6e6 !important;
}
.product-page .product-main .buy-block-origin2 .price-values_wrap .color-list span.without_link {
    display: inline-block !important;
    color: #000000 !important;
    font-size: 12px !important;
    margin-right: 7px !important;
    text-align: center !important;
    width: 128px !important;
    height: 139px !important;
    border-radius: 8px !important;
    border: 2px solid #e6e6e6 !important;
}
.product-page .product-main .buy-block-origin2 .price-values_wrap .color-list span.without_link.selected {
    border-radius: 8px !important;
    border: 2px solid #0070f6 !important;
    border-radius: 8px !important;
}
.product-page .product-main .buy-block-origin2 .price-values_wrap .color-list span.without_link img,
.product-page .product-main .buy-block-origin2 .price-values_wrap .color-list a img{
    margin: 0 auto !important;
    margin-top: 10px !important;
}

.sticker.new {
	background: #fe7f00;
    color: #fff;
	display: flex;
    gap: 5px;
    align-items: center;
    padding: 3px 5px;
    max-width: 110px;
}

.account-personal-order-list .col-xs-12.col-sm-9.col-xl-10 {
	margin: 0 0 0 10px;
	width: 81.33333%;
}

.viewed-products .action-buttons {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}

.viewed-products .flaticon-shopping109 {
	display: none;
}

.bx-soa-pp-delivery-cost {
    min-width: 110px !important;
}

.bx-soa-pp-company[data-delivery="Y"] .bx-soa-pp-company-title {
    display: flex;
    align-items: center;
}

.bx-soa-pp-company[data-delivery="Y"] .bx-soa-pp-company-image {
    margin-top: 0 !important;
}

.stickers-container .sticker.bestseller,
.stickers-wrap .sticker.best-choice {
    display: none !important;
}

@media(max-width: 991px) {
	div[id="delivery2"],
	div[id="delivery90"],
    div[id="delivery117"],
    div[id="delivery118"] {
		flex-direction: row !important;
		align-items: center;
		padding-right: 0 !important;
	}
	
	div[id="delivery2"] .bx-soa-pp-company-graf-container,
	div[id="delivery90"] .bx-soa-pp-company-graf-container,
    div[id="delivery117"] .bx-soa-pp-company-graf-container,
    div[id="delivery118"] .bx-soa-pp-company-graf-container {
		flex: 1 30%;
	}

	div[id="delivery2"] .bx-soa-pp-company-title,
	div[id="delivery90"] .bx-soa-pp-company-title,
    div[id="delivery117"] .bx-soa-pp-company-title,
    div[id="delivery118"] .bx-soa-pp-company-title {
		flex: 1 70%;
		padding: 0 !important;
		margin: 5px 0 !important;
	}

	div[id="delivery2"] .bx-soa-pp-delivery-cost,
	div[id="delivery90"] .bx-soa-pp-delivery-cost,
    div[id="delivery117"] .bx-soa-pp-delivery-cost,
    div[id="delivery118"] .bx-soa-pp-delivery-cost {
		flex: 1 10%;
		min-width: 70px !important;
		padding: 0 3px 0 3px !important;
	}
}

.cart-delivery-modal {
    display: none;
}
/* End */


/* Start:/css/media.min.css?175102377388712*/
:root {
    color-scheme: light;
}

@media screen and (min-width: 768px) {
    .catalog-menu-lvl0-item:hover {
        background-color: #093fbd;
    }

    .catalog-menu-lvl0-item:hover .category-name {
        color: #ffffff;
    }

    .catalog-menu-lvl0-item:hover .category-name:before {
        display: none;
    }

    .catalog-menu-lvl0-item:hover .submenu-wrap {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        /*bottom: 0;*/
        background-color: #ffffff;
        z-index: 2;
        width: 66.5%;
        height: 100%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .top-line-item.basket {
        margin-left: 1%;
    }

    .top_header .content {
        margin-left: auto;
    }

    div.search_box {
        width: 33%;
    }

    div.phone_box {
        width: 29%;
    }
}

@media screen and (max-width: 1450px) {
    .breadcrumbs-content {
        margin-top: 20px;
    }

    .catalog-table-item .price {
        min-width: 100px;
        font-size: 20px;
    }

    .bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {
        /*clear: none !important;*/
    }

    .bx-soa-pp-item-container .bx-soa-pp-company {

    }

    .catalog-table-item .price span {
        font-size: 20px;
    }

    .container,
    .slider_top .owl-nav,
    .slider_top .owl-dots {
        width: 100%;
        padding: 0 20px;
    }

    .slider_top .owl-nav .owl-prev {
        left: 20px;
    }

    .slider_top .owl-nav .owl-next {
        right: 20px;
    }

    .search_box {
        width: 38%;
    }

    .top_footer .logo {
        width: 24.5%;
    }

    .ymetrik {
        width: 17%;
    }

    .contact_wrap_adr_item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .contact_wrap_adr_item .btn--blue {
        margin: 0 auto;
        text-align: center;
        /* position: relative; */
        bottom: 30;
        margin-left: -110px;
        left: 50%;
    }

    .contact_wrap_adr_item:nth-child(2n) {
        margin-right: 0px;
    }

    .bx-soa-pp-desc-container {
        width: 100%;
    }

    .bx-soa-pp-item-container {
        width: 100%;
    }

    .bx-soa-pp-company {
        position: relative;
    }

    .bx-soa-pp-company .jq-checkbox {
        position: absolute;
        top: 0;
    }
}


@media (min-width: 768px) {
    .catalog-menu_box.mm-menu.mm-menu_offcanvas {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .korzhidden-xs {
        display: none !important;
    }

    .basket-checkout-container .basket-checkout-section-inner {
        margin-top: 0px;
    }

    .popup_basket .popup-header .header-text .total-price {

        display: none;
    }

    .scroller {
        overflow: auto;
        overflow-x: scroll;
    }

    .table-wrap.basket-small {
        overflow-x: scroll;
    }

    .top-line-popup .table-wrap table td {
        display: block !important;
    }

    .top-line-popup .table-wrap table {
        min-width: 100% !important;
    }

    .table-item .availability .quantity-counter {
        clear: both;
        margin-top: 20px;
    }

    div#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
        height: auto;
        min-height: 85px;
    }

    .basket-checkout-container .basket-checkout-block-total-title {
        margin-top: 0px;
    }

    .catalog-menu_box {
        display: none !important;
    }

    .popup_basket .popup-footer .btn-delete {
        margin: 0 auto !important;
        display: block;
        float: none;
        width: 100%;
    }

    .top-line-popup .popup-footer button {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .small-basket-buy-wrap {
        clear: both;
        margin-top: 20px;
    }

    /*div#popup_basket {
    display: none;
}*/
    .catalog-menu_box.run.mm-menu.mm-menu_offcanvas {
        display: block !important;
    }

    .city_slider .owl-nav {
        position: absolute;
        right: 50%;
        top: unset;
        width: 70px;
        bottom: -15px;
        /* padding-left: 5px; */
        left: 50%;
        margin-left: -25px;

    }

    .catalog-item.tovar_inner2.list-item.wow.fadeIn .quantity-counter {
        border: none;
        margin-bottom: 0px;
        height: 0px;
    }

    .sub-categories > .link, .deleted-properties .sub-categories > .deleted-property {
        background: #e5e5e5;
        padding: 5px
    }
}

.product-info-sections {
    min-height: 1000px;
    max-width: 960px;
}

@media screen and (max-width: 1399px) {
    .product-info-sections {
        min-height: auto;
    }

    .buy-block-wrap2 {
        display: none !important;
    }

    .buy-block-wrap2.buy-block-wrap2--scrolling {
        display: none !important;
    }

    .product-info-sections {
        width: 100%;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr {
        width: 49%;
        margin-right: 2%;
    }

    .basket-items-list-wrapper-compact .basket-item-block-amount {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 8px;
        margin-left: 10px;
    }

    .ajax-search-item .item-name a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: .85714em;
    }

    input#arrFilter_P6_MIN {
        width: 50px;
    }

    input#arrFilter_P6_MAX {
        width: 50px;
    }

    .map_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -15px;
        margin-bottom: 30px;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr:nth-child(2n) {
        margin-right: 0px;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr .katalog_inn {
        width: 90%;
    }

    .product-main .benefits .benefit {
        margin-right: 0%;
    }

    .lod_wr_r {
        clear: both;
        float: none;
        width: auto;
        text-align: center;
    }

    .js-dscoras.ds-form {
        width: 100%;
    }

    .lod_wr_r a {
        padding-right: 0px;
    }

    .lod_wr_l {
        clear: both;
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-form form {
        text-align: center;
    }

    .modal-dialog .title-h2 .header-text {
        font-size: 20px;
    }

    .required-info {
        width: 90%;
        margin: 0 auto;
        margin-top: 14px;
    }

    .reg_wr {
        width: 600px;
    }

    .modal-form .modal-dialog {
        padding: 20px;
    }

    .katalog_inn {
        width: 32%;
    }

    .katalog_content:after {
        content: '';
        width: 32%;
    }

    .katalog_wrap {
        background-size: cover;
    }

    .rass_wrap .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rass_form {
        width: 46.5%;
    }

    .rass_form input[type="text"] {
        width: 65%;
    }

    .soc_box {
        width: 19%;
    }

    .g_metrik {
        width: 22%;
    }

    .search_box {
        width: 36%;
    }

    .phone_box {
        width: 27.5%;
    }
}




@media screen and (max-width: 1299px) {
    .buy-block-wrap3 {
        display: none;
    }
}

@media screen and (min-width: 1300px) {

    div#characteristics2 {
        width: 100%;
    }

    i.search-clear.flaticon-close47 {
        /*  display: block !important;*/
    }

    .tech-info-block > header > i:before {
        display: none;
    }

    .map_item_right {
        width: 55.5%;
    }

    .catalog-table-item .art-wrap.no-art > .art {
        display: none;
    }

    .map_item_left {
        width: 43.5%;
    }

    .map_item_left_b {
        height: 381px;
        padding: 30px;
    }

    .contact_wrap_item {
        width: 50%;
        min-height: 100px;
    }

    .contact_wrap_item:last-child {
        width: 50%;
    }

    .contact_wrap_item .btn--orange {
        float: unset;
    }

    .contact_wrap_adr_item {
        width: 49%;
        margin-right: 2%;
    }

    .contact_wrap_adr_item:nth-child(2n) {
        margin-right: 0px;
        margin-bottom: 2%;
    }

    .contact_wrap_adr_item .btn--blue {
        margin: 0 auto;
        text-align: center;
        /* position: relative; */
        bottom: 30;
        margin-left: -110px;
        left: 50%;
    }

    .logo_box {
        width: 19%;
    }

    .search_box {
        width: 34%;
    }

    .index_content ul li {
        margin-bottom: 5px;
    }

    .rass_box {
        width: 53%;
    }

    .center_footer .l_menu {
        width: 29%;
    }

    .center_footer .r_menu {
        width: 66%;
    }

    .city_slider_inn {
        padding: 25px;
    }

    .city_slider .metro_icon span {
        margin-bottom: 10px;
    }

    .city_name {
        margin: 10px 0 15px 0;
    }

    .price {
        width: 19%;
    }

    .soc_box {
        width: 18%;
    }

    .g_metrik {
        width: 24%;
    }
}




@media screen and (max-width: 1200px) {
    .pseudolink {
        width: 45px !important;
        height: 45px !important;
        margin: 8px 0 0 0;
        background-size: 15px !important;
    }

    .popup_basket .popup-header .header-text .total-price {

        display: none;
    }

    .scroller {
        overflow: auto;
        overflow-x: scroll;
    }

    .text-content {
        display: none;
    }

    .top_footer .zvonok_box {
        padding-left: 33%;
        width: 69.5%;
        padding-top: 5px;
    }

    .icon_cart {
        width: 45px;
        height: 45px;
        margin: 8px 0 0 0;
        background-size: 15px;
    }

    .top_header .content {
        width: 9%;
    }

    #basket {
        position: relative;
    }

    .kol_cart {
        display: block;
        color: #4d4d4d;
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        width: 22px;
        height: 22px;
        background-color: #e6e6e6;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: 8px;
    }

    .top_header {
        padding: 42px 0 85px 0;
        position: relative;
    }

    .search-block {
        width: auto;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 10px;
    }

    .search_box {
        width: 0;
    }

    .logo_box {
        width: 30%;
    }

    .phone_box {
        width: 40%;
    }

    .content {
        width: 12%;
    }

    .title_h1 {
        padding: 50px 0 40px 0;
    }

    .populyar_wrap {
        padding-bottom: 60px;
    }

    .katalog_inn {
        margin-bottom: 20px;
    }

    .katalog_wrap {
        padding-bottom: 50px;
    }

    .one_s .btn {
        width: 100%;
    }

    .rass_img {
        width: 20%;
    }

    .tovar_name {
        padding: 0 5px;
    }

    .top_footer .logo img {
        width: 215px;
    }

    .copy_box {
        width: 50%;
        padding-bottom: 25px;
    }

    .price {
        width: 50%;
        padding-bottom: 25px;
    }

    .price span {
        max-width: 100%;
    }

    .soc_box {
        width: 50%;
    }

    .g_metrik {
        width: 50%;
    }

    .g_metrik .flex_box {
        width: 280px;
    }

    .center_footer .l_menu {
        width: 32%;
    }
}

@media screen and (max-width: 1099px) {

    .rass_box,
    .rass_form {
        width: 100%;
    }

    .rass_form input[type="text"] {
        width: 75%;
    }
}

@media screen and (max-width: 1023px) {
    td.basket-items-list-item-price.hidden-xs {
        margin-left: 20px !important;
        display: block !important;
    }
    .tovar_inner {
        height: 595px;
    }

    .katalog_inn {
        width: 49%;
    }

    .new_wrap .title_h1 {
        padding: 55px 0 0 0;
    }

    .new_wrap {
        padding-bottom: 40px;
    }

    .preim_cont {
        padding: 0;
    }

    .preim_text,
    .preim_inn:nth-child(2n) .preim_text {
        padding-top: 25px;
    }

    .preim_inn:nth-child(2n) {
        padding-top: 0;
    }

    .preim_inn {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    .img_new_bl {
        display: none;
    }

    .text_new_bl {
        width: 100%;
    }

    .text_new_bl .bg-color {
        background: url(/css/../img/img_new_bl2.png) no-repeat right top;
        padding-right: 300px;
    }

    .index_content .bg-color li {
        margin-bottom: 25px;
    }

    .top_footer .logo {
        width: 27%;
    }

    .top_footer .phone_box {
        width: 73%;
    }

    .top_footer .zvonok_box {
        padding-left: 27%;
        width: 65%;
    }

    .ymetrik {
        width: 35%;
        text-align: left;
    }

    .center_footer .l_menu ul {
        width: 100%;
    }

    .center_footer .r_menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .center_footer .r_menu .end {
        display: none;
    }

    .center_footer .r_menu li:nth-last-child(-n+3) {
        display: block;
    }

    .one_s {
        width: 32%;
        position: relative;
        z-index: 2;
    }

    .city_slider {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .hideOnMobile {
        display: none;
    }



    #basket {
        position: static;
    }

    .btn-basket .basket-items-number-sticker {
        left: auto;
        top: auto;
        right: auto;
        margin-left: 35px;
        margin-top: 5px;
    }

    #popup_basket {
        width: 96vw;
        left: 2vw;
        top: 110%;
    }

}

@media (max-width: 900px) {
    div#photo-block {
        width: 100%;
    }

    .buy-block-origin2 {
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
    body:before {
        display: none;
    }

    .filter-section {
        margin-right: 2% !important;
        width: 49% !important;
    }

    .form_filter > .filter-content {
        display: none;
    }

    .filter-section:nth-child(2n) {
        margin-right: 0px !important;
    }

    .top_header {
        padding: 5px 0 85px 0;
    }

    .logo_box {
        width: 35.5%;
    }

    .logo_box img {
        width: 173px;
    }

    .phone_box_inn1 {
        display: none;
    }

    .phone_box_inn a.mobile {
        display: block
    }

    .phone_box_inn a.desktop {
        /*display: none*/
    }

    .phone_box_inn2 {
        display: block;
    }

    .phone_box_inn2 .ds-form {
        color: #0070f6;
        font-size: 16px;
        font-weight: 700;
        padding: 4px 0 0 0;
    }

    .phone_box_inn2 a {
        color: #4d4d4d;
        font-size: 12px;
        font-weight: 400;
        border-bottom: 1px dotted #4d4d4d;
    }

    .phone_box_inn2 a:hover {
        border-bottom: none;
    }

    .phone_box {
        width: 48%;
    }

    .pseudolink {
        width: 45px !important;
        height: 45px !important;
        margin: 8px 0 0 0;
        background-size: 15px !important;
    }

    .text-content {
        display: none;
    }

    .top_header {
        padding: 5px 0 65px 0;
    }

    #search-field {
        height: 45px;

    }

    #search-field::-webkit-input-placeholder {
        font-size: 12px;
        padding-top: 5px;
    }

    #search-field:-moz-placeholder {
        font-size: 12px;
        padding-top: 5px;
    }

    #search-field::-moz-placeholder {
        font-size: 12px;
        padding-top: 5px;
    }

    #search-field:-ms-input-placeholder {
        font-size: 12px;
        padding-top: 5px;
    }

    .btn-search {
        width: 17px;
        height: 17px;
        right: 20px;
        top: 15px;
        background-size: contain;
    }

    .search-controls .jq-selectbox__select-text {
        font-size: 12px;
    }

    .search-controls .jq-selectbox {
        right: 30px;
        top: 6px;
    }

    .search-controls .jq-selectbox__select-text:before {
        right: 21px;
        top: 8px;
    }

    .search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li {
        font-size: 12px;
    }

    .search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:first-child:before {
        top: 7px;
    }

    .menu_bot {
        display: none;
    }

    .kat_btn {
    }

    .kat_btn span {
    }

    .index_content .slider_top ul {
        display: none;
    }

    .title_h1 {
        padding: 35px 0 40px 0;
    }

    .populyar_wrap .tovar_inner:before {
        left: 30px;
        top: 15px;
    }

    .tovar_availability {
        padding-left: 25px;
        margin: 23px 0 12px 0;
    }

    .tovar_price {
        margin: 0 0 25px 0;
    }

    .katalog_inn {
        /* height: 148px; */
        height: auto;
    }

    .katalog_inn img {
        /* bottom: 15px;
    right: 35px;
    max-width: 45%;
    max-height: 45%;*/
        bottom: 38px;
        right: 18px;
        max-width: 30%;
        max-height: 45%;
        max-width: 46px;
        max-height: 50px;
        display: none !important;
    }

    .katalog_inn:first-child img {
        bottom: 30px;
    }

    .katalog_inn:nth-child(4) img {
        bottom: 28px;
    }

    .new_wrap .title_h1 {
        margin-bottom: 30px;
    }

    .conditions_wrap {
        padding-top: 50px;
    }

    .preim_image {
        width: 16%;
    }

    .preim_text, .preim_inn:nth-child(2n) .preim_text {
        padding-top: 33px;
    }

    .preim_text {
        width: 84%;
    }

    .preim_inn {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-bottom: 50px;
    }

    .preim_inn:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

    .text_new_bl .title_h1 {
        padding: 35px 0 25px 0;
    }

    .text_new_bl .title_h2 {
        margin: 35px 0 13px 0;
    }

    .text_new_bl .bg-color {
        margin-bottom: 20px;
    }

    .conditions_wrap {
        padding-bottom: 35px;
    }

    .brend_wrap {
        padding-bottom: 70px;
        padding-top: 10px;
    }

    .brend_inn {
        height: 130px;
    }

    .rass_form input[type="text"] {
        width: 65%;
    }

    .rass_wrap {
        padding: 60px 0 65px 0;
    }

    .top_footer .logo {
        width: 33%;
    }

    .top_footer .logo img {
        width: 200px;
    }

    .top_footer .phone_box {
        width: 67%;
        margin-top: 0;
    }

    .top_footer .flex_box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .phone_box_inn:first-child {
        width: 55%;
    }

    .ymetrik {
        width: 30.5%;
    }

    .center_footer .l_menu a,
    .center_footer .r_menu a {
        font-size: 14px;
    }

    .top_footer {
        padding: 60px 0 33px 0;
    }

    .center_footer .flex_box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .center_footer .l_menu li {
        margin-bottom: 6px;
    }

    .center_footer .r_menu {
        width: 67%;
    }

    .center_footer .r_menu li {
        margin-bottom: 5px;
    }

    .center_footer {
        padding-bottom: 40px;
    }

    .copy_box {
        width: 60%;
        padding-bottom: 20px;
    }

    .copy_box span,
    .a_box a,
    .soc_box .title {
        font-size: 14px;
    }

    .price {
        width: 40%;
        padding-bottom: 20px;
    }

    .soc_box {
        width: 60%;
    }

    .g_metrik {
        width: 40%;
    }

    .catalog-menu-lvl0-item {
        padding: 0px 25px 0px 20px;
    }

    .catalog-menu-lvl1-content {
        padding: 25px;
    }

    .catalog-menu-lvl1 {
        margin-bottom: 10px;
        width: 50%;
    }

    .kat_btn:before {
        display: none;
    }

    .bottom_header .container {
        padding: 0;
    }

    .kat_tovar {
        width: 18.5%;
    }

    .kat_btn {
    }

    .phone_box_inn:first-child {
        width: 50%;
    }

    .one_s {
        width: 45%;
    }

    .city_slider {
        width: 49%;
    }

    .one_s .btn {
        width: 220px;
    }

    .mfp-content {
        max-width: 728px;
    }

    .form_login, form_pass_recover {
        padding: 0 30px;
    }

    .form_socials {
        padding: 33px 15px 0 30px;
    }

    .form_login .textinput,
    .form_pass_recover .textinput {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .bx-soa-pp-company .bx-soa-pp-company-image {
        display: none;
    }

    #bx-soa-paysystem .bx-soa-pp-company .bx-soa-pp-company-image {
        display: block;
        width: 80px;
        height: auto;
    }

    .bx-soa-pp-company-graf-container {
        padding-top: 20px;
    }

    .bx-soa-pp-item-container .bx-soa-pp-company {
        margin: 0 auto !important;
        /* text-align: center; */
        display: block;
        float: none;
        /* width: 100%; */
        /* clear: unset !important; */
        margin-bottom: 13px !important;
        height: auto;
    }

    table#basket-item-table h2.basket-item-info-name {
        display: block;
    }


    td.basket-items-list-item-amount {
        display: block !important;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .basket-items-list-wrapper-compact .basket-item-block-amount {
        margin: 0 auto;
    }

    .blocks-item .name, .hurry-item .name {
        height: 100%;
    }

    .view-type > a {
        position: static !important;
    }

    .view-type {
        position: static !important;
    }

    .catalog-menu_box {
        background-color: #ffffff;
    }

    .ajax-search-item .item-photo {
        max-width: 50px;
        width: 50px;
    }

    .ajax-search-item .item-price {
        width: 80px;
        white-space: normal;
    }

    .ajax-search-item .item-actions {
        max-width: 50px;
        width: 50px;

    }

    .bx-soa-cart-total-button-container.visible-xs a {
        max-width: 250px;
    }

    .basket-item-block-amount {
        padding-top: 0px;
    }

    .alert:not(.sale_order_full_table .alert) {
        position: fixed;
        top: 20px;
        right: 50%;
        /* margin-left: -25%; */
        margin: 0 auto;
        margin-right: -150px;
        width: 300px;
    }

    /*ul.catalog-menu-lvl0.mm-listview {
    margin-top: 37px;
}*/
    .mm-panels {
        margin-top: 0px;
    }

    .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent {
        top: 57px;
    }

    .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.class_name .mm-panels {
        margin-top: 0px;
    }

    .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.class_name {
        top: 106px;
    }

    .icon_cart {
        background-size: 16px;
    }

    .icon_cart {

        background: #fe7f00 url(/css/../img/svg/cart.svg) no-repeat 9px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        background-size: 16px;
    }

    .tech-info-block dt {
        border-bottom: 0px;
    }

    .katalog_inn .name_katal {
        /*font-size: 13px;*/
        /* min-height: 67px;*/
        /*    width: 80%;*/
    }

    .buy-buttons-wrap button {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .list-item .main-data {
        margin-top: 49px;
    }

    div.bx-blue .btn.btn-default {
        text-align: center;
        margin: 0 auto !important;
    }

    a.btn.btn--blue.pull-left.btn.btn-default.btn-md {
        margin-bottom: 20px !important;
    }

    [data-top-line-position="fixed-top"] .page-header {
        margin-top: 0px;
    }

    [data-styling-type="flat"] .sort-n-view {
        padding-bottom: 10px;
    }

    table.brand .one_brand {
        margin: 0 auto;
        width: 90%;
    }

    .buy-buttons-wrap button.ds-form.btn.btn--gray {
        margin-top: 20px;
    }

    .availability-status {
        margin: 0 auto;
        text-align: center;
    }

    .list-item .one-click-buy {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr {
        width: 100%;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr .katalog_inn {
        width: 100%;
    }

    .catalog-category-content.expand-content .catalog-menu-lvl1 .menu-lvl1-header {
        text-align: left;
    }

    .catalog-category-content.expand-content .catalog-menu-lvl1 .menu-lvl1-link {
        width: 66%;
        float: left;
    }

    main.container.catalog-lvl0-page .catalog-menu-lvl1.active ul {
        clear: both;
    }

    form#dsobr-form {
        padding: 15px;
    }

    .move {
        float: none;
        width: 100%;
        text-align: center;
    }

    .price-values_wrap {
        text-align: center;
    }

    .color-list a {
        margin-bottom: 20px;
    }

    .tech-info-block .expand-content {

        padding-left: 14px;
    }

    .tech-info-block dt {
        text-align: left;
        width: 100%;
    }

    .tech-info-block dt:after {
        display: none;
    }

    .tech-info-block dd {
        text-align: left;
        width: 100%;
        padding-left: 0px;
    }

    .tech-info-block header {
        padding-left: 52px;
    }

    .map_item_left {
        width: 100%;
        float: none;
    }

    .map_item_right {
        width: 100%;
        float: none;
    }


    .form_left {
        float: none;
        width: 100%;
    }

    .form_right {
        float: none;
        width: 100%;
    }

    form#dsobr-form .field-9 {
        width: 100%;
        float: none;
        text-align: center;
    }

    form#dsobr-form .person_dan {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    form#dsobr-form .field-9 .btn {
        text-align: center;
        margin: 0 auto;
    }

    div#dsobrformmessagereport {
        padding: 20px;
    }

    form#dsoras-form .field-1 {
        float: none;
        width: 100%;
    }

    .contact_wrap_item {
        width: 100%;
        float: none;
    }

    .contact_wrap_adr_item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 2%;
    }

    form#dsoras-form .field-2 {
        float: none;
        width: 100%;
    }

    .reg_wr {
        width: 280px;
    }

    .modal-dialog .title-h2 .header-text {
        font-size: 16px;
        text-align: left !important;
    }

    .modal-form h2, .modal-form .title-h2 {
        text-align: left;
    }

    .righ_bl {
        float: none;
        width: 90%;
    }

    .modal-form .form_socials {
        padding: 0px;
    }

    .modal-form .modal-dialog {
        min-width: 300px;
    }

    .general-info .pseudolink {
        float: left;
    }

    .has-admin-info .when-in-stock {
        display: none;
    }

    .more-catalog-wrap .more-catalog {
        width: auto;
        margin: 0 auto !important;
        padding: 0px;
        text-align: center;
        display: block;
    }

    .more-catalog-wrap .more-catalog .btn {
        text-align: center;
        margin: 0 auto;
    }

    .sort-n-view > .text {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
    }

    .sort-n-view > .view-type {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    div.sort-n-view.for-catalog > div:nth-of-type(1) {
        float: right;
        margin: 0 20px 0 0;
    }

    .sort-n-view > .ik_select, .sort-n-view > .sort-by-select {

        height: 40px;


        color: #0070f6;
        font-family: Geometria;
        font-size: 16px;
        font-weight: 400;
        line-height: 38px;
    }

    .ik_select {
        background: transparent !important;
    }

    .filter-section {
        margin-right: 0px;
        width: 100% !important;
    }

    .pagi {
        padding-left: 0px;
    }

    .basket-items-list-wrapper-compact .basket-items-list-item-container > td {
        padding: 0px !important;
    }

    .basket-item-actions-remove:after {
        display: block !important;
    }

    .basket-item-actions-remove:before {
        display: block !important;
    }

    td.basket-items-list-item-price.hidden-xs {
        display: block !important;
    }

    td.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs {
        display: none !important;
    }

    .basket-item-block-amount {
        margin: 0 auto;
    }

    .basket-checkout-block-total {
        text-align: center !important;
    }

    .basket-checkout-block {
        text-align: center !important;
    }

    #bx-soa-order .text-right {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #bx-soa-order .text-right {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .bx-soa-more-btn.col-xs-12 {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .pull-right {
        float: none !important;
        margin: 0 auto;
        clear: both;
        margin-bottom: 20px;
    }

    .pull-left {
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    div#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
        margin-right: 0px !important;

    }

    .bx-soa-pp-item-container .bx-soa-pp-company {
        /* margin-right: 0px !important;*/

        float: none;

    }

    .phone_box {
        width: 63%;
    }

    .a_box {
        padding-top: 0;
    }

    .copy_box {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .price {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .soc_box {
        width: 100%;
        text-align: center;
    }

    .soc_box_cont {
        margin: 0 auto;
    }

    .g_metrik {
        width: 100%;
        text-align: center;
    }

    .g_metrik .flex_box {
        margin: 0 auto;
    }

    .rass_form input[type="text"] {
        width: 100%;
        margin-bottom: 23px;
    }

    .rass_form input[type=submit] {
        margin: 0 auto;
        display: block;
    }

    .top_footer .logo {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .top_footer .phone_box {
        width: 100%;
        text-align: center;
    }

    footer .phone_box_inn:first-child,
    footer .phone_box_inn {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .top_footer .zvonok_box {
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    .top_footer .ds-form {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .top_footer .zvonok_box {
        padding-bottom: 20px;
    }

    .ymetrik {
        text-align: center;
        width: 100%;
    }

    .rass_wrap {
        padding: 40px 0;
    }

    .brend_slider .owl-item {
        padding: 0 1px;
    }

    .text_new_bl .bg-color {
        background: none;
        padding-right: 0;
    }

    .kat_tovar {
        width: 23%;
        height: 45px;
        position: relative;
    }

    .catalog-menu-lvl0 {
        width: 100%;
        background-color: #e6e6e6;
        padding: 0;
    }

    .catalog-menu-lvl0-item {
        padding: 0 15px;
    }

    .catalog-menu-lvl0-item .category-name {
        /*border-bottom: 1px solid #bababa;*/
        color: #000000;
        padding: 18px 0;
        display: inline-flex;
    }

    .catalog-menu-lvl0-item:last-child .category-name {
        border-bottom: none;
    }

    .mm-btn_next:after {
        background: url(/css/../img/svg/menu_arrow_black.svg) no-repeat center;
        border: none;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        right: 0;
    }

    .mm-listitem__text {
        padding: 0;
    }

    .mm-counter {
        display: none;
    }

    .mm-listitem__btn:not(.mm-listitem__text) {
        border-left-width: 0;
        padding: 0;
    }

    .catalog-menu_box.active {
        top: 142px;
        background: transparent;
    }

    .container, .slider_top .owl-nav, .slider_top .owl-dots {
        padding: 0 15px;
    }

    .kat_btn {
    }

    .search-block {
        left: 15px;
        right: 15px;
    }

    .mm-panels {
        background: none;
    }

    .show-hide-hits {
        display: none;
    }

    .mm-btn_close {
        background: url(/css/../img/svg/close_mmenu.svg) no-repeat center;
    }

    .mm-btn_close:after, .mm-btn_close:before {
        display: none;
    }

    .mm-navbar {
        background: #bababa;
    }

    .mm-listitem:after {
        display: none;
    }

    .mm-page {
        position: static;
    }

    header {
        position: relative;
        z-index: 10;
    }

    .catalog-menu_box.class_name {
        z-index: 5;
        background: #0070f6 url(/css/../img/bottom_fon.png) no-repeat center top;
    }

    .mm-menu_offcanvas {
        width: 100%;
        height: 780px !important;
        max-width: 100%;
    }

    .mm-btn:before {
        border: none;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background: url(/css/../img/svg/mm-btn.svg) no-repeat center;
        width: 6px;
        height: 10px;
    }

    .mm-navbar__breadcrumbs > * {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }

    .mm-listitem__btn {
        width: 30px;
        /*border-bottom: 1px solid #bababa;*/
    }

    .hidden_cont_text {
        display: none;
    }

    .hidden_cont_text.active {
        display: block;
    }

    .hidden_more {
        display: block;
        font-size: 16px;
        color: #0070f6;
        margin-top: 20px;
    }

    .pseudolink_box.active {
        left: -65px;
    }

    .form_login,
    .form_socials,
    .form_pass_recover {
        float: none;
        width: 100%;
    }

    .form_login,
    .form_pass_recover {
        padding: 0 15px;
        border-right: none;
        margin-top: 30px;
    }

    .form_socials {
        padding: 0px 15px 0 15px;
    }

    .righ_bl {
        border-left: none;
    }

    .form_login .btn-submit,
    .form_pass_recover .btn-submit {
        margin: 20px 0 40px 0;
    }

    .auth-privilegies {
        display: none;
    }

    .title-h2 {
        padding-top: 0;
    }

    .title-h2 .header-text {
        font-size: 20px;
    }

    label.checkbox-styled,
    .pass_text {
        width: 100%;
        /*  text-align: center;*/
    }

    .form_login .btn-submit,
    .form_pass_recover .btn-submit {
        margin: 20px auto 40px;
        display: block;
    }

    .mfp-content #login {
        background: url(/css/../img/login.png) no-repeat center;
        overflow: hidden;
        background-size: cover;
        padding-top: 35px;
    }

    .mfp-content #reg {
        width: 290px;
        padding: 45px 15px;
    }

    #reg label {
        font-size: 14px;
    }

    #reg .checkbox-content {
        width: 225px;
    }

    #reg .checkbox-styled {
        text-align: left;
        width: 100%;
    }

    .align_left .header-text, .align_left .switch-form-block {
        text-align: center;
    }

    .dspopup-modal {
        padding: 45px 15px 30px;
    }

    .person_dan,
    .person_dan a {
        font-size: 14px;
    }

    .form-head {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .dspopup-modal input[type="text"] {
        margin-bottom: 20px;
    }

    .dspopup-modal .btn {
        margin: 10px auto 30px;
    }
}

@media screen and (max-width: 639px) {
    .katalog_inn {
        width: 100%;
        padding: 25px;
    }

    .preim_inn {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .map_wrap .flex_box {
        display: block;
    }

    .one_s {
        width: 290px;
        margin: 0 auto 20px;
    }

    .city_slider {
        width: 290px;
        margin: 0 auto;
    }

    .map_wrap {
        background-size: cover;
    }

    .phone_box_inn span,
    .phone_box_inn2 a {
        display: none;
    }

    .phone_box {
        width: 57%;
    }

    .slider_top .owl-nav {
        display: none;
    }

    .katalog_inn .name_katal span {
        font-size: 18px;
    }

    .katalog_inn .name_katal {
        height: 100%;
    }

    .tovar_inner {
        height: auto;
        padding-bottom: 12px;
    }

    .preim_text, .preim_inn:nth-child(2n) .preim_text {
        padding-top: 0;
    }

    .center_footer .l_menu,
    .center_footer .r_menu {
        width: 100%;
        text-align: center;
    }

    .center_footer .r_menu ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: 100%;
    }

    .center_footer .l_menu ul,
    .center_footer .r_menu ul {
        display: none;
    }

    .center_footer .l_menu ul.active,
    .center_footer .r_menu ul.active {
        display: block;
    }

    .title_footer_menu {
        display: inline-block;
        vertical-align: top;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        margin: 0 auto 10px;
        padding-right: 15px;
    }

    .title_footer_menu:before {
        content: '';
        width: 5px;
        height: 9px;
        background: url(/css/../img/svg/title_footer_menu.svg) no-repeat center;
        position: absolute;
        right: 0;
        top: 9px;
    }

    .title_footer_menu.active {
        color: #0070f6;
    }

    .title_footer_menu.active:before {
        background: url(/css/../img/svg/title_footer_menu2.svg) no-repeat center;
        width: 9px;
        height: 5px;
        top: 11px;
    }

    .top_footer {
        padding: 30px 0 10px 0;
    }

    .center_footer {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 579px) {
    .kat_tovar {
        width: 140px;
    }

    .phone_box_inn:first-child {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .catalog-menu-lvl1 {
        float: none;
        width: 100%;
    }

    .phone_box_inn a,
    .phone_box_inn2 .ds-form {
        font-size: 12px;
    }

    .phone_box {
        width: 52%;
    }

    .pseudolink,
    .icon_cart {
        width: 35px !important;
        height: 35px !important;
    }

    .kol_cart {
        width: 20px;
        height: 20px;
        right: -8px;
        top: 5px;
    }

    #search-field {
        height: 35px;
        padding-left: 15px;
        padding-bottom: 3px;
    }

    .btn-search {
        right: 12px;
        top: 10px;
    }

    .search-controls .jq-selectbox {
        right: 20px;
        width: 85px;
        padding: 10px 0;
    }

    .kat_tovar,
    .kat_btn {
    }

    .title_h1 {
        font-size: 20px;
        padding: 35px 0 45px 0;
    }

    .populyar_wrap .title_h1 {
        width: 50%;
        line-height: 1.2;
        padding: 35px 0 25px 0;
    }

    .tovar_slider .owl-nav {
        top: -58px;
    }

    .populyar_wrap .tovar_inner:before {
        left: 15px;
    }

    .tovar_img {
        min-height: 230px;
    }

    .tovar_availability {
        margin: 15px 0 5px 0;
    }

    .tovar_price {
        margin: 0 0 18px 0;
    }

    .btn {
        height: 45px;
        padding: 12px 0;
    }

    .populyar_wrap {
        padding-bottom: 50px;
    }

    .katalog_wrap .title_h1 {
        padding: 40px 0 35px 0;
    }

    .katalog_inn {
        /*height: 116px; */
        height: auto;
    }

    .new_wrap .title_h1 {
        margin-bottom: 35px;
        padding: 35px 0 0 0;
    }

    .new_wrap .kol {
        right: -28px;
        bottom: 8px;
    }

    .tovar_img img {
        height: 85%;
    }

    .conditions_wrap .title_h1 {
        padding: 8px 0 30px 0;
    }

    .conditions_wrap .text_new_bl .title_h1 {
        padding: 8px 0 20px 0;
        line-height: 1.3;
    }

    .preim_image {
        width: 25%;
    }

    .preim_text {
        width: 75%;
    }

    .brend_wrap .title_h1 {
        padding: 40px 0 40px 0;
    }

    .brend_inn {
        height: 75px;
    }

    .brend_inn img {
        max-width: 75%;
    }

    .brend_wrap {
        padding-bottom: 55px;
    }

    .map_wrap {
        padding: 80px 0 60px;
    }

    .city_slider_inn {
        padding: 20px;
    }

    .one_s img {
        margin: 10px auto;
    }

    .one_s .btn {
        margin: 25px auto 15px;
    }

    .city_slider_inn {
        height: 275px;
        min-width: 290px;
        width: 290px !important;
    }

    .city_name {
        margin: 15px 0;
    }

    .rass_img {
        width: 28%;
    }

    .rass_wrap {
        padding: 35px 0;
    }

    .rass_text_box {
        width: 66%;
    }

    .rass_name {
        font-size: 20px;
        line-height: 1.2;
        margin: 7px 0 0 0;
    }

    .rass_box {
        position: relative;
        padding-bottom: 100px;
    }

    .rass_text {
        position: absolute;
        left: 0;
        right: 0;
        margin: 20px 0 0 0;
    }

    .rass_form input[type="text"] {
        height: 45px;
    }

    .rass_form input[type=submit] {
        width: 290px;
    }

    .top_footer {
        padding: 38px 0 10px 0;
    }

    .top_footer .logo {
        margin-bottom: 12px;
    }

    footer .phone_box_inn:first-child, footer .phone_box_inn {
        margin-bottom: 17px;
    }

    .top_footer .zvonok_box {
        padding-bottom: 30px;
    }

    .center_footer {
        margin-top: 5px;
    }

    .title_footer_menu {
        margin: 0 auto 13px;
    }

    .copy_box span, .a_box a {
        font-size: 12px;
    }

    .copy_box {
        padding-bottom: 10px;
        padding-top: 6px;
    }

    .g_metrik {
        padding-top: 10px;
    }

    .g_metrik .title {
        font-size: 14px;
    }

    #toTop {
        width: 55px;
        height: 55px;
        right: 15px;
    }

    .catalog-menu_box.active {
        top: 93px;
    }

    .btn-basket .basket-items-number-sticker {
        margin-left: 25px;
    }

    .product-main .sale_gift_product_container .catalog-item-wrap {
        padding: 0 0px 20px;
    }

    .product-main .sale_gift_product_container .container {
        padding: 0 0px;
    }

}


/*-----------*/



@media screen and (min-width: 1300px) {

    div#product-info-sections {
        width: 100%;
    }

    .slider_top_text {
        padding: 0;
    }

}

@media screen and (max-width: 959px) {


    .tovar_price {
        margin: 0 0 5px 0;
    }

    .special-price {
        margin: 0 0 25px 0;
    }



    .katalog_inn img {
        position: absolute;
        top: 0;
        bottom: 0px;
        right: 18px;
        display: block !important;
        min-height: 100%;
        max-height: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {


    /*ul.catalog-menu-lvl0.mm-listview {
margin-top: 37px;
}*/
    .mm-panels {
        /*margin-top: 40px;*/
    }


    .catalog-menu-lvl0-item .category-name {
        /*border-bottom: 1px solid #bababa;*/
        color: #000000;
        padding: 18px 0;
    }


}

@media screen and (max-width: 639px) {


    .katalog_inn .name_katal {
        height: 100%;
        max-width: 70%;
    }


}

@media screen and (max-width: 579px) {
    .kat_tovar, .kat_btn {
        width: 100%;
    }

    .buy-block-wrap2.buy-block-wrap2--scrolling {
        display: none !important;
    }

    .product-info-sections {
        width: 100%;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr {
        width: 49%;
        margin-right: 2%;
    }

    .basket-items-list-wrapper-compact .basket-item-block-amount {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 8px;
        margin-left: 10px;
    }

    .ajax-search-item .item-name a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: .85714em;
    }

    input#arrFilter_P6_MIN {
        width: 50px;
    }

    input#arrFilter_P6_MAX {
        width: 50px;
    }

    .map_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -15px;
        margin-bottom: 30px;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr:nth-child(2n) {
        margin-right: 0px;
    }

    main.container.catalog-lvl0-page .catalog-category-header_wr .katalog_inn {
        width: 90%;
    }

    .product-main .benefits .benefit {
        margin-right: 0%;
    }

    .lod_wr_r {
        clear: both;
        float: none;
        width: auto;
        text-align: center;
    }

    .js-dscoras.ds-form {
        width: 100%;
    }

    .lod_wr_r a {
        padding-right: 0px;
    }

    .lod_wr_l {
        clear: both;
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-form form {
        text-align: center;
    }

    .modal-dialog .title-h2 .header-text {
        font-size: 20px;
    }

    .required-info {
        width: 90%;
        margin: 0 auto;
        margin-top: 14px;
    }

    .reg_wr {
        width: 600px;
    }

    .modal-form .modal-dialog {
        padding: 20px;
    }

    .katalog_inn {
        width: 32%;
    }

    .katalog_content:after {
        content: '';
        width: 32%;
    }

    .katalog_wrap {
        background-size: cover;
    }

    .rass_wrap .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rass_form {
        width: 46.5%;
    }

    .rass_form input[type="text"] {
        width: 65%;
    }

    .soc_box {
        width: 19%;
    }

    .g_metrik {
        width: 22%;
    }

    .search_box {
        width: 36%;
    }

    .phone_box {
        width: 27.5%;
    }
}

@media screen and (max-width: 1299px) {
    .buy-block-wrap3 {
        display: none;
    }
}

@media screen and (min-width: 1300px) {


    div#product-info-sections {
        width: 100%;
        max-width: 960px;
    }

    div#characteristics2 {
        width: 100%;
    }

    i.search-clear.flaticon-close47 {
        /*  display: block !important;*/
    }

    .tech-info-block > header > i:before {
        display: none;
    }

    .map_item_right {
        width: 55.5%;
    }

    .catalog-table-item .art-wrap.no-art > .art {
        display: none;
    }

    .map_item_left {
        width: 43.5%;
    }

    .map_item_left_b {
        height: 381px;
        padding: 30px;
    }

    .contact_wrap_item {
        width: 50%;
        min-height: 100px;
    }

    .contact_wrap_item:last-child {
        width: 50%;
    }

    .contact_wrap_item .btn--orange {
        float: unset;
    }

    .contact_wrap_adr_item {
        width: 49%;
        margin-right: 2%;
    }

    .contact_wrap_adr_item:nth-child(2n) {
        margin-right: 0px;
        margin-bottom: 2%;
    }

    .contact_wrap_adr_item .btn--blue {
        margin: 0 auto;
        text-align: center;
        /* position: relative; */
        bottom: 30;
        margin-left: -110px;
        left: 50%;
    }

    .logo_box {
        width: 19%;
    }

    .search_box {
        width: 34%;
    }

    .slider_top_text {
        padding: 0;
    }

    .index_content ul li {
        margin-bottom: 5px;
    }

    .rass_box {
        width: 53%;
    }

    .center_footer .l_menu {
        width: 29%;
    }

    .center_footer .r_menu {
        width: 66%;
    }

    .city_slider_inn {
        padding: 25px;
    }

    .city_slider .metro_icon span {
        margin-bottom: 10px;
    }

    .city_name {
        margin: 10px 0 15px 0;
    }

    .price {
        width: 19%;
    }

    .soc_box {
        width: 18%;
    }

    .g_metrik {
        width: 24%;
    }

}

@media screen and (max-width: 1200px) {
    .pseudolink {
        width: 45px !important;
        height: 45px !important;
        margin: 8px 0 0 0;
        background-size: 15px !important;
    }

    .popup_basket .popup-header .header-text .total-price {

        display: none;
    }

    .scroller {
        overflow: auto;
        overflow-x: scroll;
    }

    .text-content {
        display: none;
    }

    .top_footer .zvonok_box {
        padding-left: 33%;
        width: 69.5%;
        padding-top: 5px;
    }

    .icon_cart {
        width: 45px;
        height: 45px;
        margin: 8px 0 0 0;
        background-size: 15px;
    }

    .top_header .content {
        width: 9%;
    }

    #basket {
        position: relative;
    }

    .kol_cart {
        display: block;
        color: #4d4d4d;
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        width: 22px;
        height: 22px;
        background-color: #e6e6e6;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        position: absolute;
        right: -10px;
        top: 8px;
    }

    .top_header {
        padding: 42px 0 85px 0;
        position: relative;
    }

    .search-block {
        width: auto;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 10px;
    }

    .search_box {
        width: 0;
    }

    .logo_box {
        width: 30%;
    }

    .phone_box {
        width: 40%;
    }

    .content {
        width: 12%;
    }

    .title_h1 {
        padding: 50px 0 40px 0;
    }

    .populyar_wrap {
        padding-bottom: 60px;
    }

    .katalog_inn {
        margin-bottom: 20px;
    }

    .katalog_wrap {
        padding-bottom: 50px;
    }

    .one_s .btn {
        width: 100%;
    }

    .rass_img {
        width: 20%;
    }

    .tovar_name {
        padding: 0 5px;
    }

    .top_footer .logo img {
        width: 215px;
    }

    .copy_box {
        width: 50%;
        padding-bottom: 25px;
    }

    .price {
        width: 50%;
        padding-bottom: 25px;
    }

    .price span {
        max-width: 100%;
    }

    .soc_box {
        width: 50%;
    }

    .g_metrik {
        width: 50%;
    }

    .g_metrik .flex_box {
        width: 280px;
    }

    .center_footer .l_menu {
        width: 32%;
    }
}

@media screen and (max-width: 1099px) {

    .rass_box,
    .rass_form {
        width: 100%;
    }

    .rass_form input[type="text"] {
        width: 75%;
    }

    @media screen and (max-width: 1023px) {
        td.basket-items-list-item-price.hidden-xs {
            margin-left: 20px !important;
            display: block !important;
        }

        .tovar_inner {
            height: 595px;
        }

        .katalog_inn {
            width: 49%;
        }

        .new_wrap .title_h1 {
            padding: 55px 0 0 0;
        }

        .new_wrap {
            padding-bottom: 40px;
        }

        .preim_cont {
            padding: 0;
        }

        .preim_text,
        .preim_inn:nth-child(2n) .preim_text {
            padding-top: 25px;
        }

        .preim_inn:nth-child(2n) {
            padding-top: 0;
        }

        .preim_inn {
            -webkit-flex-basis: 49%;
            -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
        }

        .img_new_bl {
            display: none;
        }

        .text_new_bl {
            width: 100%;
        }

        .text_new_bl .bg-color {
            background: url(/css/../img/img_new_bl2.png) no-repeat right top;
            padding-right: 300px;
        }

        .index_content .bg-color li {
            margin-bottom: 25px;
        }

        .top_footer .logo {
            width: 27%;
        }

        .top_footer .phone_box {
            width: 73%;
        }

        .top_footer .zvonok_box {
            padding-left: 27%;
            width: 65%;
        }

        .ymetrik {
            width: 35%;
            text-align: left;
        }

        .center_footer .l_menu ul {
            width: 100%;
        }

        .center_footer .r_menu ul {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
        }

        .center_footer .r_menu .end {
            display: none;
        }

        .center_footer .r_menu li:nth-last-child(-n+3) {
            display: block;
        }

        .one_s {
            width: 32%;
            position: relative;
            z-index: 2;
        }

        .city_slider {
            width: 65%;
        }
    }

    @media (max-width: 991px) {
        #basket {
            position: static;
        }

        .btn-basket .basket-items-number-sticker {
            left: auto;
            top: auto;
            right: auto;
            margin-left: 35px;
            margin-top: -17px;
        }

        #popup_basket {
            width: 96vw;
            left: 2vw;
            top: 110%;
        }

    }
    @media (max-width: 900px) {
        div#photo-block {
            width: 100%;
        }

        .buy-block-origin2 {
            width: 100%;
        }
    }
    @media screen and (max-width: 959px) {
        body:before {
            display: none;
        }

        /*div#popup_basket {
    display: none !important;
}*/
        .filter-section {
            margin-right: 2% !important;
            width: 49% !important;
        }

        .form_filter > .filter-content {
            display: none;
        }

        .filter-section:nth-child(2n) {
            margin-right: 0px !important;
        }

        .top_header {
            padding: 5px 0 85px 0;
        }

        .logo_box {
            width: 35.5%;
        }

        .logo_box img {
            width: 173px;
        }

        .phone_box_inn1 {
            display: none;
        }

        .phone_box_inn a.mobile {
            display: block
        }

        .phone_box_inn a.desktop {
            /*display: none*/
        }

        .phone_box_inn2 {
            display: block;
        }

        .phone_box_inn2 .ds-form {
            color: #0070f6;
            font-size: 16px;
            font-weight: 700;
            padding: 4px 0 0 0;
        }

        .phone_box_inn2 a {
            color: #4d4d4d;
            font-size: 12px;
            font-weight: 400;
            border-bottom: 1px dotted #4d4d4d;
        }

        .phone_box_inn2 a:hover {
            border-bottom: none;
        }

        .phone_box {
            width: 48%;
        }

        .pseudolink {
            width: 45px !important;
            height: 45px !important;
            margin: 8px 0 0 0;
            background-size: 15px !important;
        }

        .text-content {
            display: none;
        }

        .top_header {
            padding: 5px 0 65px 0;
        }

        #search-field {
            height: 45px;

        }

        #search-field::-webkit-input-placeholder {
            font-size: 12px;
            padding-top: 5px;
        }

        #search-field:-moz-placeholder {
            font-size: 12px;
            padding-top: 5px;
        }

        #search-field::-moz-placeholder {
            font-size: 12px;
            padding-top: 5px;
        }

        #search-field:-ms-input-placeholder {
            font-size: 12px;
            padding-top: 5px;
        }

        .btn-search {
            width: 17px;
            height: 17px;
            right: 20px;
            top: 15px;
            background-size: contain;
        }

        .search-controls .jq-selectbox__select-text {
            font-size: 12px;
        }

        .search-controls .jq-selectbox {
            right: 30px;
            top: 6px;
        }

        .search-controls .jq-selectbox__select-text:before {
            right: 21px;
            top: 8px;
        }

        .search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li {
            font-size: 12px;
        }

        .search-controls .jq-selectbox.opened .jq-selectbox__dropdown ul li:first-child:before {
            top: 7px;
        }

        .menu_bot {
            display: none;
        }

        .kat_btn {
        }

        .kat_btn span {
        }

        .index_content .slider_top ul {
            display: none;
        }

        .title_h1 {
            padding: 35px 0 40px 0;
        }

        .populyar_wrap .tovar_inner:before {
            left: 30px;
            top: 15px;
        }

        .tovar_availability {
            padding-left: 25px;
            margin: 23px 0 12px 0;
        }

        .tovar_price {
            margin: 0 0 5px 0;
        }

        .special-price {
            margin: 0 0 25px 0;
        }


        .katalog_inn {
            /* height: 148px; */
            height: auto;
        }

        .katalog_inn img {
            position: absolute;
            top: 0;
            bottom: 0px;
            right: 18px;
            display: block !important;
            min-height: 100%;
            max-height: 100%;
            max-width: 100%;
        }

        .katalog_inn:first-child img {
            bottom: 30px;
        }

        .katalog_inn:nth-child(4) img {
            bottom: 28px;
        }

        .new_wrap .title_h1 {
            margin-bottom: 30px;
        }

        .conditions_wrap {
            padding-top: 50px;
        }

        .preim_image {
            width: 16%;
        }

        .preim_text, .preim_inn:nth-child(2n) .preim_text {
            padding-top: 33px;
        }

        .preim_text {
            width: 84%;
        }

        .preim_inn {
            -webkit-flex-basis: 45%;
            -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
            margin-bottom: 50px;
        }

        .preim_inn:nth-last-child(-n+2) {
            margin-bottom: 20px;
        }

        .text_new_bl .title_h1 {
            padding: 35px 0 25px 0;
        }

        .text_new_bl .title_h2 {
            margin: 35px 0 13px 0;
        }

        .text_new_bl .bg-color {
            margin-bottom: 20px;
        }

        .conditions_wrap {
            padding-bottom: 35px;
        }

        .brend_wrap {
            padding-bottom: 70px;
            padding-top: 10px;
        }

        .brend_inn {
            height: 130px;
        }

        .rass_form input[type="text"] {
            width: 65%;
        }

        .rass_wrap {
            padding: 60px 0 65px 0;
        }

        .top_footer .logo {
            width: 33%;
        }

        .top_footer .logo img {
            width: 200px;
        }

        .top_footer .phone_box {
            width: 67%;
            margin-top: 0;
        }

        .top_footer .flex_box {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .phone_box_inn:first-child {
            width: 55%;
        }

        .ymetrik {
            width: 30.5%;
        }

        .center_footer .l_menu a,
        .center_footer .r_menu a {
            font-size: 14px;
        }

        .top_footer {
            padding: 60px 0 33px 0;
        }

        .center_footer .flex_box {
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .center_footer .l_menu li {
            margin-bottom: 6px;
        }

        .center_footer .r_menu {
            width: 67%;
        }

        .center_footer .r_menu li {
            margin-bottom: 5px;
        }

        .center_footer {
            padding-bottom: 40px;
        }

        .copy_box {
            width: 60%;
            padding-bottom: 20px;
        }

        .copy_box span,
        .a_box a,
        .soc_box .title {
            font-size: 14px;
        }

        .price {
            width: 40%;
            padding-bottom: 20px;
        }

        .soc_box {
            width: 60%;
        }

        .g_metrik {
            width: 40%;
        }

        .catalog-menu-lvl0-item {
            padding: 0px 25px 0px 20px;
        }

        .catalog-menu-lvl1-content {
            padding: 25px;
        }

        .catalog-menu-lvl1 {
            margin-bottom: 10px;
            width: 50%;
        }

        .kat_btn:before {
            display: none;
        }

        .bottom_header .container {
            padding: 0;
        }

        .kat_tovar {
            width: 18.5%;
        }

        .kat_btn {
        }

        .phone_box_inn:first-child {
            width: 50%;
        }

        .one_s {
            width: 45%;
        }

        .city_slider {
            width: 49%;
        }

        .one_s .btn {
            width: 220px;
        }

        .mfp-content {
            max-width: 728px;
        }

        .form_login, form_pass_recover {
            padding: 0 30px;
        }

        .form_socials {
            padding: 33px 15px 0 30px;
        }

        .form_login .textinput,
        .form_pass_recover .textinput {
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {

        .phone_box_inn a.mobile {
            display: none
        }

        .bx-soa-pp-company .bx-soa-pp-company-image {
            display: none;
        }

        #bx-soa-paysystem .bx-soa-pp-company .bx-soa-pp-company-image {
            display: block;
        }

        .bx-soa-pp-company-graf-container {
            padding-top: 20px;
        }

        .bx-soa-pp-item-container .bx-soa-pp-company {
            margin: 0 auto !important;
            /* text-align: center; */
            display: block;
            float: none;
            /* width: 100%; */
            /* clear: unset !important; */
            margin-bottom: 13px !important;
            height: auto;
        }

        table#basket-item-table h2.basket-item-info-name {
            display: block;
        }


        td.basket-items-list-item-amount {
            display: block !important;
            margin: 0 auto;
            width: 100%;
            text-align: center;
        }

        .basket-items-list-wrapper-compact .basket-item-block-amount {
            margin: 0 auto;
        }

        .blocks-item .name, .hurry-item .name {
            height: 100%;
        }

        .view-type > a {
            position: static !important;
        }

        .view-type {
            position: static !important;
        }

        .catalog-menu_box {
            background-color: #ffffff;
        }

        .ajax-search-item .item-photo {
            max-width: 50px;
            width: 50px;
        }

        .ajax-search-item .item-price {
            width: 80px;
            white-space: normal;
        }

        .ajax-search-item .item-actions {
            max-width: 50px;
            width: 50px;

        }

        .bx-soa-cart-total-button-container.visible-xs a {
            max-width: 250px;
        }

        .basket-item-block-amount {
            padding-top: 0px;
        }

        .alert:not(.sale_order_full_table .alert) {
            position: fixed;
            top: 20px;
            right: 50%;
            /* margin-left: -25%; */
            margin: 0 auto;
            margin-right: -150px;
            width: 300px;
        }

        /*ul.catalog-menu-lvl0.mm-listview {
    margin-top: 37px;
}*/
        .mm-panels {
            /*margin-top: 40px;*/
        }

        .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent {
            top: 57px;
        }

        .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.class_name .mm-panels {
            margin-top: 0px;
        }

        .catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.class_name {
            top: 106px;
        }

        .icon_cart {
            background-size: 16px;
        }

        .icon_cart {

            background: #fe7f00 url(/css/../img/svg/cart.svg) no-repeat 9px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            background-size: 16px;
        }

        .tech-info-block dt {
            border-bottom: 0px;
        }

        .katalog_inn .name_katal {
            /*font-size: 13px;*/
            /* min-height: 67px;*/
            /*    width: 80%;*/
        }

        .buy-buttons-wrap button {
            float: none;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .list-item .main-data {
            margin-top: 49px;
        }

        div.bx-blue .btn.btn-default {
            text-align: center;
            margin: 0 auto !important;
        }

        a.btn.btn--blue.pull-left.btn.btn-default.btn-md {
            margin-bottom: 20px !important;
        }

        [data-top-line-position="fixed-top"] .page-header {
            margin-top: 0px;
        }

        [data-styling-type="flat"] .sort-n-view {
            padding-bottom: 10px;
        }

        table.brand .one_brand {
            margin: 0 auto;
            width: 90%;
        }

        .buy-buttons-wrap button.ds-form.btn.btn--gray {
            margin-top: 20px;
        }

        .availability-status {
            margin: 0 auto;
            text-align: center;
        }

        .list-item .one-click-buy {
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 25px;
        }

        main.container.catalog-lvl0-page .catalog-category-header_wr {
            width: 100%;
        }

        main.container.catalog-lvl0-page .catalog-category-header_wr .katalog_inn {
            width: 100%;
        }

        .catalog-category-content.expand-content .catalog-menu-lvl1 .menu-lvl1-header {
            text-align: left;
        }

        .catalog-category-content.expand-content .catalog-menu-lvl1 .menu-lvl1-link {
            width: 66%;
            float: left;
        }

        main.container.catalog-lvl0-page .catalog-menu-lvl1.active ul {
            clear: both;
        }

        form#dsobr-form {
            padding: 15px;
        }

        .move {
            float: none;
            width: 100%;
            text-align: center;
        }

        .price-values_wrap {
            text-align: center;
        }

        .color-list a {
            margin-bottom: 20px;
        }

        .tech-info-block .expand-content {

            padding-left: 14px;
        }

        .tech-info-block dt {
            text-align: left;
            width: 100%;
        }

        .tech-info-block dt:after {
            display: none;
        }

        .tech-info-block dd {
            text-align: left;
            width: 100%;
            padding-left: 0px;
        }

        .tech-info-block header {
            padding-left: 52px;
        }

        .map_item_left {
            width: 100%;
            float: none;
        }

        .map_item_right {
            width: 100%;
            float: none;
        }


        .form_left {
            float: none;
            width: 100%;
        }

        .form_right {
            float: none;
            width: 100%;
        }

        form#dsobr-form .field-9 {
            width: 100%;
            float: none;
            text-align: center;
        }

        form#dsobr-form .person_dan {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }

        form#dsobr-form .field-9 .btn {
            text-align: center;
            margin: 0 auto;
        }

        div#dsobrformmessagereport {
            padding: 20px;
        }

        form#dsoras-form .field-1 {
            float: none;
            width: 100%;
        }

        .contact_wrap_item {
            width: 100%;
            float: none;
        }

        .contact_wrap_adr_item {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 2%;
        }

        form#dsoras-form .field-2 {
            float: none;
            width: 100%;
        }

        .reg_wr {
            width: 280px;
        }

        .modal-dialog .title-h2 .header-text {
            font-size: 16px;
            text-align: left !important;
        }

        .modal-form h2, .modal-form .title-h2 {
            text-align: left;
        }

        .righ_bl {
            float: none;
            width: 90%;
        }

        .modal-form .form_socials {
            padding: 0px;
        }

        .modal-form .modal-dialog {
            min-width: 300px;
        }

        .general-info .pseudolink {
            float: left;
        }

        .has-admin-info .when-in-stock {
            display: none;
        }

        .more-catalog-wrap .more-catalog {
            width: auto;
            margin: 0 auto !important;
            padding: 0px;
            text-align: center;
            display: block;
        }

        .more-catalog-wrap .more-catalog .btn {
            text-align: center;
            margin: 0 auto;
        }

        .sort-n-view > .text {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            margin-right: 20px;
        }

        .sort-n-view > .view-type {
            float: none;
            margin: 0 auto;
            text-align: center;
            display: block;
        }

        div.sort-n-view.for-catalog > div:nth-of-type(1) {
            float: right;
            margin: 0 20px 0 0;
        }

        .sort-n-view > .ik_select, .sort-n-view > .sort-by-select {

            height: 40px;


            color: #0070f6;
            font-family: Geometria;
            font-size: 16px;
            font-weight: 400;
            line-height: 38px;
        }

        .ik_select {
            background: transparent;
        }

        .filter-section {
            margin-right: 0px;
            width: 100% !important;
        }

        .pagi {
            padding-left: 0px;
        }

        .basket-items-list-wrapper-compact .basket-items-list-item-container > td {
            padding: 0px !important;
        }

        .basket-item-actions-remove:after {
            display: block !important;
        }

        .basket-item-actions-remove:before {
            display: block !important;
        }

        td.basket-items-list-item-price.hidden-xs {
            display: block !important;
        }

        td.basket-items-list-item-price.basket-items-list-item-price-for-one.hidden-xs {
            display: none !important;
        }

        .basket-item-block-amount {
            margin: 0 auto;
        }

        .basket-checkout-block-total {
            text-align: center !important;
        }

        .basket-checkout-block {
            text-align: center !important;
        }

        #bx-soa-order .text-right {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        #bx-soa-order .text-right {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .bx-soa-more-btn.col-xs-12 {
            text-align: center;
            margin: 0 auto;
            float: none;
        }

        .pull-right {
            float: none !important;
            margin: 0 auto;
            clear: both;
            margin-bottom: 20px;
        }

        .pull-left {
            float: none !important;
            margin: 0 auto !important;
            margin-bottom: 20px !important;
        }

        div#bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
            margin-right: 0px !important;

        }

        .bx-soa-pp-item-container .bx-soa-pp-company {
            /* margin-right: 0px !important;*/

            float: none;

        }

        .phone_box {
            width: 63%;
        }

        .a_box {
            padding-top: 0;
        }

        .copy_box {
            width: 100%;
            padding-bottom: 20px;
            text-align: center;
        }

        .price {
            width: 100%;
            padding-bottom: 20px;
            text-align: center;
        }

        .soc_box {
            width: 100%;
            text-align: center;
        }

        .soc_box_cont {
            margin: 0 auto;
        }

        .g_metrik {
            width: 100%;
            text-align: center;
        }

        .g_metrik .flex_box {
            margin: 0 auto;
        }

        .rass_form input[type="text"] {
            width: 100%;
            margin-bottom: 23px;
        }

        .rass_form input[type=submit] {
            margin: 0 auto;
            display: block;
        }

        .top_footer .logo {
            width: 100%;
            text-align: center;
            margin-top: 0;
        }

        .top_footer .phone_box {
            width: 100%;
            text-align: center;
        }

        footer .phone_box_inn:first-child,
        footer .phone_box_inn {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

        .top_footer .zvonok_box {
            padding-left: 0;
            width: 100%;
            text-align: center;
            padding-top: 0;
        }

        .top_footer .ds-form {
            margin-top: 0;
            margin-bottom: 15px;
        }

        .top_footer .zvonok_box {
            padding-bottom: 20px;
        }

        .ymetrik {
            text-align: center;
            width: 100%;
        }

        .rass_wrap {
            padding: 40px 0;
        }

        .brend_slider .owl-item {
            padding: 0 1px;
        }

        .text_new_bl .bg-color {
            background: none;
            padding-right: 0;
        }

        .kat_tovar {
            width: 23%;
            height: 45px;
            position: relative;
        }

        .catalog-menu-lvl0 {
            width: 100%;
            background-color: #e6e6e6;
            padding: 0;
        }

        .catalog-menu-lvl0-item {
            padding: 0 15px;
        }

        .catalog-menu-lvl0-item .category-name {
            /*border-bottom: 1px solid #bababa;*/
            color: #000000;
            padding: 18px 0;
        }

        .catalog-menu-lvl0-item:last-child .category-name {
            border-bottom: none;
        }

        .mm-btn_next:after {
            background: url(/css/../img/svg/menu_arrow_black.svg) no-repeat center;
            border: none;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            right: 0;
        }

        .mm-listitem__text {
            padding: 0;
        }

        .mm-counter {
            display: none;
        }

        .mm-listitem__btn:not(.mm-listitem__text) {
            border-left-width: 0;
            padding: 0;
        }

        .catalog-menu_box.active {
            top: 142px;
            background: transparent;
        }

        .kat_btn {
        }

        .search-block {
            left: 15px;
            right: 15px;
        }

        .mm-panels {
            background: none;
        }

        .show-hide-hits {
            display: none;
        }

        .mm-btn_close {
            background: url(/css/../img/svg/close_mmenu.svg) no-repeat center;
        }

        .mm-btn_close:after, .mm-btn_close:before {
            display: none;
        }

        .mm-navbar {
            background: #bababa;
        }

        .mm-listitem:after {
            display: none;
        }

        .mm-page {
            position: static;
        }

        header {
            position: relative;
            z-index: 10;
        }

        .catalog-menu_box.class_name {
            z-index: 5;
            background: #0070f6 url(/css/../img/bottom_fon.png) no-repeat center top;
        }

        .mm-menu_offcanvas {
            width: 100%;
            height: 780px !important;
            max-width: 100%;
        }

        .mm-btn:before {
            border: none;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            background: url(/css/../img/svg/mm-btn.svg) no-repeat center;
            width: 6px;
            height: 10px;
        }

        .mm-navbar__breadcrumbs > * {
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

        .mm-listitem__btn {
            width: 30px;
            /*border-bottom: 1px solid #bababa;*/
        }

        .hidden_cont_text {
            display: none;
        }

        .hidden_cont_text.active {
            display: block;
        }

        .hidden_more {
            display: block;
            font-size: 16px;
            color: #0070f6;
            margin-top: 20px;
        }

        .pseudolink_box.active {
            left: -65px;
        }

        .form_login,
        .form_socials,
        form_pass_recover {
            float: none;
            width: 100%;
        }

        .form_login, form_pass_recover {
            padding: 0 15px;
            border-right: none;
            margin-top: 30px;
        }

        .form_socials {
            padding: 0px 15px 0 15px;
        }

        .righ_bl {
            border-left: none;
        }

        .form_login .btn-submit,
        .form_pass_recover .btn-submit {
            margin: 20px 0 40px 0;
        }

        .auth-privilegies {
            display: none;
        }

        .title-h2 {
            padding-top: 0;
        }

        .title-h2 .header-text {
            font-size: 20px;
        }

        label.checkbox-styled,
        .pass_text {
            width: 100%;
            /*  text-align: center;*/
        }

        .form_login .btn-submit,
        .form_pass_recover .btn-submit {
            margin: 20px auto 40px;
            display: block;
        }

        .mfp-content #login {
            background: url(/css/../img/login.png) no-repeat center;
            overflow: hidden;
            background-size: cover;
            padding-top: 35px;
        }

        .mfp-content #reg {
            width: 290px;
            padding: 45px 15px;
        }

        #reg label {
            font-size: 14px;
        }

        #reg .checkbox-content {
            width: 225px;
        }

        #reg .checkbox-styled {
            text-align: left;
            width: 100%;
        }

        .align_left .header-text, .align_left .switch-form-block {
            text-align: center;
        }

        .dspopup-modal {
            padding: 45px 15px 30px;
        }

        .person_dan,
        .person_dan a {
            font-size: 14px;
        }

        .form-head {
            color: #000000;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }

        .dspopup-modal input[type="text"] {
            margin-bottom: 20px;
        }

        .dspopup-modal .btn {
            margin: 10px auto 30px;
        }
    }

    @media screen and (max-width: 639px) {
        .katalog_inn {
            width: 100%;
            padding: 25px;
        }

        .preim_inn {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            margin-bottom: 30px;
        }

        .map_wrap .flex_box {
            display: block;
        }

        .one_s {
            width: 290px;
            margin: 0 auto 20px;
        }

        .city_slider {
            width: 290px;
            margin: 0 auto;
        }

        .map_wrap {
            background-size: cover;
        }

        .phone_box_inn span,
        .phone_box_inn2 a {
            display: none;
        }

        .phone_box {
            width: 57%;
        }

        .slider_top .owl-nav {
            display: none;
        }

        .katalog_inn .name_katal span {
            font-size: 18px;
        }

        .katalog_inn .name_katal {
            height: 100%;
            max-width: 70%;
        }

        .tovar_inner {
            height: auto;
            padding-bottom: 12px;
        }

        .preim_text, .preim_inn:nth-child(2n) .preim_text {
            padding-top: 0;
        }

        .center_footer .l_menu,
        .center_footer .r_menu {
            width: 100%;
            text-align: center;
        }

        .center_footer .r_menu ul {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            width: 100%;
        }

        .center_footer .l_menu ul,
        .center_footer .r_menu ul {
            display: none;
        }

        .center_footer .l_menu ul.active,
        .center_footer .r_menu ul.active {
            display: block;
        }

        .title_footer_menu {
            display: inline-block;
            vertical-align: top;
            color: #000000;
            font-size: 16px;
            font-weight: 500;
            position: relative;
            margin: 0 auto 10px;
            padding-right: 15px;
        }

        .title_footer_menu:before {
            content: '';
            width: 5px;
            height: 9px;
            background: url(/css/../img/svg/title_footer_menu.svg) no-repeat center;
            position: absolute;
            right: 0;
            top: 9px;
        }

        .title_footer_menu.active {
            color: #0070f6;
        }

        .title_footer_menu.active:before {
            background: url(/css/../img/svg/title_footer_menu2.svg) no-repeat center;
            width: 9px;
            height: 5px;
            top: 11px;
        }

        .top_footer {
            padding: 30px 0 10px 0;
        }

        .center_footer {
            padding-bottom: 0px;
        }
    }

    @media screen and (max-width: 579px) {
        .kat_tovar, .kat_btn {
            width: 100%;
        }

        .phone_box_inn:first-child {
            width: 100%;
        }
    }

    @media screen and (max-width: 479px) {
        .catalog-menu-lvl1 {
            float: none;
            width: 100%;
        }

        .phone_box_inn a,
        .phone_box_inn2 .ds-form {
            font-size: 12px;
        }

        .phone_box {
            width: 52%;
        }

        .pseudolink,
        .icon_cart {
            width: 35px !important;
            height: 35px !important;
        }

        .kol_cart {
            width: 20px;
            height: 20px;
            right: -8px;
            top: 5px;
        }

        #search-field {
            height: 35px;
            padding-left: 15px;
            padding-bottom: 3px;
        }

        .btn-search {
            right: 12px;
            top: 10px;
        }

        .search-controls .jq-selectbox {
            right: 20px;
            width: 85px;
            padding: 10px 0;
        }

        .kat_tovar,
        .kat_btn {
            height: 35px;
        }

        .title_h1 {
            font-size: 20px;
            padding: 35px 0 45px 0;
        }

        .populyar_wrap .title_h1 {
            width: 50%;
            line-height: 1.2;
            padding: 35px 0 25px 0;
        }

        .tovar_slider .owl-nav {
            top: -58px;
        }

        .populyar_wrap .tovar_inner:before {
            left: 15px;
        }

        .tovar_img {
            min-height: 230px;
        }

        .tovar_availability {
            margin: 15px 0 5px 0;
        }

        .tovar_price {
            margin: 0 0 18px 0;
        }

        .btn {
            height: 45px;
            padding: 12px 0;
        }

        .populyar_wrap {
            padding-bottom: 50px;
        }

        .katalog_wrap .title_h1 {
            padding: 40px 0 35px 0;
        }

        .katalog_inn {
            /*height: 116px; */
            height: auto;
        }

        .new_wrap .title_h1 {
            margin-bottom: 35px;
            padding: 35px 0 0 0;
        }

        .new_wrap .kol {
            right: -28px;
            bottom: 8px;
        }

        .tovar_img img {
            height: 85%;
        }

        .conditions_wrap .title_h1 {
            padding: 8px 0 30px 0;
        }

        .conditions_wrap .text_new_bl .title_h1 {
            padding: 8px 0 20px 0;
            line-height: 1.3;
        }

        .preim_image {
            width: 25%;
        }

        .preim_text {
            width: 75%;
        }

        .brend_wrap .title_h1 {
            padding: 40px 0 40px 0;
        }

        .brend_inn {
            height: 75px;
        }

        .brend_inn img {
            max-width: 75%;
        }

        .brend_wrap {
            padding-bottom: 55px;
        }

        .map_wrap {
            padding: 80px 0 60px;
        }

        .city_slider_inn {
            padding: 20px;
        }

        .one_s img {
            margin: 10px auto;
        }

        .one_s .btn {
            margin: 25px auto 15px;
        }

        .city_slider_inn {
            height: 275px;
            min-width: 290px;
            width: 290px !important;
        }

        .city_name {
            margin: 15px 0;
        }

        .rass_img {
            width: 28%;
        }

        .rass_wrap {
            padding: 35px 0;
        }

        .rass_text_box {
            width: 66%;
        }

        .rass_name {
            font-size: 20px;
            line-height: 1.2;
            margin: 7px 0 0 0;
        }

        .rass_box {
            position: relative;
            padding-bottom: 100px;
        }

        .rass_text {
            position: absolute;
            left: 0;
            right: 0;
            margin: 20px 0 0 0;
        }

        .rass_form input[type="text"] {
            height: 45px;
        }

        .rass_form input[type=submit] {
            width: 290px;
        }

        .top_footer {
            padding: 38px 0 10px 0;
        }

        .top_footer .logo {
            margin-bottom: 12px;
        }

        footer .phone_box_inn:first-child, footer .phone_box_inn {
            margin-bottom: 17px;
        }

        .top_footer .zvonok_box {
            padding-bottom: 30px;
        }

        .center_footer {
            margin-top: 5px;
        }

        .title_footer_menu {
            margin: 0 auto 13px;
        }

        .copy_box span, .a_box a {
            font-size: 12px;
        }

        .copy_box {
            padding-bottom: 10px;
            padding-top: 6px;
        }

        .g_metrik {
            padding-top: 10px;
        }

        .g_metrik .title {
            font-size: 14px;
        }

        #toTop {
            width: 55px;
            height: 55px;
            right: 15px;
        }

        .catalog-menu_box.active {
            top: 93px;
        }

        .btn-basket .basket-items-number-sticker {
            margin-left: 25px;
        }

        .product-main .sale_gift_product_container .catalog-item-wrap {
            padding: 0 0px 20px;
        }

        .product-main .sale_gift_product_container .container {
            padding: 0 0px;
        }

    }
}

@media(max-width: 500px) {
  .contact_wrap_adr_item > .btn--blue{
    width: 220px;
      padding: 12px 0;
      height: 45px;
      font-size: 15px;
      font-weight: 500;
  }
}

@media(max-width: 1400px) {
    .catalog-item.tovar_inner.blocks-item .action-buttons .btn--blue,
    .catalog-item.tovar_inner.blocks-item .btn--gray {
        width: 220px;
        padding: 12px 0;
        height: 45px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media(max-width: 767px) {
    .tovar_img img {
        height: 100% !important;
    }
}

@media(max-width: 767px) {
    .tovar_img img {
        position: absolute;
        left: 0;
        right: -40px !important;
        top: -38px !important;
        margin: 0 auto;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .new_wrap .tovar_img img {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
    }
}

@media(max-width:991px) {
	.sim-box a {
		min-width: 150px !important;
	}

    .bx-soa-pp-company[data-delivery="Y"] .bx-soa-pp-company-title {
        align-items: flex-start;
    }
}
/* End */


/* Start:/local/css/restyle.css?169952593246834*/
@charset "UTF-8";
:root {
  --main-color-transparent: transparent !important;
  --main-color-white: #FFFFFF;
  --main-color-red: rgba(255, 0, 61, 0.97);
  --main-color-light-green: #D8F5D7;
  --main-color-green: #0F960A;
  --main-color-ultra-green: #09c109;
  --main-color-dark: #000000;
  --main-color-orange: #EE7F00;
  --main-color-ligt-blue: #E4F0FF;
  --main-color-blue: #0070F6;
  --main-color-yellow: rgba(255, 206, 34, 0.91);
  --main-color-light-gray: #EBEBEB;
  --main-color-middle-gray: #DDDDDD;
  --main-color-gray: #808080;
  --main-color-dark-gray: #505050;
  --main-color-light-blue: #E4F0FF;
  --font-family-geo: 'Geometria', monospace;
  --main-star-color: var(--main-color-yellow);
  --main-star-color-hover: var(--main-color-orange); }

/**
  Кнопки restyle
 */
.btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 48px;
  gap: 8px;
  width: 177px;
  height: 61px;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--font-family-geo);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  white-space: nowrap; }
  .btn.btn-blue {
    background-color: var(--main-color-blue);
    color: var(--main-color-white); }
    .btn.btn-blue:hover, .btn.btn-blue:active {
      background-color: var(--main-color-orange); }
  .btn.btn-light-blue {
    background-color: var(--main-color-light-blue);
    color: var(--main-color-blue); }
    /* .btn.btn-light-blue:hover, .btn.btn-light-blue:active {
      background-color: var(--main-color-blue);
      color: var(--main-color-white); } */
  .btn.btn-transparent {
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color-blue);
    background-color: var(--main-color-transparent); }
    .btn.btn-transparent:hover, .btn.btn-transparent:active {
      color: var(--main-color-orange); }
  .btn.btn-fw-gray {
    border-radius: 50em;
    background-color: var(--main-color-transparent);
    color: var(--main-color-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
    .btn.btn-fw-gray:hover, .btn.btn-fw-gray:active {
      color: var(--main-color-orange); }
      .btn.btn-fw-gray:hover svg > *, .btn.btn-fw-gray:active svg > * {
        stroke: var(--main-color-orange); }
    @media screen and (min-width: 1200px) {
      .btn.btn-fw-gray {
        border-radius: 0;
        background-color: var(--main-color-light-gray);
        color: var(--main-color-dark); } }
  @media screen and (max-width: 450px) {
    .btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
      width: 255px;
      font-size: 20px;
      line-height: 25px; } }

/**
Кнопки без заливки
 */
.btn-outline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 4px;
  cursor: pointer;
  width: 158px;
  height: 40px;
  background: var(--main-color-transparent);
  border: 1px solid var(--main-color-light-gray);
  border-radius: 100px;
  font-family: var(--font-family-geo);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--main-color-dark); }
  .btn-outline:hover, .btn-outline:active {
    color: var(--main-color-orange);
    border: 1px solid var(--main-color-orange); }
    .btn-outline:hover svg > *, .btn-outline:active svg > * {
      stroke: var(--main-color-orange); }
  .btn-outline.no-txt {
    padding: 4px;
    width: 42px; }
    .btn-outline.no-txt span.txt {
      display: none;
      visibility: hidden; }

h1, h2 {
  font-family: var(--font-family-geo);
  font-style: normal;
  font-weight: 700;
  color: var(--main-color-dark); }

h1 {
  font-size: 24px;
  line-height: 30px; }
  h1 span {
    color: var(--main-color-blue); }

h2 {
  font-size: 16px;
  line-height: 20px; }
  h2 span {
    color: var(--main-color-blue); }

.mobile-sticker-container .stickers-container, .sticker-container .stickers-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .mobile-sticker-container .stickers-container .sticker, .sticker-container .stickers-container .sticker {
    display: flex;
    min-width: 74px;
    height: 28px;
    border-radius: 100px;
    padding: 8px 10px;
    font-family: var(--font-family-geo);
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: initial;
    justify-content: center;
    align-items: center;
    margin-right: 8px; }
    .mobile-sticker-container .stickers-container .sticker[class*="flaticon-"]:before, .sticker-container .stickers-container .sticker[class*="flaticon-"]:before {
      margin-right: 5px;
      font-size: initial; }
    .mobile-sticker-container .stickers-container .sticker.available, .sticker-container .stickers-container .sticker.available {
      color: var(--main-color-green);
      background-color: var(--main-color-light-green); }
    .mobile-sticker-container .stickers-container .sticker.gift, .sticker-container .stickers-container .sticker.gift {
      color: var(--main-color-white);
      background-color: var(--main-color-ultra-green); }
    .mobile-sticker-container .stickers-container .sticker.discount, .sticker-container .stickers-container .sticker.discount {
      color: var(--main-color-white);
      background-color: var(--main-color-red); }
    .mobile-sticker-container .stickers-container .sticker.hit, .sticker-container .stickers-container .sticker.hit {
      color: var(--main-color-dark);
      background-color: var(--main-color-yellow); }
    .mobile-sticker-container .stickers-container .sticker.bestseller, .sticker-container .stickers-container .sticker.bestseller {
      color: var(--main-color-white);
      background-color: var(--main-color-blue); }
    .mobile-sticker-container .stickers-container .sticker.new, .sticker-container .stickers-container .sticker.new {
      color: var(--main-color-white);
      background-color: var(--main-color-orange);
      text-transform: uppercase;
      text-align: center; }
    .mobile-sticker-container .stickers-container .sticker.rst, .sticker-container .stickers-container .sticker.rst {
      color: var(--main-color-blue);
      background-color: var(--main-color-ligt-blue); }
      .mobile-sticker-container .stickers-container .sticker.rst::before, .sticker-container .stickers-container .sticker.rst::before {
        width: 19px;
        height: 19px;
        content: '';
        background-position: center center;
        background-image: url(/bitrix/templates/romza_bitronic2_2.21.22/img/bg/rostest.png);
        background-repeat: no-repeat;
        background-size: contain; }
    @media screen and (max-width: 450px) {
      .mobile-sticker-container .stickers-container .sticker, .sticker-container .stickers-container .sticker {
        font-size: 8px;
        line-height: 10px; } }
    @media screen and (min-width: 450px) and (max-width: 1200px) {
      .mobile-sticker-container .stickers-container .sticker, .sticker-container .stickers-container .sticker {
        font-size: 10px;
        line-height: 13px; } }
    @media screen and (min-width: 1600px) {
      .mobile-sticker-container .stickers-container .sticker, .sticker-container .stickers-container .sticker {
        font-weight: 400;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 18px; } }
.mobile-sticker-container .action-buttons, .sticker-container .action-buttons {
  margin-left: auto;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap; }
  .mobile-sticker-container .action-buttons .btn-outline, .sticker-container .action-buttons .btn-outline {
    margin-right: 8px; }
    .mobile-sticker-container .action-buttons .btn-outline:last-child, .sticker-container .action-buttons .btn-outline:last-child {
      margin-right: 0; }
  @media screen and (min-width: 1200px) {
    .mobile-sticker-container .action-buttons, .sticker-container .action-buttons {
      display: flex; } }

@media screen and (max-width: 450px) {
  .mobile-sticker-container {
    display: flex; } }
@media screen and (min-width: 450px) {
  .mobile-sticker-container {
    display: none; } }

@media screen and (max-width: 450px) {
  .sticker-container {
    display: none; } }
@media screen and (min-width: 450px) {
  .sticker-container {
    display: flex; } }

/**
  Кнопки классические
 */
.btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 48px;
  gap: 8px;
  width: 177px;
  height: 61px;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--font-family-geo);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  white-space: nowrap; }
  .btn.btn-blue-important {
    background-color: var(--main-color-blue);
    color: var(--main-color-white); }
    .btn.btn-blue-important:hover, .btn.btn-blue-important:active {
      background-color: var(--main-color-orange) !important; }
  .btn.btn-light-blue {
    background-color: var(--main-color-light-blue);
    color: var(--main-color-blue); }
    /* .btn.btn-light-blue:hover, .btn.btn-light-blue:active {
      background-color: var(--main-color-blue);
      color: var(--main-color-white); } */
  .btn.btn-transparent {
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color-blue);
    background-color: var(--main-color-transparent); }
    .btn.btn-transparent:hover, .btn.btn-transparent:active {
      color: var(--main-color-orange) !important; }
  .btn.btn-fw-gray {
    border-radius: 50em;
    background-color: var(--main-color-transparent);
    color: var(--main-color-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
    .btn.btn-fw-gray:hover, .btn.btn-fw-gray:active {
      color: var(--main-color-orange) !important; }
      .btn.btn-fw-gray:hover svg > *, .btn.btn-fw-gray:active svg > * {
        stroke: var(--main-color-orange); }
    @media screen and (min-width: 1200px) {
      .btn.btn-fw-gray {
        border-radius: 0;
        background-color: var(--main-color-light-gray);
        color: var(--main-color-dark); } }
  @media screen and (max-width: 450px) {
    .btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .btn, .btn.btn-blue, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray, .btn.btn-blue-important {
      width: 255px;
      font-size: 20px;
      line-height: 25px; } }

main.container.style2022 .title-panel {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%; }
  main.container.style2022 .title-panel .title-panel-inner {
    display: flex;
    flex-direction: row;
    margin: 0 auto; }
    main.container.style2022 .title-panel .title-panel-inner img.preview {
      width: 0;
      max-width: 64px;
      max-height: 64px;
      display: none;
      visibility: hidden;
      transition: 100ms visibility, 100ms width; }
    main.container.style2022 .title-panel .title-panel-inner .inner-container {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      width: 100%;
      margin-top: 30px; }
      main.container.style2022 .title-panel .title-panel-inner .inner-container h1 {
        width: 77.3%;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 120%; }
        @media screen and (min-width: 1200px) {
          main.container.style2022 .title-panel .title-panel-inner .inner-container h1 {
            line-height: 25px; } }
      main.container.style2022 .title-panel .title-panel-inner .inner-container .titleRight {
        width: 320px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0; }
        main.container.style2022 .title-panel .title-panel-inner .inner-container .titleRight .product-code-info {
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #808080; }
      main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data {
        height: 30px;
        width: 100%;
        font-family: var(--font-family-geo);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        margin-left: 37px; }
        main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .rating {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          color: var(--main-color-dark); }
          main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .rating svg {
            margin-left: 4px; }
        main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .comments-info {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-left: 8px; }
          main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .comments-info a {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: var(--main-color-dark-gray); }
            main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .comments-info a:hover {
              color: var(--main-color-orange); }
        main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .product-code-info {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin-left: auto; }
          main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .product-code-info span {
            margin-left: 4px; }
        @media (max-width: 1200px) {
          main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data {
            margin-left: 0; }
            main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data h1 {
              margin-bottom: 14px; }
            main.container.style2022 .title-panel .title-panel-inner .inner-container .addition-data .product-code-info {
              font-weight: 500;
              font-size: 8px;
              line-height: 10px; } }
      @media screen and (max-width: 450px) {
        main.container.style2022 .title-panel .title-panel-inner .inner-container {
          flex-direction: column;
          margin-top: 15px;
          margin-bottom: 15px; } }
    main.container.style2022 .title-panel .title-panel-inner .price-block {
      display: none; }
    @media (max-width: 1200px) {
      main.container.style2022 .title-panel .title-panel-inner {
        padding-left: 0;
        padding-right: 0; } }
  main.container.style2022 .title-panel.fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--main-color-white);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
    z-index: 10; }
    main.container.style2022 .title-panel.fixed .title-panel-inner {
      padding: 8px 0; }
      main.container.style2022 .title-panel.fixed .title-panel-inner .image-container {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #000000;
        font-size: 12px;
        text-align: center;
        width: 109px;
        height: 62px;
        vertical-align: center; }
        main.container.style2022 .title-panel.fixed .title-panel-inner .image-container img.preview {
          margin: 0 auto;
          min-height: 62px;
          max-height: 62px;
          min-width: 109px;
          max-width: 109px;
          visibility: visible;
          display: inline-block; }
      main.container.style2022 .title-panel.fixed .title-panel-inner .inner-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center; }
        main.container.style2022 .title-panel.fixed .title-panel-inner .inner-container h1 {
          font-size: 16px;
          line-height: 20px; }
        main.container.style2022 .title-panel.fixed .title-panel-inner .inner-container .addition-data {
          margin-left: 0; }
          main.container.style2022 .title-panel.fixed .title-panel-inner .inner-container .addition-data .product-code-info {
            display: none; }
      main.container.style2022 .title-panel.fixed .title-panel-inner .price-block {
        display: initial; }
        main.container.style2022 .title-panel.fixed .title-panel-inner .price-block .price-panel {
          width: min-content;
          flex-direction: row;
          padding: 0;
          align-items: center;
          justify-content: space-between; }
          main.container.style2022 .title-panel.fixed .title-panel-inner .price-block .price-panel .price {
            display: flex;
            align-items: center;
            margin: 0 5px 0 0; }
    @media screen and (max-width: 450px) {
      main.container.style2022 .title-panel.fixed {
        display: none;
        visibility: hidden; } }
  @media screen and (min-width: 1200px) {
    main.container.style2022 .title-panel {
      margin-bottom: 18px; } }

main.container.style2022 .price-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: var(--main-color-white);
  box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 62px;
  width: 100%;
  z-index: 5;
  padding: 12px 16px; }
  main.container.style2022 .price-panel .price {
    font-family: var(--font-family-geo);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    color: var(--main-color-dark);
    white-space: nowrap; }
    @media screen and (min-width: 450px) {
      main.container.style2022 .price-panel .price {
        font-size: 20px;
        line-height: 25px;
        margin-right: 20px; } }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .price-panel .price {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 7px; } }
    @media screen and (min-width: 1600px) {
      main.container.style2022 .price-panel .price {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px; } }
  main.container.style2022 .price-panel .btn-container .btn-action.buy .txt {
    white-space: nowrap; }
  @media screen and (max-width: 450px) {
    main.container.style2022 .price-panel .btn-container .btn-action.buy .txt {
      display: none; }
    main.container.style2022 .price-panel .btn-container .btn-action.buy:after {
      content: 'Купить'; } }
  @media screen and (min-width: 450px) {
    main.container.style2022 .price-panel {
      position: initial;
      width: max-content;
      background-color: transparent;
      box-shadow: none;
      z-index: initial; } }
  @media screen and (min-width: 1200px) {
    main.container.style2022 .price-panel {
      width: 100%;
      flex-direction: column;
      padding: 0;
      align-items: flex-start;
      justify-content: flex-start; } }

main.container.style2022 #product-info-sections {
  max-width: 100%;
  min-height: initial; }
main.container.style2022 .product-info-sections .combo-links .links-wrap {
  display: flex;
  width: min-content;
  border-width: 1px;
  border-radius: 50em;
  border-style: solid;
  border-color: var(--main-color-light-gray);
  background-color: var(--main-color-white); }
  main.container.style2022 .product-info-sections .combo-links .links-wrap .combo-link {
    background-color: transparent;
    color: var(--main-color-dark); }
    main.container.style2022 .product-info-sections .combo-links .links-wrap .combo-link.active {
      background-color: var(--main-color-dark);
      color: var(--main-color-white); }
main.container.style2022 .product-info-sections .combo-target .combo-header {
  display: flex !important;
  text-align: left;
  color: var(--main-color-dark);
  background-color: transparent;
  border-bottom: 1px solid var(--main-color-light-gray);
  padding: 18px 0; }
  main.container.style2022 .product-info-sections .combo-target .combo-header:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    border: 6px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0px;
    margin-top: 0px;
    background: white; }
  main.container.style2022 .product-info-sections .combo-target .combo-header:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    border: 5px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 5px; }
  @media screen and (min-width: 450px) {
    main.container.style2022 .product-info-sections .combo-target .combo-header {
      display: none !important; } }
  main.container.style2022 .product-info-sections .combo-target .combo-header .text {
    font-family: var(--font-family-geo);
    font-weight: 400;
    font-size: 18px;
    line-height: 23px; }
main.container.style2022 .product-info-sections .combo-target .combo-target-content {
  padding: 30px 0;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: var(--main-color-dark); }
  @media screen and (min-width: 1200px) {
    main.container.style2022 .product-info-sections .combo-target .combo-target-content {
      font-size: 16px; } }
  @media screen and (min-width: 1600px) {
    main.container.style2022 .product-info-sections .combo-target .combo-target-content {
      font-size: 18px; } }
  main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container {
        flex-direction: row;
        justify-content: space-between; } }
    main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column {
      box-sizing: border-box;
      width: 100%; }
      @media screen and (min-width: 450px) {
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column {
          width: 75%; } }
      @media screen and (min-width: 1200px) {
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column {
          width: 49%; } }
      main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block {
        padding-top: 40px; }
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block:first-child {
          padding-top: 0; }
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block header {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          margin-bottom: 16px;
          padding-left: 0 !important;
          border-top-width: 0; }
          main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block header:after {
            display: none; }
          main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block header:hover {
            cursor: initial;
            background-color: transparent; }
          main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block header .text {
            font-family: var(--font-family-geo);
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 120%; }
            main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block header .text:after {
              display: none; }
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block dl dt {
          font-weight: 400;
          font-size: 14px;
          line-height: 130%;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=") 0 15px repeat-x;
          margin-bottom: 10px; }
        main.container.style2022 .product-info-sections .combo-target .combo-target-content .property_container .column .tech-info-block dl dd {
          width: 35%;
          font-weight: 700;
          font-size: 14px;
          line-height: 130%;
          display: inline-flex;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: left;
          margin-bottom: 10px;
          color: var(--main-color-dark); }
main.container.style2022 .product-info-sections .combo-target.shown .combo-header:after {
  display: none; }

main.container.style2022 .product-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 450px) {
    main.container.style2022 .product-main-container {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 67px;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1600px) {
    main.container.style2022 .product-main-container {
      margin-bottom: 80px; } }
  main.container.style2022 .product-main-container .product-main-inner-container {
    width: 100%;
    padding-right: 25px; }
    main.container.style2022 .product-main-container .product-main-inner-container .product-main-block {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1200px) {
        main.container.style2022 .product-main-container .product-main-inner-container .product-main-block {
          flex-direction: row;
          margin-top: 27px; } }
      main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .gallery {
        width: 100%;
        min-height: 260px; }
        @media screen and (min-width: 1200px) {
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .gallery {
            min-width: 320px;
            max-width: 320px;
            min-height: 320px;
            max-height: 320px;
            padding-right: 20px; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .gallery .slider {
              display: flex;
              height: 320px;
              align-items: center;
              justify-content: center; } }
        @media screen and (min-width: 1600px) {
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .gallery {
            min-width: 480px;
            max-width: 480px;
            max-height: 480px;
            padding-right: 30px; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .gallery .slider {
              display: flex; } }
      main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description {
        width: 100%; }
        main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list {
          margin-top: 26px; }
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list h3 {
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 12px; }
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list span.title {
            color: #000000;
            display: block;
            font-weight: bold;
            font-size: 1.28571em; }
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list .row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap; }
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #000000;
            font-size: 12px;
            text-align: center;
            width: 88px;
            height: 88px;
            border-radius: 8px;
            border: 2px solid #f8f8f8;
            margin-right: 12px; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a .title {
              display: none;
              font-size: 12px; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a .circle {
              display: none;
              height: 25px;
              width: 25px;
              border-radius: 12px;
              background: #FFFFFF;
              box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
              margin: 7px auto 0; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a picture {
              min-width: 80px;
              min-height: 80px;
              max-width: 80px;
              max-height: 80px; }
              main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a picture img {
                margin: 0 auto;
                min-height: 80px;
                max-width: 80px;
                max-height: 80px; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a.selected {
              border-radius: 8px;
              border: 2px solid var(--main-color-blue); }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a.not-exist {
              filter: blur(0.6px);
              opacity: 0.45; }
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a.withoutImage {
              width: auto !important;
              height: auto !important;
              padding: 7px 15px;
              color: #333 !important;
              border-radius: 50em; }
              main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list a.withoutImage .title {
                display: block;
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 18px;
                text-align: center;
                color: var(--main-color-dark-gray);
                padding: 11px 16px; }
          @media screen and (min-width: 1200px) {
            main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description .color-list {
              margin-top: 0; } }
        @media screen and (min-width: 1200px) {
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description {
            flex-direction: row;
            width: calc(100% - 320px); } }
        @media screen and (min-width: 1600px) {
          main.container.style2022 .product-main-container .product-main-inner-container .product-main-block .description {
            width: calc(100% - 480px); } }
    @media screen and (min-width: 450px) {
      main.container.style2022 .product-main-container .product-main-inner-container {
        width: calc(100% - 380px); } }
    @media screen and (min-width: 450px) and (max-width: 1200px) {
      main.container.style2022 .product-main-container .product-main-inner-container {
        width: 100%; } }
  main.container.style2022 .product-main-container .product-price-block {
    width: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 450px) {
      main.container.style2022 .product-main-container .product-price-block .price-panel .price {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 7px; } }
    @media screen and (min-width: 1600px) {
      main.container.style2022 .product-main-container .product-price-block .price-panel .price {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px; } }
    @media screen and (min-width: 450px) {
      main.container.style2022 .product-main-container .product-price-block .price-panel {
        flex-direction: column;
        align-items: flex-start; } }
    main.container.style2022 .product-main-container .product-price-block .delivery-text, main.container.style2022 .product-main-container .product-price-block .delivery-pickup {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px;
      background-repeat: no-repeat;
      background-position: left center;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      height: 24px;
      padding-left: 32px;
      color: var(--main-color-dark-gray); }
      main.container.style2022 .product-main-container .product-price-block .delivery-text a, main.container.style2022 .product-main-container .product-price-block .delivery-pickup a {
        color: var(--main-color-blue);
        text-decoration: none;
        cursor: pointer; }
    main.container.style2022 .product-main-container .product-price-block .links-block {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      margin-top: 15px; }
      @media screen and (min-width: 1200px) {
        main.container.style2022 .product-main-container .product-price-block .links-block .btn-fw-gray {
          width: 80%;
          border-radius: 35px;
          height: 40px;
          margin: 0 0 20px;
          background: transparent;
          transition: all .2s linear; } }
    @media screen and (min-width: 450px) {
      main.container.style2022 .product-main-container .product-price-block {
        flex-direction: column;
        width: 250px;
        border: 1px solid var(--main-color-light-gray);
        border-radius: 6px;
        padding-top: 23px;
        padding-bottom: 10px;
        margin-top: 0;
        height: min-content; }
        main.container.style2022 .product-main-container .product-price-block .price-block, main.container.style2022 .product-main-container .product-price-block .delivery-text, main.container.style2022 .product-main-container .product-price-block .delivery-pickup {
          margin: 0 23px 15px; } }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-main-container .product-price-block {
        padding: 35px 0 0;
        width: 320px; }
        main.container.style2022 .product-main-container .product-price-block .price-block, main.container.style2022 .product-main-container .product-price-block .delivery-text, main.container.style2022 .product-main-container .product-price-block .delivery-pickup {
          margin: 0 28px 15px; } }
  main.container.style2022 .product-main-container .techdata-container .techdata, main.container.style2022 .product-main-container .techdata-mobile-container .techdata {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--main-color-dark-gray); }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-main-container .techdata-container .techdata, main.container.style2022 .product-main-container .techdata-mobile-container .techdata {
        display: initial; } }
    main.container.style2022 .product-main-container .techdata-container .techdata dt.dots, main.container.style2022 .product-main-container .techdata-mobile-container .techdata dt.dots {
      width: 50%;
      margin: 0 0 15px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=") 0 15px repeat-x; }
      main.container.style2022 .product-main-container .techdata-container .techdata dt.dots span, main.container.style2022 .product-main-container .techdata-mobile-container .techdata dt.dots span {
        padding-right: 5px;
        padding-bottom: 5px;
        background-color: var(--main-color-white); }
    main.container.style2022 .product-main-container .techdata-container .techdata dd, main.container.style2022 .product-main-container .techdata-mobile-container .techdata dd {
      width: 50%;
      margin: 0 0 15px;
      font-weight: bold;
      padding-left: 5px; }
  main.container.style2022 .product-main-container .techdata-container .techdata-all, main.container.style2022 .product-main-container .techdata-mobile-container .techdata-all {
    color: var(--main-color-blue);
    font-size: 14px;
    line-height: 130%; }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-main-container .techdata-container .techdata-all, main.container.style2022 .product-main-container .techdata-mobile-container .techdata-all {
        display: initial; } }
  main.container.style2022 .product-main-container .techdata-container {
    display: none; }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-main-container .techdata-container {
        display: inline-flex;
        flex-direction: column;
        width: 90%;
        margin-top: 18px; } }
    @media screen and (min-width: 1600px) {
      main.container.style2022 .product-main-container .techdata-container {
        margin-top: 40px; } }
  main.container.style2022 .product-main-container .techdata-mobile-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 1200px) {
      main.container.style2022 .product-main-container .techdata-mobile-container {
        display: none; } }

main.container.style2022 .table-metro td, main.container.style2022 .table-metro th {
  padding: 4px 7px;
  vertical-align: middle; }

#dscredit-form textarea {
  width: 100%; }

#buy_in_credit {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  max-width: 100%;
  border-radius: 6px; }
  #buy_in_credit #popup-window-titlebar-buy_in_credit {
    padding: 24px; }
    #buy_in_credit #popup-window-titlebar-buy_in_credit .popup-window-titlebar-text {
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      color: var(--main-color-dark); }
    @media screen and (min-width: 1200px) {
      #buy_in_credit #popup-window-titlebar-buy_in_credit {
        padding: 56px 52px 27px; } }
  #buy_in_credit #popup-window-content-buy_in_credit {
    background-color: transparent;
    padding: 0 24px 52px; }
    #buy_in_credit #popup-window-content-buy_in_credit .buy-in-credit-container {
      padding: 10px; }
    @media screen and (min-width: 1200px) {
      #buy_in_credit #popup-window-content-buy_in_credit {
        padding: 0 52px 52px; } }
  @media screen and (min-width: 1200px) {
    #buy_in_credit {
      max-width: 60%; } }

#trade-in_popup {
  max-width: 100%;
  border-radius: 6px; }
  #trade-in_popup #popup-window-titlebar-trade-in_popup {
    padding: 56px 37px 27px; }
    #trade-in_popup #popup-window-titlebar-trade-in_popup .popup-window-titlebar-text {
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      color: var(--main-color-dark); }
  #trade-in_popup #popup-window-content-trade-in_popup {
    background-color: transparent;
    padding: 0 37px 37px; }
    #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1200px) {
        #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box {
          flex-direction: row;
          justify-content: space-between;
          margin-top: 5px;
          margin-bottom: 38px; } }
      #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%; }
        @media screen and (min-width: 1200px) {
          #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem {
            width: 33%;
            padding: 10px 9px; } }
        #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_subtitle {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          box-sizing: border-box; }
          #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_subtitle .trade-in_step {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            min-width: 60px;
            height: 60px;
            background-color: var(--main-color-orange);
            color: var(--main-color-white);
            border-radius: 50em;
            font-style: var(--font-family-geo);
            font-weight: 800;
            font-size: 20px;
            line-height: 25px;
            text-align: center;
            position: relative; }
            #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_subtitle .trade-in_step span {
              top: 0; }
          #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_subtitle .trade-in_elem_title {
            position: relative;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin: 12px;
            font-family: var(--font-family-geo);
            color: var(--main-color-dark);
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            text-align: left; }
            @media screen and (min-width: 1200px) {
              #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_subtitle .trade-in_elem_title {
                font-weight: 700;
                font-size: 16px;
                line-height: 20px; } }
        #trade-in_popup #popup-window-content-trade-in_popup .trade-in_box .trade-in_elem .trade-in_description {
          font-family: var(--font-family-geo);
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 18px;
          color: var(--main-color-dark);
          text-align: left; }
    #trade-in_popup #popup-window-content-trade-in_popup .button-section {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%; }
  @media screen and (min-width: 1200px) {
    #trade-in_popup {
      max-width: 60%; } }

.trade-in_step {
  margin: 0 auto !important;
  width: 30px;
  height: 30px;
  text-align: center !important;
  background: #0070f6;
  color: white;
  border-radius: 30px;
  position: absolute; }
  .trade-in_step span {
    position: relative;
    top: 8px; }

.trade-in_elem_title {
  font-size: 1.1em;
  color: #0070f6; }

.trade-in_elem {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 40px;
  width: 33%;
  position: relative; }
  .trade-in_elem div {
    text-align: center;
    margin-top: 10px; }

.trade-in_button div {
  background: url("/upload/trade_in/button.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 78px;
  position: relative;
  bottom: 25px; }

@media (max-width: 1024px) {
  .trade-in_elem {
    width: 100%;
    padding: 10px 0; }

  .buy-buttons-wrap > button {
    width: 175px; } }
.bcrumbs-container, .breadcrumbs, main.container.style2022 {
  padding: 0 0 0 12px;
  margin: 0 auto;
  z-index: initial; }

main.container.style2022 {
  font-size: 18px;
  color: var(--main-color-dark);
  margin: 0 auto 50px;
  padding: 0 16px; }
  main.container.style2022 * {
    padding: 0;
    margin: 0; }

.flaticon-delivery:before {
  content: "\f129"; }

.flaticon-pickup:before {
  content: "\f150"; }

.action.delivery-price {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block; }

.action.pickup {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block; }

.buy-block-wrap.state_bottom {
  height: 650px; }

.buy-block-wrap.state_fixed {
  height: 650px; }

.buy-block-content > .product-main-photo img {
  max-height: 150px; }

.btn-buy-wrap.text-only.credit {
  margin-top: 13px; }
  .btn-buy-wrap.text-only.credit .buy-credit {
    display: inline-block;
    border-bottom: 1px dashed; }
    .btn-buy-wrap.text-only.credit .buy-credit:hover {
      border-bottom: none; }

@media (max-width: 767px) {
  .buy-buttons-wrap > button {
    width: 220px; } }
@media screen and (max-width: 450px) {
  .scrollable {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    justify-content: flex-start; } }

/*# sourceMappingURL=restyle.css.map */

/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog-v2/style.css?17464479642703*/
.mobile-catalog-btn {
    display: none;
}

.mm-menu.catalog-menu_box_mobile {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    height: calc(100% - 72px) !important;
    /*padding-bottom: 64px;*/
    background-color: #fff;
    z-index: 100 !important;
    -webkit-tap-highlight-color: unset;
    -webkit-font-smoothing: unset;
}

.mm-menu.catalog-menu_box_mobile .catalog-menu-item {
    border: none;
}

.mm-menu.catalog-menu_box_mobile .catalog-menu-item:hover .mm-listitem__text {
    color: #0070F6;
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel .mm-navbar .mm-navbar__title,
.mm-menu.catalog-menu_box_mobile .catalog-menu-item .mm-listitem__text {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 14px 15px;
}

.mm-menu.catalog-menu_box_mobile .catalog-menu-item.selected .mm-listitem__text {
    color: #0070F6;
}

.mm-menu.catalog-menu_box_mobile .catalog-menu-item .mm-btn_next:after {
    margin-right: 15px;
    background: url(/img/svg/arrow_blue_right.svg) no-repeat right;
    height: 13px;
    width: 18px;
}

.mm-menu.catalog-menu_box_mobile .mm-navbars_top {
    display: none;
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel {
    background-color: #fff;
    padding: 16px 0;

    /*region fb_17256 menu scroll fix*/
    max-height: 90vh;
    /*endregion*/
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel.quick-show {
    transition: unset !important;
    transform: translate3d(0, 0, 0);
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel.quick-hide {
    transition: unset !important;
    transform: translate3d(100%, 0, 0);
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel .mm-navbar {
    position: relative !important;
    height: 48px;
    background-color: #fff;
    color: #FE7F00 !important;
    border: none;
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel .mm-navbar .mm-navbar__title {
    padding: 0;
    color: #FE7F00;
    justify-content: flex-start;
    width: fit-content;
    display: flex;
    align-items: center;
    flex: unset;
    opacity: 1 !important;
}
.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel .mm-navbar .mm-navbar__title:hover {
    opacity: 1 !important;
    color: #FE7F00 !important;
}

.mm-menu.catalog-menu_box_mobile .mm-panels .mm-panel .mm-navbar .mm-btn_prev.mm-navbar__btn:before {
    background: url(/img/svg/arrow_orange_left.svg) no-repeat left;
    width: 14px;
    height: 14px;
    left: 15px;
}

@media screen and (min-width: 769px){
    .catalog-menu_box_mobile {
        display: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog_horizontal_alt/style.css?175023740219619*/
/* 1 lvl*/
/*2 lvl*/
/*3 lvl*/
/* col 1 */
/* col 2 */
/* col 3 */
/* col 4 */
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/
.header_drop_menu {
  display: flex;
  align-items: center;
}

.header_drop_menu .bx-top-nav-container {
  padding: 0 10px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: transparent !important;
}
.header_drop_menu .bx-top-nav-container .bx-nav-list-1-lvl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl {
  float: left;
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl:before {
  content: "";
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  text-transform: none;
  border-radius: 1px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-bottom: none;
  background-position-x: 10px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
  padding: 10px 14px 14px 28px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span .fa {
    margin-left: 2px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover,
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover {
  background-color: #1753e3;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a,
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a {
  z-index: 250;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a span,
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover > a span {
  color: #fff;
}
.header_drop_menu .bx-top-nav-container .bx-nav-parent-arrow {
  display: none;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl-container-advanced {
  z-index: 999;
  display: none;
  opacity: 0;
  padding: 9px 0 5px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
  border-top: none;
  min-width: 100%;
  color: #000;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl-container-advanced:before {
  position: absolute;
  content: " ";
  display: block;
  height: 5px;
  background: #fff;
  top: -5px;
  left: 0;
  right: 0;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl-container {
  z-index: 999;
  display: none;
  opacity: 0;
  padding: 9px 0 5px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
  border-top: none;
  min-width: 100%;
  color: #000;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl-container:before {
  position: absolute;
  content: " ";
  display: block;
  height: 5px;
  background: #fff;
  top: -5px;
  left: 0;
  right: 0;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced {
  opacity: 1;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container {
  opacity: 1;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  margin-top: 7px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced {
  opacity: 1;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
  opacity: 1;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced {
  top: 56px;
  margin-left: -10px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container {
  top: 56px;
  margin-left: -10px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced {
  top: 56px;
  margin-left: -10px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container {
  top: 56px;
  margin-left: -10px;
}
.header_drop_menu .bx-top-nav-container > ul {
  box-sizing: border-box;
}
.header_drop_menu .bx-top-nav-container .bx-nav-list-2-lvl {
  margin: 0;
  padding: 5px 0 12px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
  border-top: none;
  margin-top: 0;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl {
  display: block;
  min-width: 180px;
  padding: 0 10px;
  box-sizing: border-box;
}
.header_drop_menu .bx-top-nav-container .bx-nav-2-lvl > a {
  padding: 5px 15px 5px;
  color: #20394c;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
  display: block;
}
.header_drop_menu .bx-top-nav-container .bx-nav-3-lvl {
  padding: 5px 0;
  margin: 0;
  display: block;
  min-width: 180px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_drop_menu .bx-top-nav-container .bx-nav-3-lvl a {
  padding: 3px 15px;
  color: #555;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  border-bottom: none;
  display: block;
}
.header_drop_menu .bx-top-nav-container .bx-nav-3-lvl-container-advanced:before {
  position: absolute;
  content: " ";
  display: block;
  height: 5px;
  background: #fff;
  top: -5px;
  left: 0;
  right: 0;
}
.header_drop_menu .bx-top-nav-container .bx-nav-3-lvl-container:before {
  position: absolute;
  content: " ";
  display: block;
  height: 5px;
  background: #fff;
  top: -5px;
  left: 0;
  right: 0;
}
.header_drop_menu .bx-top-nav-container .bx-nav-list-3-lvl {
  margin: 0;
  padding: 0 0 14px 7px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced {
  min-width: 200px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 100%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
  min-width: 200px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 100%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back {
  width: 100%;
  background: #fff;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced {
  min-width: 400px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
  min-width: 400px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back {
  width: 50%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced {
  min-width: 600px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 33.33333%;
  float: left;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
  min-width: 600px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
  display: block;
  min-width: 200px;
  width: 33.33333%;
  float: left;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back {
  width: 33.33333%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {
  position: static;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl {
  display: block;
  width: 25%;
  float: left;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container {
  min-width: 100%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
  display: block;
  width: 25%;
  float: left;
}
.header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back {
  width: 25%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-catinfo {
  padding: 5px 15px 5px;
  z-index: 120;
  position: relative;
}
.header_drop_menu .bx-top-nav-container .bx-nav-catinfo img {
  box-sizing: border-box;
  border: 1px solid #e7e9ea;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.header_drop_menu .bx-top-nav-container .bx-nav-catinfo p {
  padding: 20px 5px 0;
  font-size: 13px;
}
.header_drop_menu .bx-top-nav-container .bx-nav-catinfo-back {
  position: absolute;
  display: block;
  content: " ";
  top: -5px;
  right: 0;
  bottom: 0;
  background: #f7fafb;
  z-index: 100;
  border-left: 1px solid #ecefef;
}

.bx-aside-nav-control {
  font-size: 28px;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 5px;
  line-height: 40px;
  cursor: pointer;
  z-index: 1750;
  color: #fff;
  text-align: center;
}
.bx-aside-nav-control .fa {
  line-height: 40px;
  vertical-align: middle;
}

body > .bx-aside-nav-control {
  -webkit-transition: left 0.15s linear;
  -moz-transition: left 0.15s linear;
  -ms-transition: left 0.15s linear;
  -o-transition: left 0.15s linear;
  transition: left 0.15s linear;
}

.bx-wrapper {
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
}

.bx-aside-nav {
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  display: none;
  padding-top: 50px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  background: #4c5c65;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1600;
}
.bx-aside-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx-aside-nav a {
  color: #fff;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #3d4b53;
  padding-left: 15px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
}
.bx-aside-nav .bx-nav-list-2-lvl {
  background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl > a {
  padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl > a {
  padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
  padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
  position: relative;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced {
  overflow: hidden;
  height: 0;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container {
  overflow: hidden;
  height: 0;
}
.bx-aside-nav .bx-nav-parent > ul {
  overflow: hidden;
  height: 0;
}
.bx-aside-nav .bx-nav-parent-arrow {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 6px;
  width: 46px;
  height: 34px;
  text-align: center;
  border-left: 1px solid #5a6971;
  z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
  line-height: 34px;
  font-size: 17px;
  font-style: normal;
  color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced {
  height: auto;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container {
  height: auto;
}
.bx-aside-nav .bx-nav-parent.bx-opened > ul {
  height: auto;
}
.bx-aside-nav .bx-nav-catinfo {
  display: none;
}
.bx-aside-nav .bx-nav-catinfo-back {
  display: none;
}

.bx-logo {
  z-index: 1700 !important;
}

.bx-opened .bx-footer {
  display: none !important;
}
.bx-opened .workarea {
  display: none !important;
}

.bx-aside-nav.bx-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  overflow-y: scroll;
}

.bx-nav-1-lvl.bx-opened {
  background: #44535c;
}

@media (min-width: 768px) and (max-width: 1450px) {

    .header_drop_menu .bx-top-nav-container .bx-nav-list-1-lvl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span .fa {
      margin-left: 4px;
  }
  .kat_btn {
    height: 100%;
  }
  .bottom_menu {
    min-height: 64px;
  }
}


@media (min-width: 1200px) {
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
    font-size: 14px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 12px 14px 15px 32px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon3 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon5 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon6 > a span {
    padding: 12px 14px 15px 32px;
  }
}

@media (max-width: 1300px) {
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 12px 0px 15px 25px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon3 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon5 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon6 > a span {
    padding: 12px 0px 15px 32px;
  }
}

@media (min-width: 1048px) and (max-width: 1199px) {
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl {
    width: 100%;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
    font-size: 11px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 9px 12px 12px 34px
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced {
    top: 47px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container {
    top: 47px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced {
    top: 47px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container {
    top: 47px;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
      background-size: 15px !important;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
      background-size: 15px !important;
  }

  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon3 > a,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon5 > a,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon6 > a {
      background-size: 20px !important;
  }

  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon3 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon5 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon6 > a span {
      padding: 0 0 0 28px;
  }

  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
    font-size: 11px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 5px 19px 9px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container-advanced {
    top: 37px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.bx-hover .bx-nav-2-lvl-container {
    top: 37px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container-advanced {
    top: 37px;
  }
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col.hover .bx-nav-2-lvl-container {
    top: 37px;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 9px 6px 12px;
  }

  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl > a {
    background-image: none;
  }

  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon3 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon5 > a span,
  .header_drop_menu .bx-top-nav-container .bx-nav-1-lvl.menu_icon6 > a span {
    padding: 9px 6px 12px;
  }
}
@media (min-width: 768px) {
  .bx-aside-nav-control {
    display: none;
  }

  .bx-aside-nav {
    display: none;
  }

  .header_drop_menu .bx-top-nav-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .bx-aside-nav-control {
    display: block;
  }

  .bx-aside-nav {
    display: block;
  }
  .bx-aside-nav .bx-nav-parent-arrow {
    display: block;
  }
  .bx-aside-nav .bx-nav-1-lvl.bx-nav-parent > a > span > .fa {
    display: none;
  }

  .header_drop_menu .bx-top-nav-container {
    display: none;
  }
}
.header_drop_menu .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover > a,
.header_drop_menu .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover > a {
  color: #fff;
}

.header_drop_menu.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover > a,
.header_drop_menu.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active > a,
.header_drop_menu.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover > a {
  border-bottom: none;
}

#mm-1 .bx-closed {
  display: none;
}

.dop-link-menu__wrap {
  display: flex;
}

.dop-link-menu__item {
  padding: 4px 0 4px 24px;
  width: 33.33333%;
}

.dop-link-menu__item a {
  color: #20394c;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
  display: block;
}

.catalog-menu-lvl1-content .dop-link-menu__item {
  padding: 4px 0 4px 0px;
  width: 34%;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog_horizontal_alt/themes/blue/colors.css?1666734274928*/
.bx-blue.bx-top-nav .bx-top-nav-container {
	background: #0083d1;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	background: #5ca6e4;
	border-bottom: none;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	color: #0083d1;
	background-color: transparent;
}
/*2 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #0083D1;
	background: #f0f6f8;
}
/*3 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #0083D1;
	background: #f0f6f8;
}

/* End */


/* Start:/bitrix/components/bit/mobile.menu/templates/.default/style.css?16995259325021*/
@charset "UTF-8";
/**
  Кнопки классические
 */
.btn, .btn.btn-blue-important, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 48px;
    gap: 8px;
    width: 177px;
    height: 61px;
    border-radius: 100px;
    cursor: pointer;
    font-family: var(--font-family-geo);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    white-space: nowrap;
}

.btn.btn-blue-important {
    background-color: var(--main-color-blue);
    color: var(--main-color-white);
}

.btn.btn-blue-important:hover, .btn.btn-blue-important:active {
    background-color: var(--main-color-orange) !important;
}

.btn.btn-light-blue {
    background-color: var(--main-color-light-blue);
    color: var(--main-color-blue);
}

/* .btn.btn-light-blue:hover, .btn.btn-light-blue:active {
    background-color: var(--main-color-blue);
    color: var(--main-color-white);
} */

.btn.btn-transparent {
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color-blue);
    background-color: var(--main-color-transparent);
}

.btn.btn-transparent:hover, .btn.btn-transparent:active {
    color: var(--main-color-orange) !important;
}

.btn.btn-fw-gray {
    border-radius: 50em;
    background-color: var(--main-color-transparent);
    color: var(--main-color-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.btn.btn-fw-gray:hover, .btn.btn-fw-gray:active {
    color: var(--main-color-orange) !important;
}

.btn.btn-fw-gray:hover svg > *, .btn.btn-fw-gray:active svg > * {
    stroke: var(--main-color-orange);
}

@media screen and (min-width: 1200px) {
    .btn.btn-fw-gray {
        border-radius: 0;
        background-color: var(--main-color-light-gray);
        color: var(--main-color-dark);
    }
}

@media screen and (max-width: 450px) {
    .btn, .btn.btn-blue-important, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .btn, .btn.btn-blue-important, .btn.btn-light-blue, .btn.btn-transparent, .btn.btn-fw-gray {
        width: 255px;
        font-size: 20px;
        line-height: 25px;
    }
}

.catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.run {
    top: 72px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 24;
}

.catalog-menu_box.mm-menu.mm-menu_offcanvas.mm-menu_selected-hover.mm-menu_selected-parent.run .catalog-menu-lvl0-item {
    background-color: var(--main-color-white);
}

@media screen and (max-width: 450px) {
    #popup_basket[data-state="shown"] {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 64px;
        z-index: 24;
        width: 100%;
        border: none;
        background-color: var(--main-color-white);
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly;
    }
}

.mobile-menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    background-color: var(--main-color-white);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 10px 30px black;
    z-index: 25;
}

.mobile-menu-panel .mobile-menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu-panel .mobile-menu-item i {
    width: 25px;
    height: 25px;
}

.mobile-menu-panel .mobile-menu-item i svg > * {
    stroke: var(--main-color-orange);
}

.mobile-menu-panel .mobile-menu-item i svg.fill > * {
    fill: var(--main-color-orange);
    stroke: #fff !important;
}

.mobile-menu-panel .mobile-menu-item .text {
    font-family: var(--font-family-geo);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: var(--main-color-orange);
}

.mobile-menu-panel .mobile-menu-item:hover svg > *, .mobile-menu-panel .mobile-menu-item:active svg > * {
    stroke: var(--main-color-dark);
}

.mobile-menu-panel .mobile-menu-item:hover svg.fill > *, .mobile-menu-panel .mobile-menu-item:active svg.fill > * {
    fill: var(--main-color-dark) !important;
    stroke: #fff !important;
}

.mobile-menu-panel .mobile-menu-item:hover .text, .mobile-menu-panel .mobile-menu-item:active .text {
    color: var(--main-color-dark);
}

.mobile-menu-panel .mobile-menu-item .mmi-count-sticker {
    position: absolute;
    min-height: 13px;
    min-width: 13px;
    background-color: #0070F6;
    color: #fff;
    border-radius: 8px;
    font-size: 8px;
    font-weight: 500;
    text-align: center;
    padding: 2px 4px 0px;
    top: -4px;
    right: 4px;
}

@media screen and (min-width: 450px) {
    .mobile-menu-panel {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/skobeeff/block/templates/accept_cookies/style.css?17491938092770*/
.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 20px;
	max-width: 360px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 12px 16px;
	font-family: sans-serif;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	z-index: 1000;
}

.cookie-banner__btn--details {
	display: none;
}

.cookie-banner__title {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 15px;
}

.cookie-banner__desc {
	margin-bottom: 10px;
	color: #555;
}

.cookie-banner__settings label {
	margin-bottom: 6px;
}

.cookie-banner__settings input {
	margin-right: 6px;
}

.cookie-banner__buttons {
	display: flex;
	justify-content: flex-end;
	gap: 6px;
	margin-top: 10px;
}

.cookie-banner__btn {
	color: #0070f6;
	background: rgb(228, 240, 255);
	padding: 6px 12px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 4px;
	transition: 0.5s;
}

.cookie-banner__btn--primary {
	background-color: #0070f6;
	color: #fff;
}

.cookie-banner__toggle {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 10px 0;
}

.cookie-banner__toggle input {
	display: none;
}

.cookie-banner__toggle-slider {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	background: #ccc;
	border-radius: 24px;
	margin-right: 10px;
	transition: .4s;
}

.cookie-banner__toggle-slider:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background: white;
	border-radius: 50%;
	transition: .4s;
}

.cookie-banner__btn:hover,
.cookie-banner__btn--primary:hover {
	background: #fe7f00;
	color: #fff;
}

input:checked + .cookie-banner__toggle-slider {
	background: #0070f6;
}

input:checked + .cookie-banner__toggle-slider:before {
	transform: translateX(26px);
}

.cookie-banner__btn span.banner__btn__mobile {
	display: none;
}

@media (max-width: 450px) {
	.cookie-banner {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 100vw;
		bottom: 64px;
		box-shadow: 0 -8px 8px rgba(0,0,0,0.1);
		border: none;
		border-top: 1px solid #ccc;
		border-radius: 0px;
		left: 0;
		min-height: 56px;
	}

	.cookie-banner__btn {
		padding: 6px 10px;
	}

	.cookie-banner__btn--details {
		display: inline-block;
	}

	.cookie-banner__desc {
		display: none;
		margin: 38px 0 14px 0;
	}

	.cookie-banner__btn span.cookie-banner__btn__mobile {
		display: inline-block;
	}

	.cookie-banner__btn span.cookie-banner__btn__desktop {
		display: none;
	}

	.cookie-banner__title,
	.cookie-banner__buttons {
		display: inline-block;
		margin: 0;
	}

	.cookie-banner__buttons {
		position: absolute;
	    right: 10px;
	    bottom: 12px;
	}

	.cookie-banner__title {
		position: absolute;
		font-size: 14px;
    	left: 16px;
    	top: 16px;
	}

	.cookie-banner__settings {
		margin: 14px 0 47px 0;
	}
}

/* End */


/* Start:/bitrix/templates/romza_bitronic2_2.21.22/styles.css?173142471211569*/
main.container.style2022 .color-list .row.scrollable{
	margin: 12px 0;
}
main.container.style2022 .product-main-container .product-price-block .delivery-text, main.container.style2022 .product-main-container .product-price-block .delivery-pickup{
	background-image: none !important;
}
.product-main-container .sticker.garantiya_shop{
	padding:0 !important;
	background-color: #e4f0ff;
}
.mobile-sticker-container .stickers-container .sticker.rst::before, .sticker-container .stickers-container .sticker.rst::before{
	background-image:url(/bitrix/templates/romza_bitronic2_2.21.22/img/dev.svg) !important;
	margin-right: 10px;
}
#kol_cart_favor {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #000;
	background: #fff;
	text-shadow: none;
	transform: translate(5px, -18px);
}

#kol_cart_compare {
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #000;
	background: #fff;
	text-shadow: none;
	transform: translate(1px, -18px);
}

.favor_alert {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;
	gap: 16px;
	position: absolute;
	width: 280px;
	height: 240px;
	transform: translate(-50px, 60px);
	z-index: 100;
	background: #FFFFFF; 
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	cursor: default;
}
.compare_alert {
	width: 330px;
}

.fav-modal-btn {
	width: 330px !important; 
	height: 40px !important; 
	box-shadow: none !important; 
	margin-left: 16px !important; 
	text-align: center !important; 
	padding: 0 !important;
}

.fav-modal-text {
	cursor: pointer !important; 
	font-size: 16px !important; 
	line-height: 40px !important;
	
}

.popup_text {
	font-size: 14px !important; 
	color: black !important; 
	background: none !important; 
	font-family: 'Geometria' !important; 
	font-style: normal !important; 
	font-weight: 800 !important;
	line-height: 18px !important;
}
 
.favor_cont{
	display: flex;
	flex-direction: column; 
	overflow-y: scroll;
	height: 168px;
	width: 100%;
	cursor: default;
}

.favor_cont::-webkit-scrollbar {
    width: 4px; /* ширина для вертикального скролла */
    background-color: white;
}

/* ползунок скроллбара */
.favor_cont::-webkit-scrollbar-thumb {
    background-color: #969696;
    border-radius: 9em;
}

.modal-open #modal_contact_phones.modal {
	background-color: rgba(255,255,255,.2);
}

.modal-open #modal_contact_phones.modal .modal-dialog {
	position: absolute;
	bottom: 0;
	height: auto;
	min-height: initial !important;
	width: calc(100% - 30px);
	min-width: initial !important;
	max-width: initial;
}

.modal-open #modal_contact_phones.modal .modal-dialog.contact_phones {
	background: transparent !important;
	border: none;
	padding: 0 !important;
}

.modal-open #modal_contact_phones.modal .modal-dialog.contact_phones .cp-modal-btn {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #0070F6;
	background-color: #fff;
	border-radius: 10px;
	padding: 14px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.modal-open #modal_contact_phones.modal .modal-dialog.contact_phones .cp-modal-btn:hover {
	background-color: #ddd;
}

.modal-open #modal_contact_phones.modal .modal-dialog.contact_phones .cp-modal-btn + .cp-modal-btn {
	margin-top: 10px;
}

.modal-open #modal_contact_phones.modal.in .modal-dialog {
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}

.modal-open #modal_contact_phones.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%, -15px);
	transform: translate(-50%, -15px);
}

@media screen and (max-width: 768px){
.main-header .top_header-mobile{
    display: block;
    padding: 14px 0 14px 0;
}
.main-header .top_header-mobile .phone_box .phone_box_inn{
    margin-top: auto;
    margin-bottom: auto;
}
.main-header .top_header-mobile .logo_box{
    width: 10%;
}
.main-header .top_header-mobile .phone_box{
    width: auto;
}
.main-header .top_header-mobile .action-buttons-mobile{
    width: 40%;
    display: flex;
    justify-content: end;
}
.main-header .top_header-mobile .action-buttons-mobile .btn-outline{
    width: 40px;
    padding: 0px;
    border: none;
}
.main-header .top_header-mobile .action-buttons-mobile .btn-outline:not(:last-child){
    margin-right: 23px;
}
.main-header .top_header-mobile .phone_box .phone_box_inn .mobile{
    font-weight: Bold;
    font-size: 16px;
}
.top_header-mobile .container.flex_box{
    justify-content: space-between;
}
.top_header-mobile .logo_box{
    margin-right: auto;
}
.top_header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    padding: 0 !important;
    border-bottom: 1px solid #0070F6;
}

.main-header .top_header .flex_box {
    justify-content: flex-start !important;
}

.top_header .logo_box {
    margin: 0 !important;
    width: auto !important;
}

.top_header .logo_box a {
    display: block;
	width: 175px !important;
	height: 35px !important;
    background: url(/img/svg/logo_full_new.svg) no-repeat top left !important;
}

.top_header .logo_box a img {
    display: none !important;
}

.top_header .phone_box{
    display: none !important;
}

body.authorized .top_header .account-authorized,
.top_header .account-authorized {
    display: none !important;
}

.top_header .header_action_icon {
    display: block !important;
}

.top_header .header-small-cart {
    display: none !important;
}

.main-header .top_header .icons-right {
    width: 115px !important;
    margin-left: auto;
}

.favorites-and-sravnenie-icons{
    transform: scale(0.58);
}

.mobile-catalog-btn {
    display: flex !important;
    align-items: center;
    padding: 15px 15px 15px 0;
}

.main-header .bottom_header {
    display: none !important;
}
}
@media screen and (max-width: 450px){
body .dspopup-modal{
    width: 100%;
    min-width: 200px;
}
.scrollable .b-list{
    width: max-content;
    display: flex;
    flex: none;
}
}

/**
* Suslov Igor <IUSuslov@1cbit.ru>
*/
.favorites-and-sravnenie-icons,
.top_header .icons-right{
	display: flex;
	justify-content: center;
}
.top_header .flex_box{
	justify-content: center !important;
	align-content: center;
	align-items: center;
}

.top_header .flex_box.container:before,
.top_header .flex_box.container:after {
	content: '';
	display: none;
}

.header_action_icon {
	display: none;
}

.header_action_icon,
.favorites-and-sravnenie-icons a{
	height: 60px;
	width: 60px;
	background: #0070F6;
	border-radius: 50px;
	text-align: center;
	padding-top: 20px;
	margin-left: 5px;
}
.favorites-and-sravnenie-icons a:hover{
	background: #1445b5;
}

.top_header .icons-right .content{
	width: auto !important;
}
.top_header .icons-right .content #account-menu-toggler{
	padding-right: 5px !important;
}

.top_header .logo_box {
	width: 17%;
}
.top_header .search_box{
	width: 40% !important;
}
.top_header .phone_box{
	width: 15% !important;
}
.top_header .icons-right{
	width: 28% !important;
}

@media screen and (min-width: 1451px){
	.top_header .phone_box.flex_box {
		justify-content: flex-start !important;
	}
}

@media screen and (min-width: 1201px){
	.top_header .phone_box.flex_box {
		flex-direction: column;
		align-content: center;
	}

	.phone_box_inn:first-child {
		width: auto !important;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
	.top_header .content {
		margin-left: 0px !important;
	}

	.top_header .logo_box {
		width: 20% !important;
	}
	.top_header .search_box{
		width: 35% !important;
	}
	.top_header .phone_box{
		width: 14% !important;
	}
	.top_header .icons-right{
		width: 31% !important;
	}

	.top_header .phone_box_inn a{
		font-size: 12px !important;
	}
	.top_header .phone_box_inn span{
		font-size: 10px !important;
	}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.top_header .logo_box {
		width: 20% !important;
	}
	.top_header .search_box{
		width: 0% !important;
	}
	.top_header .phone_box{
		width: 60% !important;
	}
	.top_header .icons-right{
		width: 20% !important;
	}
	.top_header .phone_box.flex_box{
		justify-content: space-evenly !important;
	}
	.top_header .phone_box.flex_box .phone_box_inn:first-child {
		width: auto !important;
	}
	.favorites-and-sravnenie-icons{
		margin-right: -15px;
		transform: scale(0.75);
	}
	.btn-basket .basket-items-number-sticker{
		left: 30px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.top_header .logo_box {
		width: 24% !important;
	}
	.top_header .search_box{
		width: 0% !important;
	}
	.top_header .phone_box{
		width: 50% !important;
	}
	.top_header .icons-right{
		width: 26% !important;
	}
	.top_header .phone_box.flex_box{
		justify-content: space-evenly !important;
	}
	.top_header .phone_box.flex_box .phone_box_inn:first-child {
		width: auto !important;
	}
	.favorites-and-sravnenie-icons{
		margin-right: -15px;
		transform: scale(0.75);
	}
}
@media screen and (min-width: 577px) and (max-width: 768px) {
	.top_header .search_box{
		width: 0% !important;
	}
	.container.flex_box .logo_box a{
		background: none;
		width: auto;
		height: auto;
	}
	.phone_box_inn span,
	.phone_box_inn2 a{
		display: none !important;
	}
	.top_header .search-block{
		display: none !important;
	}
}
@media screen and (max-width: 576px) {

	#kol_cart_favor {
		position: absolute;
		width: 26px;
		height: 26px;
		line-height: 24px;
		border-radius: 50%;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		color: #000;
		background: #fff;
		text-shadow: none;
		transform: translate(0px, -23px);
	}
	#kol_cart_compare {
		position: absolute;
		width: 26px;
		height: 26px;
		line-height: 24px;
		border-radius: 50%;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		color: #000;
		background: #fff;
		text-shadow: none;
		transform: translate(-3px, -24px);
	}

	.top_header .search_box{
		width: 0% !important;
	}
	.phone_box_inn span,
	.phone_box_inn2 a{
		display: none !important;
	}
	.top_header .search-block{
		display: none !important;
	}
}

#characteristics .combo-target-content.description-flex {
	justify-content: flex-start;
}

.combo-target-content.description-flex .info-description {
	margin-right: 0px;
}

.combo-target-content.description-flex .image-description {
	margin-left: 10%;
}

.mobile-menu-panel { 
	z-index: 100 !important;
}

.modal_quick-view_content .rating_number,
.modal_quick-view_content .rating_star,
.modal_quick-view_content .mobile-name,
.modal_quick-view_content .inner-container.small_mobile,
.modal_quick-view_content .action-buttons-mobile,
.modal_quick-view_content .mobile-delivery-info,
.modal_quick-view_content .price-block.mobile,
.modal_quick-view_content .techdata,
.modal_quick-view_content .techdata-all,
.modal_quick-view_content .product-price-block.mobile,
.modal_quick-view_content .action-buttons,
.modal_quick-view_content .delivery-pickup.mobile,
.modal_quick-view_content .delivery-text.mobile,
.modal_quick-view_content .color-list > h3:nth-child(1 + n),
.modal_quick-view_content .color-list > div:nth-child(1 + n) {
    display: none !important;
}

.modal_quick-view_content .product-page {
    width: 100%;
}

.modal_quick-view_content .inner-container {
    align-items: center;
    gap: 20px;
}

.modal_quick-view_content .inner-container h1 {
    font-size: 18px;
}

.modal_quick-view_content .inner-container .product-code-info {
    font-size: 16px;
}

.sale-order-detail-title-element {
	font-size: 20px;
}

/* End */
/* /css/slick.css?16667266281895 */
/* /css/slick-theme.css?16667266283349 */
/* /bitrix/templates/romza_bitronic2_2.21.22/css/s.min.css?1701863608883277 */
/* /bitrix/templates/romza_bitronic2_2.21.22/templates_addon.css?171076936015667 */
/* /bitrix/templates/romza_bitronic2_2.21.22/template_styles.css?17502374029806 */
/* /bitrix/templates/romza_bitronic2_2.21.22/css/disklaimer.css?16667342741865 */
/* /bitrix/templates/romza_bitronic2_2.21.22/css/custom.css?175014888620674 */
/* /css/owl.carousel.css?16667266284830 */
/* /css/normalize.min.css?16667266281981 */
/* /css/jquery.formstyler.css?16667266282280 */
/* /css/fancybox/jquery.fancybox.css?166672662818306 */
/* /css/mmenu.css?174247404661616 */
/* /css/magnific-popup.css?16667266287302 */
/* /css/main.min.css?1750237402208901 */
/* /css/media.min.css?175102377388712 */
/* /local/css/restyle.css?169952593246834 */
/* /bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog-v2/style.css?17464479642703 */
/* /bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog_horizontal_alt/style.css?175023740219619 */
/* /bitrix/templates/romza_bitronic2_2.21.22/components/bitrix/menu/catalog_horizontal_alt/themes/blue/colors.css?1666734274928 */
/* /bitrix/components/bit/mobile.menu/templates/.default/style.css?16995259325021 */
/* /local/components/skobeeff/block/templates/accept_cookies/style.css?17491938092770 */
/* /bitrix/templates/romza_bitronic2_2.21.22/styles.css?173142471211569 */
