@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=latin,cyrillic);
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: bold;
}
dfn {
    font-style: italic;
}
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: not-allowed;
}
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;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.foundation-mq {
    font-family: "small=0em&medium=43.75em&large=61.875em&xlarge=75em&xxlarge=90em";
}
html {
    font-size: 100%;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.FontOpenSansRegular{
    font-family: OpenSansRegular;
}
body.FontPTSansRegular{
    font-family: PTSansRegular;
}
body.FontRobotoRegular{
    font-family: Roboto;
}
body.FontUbuntuRegular{
    font-family: UbuntuRegular;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    width: 100%;
    border-radius: 0;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}
[data-whatinput='mouse'] button {
    outline: 0;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-top {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-stretch {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

@media screen and (min-width: 43.75em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (min-width: 61.875em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}

.row {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row .row {
    max-width: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.row.expanded {
    max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.column, .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    min-width: initial;
}

@media screen and (min-width: 43.75em) {
    .column, .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .medium-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 43.75em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 43.75em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 61.875em) {
    .large-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }

    .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media screen and (min-width: 61.875em) and (min-width: 61.875em) {
    .large-expand {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 61.875em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media screen and (min-width: 61.875em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.column.align-top, .align-top.columns {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
    -ms-flex-item-align: center;
    align-self: center;
}

.column.align-stretch, .align-stretch.columns {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.news-list__item .name,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
.news-list__item .name,
h5,
h6 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small, .news-list__item .name small,
h5 small,
h6 small {
    color: #ccc;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4, .news-list__item .name {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 43.75em) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4, .news-list__item .name {
        font-size: 1.125rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 0.8125rem;
    }
}

a {
    color: #ff2626;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover, a:focus {
    color: #fc0000;
}

a img {
    border: 0;
}

hr {
    max-width: 73.125rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

ol {
    margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 1.875rem 5rem;
    border-left: 1px solid #000;
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #000;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #999;
}

cite:before {
    content: '\2014 \0020';
}

abbr {
    color: #000;
    cursor: help;
    border-bottom: 1px dotted #000;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #f0f0f0;
    color: #000;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #999;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width: 43.75em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 61.875em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85rem 1.6rem;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    color: #fff;
}
[data-whatinput='mouse'] .button {
    outline: 0;
}
.button:hover, .button:focus, .main-slider__item .button:hover, .main-slider__item .button:focus {
    color: #fff;
}
.button.tiny {
    font-size: 0.6rem;
}
.button.small {
    font-size: 0.75rem;
}
.button.large {
    font-size: 1.25rem;
}
.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.button.primary {
    background-color: #2199e8;
    color: #fff;
}
.button.primary:hover, .button.primary:focus {
    background-color: #147cc0;
    color: #fff;
}
.button.secondary {
    background-color: #777;
    color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: #5f5f5f;
    color: #fff;
}
.button.success {
    background-color: #3adb76;
    color: #fff;
}
.button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fff;
}
.button.warning {
    background-color: #ffae00;
    color: #fff;
}
.button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fff;
}
.button.alert {
    background-color: #ec5840;
    color: #fff;
}
.button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fff;
}
.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}
.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}
.button.hollow.secondary {
    border: 1px solid #777;
    color: #777;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c;
}
.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e;
}

.button.disabled, .button[disabled] {
    /*opacity: 0.25;*/
    cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #000;
    color: #fff;
}

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.6rem;
    display: inline-block;
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
    border: 1px solid #999;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f0f0f0;
    cursor: default;
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #999;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #333;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group > :first-child {
    border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #f0f0f0;
    color: #000;
    border: 1px solid #ccc;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0;
}

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #ccc;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

.fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    background-color: #f0f0f0;
    cursor: default;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(255, 38, 38, 0.1);
    border-color: #ff2626;
}

.is-invalid-label {
    color: #ff2626;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ff2626;
}

.form-error.is-visible {
    display: block;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 43.6875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 43.75em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 43.75em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 43.6875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 43.75em) and (max-width: 61.8125em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 43.6875em), screen and (min-width: 61.875em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 61.875em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 61.8125em) {
    .show-for-large {
        display: none !important;
    }
    .dd_menu {
        display: none !important;
    }
}

@media screen and (min-width: 61.875em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 61.8125em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

.menu {
    margin: 0;
    list-style-type: none;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
    outline: 0;
}

.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.menu input,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
    vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block;
}

.menu > li {
    display: table-cell;
}

.menu.vertical > li {
    display: block;
}

@media screen and (min-width: 43.75em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media screen and (min-width: 61.875em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto 0.25rem;
}

.menu.nested {
    margin-left: 1rem;
}

.menu .active > a {
    color: #fff;
    background: #2199e8;
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
}

.menu-centered {
    text-align: center;
}

.menu-centered > .menu {
    display: inline-block;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.pagination {
    margin-left: 0;
    margin-bottom: 3.75rem;
}

.pagination::before, .pagination::after {
    content: ' ';
    display: table;
}

.pagination::after {
    clear: both;
}

.pagination li {
    font-size: 1rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: inline-block;
}

.pagination a,
.pagination button {
    color: #000;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
    background: #333;
}

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #333;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #ccc;
    cursor: not-allowed;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #000;
}

.slider {
    position: relative;
    height: 1px;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #ccc;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
}

.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #000;
    transition: 0.3s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: black;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 1px;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1);
}

.slider.vertical .slider-fill {
    top: 0;
    width: 1px;
    max-height: 100%;
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translateX(-50%);
}

.sticky-container {
    position: relative;
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid transparent;
}

.tabs::before, .tabs::after {
    content: ' ';
    display: table;
}

.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #2199e8;
}

.tabs.primary > li > a {
    color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1893e4;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 2.5625rem 3.4375rem 2.5625rem 0;
    line-height: 1;
    font-size: 0.75rem;
}

.tabs-title > a:hover {
    background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: none;
}

.tabs-content {
    background: #fff;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    border-top: 0;
}

.tabs-content.vertical {
    border: 1px solid transparent;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 0;
}

.tabs-panel.is-active {
    display: block;
}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.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-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -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-drag .owl-item {
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    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("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: 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;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.preloader {
    position: relative;
}

.preloader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95) url("../images/preloader.gif") center center no-repeat;
    z-index: 10;
}

.m-shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.m-shadow-shift-1 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.24) !important;
}

.m-shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.m-shadow-shift-2 {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16), 0 0 3px 0 rgba(0, 0, 0, 0.23) !important;
}

.m-shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.m-shadow-shift-3 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19), 0 0 3px 0 rgba(0, 0, 0, 0.23) !important;
}

.m-shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.m-shadow-shift-4 {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25), 0 0 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.m-shadow-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.m-shadow-shift-5 {
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.30), 0 0 6px 0 rgba(0, 0, 0, 0.22) !important;
}

.badges--centered {
    text-align: center;
}

.badges--centered .badge {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.badges-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.badge {
    position: absolute;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    padding: 3px 10px;
    background: #fff;
    color: #000;
    cursor: default;
    -ms-user-select: none;
    user-select: none;
}

.badge--left {
    left: 15px;
}

.badge--right {
    right: 15px;
}

.badge--top {
    top: 15px;
}

.badge--bottom {
    bottom: 15px;
}

.badge--list {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.badge--sale {
    color: #ec5840;
}

.badge--new {
    color: #000;
}

.option-sets {
    text-align: left;
    padding: 0 15px;
}

.option-sets .label {
    min-width: 57px;
}

.option-sets .option-set {
    margin-bottom: 10px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.option-sets .options-wrapper {
    display: inline-block;
}

.option-sets .count-up {
    max-width: 90px;
}

.option-set {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.option-set .label {
    font-size: 0.75rem;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    cursor: default;
}

.option-set .caser {
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #000;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
    transition: 0.3s;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
}
.catalog-filters .option-set .caser {padding: 0 5px;}
.option-set .caser:hover {
    border-color: #000;
    z-index: 1;
}

.option-set .caser--wide {
    min-width: 60px;
}

.option-set .caser__color-set {
    display: inline-block;
    vertical-align: sub;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.option-set .caser__color-set--two-color {
    display: inline-block;
    vertical-align: sub;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    margin-top: -4.5px;
    margin-left: -4.5px;
}

.option-set .caser__color-set--two-color .color-box {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.option-set [type="radio"],
.option-set [type="checkbox"] {
    display: none;
}

.option-set [type="radio"] + .caser,
.option-set [type="checkbox"] + .caser {
    cursor: pointer;
    margin-right: -1px;
}

.option-set [type="radio"]:checked + .caser,
.option-set [type="checkbox"]:checked + .caser {
    border-color: #000;
    z-index: 1;
}

.option-set .caser-radio {
    display: inline-block;
    vertical-align: middle;
}

.header-basket-popup__items .option-set .caser-radio {
    margin-bottom: 5px;
    margin-right: 5px;
}

.count-up {
    font-size: 0.75rem;
    color: #000;
    display: -ms-flexbox;
    display: flex;
}

.count-up__btn {
    border: 1px solid #e5e5e5;
    font-size: 1rem;
    cursor: pointer;
    width: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 28px;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}

.count-up__btn:hover {
    background: #e5e5e5;
}

.count-up__btn.minus {
    border-right: none;
}

.count-up__btn.plus {
    border-left: none;
}

.count-up__input {
    margin: 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 30px;
    background: #fff !important;
    cursor: default !important;
    max-width: calc(100% - 40px);
    padding: 0;
}

.main-nav {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 43.6875em) {
    .main-nav .mobile-menu-toggler {
        display: none;
    }
    .main-nav .main-menu,
    .main-nav .sub-menu {
        display: block !important;
    }
}

@media screen and (min-width: 43.75em) {
    .main-nav .recall-btn {
        display: none;
    }
}

.main-nav__back {
    z-index: 9 !important;
    cursor: pointer;
}

.main-nav .mobile-menu-toggler {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

@media screen and (min-width: 61.875em) {
    .main-nav .mobile-menu-toggler {
        display: none;
    }
}

.main-nav .mobile-menu-toggler .delete-icon {
    display: none;
}

.main-nav .mobile-menu-toggler .icon {
    width: 20px;
    height: 12px;
    margin-right: 20px;
    vertical-align: baseline;
}

.main-nav .mobile-menu-toggler span {
    color: #999;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.main-nav .main-menu {
    display: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 15px;
}

@media screen and (min-width: 61.875em) {
    .main-nav .main-menu {
        display: block;
    }
}

.main-nav .main-menu > li:first-child > a {
    padding-left: 0;
}

.main-nav .main-menu > li.active > a {
    background: none;
    color: #333;
}

.main-nav .main-menu > li.has-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: 0.3s;
    position: relative;
}

.main-nav .main-menu > li.has-child::before {
    content: "";
    display: none;
    width: 100%;
    height: 3px;
    position: absolute;
    z-index: 6;
    top: calc(100% - 1px);
    left: 0;
    background: #fff;
}

.main-nav .main-menu > li.has-child:hover {
    border-color: #e5e5e5;
}

.main-nav .main-menu > li.has-child ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    margin: 0;
    z-index: 5;
    background: #fff;
    padding: 20px 20px 20px 40px;
    border: 1px solid #e5e5e5;
}

.main-nav .main-menu > li.has-child ul li {
    list-style: none;
    line-height: 24px;
    margin-left: 0;
    transition: 0.3s;
    line-height: 30px;
    list-style: square;
}

.main-nav .main-menu > li.has-child ul li a {
    color: #999;
    transition: 0.3s;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 30px;
}

.main-nav .main-menu > li.has-child ul li:hover:before {
    color: #000;
}

.main-nav .main-menu > li.has-child ul li:hover a {
    padding-left: 30px;
    padding-right: 0;
    color: #000;
}

.main-nav .main-menu > li > a {
    color: #4a4a4a;
    font-weight: 900;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 25px 20px;
    transition: 0.3s;
    white-space: nowrap;
}

.main-nav .main-menu > li > a svg {
    width: 7px;
    height: 5px;
    fill: #999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
    transition: 0.3s;
}

.main-nav .main-menu > li > a:hover {
    color: #333;
}

.main-nav .main-menu > li > a:hover svg {
    fill: #333;
}

.main-nav .main-menu .recall-btn .icon {
    width: 16px;
    height: 16px;
    margin: 0 0.625rem 0 0;
}

.main-nav .sub-menu {
    font-size: 0.75rem;
}

.main-nav .sub-menu .icon {
    width: 18px;
    height: 18px;
    fill: black;
    margin-right: 0;
}

.main-nav .sub-menu li {
    white-space: nowrap;
}

.main-nav .sub-menu li:last-child a {
    padding-right: 0;
}

.main-nav .sub-menu li:not(:first-child):before {
    content: "/";
    display: inline-block;
    color: #e5e5e5;
}

.main-nav .sub-menu a {
    color: #000;
    display: inline-block;
    transition: 0.3s;
    opacity: 1;
}

.main-nav .sub-menu a:hover {
    opacity: 0.6;
}

.main-nav .sub-menu a span {
    color: #ccc;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 43.75em) {
    .display-menu-on-medium .main-nav__back {
        display: block;
    }
}

.display-menu-on-medium .mobile-menu-toggler .hamburger-icon {
    display: none;
}

.display-menu-on-medium .mobile-menu-toggler .delete-icon {
    display: inline-block !important;
}

@media screen and (min-width: 43.75em) and (max-width: 61.8125em) {
    .display-menu-on-medium .header-logo,
    .display-menu-on-medium .mobile-menu-toggler {
        position: relative;
        z-index: 11;
    }

    .display-menu-on-medium .mobile-menu-toggler .delete-icon {
        margin-right: 24px;
    }
    .display-menu-on-medium .main-menu {
        display: block;
    }
    .display-menu-on-medium .main-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 370px;
        background: #fff;
        z-index: 101;
        padding: 200px 10px 10px 57px;
        border-right: 1px solid #e5e5e5;
    }

    .display-menu-on-medium .main-menu li {
        display: block;
        border: none !important;
    }

    .display-menu-on-medium .main-menu li a {
        padding: 16px 0;
    }

    .display-menu-on-medium .main-menu li ul {
        position: relative !important;
        border: none !important;
        padding: 10px 0 !important;
    }

    .display-menu-on-medium .main-menu li ul li {
        padding: 5px 0;
    }
}

@media screen and (max-width: 43.6875em) {
    .main-nav {
        display: none;
    }
    .display-menu-on-medium .main-nav {
        display: block;
        position: fixed;
        top: 76px;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        z-index: 101;
        padding: 10px 10px 20px;
        overflow-y: auto;
        height: calc(100% - 76px);
    }
    .display-menu-on-medium .main-nav  .sub-menu li {
        max-width: 300px;
        margin: 0 auto;
        width: 100% !important;
        display: block;
    }
     .main-nav .sub-menu a {
        padding-left: 0;
    }
     .main-nav .sub-menu li:not(:first-child):before {
        display: none;
    }
    .display-menu-on-medium .main-menu li {
        display: block;
        border: none !important;
        max-width: 300px;
        margin: 0 auto;
        width: 100% !important;
    }


    .display-menu-on-medium .main-menu li a {
        padding: 16px 0;
    }

    .display-menu-on-medium .main-menu li ul {
        position: relative !important;
        border: none !important;
        padding: 10px 0 !important;
    }

    .display-menu-on-medium .main-menu li ul li {
        padding: 5px 0;
    }
}

.main-slider {
    margin-bottom: 3.75rem;
    display: none !important;
    max-height: 404px;
}

@media screen and (min-width: 43.75em) {
    .main-slider {
        display: block !important;
    }
}

.main-slider__item {
    background-position: center top !important;
    background-repeat: no-repeat !important;
    height: 490px;
    background-size: cover !important;
}

.main-slider__item .row {
    height: 100%;
}

.main-slider__item .title {
    color: white;
    font-size: 30px;
    font-weight: 900;
    /*line-height: 48px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px;
}

.main-slider__item .caption {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    /*margin-bottom: 1rem;*/
}
.main-slider-position .container-for-name-and-caption .title{
    margin-bottom: 0;
}

.main-slider__item .button {
    margin-bottom: 0;
    width:207px;
    height: 50px;
    background-color: white;
    color:black;
}

.main-slider .owl-dots {
    margin-top: -3.75rem !important;
    text-align: right;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;

}

.main-slider .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    /*border: 1px solid #000;*/
    margin-left: 25px;
    transition: 0.3s;
    border-radius: 8px;
    background-color: white;

}

.main-slider .owl-dot.active {
    /*background: #000;*/
    box-shadow: 0px 0px 2px 6px #b1b1b3
}

.banner {
    height: 13.75rem;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.banner--big {
    height: 28.75rem;
}

.banner:hover .back-image {
    transform: scale(1.1);
}

.banner.caption--right {
    text-align: right;
}

.banner.caption--right .caption {
    right: 0;
}

.banner.caption--bottom .caption {
    bottom: 0;
}

.banner.caption--centered .banner-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.banner.caption--centered .caption {
    position: relative;
}

.banner .back-image {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.banner .banner-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
}

.banner .caption {
    padding: 18px;
    display: block;
    position: absolute;
}

.banner .banner-buy-btn {
    margin-top: 0.9375rem;
    display: block;
    font-size: 0.81rem;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.banner .banner-buy-btn .icon {
    width: 14px;
    height: 17px;
    margin-left: 10px;
}

.form-banner {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 1.875rem;
    padding: 1.875rem 17px;
    text-align: center;
}

@media screen and (min-width: 61.875em) {
    .form-banner {
        padding: 1.875rem 24px;
    }
}

.form-banner .title {
    font-size: 1.13rem;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
    color: #000;
}

@media screen and (min-width: 61.875em) {
    .form-banner .title {
        font-size: 1.5rem;
        line-height: 30px;
    }
}

.form-banner .caption {
    font-size: 0.81rem;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 1.875rem;
    color: #999;
}

.form-banner .subscribe-input {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 3.75rem;
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
}

.form-banner--black {
    background: #000;
    color: #fff;
}

.form-banner--black .title {
    color: #fff;
}

.form-banner--black .caption {
    color: #fff;
}

.form-banner--black .button {
    border: 1px solid #999;
}

.main-product-slider .image img {
    width: 100%;
    max-height: 360px;
}

.main-product-slider .owl-nav {
    position: absolute;
    top: -52px;
    right: 15px;
}

.main-product-slider .owl-nav .-prev,
.main-product-slider .owl-nav .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    background: #000 url("../images/arrow-right2-white.svg") center center no-repeat;
    margin-left: 13px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    opacity: 1;
}

.main-product-slider .owl-nav .owl-prev:hover,
.main-product-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.main-product-slider .owl-nav .owl-prev.disabled,
.main-product-slider .owl-nav .owl-next.disabled {
    border-color: #e5e5e5;
    background: #fff url("../images/arrow-right2-gray.svg") center center no-repeat;
}

.main-product-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

.main-product-slider .products-list {
    position: relative;
    top: -0.9375rem;
}

.tabs-title {
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}

.tabs-title:not(:last-child):before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    margin-right: 4px;
    border-radius: 50%;
}

@media screen and (min-width: 61.875em) {
    .tabs-title:not(:last-child):before {
        right: 20px;
    }
}

.tabs-title.is-active a {
    color: #000;
}

.tabs-title a {
    color: #999;
    transition: 0.3s;
    font-size: 0.875rem;
    padding: 41px 35px 41px 0;
}

@media screen and (min-width: 61.875em) {
    .tabs-title a {
        font-size: 1.13rem;
        padding: 41px 55px 41px 0;
    }
}

.tabs-title a:hover {
    color: #000;
}

.tabs {
    display: none;
}

@media screen and (min-width: 43.75em) {
    .tabs {
        display: block;
    }
}

.tabs-mobile-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

@media screen and (min-width: 43.75em) {
    .tabs-mobile-links {
        display: none;
    }
}

.tabs-mobile-links select {
    border: none;
    color: #000;
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    outline: none;
    margin-bottom: 0;
    padding: 20px 10px 20px 0;
    height: auto;
    width: auto;
}

.tabs-mobile-links .icon-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tabs-mobile-links .icon {
    width: 12px;
    height: 7px;
    fill: #ccc;
}

.main-product-slider .image img {
    width: 100%;
}

.main-product-slider .owl-nav {
    position: absolute;
    top: -52px;
    right: 15px;
}

.main-product-slider .owl-nav .owl-prev,
.main-product-slider .owl-nav .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    background: #000 url("../images/arrow-right2-white.svg") center center no-repeat;
    margin-left: 13px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    opacity: 1;
}

.main-product-slider .owl-nav .owl-prev:hover,
.main-product-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.main-product-slider .owl-nav .owl-prev.disabled,
.main-product-slider .owl-nav .owl-next.disabled {
    border-color: #e5e5e5;
    background: #fff url("../images/arrow-right2-gray.svg") center center no-repeat;
}

.main-product-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

.main-product-slider .products-list {
    position: relative;
    top: -0.9375rem;
}

.page-header {
    text-align: center;
    background-color: #e5e5e5;
    background-position: center center !important;
    background-size: cover !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.8125rem;
    padding: 1.875rem 0;
}

@media screen and (min-width: 43.75em) {
    .page-header {
        height: 198px;
    }
}

.page-header .breadcrumbs {
    margin: 0;
}

.page-header .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 0.81rem;
    line-height: 24px;
    color: #999;
}

.page-header .breadcrumbs li:not(:first-child):before {
    content: "/";
    display: inline-block;
    padding: 0 6px 0 4px;
}

.page-header .breadcrumbs li a {
    color: #999;
    transition: 0.3s;
}

.page-header .breadcrumbs li a:hover {
    color: #000;
}

.pagination a {
    transition: 0.3s;
}

.pagination a:hover {
    color: #fff;
}

.pagination .pagination-previous,
.pagination .pagination-next {
    border: 1px solid #ccc;
}

.pagination .pagination-previous.disabled,
.pagination .pagination-next.disabled {
    display: none;
}

.rating {
    background: url("../images/star-gray.svg") left center repeat-x;
    height: 13px;
    width: 90px;
}

.rating__inner {
    height: 100%;
    background: url("../images/star-orange.svg") left center repeat-x;
}

@media screen and (max-width: 43.6875em) {
    .product-addpack-slider-wrapper .heading-row {
        padding: 15px 0 !important;
    }
}

.product-addpack-slider__item {
    max-width: 170px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.product-addpack-slider__item .image {
    position: relative;
    margin-bottom: 20px;
}

.product-addpack-slider__item .name {
    font-size: 0.875rem;
    color: #000;
    transition: 0.3s;
    opacity: 1;
}

.product-addpack-slider__item .name:hover {
    opacity: 0.6;
}

.product-addpack-slider__item .price {
    font-size: 1.13rem;
}

.product-addpack-slider .owl-nav {
    position: absolute;
    top: -52px;
    right: 15px;
    top: -64px;
}

.product-addpack-slider .owl-nav .owl-prev,
.product-addpack-slider .owl-nav .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    background: #000 url("../images/arrow-right2-white.svg") center center no-repeat;
    margin-left: 13px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    opacity: 1;
}

.product-addpack-slider .owl-nav .owl-prev:hover,
.product-addpack-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.product-addpack-slider .owl-nav .owl-prev.disabled,
.product-addpack-slider .owl-nav .owl-next.disabled {
    border-color: #e5e5e5;
    background: #fff url("../images/arrow-right2-gray.svg") center center no-repeat;
}

.product-addpack-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

.product-addpack-slider .owl-item:not(:last-child):after {
    content: "+";
    display: block;
    position: absolute;
    top: 110px;
    right: -28px;
    color: #999;
    font-size: 1.63rem;
    font-weight: 400;
}

@media screen and (min-width: 43.75em) {
    .product-addpack-slider .owl-item:not(:last-child):after {
        right: -39px;
    }
}

.product-addpack-results {
    background: #f7f7f7;
    padding: 20px 20px 20px 30px;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-size: 0.81rem;
    text-transform: uppercase;
    margin-bottom: 3.75rem;
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .product-addpack-results {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
}

.product-addpack-results .col-helper {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 61.875em) {
    .product-addpack-results .col-helper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.product-addpack-results__old {
    color: #999;
    line-height: 24px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-addpack-results__old span {
    font-weight: 700;
    text-decoration: line-through;
}

.product-addpack-results__economy {
    color: #ec5840;
    line-height: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-addpack-results__economy span {
    font-weight: 700;
}

.product-addpack-results__total {
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 22px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px 0 15px;
}

@media screen and (min-width: 43.75em) {
    .product-addpack-results__total {
        margin: 0;
    }
}

.product-addpack-results .button {
    margin-bottom: 0;
}

.popup-outer, .main-nav__back {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup {
    display: none;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 110;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 43.75em) {
    .popup {
        top: 5%;
        padding: 20px;
        transform: translateY(0);
    }
}

@media screen and (min-width: 57.8125em) {
    .popup {
        width: 57.8125rem;
        margin-left: -28.90625rem;
        left: 50%;
    }
}

.popup-inner {
    position: relative;
}

.popup-inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    background: #f0f0f0;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
    opacity: 1;
}

.popup-inner .close:hover {
    opacity: 0.6;
}

.popup-inner .close .icon {
    fill: #999;
    width: 8px;
    height: 8px;
}

.fast-order-popup .popup-inner {
    padding: 1.875rem;
}

@media screen and (min-width: 43.75em) {
    .fast-order-popup .popup-inner {
        border: 1px solid #f0f0f0;
        padding: 2.8125rem 3.75rem;
    }
}

@media screen and (min-width: 43.75em) {
    .fast-order-popup .fast-order-popup-block {
        padding: 40px 80px 40px 0;
    }
}

.fast-order-popup h4, .fast-order-popup .news-list__item .name, .news-list__item .fast-order-popup .name {
    margin: 0 0 20px;
}

.fast-order-popup .basket-icon {
    margin-top: 1.875rem;
    width: 85px;
    height: 105px;
    fill: #f0f0f0;
}

@media screen and (max-width: 43.6875em) {
    .fast-order-popup .basket-icon {
        display: none;
    }
}

@media screen and (min-width: 39.375em) {
    .slider-product-options-popup {
        width: 39.375rem;
        margin-left: -19.6875rem;
        left: 50%;
    }
}

.slider-product-options-popup .name {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.slider-product-options-popup .image {
    position: relative;
    margin-bottom: 0.9375rem;
    width: 270px;
}

.slider-product-options-popup .price {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-bottom: 0.9375rem;
}

.slider-product-options-popup .option-sets {
    padding: 0;
    margin-bottom: 0.9375rem;
}

.fast-view-popup .price {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 20px;
    margin-top: 10px;
}

.fast-view-popup .buttons .button {
    min-height: 50px;
    line-height: 19px;
    margin-bottom: 0;
}

.fast-view-popup .buttons .button--transparent {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.fast-view-popup .buttons .button--transparent span {
    text-align: left;
}

.fast-view-popup .count-up__input {
    height: 50px;
}

.fast-view-popup .count-up__btn {
    line-height: 45px;
}

.recall-popup .popup-inner {
    padding: 1.875rem;
}

@media screen and (min-width: 43.75em) {
    .recall-popup .popup-inner {
        border: 1px solid #f0f0f0;
        padding: 2.8125rem 3.75rem;
    }
}

@media screen and (min-width: 43.75em) {
    .recall-popup .recall-popup-block {
        padding: 40px 80px 40px 0;
    }
}

.recall-popup h4, .recall-popup .news-list__item .name, .news-list__item .recall-popup .name {
    margin: 0 0 20px;
}

.side-menu {
    margin-bottom: 1.875rem;
}

.side-menu ul {
    margin: 0 0 1rem;
}

.side-menu ul li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
}

.side-menu ul li.active .icon {
    display: block;
}

.side-menu ul li a {
    display: block;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 27px 12px 0;
    position: relative;
}

.side-menu ul li a .icon {
    display: none;
    width: 9px;
    height: 7px;
    fill: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.order-list__item {
    border: 1px solid #f0f0f0;
    padding: 0.9375rem;
    margin-bottom: 20px;
}

.order-list__item .head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.order-list__item .head .number {
    font-size: 14px;
    font-weight: 700;
}

.order-list__item .head .status {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
}

.order-list__item .head .date {
    color: #999;
}

.order-list .tabs-title a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-product {
    display: -ms-flexbox;
    display: flex;
}

.order-product:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.order-product .image {
    max-width: 100px;
    height: 100%;
    position: relative;
    margin-right: 1.875rem;
}

.order-product .info {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.order-product .name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-product .prices {
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
}

.order-product .prices .current-price {
    padding: 0 5px 0 0;
    color: #000;
    font-size: 18px;
}

.order-product .prices .old-price {
    padding: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.order-product .option-sets {
    padding: 0;
}

.order-product .option-sets .option-set {
    display: inline-block;
    width: 30%;
}

.order-product .option-sets .caser {
    border: none;
    padding: 0;
    width: auto;
    min-width: auto;
}

.comment-list {
    margin-bottom: 1.875rem;
}

.comment-list__item {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 43.75em) {
    .comment-list__item {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.comment-list__item .image {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 14.28571%;
}

@media screen and (min-width: 43.75em) {
    .comment-list__item .image {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.comment-list__item .content {
    -ms-flex: 0 0 85.71429%;
    flex: 0 0 85.71429%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 85.71429%;
}

@media screen and (min-width: 43.75em) {
    .comment-list__item .content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.comment-list__item .content .content-inner {
    padding: 20px 30px;
    background: #f7f7f7;
    position: relative;
}

.comment-list__item .content .content-inner::before {
    position: absolute;
    top: 20px;
    left: -6px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #f7f7f7 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}

@media screen and (min-width: 43.75em) {
    .comment-list__item .content .content-inner::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 11px;
        border-color: transparent #f7f7f7 transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
        top: 23px;
        left: -11px;
    }
}

.comment-list__item .content .name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0.625rem;
}

.comment-list__item .content .text {
    font-size: 14px;
    margin-bottom: 0.625rem;
}

.comment-list__item .content .date {
    color: #999;
}

.comment-list__item .content .date span {
    display: inline-block;
    vertical-align: middle;
}

.comment-list__item .content .date .icon {
    fill: #999;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.select-wrapper {
    position: relative;
    background: #fff;
}

.select-wrapper:before {
    content: "";
    display: block;
    background: #000 url("../images/arrow-down.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.select-wrapper select {
    position: relative;
    background: none;
    padding-right: 40px;
}

.brands__caption {
    margin-bottom: 3.75rem;
}

.brands__wrapper {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.brands__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 43.75em) {
    .brands__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .brands__item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .brands__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 61.875em) {
    .brands__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 25%;
    }
}

@media screen and (min-width: 61.875em) and (min-width: 43.75em) {
    .brands__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.brand-inner {
    margin-bottom: 5.625rem;
}

.brand-inner img {
    margin-bottom: 1.875rem;
}

* {
    box-sizing: border-box;
}

.no-margin {
    margin: 0;
}

.margin-bottom {
    margin-bottom: 1.875rem;
}

.padding-top {
    padding-top: 1.875rem;
}

.-gray-text {
    color: #4a4a4a;
}

.-gray-text .icon {
    fill: #999;
}

.-small-text {
    font-size: 14px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
.news-list__item .name,
h6 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    color: #000;
}

[type="text"],
[type="search"],
[type="tel"],
[type="email"],
[type="number"] {
    -webkit-appearance: none !important;
    opacity: 1;
}

[type="text"].error,
[type="search"].error,
[type="tel"].error,
[type="email"].error,
[type="number"].error {
    border-color: #c00;
    background: rgba(204, 0, 0, 0.1);
}

[type="text"] + label.error,
[type="search"] + label.error,
[type="tel"] + label.error,
[type="email"] + label.error,
[type="number"] + label.error {
    margin-top: -0.9375rem;
    color: #c00;
}

textarea {
    min-height: 150px;
    min-width: 100%;
}

[type="checkbox"] {
    display: none;
}

[type="checkbox"] + .checkbox-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

[type="checkbox"] + .checkbox-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: 0.3s;
}

[type="checkbox"] + .checkbox-icon + span {
    color: #000;
    cursor: pointer;
}

[type="checkbox"]:checked + .checkbox-icon:before {
    background: #000;
}

blockquote {
    font-size: 18px;
    background-color: #f7f7f7;
    border-left-width: 4px;
    margin: 1.875rem 0;
}

@media screen and (max-width: 43.6875em) {
    blockquote {
        padding: 30px 30px 30px 40px;
    }
}

address {
    font-style: inherit;
}

body {
    font-size: 13px;
    color: #999;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

@media screen and (max-width: 43.6875em) {
    body {
        padding-top: 76px;
    }
}

.-border-top {
    border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 43.6875em) {
    .-border-bottom-mobile-tochildren .products-list {
        border-bottom: 1px solid #f0f0f0;
    }
}

ul li {
    list-style: square;
}

.pagination a,
.pagination button,
.pagination .current {
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.pagination .icon {
    width: 10px;
    height: 10px;
    transition: 0.3s;
}

.pagination .pagination-previous .icon {
    transform: scaleX(-1);
}

.pagination .pagination-previous,
.pagination .pagination-next {
    line-height: 30px;
}

.pagination .pagination-previous:hover .icon,
.pagination .pagination-next:hover .icon {
    fill: #fff;
}

.button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding: .75rem 1.2rem;*/
}

@media screen and (min-width: 61.875em) {
    .button {
        padding: 1.10rem 1.6rem;
    }
}

.button--white {
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
}

.button--white:hover {
    background: #000;
    color: #fff;
}

.button--white:hover .icon {
    fill: #fff;
}

.button--with-icon {
    padding: 9.5px;
}

@media screen and (min-width: 61.875em) {
    .button--with-icon {
        padding: 11px;
    }
}

.button--with-icon .icon {
    fill: #999;
}

.button--transparent {
    background: none;
    color: #000;
    font-size: 14px;
    text-transform: none;
    transition: 0.3s;
    opacity: 1;
    font-weight: 600;
}

/*.button--transparent:hover {*/
    /*opacity: 0.6;*/
/*}*/

.button--transparent:hover, .button--transparent:focus {
    background: none;
    color: #000;
}

.button--transparent .icon {
    fill: #000;
    margin-right: 10px;
}

.button .icon {
    width: 18px;
    max-height: 18px;
}

.breadcrumbs-button {
    font-size: 12px;
    line-height: 36px;
    color: #000;
}

.breadcrumbs-button::before {
    content: "/";
    color: #e5e5e5;
    display: inline-block;
    padding: 0 10px;
}

.row.first-row {
    max-width: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .row.first-row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.main-catalog {
    padding-top: 1.875rem;
}
.row.heading-row {
    padding-bottom: 1.875rem;
}

.row.heading-row.-with-slider-nav h4, .row.heading-row.-with-slider-nav .news-list__item .name, .news-list__item .row.heading-row.-with-slider-nav .name {
    max-width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row.heading-row span {
    color: #999;
}

@media screen and (max-width: 43.6875em) {
    .row.heading-row span {
        font-size: 13px;
        display: block;
    }
}

.row.heading-row.-padding-top {
    padding-top: 1.875rem;
}

.site-container, .main-slider .owl-dots {
    margin: 0 auto;
    max-width: 20rem;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 43.75em) {
    .site-container, .main-slider .owl-dots {
        max-width: 75rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.container {
    margin: 0 auto;
    max-width: 73.125rem;
}

.form-gutter {
    width: 100%;
    height: 100%;
    position: relative;
}

.form-gutter:before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
}

.title-search-result {
    width: 100%;
}

.title-search-item {
    transition: 0.3s;
}

.title-search-item:hover {
    background: #f7f7f7;
}

#modef {
    position: relative;
}

#modef::after {
    display: none;
}

@media screen and (min-width: 43.75em) {
    #modef {
        position: absolute;
        top: 14px;
        right: -150px;
    }

    #modef::after {
        display: block;
    }
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 5;
    background: #fff;
}

@media screen and (min-width: 43.75em) {
    .mobile-header {
        display: none;
    }
}

.mobile-header__top-wrapper {
    border-bottom: 1px solid #ccc;
}

.mobile-header__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 10px;
}

.mobile-header .mobile-menu-toggler {
    padding-right: 10px;
}

.mobile-header .mobile-menu-toggler .icon {
    width: 20px;
    height: 12px;
}

.mobile-header .mobile-menu-toggler .delete-icon {
    display: none;
}

.mobile-header .mobile-logo {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.mobile-header .mobile-logo .icon {
    width: 156px;
    height: 19px;
}

.mobile-header .mobile-basket {
    padding-left: 10px;
}

.mobile-header .mobile-basket .icon {
    width: 19px;
    height: 25px;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (min-width: 43.75em) {
    header {
        border-bottom: 1px solid #ccc;
        padding-top: 39px;
        padding-bottom: 36px;
    }
}

header .recall-btn {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

header .recall-btn .icon {
    fill: #000;
    width: 22px;
    height: 22px;
}

.header-logo {
    display: none;
}

@media screen and (min-width: 43.75em) {
    .header-logo {
        display: block;
    }
}

.header-logo .image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 6px;
}

.header-logo .image svg {
    width: 211px;
    height: 27px;
}

.header-logo .caption {
    display: inline-block;
    vertical-align: middle;
    color: #4a4a4a;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
}

.search-form--nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 43.75em) {
    .search-form {
        padding: 0 27px 0 15px;
    }
}

.search-form form {
    position: relative;
}

.search-form .search-input {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-size: 13px;
}

.search-form .search-input::-webkit-input-placeholder {
    color: #000;
}

.search-form .search-input:-moz-placeholder {
    color: #000;
}

.search-form .search-input::-moz-placeholder {
    color: #000;
}

.search-form .search-input:-ms-input-placeholder {
    color: #000;
}

.search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    border: none;
    font-size: 0;
}

.search-form .search-button svg {
    width: 16px;
    height: 17px;
}
.search-form{
    position: relative;
}

.header-basket-wrapper {
    position: relative;
    display: none;
    text-align: right;
}

@media screen and (min-width: 43.75em) {
    .header-basket-wrapper {
        display: block;
    }
}

.header-basket-link {
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.header-basket-link__counter {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.header-basket-link__counter span {
    color: #000;
    font-weight: 700;
}

.header-basket-link .basket-icon {
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
}

.header-basket-link .basket-icon svg {
    width: 22px;
    height: 26px;
}

.header-basket-link .arrow-down-icon {
    display: inline-block;
    vertical-align: middle;
}

.header-basket-link .arrow-down-icon svg {
    width: 9px;
    height: 5px;
    fill: #999;
}

.header-basket-popup {
    display: none;
    position: absolute;
    left: auto !important;
    right: -8px !important;
    top: calc(100% + 18px) !important;
    border: 1px solid #ccc;
    background: #fff;
}

.header-basket-popup.is-open {
    display: block;
}

.header-basket-popup__item {
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    width: 505px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.header-basket-popup__item .item-image {
    display: block;
    width: 90px;
    min-width: 90px;
    height: 120px;
    margin-right: 20px;
    position: relative;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
}

.header-basket-popup__item .item-image .badges {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.header-basket-popup__item .item-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width:300px;
}

.header-basket-popup__item .item-content__head {
    margin-bottom: 10px;
}

.header-basket-popup__item .item-content .name {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.header-basket-popup__item .item-content .price {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: right;
    white-space: nowrap;
}

.header-basket-popup__item .item-content .option-set {
    padding-bottom: 10px;
}

.header-basket-popup__item .item-content .option-set:nth-child(2n-1) {
    padding-right: 5px;
}

.header-basket-popup__item .item-content .option-set .caser {
    width: auto;
}

.header-basket-popup__item .item-content .option-set .label {
    width: auto;
}

.header-basket-popup .item-delete {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    transition: 0.3s;
    opacity: 1;
}

.header-basket-popup .item-delete:hover {
    opacity: 0.6;
}

.header-basket-popup .item-delete .icon {
    display: block;
    width: 8px;
    height: 8px;
    fill: #999;
}

.header-basket-popup__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 30px;
}

.header-basket-popup__footer .button {
    margin: 0;
}

.header-basket-popup__footer .summary-in-basket {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.header-basket-popup__footer .total-price-in-basket {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.footer-expander {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

footer {
    background: #f7f7f7;
    font-size: 13px;
    color: #4a4a4a;
    margin-top: 1.875rem;
}

footer h4, footer .news-list__item .name, .news-list__item footer .name {
    margin: 0.9375rem 0;
    position: relative;
}

footer h4::before, footer .news-list__item .name::before, .news-list__item footer .name::before,
footer .column.column-shown h4.showed::before{
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
}

footer h4.showed::before, footer .news-list__item .showed.name::before, .news-list__item footer .showed.name::before,
footer .column.column-shown h4::before{
    content: "\2014";
}

footer h4 + ul, footer .news-list__item .name + ul, .news-list__item footer .name + ul {
    display: none;
}

@media screen and (min-width: 43.75em) {
    footer h4, footer .news-list__item .name, .news-list__item footer .name {
        margin: 0 0 1.875rem;
    }

    footer h4::before, footer .news-list__item .name::before, .news-list__item footer .name::before {
        display: none;
    }

    footer h4 + ul, footer .news-list__item .name + ul, .news-list__item footer .name + ul {
        display: block !important;
    }
}

@media screen and (min-width: 43.75em) {
    footer .footer-column-offset {
        margin-left: 3%;
    }
}

.pre-footer {
    padding: 70px 0 50px;
}

@media screen and (max-width: 43.6875em) {
    .pre-footer .column, .pre-footer .columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media screen and (max-width: 43.6875em) and (min-width: 43.75em) {
    .pre-footer .column, .pre-footer .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (max-width: 43.6875em) {
    .pre-footer .column:last-child, .pre-footer .columns:last-child {
        border: none;
    }
}

.footer-logo {
    margin-bottom: 1.875rem;
}

.footer-logo .icon {
    width: 209px;
    height: 25px;
    max-width: 100%;
}

.footer-nav {
    line-height: 24px;
    margin-left: 0;
    padding-left: 15px;
}

.footer-nav:not(.list-style-none) li {
    list-style: square;
}

.footer-nav:not(.list-style-none) li:hover a {
    padding-left: 30px;
}

.footer-nav.list-style-none {
    padding-left: 0;
}

.footer-nav.list-style-none li {
    display: -ms-flexbox;
    display: flex;
}

.footer-nav.list-style-none .icon {
    min-width: 22px;
}

.footer-nav .icon {
    width: 22px;
    height: 19px;
    fill: #4a4a4a;
    transition: 0.3s;
    margin-right: 7px;
}

.footer-nav a {
    color: #4a4a4a;
    transition: 0.3s;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.bx-authform-link-container a {
    color: #999;
    transition: 0.3s;
}
.bx-authform-link-container a:hover {
    color: #000;
    transition: 0.3s;
}

.footer-nav li {
    margin-bottom: 6px;
    list-style: none;
}

.footer-nav li:hover a {
    color: #000;
}

.footer-nav li:hover svg {
    fill: #000;
}

.post-footer {
    padding: 27px 0;
    border-top: 1px solid #e5e5e5;
}

.post-footer .copyrights {
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
}

.post-footer .copyrights .year {
    color: #666;
}

.post-footer .copyrights .company-name {
    color: #000;
}

.post-footer .copyrights .company-name:before {
    content: " ";
}

.post-footer .socials {
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .post-footer .socials {
        text-align: right;
    }
}

.post-footer .socials a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width: 43.75em) {
    .post-footer .socials a {
        margin-left: 10px;
    }
}

.post-footer .socials a:hover svg {
    fill: #ccc;
}

.post-footer .socials a svg {
    width: 14px;
    height: 14px;
    fill: #000;
    transition: 0.3s;
}

.main-features {
    padding-bottom: 30px;
}

@media screen and (min-width: 43.75em) {
    .main-features {
        padding: 48px 0 27px;
        border-top: 1px solid #e5e5e5;
    }
}

.main-features__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 61.875em) {
    .main-features__item {
        margin-bottom: 0;
    }
}

.main-features__item:hover .main-features__icon {
    background: #000;
    border-color: #000;
}

.main-features__item:hover .icon {
    fill: #fff;
}

.main-features__icon {
    border-radius: 50%;
    width: 67px;
    min-width: 67px;
    height: 67px;
    border: 1px solid #e5e5e5;
    margin-right: 22px;
    transition: 0.3s;
    text-align: center;
    line-height: 62px;
    padding-left: 2px;
}

.main-features__icon .icon {
    fill: #999;
    width: 26px;
    height: 26px;
}

.main-features__info {
    padding-top: 10px;
}

.main-features__info .title {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

@media screen and (min-width: 61.875em) {
    .main-features__info .title {
        line-height: 24px;
        margin-bottom: 0;
    }
}

.main-features__info .caption {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 61.875em) {
    .main-features__info .caption {
        line-height: 24px;
    }
}

.main-brands {
    padding-bottom: 1.875rem;
}

.main-brands a:hover {
    opacity: 0.6;
    color: #000000;
}

@media screen and (min-width: 43.75em) {
    .main-brands {
        border-top: 1px solid #e5e5e5;
        padding-top: 1.875rem;
        padding-bottom: 70px;
    }
}

.main-brands .main-brands-slider.off {
    display: -ms-flexbox;
    display: flex;
}

.main-brands__item img {
    padding-bottom: 3px;
}

.main-brands__item {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 80px;
}

@media screen and (min-width: 43.75em) {
    .main-brands__item {
        height: 106px;
    }
}

.main-brands__item a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 106px;
    opacity: .3;
    transition: 0.3s;
}

.main-brands__item a:hover {
    opacity: 1;
}

@media screen and (max-width: 43.6875em) {
    .main-brands__item img {
        vertical-align: inherit;
    }
}

.main-brands-slider {
    width: auto !important;
}

.products-list {
    margin-bottom: 1.875rem;
}

.products-list .products-list-slider .products-list__item {
    width: 100%;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .products-list .products-list-slider .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.products-list .products-list-slider .products-list__item:last-child:not(:first-child) {
    float: right;
}

.products-list .products-list-slider .products-list__item:hover .option-sets {
    display: none;
}

.products-list .products-list-slider .products-list__item .image {
    min-height: 22.5rem;
}

.products-list.search-product-list .products-list__item {
    width: 100%;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .products-list.search-product-list .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.products-list.search-product-list .products-list__item:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 43.75em) {
    .products-list.search-product-list .products-list__item {
        width: 33.33333%;
        float: left;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .products-list.search-product-list .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .products-list.search-product-list .products-list__item:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width: 61.875em) {
    .products-list.search-product-list .products-list__item {
        width: 25%;
        float: left;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (min-width: 61.875em) and (min-width: 43.75em) {
    .products-list.search-product-list .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 61.875em) {
    .products-list.search-product-list .products-list__item:last-child:not(:first-child) {
        float: right;
    }
}

.products-list.-block-view .products-list__item .image {
    min-height: 22.5rem;
}

.products-list.-list-view .products-list__item {
    width: 100%;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    text-align: left;
}

@media screen and (min-width: 43.75em) {
    .products-list.-list-view .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.products-list.-list-view .products-list__item:last-child:not(:first-child) {
    float: right;
}

.products-list.-list-view .products-list__item .image {
    width: 16.875rem;
    margin: 0 1.875rem 0 0;
    float: left;
    min-height: 100%;
}

@media screen and (max-width: 43.6875em) {
    .products-list.-list-view .products-list__item .image {
        width: 30%;
        margin-right: 0.9375rem;
    }
}

.products-list.-list-view .products-list__item .name {
    margin-top: 0;
}

.products-list.-list-view .products-list__item .caption {
    display: block;
    margin-bottom: 15px;
}

.products-list.-list-view .products-list__item .rating {
    display: block;
}

@media screen and (max-width: 43.6875em) {
    .products-list.-list-view .products-list__item .rating {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
    }
}

@media screen and (min-width: 43.75em) and (max-width: 61.8125em) {
    .products-list.-list-view .products-list__item .rating {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
    }
}

.products-list.-list-view .products-list__item .option-sets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.products-list.-list-view .products-list__item .option-sets .option-set {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width: 43.6875em) {
    .products-list.-list-view .products-list__item .option-sets .option-set {
        margin-right: 0;
    }
}

.products-list.-list-view .products-list__item .option-sets .caser {
    margin-right: 9px;
    margin-bottom: 5px;
}

.products-list.-list-view .products-list__item .prices > span:first-child {
    padding-left: 0;
}

.products-list.-list-view .products-list__item .buttons .button {
    padding: 0.5rem;
}

.products-list.-list-view .products-list__item .buttons .button .icon {
    width: 12px;
    height: 12px;
}

.products-list.-list-view .products-list__item .buttons > .button:first-child {
    margin-left: 0;
}

.products-list.-list-view .products-list__item .preview-btn {
    display: none;
}

.products-list.-mini-list-view .products-list__item {
    width: 100%;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    text-align: left;
}

@media screen and (min-width: 43.75em) {
    .products-list.-mini-list-view .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.products-list.-mini-list-view .products-list__item:last-child:not(:first-child) {
    float: right;
}

.products-list.-mini-list-view .products-list__item .image {
    width: 10.625rem;
    margin: 0 1.875rem 0 0;
    float: left;
    min-height: 100%;
}

@media screen and (max-width: 43.6875em) {
    .products-list.-mini-list-view .products-list__item .image {
        width: 30%;
        margin-right: 0.9375rem;
    }
}

.products-list.-mini-list-view .products-list__item .name {
    margin-top: 0;
}

.products-list.-mini-list-view .products-list__item .option-sets {
    display: block !important;
}

.products-list.-mini-list-view .products-list__item .preview-btn {
    display: none;
}

.products-list.-mini-list-view .products-list__item .rating {
    display: block;
}

@media screen and (max-width: 43.6875em) {
    .products-list.-mini-list-view .products-list__item .rating {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
    }
}

@media screen and (min-width: 43.75em) and (max-width: 61.8125em) {
    .products-list.-mini-list-view .products-list__item .rating {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
    }
}

.products-list.-mini-list-view .products-list__item .caption {
    display: block;
    margin-bottom: 15px;
}

.products-list.-mini-list-view .products-list__item .prices > span:first-child {
    padding-left: 0;
}

.products-list.-mini-list-view .products-list__item .buttons .button {
    padding: 0.5rem;
}

.products-list.-mini-list-view .products-list__item .buttons .button .icon {
    width: 12px;
    height: 12px;
}

.products-list.-mini-list-view .products-list__item .buttons > .button:first-child {
    margin-left: 0;
}

.products-list.-mini-list-view .products-list__item .preview-btn {
    display: none;
}

.products-list__item {
    position: relative;
    text-align: center;
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px transparent;
    transition: border-color 0.3s ease;
    width: 100%;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.products-list__item:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 43.75em) {
    .products-list__item {
        width: 50%;
        float: left;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .products-list__item:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width: 68.75em) {
    .products-list__item {
        width: 33.33333%;
        float: left;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (min-width: 68.75em) and (min-width: 43.75em) {
    .products-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 68.75em) {
    .products-list__item:last-child:not(:first-child) {
        float: right;
    }
}

.products-list__item:hover {
    box-shadow: inset 0 0 0 1px #e5e5e5;
    z-index: 10;
}

.products-list__item:hover .option-sets {
    display: block;
}

.products-list__item:hover .preview-btn {
    opacity: 1 !important;
}

.products-list__item .image {
    max-width: 16.875rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.products-list__item .image > a {
    display: flex;
}

.products-list__item .image .preview-btn {
    opacity: 0;
    position: absolute;
    bottom: 0.9375rem;
    left: 0.9375rem;
    right: 0.9375rem;
    margin: 0;
    padding: 5px 15px;
    text-align: left;
    line-height: 20px;
    transition: 0.3s;
    height: 31px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.products-list__item .image .preview-btn:hover {
    color: #fff;
}
.products-list__item .image .preview-btn:hover .icon {
    fill: #fff;
}
.products-list__item .image .preview-btn .icon {
    width: 14px;
    height: 7px;
    margin-left: 10px;
    margin-top: -3px;
    transition: 0.3s;
}

.products-list__item .name {
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin: 15px 0 5px;
    display: block;
    transition: 0.3s;
    opacity: 1;
}

.products-list__item .name:hover {
    opacity: 0.6;
}

.products-list__item .caption {
    display: none;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.products-list__item .rating {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index:100;
}

.products-list__item .prices {
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
}

.products-list__item .prices .current-price {
    padding: 0 5px;
    color: #000;
    font-size: 18px;
}

.products-list__item .prices .old-price {
    padding: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.products-list__item .option-sets {
    display: none;
}

.products-list__item .buttons .button {
    margin: 0 5px 10px;
}

.products-list__item .buttons .to-basket-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.main-news {
    margin-bottom: 3.75rem;
}

.main-news .main-news-slider {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    width: auto;
    max-height: 194px;
    overflow-y: hidden;
}

@media screen and (min-width: 43.75em) {
    .main-news .main-news-slider {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.main-news .main-news-slider .owl-nav {
    position: absolute;
    top: -52px;
    right: 15px;
    top: -66px;
}

.main-news .main-news-slider .owl-nav .owl-prev,
.main-news .main-news-slider .owl-nav .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    background: #000 url("../images/arrow-right2-white.svg") center center no-repeat;
    margin-left: 13px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    opacity: 1;
}

.main-news .main-news-slider .owl-nav .owl-prev:hover,
.main-news .main-news-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.main-news .main-news-slider .owl-nav .owl-prev.disabled,
.main-news .main-news-slider .owl-nav .owl-next.disabled {
    border-color: #e5e5e5;
    background: #fff url("../images/arrow-right2-gray.svg") center center no-repeat;
}

.main-news .main-news-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

@media screen and (min-width: 43.75em) {
    .main-news .main-news-slider .owl-nav {
        display: none;
    }
}

.main-news__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 100%;
}

@media screen and (min-width: 43.75em) {
    .main-news__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .main-news__item {
        margin-bottom: 0;
    }
}

.main-news__item:last-child {
    margin-bottom: 0;
}

.main-news__item:hover img {
    transform: scale(1.1);
}

.main-news__item img {
    transition: 0.3s;
    width: 100%;
}

.main-news__item a {
    display: block;
    position: relative;
    background: #e5e5e5;
    overflow: hidden;
    max-height: 194px;
    color: #fff;
}

.main-news__item .icon {
    width: 12px;
    height: 12px;
    fill: #fff;
    margin-right: 12px;
}

.main-news__item .caption {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.main-news__item .date,
.main-news__item .comments {
    position: absolute;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}

.main-news__item .date {
    left: 15px;
    bottom: 15px;
}

.main-news__item .comments {
    bottom: 15px;
    left: 120px;
}

@media screen and (max-width: 43.6875em) {
    .main-catalog .heading-row {
        display: none;
    }
}

@media screen and (max-width: 43.6875em) {
    .main-catalog .banner {
        height: 145px;
        margin-bottom: 10px;
    }

    .main-catalog .banner .caption {
        font-size: 14px;
        padding-top: 4px;
    }
}

.main-catalog .mobile-link {
    margin: 10px 0 1.875rem;
}

@media screen and (min-width: 43.75em) {
    .main-catalog .mobile-link {
        display: none;
    }
}

@media screen and (max-width: 43.6875em) {
    .category.minus:after {
        content: "-" !important;
        position: absolute;
        right: 0;
        top: -3px;
        color: inherit;
        font-size: 20px;
        font-weight: 400;
    }

    .category:after {
        content: "+";
        position: absolute;
        right: 0;
        top: -3px;
        color: inherit;
        font-size: 20px;
        font-weight: 400;
    }

    .category {
        position: relative;
        cursor: pointer;
    }

    .diplay-none {
        display: none;
    }

    .catalog-filters h4, .catalog-filters .news-list__item .name, .news-list__item .catalog-filters .name {
        position: relative;
        margin-bottom: 0px;
    }

    .catalog-filters h4:after, .catalog-filters .news-list__item .name:after, .news-list__item .catalog-filters .name:after {
        content: "+";
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 0;
        color: inherit;
        font-size: 20px;
    }

    .catalog-filters h4.closed, .catalog-filters .news-list__item .closed.name, .news-list__item .catalog-filters .closed.name {
        border-bottom: 1px solid #ccc;
    }

    .catalog-filters h4.closed:after, .catalog-filters .news-list__item .closed.name:after, .news-list__item .catalog-filters .closed.name:after {
        content: "+";
    }

    .catalog-filters h4.closed + .catalog-filters__blocks-wrapper, .catalog-filters .news-list__item .closed.name + .catalog-filters__blocks-wrapper, .news-list__item .catalog-filters .closed.name + .catalog-filters__blocks-wrapper {
        display: none;
    }
}

.catalog-filters__block {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.catalog-filters__block:first-child {
    border-top: 0;
}

.catalog-filters__block--categories {
    border-top: none;
}

@media screen and (min-width: 43.75em) {
    .catalog-filters__block--categories {
        margin-top: 1.875rem;
    }
}

.catalog-filters__block--categories ul > li:last-child > a {
    border-bottom: 1px solid transparent;
}

.catalog-filters__block h5 {
    margin-bottom: 1.25rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.catalog-filters__block .caser {
    margin: 0 9px 10px 0 !important;
}

.catalog-filters__block p {
    font-size: 16px;
    color: #000;
}

.catalog-filters__link-list ul {
    margin: 0;
}

.catalog-filters__link-list li {
    list-style: none;
    position: relative;
}

.catalog-filters__link-list li:last-child {
    border-bottom: none;
}

.catalog-filters__link-list li.has-child > a:after {
    content: "+";
    position: absolute;
    top: 4px;
    right: 0;
    color: inherit;
    font-size: 20px;
}

.catalog-filters__link-list li.has-child.expanded > a {
    color: #999;
    border-bottom: 1px solid #ccc;
}

.catalog-filters__link-list li.has-child.expanded > a::after {
    content: "-";
}

.catalog-filters__link-list li ul {
    display: none;
}

.catalog-filters__link-list li li a {
    padding-left: 25px;
}

.catalog-filters__link-list li li ul a {
    padding-left: 50px;
}

.catalog-filters__link-list a {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
    position: relative;
    transition: 0.3s;
    display: list-item;
    list-style: inside square;
    font-size: 14px;
}

.catalog-filters__link-list .count {
    color: #999;
}

@media screen and (min-width: 43.75em) {
    .catalog-sort-view-sets {
        margin-bottom: 1.875rem;
    }
}

.catalog-sort-set {
    font-size: 13px;
    line-height: 33px;
    color: #999;
    font-weight: 700;
}

@media screen and (min-width: 43.75em) {
    .catalog-sort-set {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.catalog-sort-set .icon {
    width: 7px;
    height: 8px;
    display: none;
    margin-left: 4px;
}

.catalog-sort-set .caption {
    padding-right: 8px;
}

.catalog-sort-set__item {
    color: #000;
    padding: 0 8px;
    font-weight: 400;
}

.catalog-sort-set__item.selected {
    color: #999;
}

.catalog-sort-set__item.selected .icon {
    display: inline-block;
}

.catalog-sort-set__item.inverted .icon {
    transform: scaleY(-1);
}

@media screen and (max-width: 43.6875em) {
    .catalog-sort-set .caption {
        width: 100%;
    }

    .catalog-sort-set__item {
        padding-left: 0;
        display: inline-block;
        margin-bottom: 0.9375rem;
    }
}

.catalog-view-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

@media screen and (min-width: 43.75em) {
    .catalog-view-set {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.catalog-view-set .caption {
    padding-right: 7px;
}

.catalog-view-set__item {
    padding: 0 6px;
}

.catalog-view-set__item.selected .icon {
    fill: #000;
}

.catalog-view-set .icon {
    height: 16px;
    width: 20px;
    fill: #999;
}

.product-slider {
    margin-bottom: 18px;
}

.product-slider__item {
    text-align: center
}

.product-slider-thumbs {
    margin-bottom: 1.875rem;
}

.product-slider-thumbs__item {
    cursor: pointer;
}

.product-slider-thumbs .owl-prev,
.product-slider-thumbs .owl-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 29px;
    height: 29px;
    margin-top: -14px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 0;
    transition: 0.3s;
    opacity: 1;
}

.product-slider-thumbs .owl-prev:hover,
.product-slider-thumbs .owl-next:hover {
    opacity: 0.6;
}

.product-slider-thumbs .owl-prev.disabled,
.product-slider-thumbs .owl-next.disabled {
    background: rgba(0, 0, 0, 0.35);
}

.product-slider-thumbs .owl-prev::before,
.product-slider-thumbs .owl-next::before {
    content: "<";
    font-size: 16px;
}

.product-slider-thumbs .owl-prev {
    left: 0;
}

.product-slider-thumbs .owl-next {
    right: 0;
    transform: scale(-1);
}

.product-info {
    margin-bottom: 1.875rem;
    position: relative;
}

.product-info h4, .product-info .news-list__item .name, .news-list__item .product-info .name {
    margin-bottom: 15px;
}

.product-info .rating-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-info .rating-row .rating-column {
    padding-right: 0.9375rem;
    margin-bottom: 0.625rem;
}

.product-info .product-review-links {
    font-size: 14px;
}

.product-info .product-review-links a {
    color: #999;
    padding: 0 10px 0 0;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    opacity: 1;
}

.product-info .product-review-links a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 43.75em) {
    .product-info .product-review-links a {
        margin-top: 0;
    }
}

.product-info .product-review-links a:first-child {
    padding-left: 0;
}

.product-info .product-review-links a:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
}

.product-info .product-black-link {
    color: #000;
    margin: 15px 0 0;
    font-size: 14px;
    display: inline-block;
    font-size: 16px;
    margin: 1.875rem 25px 15px 0;
    transition: 0.3s;
    opacity: 1;
}

/*.product-info .product-black-link:hover {*/
    /*opacity: 0.6;*/
/*}*/

.product-info .product-black-link .icon {
    width: 20px;
    height: 20px;
    fill: #000;
    margin-right: 10px;
}

.product-info .option-sets {
    padding: 1.875rem 0 0;
    margin: 0.9375rem 0 1.875rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product-info .option-sets .option-set {
    margin-bottom: 20px;
}

.product-info .option-sets .label {
    min-width: 80px;
    margin-bottom: 10px;
}

.product-info .option-sets .caser {
    margin-bottom: 10px;
    line-height: 30px;
}

.product-info .option-sets .caser:not(.caser--wide) {
    margin-right: 10px;
}

.product-info .product-share-links .label {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.product-info .product-share-links a:hover .icon {
    fill: #000;
}

.product-info .product-share-links .icon {
    fill: #999;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    transition: 0.3s;
}

.product-price-block {
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 0.9375rem;
}

.product-price-block .head {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.product-price-block .body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
}

.product-price-block .prices {
    padding: 20px 0;
}

.product-price-block .old-price {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: line-through;
    margin-bottom: 7px;
    white-space: nowrap;
}

.product-price-block .price {
    color: #000;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 24px;
    white-space: nowrap;
}

.product-price-block .button.button--white {
    background: none;
}

.product-price-block .button.button--white:hover {
    background: #000;
}

.product-price-block .button:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 43.75em) and (max-width: 61.8125em) {
    .product-price-block .button {
        padding-left: 0;
        padding-right: 0;
    }
}

.product-price-block .count-up {
    height: 50px;
    margin-bottom: 20px;
}

.product-price-block .count-up__input {
    height: 100%;
    border-left: none;
    border-right: none;
    max-width: calc(100% - 50px);
}

@media screen and (min-width: 50em) {
    .product-price-block .count-up__input {
        max-width: calc(100% - 90px);
    }
}

.product-price-block .count-up__btn {
    line-height: 48px;
    min-width: 25px;
    background: #fff;
    font-size: 26px;
}

@media screen and (min-width: 50em) {
    .product-price-block .count-up__btn {
        min-width: 45px;
    }
}

.product-tabs {
    border-bottom: 1px solid #e5e5e5;
}

.product-tabs .tabs-title {
    margin: 1px 30px -1px 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.product-tabs .tabs-title:before {
    display: none;
}

.product-tabs .tabs-title.is-active {
    border-color: #000;
}

.product-tabs .tabs-title:last-child {
    margin-right: 0;
}

.product-tabs a {
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0;
}

@media screen and (min-width: 61.875em) {
    .product-tabs a {
        font-size: 14px;
        line-height: 33px;
        padding: 15px 0;
    }
}

.product-tabs-content {
    padding-bottom: 1.875rem;
    color: #999;
    font-size: 12px;
}

@media screen and (min-width: 43.75em) {
    .product-tabs-content {
        padding: 1.875rem 0 3.75rem;
    }
}

@media screen and (min-width: 61.875em) {
    .product-tabs-content {
        font-size: 14px;
    }
}

.product-features {
    margin-bottom: 1.875rem;
    padding: 40px 0 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media screen and (min-width: 61.875em) {
    .product-features {
        padding: 40px 0;
    }
}

.product-features__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 100%;
}

@media screen and (min-width: 43.75em) {
    .product-features__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .product-features__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 50%;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .product-features__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 61.875em) {
    .product-features__item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 33.33333%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 61.875em) and (min-width: 43.75em) {
    .product-features__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}


.product-features__item .icon-wrapper {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    margin-right: 19px;
    transition: 0.3s;
}

.product-features__item .icon-wrapper.-red {
    background: #c00;
}

.product-features__item .icon-wrapper.-red .icon {
    fill: #fff;
}

.product-features__item .icon-wrapper .icon {
    fill: #333;
    max-width: 18px;
    max-height: 18px;
}

.product-features__item .caption {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.compare-slider .owl-nav {
    position: absolute;
    top: -52px;
    right: 15px;
    top: -70px;
}

.compare-slider .owl-nav .owl-prev,
.compare-slider .owl-nav .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    width: 34px;
    background: #000 url("../images/arrow-right2-white.svg") center center no-repeat;
    margin-left: 13px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    transition: 0.3s;
    opacity: 1;
}

.compare-slider .owl-nav .owl-prev:hover,
.compare-slider .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.compare-slider .owl-nav .owl-prev.disabled,
.compare-slider .owl-nav .owl-next.disabled {
    border-color: #e5e5e5;
    background: #fff url("../images/arrow-right2-gray.svg") center center no-repeat;
}

.compare-slider .owl-nav .owl-prev {
    transform: scaleX(-1);
}

.compare-slider__item {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3.75rem;
}

.compare-slider__item .image {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    min-height: 360px;
    max-width: 270px;
}

.compare-slider__item .image > a {
    display: block;
}

.compare-slider__item .name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin: 15px 0 5px;
}

.compare-slider__item .prices {
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #f0f0f0;
}

.compare-slider__item .prices .current-price {
    padding: 0 5px;
    color: #000;
    font-size: 18px;
}

.compare-slider__item .prices .old-price {
    padding: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.compare-slider__item .option-sets {
    padding: 0;
    margin-bottom: 1.875rem;
}

.compare-slider__item .option-sets .option-set {
    display: block;
}

.compare-slider__item .option-sets .label {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 5px;
}

.compare-slider__item .option-sets .caser {
    border: none;
    text-align: left;
    width: auto !important;
}

.compare-slider__item .option-sets .caser:first-child {
    padding-left: 0;
}

.compare-slider__item .caption {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    font-size: 13px;
    color: #999;
    padding: 1.875rem 0;
    text-align: left;
}

.compare-slider__item .compare-black-link {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    display: block;
    margin-bottom: 0.9375rem;
    transition: 0.3s;
    opacity: 1;
}

.compare-slider__item .compare-black-link:hover {
    opacity: 0.6;
}

.compare-slider__item .compare-black-link .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

@media screen and (min-width: 43.75em) {
    .contacts form {
        text-align: center;
    }
}

.contacts h4, .contacts .news-list__item .name, .news-list__item .contacts .name {
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .contacts .column:not(:last-child) .contacts__item:before, .contacts .columns:not(:last-child) .contacts__item:before {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        background: #f0f0f0;
        position: absolute;
        top: 0;
        right: -10px;
    }
}

.contacts__item {
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 100%;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.contacts__item a {
    color: #999;
    display: block;
    transition: 0.3s;
    opacity: 1;
}

.contacts__item a:hover {
    opacity: 0.6;
}

.contacts__item .icon {
    width: 40px;
    height: 40px;
    fill: #999;
    margin-bottom: 20px;
}

.basket__item {
    position: relative;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .basket__item {
        text-align: left;
    }
}

.basket__item::before, .basket__item::after {
    content: ' ';
    display: table;
}

.basket__item::after {
    clear: both;
}

.basket__item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.basket__item .image {
    position: relative;
    max-width: 170px;
    margin: 0 auto;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 43.75em) {
    .basket__item .image {
        float: left;
        height: 100%;
        margin: 0 30px 0 0;
    }
}

.basket__item .rating {
    display: inline-block;
}

@media screen and (min-width: 43.75em) {
    .basket__item .rating {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.basket__item .name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.basket__item .prices {
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
}

.basket__item .prices .current-price {
    padding: 0 5px 0 0;
    color: #000;
    font-size: 18px;
}

.basket__item .prices .old-price {
    padding: 0 5px;
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.basket__item .option-sets {
    padding: 0;
}

.basket__item .option-sets .option-set {
    margin-bottom: 10px;
}

.basket__item .option-sets .label {
    margin-bottom: 10px;
}

.basket__item .option-sets .caser:not(.caser--wide) {
    margin-right: 9px;
    margin-bottom: 10px;
}

.basket__item .option-sets .count-up {
    margin-bottom: 10px;
}

.basket__delete-btn {
    color: #999 !important;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.basket__delete-btn span {
    display: inline-block;
    vertical-align: middle;
}

.basket__delete-btn .icon {
    fill: #999;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.cabinet-form {
    padding: 20px;
    border: 1px solid #f0f0f0;
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 43.75em) {
    .cabinet-form {
        padding: 40px 50px;
    }
}

.form-input-caption {
    line-height: 18px;
    margin-bottom: 15px;
}

@media screen and (min-width: 43.75em) {
    .form-input-caption {
        padding-top: 2em;
        margin-bottom: 0;
    }
}

.news-list {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

@media screen and (min-width: 43.75em) {
    .news-list {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.news-list--side .news-list__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 100%;
}

@media screen and (min-width: 43.75em) {
    .news-list--side .news-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.news-list__item {
    margin-bottom: 2.8125rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    max-width: 100%;
}

@media screen and (min-width: 43.75em) {
    .news-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 43.75em) {
    .news-list__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 50%;
    }
}

@media screen and (min-width: 43.75em) and (min-width: 43.75em) {
    .news-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media screen and (min-width: 61.875em) {
    .news-list__item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        max-width: 33.33333%;
    }
}

@media screen and (min-width: 61.875em) and (min-width: 43.75em) {
    .news-list__item {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.news-list__item .image {
    display: block;
    margin-bottom: 0.9375rem;
    transition: 0.3s;
    opacity: 1;
}

.news-list__item .image:hover {
    opacity: 0.6;
}

.news-list__item .name {
    display: block;
    transition: 0.3s;
    opacity: 1;
}

.news-list__item .name:hover {
    opacity: 0.6;
}

.news-list__item .date-comments {
    display: -ms-flexbox;
    display: flex;
    color: #999;
    margin-bottom: 0.9375rem;
}

.news-list__item .date-comments .date {
    margin-right: 20px;
}

.news-list__item .date-comments span {
    display: inline-block;
    vertical-align: middle;
}

.news-list__item .date-comments .icon {
    fill: #999;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.news-list__item .link {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
    opacity: 1;
}

.news-list__item .link:hover {
    opacity: 0.6;
}

.news-list__item .link .icon {
    width: 15px;
    height: 8px;
    margin-left: 3px;
}

.news-inner .main-image {
    margin-bottom: 0.9375rem;
}

.news-inner .date-comments {
    display: -ms-flexbox;
    display: flex;
    color: #999;
    margin-bottom: 0.9375rem;
}

.news-inner .date-comments .date {
    margin-right: 20px;
}

.news-inner .date-comments span {
    display: inline-block;
    vertical-align: middle;
}

.news-inner .date-comments .icon {
    fill: #999;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.news-inner .title {
    color: #000;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0.9375rem;
}

.news-inner .sub-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.9375rem;
}

.news-share-links {
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.news-share-links .label {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news-share-links a:hover .icon {
    fill: #000;
}

.news-share-links .icon {
    fill: #999;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    transition: 0.3s;
}

.checkout {
    margin: 0 0 1.875rem;
}

@media screen and (min-width: 43.75em) {
    .checkout {
        border: 1px solid #e5e5e5;
        padding: 20px 0 0;
    }
}

.checkout__step {
    padding: 20px 0;
}

.checkout .order-product {
    padding-top: 1.875rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 0;
    padding-bottom: 0;
}

.checkout-caption-block {
    background: #eee;
    padding: 15px 18px 5px 18px;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 43.75em) {
    .checkout-caption-block {
        min-height: 160px;
    }
}

.checkout-caption-block b {
    color: #000;
}

.checkout-caption-block .price {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.checkout-totals {
    background: #f7f7f7;
    padding: 1.875rem;
    margin: 1.875rem 0;
    text-align: center;
}

@media screen and (min-width: 43.75em) {
    .checkout-totals {
        text-align: left;
        margin: 0;
    }
}

.checkout-totals .button {
    margin: 0;
}

.checkout-totals .price-total {
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.checkout-totals .price-total .label {
    font-size: 14px;
}

.checkout-totals .price-total .price {
    font-size: 24px;
}

.checkout-totals .delivery-total {
    color: #000;
    margin: 10px 0;
}

.checkout-totals .delivery-total .label {
    font-size: 14px;
    line-height: 18px;
}

.checkout-totals .delivery-total .price {
    font-size: 18px;
    line-height: 33px;
    font-weight: 700;
}

.header-basket-popup {
    z-index: 5;
}

.products-list__item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 389px;*/
}

.image a img {
    margin: auto;
    vertical-align: middle;
}

.products-list.-block-view .products-list__item .image {
    min-height: 0;
}

@media screen and (max-width: 43.75em) {
    .products-list.-mini-list-view .products-list__item .caption {
        display: none;
    }

    .products-list.-list-view .products-list__item .caption {
        display: none;
    }
}

.ya-share2__list {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ya-share2__item {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}

.ya-share2__link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    white-space: nowrap;
}
.product-share-links .ya-share2__link:hover {
    opacity: 0.3;
}
.ya-share2__badge {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    overflow: hidden;
    position: relative;
    /*padding-bottom: 5px;*/
}

.ya-share2__icon {
    height: 14px;
    width: 14px;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*transform: rotate(90deg);*/
}
.product-share-links .ya-share2__item_service_facebook > a > span .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9ImZfMV8iIGQ9Ik0xNSwxNmwxLTVoLTVWN2MwLTEuNSwwLjgtMiwzLTJoMlYwYzAsMC0yLDAtNCwwQzcuOSwwLDUsMi40LDUsN3Y0SDB2NWg1djE0aDZWMTZIMTV6Ii8+PC9zdmc+);
}

.product-share-links .ya-share2__item_service_twitter > a > span .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IkJyaWRfMV8iIGQ9Ik0zMCwzLjdjLTEuMSwwLjUtMi44LDEuMS00LDEuM2MxLjMtMC44LDIuNS0yLjYsMy00Yy0xLDAuNi0yLjEsMS40LTMuMiwxLjhMMjUsMmMtMS4xLTEuMi0yLjItMi00LTJjLTMuNCwwLTYsMi42LTYsNmMwLDAuNCwwLDAuNywwLjEsMUgxNUM5LDcsNSw1LjcsMiwyQzEuNSwyLjksMSwzLjksMSw1YzAsMi4xLDEuMywzLjksMyw1Yy0xLDAtMi4yLTAuNS0zLTFjMCwzLDQuMiw2LjQsNyw3Yy0xLDEtNC42LDAuMS01LDBjMC44LDIuNCwzLjMsMy45LDYsNGMtMi4xLDEuNi00LjYsMi41LTcuNSwyLjVjLTAuNSwwLTEsMC0xLjUtMC4xQzIuNywyNC4xLDYuNSwyNSwxMCwyNWMxMS4zLDAsMTctOC45LDE3LTE3YzAtMC4zLDAtMC43LDAtMUMyOC4yLDYuMSwyOS4yLDQuOSwzMCwzLjd6Ii8+PC9zdmc+);
}

.product-share-links .ya-share2__item_service_pinterest > a > span .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IlBfMl8iIGQ9Ik0xMywwQzQuOCwwLDAsNi4xLDAsMTFjMCwzLDIsNiwzLDZzMiwwLDItMXMtMi0yLTItNWMwLTQuNCw0LjgtOCwxMC04YzQuNiwwLDcsMy4yLDcsN2MwLDUtMi43LDktNiw5Yy0xLjgsMC0zLjQtMS4yLTMtM2MwLjUtMi4yLDEtMiwyLTZjMC4zLTEuNC0wLjQtMy0yLTNjLTEuOCwwLTQsMS40LTQsNGMwLDEuNiwxLDMsMSwzcy0yLjIsNy45LTIuNiw5LjNDNC44LDI2LDMuOSwzMCw0LjksMzBTNywyOCw5LDIzYzAuMy0wLjcsMS0zLDEtM2MwLjYsMS4xLDMuMSwyLDUsMmM1LjUsMCw5LTUuMiw5LTEyQzI0LDQuOSwxOS42LDAsMTMsMHoiLz48L3N2Zz4=);
}

.product-share-links .ya-share2__item_service_gplus > a > span .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjMuNSAyNC4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMy41IDI0LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIuNiwxNGMtMC43LTAuNS0yLTEuNy0yLTIuM2MwLTAuOCwwLjItMS4yLDEuNC0yLjJjMS4yLTEsMi4xLTIuMywyLjEtMy45YzAtMS45LTAuOC0zLjctMi40LTQuNGgyLjRMMTUuOCwwSDguM0M0LjksMCwxLjcsMi42LDEuNyw1LjVjMCwzLDIuMyw1LjUsNS43LDUuNWMwLjIsMCwwLjUsMCwwLjcsMGMtMC4yLDAuNC0wLjQsMC45LTAuNCwxLjRjMCwwLjgsMC41LDEuNSwxLDIuMWMtMC40LDAtMC45LDAtMS4zLDBjLTQuMiwwLTcuNCwyLjctNy40LDUuNGMwLDIuNywzLjUsNC40LDcuNyw0LjRjNC44LDAsNy40LTIuNyw3LjQtNS40QzE1LjIsMTYuOCwxNC42LDE1LjQsMTIuNiwxNHogTTguNSwxMC4zYy0xLjktMC4xLTMuOC0yLjItNC4xLTQuN0M0LjEsMyw1LjQsMS4xLDcuMywxLjJzMy44LDIuMSw0LjEsNC43QzExLjgsOC4zLDEwLjUsMTAuMyw4LjUsMTAuM3ogTTcuOCwyMy4yYy0yLjksMC01LTEuOC01LTRzMi42LTQsNS41LTMuOWMwLjcsMCwxLjMsMC4xLDEuOSwwLjNjMS42LDEuMSwyLjcsMS43LDMsM2MwLjEsMC4zLDAuMSwwLjUsMC4xLDAuOEMxMy4zLDIxLjQsMTEuOCwyMy4yLDcuOCwyMy4yeiIvPjxwb2x5Z29uIHBvaW50cz0iMjAuNiwxMC41IDIwLjYsNy42IDE4LjIsNy42IDE4LjIsMTAuNSAxNS4zLDEwLjUgMTUuMywxMi44IDE4LjIsMTIuOCAxOC4yLDE1LjggMjAuNiwxNS44IDIwLjYsMTIuOCAyMy41LDEyLjggMjMuNSwxMC41ICIvPjwvZz48L3N2Zz4=);
}

.product-share-links .ya-share2__item_service_vkontakte > a > span .ya-share2__icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYuMSA5LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjEgOS43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IlZLXzFfIiBkPSJNOC42LDkuN2MwLjUsMCwwLjUtMC44LDAuNS0xLjFjMC0wLjUsMC41LTEuMSwxLjEtMS4xczEuNSwwLjksMi4xLDEuNmMwLjUsMC41LDAuNSwwLjUsMS4xLDAuNXMxLjYsMCwxLjYsMHMxLjEtMC4xLDEuMS0xLjFjMC0wLjMtMC40LTAuOS0xLjYtMi4xYy0xLjEtMS4xLTEuNi0wLjUsMC0yLjdjMS0xLjMsMS43LTIuNSwxLjYtMi44Yy0wLjEtMC4zLTIuOC0wLjktMy4yLTAuNGMtMS4xLDEuNi0xLjMsMi0xLjYsMi43Yy0wLjUsMS4xLTAuNiwxLjYtMS4xLDEuNmMtMC41LDAtMC41LTEtMC41LTEuNmMwLTEuOCwwLjMtMy0wLjUtMy4yYzAsMC0xLjEsMC0xLjYsMEM2LjcsMCw1LjksMC41LDUuOSwwLjVTNS4zLDEuMSw1LjQsMS4xYzAuMiwwLDEuMS0wLjIsMS4xLDAuNWMwLDAuNSwwLDEuMSwwLDEuMXMwLDIuMS0wLjUsMi4xUzQuMywyLjcsMy4yLDEuMUMyLjgsMC40LDIuNywwLjUsMi4yLDAuNWMtMC42LDAtMS4xLDAtMS42LDBTMCwwLjksMCwxLjFjMS4xLDIuNywxLjgsNC40LDMuOSw2LjVjMS45LDEuOSwzLjEsMiw0LjIsMi4xQzguMyw5LjcsOC4xLDkuNyw4LjYsOS43eiIvPjwvc3ZnPg==);
}

.ya-share2__title {
    display: none;
    margin-left: 10px;
}

.ya-share2__counter {
    display: none;
}

/*.ya-share2__item_service_facebook > a > span .ya-share2__icon {*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9ImZfMV8iIGQ9Ik0xNSwxNmwxLTVoLTVWN2MwLTEuNSwwLjgtMiwzLTJoMlYwYzAsMC0yLDAtNCwwQzcuOSwwLDUsMi40LDUsN3Y0SDB2NWg1djE0aDZWMTZIMTV6Ii8+PC9zdmc+);*/
/*}*/

/*.ya-share2__item_service_twitter > a > span .ya-share2__icon {*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IkJyaWRfMV8iIGQ9Ik0zMCwzLjdjLTEuMSwwLjUtMi44LDEuMS00LDEuM2MxLjMtMC44LDIuNS0yLjYsMy00Yy0xLDAuNi0yLjEsMS40LTMuMiwxLjhMMjUsMmMtMS4xLTEuMi0yLjItMi00LTJjLTMuNCwwLTYsMi42LTYsNmMwLDAuNCwwLDAuNywwLjEsMUgxNUM5LDcsNSw1LjcsMiwyQzEuNSwyLjksMSwzLjksMSw1YzAsMi4xLDEuMywzLjksMyw1Yy0xLDAtMi4yLTAuNS0zLTFjMCwzLDQuMiw2LjQsNyw3Yy0xLDEtNC42LDAuMS01LDBjMC44LDIuNCwzLjMsMy45LDYsNGMtMi4xLDEuNi00LjYsMi41LTcuNSwyLjVjLTAuNSwwLTEsMC0xLjUtMC4xQzIuNywyNC4xLDYuNSwyNSwxMCwyNWMxMS4zLDAsMTctOC45LDE3LTE3YzAtMC4zLDAtMC43LDAtMUMyOC4yLDYuMSwyOS4yLDQuOSwzMCwzLjd6Ii8+PC9zdmc+);*/
/*}*/

/*.ya-share2__item_service_pinterest > a > span .ya-share2__icon {*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IlBfMl8iIGQ9Ik0xMywwQzQuOCwwLDAsNi4xLDAsMTFjMCwzLDIsNiwzLDZzMiwwLDItMXMtMi0yLTItNWMwLTQuNCw0LjgtOCwxMC04YzQuNiwwLDcsMy4yLDcsN2MwLDUtMi43LDktNiw5Yy0xLjgsMC0zLjQtMS4yLTMtM2MwLjUtMi4yLDEtMiwyLTZjMC4zLTEuNC0wLjQtMy0yLTNjLTEuOCwwLTQsMS40LTQsNGMwLDEuNiwxLDMsMSwzcy0yLjIsNy45LTIuNiw5LjNDNC44LDI2LDMuOSwzMCw0LjksMzBTNywyOCw5LDIzYzAuMy0wLjcsMS0zLDEtM2MwLjYsMS4xLDMuMSwyLDUsMmM1LjUsMCw5LTUuMiw5LTEyQzI0LDQuOSwxOS42LDAsMTMsMHoiLz48L3N2Zz4=);*/
/*}*/

/*.ya-share2__item_service_gplus > a > span .ya-share2__icon {*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjMuNSAyNC4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMy41IDI0LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIuNiwxNGMtMC43LTAuNS0yLTEuNy0yLTIuM2MwLTAuOCwwLjItMS4yLDEuNC0yLjJjMS4yLTEsMi4xLTIuMywyLjEtMy45YzAtMS45LTAuOC0zLjctMi40LTQuNGgyLjRMMTUuOCwwSDguM0M0LjksMCwxLjcsMi42LDEuNyw1LjVjMCwzLDIuMyw1LjUsNS43LDUuNWMwLjIsMCwwLjUsMCwwLjcsMGMtMC4yLDAuNC0wLjQsMC45LTAuNCwxLjRjMCwwLjgsMC41LDEuNSwxLDIuMWMtMC40LDAtMC45LDAtMS4zLDBjLTQuMiwwLTcuNCwyLjctNy40LDUuNGMwLDIuNywzLjUsNC40LDcuNyw0LjRjNC44LDAsNy40LTIuNyw3LjQtNS40QzE1LjIsMTYuOCwxNC42LDE1LjQsMTIuNiwxNHogTTguNSwxMC4zYy0xLjktMC4xLTMuOC0yLjItNC4xLTQuN0M0LjEsMyw1LjQsMS4xLDcuMywxLjJzMy44LDIuMSw0LjEsNC43QzExLjgsOC4zLDEwLjUsMTAuMyw4LjUsMTAuM3ogTTcuOCwyMy4yYy0yLjksMC01LTEuOC01LTRzMi42LTQsNS41LTMuOWMwLjcsMCwxLjMsMC4xLDEuOSwwLjNjMS42LDEuMSwyLjcsMS43LDMsM2MwLjEsMC4zLDAuMSwwLjUsMC4xLDAuOEMxMy4zLDIxLjQsMTEuOCwyMy4yLDcuOCwyMy4yeiIvPjxwb2x5Z29uIHBvaW50cz0iMjAuNiwxMC41IDIwLjYsNy42IDE4LjIsNy42IDE4LjIsMTAuNSAxNS4zLDEwLjUgMTUuMywxMi44IDE4LjIsMTIuOCAxOC4yLDE1LjggMjAuNiwxNS44IDIwLjYsMTIuOCAyMy41LDEyLjggMjMuNSwxMC41ICIvPjwvZz48L3N2Zz4=);*/
/*}*/

/*.ya-share2__item_service_vkontakte > a > span .ya-share2__icon {*/
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYuMSA5LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjEgOS43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9IlZLXzFfIiBkPSJNOC42LDkuN2MwLjUsMCwwLjUtMC44LDAuNS0xLjFjMC0wLjUsMC41LTEuMSwxLjEtMS4xczEuNSwwLjksMi4xLDEuNmMwLjUsMC41LDAuNSwwLjUsMS4xLDAuNXMxLjYsMCwxLjYsMHMxLjEtMC4xLDEuMS0xLjFjMC0wLjMtMC40LTAuOS0xLjYtMi4xYy0xLjEtMS4xLTEuNi0wLjUsMC0yLjdjMS0xLjMsMS43LTIuNSwxLjYtMi44Yy0wLjEtMC4zLTIuOC0wLjktMy4yLTAuNGMtMS4xLDEuNi0xLjMsMi0xLjYsMi43Yy0wLjUsMS4xLTAuNiwxLjYtMS4xLDEuNmMtMC41LDAtMC41LTEtMC41LTEuNmMwLTEuOCwwLjMtMy0wLjUtMy4yYzAsMC0xLjEsMC0xLjYsMEM2LjcsMCw1LjksMC41LDUuOSwwLjVTNS4zLDEuMSw1LjQsMS4xYzAuMiwwLDEuMS0wLjIsMS4xLDAuNWMwLDAuNSwwLDEuMSwwLDEuMXMwLDIuMS0wLjUsMi4xUzQuMywyLjcsMy4yLDEuMUMyLjgsMC40LDIuNywwLjUsMi4yLDAuNWMtMC42LDAtMS4xLDAtMS42LDBTMCwwLjksMCwxLjFjMS4xLDIuNywxLjgsNC40LDMuOSw2LjVjMS45LDEuOSwzLjEsMiw0LjIsMi4xQzguMyw5LjcsOC4xLDkuNyw4LjYsOS43eiIvPjwvc3ZnPg==);*/
/*}*/

.art_gid_container {
    /*margin-bottom: 30px;*/
}

.articuls {
    float: left;
}

.articul_item {
    margin-bottom: 20px;
}

.size-gid {
    text-align: right;
    width: 140px;
    float: right;
    margin-bottom: 20px;
}

.size-gid.hidden {
    display: none;
}

.size-gid-link {
    color: black
}

.product-slider__item {
    text-align: center
}

.product-slider__item img {
    cursor: zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
}

#fast-view-wrapper .product-slider__item img {
    cursor: default;
}

#popup-box-1 {
    width: 530px;
    background: #fff;
    position: relative;
}

.table-wrapper {
    display: block;
    width: auto;
    min-height: 89px;
    max-height: none;
    height: auto;
}

#popup-box-1 .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
    opacity: 1;
    line-height: 40px;
}

.size-gid-wrapper {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

@media screen and (max-width: 1000px) {
    .articuls {
        float: none;
        width: 100%;
    }

    .size-gid {
        text-align: left;
        float: none;
    }
}
.sale-paysystem-wrapper{
    border: none;
    padding: 0;
    min-height: 42px;
    padding-right: 16px;
}
.sale-paysystem-wrapper .sale-paysystem-yandex-button-descrition{
    float: right;
    margin-right: 20px;
    display: inline;
    height: 38px;
    line-height: 38px;
    margin-bottom: 0;
    vertical-align: middle;
}
.sale-paysystem-wrapper .sale-paysystem-yandex-button{
    margin: 0;
    float: right;
    display: inline-block;
}
.sale-paysystem-wrapper .paym-read-more-wrap.visible{
    display: block;
}
.sale-paysystem-wrapper .paym-read-more-wrap{
    display: none;
    overflow: auto;
    margin-top: 20px;
}

/* NEW CART */

.b-cart__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    background-color: #f7f7f7;
    text-transform: uppercase;
}
.b-cart__body {
    margin-bottom: 30px;
}
.b-cart__head .b-cart__cell {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.b-cart__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.b-cart__cell {
    flex: 0 0 auto;
    padding-left: 10px;
}
.b-cart__cell--product {
    display: flex;
    flex-basis: 330px;
}
.b-cart__cell--price,
.b-cart__cell--total {
    flex-basis: 90px;
    color: #000000;
    font-weight: bold;
}
.b-cart__cell--discount {
    flex-basis: 60px;
    color: #000000;
    font-weight: bold;
}
.b-cart__cell--count {
    flex-basis: 160px;
    flex-shrink: 1;
}
.b-cart__cell--funcs {
    flex-basis: 100px;
}
.b-cart__cell--funcs a {
    color: #000000;
    font-weight: 300;
}
.b-cart .counter__input{
    margin-bottom: 0;
    text-align: center;
}
.b-cart__item-image{
    min-width: 85px;
    max-width: 85px;
    height: 120px;
    margin-right: 40px;
}
.b-cart__item-link {
    color: #000000 !important;
    font-size: 14px;
    font-weight: bold;
    transition: .2s;
}
.b-cart__item-link:hover {
    opacity: 0.6;
}
.b-cart .count-up__input,
.b-cart .counter__input {
    height: 35px;
}
.b-cart .count-up__input {
    border-left: none;
    border-right: none;
    max-width: none !important;
}
.b-cart .count-up__btn {
    line-height: 33px;
    width: 35px;
    min-width: 35px;
    color: #000 !important;
}
.b-cart__item-title {
    margin-bottom: 15px;
}
.b-cart__item-mobile-title {
    display: none;
}
.b-cart__summary {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
}
.b-cart__summary-row {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
}
.b-cart__summary-row--big {
    font-weight: bold;
    font-size: 24px;
}
.b-cart__summary-title {

}
.b-cart__summary-content {
    font-weight: bold;
    padding-left: 5px;
}

/* coupon */
.b-cart__coupon {
    max-width: 400px;
    padding: 30px;
    background-color: #f7f7f7;
}
.b-cart__coupon-inner {
    display: flex;
    margin-bottom: 30px;
}
.b-cart__coupon-input {
    width: 211px;
    margin-bottom: 0;
}
.b-cart__coupon-btn {
    padding: 10px 25px;
    background-color: #000;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.b-cart__coupon-item {
    display: inline-flex;
    width: calc(50% - 12px);
    margin-right: 20px;
    flex-wrap: wrap;
}
.b-cart__coupon-item:nth-of-type(odd) {
    margin-right: 0;
}
.b-cart__coupon-item:not(.b-cart__coupon-item__bad) .input-text {
    color: green;
    border-color: green;
}
.b-cart__coupon-item:not(.b-cart__coupon-item__bad) .b-cart__coupon-item-remove:before,
.b-cart__coupon-item:not(.b-cart__coupon-item__bad) .b-cart__coupon-item-remove:after {
    background-color: green;
}
.b-cart__coupon-item .input-text {
    height: 30px;
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 15px;
    cursor: default;
    overflow: hidden;
}
.bx_ordercart_coupon_notes {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
}
.b-cart__coupon-item-remove {
    display: block;
    width: 15px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-left: -15px;
}
.b-cart__coupon-item-remove:before,
.b-cart__coupon-item-remove:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 0;
}
.b-cart__coupon-item-remove:before {
    transform: rotate(-45deg);
}
.b-cart__coupon-item-remove:after {
    transform: rotate(45deg);
}

/* btns */
.b-cart__btns {
    text-align: right;
}
.cart-btn {
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s;
}
.b-cart__btns-right .checkout {
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
}
.cart-back {
    margin-right: 10px;
    color: #000;
    border: 1px solid #000;
}
.cart-back:hover {
    background-color: #000;
    color: #fff;
}

/* select */
.b-cart .option-sets {
    padding: 0;
}
.b-cart .bx_item_detail_size_small_noadaptive,
.b-cart .bx_item_detail_scu_small_noadaptive {
    display: flex;
}
.b-cart .bx_item_section_name_gray {
    min-width: 80px;
    padding-right: 5px;
    line-height: 30px;
}
.b-cart ul,
.b-cart li {
    width: auto !important;
    list-style-type: none;
}
.b-cart .sku_prop_list {
    display: flex;
    margin-bottom: 0;
    margin-right: -10px;
    flex-wrap: wrap;
}
.b-cart .sku_prop {
     margin: 0 10px 10px 0;
}
.sku_prop .cnt {
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 0;
    transition: 0.3s;
    min-width: 30px;
    cursor: pointer;
}
.sku_prop .cnt .cnt_item {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    overflow: hidden;
}
.sku_prop.bx_active .cnt {
    border-color: #000;
    z-index: 1;
    cursor: default;
}

@media screen and (max-width: 61.875em) {
    .b-cart__cell--funcs {
        position: absolute;
        right: 45px;
        bottom: 15px;
    }
    .b-cart__cell--product {
        flex-basis: 285px;
    }
    .b-cart__item-image {
        min-width: 65px;
        max-width: 65px;
        margin-right: 30px;
    }
    .bx_item_section_name_gray {
        min-width: 60px;
    }
}
@media screen and (max-width: 43.75em) {
    .cart-tabs {
        display: flex;
    }
    .cart-tabs .tabs-title{
        margin-right: 6px;
    }
    .b-cart__head {
        display: none;
    }
    .b-cart__item {
        flex-wrap: wrap;
        padding: 0.625rem;
    }
    .b-cart__coupon {
        padding: 0.625rem;
    }
    .b-cart__coupon-inner {
        margin-bottom: 15px;
    }
    .b-cart__summary {
        flex-wrap: wrap;
    }
    .b-cart__item-mobile-title {
        display: block;
        color: #000000;
        font-weight: bold;
    }
    .b-cart__cell {
        display: flex;
        min-width: 100%;
        margin-bottom: 5px;
        padding-left: 0;
        justify-content: space-between;
        align-items: center;
    }
    .b-cart .count-up {
        max-width: 140px;
    }
    .b-cart__summary-info {
        width: 100%;
        margin-top: 20px;
    }
    .b-cart__cell--funcs {
        position: static;
        margin-top: 10px;
    }
    .b-cart__btns-right {
        display: flex;
        flex-wrap: wrap;
    }
    .cart-btn {
        width: 100%;
    }
    .b-cart__btns-right .checkout {
        order: -1;
        margin-bottom: 10px;
    }
    .cart-back {
        margin-right: 0;
    }
    .b-cart__summary-row {
        justify-content: space-between;
    }
    .b-cart__coupon-input {
        max-width: 150px;
    }
    .b-cart__coupon-item {
        width: 100%;
    }
    .b-cart__cell--product {
        align-items: flex-start;
    }
    .product-slider__item img {
        pointer-events: none;
    }
}
#slider-1{
    margin-bottom: 30px;
}
#slider-1.main-slider__item{
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
#slider-1 .main-slider.owl-carousel{
    margin: 0 auto;
    max-width: 75rem;
    /*padding-left: 0.9375rem;*/
    /*padding-right: 0.9375rem;*/
}
.left-container{
    display: none;
}

.left-container__top{
     position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
 }
.left-container__bottom{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.right-container__top{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.right-container__bottom{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.left-container__bottom .container-for-name-and-caption,.left-container__top .container-for-name-and-caption,.right-container__bottom .container-for-name-and-caption,.right-container__top .container-for-name-and-caption{
    position: absolute;
    bottom:15px;
}
.left-container, .right-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#slider-2 .left-container{
    height: 490px;
    width: 20%;
    background-color: grey;
    text-align: center;

}
#slider-2 .right-container{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    height: 490px;
    width: 20%;
    background-color: grey;
    text-align: center;
}
#slider-2.main-slider__item{
    display: flex;
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
#slider-2 .main-slider.owl-carousel{
    margin: 0 auto;
    max-width: 60%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 60px;
}
#slider-3.main-slider__item{
    display: flex;
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
#slider-3 .left-container__top{
    margin-bottom: 20px;
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-3 .left-container__bottom{
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-3 .main-slider.owl-carousel{
    margin: 0 auto;
    max-width: 60%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 60px;
}
#slider-3 .left-container{
    height: 490px;
    width: 20%;
    text-align: center;
}
#slider-3 .right-container{
    height: 490px;
    width: 20%;
    background-color: grey;
    text-align: center;
}

#slider-4.main-slider__item{
    display: flex;
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
#slider-4 .right-container__top{
    margin-bottom: 20px;
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-4 .right-container__bottom{
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-4 .main-slider.owl-carousel{
    margin: 0 auto;
    max-width: 60%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 60px;
}
#slider-4 .left-container__top {
    height: 490px;
    width:100%;
}

#slider-4 .left-container{
    height: 440px;
    width: 20%;
    background-color: grey;
    text-align: center;
}
#slider-4 .right-container{
    height: 490px;
    width: 20%;
    text-align: center;
}

#slider-5.main-slider__item{
    display: flex;
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
#slider-5 .right-container__top{
    margin-bottom: 20px;
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-5 .right-container__bottom{
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-5 .left-container__top{
    margin-bottom: 20px;
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-5 .left-container__bottom{
    background-color: grey;
    height: 240px;
    text-align: center;
    width:100%;
}
#slider-5 .main-slider.owl-carousel{
    margin: 0 auto;
    max-width: 60%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 60px;

}
#slider-5 .left-container{
    height: 490px;
    width: 20%;

}
#slider-5 .right-container{
    height: 490px;
    width: 20%;
}
.main-slider-position{
    background-size: cover;
    background-position: 50% 50%;
}
@media(max-width: 991px){
    .left-container{
        top: 700px;
        position: absolute;
        width: 46% !important;
    }
    .right-container{
        top: 700px;
        position: absolute;
        width: 46% !important;
        left:52%;
    }
    #slider-1 .main-slider.owl-carousel{
        margin: 0 auto;
        max-width: 75rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .main-slider.owl-carousel.owl-loaded.owl-drag{
        position: absolute;
    }
    #slider-2.main-slider__item{
        margin-bottom: 500px !important;
    }
    .main-slider.owl-carousel{
        padding-left: 0 !important;
        max-width: 98% !important;
        margin-bottom: 20px;
    }
    #slider-3.main-slider__item{
        margin-bottom: 500px !important;
    }
    #slider-4.main-slider__item{
        margin-bottom: 500px !important;
    }
    #slider-5.main-slider__item{
        margin-bottom: 500px !important;
    }

    .main-slider-position .container-for-name-and-caption .title{
        font-size: 34px !important;
    }

}
@media(max-width: 700px){
    .left-container{
        display: none !important;
    }
    .right-container{
        display: none !important;
    }
    .main-slider__item{
        display: none !important;
    }
    .main-catalog{
        margin-top: 0 !important;
    }
}
a.scroll-to-top{
    background-image: url('../images/arrow-right2-white.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transform: rotate(270deg);
    bottom: 55px;
    z-index: 995;
    text-align: center;
    transition: opacity .3s;
    opacity: 1;
    position: fixed;
    text-decoration: none;
}
a.scroll-to-top#scroll-1-right{
    border-radius: 50%;
    right: 75px;
    left: inherit;
}
a.scroll-to-top#scroll-1-left{
    border-radius: 50%;
    left: 75px;

}
a.scroll-to-top#scroll-2-right{
    right: 75px;
    left: inherit;
}
a.scroll-to-top#scroll-2-left{
    left: 75px;
}
@media(max-width:699px){
    a.scroll-to-top{
        bottom:15px;
    }
    a.scroll-to-top#scroll-1-right{
        right: 15px;
        left: inherit;
    }
    a.scroll-to-top#scroll-1-left{
        left: 15px;

    }
    a.scroll-to-top#scroll-2-right{
        right: 15px;
        left: inherit;
    }
    a.scroll-to-top#scroll-2-left{
        left: 15px;
    }
}
/* NEW ORDER */


.configurator.active {
    left: 0;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
    transition: left .2s ease;
}

.configurator .switch {
    position: absolute;
    top: 100px;
    right: -58px;
    background: #c2c2c2;
    border-radius: 0 4px 4px 0;
    width: 58px;
    height: 58px;
    border-left: 1px solid rgba(0,0,0,.05);
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9InNldHRpbmdzIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTE5LDloLTEuN2MtMC4yLDAtMC42LDAtMC42LTAuM2MwLTAuOS0wLjMtMi4yLTAuOS0yLjhjLTAuMi0wLjItMC4xLTAuMywwLjEtMC41bDEuMi0xLjFjMC40LTAuNCwwLjQtMSwwLTEuNHMtMS0wLjQtMS40LDBsLTEuMiwxLjJjLTAuMiwwLjItMC40LDAuMi0wLjYsMC4xYy0wLjctMC41LTEuNi0wLjgtMi40LTFjLTAuMiwwLTAuNC0wLjItMC40LTAuNVYxYzAtMC42LTAuNC0xLTEtMVM5LDAuNCw5LDF2MS43YzAsMC4yLTAuMiwwLjQtMC40LDAuNWMtMC45LDAuMi0xLjcsMC41LTIuNCwxQzUuOSw0LjMsNS43LDQuMyw1LjUsNC4xTDQuMywyLjljLTAuNC0wLjQtMS0wLjQtMS40LDBzLTAuNCwxLDAsMS40bDEuMiwxLjJDNC4zLDUuNyw0LjMsNiw0LjIsNi4xYy0wLjUsMC43LTAuOCwxLjQtMSwyLjdDMy4yLDkuMSwyLjksOSwyLjcsOUgxYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDEuN2MwLjIsMCwwLjUsMC4xLDAuNiwwLjNjMC4yLDAuOSwwLjQsMS41LDAuOSwyLjNjMC4xLDAuMiwwLjEsMC42LTAuMSwwLjhsLTEuMiwxLjJjLTAuNCwwLjQtMC40LDEuMSwwLDEuNGMwLjQsMC40LDEsMC40LDEuNCwwbDEuMi0xLjJjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjFjMC43LDAuNSwxLjYsMC44LDIuNCwxYzAuMiwwLDAuNCwwLjIsMC40LDAuNVYxOWMwLDAuNiwwLjQsMSwxLDFzMS0wLjQsMS0xdi0xLjdjMC0wLjIsMC4yLTAuNCwwLjQtMC41YzAuOS0wLjIsMS43LTAuNSwyLjQtMWMwLjItMC4xLDAuNS0wLjEsMC42LDAuMWwxLjIsMS4yYzAuNCwwLjQsMSwwLjQsMS40LDBzMC40LTEsMC0xLjRsLTEuMi0xLjJjLTAuMi0wLjItMC4yLTAuNC0wLjEtMC42YzAuNS0wLjcsMC43LTEuMSwxLTEuOWMwLjEtMC4yLDAuMi0wLjksMC41LTAuOUgxOWMwLjYsMCwxLTAuNCwxLTFDMjAsOS40LDE5LjYsOSwxOSw5eiBNMTQuOCwxMS40Yy0wLjQsMS43LTEuOCwzLTMuNSwzLjVjLTMuOCwxLTcuMi0yLjQtNi4yLTYuMkM1LjYsNyw3LDUuNiw4LjYsNS4yQzEyLjQsNC4yLDE1LjgsNy42LDE0LjgsMTEuNHogTTExLDEwYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMSw5LjQsMTEsMTB6Ii8+PC9zdmc+);
}
@media (max-width: 800px) {
    .configurator .switch {
        display: none;
    }
}

.configurator .switch svg {
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-top: 3px;
    margin-left: -2px;
}

.configurator .values {
    /*padding: 18px 25px;*/
    /*background: #fff;*/
    /*border-bottom: 1px solid #e0e2e5;*/
    background-color: #fff;
}

.configurator .values .header-inner {
    color: #fff;
    text-align: center;
    background: #f5f5f5;
    text-transform: none;
    padding: 10px 10px 11px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    position: absolute;
}
.configurator .values .header-inner:hover {
    opacity: 0.9;
}

.configurator .left-block {
    float: left;
    width: 140px;
    border-right: 1px solid #e0e2e5;
    min-height: 100%;
    background: #f8f8f8;
}
.configurator {
    width: 541px;
    left: -541px;
    top: 0;
    background: #fff;
    height: 100%;
    border-radius: 0;
    color: #333;
    position: fixed;
    z-index: 1052;
    transition: left .2s ease-out;
}

.configurator.active {
    left: 0;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
    transition: left .2s ease;
    width: 541px;
}

.configurator .switch {
    position: absolute;
    top: 100px;
    right: -50px;
    background: #c2c2c2;
    border-radius: 0 4px 4px 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(0,0,0,.05);
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9InNldHRpbmdzIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTE5LDloLTEuN2MtMC4yLDAtMC42LDAtMC42LTAuM2MwLTAuOS0wLjMtMi4yLTAuOS0yLjhjLTAuMi0wLjItMC4xLTAuMywwLjEtMC41bDEuMi0xLjFjMC40LTAuNCwwLjQtMSwwLTEuNHMtMS0wLjQtMS40LDBsLTEuMiwxLjJjLTAuMiwwLjItMC40LDAuMi0wLjYsMC4xYy0wLjctMC41LTEuNi0wLjgtMi40LTFjLTAuMiwwLTAuNC0wLjItMC40LTAuNVYxYzAtMC42LTAuNC0xLTEtMVM5LDAuNCw5LDF2MS43YzAsMC4yLTAuMiwwLjQtMC40LDAuNWMtMC45LDAuMi0xLjcsMC41LTIuNCwxQzUuOSw0LjMsNS43LDQuMyw1LjUsNC4xTDQuMywyLjljLTAuNC0wLjQtMS0wLjQtMS40LDBzLTAuNCwxLDAsMS40bDEuMiwxLjJDNC4zLDUuNyw0LjMsNiw0LjIsNi4xYy0wLjUsMC43LTAuOCwxLjQtMSwyLjdDMy4yLDkuMSwyLjksOSwyLjcsOUgxYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDEuN2MwLjIsMCwwLjUsMC4xLDAuNiwwLjNjMC4yLDAuOSwwLjQsMS41LDAuOSwyLjNjMC4xLDAuMiwwLjEsMC42LTAuMSwwLjhsLTEuMiwxLjJjLTAuNCwwLjQtMC40LDEuMSwwLDEuNGMwLjQsMC40LDEsMC40LDEuNCwwbDEuMi0xLjJjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjFjMC43LDAuNSwxLjYsMC44LDIuNCwxYzAuMiwwLDAuNCwwLjIsMC40LDAuNVYxOWMwLDAuNiwwLjQsMSwxLDFzMS0wLjQsMS0xdi0xLjdjMC0wLjIsMC4yLTAuNCwwLjQtMC41YzAuOS0wLjIsMS43LTAuNSwyLjQtMWMwLjItMC4xLDAuNS0wLjEsMC42LDAuMWwxLjIsMS4yYzAuNCwwLjQsMSwwLjQsMS40LDBzMC40LTEsMC0xLjRsLTEuMi0xLjJjLTAuMi0wLjItMC4yLTAuNC0wLjEtMC42YzAuNS0wLjcsMC43LTEuMSwxLTEuOWMwLjEtMC4yLDAuMi0wLjksMC41LTAuOUgxOWMwLjYsMCwxLTAuNCwxLTFDMjAsOS40LDE5LjYsOSwxOSw5eiBNMTQuOCwxMS40Yy0wLjQsMS43LTEuOCwzLTMuNSwzLjVjLTMuOCwxLTcuMi0yLjQtNi4yLTYuMkM1LjYsNyw3LDUuNiw4LjYsNS4yQzEyLjQsNC4yLDE1LjgsNy42LDE0LjgsMTEuNHogTTExLDEwYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMSw5LjQsMTEsMTB6Ii8+PC9zdmc+);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}
@media (max-width: 800px) {
    .configurator .switch {
        display: none;
    }
    .page-header#page-header-small .site-container h1{
        font-size: 24px !important;
    }
    .page-header#page-header-small .site-container li{
        font-size: 10px !important;
    }
}

.configurator .switch svg {
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-top: 3px;
    margin-left: -2px;
}

.configurator .values {
    background: #fff;
}

.configurator .values .header-inner {
    color: #fff;
    text-align: center;
    background: #f5f5f5;
    text-transform: none;
    padding: 10px 10px 11px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    width: 374px;
    margin: 10px 25px;
    position: relative;
    bottom: 20px;
}
.configurator .values .header-inner:hover {
    opacity: 0.9;
}

.configurator .left-block {
    float: left;
    width: 117px;
    border-right: 1px solid #e0e2e5;
    min-height: 100%;
    background: #f8f8f8;
}

.configurator .form {
    height: 100%;
    overflow-y: auto;
    position: relative;
}
.configurator .left-block .section-block {
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    padding: 50px 30px 20px;
    /*border-bottom: 1px solid #e0e2e5;*/
    text-transform: none;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 30%;
}
.configurator .left-block .section-block.active:before {
    display: block;
    content: ' ';
}
.configurator .left-block .section-block.active {
    /*background: #fff;*/
    margin-right: -1px;
    border-left: 2px solid white;
    background-repeat: no-repeat !important;
    background-size: 20% !important;
    background-position: 50% 30% !important;
}
.configurator .right-block {
    float: right;
    width: 424px;
    background: #fff;
    height: 100%;
}
.configurator .right-block .content-body {
    padding: 25px 25px 0 25px;
    background: #fff;
    border-left: 1px solid #e0e2e5;
    margin-left: -1px;
    height: 100%;
    max-height: calc(100% - 100px);
    overflow: scroll;
}
.configurator .right-block .block-item {
    display: none;
}
.configurator .right-block .block-item.active {
    display: block;
    /*padding-bottom: 20px;*/
    width:375px;
}
.configurator .right-block .block-item .item {
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #e0e2e5;
}
.configurator .right-block .block-item .item .values a.active div{
    transition: all ease .2s;
    /*box-shadow: 0 0 3px 3px #ccc;*/
}
.item.item_checkbox .values a:not(.active) div {
    opacity: 0.6;
}
.configurator .right-block .block-item .item .values {
    display: flex;
    flex-wrap: wrap;
}
.configurator .right-block .block-item .item .values a{
    margin-bottom: 10px;
}
.configurator .right-block .block-item .item .title {
    font-size: 12px;
    font-weight: 900;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.configurator .right-block .block-item .item .colors {
    display: block;
    overflow: hidden;
    padding-top: 8px;
}
.configurator .right-block .block-item .item .colors a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    /*padding: 5px;*/
    border: 1px solid #e0e2e5;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: relative;
}
.configurator .right-block .block-item .item .colors .picker{
	padding: 5px;
}
.configurator .right-block .block-item .item .colors a:hover {
    border: 1px solid #c2c2c2;
}
.configurator .right-block .block-item .item .colors a.active:before {
    /*box-shadow: 0 0 3px 3px #ccc;*/
}
.configurator .right-block .block-item .item .colors a span {
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 15px;
}
.configurator .right-block .block-item .item .colors a.picker span {
    background-image: url("../images/picker.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider__item#slider-default{
    margin-bottom: 20px;
}
.main-slider-position .container-for-name-and-caption .title{
    font-size: 16px;
    /*padding-left: 25px;*/
    width: 100%;
    color:white;

}
.main-slider-position .caption{
    font-size: 13px;
    /*padding-left: 25px;*/
    width: 100%;
    color:white;

}
.main-slider-position a{
    font-size: 13px;
    /*margin-left: 25px;*/
}
@media(max-width: 1120px){
    .main-slider-position .title{
        padding-left: 25px;
        font-size: 16px;
    }
    .banner .caption{
        padding: 10px;
    }
    .main-slider-position .caption{
        font-size: 16px;
        padding-left: 25px;
        width: 100%;
    }
}

.page-header#page-header-none{
    display: none;
}
.page-header.page-header-small .site-container h1{
    font-size: 30px;
}
.page-header.page-header-small .site-container li{
    font-size: 12px;
}
.page-header.page-header-small .site-container .breadcrumbs{
    margin-top: -15px;
}
.page-header.false{
    background-image:none !important;
}
.page-header.page-header-small{
    height: 80px;
}

input[type="file"]{
    display:none;
}
.button-typefile{
    display: block;
    box-sizing: border-box;
    width: 188px;
    height: 42px;
    padding: .6rem 1.2rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.8rem;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;

}
.products-list-number-2{
    width: 50%;
}
.products-list__item.products-list-number-2 .image{
    display: block;
    max-width: 25rem;
    height: 35rem;
}
.products-list__item.products-list-number-2 .option-sets{
    margin-left: 80px;
}
@media(max-width: 1100px){
    .products-list__item.products-list-number-2 .option-sets{
        margin-left: 20px;
    }
}
@media(max-width: 699px){
    .products-list-number-2{
        width: 100%;
    }
}
.products-list-number-4{
    width: 25%;
}

.products-list__item.products-list-number-4 .option-sets .option-set{
    height: 60px;
}
.products-list__item.products-list-number-4 .prices{
    margin-top: 20px;
}
.products-list__item.products-list-number-4 .buttons .favorite{
    margin-left: 15px;
}
@media(max-width: 1250px){
    .products-list-number-4{
        width: 33.333333%;
    }
}
@media(max-width: 1000px){
    .products-list-number-4{
        width: 50%;
    }
}
@media(max-width: 699px){
    .products-list-number-4{
        width: 100%;
    }
}
.item.item_image_radio .values.test_image_radio{
    display:block !important;
}
.item.item_image_radio .values.test_image_radio a div{
    margin-bottom: 15px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.item.item_checkbox{
	display: flex;
    position: relative;
}
.item.item_checkbox .values.test_checkbox a div::before{
    content: "";
    width: 36px;
    height: 40px;
    position: absolute;
    left: 38px;
    top:0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.item.item_checkbox .values.test_checkbox a.active div::before{
    content: "";
    width:38px;
    height: 40px;
    position: absolute;
    top: 0;
    left:0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.item.item_checkbox .values.test_checkbox{
    position: absolute;
    top: 142px;
}
.item.item_checkbox .title{
    /*margin-left: 100px;*/
    margin-bottom: 0;
}
.item.item_checkbox .values.test_checkbox a div{
    color:white;
}
.item.item_checkbox .title{
    padding-bottom: 0px;
}
.product-recomendation img {
    height: 24px;
}
.product-recomendation__image a{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;

}
.product-recomendation{
    display: flex;
}
.product-recomendation__image{
    display: block;
    width: 32px;
    height: 24px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.container-for-recomendation{
    z-index: 100;
    position: relative;
}
.specification-recomendation{
    display: none;
    position:absolute;

}
.product-recomendation__image:hover .specification-recomendation{
    display: block;
    width: 300px;
    padding:10px;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    top: 33px;
    z-index: 100;
}
.product-share-links {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: -20px;
    top: 0;
    width:20px;
}
.product-recomendation__image:hover .specification-recomendation:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.product-recomendation__image:hover .specification-recomendation:after {
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid white;
}
.layout-right-side{
    margin-bottom:30px ;
}
.product-share-links .label{
    display:none !important;
}
.product-recomendation__image{
    position: relative;
}
@media(max-width: 992px){
    .product-recomendation{
        display: block;
    }
    .product-recomendation__image:hover .specification-recomendation:before, .product-recomendation__image:hover .specification-recomendation:after {
        content: '';
        display: none;
    }
     .specification-recomendation{
        display: table-cell;
        width: 280px;
        height: 32px;
        position: relative;
        font-size: 12px;
        line-height: 15px;
        padding-left: 10px;
        vertical-align: middle;
    }
    .product-share-links {
        display: block;
        position: relative;
        top:0;
        left:0;
        transform: none;

    }
    .product-recomendation__image{
        display: table;
        width: 280px;
    }
    .product-recomendation__image a{
        display: table-cell;
        width: 32px;
        height: 32px;
        position: relative;
        margin-right: 10px;
        vertical-align: middle;
    }
    .product-recomendation__image:hover .specification-recomendation{
        top: 0;
        display: table-cell;
        width: 280px;
        height: 32px;
        position: relative;
        font-size: 12px;
        line-height: 15px;
        padding: 0;
        padding-left: 10px;
        vertical-align: middle;
        border: none!important;
    }

    .layout-right-side{
        margin-bottom:0!important;
    }
    .product-share-links {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal{
        display:flex;
        padding-top:10px;
    }
}
.layout-right-side{
    margin-bottom:30px ;
}
.product-share-links .label{
    display:none !important;
}
.product-recomendation__image{
    position: relative;
}
.product-recomendation__image:hover .specification-recomendation:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.product-recomendation__image:hover .specification-recomendation:after {
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid white;
}
.item.item_checkbox .values a div {
	color: white;
    width: 36px;
	height: 20px;
	font-size: 0px;
	border-radius: 20px;
    padding:0 !important;;
}
.item.item_checkbox .values a div:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 10px;
}
.item.item_checkbox .values a.active div:before {
    left: 20px;
}
a .group__title{
	padding: 7px 25px;
	background: #f9f9f9;
}
.item.item_checkbox a .group__title{
	position: absolute;
	right: 15px;
}
.configurator.active .form .right-block .content-body .block-item.active .item.item_color_radio .values.colors a.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.configurator.active .form .right-block .content-body .block-item.active .item.item_color_radio .values.colors a.active:before{
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}
#section_CATALOG {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjEgMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxIDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBwb2ludHM9IjE0LDEgMSwxIDEsMjEgMjAsMjEgMjAsNi4yICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgcG9pbnRzPSIxNCwxIDE0LDcgMjAsNyAiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSI1IiB5MT0iMTIiIHgyPSIxNiIgeTI9IjEyIi8+PGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNSIgeTE9IjgiIHgyPSI5IiB5Mj0iOCIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjUiIHkxPSIxNiIgeDI9IjE0IiB5Mj0iMTYiLz48L3N2Zz4=);
}
#section_CONTACTS{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMjQuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMjQuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBkPSJNMTYsOC43QzE2LDE1LjQsOC41LDIzLDguNSwyM1MxLDE1LjIsMSw4LjdDMSw0LjQsNC40LDEsOC41LDFTMTYsNC40LDE2LDguN3oiLz48Y2lyY2xlIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBjeD0iOC41IiBjeT0iOSIgcj0iMyIvPjwvc3ZnPg==);
}
#section_HEADER{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgeD0iMSIgeT0iMSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB3aWR0aD0iMjMiIGhlaWdodD0iMTgiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSI2IiB5MT0iNiIgeDI9IjE5IiB5Mj0iNiIvPjwvc3ZnPg==);
}
#section_BASE{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBkPSJNMTQuMiw5LjdIMjNDMjMsNC45LDE5LjEsMSwxNC4yLDF2OFY5Ljd6Ii8+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBkPSJNMTAuMiwxMy45YzAuMSwwLDkuMiwwLDkuMiwwYzAsNS00LjEsOS4xLTkuMiw5LjFTMSwxOC45LDEsMTMuOXM0LjEtOS4xLDkuMi05LjFWMTMuOXoiLz48L3N2Zz4=);
}
#section_MAIN{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgcG9pbnRzPSIzLDkgMywyMSA5LDIxIDksMTMgMTUsMTMgMTUsMjEgMjEsMjEgMjEsOSAiLz48cG9seWxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBwb2ludHM9IjIzLDEwIDEyLDEgMSwxMCAiLz48L3N2Zz4=);
}
.header-inner{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTkuOCAyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkuOCAyMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgZD0iTTkuOCwxYzIuMywwLjEsNC41LDEsNi4zLDIuOGMzLjIsMy4yLDMuNiw4LjEsMS4zLDExLjgiLz48cG9seWdvbiBzdHlsZT0ic3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgcG9pbnRzPSIxOC45LDE4LjMgMTQuOSwxOC4zIDE0LjksMTQuMyAiLz48cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIGQ9Ik0xMC4xLDIwYy0yLjMtMC4xLTQuNS0xLTYuMy0yLjhDMC42LDE0LDAuMSw5LjEsMi41LDUuNCIvPjxwb2x5Z29uIHN0eWxlPSJzdHJva2U6I0ZGRkZGRjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBwb2ludHM9IjAuNywyLjUgNS4xLDIuNSA1LjEsNi44ICIvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat !important;
    background-size: 5% !important;
    background-position: 10px !important;
    position: absolute;
    bottom:0;

}
.configurator .switch:hover{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggaWQ9InNldHRpbmdzIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTE5LDloLTEuN2MtMC4yLDAtMC42LDAtMC42LTAuM2MwLTAuOS0wLjMtMi4yLTAuOS0yLjhjLTAuMi0wLjItMC4xLTAuMywwLjEtMC41bDEuMi0xLjFjMC40LTAuNCwwLjQtMSwwLTEuNHMtMS0wLjQtMS40LDBsLTEuMiwxLjJjLTAuMiwwLjItMC40LDAuMi0wLjYsMC4xYy0wLjctMC41LTEuNi0wLjgtMi40LTFjLTAuMiwwLTAuNC0wLjItMC40LTAuNVYxYzAtMC42LTAuNC0xLTEtMVM5LDAuNCw5LDF2MS43YzAsMC4yLTAuMiwwLjQtMC40LDAuNWMtMC45LDAuMi0xLjcsMC41LTIuNCwxQzUuOSw0LjMsNS43LDQuMyw1LjUsNC4xTDQuMywyLjljLTAuNC0wLjQtMS0wLjQtMS40LDBzLTAuNCwxLDAsMS40bDEuMiwxLjJDNC4zLDUuNyw0LjMsNiw0LjIsNi4xYy0wLjUsMC43LTAuOCwxLjQtMSwyLjdDMy4yLDkuMSwyLjksOSwyLjcsOUgxYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDEuN2MwLjIsMCwwLjUsMC4xLDAuNiwwLjNjMC4yLDAuOSwwLjQsMS41LDAuOSwyLjNjMC4xLDAuMiwwLjEsMC42LTAuMSwwLjhsLTEuMiwxLjJjLTAuNCwwLjQtMC40LDEuMSwwLDEuNGMwLjQsMC40LDEsMC40LDEuNCwwbDEuMi0xLjJjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjFjMC43LDAuNSwxLjYsMC44LDIuNCwxYzAuMiwwLDAuNCwwLjIsMC40LDAuNVYxOWMwLDAuNiwwLjQsMSwxLDFzMS0wLjQsMS0xdi0xLjdjMC0wLjIsMC4yLTAuNCwwLjQtMC41YzAuOS0wLjIsMS43LTAuNSwyLjQtMWMwLjItMC4xLDAuNS0wLjEsMC42LDAuMWwxLjIsMS4yYzAuNCwwLjQsMSwwLjQsMS40LDBzMC40LTEsMC0xLjRsLTEuMi0xLjJjLTAuMi0wLjItMC4yLTAuNC0wLjEtMC42YzAuNS0wLjcsMC43LTEuMSwxLTEuOWMwLjEtMC4yLDAuMi0wLjksMC41LTAuOUgxOWMwLjYsMCwxLTAuNCwxLTFDMjAsOS40LDE5LjYsOSwxOSw5eiBNMTQuOCwxMS40Yy0wLjQsMS43LTEuOCwzLTMuNSwzLjVjLTMuOCwxLTcuMi0yLjQtNi4yLTYuMkM1LjYsNyw3LDUuNiw4LjYsNS4yQzEyLjQsNC4yLDE1LjgsNy42LDE0LjgsMTEuNHogTTExLDEwYzAsMC42LTAuNCwxLTEsMXMtMS0wLjQtMS0xczAuNC0xLDEtMVMxMSw5LjQsMTEsMTB6Ii8+PC9zdmc+) !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.configurator .right-block .block-item .item.item_checkbox{
    padding: 0 0 10px;
}

.configurator .item.item_checkbox .values a div{
    background: #f9f9f9;
}
.right-block .values[data-property="default"]{
    position: absolute;
    bottom:0;
    right: 0;
    border-top: 30px solid white;
}
.jspPane{
    width: 424px !important;
}
.jspDrag {
    width: 4px !important;
    border-radius: 8px !important;
}
.jspContainer{
    width: 424px !important;
}
.jspTrack{
    background: none !important;
}
#right_block_content{
    width: 424px !important;
}
.button--white {
    background-color: #fff!important;
}
.button--white:hover, .products-list__item .buttons .to-basket-btn:hover, .products-list__item .image .preview-btn:hover {
    color: #fff!important;
}
.configurator .switch:hover svg path {
    fill: #fff;
}
.button--transparent, .button--transparent:hover, .button--transparent:focus {
    background: transparent;
}
.button-typefile{
    color: #fff;
}
.item.item_checkbox .values.test_checkbox a div::before{
    background-color: #999;
}
.product-recomendation__image:hover .specification-recomendation{
    background-color: #ffffff;
    border:1px solid #999;
    color:#999;
}
.product-recomendation__image:hover .specification-recomendation:before {
    border-bottom: 5px solid #999;
}
.product-recomendation__image:hover .specification-recomendation:after {
    border-bottom: 4px solid white;
}
.configurator .right-block .block-item .item .values a.active div{
    color:white;
}
.item.item_checkbox .values a div:before {
    background: white;
}
.item.item_checkbox .values a.active div::before {
    background: white;
}
.configurator .left-block{
    color:white;
}
.main-slider-position .container-for-name-and-caption .caption{
    font-weight: 500;
}
/*.container-for-name-and-caption{*/
    /*position: relative;*/
    /*top: 45%;*/
    /*left: 3%;*/
/*}*/
.slider-text{
    width: 500px;
    /*margin-bottom: 130px;*/
}
.main-slider__item .row.align-middle{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.main-slider__item .main-slider.owl-carousel.owl-loaded.owl-drag .owl-nav .owl-prev{
    position: absolute;
    left: 35px;
    display: block;
    width: 42px;
    height: 42px;
    background-color: white;
    color: transparent;
    top:300px;
    background-image: url('../images/arrow-right2-gray.svg');
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.main-slider__item .main-slider.owl-carousel.owl-loaded.owl-drag .owl-nav .owl-next{
    position: absolute;
    right: 35px;
    display: block;
    width: 42px;
    height: 42px;
    background-color: white;
    color: transparent;
    top:300px;
    background-image: url('../images/arrow-right2-gray.svg');
    background-position: center center;
    background-repeat: no-repeat;
}
#slider-6.main-slider__item{
    height: 650px;
    margin-bottom: 30px;
}
#slider-6 .main-slider .owl-dots{
    margin-top: -3.75em !important;
}
#slider-6.main-slider__item .title{
    font-size: 55px;
    line-height: 55px;
}
#slider-6 .main-slider .main-slider__item{
    height: 650px;
}
.button--transparent.buy-one-click:hover{
    color:white;
}
.button--transparent.buy-one-click:hover .icon{
    fill:white;
}
.register-form {
    column-count: 2;
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    page-break-inside: avoid;
}
.register-form label {
    margin: 0 15px 0 0;
    break-inside: avoid-column;
}
@media screen and (max-width: 43.75em) {
    .register-form {
        column-count: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .register-form label {
        flex: 1 1 100%;
    }
    .products-list__item .image .preview-btn {
        display: none;
    }
}
@media screen and (max-width: 43.75em) {
    .mobile-overflow {
        overflow-x: scroll;
        position: relative;
        width:100%;
    }
    .mobile-size{position: relative}
    .mobile-size:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        width: 0px;
        box-shadow: -3px 0px 13px 5px rgb(255, 255, 255);
        content: "";
    }
    .mobile-overflow table {
        white-space: nowrap;
    }
    .products-list__item .image > a {
        height: auto !important;
        max-height: 150px;
    }
}
/*ul.menu {padding:0; margin:0;}*/
/*ul.menu li {list-style-type:none; padding:5px 0; text-align:center; white-space:nowrap;}*/
ul.menu li.dd_menu {
    float:right;
    position:relative;
    display:none;
    top: 16px;
    font-weight: 600;
    font-size: 20px;
    list-style-type: none;

}
ul.menu li.dd_menu:focus,
ul.menu li.dd_menu button:focus {
    border: 0;
    outline: 0;
}
ul.menu ul.dropdown-menu {
    display:none;
    position: absolute;
    top: 35px;
    right: 10px;
    padding: 5px;
    border: #CCC 1px solid;
    z-index: 2;
    background-color: white;
    min-width: 200px;
}
ul.menu ul.dropdown-menu li {
    float:none;
    list-style-type: none;
    line-height: 1;
    margin-bottom: 10px;
    min-width: 200px;
}
ul.menu ul.dropdown-menu li > a {
    color: #999999;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: 0.3s;
}
ul.menu ul.dropdown-menu li > a:hover {
    color: #000000;
    transition: 0.3s;
}

.menu-container {
    width:  100%;
    display:  flex;
    align-items: center;
    justify-content:  space-between;
}
@media screen and (max-width: 61.875em) {
    .menu-container {
        width: auto;
    }
}
@media screen and (max-width: 43.75em) {}

.button.button--white.to-basket-btn.slider-product-options, .button.button--white.to-basket-btn.normal-button-basket{
    padding: 0.85rem 1.6rem;
    margin-top: 1px;
}
.row.buttons .column a{
    padding:0.85rem 1.6rem;
}
.button.expanded.button--transparent.buy-one-click {
    padding: 0;
}
.row.buttons .column .button.expanded.button.buy-one-click{
    float:right;
    width: 170px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
}
.button.expanded.button.buy-one-click .icon{
    margin-left: 15px;
}

.bx_missing {opacity: 0.4}


.column.police_url {width: 50%; flex:none; text-align: center;}
.column.police_url a {border: 1px solid #aaa; border-radius: 19px; height: 38px; padding: 5px 15px; display: inline-block; margin-right: 15px; margin-bottom: 10px;}
.column.police_url a:hover {border: 1px solid #888;}
@media (max-width: 500px) {
    .column.police_url {width: 100%;}
}

.caser.with_image {padding: 0 !important;}


.auth_by_sms .button {display: block; width: 100%;}
.authsms_error, .regsms_error {margin-bottom: 8px; color: red;}
.small_reg .button {display: block; width: 100%; max-width: 300px;}
.form__resend {margin-bottom: 10px;}


.fast-view-popup .product-info h4 {padding-right: 26px;}