/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none !important;
}

a {
    background: transparent;
    text-decoration: none;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0;
    /*
    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;
    max-width: 100%;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

:focus {
    outline: 0;
}

div,
input,
button,
.button,
form {
    box-sizing: border-box;
}

p {
    margin: 0px;
}
#template, #banner-header {
    display: none;
}

.image-source-link {
    color: #98C3D1;
}

#create_order {
    padding: 1em 5em;
    width: 100%;
}

.bread {
    padding-bottom: 2em;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#shopberry-header {
    display: none;
}

.row:after,
.grid-row:after,
.grid-row-inner:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.grid-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.grid-row-inner {
    margin-left: -1rem;
    margin-right: -1rem;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
    letter-spacing: -0.34em;
    float: none;
}

.grid-inline:after {
    clear: both;
    content: "";
    display: block;
}

.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
    display: inline-block;
    float: none !important;
    letter-spacing: 0;
    vertical-align: top;
}

.page-subscribe {
    margin-bottom: 9em;
    margin-top: 7em;
}

.page-subscribe h3 {
    font-weight: normal !important;
    color: #999 !important;
    font-size: inherit !important;
    letter-spacing: .1em;
    margin-bottom: 2em !important;
}

@media all {
    .grid-1 {
        width: 8.33333333%;
    }

    .offset-1 {
        margin-left: 8.33333333%;
    }

    .grid-2 {
        width: 16.66666667%;
    }

    .offset-2 {
        margin-left: 16.66666667%;
    }

    .grid-3 {
        width: 25%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .grid-4 {
        width: 33.33333333%;
    }

    .offset-4 {
        margin-left: 33.33333333%;
    }

    .grid-5 {
        width: 41.66666667%;
    }

    .offset-5 {
        margin-left: 41.66666667%;
    }

    .grid-6 {
        width: 50%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .grid-7 {
        width: 58.33333333%;
    }

    .offset-7 {
        margin-left: 58.33333333%;
    }

    .grid-8 {
        width: 66.66666667%;
    }

    .offset-8 {
        margin-left: 66.66666667%;
    }

    .grid-9 {
        width: 75%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .grid-10 {
        width: 83.33333333%;
    }

    .offset-10 {
        margin-left: 83.33333333%;
    }

    .grid-11 {
        width: 91.66666667%;
    }

    .offset-11 {
        margin-left: 91.66666667%;
    }

    .grid-12 {
        width: 100%;
    }

    .offset-12 {
        margin-left: 100%;
    }

    .padded {
        padding: .5rem;
    }

    .padded-left {
        padding-left: .5rem;
    }

    .padded-right {
        padding-right: .5rem;
    }

    .padded-top {
        padding-top: .5rem;
    }

    .padded-bottom {
        padding-bottom: .5rem;
    }

    .padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .padded-inner {
        padding: 1rem;
    }

    .padded-inner-left {
        padding-left: 1rem;
    }

    .padded-inner-right {
        padding-right: 1rem;
    }

    .padded-inner-top {
        padding-top: 1rem;
    }

    .padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .padded-zero {
        padding: 0;
    }

    .padded-zero-left {
        padding-left: 0;
    }

    .padded-zero-right {
        padding-right: 0;
    }

    .padded-zero-top {
        padding-top: 0;
    }

    .padded-zero-bottom {
        padding-bottom: 0;
    }

    .padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .fl,
    .flow {
        float: left;
    }

    .fr,
    .flow-opposite {
        float: right;
    }

    .center {
        text-align: center;
    }

    .left {
        text-align: left;
    }

    .right {
        text-align: right;
    }

    .grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .grid-inline > .inline-top {
        vertical-align: top;
    }

    .grid-inline > .inline-middle {
        vertical-align: middle;
    }

    .grid-inline > .inline-bottom {
        vertical-align: bottom;
    }

    .hidden {
        display: none !important;
    }

    .visible {
        display: block !important;
    }
}

@media all {
    [class*="lg-grid-"] {
        margin-left: 0;
        margin-right: 0;
        clear: none;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-grid-1 {
        width: 8.33333333%;
    }

    .lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .lg-grid-2 {
        width: 16.66666667%;
    }

    .lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .lg-grid-3 {
        width: 25%;
    }

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

    .lg-grid-4 {
        width: 33.33333333%;
    }

    .lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .lg-grid-5 {
        width: 41.66666667%;
    }

    .lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .lg-grid-6 {
        width: 50%;
    }

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

    .lg-grid-7 {
        width: 58.33333333%;
    }

    .lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .lg-grid-8 {
        width: 66.66666667%;
    }

    .lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .lg-grid-9 {
        width: 75%;
    }

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

    .lg-grid-10 {
        width: 83.33333333%;
    }

    .lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .lg-grid-11 {
        width: 91.66666667%;
    }

    .lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .lg-grid-12 {
        width: 100%;
    }

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

    .lg-padded {
        padding: .5rem;
    }

    .lg-padded-left {
        padding-left: .5rem;
    }

    .lg-padded-right {
        padding-right: .5rem;
    }

    .lg-padded-top {
        padding-top: .5rem;
    }

    .lg-padded-bottom {
        padding-bottom: .5rem;
    }

    .lg-padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .lg-padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .lg-padded-inner {
        padding: 1rem;
    }

    .lg-padded-inner-left {
        padding-left: 1rem;
    }

    .lg-padded-inner-right {
        padding-right: 1rem;
    }

    .lg-padded-inner-top {
        padding-top: 1rem;
    }

    .lg-padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .lg-padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg-padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg-padded-zero {
        padding: 0;
    }

    .lg-padded-zero-left {
        padding-left: 0;
    }

    .lg-padded-zero-right {
        padding-right: 0;
    }

    .lg-padded-zero-top {
        padding-top: 0;
    }

    .lg-padded-zero-bottom {
        padding-bottom: 0;
    }

    .lg-padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .lg-padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .lg-padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .lg-padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .lg-fl,
    .lg-flow {
        float: left;
    }

    .lg-fr,
    .lg-flow-opposite {
        float: right;
    }

    .lg-center {
        text-align: center;
    }

    .lg-left {
        text-align: left;
    }

    .lg-right {
        text-align: right;
    }

    .lg-grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .lg-grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .lg-grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .grid-inline > .lg-inline-top {
        vertical-align: top;
    }

    .grid-inline > .lg-inline-middle {
        vertical-align: middle;
    }

    .grid-inline > .lg-inline-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 1100px) {
    .adaptive [class*="md-grid-"] {
        margin-left: 0;
        margin-right: 0;
        clear: none;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptive .md-grid-1 {
        width: 8.33333333%;
    }

    .adaptive .md-offset-1 {
        margin-left: 8.33333333%;
    }

    .adaptive .md-grid-2 {
        width: 16.66666667%;
    }

    .adaptive .md-offset-2 {
        margin-left: 16.66666667%;
    }

    .adaptive .md-grid-3 {
        width: 25%;
    }

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

    .adaptive .md-grid-4 {
        width: 33.33333333%;
    }

    .adaptive .md-offset-4 {
        margin-left: 33.33333333%;
    }

    .adaptive .md-grid-5 {
        width: 41.66666667%;
    }

    .adaptive .md-offset-5 {
        margin-left: 41.66666667%;
    }

    .adaptive .md-grid-6 {
        width: 50%;
    }

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

    .adaptive .md-grid-7 {
        width: 58.33333333%;
    }

    .adaptive .md-offset-7 {
        margin-left: 58.33333333%;
    }

    .adaptive .md-grid-8 {
        width: 66.66666667%;
    }

    .adaptive .md-offset-8 {
        margin-left: 66.66666667%;
    }

    .adaptive .md-grid-9 {
        width: 75%;
    }

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

    .adaptive .md-grid-10 {
        width: 83.33333333%;
    }

    .adaptive .md-offset-10 {
        margin-left: 83.33333333%;
    }

    .adaptive .md-grid-11 {
        width: 91.66666667%;
    }

    .adaptive .md-offset-11 {
        margin-left: 91.66666667%;
    }

    .adaptive .md-grid-12 {
        width: 100%;
    }

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

    .adaptive .md-padded {
        padding: .5rem;
    }

    .adaptive .md-padded-left {
        padding-left: .5rem;
    }

    .adaptive .md-padded-right {
        padding-right: .5rem;
    }

    .adaptive .md-padded-top {
        padding-top: .5rem;
    }

    .adaptive .md-padded-bottom {
        padding-bottom: .5rem;
    }

    .adaptive .md-padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .adaptive .md-padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .adaptive .md-padded-inner {
        padding: 1rem;
    }

    .adaptive .md-padded-inner-left {
        padding-left: 1rem;
    }

    .adaptive .md-padded-inner-right {
        padding-right: 1rem;
    }

    .adaptive .md-padded-inner-top {
        padding-top: 1rem;
    }

    .adaptive .md-padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .adaptive .md-padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .adaptive .md-padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .adaptive .md-padded-zero {
        padding: 0;
    }

    .adaptive .md-padded-zero-left {
        padding-left: 0;
    }

    .adaptive .md-padded-zero-right {
        padding-right: 0;
    }

    .adaptive .md-padded-zero-top {
        padding-top: 0;
    }

    .adaptive .md-padded-zero-bottom {
        padding-bottom: 0;
    }

    .adaptive .md-padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .adaptive .md-padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .adaptive .md-padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .md-padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .md-fl,
    .adaptive .md-flow {
        float: left;
    }

    .adaptive .md-fr,
    .adaptive .md-flow-opposite {
        float: right;
    }

    .adaptive .md-center {
        text-align: center;
    }

    .adaptive .md-left {
        text-align: left;
    }

    .adaptive .md-right {
        text-align: right;
    }

    .adaptive .md-grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .adaptive .md-grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .adaptive .grid-inline > .md-inline-top {
        vertical-align: top;
    }

    .adaptive .grid-inline > .md-inline-middle {
        vertical-align: middle;
    }

    .adaptive .grid-inline > .md-inline-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 800px) {
    .adaptive [class*="sm-grid-"] {
        margin-left: 0;
        margin-right: 0;
        clear: none;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptive .sm-grid-1 {
        width: 8.33333333%;
    }

    .adaptive .sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .adaptive .sm-grid-2 {
        width: 16.66666667%;
    }

    .adaptive .sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .adaptive .sm-grid-3 {
        width: 25%;
    }

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

    .adaptive .sm-grid-4 {
        width: 33.33333333%;
    }

    .adaptive .sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .adaptive .sm-grid-5 {
        width: 41.66666667%;
    }

    .adaptive .sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .adaptive .sm-grid-6 {
        width: 50%;
    }

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

    .adaptive .sm-grid-7 {
        width: 58.33333333%;
    }

    .adaptive .sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .adaptive .sm-grid-8 {
        width: 66.66666667%;
    }

    .adaptive .sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .adaptive .sm-grid-9 {
        width: 75%;
    }

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

    .adaptive .sm-grid-10 {
        width: 83.33333333%;
    }

    .adaptive .sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .adaptive .sm-grid-11 {
        width: 91.66666667%;
    }

    .adaptive .sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .adaptive .sm-grid-12 {
        width: 100%;
    }

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

    .adaptive .sm-padded {
        padding: .5rem;
    }

    .adaptive .sm-padded-left {
        padding-left: .5rem;
    }

    .adaptive .sm-padded-right {
        padding-right: .5rem;
    }

    .adaptive .sm-padded-top {
        padding-top: .5rem;
    }

    .adaptive .sm-padded-bottom {
        padding-bottom: .5rem;
    }

    .adaptive .sm-padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .adaptive .sm-padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .adaptive .sm-padded-inner {
        padding: 1rem;
    }

    .adaptive .sm-padded-inner-left {
        padding-left: 1rem;
    }

    .adaptive .sm-padded-inner-right {
        padding-right: 1rem;
    }

    .adaptive .sm-padded-inner-top {
        padding-top: 1rem;
    }

    .adaptive .sm-padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .adaptive .sm-padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .adaptive .sm-padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .adaptive .sm-padded-zero {
        padding: 0;
    }

    .adaptive .sm-padded-zero-left {
        padding-left: 0;
    }

    .adaptive .sm-padded-zero-right {
        padding-right: 0;
    }

    .adaptive .sm-padded-zero-top {
        padding-top: 0;
    }

    .adaptive .sm-padded-zero-bottom {
        padding-bottom: 0;
    }

    .adaptive .sm-padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .adaptive .sm-padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .adaptive .sm-padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .sm-padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .sm-fl,
    .adaptive .sm-flow {
        float: left;
    }

    .adaptive .sm-fr,
    .adaptive .sm-flow-opposite {
        float: right;
    }

    .adaptive .sm-center {
        text-align: center;
    }

    .adaptive .sm-left {
        text-align: left;
    }

    .adaptive .sm-right {
        text-align: right;
    }

    .adaptive .sm-grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .adaptive .grid-inline > .sm-inline-top {
        vertical-align: top;
    }

    .adaptive .grid-inline > .sm-inline-middle {
        vertical-align: middle;
    }

    .adaptive .grid-inline > .sm-inline-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 640px) {
    .adaptive [class*="xs-grid-"] {
        margin-left: 0;
        margin-right: 0;
        clear: none;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptive .xs-grid-1 {
        width: 8.33333333%;
    }

    .adaptive .xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .adaptive .xs-grid-2 {
        width: 16.66666667%;
    }

    .adaptive .xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .adaptive .xs-grid-3 {
        width: 25%;
    }

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

    .adaptive .xs-grid-4 {
        width: 33.33333333%;
    }

    .adaptive .xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .adaptive .xs-grid-5 {
        width: 41.66666667%;
    }

    .adaptive .xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .adaptive .xs-grid-6 {
        width: 50%;
    }

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

    .adaptive .xs-grid-7 {
        width: 58.33333333%;
    }

    .adaptive .xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .adaptive .xs-grid-8 {
        width: 66.66666667%;
    }

    .adaptive .xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .adaptive .xs-grid-9 {
        width: 75%;
    }

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

    .adaptive .xs-grid-10 {
        width: 83.33333333%;
    }

    .adaptive .xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .adaptive .xs-grid-11 {
        width: 91.66666667%;
    }

    .adaptive .xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .adaptive .xs-grid-12 {
        width: 100%;
    }

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

    .adaptive .xs-padded {
        padding: .5rem;
    }

    .adaptive .xs-padded-left {
        padding-left: .5rem;
    }

    .adaptive .xs-padded-right {
        padding-right: .5rem;
    }

    .adaptive .xs-padded-top {
        padding-top: .5rem;
    }

    .adaptive .xs-padded-bottom {
        padding-bottom: .5rem;
    }

    .adaptive .xs-padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .adaptive .xs-padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .adaptive .xs-padded-inner {
        padding: 1rem;
    }

    .adaptive .xs-padded-inner-left {
        padding-left: 1rem;
    }

    .adaptive .xs-padded-inner-right {
        padding-right: 1rem;
    }

    .adaptive .xs-padded-inner-top {
        padding-top: 1rem;
    }

    .adaptive .xs-padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .adaptive .xs-padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .adaptive .xs-padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .adaptive .xs-padded-zero {
        padding: 0;
    }

    .adaptive .xs-padded-zero-left {
        padding-left: 0;
    }

    .adaptive .xs-padded-zero-right {
        padding-right: 0;
    }

    .adaptive .xs-padded-zero-top {
        padding-top: 0;
    }

    .adaptive .xs-padded-zero-bottom {
        padding-bottom: 0;
    }

    .adaptive .xs-padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .adaptive .xs-padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .adaptive .xs-padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .xs-padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .xs-fl,
    .adaptive .xs-flow {
        float: left;
    }

    .adaptive .xs-fr,
    .adaptive .xs-flow-opposite {
        float: right;
    }

    .adaptive .xs-center {
        text-align: center;
    }

    .adaptive .xs-left {
        text-align: left;
    }

    .adaptive .xs-right {
        text-align: right;
    }

    .adaptive .xs-grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .adaptive .grid-inline > .xs-inline-top {
        vertical-align: top;
    }

    .adaptive .grid-inline > .xs-inline-middle {
        vertical-align: middle;
    }

    .adaptive .grid-inline > .xs-inline-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 480px) {
    .adaptive .adaptive [class*="mc-grid-"] {
        margin-left: 0;
        margin-right: 0;
        clear: none;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .adaptive .mc-grid-1 {
        width: 8.33333333%;
    }

    .adaptive .mc-offset-1 {
        margin-left: 8.33333333%;
    }

    .adaptive .mc-grid-2 {
        width: 16.66666667%;
    }

    .adaptive .mc-offset-2 {
        margin-left: 16.66666667%;
    }

    .adaptive .mc-grid-3 {
        width: 25%;
    }

    .adaptive .mc-offset-3 {
        margin-left: 25%;
    }

    .adaptive .mc-grid-4 {
        width: 33.33333333%;
    }

    .adaptive .mc-offset-4 {
        margin-left: 33.33333333%;
    }

    .adaptive .mc-grid-5 {
        width: 41.66666667%;
    }

    .adaptive .mc-offset-5 {
        margin-left: 41.66666667%;
    }

    .adaptive .mc-grid-6 {
        width: 50%;
    }

    .adaptive .mc-offset-6 {
        margin-left: 50%;
    }

    .adaptive .mc-grid-7 {
        width: 58.33333333%;
    }

    .adaptive .mc-offset-7 {
        margin-left: 58.33333333%;
    }

    .adaptive .mc-grid-8 {
        width: 66.66666667%;
    }

    .adaptive .mc-offset-8 {
        margin-left: 66.66666667%;
    }

    .adaptive .mc-grid-9 {
        width: 75%;
    }

    .adaptive .mc-offset-9 {
        margin-left: 75%;
    }

    .adaptive .mc-grid-10 {
        width: 83.33333333%;
    }

    .adaptive .mc-offset-10 {
        margin-left: 83.33333333%;
    }

    .adaptive .mc-grid-11 {
        width: 91.66666667%;
    }

    .adaptive .mc-offset-11 {
        margin-left: 91.66666667%;
    }

    .adaptive .mc-grid-12 {
        width: 100%;
    }

    .adaptive .mc-offset-12 {
        margin-left: 100%;
    }

    .adaptive .mc-padded {
        padding: .5rem;
    }

    .adaptive .mc-padded-left {
        padding-left: .5rem;
    }

    .adaptive .mc-padded-right {
        padding-right: .5rem;
    }

    .adaptive .mc-padded-top {
        padding-top: .5rem;
    }

    .adaptive .mc-padded-bottom {
        padding-bottom: .5rem;
    }

    .adaptive .mc-padded-sides {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .adaptive .mc-padded-vertical {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .adaptive .mc-padded-inner {
        padding: 1rem;
    }

    .adaptive .mc-padded-inner-left {
        padding-left: 1rem;
    }

    .adaptive .mc-padded-inner-right {
        padding-right: 1rem;
    }

    .adaptive .mc-padded-inner-top {
        padding-top: 1rem;
    }

    .adaptive .mc-padded-inner-bottom {
        padding-bottom: 1rem;
    }

    .adaptive .mc-padded-inner-sides {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .adaptive .mc-padded-inner-vertical {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .adaptive .mc-padded-zero {
        padding: 0;
    }

    .adaptive .mc-padded-zero-left {
        padding-left: 0;
    }

    .adaptive .mc-padded-zero-right {
        padding-right: 0;
    }

    .adaptive .mc-padded-zero-top {
        padding-top: 0;
    }

    .adaptive .mc-padded-zero-bottom {
        padding-bottom: 0;
    }

    .adaptive .mc-padded-zero-sides {
        padding-left: 0;
        padding-right: 0;
    }

    .adaptive .mc-padded-zero-vertical {
        padding-top: 0;
        padding-bottom: 0;
    }

    .adaptive .mc-padded-reverse {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .mc-padded-reverse-all {
        margin: -0.5rem;
        width: auto;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        float: none;
    }

    .adaptive .mc-fl,
    .adaptive .mc-flow {
        float: left;
    }

    .adaptive .mc-fr,
    .adaptive .mc-flow-opposite {
        float: right;
    }

    .adaptive .mc-center {
        text-align: center;
    }

    .adaptive .mc-left {
        text-align: left;
    }

    .adaptive .mc-right {
        text-align: right;
    }

    .adaptive .mc-grid-inline-top > [class*="-grid-"] {
        vertical-align: top;
    }

    .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
        vertical-align: middle;
    }

    .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
        vertical-align: bottom;
    }

    .adaptive .grid-inline > .mc-inline-top {
        vertical-align: top;
    }

    .adaptive .grid-inline > .mc-inline-middle {
        vertical-align: middle;
    }

    .adaptive .grid-inline > .mc-inline-bottom {
        vertical-align: bottom;
    }
}

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

    .adaptive .lg-visible {
        display: block !important;
    }
}

@media (min-width: 801px) and (max-width: 1100px) {
    .adaptive .md-hidden {
        display: none !important;
    }

    .adaptive .md-visible {
        display: block !important;
    }
}

@media (min-width: 641px) and (max-width: 800px) {
    .adaptive .sm-hidden {
        display: none !important;
    }

    .adaptive .sm-visible {
        display: block !important;
    }
}

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

    .adaptive .xs-visible {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .adaptive .mc-hidden {
        display: none !important;
    }

    .adaptive .mc-visible {
        display: block !important;
    }
}

/**/
img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.image-square,
.image-circle {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.image-square img,
.image-circle img {
    display: inline-block !important;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
    overflow: hidden;
    max-height: 240px;
}

.image-circle {
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#own_preloader {
    position: fixed;
    z-index: 1060;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.button--disabled,
.button[disabled] {
    cursor: not-allowed;
}

.input {
    margin-bottom: 0.5rem;
}

.input:after {
    clear: both;
    content: "";
    display: block;
}

.input:last-child {
    margin-bottom: 0;
}

.input-label {
    display: block;
    margin-bottom: 0.5rem;
}

.input-field {
    display: block;
    width: 100%;
    border: 1px solid;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

.input-notice {
    display: none;
    margin-top: 0.5rem;
}

.input-captcha {
    display: inline-block;
}

.input--inline > .input-label {
    display: inline-block;
    line-height: inherit;
    height: inherit;
    border: 1px solid initial;
    vertical-align: middle;
    margin-bottom: 0;
}

.input--inline > .input-field {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.input--inline > .input-captcha {
    display: inline-block;
}

.input--inline > .input-button {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    border: 1px solid transparent;
    vertical-align: middle;
}

.input--error > .input-field {
    border-color: #ebccd1;
    background-color: #f2dede;
}

.input--error > .input-notice {
    display: block;
}

.input--required .input-label:after {
    content: '*';
    color: red;
}

.input--captcha .input-field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 125px;
}

.styled_select-wrapper {
    position: relative;
    display: inline-block;
    min-width: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    z-index: 0;
    border: 1px solid;
}

.styled_select-wrapper:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    line-height: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f078";
    padding: 0 0.5rem;
}

.checkout .styled_select-wrapper {
    width: 100%;
}

.styled_select-wrapper select {
    position: relative;
    display: inline-block;
    width: calc(100% + 30px);
    height: 100%;
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    line-height: inherit;
    cursor: pointer;
}

.notice {
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.notice:last-child {
    margin-bottom: 0;
}

.notice--success {
    color: #3c763d;
    background-color: #dff0d8;
}

.notice--info {
    color: #31708f;
    background-color: #d9edf7;
}

.notice--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.notice--danger {
    color: #a94442;
    background-color: #f2dede;
}

.prices:after {
    clear: both;
    content: "";
    display: block;
}

.prices--inline > .prices-current,
.prices--inline > .prices-old {
    display: inline-block;
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu:after {
    clear: both;
    content: "";
    display: block;
}

.menu-node {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.menu-link {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.menu-marker {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-marker--parent {
    float: right;
    position: relative;
    z-index: 10;
}

.menu-toggler {
    cursor: pointer;
}

.menu--horizontal > .menu-node {
    float: left;
}

.menu--dropdown {
    position: absolute;
    z-index: 1000;
    display: block;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    top: 90%;
    min-width: 230px;
    background: #ffffff;
    left: 0;
}

.menu-node--main_lvl_1:nth-child(2):hover .menu--dropdown {
    left: -100%;
}

.menu--vertical .menu-node--main_lvl_2 {
    display: inline-block !important;
    width: 100%;
}

.menu--vertical .menu-node--main_lvl_2 a.menu-link {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0;
}

.menu--vertical .menu-node--main_lvl_2:last-child a.menu-link {
    border-bottom: 0;
    margin-bottom: -3px;
}

.menu--side {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
}

.menu-node:hover > .menu--side {
    display: block;
}

.menu--fixed {
    position: fixed;
    z-index: 1030;
}

.menu--collapse {
    display: none;
}

.js-menu-toggler {
    cursor: pointer;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-border-radius: 0px;
    border-radius: 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;
    z-index: 1;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    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;
    -webkit-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.tabs:after,
.tubs:after {
    clear: both;
    content: "";
    display: block;
}

.tabs-controls,
.tubs-controls {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tabs-controls:after,
.tubs-controls:after {
    clear: both;
    content: "";
    display: block;
}

.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
    float: left;
}

.tabs-node,
.tubs-node {
    display: block;
    cursor: pointer;
}

.tabs-content,
.tubs-content {
    display: none;
}

.tabs-content--active,
.tubs-content--active {
    display: block;
}

.accordion-toggler {
    cursor: pointer;
}

.accordion-content {
    display: block;
}

.accordion-content--collapse {
    display: none;
}

.quantity {
    position: relative;
    display: inline-block;
}

.quantity:after {
    clear: both;
    content: "";
    display: block;
}

.quantity-button {
    text-align: center;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-button > .fa {
    vertical-align: middle;
}

.quantity-input {
    padding-top: 0;
    padding-bottom: 0;
    width: 50px;
    border: 1px solid;
    text-align: center;
    line-height: inherit;
    vertical-align: middle;
}

.quantity--inline .quantity-button {
    display: inline-block;
    border: 1px solid transparent;
    line-height: inherit;
    vertical-align: middle;
}

.quantity--side .quantity-button {
    position: absolute;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #000;
}

.quantity--side .quantity-button--minus {
    bottom: 0;
    -webkit-border-radius: 0 0 0px 0;
    border-radius: 0 0 0px 0;
}

.quantity--side .quantity-button--plus {
    top: 0;
    -webkit-border-radius: 0 0px 0 0;
    border-radius: 0 0px 0 0;
    height: 26px;
}

.top_menu {
    margin: 0;
    float: right;
}

#frr {
    float: right !important;
}

.modal {
    position: fixed;
    z-index: 1050;
    max-width: 95%;
    max-height: 95%;
    overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}

.overlay--opacity {
    background-color: transparent !important;
}

.page-content ol {
    padding: 1em 0 0em 1.2em;
}

/* breadcrumbs */
.pagination {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pagination:after {
    clear: both;
    content: "";
    display: block;
}

.pagination-page {
    display: block;
}

.pagination-node {
    display: block;
    text-align: center;
    vertical-align: middle;
}

.pagination-node--link:hover {
    cursor: pointer;
}

.pagination--horizontal > .pagination-page {
    float: left;
}

.reviews-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.reviews-link {
    cursor: pointer;
}

.review-rating .br-wrapper {
    color: #f7dc00;
}

.review_form-toggle {
    cursor: pointer;
}

.review_form-input {
    margin-bottom: 0.5rem;
}

.review_form-input:last-child {
    margin-bottom: 0;
}

.review_form-submit {
    cursor: pointer;
}

script[type="text/template"] {
    display: none;
}

body {
    min-width: 320px;
}

body.body--lock_scroll {
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 50%;
    position: fixed;
    width: 100%;
}

.sidebar_block:last-child {
    margin-bottom: 0;
}

.fc:after {
    clear: both;
    content: "";
    display: block;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.collection-description:after {
    clear: both;
    content: "";
    display: block;
}

.collection-seo_description:after {
    clear: both;
    content: "";
    display: block;
}

/*.collection-products_list:after {*/
/*    clear: both;*/
/*    content: "";*/
/*    display: block;*/
/*}*/

.collection-subcollection_list:after {
    clear: both;
    content: "";
    display: block;
}

.filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter:after {
    clear: both;
    content: "";
    display: block;
}

.filter--vertical .filter-section {
    display: block;
}

.filter-section {
    position: relative;
    margin-bottom: 0.5rem;
}

.filter-clear_all {
    cursor: pointer;
}

.filter-section_toggler {
    cursor: pointer;
}

.filter-hidden_sections {
    display: none;
}

.filter-submit {
    cursor: pointer;
}

.filter_section {
    position: relative;
    /* mod */
}

.filter_section-title {
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
}

.filter_section-toggler {
    cursor: pointer;
}

.filter_section-values {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter_section-values--horizontal .filter-value {
    display: inline-block;
}

.filter_section-values--collapse {
    display: none;
}

.filter_section-value {
    display: block;
}

.filter_section-value--range {
    margin: 1rem 0.5rem;
}

.filter_section-clear {
    cursor: pointer;
}

.filter_section-range_input {
    padding: 0;
    width: 60px;
    text-align: center;
    line-height: inherit;
}

/* noUI slider */
.noUi {
    /* Handles and cursors;
   */
    /* Disabled state;
   */
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
    cursor: default;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       * its values is > 50%.
       */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
       * creates a new context for the origins.
       */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    -o-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
    background: #B8B8B8;
}

.noUi [disabled] .noUi-handle {
    cursor: not-allowed;
}

.sort_by:after {
    clear: both;
    content: "";
    display: block;
}

.sort_by-label {
    display: inline-block;
    line-height: inherit;
}

.sort_by-select {
    display: inline-block;
    line-height: inherit;
}

.product-sku {
    margin: 1em 0 0.5em;
    font-size: 14px;
    color: #999999;
}

.product-sku_field {
    margin-bottom: 0.5rem;
}

.product-presence {
    margin: 0 0 0.5em;
    font-size: 14px;
    color: #999999;
}

.product-short_description {
    margin-bottom: 16px;
}

.product-description {
    margin-bottom: 1em;
    display: inline-block;
    letter-spacing: 0;
    width: 100%;
}

#size-chart {
    margin: 0 0 2em;
}

#size-chart span {
    font-size: 14px;
    border-bottom: 1px dashed;
    cursor: pointer;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

#size-chart span:hover {
    color: #B0B0B0;
}

.product-prices {
    margin-bottom: 2em;
    float: left;
    width: 100%;
    margin-top: em;
}

.gallery-large_image {
    text-align: center;
}

.option_selector {
    margin-bottom: 1em;
}

.option_selector-label {
    display: inline-block;
}

.option_selector-container {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

.variant-span {
}

.variant-radio {
    margin-bottom: 5px;
}

.variant-radio_switch {
    cursor: pointer;
}

.variant-radio_label {
    cursor: pointer;
}

.variant-select {
    cursor: pointer;
}

.variant-color {
    display: inline-block;
    cursor: pointer;
}

.variant-image {
    display: inline-block;
    cursor: pointer;
}

.gallery:after {
    clear: both;
    content: "";
    display: block;
}

.gallery-preview_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery-preview_list:after {
    clear: both;
    content: "";
    display: block;
}

.gallery-preview_list--horizontal > .gallery-preview {
    display: inline-block;
}

.gallery-preview {
    display: block;
}

.gallery-image {
    display: block;
}

.product_preview {
    position: relative;
}

/*.product_preview:after {*/
/*    clear: both;*/
/*    content: "";*/
/*    display: block;*/
/*}*/

.product_preview-preview {
    position: relative;
}

.product_preview-tip {
    position: absolute;
}

.product_preview-link {
    display: block;
}

.product_preview-title {
    display: block;
}

.cart-table_container:after {
    clear: both;
    content: "";
    display: block;
}

.cart-items_list:after {
    clear: both;
    content: "";
    display: block;
}

.cart-empty_notice {
    display: none;
}

.cart_item:after {
    clear: both;
    content: "";
    display: block;
}

.cart_item-delete {
    cursor: pointer;
}

.cart_total:after {
    clear: both;
    content: "";
    display: block;
}

.discounts:after {
    clear: both;
    content: "";
    display: block;
}

.discounts-field {
    width: 130px;
}

.discounts-submit {
    vertical-align: top;
}

.discounts-notice {
    display: none;
}

.discount:after {
    clear: both;
    content: "";
    display: block;
}

.cart_widget {
    position: relative;
}

.cart_widget:after {
    clear: both;
    content: "";
    display: block;
}

.cart_widget-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    text-align: left;
}

.cart_widget:hover .cart_widget-dropdown {
    display: block;
}

.basket_list-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.basket_list-submit {
    cursor: pointer;
}

.basket_item {
    position: relative;
    margin-bottom: 0.5rem;
}

.basket_item:after {
    clear: both;
    content: "";
    display: block;
}

.basket_item:last-child {
    margin-bottom: 0;
}

.basket_item-image {
    float: left;
}

.basket_item-delete {
    cursor: pointer;
    float: right;
}

.basket_item-price:after {
    content: none;
}

.search-products_list:after {
    clear: both;
    content: "";
    display: block;
}

.search_widget {
    display: inline-block;
}

.search_widget-submit--disabled,
.search_widget-submit[disabled] {
    cursor: not-allowed;
}

.ajax_search-wrapper {
    position: relative;
}

.ajax_search-results {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.ajax_search-item {
    display: block;
    text-align: left;
}

.compare-wrapper {
    overflow-x: auto;
}

.compare-toggle_same {
    cursor: pointer;
}

.compare-remove {
    cursor: pointer;
}

.compare-notice {
    display: none;
}

.compare_row {
    display: table-row;
}

.compare_row:after {
    clear: both;
    content: "";
    display: block;
}

.compare_row-title {
    display: table-cell;
    vertical-align: top;
}

.compare_row-item {
    display: table-cell;
    vertical-align: top;
}

.blog-article_list:after {
    clear: both;
    content: "";
    display: block;
}

.article:after {
    clear: both;
    content: "";
    display: block;
}

.article-note {
    margin-bottom: 0.5rem;
}

.article-content {
    margin-bottom: 0.5rem;
}

.article_preview {
    margin-bottom: 0.5rem;
}

.article_preview:after {
    clear: both;
    content: "";
    display: block;
}

.language_switch {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.language_switch:after {
    clear: both;
    content: "";
    display: block;
}

.language_switch-node {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.language_switch-link {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.language_switch-toggler {
    cursor: pointer;
}

.language_switch--dropdown {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
}

.language_switch-node:hover > .language_switch--dropdown {
    display: block;
}

.language_switch--side {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
}

.language_switch-node:hover > .language_switch--side {
    display: block;
}

.language_switch--vertical > .language_switch-node {
    width: 100%;
}

.language_switch--horizontal > .language_switch-node {
    float: left;
}

.social_links:after {
    clear: both;
    content: "";
    display: block;
}

.social_links-link {
    display: inline-block;
}

.social_links:after {
    clear: both;
    content: "";
    display: block;
}

.social_links-link {
    display: inline-block;
}

.payments:after {
    clear: both;
    content: "";
    display: block;
}

.payments-method {
    display: inline-block;
}

.pad5 {
    padding: 1em 0 0em 1.5em !important
}

.slider--reviews {
    margin-top: 100px;
}

.img-rev {
    padding: 10px;
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    -webkit-background-clip: content-box;
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.owl-carousel .owl-item .padded-inner {
    padding-right: 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border-radius: 0px;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/*


   Magic Zoom Plus v5.0.8
   Copyright 2015 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
    font-family: "magictoolbox-thin";
    font-weight: normal;
    font-style: normal;
    src: url("magictoolbox-thin.eot");
    src: url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
    url("magictoolbox-thin.woff") format("woff"),
    url("magictoolbox-thin.ttf") format("truetype"),
    url("magictoolbox-thin.svg#magictoolbox-thin") format("svg");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    border-radius: 0px;
}

.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}


.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .3);
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, .3);
    background: transparent;
    z-index: 1;
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
    transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}

.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/* Hint in the expanded view on mobile */
.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}

.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}

.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mz-loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
    animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}

.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}


/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
    transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
    perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mz-expand .mz-expand-bg > img {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: .6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}

.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}

.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}

.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important;

}

:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
    transition: transform .1s !important;
}

.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
    transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before {
    content: "\a001";
}

button.mz-button.mz-button-prev:before {
    content: "\a002";
}

button.mz-button.mz-button-next:before {
    content: "\a003";
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(180, 180, 180, .3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

/* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mz-thumb img {
    border: 0;
    /*box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);*/
    box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    /*
      -webkit-filter: brightness(70%);
              filter: brightness(70%);
              */
}

.mz-thumb-selected img {
    /*
      -webkit-filter: brightness(50%);
              filter: brightness(50%);
              */
}

.no-cssfilters-magic .mz-thumb {
    /*
      background: #000;
      */
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    /*
      opacity: .7;
      filter: alpha(opacity=70);
      */
}

.no-cssfilters-magic .mz-thumb-selected img {
    /*
      opacity: .5;
      filter: alpha(opacity=50);
      */
}

.ie9-magic .mz-thumb img {
    /*box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);*/
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 30px 0;
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}

.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;

    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;

    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003";
}

.magic-thumbs-button:before {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: .6;
}

.magic-thumbs .magic-thumbs-button:hover:before {
    opacity: 1;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004";
}


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1035}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:1060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:1060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image iframe,.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}
@charset "UTF-8";
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: justify;
  line-height: 1.4; }
  /* line 10, _type.scss */
  .editor a {
    color: #000000; }
  /* line 17, _type.scss */
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
  .editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit; }
    /* line 24, _type.scss */
    .editor h1 small,
    .editor h1 .small, .editor h2 small,
    .editor h2 .small, .editor h3 small,
    .editor h3 .small, .editor h4 small,
    .editor h4 .small, .editor h5 small,
    .editor h5 .small, .editor h6 small,
    .editor h6 .small,
    .editor .h1 small,
    .editor .h1 .small, .editor .h2 small,
    .editor .h2 .small, .editor .h3 small,
    .editor .h3 .small, .editor .h4 small,
    .editor .h4 .small, .editor .h5 small,
    .editor .h5 .small, .editor .h6 small,
    .editor .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #cccccc; }
  /* line 32, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 30px;
    margin-bottom: 15px; }
    /* line 38, _type.scss */
    .editor h1 small,
    .editor h1 .small, .editor .h1 small,
    .editor .h1 .small,
    .editor h2 small,
    .editor h2 .small, .editor .h2 small,
    .editor .h2 .small,
    .editor h3 small,
    .editor h3 .small, .editor .h3 small,
    .editor .h3 .small {
      font-size: 65%; }
  /* line 44, _type.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 15px;
    margin-bottom: 15px; }
    /* line 50, _type.scss */
    .editor h4 small,
    .editor h4 .small, .editor .h4 small,
    .editor .h4 .small,
    .editor h5 small,
    .editor h5 .small, .editor .h5 small,
    .editor .h5 .small,
    .editor h6 small,
    .editor h6 .small, .editor .h6 small,
    .editor .h6 .small {
      font-size: 75%; }
  /* line 56, _type.scss */
  .editor h1, .editor .h1 {
    font-size: 60px;
    font-size: 35px;
    margin-bottom: 0.8em;
    font-weight: bold; }
    @media (max-width: 768px) {
      /* line 56, _type.scss */
      .editor h1, .editor .h1 {
        font-size: 30px; } }
    @media (max-width: 415px) {
      /* line 56, _type.scss */
      .editor h1, .editor .h1 {
        font-size: 25px;
        margin-bottom: 0.8em; } }
  /* line 71, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 26px; }
  /* line 75, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 17px;
    margin-bottom: 1em; }
  /* line 80, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 19px; }
  /* line 84, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 15px; }
  /* line 88, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 13px; }
  /* line 96, _type.scss */
  .editor p {
    margin: 0 0 15px;
    line-height: 1.35; }
  /* line 105, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%; }
    /* line 112, _type.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 119, _type.scss */
  .editor address {
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.42857; }
  /* line 125, _type.scss */
  .editor img {
    /* width: auto;
     height: auto;*/ }
  /* line 130, _type.scss */
  .editor table {
    width: 100% !important;
    padding: 0 !important; }
    /* line 135, _type.scss */
    .editor table:not([class]) td {
      padding: 0.5rem;
      border-bottom: 1px solid #eeeeee; }
  /* line 142, _type.scss */
  .editor #feedback_form {
    text-align: left !important; }
    /* line 145, _type.scss */
    .editor #feedback_form td {
      text-align: left !important;
      padding: 0;
      border-bottom: none; }
    /* line 156, _type.scss */
    .editor #feedback_form #feedback_commit {
      border: none; }

/* line 164, _type.scss */
.pay-any-way {
  width: 115px !important;
  margin-top: -4px;
  margin-left: 0px; }

/* line 170, _type.scss */
.Article__centered {
  text-align: center; }

/* line 174, _type.scss */
.Article__centered img {
  max-height: 22px;
  margin-left: 0.5em; }

/* line 179, _type.scss */
.Article__pay-any-way {
  max-height: 16px !important; }

/* buttons */
/* line 3, _buttons.scss */
.js-cart-go_back {
  padding: 0.2em 1.5em !important; }

/* line 7, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0.5em 2em;
  line-height: 30px;
  background-color: #6b6b9a;
  color: #ffffff;
  font-weight: 500; }
  /* line 16, _buttons.scss */
  .button:hover, .editor #feedback_form #feedback_commit:hover, .menu-node--collection_lvl_1 .menu-marker--parent:hover, .menu-node--collection_lvl_2 .menu-marker--parent:hover, .menu-node--collection_lvl_3 .menu-marker--parent:hover {
    background-color: #9191d6;
    color: #ffffff; }
  /* line 21, _buttons.scss */
  .button--buy {
    background-color: #4a4a4a;
    color: #ffffff; }
    /* line 25, _buttons.scss */
    .button--buy:hover {
      background-color: #070707;
      color: #ffffff; }
  /* line 31, _buttons.scss */
  .button--border {
    border: 1px solid;
    background-color: #ffffff;
    color: #4a4a4a; }
    /* line 36, _buttons.scss */
    .button--border:hover {
      background-color: #070707;
      color: #ffffff;
      border: 1px solid #070707; }
  /* line 43, _buttons.scss */
  .button--checkout {
    background-color: #4a4a4a;
    color: #ffffff;
    padding: 12px;
    width: 100%;
    text-transform: uppercase; }
    /* line 50, _buttons.scss */
    .button--checkout:hover {
      background-color: #070707;
      color: #ffffff; }
  /* line 56, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    font-size: 10px;
    background-color: transparent;
    color: #000000; }
    /* line 68, _buttons.scss */
    .mobile .button--marker, .tablet .button--marker {
      width: 27px;
      height: 27px;
      line-height: 27px; }
    /* line 76, _buttons.scss */
    .button--marker:hover {
      background-color: transparent;
      color: #5c5c5c; }
  /* line 82, _buttons.scss */
  .button--main_menu {
    border: 1px solid #eeeeee;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }

/* line 97, _buttons.scss */
.button--buy {
  padding: 0.5em 3em !important; }
  @media (max-width: 321px) {
    /* line 97, _buttons.scss */
    .button--buy {
      padding: 0.5em 2.7em !important; } }

/* line 104, _buttons.scss */
.secondary-button {
  background: #F5F4F3;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  letter-spacing: 0px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px; }

/* forms */
/* input */
/* line 4, _input.scss */
.input-label {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold; }
/* line 10, _input.scss */
.input-field, .editor #feedback_form input[type="text"],
.editor #feedback_form textarea {
  line-height: 28px;
  padding: 0.7em;
  border-color: #eeeeee;
  font-weight: 400;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  /* line 19, _input.scss */
  .input-field--bonuses {
    display: inline-block;
    width: 100px;
    vertical-align: bottom; }
/* line 43, _input.scss */
.input--captcha {
  line-height: 28px; }
  /* line 46, _input.scss */
  .input--captcha .input-field, .input--captcha .editor #feedback_form input[type="text"], .editor #feedback_form .input--captcha input[type="text"],
  .input--captcha .editor #feedback_form textarea,
  .editor #feedback_form .input--captcha textarea {
    width: 100px; }
/* line 52, _input.scss */
.input--inline .input-field, .input--inline .editor #feedback_form input[type="text"], .editor #feedback_form .input--inline input[type="text"],
.input--inline .editor #feedback_form textarea,
.editor #feedback_form .input--inline textarea {
  line-height: 28px; }

/* line 67, _input.scss */
input.input-field, .editor #feedback_form input[type="text"] {
  height: 40px; }

/* line 76, _input.scss */
.styled_select-wrapper {
  line-height: 1.2;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 3px 25px 3px 3px; }
  /* line 83, _input.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 15px;
    width: 100%;
    padding-left: 15px; }
  /* line 89, _input.scss */
  .styled_select-wrapper:after {
    top: 50%;
    right: 8px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    content: '\f107'; }
  /* line 98, _input.scss */
  .styled_select-wrapper select {
    line-height: 28px;
    height: 28px;
    -webkit-appearance: none; }

/* line 105, _input.scss */
.option_selector-container select {
  height: 32px; }

/* line 109, _input.scss */
textarea.input-field,
.editor #feedback_form textarea {
  width: 100% !important; }

/* language */
/* line 3, _language_switch.scss */
.languages {
  margin: 0;
  padding: 0;
  list-style: none; }
  /* line 8, _language_switch.scss */
  .languages--dropdown {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    border: 1px solid ;
    z-index: 1000;
    box-shadow: 0px 2px 6px -2px #000; }
  /* line 29, _language_switch.scss */
  .languages-node {
    position: relative;
    line-height: 30px;
    color: #000000;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 40, _language_switch.scss */
    .languages-node:hover > .languages--dropdown {
      display: block; }
    /* line 49, _language_switch.scss */
    .languages-node--current {
      background-color: transparent;
      border-right: 1px solid ;
      line-height: 40px; }
  /* line 57, _language_switch.scss */
  .languages-link {
    padding: 0 1rem; }
  /* line 61, _language_switch.scss */
  .languages-toggler {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 10px; }
    /* line 65, _language_switch.scss */
    .languages-link:hover > .languages-toggler {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }

/* modal */
/* line 3, _modals.scss */
.modal {
  background-color: #ffffff; }
  /* line 6, _modals.scss */
  .modal-wrapper {
    padding: 35px 35px 25px; }
  /* line 10, _modals.scss */
  .modal-header {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px; }
  /* line 25, _modals.scss */
  .modal .button, .modal .editor #feedback_form #feedback_commit, .editor #feedback_form .modal #feedback_commit, .modal .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal .menu-marker--parent {
    margin-bottom: 0.5em; }
  /* line 29, _modals.scss */
  .modal--product_added {
    max-width: 600px;
    min-width: 300px; }
    /* line 33, _modals.scss */
    .modal--product_added .button--buy {
      margin-left: 10px; }
      @media (max-width: 480px) {
        /* line 33, _modals.scss */
        .modal--product_added .button--buy {
          width: 100%;
          margin: 0 !important; } }
    /* line 42, _modals.scss */
    .modal--product_added .button, .modal--product_added .editor #feedback_form #feedback_commit, .editor #feedback_form .modal--product_added #feedback_commit, .modal--product_added .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal--product_added .menu-marker--parent {
      padding: 0.5em 2em; }
      @media (max-width: 480px) {
        /* line 42, _modals.scss */
        .modal--product_added .button, .modal--product_added .editor #feedback_form #feedback_commit, .editor #feedback_form .modal--product_added #feedback_commit, .modal--product_added .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal--product_added .menu-marker--parent, .modal--product_added .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal--product_added .menu-marker--parent {
          width: 100%;
          margin: 13px 0 0 !important; } }
    @media (max-width: 480px) {
      /* line 50, _modals.scss */
      .modal--product_added .js-modal-close {
        margin: 0 !important; } }

/* line 58, _modals.scss */
.overlay {
  background-color: rgba(0, 0, 0, 0.2); }

/* menu */
/* line 3, _menu.scss */
#no-pad {
  padding: 0; }

/* line 11, _menu.scss */
.section--main_menu.row {
  float: left;
  margin: 2.2em 0 0 7em; }
  @media (max-width: 415px) {
    /* line 11, _menu.scss */
    .section--main_menu.row {
      margin: 2.2em 0 0 4em; } }
  @media (max-width: 321px) {
    /* line 11, _menu.scss */
    .section--main_menu.row {
      margin: 0.5em 0 0 2em; } }

/* line 26, _menu.scss */
.menu-node {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #000000; }
  /* line 31, _menu.scss */
  .menu-node--top {
    background-color: transparent; }
    /* line 35, _menu.scss */
    .menu-node--top.menu-node--current, .menu-node--top:hover {
      color: #4a4a4a; }
    /* line 42, _menu.scss */
    .menu-node--top .menu-link {
      border: none;
      background: none;
      padding: 0 0 0 1rem;
      cursor: pointer;
      font-size: 12px;
      letter-spacing: .1em !important;
      display: inline-block;
      width: inherit; }
  /* line 55, _menu.scss */
  .menu-node--top_dropdown {
    line-height: 30px; }
    /* line 67, _menu.scss */
    .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
      color:  !important; }
  /* line 75, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    line-height: 25px;
    margin-right: 1.5em;
    min-width: inherit;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid transparent;
    width: inherit; }
    @media (max-width: 1060px) {
      /* line 75, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link {
        font-size: 14px; } }
    /* line 89, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link:hover {
      border-color: #4a4a4a; }
    /* line 93, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link.menu-link--current {
      color: #4a4a4a;
      border-color: #4a4a4a; }
      /* line 97, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link.menu-link--current .menu-marker--parent {
        color: #4a4a4a; }
  /* line 103, _menu.scss */
  .menu-node--main_lvl_1 .menu-marker--parent {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    margin-left: 10px; }
    /* line 109, _menu.scss */
    .mobile .menu-node--main_lvl_1 .menu-marker--parent, .tablet .menu-node--main_lvl_1 .menu-marker--parent {
      display: none; }
  /* line 119, _menu.scss */
  .menu-node--main_lvl_2:last-child a {
    border-right: 0; }
  /* line 123, _menu.scss */
  .menu-node--main_lvl_2 > .menu-link {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 25px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    /* line 136, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link.menu-link--current {
      color: #5c5c5c; }
  /* line 141, _menu.scss */
  .menu-node--main_lvl_2 .menu-marker--parent {
    position: absolute !important;
    right: 13px;
    margin: 0; }
  /* line 147, _menu.scss */
  .mobile .menu-node--main_lvl_2, .tablet .menu-node--main_lvl_2 {
    display: none !important; }
  /* line 154, _menu.scss */
  .menu-node--main_lvl_3 {
    width: 100%;
    border-bottom: 1px solid #eeeeee; }
    /* line 161, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link {
      padding: 10px 12px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 171, _menu.scss */
      .menu-node--main_lvl_3 > .menu-link.menu-link--current {
        color: #5c5c5c; }
    /* line 176, _menu.scss */
    .mobile .menu-node--main_lvl_3, .tablet .menu-node--main_lvl_3 {
      display: none !important; }
  /* line 182, _menu.scss */
  .menu-node--main_lvl_4 {
    width: 100%;
    margin: 0 0 5px; }
    /* line 186, _menu.scss */
    .menu-node--main_lvl_4:last-child {
      margin: 0; }
  /* line 192, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    padding: 5px 0;
    position: relative; }
    /* line 198, _menu.scss */
    .menu-node--collection_lvl_1:last-child, .menu-node--collection_lvl_2:last-child, .menu-node--collection_lvl_3:last-child {
      border-bottom: none; }
    /* line 202, _menu.scss */
    .menu-node--collection_lvl_1 > .menu-link, .menu-node--collection_lvl_2 > .menu-link, .menu-node--collection_lvl_3 > .menu-link {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border-width: 0;
      display: block;
      padding: 2px 35px 2px 0;
      line-height: 20px; }
      /* line 209, _menu.scss */
      .mobile .menu-node--collection_lvl_1 > .menu-link, .tablet .menu-node--collection_lvl_1 > .menu-link, .mobile .menu-node--collection_lvl_2 > .menu-link, .tablet .menu-node--collection_lvl_2 > .menu-link, .mobile .menu-node--collection_lvl_3 > .menu-link, .tablet .menu-node--collection_lvl_3 > .menu-link {
        padding: 4px 40px 4px 0; }
      /* line 214, _menu.scss */
      .menu-node--collection_lvl_1 > .menu-link:hover, .menu-node--collection_lvl_2 > .menu-link:hover, .menu-node--collection_lvl_3 > .menu-link:hover {
        color: #5c5c5c; }
    /* line 219, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 223, _menu.scss */
    .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      right: 5px;
      top: 5px;
      height: 25px;
      width: 25px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      font-size: 10px;
      padding: 0; }
    /* line 242, _menu.scss */
    .menu-node--collection_lvl_1.menu-node--current > .menu--collapse, .menu-node--collection_lvl_2.menu-node--current > .menu--collapse, .menu-node--collection_lvl_3.menu-node--current > .menu--collapse {
      display: block; }
  /* line 248, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #eeeeee;
    background-color: transparent; }
    /* line 252, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 256, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      font-weight: bold;
      font-size: 16px; }
    /* line 267, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 271, _menu.scss */
    .menu-node--mobile .menu-toggler {
      position: absolute;
      z-index: 10;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      padding: 0;
      line-height: 30px;
      text-align: center;
      vertical-align: middle; }
  /* line 287, _menu.scss */
  .menu-node--footer {
    color: #000000;
    padding: 2px 0 2px 3px;
    line-height: 1.2;
    float: left !important;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      /* line 287, _menu.scss */
      .menu-node--footer {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 1px 0 1px 3px;
        line-height: 1.2; } }
    @media (max-width: 415px) {
      /* line 287, _menu.scss */
      .menu-node--footer {
        font-size: 12px; } }
    /* line 308, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
      /* line 311, _menu.scss */
      .menu-node--footer > .menu-link:hover {
        color: #4a4a4a; }
    /* line 316, _menu.scss */
    .menu-node--footer > .menu-link--current {
      color: #4a4a4a; }
  /* line 322, _menu.scss */
  .menu-node--current {
    color: #5c5c5c; }
  /* line 334, _menu.scss */
  .menu-node--current_top_dropdown .menu-link {
    color:  !important; }
  /* line 340, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold; }
  /* line 346, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 350, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #eeeeee; }
/* line 359, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 362, _menu.scss */
  .menu-link:hover {
    color: #4a4a4a; }
/* line 369, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 375, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
/* line 380, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 386, _menu.scss */
  .menu-toggler--main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  /* line 397, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 407, _menu.scss */
  .menu-toggler--footer {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  /* line 423, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 430, _menu.scss */
.menu--main {
  padding: 0px 0 0px;
  font-size: 15px;
  text-align: right; }
  /* line 435, _menu.scss */
  .menu--main .menu-marker {
    position: initial;
    display: inline-block; }
/* line 441, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #eeeeee; }
/* line 448, _menu.scss */
.menu--top {
  line-height: 40px; }
/* line 452, _menu.scss */
.menu--top_dropdown {
  border: 1px solid ;
  width: 150px;
  line-height: 30px; }
  /* line 460, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 467, _menu.scss */
.menu--collection .menu-link--current {
  color: #5c5c5c; }
/* line 472, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px; }
/* line 480, _menu.scss */
.menu--dropdown, .menu--side {
  box-shadow: 0px 2px 6px 1px #00000024; }

/* line 486, _menu.scss */
.menu-node:hover > .menu--dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  top: 100%; }

/* line 492, _menu.scss */
.menu-node.menu-node--main_lvl_2 {
  width: 100%;
  display: inline-block; }

/* line 497, _menu.scss */
.menu--main_lvl_3 {
  left: 100% !important;
  top: 0 !important; }

/* line 502, _menu.scss */
.menu--main_lvl_4 {
  padding: 12px 12px;
  border-top: 1px solid #eeeeee; }

/* line 507, _menu.scss */
.menu-img {
  width: 45px;
  float: left;
  height: 45px;
  margin-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 523, _menu.scss */
  .menu-img img {
    max-width: 100%; }

/* line 528, _menu.scss */
.menu-mobile .menu-node--main_lvl_1 > .menu-link {
  margin: 0; }
  /* line 531, _menu.scss */
  .menu-mobile .menu-node--main_lvl_1 > .menu-link span {
    padding-left: 8px; }

/* line 536, _menu.scss */
.menu-node--main_lvl_1 > .menu-link {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 542, _menu.scss */
.menu-node--main_lvl_1 > .menu-link:hover {
  border-bottom: 0px; }

/* prices */
/* line 5, _prices.scss */
.prices-current {
  color: #000000;
  font-weight: 500; }
  @media (max-width: 768px) {
    /* line 5, _prices.scss */
    .prices-current {
      font-size: 16px; } }
  @media (max-width: 460px) {
    /* line 5, _prices.scss */
    .prices-current {
      font-size: 13px; } }
/* line 17, _prices.scss */
.prices-old {
  color: #b0b0b0;
  text-decoration: line-through;
  margin-right: 8px; }
  @media (max-width: 375px) {
    /* line 17, _prices.scss */
    .prices-old {
      font-size: 12px; } }
/* line 35, _prices.scss */
.prices--discount {
  font-size: 16px;
  font-weight: bold;
  width: 35%;
  text-align: right; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  width: 65px; }
  /* line 7, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    right: 0;
    width: 26px;
    height: 25px;
    padding: 0;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #eeeeee; }
  /* line 19, _quantity.scss */
  .quantity-button--minus {
    bottom: 0; }
  /* line 23, _quantity.scss */
  .quantity-button--plus {
    top: 0;
    border-bottom: 0; }
  /* line 28, _quantity.scss */
  .quantity-button:hover {
    background: #f5f5f5;
    color: #4a4a4a; }
  /* line 34, _quantity.scss */
  .quantity-input {
    width: 45px;
    height: 40px;
    border: 1px solid #eeeeee;
    line-height: 47px;
    text-align: center;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  /* line 44, _quantity.scss */
  .quantity--side .quantity-input {
    line-height: 1.1;
    height: 51px;
    display: block; }

/* reviews */
/* line 2, _reviews.scss */
.text-on-img {
  font-size: 13px;
  margin-right: 10px; }

/* line 7, _reviews.scss */
.reviews {
  display: block;
  margin-bottom: 1rem;
  padding: 1em;
  border: 1px solid #eeeeee;
  float: left; }
  /* line 14, _reviews.scss */
  .reviews:last-child {
    margin-bottom: 0; }

/* line 28, _reviews.scss */
.review {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 1em;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #000000; }
  /* line 37, _reviews.scss */
  .review:last-child {
    margin-bottom: 0; }
  /* line 44, _reviews.scss */
  .review-details {
    opacity: .4;
    font-size: 13px;
    float: left;
    margin-top: 3px; }
    /* line 50, _reviews.scss */
    .review-details:after {
      clear: both;
      content: "";
      display: block; }
  /* line 57, _reviews.scss */
  .review-rating {
    float: left;
    margin: 0 10px 0 0; }
    /* line 61, _reviews.scss */
    .review-rating-span {
      opacity: .4;
      font-size: 13px;
      display: inline-block;
      margin: 2px 5px 0 0;
      float: left; }
  /* line 73, _reviews.scss */
  .review-content {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 0.7em 0 0.5em; }

/* line 83, _reviews.scss */
.review_form-h3 {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  margin: 0.7em 0 0.6em; }
/* line 101, _reviews.scss */
.review_form .rating_wrapper {
  margin: 0.5em 0 0.5em;
  float: left;
  width: 100%; }

/* line 112, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 116, _reviews.scss */
.br-selected, .br-active {
  color: #f7dc00; }
/* line 122, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 133, _reviews.scss */
  .br-widget a:hover {
    color: #f7dc00; }
  /* line 137, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 144, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 151, _reviews.scss */
.br-current-rating {
  display: none; }

/* sliader module */
/* line 4, _slider.scss */
.slider + .slider {
  margin-bottom: 0;
  margin-top: 3em; }
/* line 12, _slider.scss */
.slider-text_block {
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 50px; }
/* line 19, _slider.scss */
.slider-titler {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase; }
/* line 26, _slider.scss */
.slider-text {
  font-size: 16px; }
/* line 30, _slider.scss */
.slider-title {
  color: #000000;
  position: relative;
  display: block;
  padding: 6px 0;
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 1100px) {
    /* line 30, _slider.scss */
    .slider-title {
      margin-bottom: 30px; } }
  @media (max-width: 800px) {
    /* line 30, _slider.scss */
    .slider-title {
      margin-bottom: 20px;
      font-size: 22px;
      margin-top: 20px; } }
  @media (max-width: 415px) {
    /* line 30, _slider.scss */
    .slider-title {
      font-size: 18px;
      width: 75%;
      line-height: 1.2;
      display: inline-block;
      padding: 0;
      text-align: left; } }
  @media (max-width: 320px) {
    /* line 30, _slider.scss */
    .slider-title {
      font-size: 18px; } }
  /* line 63, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #ffffff;
    padding-right: 8px; }
/* line 80, _slider.scss */
.slider-control--index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 88, _slider.scss */
.slider-control--gallery {
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: 0; }
/* line 98, _slider.scss */
.slider-control--product {
  position: absolute;
  top: -90px;
  right: 0;
  padding: 0; }
  @media (max-width: 1100px) {
    /* line 98, _slider.scss */
    .slider-control--product {
      top: -70px; } }
  @media (max-width: 800px) {
    /* line 98, _slider.scss */
    .slider-control--product {
      top: -55px; } }
  @media (max-width: 415px) {
    /* line 98, _slider.scss */
    .slider-control--product {
      top: -50px; } }
/* line 117, _slider.scss */
.slider-control--reviews {
  position: absolute;
  top: -90px;
  right: 0;
  padding: 0; }
  @media (max-width: 1100px) {
    /* line 117, _slider.scss */
    .slider-control--reviews {
      top: -70px; } }
  @media (max-width: 800px) {
    /* line 117, _slider.scss */
    .slider-control--reviews {
      top: -58px; } }
  @media (max-width: 415px) {
    /* line 117, _slider.scss */
    .slider-control--reviews {
      top: -50px; } }
/* line 136, _slider.scss */
.slider-control--brands {
  position: absolute;
  top: -90px;
  right: 0;
  padding: 0; }
  @media (max-width: 1100px) {
    /* line 136, _slider.scss */
    .slider-control--brands {
      top: -84px; } }
  @media (max-width: 800px) {
    /* line 136, _slider.scss */
    .slider-control--brands {
      top: -82px; } }
/* line 152, _slider.scss */
.slider-left, .slider-right {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 157, _slider.scss */
  .slider-left.disabled, .slider-right.disabled {
    opacity: .1; }
  /* line 164, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1rem;
    font-size: 24px;
    z-index: 100; }
    /* line 172, _slider.scss */
    .slider-left--gallery i, .slider-right--gallery i {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    /* line 180, _slider.scss */
    .slider-left--gallery:hover, .slider-right--gallery:hover {
      color: #5c5c5c; }
    @media (max-width: 800px) {
      /* line 164, _slider.scss */
      .slider-left--gallery, .slider-right--gallery {
        width: 3rem; } }
  /* line 189, _slider.scss */
  .slider-left--index, .slider-right--index {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    font-size: 45px;
    color: #000000; }
    @media (max-width: 600px) {
      /* line 189, _slider.scss */
      .slider-left--index, .slider-right--index {
        font-size: 25px;
        width: 30px;
        height: 30px;
        line-height: 40px;
        top: 40%; } }
    /* line 208, _slider.scss */
    .slider-left--index i, .slider-right--index i {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 216, _slider.scss */
      .slider--index:hover .slider-left--index i, .slider--index:hover .slider-right--index i {
        opacity: 1;
        color: rgba(0, 0, 0, 0.5); }
  /* line 223, _slider.scss */
  .slider-control--product > .slider-left, .slider-control--reviews > .slider-left, .slider-control--brands > .slider-left, .slider-control--product > .slider-right, .slider-control--reviews > .slider-right, .slider-control--brands > .slider-right {
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 24px;
    background-color: transparent;
    font-size: 35px;
    color: #000000; }
    @media (max-width: 800px) {
      /* line 223, _slider.scss */
      .slider-control--product > .slider-left, .slider-control--reviews > .slider-left, .slider-control--brands > .slider-left, .slider-control--product > .slider-right, .slider-control--reviews > .slider-right, .slider-control--brands > .slider-right {
        font-size: 30px; } }
    @media (max-width: 600px) {
      /* line 223, _slider.scss */
      .slider-control--product > .slider-left, .slider-control--reviews > .slider-left, .slider-control--brands > .slider-left, .slider-control--product > .slider-right, .slider-control--reviews > .slider-right, .slider-control--brands > .slider-right {
        font-size: 20px;
        line-height: 35px;
        width: 30px; } }
    /* line 246, _slider.scss */
    .slider-control--product > .slider-left:hover, .slider-control--reviews > .slider-left:hover, .slider-control--brands > .slider-left:hover, .slider-control--product > .slider-right:hover, .slider-control--reviews > .slider-right:hover, .slider-control--brands > .slider-right:hover {
      color: #4a4a4a; }
/* line 253, _slider.scss */
.slider-left--gallery {
  left: 0; }
/* line 257, _slider.scss */
.slider-left--index {
  left: 0; }
/* line 263, _slider.scss */
.slider-right--gallery {
  right: 0; }
/* line 267, _slider.scss */
.slider-right--index {
  right: 0; }
/* line 278, _slider.scss */
.slider--gallery {
  padding: 0;
  position: relative; }
  /* line 282, _slider.scss */
  .slider--gallery .owl-stage-outer {
    z-index: 1; }
/* line 287, _slider.scss */
.slider--index {
  margin-bottom: 100px;
  width: 100%;
  display: inline-block;
  min-height: 100vh; }
  @media (max-width: 800px) {
    /* line 287, _slider.scss */
    .slider--index {
      margin-bottom: 40px;
      min-height: inherit; } }
  @media (max-width: 480px) {
    /* line 287, _slider.scss */
    .slider--index {
      margin-bottom: 30px; } }
  /* line 302, _slider.scss */
  .slider--index .slider-image {
    max-height: 400px; }
/* line 307, _slider.scss */
.slider--product {
  overflow: hidden; }
  /* line 310, _slider.scss */
  .slider--product .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 316, _slider.scss */
  .slider--product .slider-left {
    margin-right: 8px; }
/* line 321, _slider.scss */
.slider--related {
  margin-bottom: 2em; }
  @media (max-width: 415px) {
    /* line 321, _slider.scss */
    .slider--related {
      margin: 0; } }
  /* line 328, _slider.scss */
  .slider--related .slider-title {
    margin: 2rem 0 0em; }

/* line 334, _slider.scss */
.product-gallery--touch .owl-nav.slider-control {
  position: absolute;
  bottom: 55%;
  z-index: 999;
  left: 0;
  width: 100%; }

/* line 342, _slider.scss */
.product-gallery--touch .slider-left {
  left: 5px;
  position: absolute; }

/* line 347, _slider.scss */
.product-gallery--touch .slider-right {
  right: 5px;
  position: absolute; }

/* line 352, _slider.scss */
.product-gallery--touch .owl-nav.slider-control i {
  font-size: 20px; }

/* line 356, _slider.scss */
.text-center {
  text-align: center; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 5, _slider_noui.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 16, _slider_noui.scss */
.noUi-target {
  position: relative;
  direction: ltr; }

/* line 21, _slider_noui.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 27, _slider_noui.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 35, _slider_noui.scss */
.noUi-handle {
  position: relative;
  z-index: 1; }

/* line 40, _slider_noui.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

/* line 46, _slider_noui.scss */
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1; }

/* line 52, _slider_noui.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

/* line 57, _slider_noui.scss */
.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 64, _slider_noui.scss */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 69, _slider_noui.scss */
.noUi-horizontal {
  height: 5px; }

/* line 73, _slider_noui.scss */
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -15px;
  top: -8px; }

/* line 80, _slider_noui.scss */
.noUi-vertical {
  width: 18px; }

/* line 84, _slider_noui.scss */
.noUi-vertical .noUi-handle {
  width: 25px;
  height: 25px;
  left: -15px;
  top: -11px; }

/* line 91, _slider_noui.scss */
.noUi-background {
  background: #FAFAFA; }

/* line 95, _slider_noui.scss */
.noUi-connect {
  background: #eee;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* line 101, _slider_noui.scss */
.noUi-origin {
  border-radius: 2px; }

/* line 108, _slider_noui.scss */
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
/* line 114, _slider_noui.scss */
.noUi-dragable {
  cursor: w-resize; }

/* line 118, _slider_noui.scss */
.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

/* line 122, _slider_noui.scss */
.noUi-handle {
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #4a4a4a; }

/* Handle stripes;
 */
/* line 137, _slider_noui.scss */
.noUi-handle:before,
.noUi-handle:after {
  /*content: "";*/
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

/* line 149, _slider_noui.scss */
.noUi-handle:after {
  left: 17px; }

/* line 153, _slider_noui.scss */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

/* line 161, _slider_noui.scss */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
/* line 167, _slider_noui.scss */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

/* line 172, _slider_noui.scss */
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* search module */
/* line 3, _search_widget.scss */
.js-search_widget-wrapper {
  position: absolute;
  right: 35%;
  top: 0; }
  @media (max-width: 1060px) {
    /* line 3, _search_widget.scss */
    .js-search_widget-wrapper {
      right: 115px; } }
  @media (max-width: 800px) {
    /* line 3, _search_widget.scss */
    .js-search_widget-wrapper {
      right: 40px;
      top: -9px; } }
  @media (max-width: 450px) {
    /* line 3, _search_widget.scss */
    .js-search_widget-wrapper {
      right: 70%; } }

/* line 20, _search_widget.scss */
.header-rel {
  position: relative; }

/* line 28, _search_widget.scss */
.search_widget--search .search_widget-submit {
  padding: 10px 12px 11px; }
/* line 36, _search_widget.scss */
.search_widget-field {
  padding: .7em;
  width: 240px;
  height: 42px;
  display: inline-block;
  float: left;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  font-size: 14px;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-right: 1em; }
/* line 50, _search_widget.scss */
.search_widget-submit {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: none;
  border: 1px solid #eeeeee;
  height: 42px;
  width: 42px;
  display: inline-block;
  float: right; }
/* line 71, _search_widget.scss */
.search_widget-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  cursor: pointer; }
  /* line 79, _search_widget.scss */
  .search_widget-toggler img {
    width: 23px; }
    @media (max-width: 375px) {
      /* line 79, _search_widget.scss */
      .search_widget-toggler img {
        width: 16px; } }
  @media (max-width: 800px) {
    /* line 71, _search_widget.scss */
    .search_widget-toggler {
      line-height: 1.2;
      font-size: 18px; } }
  @media (max-width: 415px) {
    /* line 71, _search_widget.scss */
    .search_widget-toggler {
      padding-right: 0;
      font-size: 18px; } }
  /* line 97, _search_widget.scss */
  .search_widget-toggler:hover {
    color: #4a4a4a; }
/* line 102, _search_widget.scss */
.search_widget--header {
  width: 100%; }
  /* line 105, _search_widget.scss */
  .search_widget--header .search_widget-field {
    width: 100%;
    margin: 0;
    padding: 7px 35px 7px 15px; }
    @media (max-width: 1060px) {
      /* line 105, _search_widget.scss */
      .search_widget--header .search_widget-field {
        width: calc(100vw - 300px); } }
    @media (max-width: 900px) {
      /* line 105, _search_widget.scss */
      .search_widget--header .search_widget-field {
        width: calc(100vw - 270px); } }
    @media (max-width: 800px) {
      /* line 105, _search_widget.scss */
      .search_widget--header .search_widget-field {
        width: calc(100vw - 170px);
        padding: 8px 50px 5px 15px;
        height: 38px; } }
  /* line 123, _search_widget.scss */
  .search_widget--header .search_widget-submit {
    height: 42px;
    width: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .3;
    transition: .3s all; }
    /* line 133, _search_widget.scss */
    .search_widget--header .search_widget-submit img {
      width: 16px; }
    /* line 137, _search_widget.scss */
    .search_widget--header .search_widget-submit:hover {
      opacity: 1; }

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin: 2em 0 0; }
  /* line 9, _tubs.scss */
  .tubs-node {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 0;
    margin-right: 15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    border-bottom: 1px solid #fff; }
    @media (max-width: 480px) {
      /* line 9, _tubs.scss */
      .tubs-node {
        font-size: 14px;
        padding: 0.5em 6px; } }
    /* line 21, _tubs.scss */
    .tubs-node:hover, .tubs-node--active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      color: #5c5c5c;
      border-bottom: 1px solid #5c5c5c; }
  /* line 29, _tubs.scss */
  .tubs-content {
    padding: 25px 0;
    /* border-top: 1px solid #cccccc; */ }

/* accordion block */
/* line 5, _accordion.scss */
.accordion-article {
  margin-top: 2em; }
  /* line 8, _accordion.scss */
  .accordion-article .accordion-content {
    padding: 0;
    padding-top: 15px; }
/* line 14, _accordion.scss */
.accordion-title {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  line-height: 1.2;
  font-size: 22px;
  cursor: pointer; }
  @media (max-width: 768px) {
    /* line 14, _accordion.scss */
    .accordion-title {
      font-size: 18px; } }
  @media (max-width: 460px) {
    /* line 14, _accordion.scss */
    .accordion-title {
      font-size: 16px; } }
  /* line 28, _accordion.scss */
  .accordion-title:hover {
    color: #4a4a4a; }
/* line 33, _accordion.scss */
.accordion-content {
  padding: 0.5em;
  padding-top: 15px; }
/* line 38, _accordion.scss */
.accordion-toggler {
  float: right;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 47px;
  line-height: 47px;
  font-size: 15px; }

/* layouts *
@font-face {
	font-family: 'Circe';
	src: url('Circe-Light.eot');
	src: local('Circe'), local('Circe-Light'),
		url('Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('Circe-Light.woff') format('woff'),
		url('Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('Circe-Bold.woff') format('woff'),
		url('Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}*/
/* line 22, _layout.scss */
html {
  height: 100%; }

/* line 26, _layout.scss */
body {
  color: #000000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  min-width: 320px;
  font-size: 15px;
  line-height: 1.3;
  font-size: 15px;
  min-height: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  letter-spacing: .5px; }
  @media (max-width: 1060px) {
    /* line 26, _layout.scss */
    body {
      font-size: 14px; } }
  @media (max-width: 320px) {
    /* line 26, _layout.scss */
    body {
      font-size: 13px; } }

/*.big-box {
  display: flex;
  flex-direction: column;
  height: 100%;
    min-height: 100vh;
}
.big-inner-box {
  flex: 1 0 auto;
    overflow-x: hidden;
}
footer {
  flex: 0 0 auto;
}*/
/* line 62, _layout.scss */
.lock_scroll {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%; }

/* line 69, _layout.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }
  /* line 73, _layout.scss */
  a:hover {
    color: #5c5c5c; }

/* line 78, _layout.scss */
h1,
h2,
h3,
h4 {
  margin: 0 0 20px; }

/* line 85, _layout.scss */
.wrap {
  padding: 70px;
  max-width: 100%; }
  @media (max-width: 1100px) {
    /* line 85, _layout.scss */
    .wrap {
      width: 100%;
      padding: 30px; } }
  @media (max-width: 768px) {
    /* line 85, _layout.scss */
    .wrap {
      padding: 15px; } }

/* line 98, _layout.scss */
.relative {
  position: relative; }

/* line 102, _layout.scss */
.system_message {
  background-color: #fff;
  padding: 1.5em 2em;
  box-shadow: 0 2px 10px 2px #63636324;
  font-weight: bold; }

/* line 112, _layout.scss */
.compare-link i {
  font-size: 15px;
  padding-right: 5px; }

/* line 117, _layout.scss */
.header-padded {
  padding: 35px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1100px) {
    /* line 117, _layout.scss */
    .header-padded {
      padding: 30px; } }
  @media (max-width: 768px) {
    /* line 117, _layout.scss */
    .header-padded {
      padding: 15px; } }
  @media (max-width: 375px) {
    /* line 117, _layout.scss */
    .header-padded {
      padding: 15px 15px 10px; } }

/* line 135, _layout.scss */
.checkout .content-title {
  margin-bottom: 1em; }

/* line 139, _layout.scss */
.co-notice--flash a {
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block; }

/* line 145, _layout.scss */
.co-section--checkout_content {
  max-width: 100%;
  padding: 0 40px; }
  @media (max-width: 1100px) {
    /* line 145, _layout.scss */
    .co-section--checkout_content {
      padding: 20px; } }
  @media (max-width: 768px) {
    /* line 145, _layout.scss */
    .co-section--checkout_content {
      padding: 7px; } }

/* line 157, _layout.scss */
.co-breadcrumbs {
  font-family: 'Montserrat', sans-serif !important; }

/* line 161, _layout.scss */
.co-section--checkout_header {
  padding-bottom: 1rem;
  padding-top: 0; }

/* line 166, _layout.scss */
.link, .co-link {
  border-bottom: 1px solid;
  line-height: 1.2;
  color: #000000;
  font-size: 14px; }
  /* line 172, _layout.scss */
  .link:hover, .co-link:hover {
    color: #5c5c5c; }

/* line 177, _layout.scss */
.co-input-field {
  border: 1px solid #eeeeee;
  border-radius: 0; }

/* line 182, _layout.scss */
.co-button, .picker-button {
  background-color: #4a4a4a;
  color: #ffffff;
  border-radius: 0; }
  /* line 187, _layout.scss */
  .co-button:hover, .picker-button:hover {
    background-color: #070707;
    color: #ffffff; }

/* line 193, _layout.scss */
.co-sidebar-toggler {
  background-color: #f5f5f5; }
  /* line 196, _layout.scss */
  .co-sidebar-toggler:hover {
    background-color: #9191d6;
    color: #ffffff; }

/* line 202, _layout.scss */
.co-input-description {
  margin-top: 10px;
  font-size: 14px; }

/* line 207, _layout.scss */
.co-input-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500; }

/* line 213, _layout.scss */
.co-input-label {
  font-size: 13px !important;
  letter-spacing: 0; }

/* line 218, _layout.scss */
.co-input-label.co-toggable_field-title {
  font-size: 14px !important;
  text-transform: none;
  font-weight: 600; }

/* line 224, _layout.scss */
.co-title {
  text-transform: none;
  font-size: 16px !important;
  margin-bottom: 15px; }

/* line 230, _layout.scss */
.co-input-field:hover, .co-input-field:focus, .picker-input--active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c3c3c3; }

/* line 236, _layout.scss */
.co-input--error .co-input-field {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e48f8e !important; }

/* line 242, _layout.scss */
.co-input--error .co-input-notice {
  font-size: 14px;
  text-align: left;
  padding-top: 3px; }

/* line 248, _layout.scss */
#delivery_address {
  margin-bottom: 1rem; }

/* line 252, _layout.scss */
.co-section--content_wrapper {
  max-width: 1120px; }

/* line 256, _layout.scss */
.co-form-controls {
  margin: 0; }

/* line 260, _layout.scss */
.co-button {
  background-color: #6b6b9a;
  color: #ffffff;
  padding: .7em 1.5em;
  font-size: 18px;
  margin: 0 15px 0 0;
  text-transform: uppercase; }
  /* line 268, _layout.scss */
  .co-button:hover {
    background-color: #9191d6;
    color: #ffffff; }

/* line 274, _layout.scss */
.co-button--link {
  background: none;
  color: #000000;
  padding: 0 0 5px; }
  /* line 279, _layout.scss */
  .co-button--link:hover {
    color: #5c5c5c;
    background: none !important; }

/* line 285, _layout.scss */
.co-button--small {
  border-radius: 3px;
  padding: 6px 10px;
  font-size: 14px !important;
  display: inline-block; }

/* line 292, _layout.scss */
.co-title--h1 {
  margin: 10px 0 25px;
  font-size: 30px !important;
  font-weight: 500;
  text-transform: none;
  display: block; }

/* line 300, _layout.scss */
.co-sidebar {
  box-shadow: none; }

/* line 304, _layout.scss */
.co-basket.co-checkout-block--padded {
  padding: 25px;
  border: 1px solid #eeeeee; }

/* line 309, _layout.scss */
.co-price--current {
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px; }

/* line 315, _layout.scss */
.co-basket_item-count {
  padding-right: 5px; }

/* line 319, _layout.scss */
.co-basket_subtotal-list {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 20px 0;
  font-size: 14px; }

/* line 327, _layout.scss */
.co-basket_total {
  font-size: 15px;
  font-weight: bold; }

/* line 332, _layout.scss */
#total_price {
  font-weight: bold;
  font-size: 17px; }

/* line 337, _layout.scss */
.co-basket_item {
  margin-bottom: 0; }

/* line 341, _layout.scss */
.co-basket_subtotal {
  margin-bottom: 3px; }

/* line 345, _layout.scss */
.sticky-sidebar {
  position: sticky;
  top: 58px; }

/* line 352, _layout.scss */
.insales-checkout2 header {
  background: #ffffff; }
/* line 356, _layout.scss */
.insales-checkout2 .co-sidebar--menu {
  border-left: 2px solid #eeeeee;
  box-shadow: none;
  background: none; }
  /* line 361, _layout.scss */
  .insales-checkout2 .co-sidebar--menu:after {
    display: none; }

@media (max-width: 800px) {
  /* line 369, _layout.scss */
  .co-notice--flash {
    margin-left: 1em;
    margin-right: 1em; }

  /* line 373, _layout.scss */
  .co-checkout-block--padded {
    padding-left: 1em;
    padding-right: 1em; }

  /* line 377, _layout.scss */
  .co-checkout-order_form {
    margin-top: 0; }

  /* line 380, _layout.scss */
  .co-checkout-block {
    margin-bottom: 2rem; }

  /* line 383, _layout.scss */
  .co-title {
    font-size: 13px !important;
    margin-top: 15px; }

  /* line 387, _layout.scss */
  .co-sidebar-wrapper {
    margin: 0 1em;
    box-sizing: border-box; }

  /* line 391, _layout.scss */
  .co-basket {
    padding: 0;
    padding-top: 1em; }

  /* line 395, _layout.scss */
  .co-basket_item-image {
    border: 1px solid #eeeeee; }

  /* line 398, _layout.scss */
  .co-sidebar {
    width: 46%; }

  /* line 401, _layout.scss */
  .co-basket.co-checkout-block--padded {
    padding: 15px; }

  /* line 404, _layout.scss */
  .co-basket_subtotal-list {
    font-size: 13px; }

  /* line 407, _layout.scss */
  #create_order {
    padding: 1em 3em;
    width: 100%;
    box-sizing: border-box;
    margin: 0; }

  /* line 413, _layout.scss */
  .co-button--password_recover {
    margin: 15px 15px 0 0;
    float: left; }

  /* line 417, _layout.scss */
  .field-label {
    width: 100% !important;
    margin-bottom: 5px;
    font-weight: bold; }

  /* line 422, _layout.scss */
  .field.input {
    margin-bottom: 1em; }

  /* line 425, _layout.scss */
  .co-button--link {
    width: inherit; }

  /* line 428, _layout.scss */
  .co-section--checkout_header {
    padding-bottom: 0; }

  /* line 431, _layout.scss */
  .co-title--h1 {
    font-size: 20px !important;
    margin: 0 0 20px; }

  /* line 435, _layout.scss */
  .co-breadcrumbs {
    font-size: 13px; }

  /* line 438, _layout.scss */
  .link, .co-link {
    font-size: 13px; }

  /* line 441, _layout.scss */
  .co-input-title {
    font-size: 14px; }

  /* line 444, _layout.scss */
  .co-input-description {
    font-size: 12px; }

  /* line 447, _layout.scss */
  .co-toggable_field-information {
    -ms-flex: 1 1 200px;
    flex: 1 1 200px; }

  /* line 451, _layout.scss */
  .co-price--current {
    font-size: 14px; }

  /* line 454, _layout.scss */
  #delivery_error_2038386 {
    font-size: 12px; } }
@media (max-width: 640px) {
  /* line 460, _layout.scss */
  .co-sidebar-wrapper {
    margin: 25px 15px 0; }

  /* line 463, _layout.scss */
  .co-sidebar-toggler {
    font-size: 16px; } }
@media (max-width: 480px) {
  /* line 470, _layout.scss */
  .co-button, .picker-button {
    width: 100%; }

  /* line 473, _layout.scss */
  .co-sidebar-toggler {
    font-size: 16px;
    padding: 1em; }

  /* line 477, _layout.scss */
  .co-icon {
    line-height: 1.2;
    font-size: 12px; }
    /* line 481, _layout.scss */
    .co-icon.halfling-shopping-cart {
      margin-right: 7px; }

  /* line 485, _layout.scss */
  .co-price--current {
    font-size: 16px; }

  /* line 488, _layout.scss */
  .co-title {
    font-size: 18px; }

  /* line 491, _layout.scss */
  .co-notice--flash {
    margin-bottom: 0; }

  /* line 494, _layout.scss */
  .co-toggable_field-price {
    padding-top: 0; }

  /* line 497, _layout.scss */
  .co-checkout-block {
    margin-bottom: 1rem; }

  /* line 500, _layout.scss */
  .co-toggable_field {
    margin-top: .2em;
    margin-bottom: 1em; }

  /* line 504, _layout.scss */
  .co-button {
    margin: 0;
    float: left; }

  /* line 508, _layout.scss */
  .co-button--link {
    margin: 1em auto 0; }

  /* line 511, _layout.scss */
  .co-button--small {
    margin: 7px 0 0px; } }
/* line 516, _layout.scss */
.big-inner-box {
  position: relative; }

/* line 520, _layout.scss */
.content-title {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  /* line 527, _layout.scss */
  .content-title--phase {
    margin-top: 30px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      /* line 527, _layout.scss */
      .content-title--phase {
        margin-bottom: 10px;
        margin-top: 20px; } }
  @media (max-width: 1060px) {
    /* line 520, _layout.scss */
    .content-title {
      font-size: 25px; } }
  @media (max-width: 768px) {
    /* line 520, _layout.scss */
    .content-title {
      font-size: 22px;
      margin-bottom: 20px; } }
  @media (max-width: 375px) {
    /* line 520, _layout.scss */
    .content-title {
      font-size: 18px; } }
  @media (max-width: 320px) {
    /* line 520, _layout.scss */
    .content-title {
      font-size: 18px; } }

@media (max-width: 375px) {
  /* line 551, _layout.scss */
  .section--collection .content-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin: 0 0 7px; } }

@media (max-width: 800px) {
  /* line 559, _layout.scss */
  .section--collection .wrap {
    padding: 0 30px 30px; } }
@media (max-width: 768px) {
  /* line 559, _layout.scss */
  .section--collection .wrap {
    padding: 15px; }
    /* line 566, _layout.scss */
    .section--collection .wrap .grid-row-inner {
      margin-left: 0;
      margin-right: 0; } }
@media (max-width: 375px) {
  /* line 559, _layout.scss */
  .section--collection .wrap {
    padding: 0 15px 15px; } }

/* line 578, _layout.scss */
.header_wirl_fav {
  height: 26px; }

/* данные классы используются для стилизации крупных блоков. */
/* line 4, _section.scss */
.section--top_line {
  box-shadow: 0px 2px 8px -4px #000; }
/* line 12, _section.scss */
.section--breadcrumbs {
  background-color: #ffffff; }
/* line 16, _section.scss */
.section--product {
  border-top: 1px solid #eeeeee;
  padding-top: 25px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    /* line 16, _section.scss */
    .section--product {
      padding: 0;
      overflow-x: hidden; } }
/* line 29, _section.scss */
.section--page .breadcrumbs {
  margin-bottom: 0em; }
/* line 37, _section.scss */
.section--index {
  padding: 0; }
/* line 41, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url(); }
  /* line 48, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }

@media (max-width: 414px) {
  /* line 58, _section.scss */
  .collection-pad {
    margin: 0; } }

/* footer */
/* line 2, _footer.scss */
footer {
  color: #000000;
  background-color: #f5f5f5; }

/* line 9, _footer.scss */
.footer-social ul i {
  font-size: 23px;
  color: #000000;
  opacity: .3;
  transition: 0.2s all; }
  /* line 15, _footer.scss */
  .footer-social ul i:hover {
    color: #4a4a4a;
    opacity: 1; }

/* line 22, _footer.scss */
.footer-social {
  display: inline-block;
  width: 100%; }

/* line 27, _footer.scss */
.social-link {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  opacity: .3;
  transition: .2s all;
  border: 1px solid; }
  /* line 35, _footer.scss */
  .social-link:hover {
    opacity: 1; }

/* line 40, _footer.scss */
.social-img {
  width: 15px;
  float: left; }

/* line 45, _footer.scss */
#phone_footer {
  font-size: 22px;
  margin: 0 0 25px;
  width: 100%;
  padding: 0; }
  @media (max-width: 1060px) {
    /* line 45, _footer.scss */
    #phone_footer {
      font-size: 18px;
      margin: 0 0 20px; } }
  @media (max-width: 415px) {
    /* line 45, _footer.scss */
    #phone_footer {
      font-size: 16px; } }
  @media (max-width: 375px) {
    /* line 45, _footer.scss */
    #phone_footer {
      font-size: 14px; } }

/* line 67, _footer.scss */
.footer_block-h3 {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 25px; }
  @media (max-width: 700px) {
    /* line 67, _footer.scss */
    .footer_block-h3 {
      font-size: 18px;
      margin: 0 0 12px; } }
  @media (max-width: 415px) {
    /* line 67, _footer.scss */
    .footer_block-h3 {
      font-size: 16px; } }
  @media (max-width: 375px) {
    /* line 67, _footer.scss */
    .footer_block-h3 {
      font-size: 14px; } }
/* line 87, _footer.scss */
.footer_block-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #000000; }
  @media (max-width: 800px) {
    /* line 87, _footer.scss */
    .footer_block-title {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      color: #000000;
      font-weight: normal; }
      /* line 101, _footer.scss */
      .footer_block-title:hover {
        background-color: #9191d6;
        color: #ffffff; } }
/* line 109, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em;
  color: #000000; }

/* line 117, _footer.scss */
.copyright {
  color: #000000;
  opacity: .3;
  padding: 50px 0 0;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 117, _footer.scss */
    .copyright {
      padding: 25px 0 0; } }

/* line 128, _footer.scss */
.copyright2 {
  color: #000000;
  opacity: .3;
  margin: 25px 0 0;
  line-height: 1.2; }

/* line 136, _footer.scss */
.copyright-line {
  padding-bottom: 8px;
  font-size: 13px; }
  @media (max-width: 375px) {
    /* line 136, _footer.scss */
    .copyright-line {
      font-size: 12px; } }

@media (max-width: 768px) {
  /* line 145, _footer.scss */
  .section--footer_copyright {
    padding: 30px 15px; } }

/* line 153, _footer.scss */
.footer_panel {
  height: 45px;
  line-height: 45px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1050;
  box-shadow: 0px 0px 7px 0px #00000057; }
  /* line 163, _footer.scss */
  .footer_panel-margin {
    height: 45px; }
  /* line 167, _footer.scss */
  .footer_panel-button {
    line-height: 45px;
    padding: 0 0 0.5em; }
    @media (max-width: 375px) {
      /* line 167, _footer.scss */
      .footer_panel-button {
        font-size: 12px; } }
    /* line 175, _footer.scss */
    .footer_panel-button .basket-items_count {
      line-height: 1.2; }
    /* line 179, _footer.scss */
    .footer_panel-button .basket-items_price {
      margin-left: 10px; }
      @media (max-width: 375px) {
        /* line 179, _footer.scss */
        .footer_panel-button .basket-items_price {
          margin-left: 7px; } }
    /* line 187, _footer.scss */
    .footer_panel-button i {
      margin-right: 10px; }
      @media (max-width: 375px) {
        /* line 187, _footer.scss */
        .footer_panel-button i {
          margin-right: 7px; } }

/* line 197, _footer.scss */
.panel {
  position: fixed;
  top: 17%;
  bottom: 0;
  left: 0;
  width: 101% !important;
  display: none;
  z-index: 1050;
  background-color: #fff;
  border-right: 1px solid #eeeeee;
  overflow-y: scroll; }

/* line 213, _footer.scss */
.footer {
  background: #F5F5F5; }
  /* line 216, _footer.scss */
  .footer--wrap {
    display: flex;
    justify-content: space-between;
    padding: 70px 70px 30px 70px; }
    @media (max-width: 1100px) {
      /* line 216, _footer.scss */
      .footer--wrap {
        padding: 40px 30px 30px 30px; } }
    @media (max-width: 767px) {
      /* line 216, _footer.scss */
      .footer--wrap {
        padding: 40px 20px 20px 20px;
        flex-direction: column; } }
  /* line 232, _footer.scss */
  .footer__left {
    display: flex;
    flex-direction: column;
    width: 41.66667%; }
    @media (max-width: 1100px) {
      /* line 232, _footer.scss */
      .footer__left {
        width: 33.33333%; } }
    @media (max-width: 767px) {
      /* line 232, _footer.scss */
      .footer__left {
        width: 100%; } }
    /* line 245, _footer.scss */
    .footer__left--logo {
      height: 24px; }
      /* line 248, _footer.scss */
      .footer__left--logo img {
        max-width: 100%;
        max-height: 100%; }
    /* line 254, _footer.scss */
    .footer__left--info {
      display: flex;
      flex-direction: column;
      margin-top: 18px; }
      /* line 259, _footer.scss */
      .footer__left--info span {
        font-size: 12px;
        line-height: 15px; }
      /* line 264, _footer.scss */
      .footer__left--info span + span {
        margin-top: 4px; }
    /* line 269, _footer.scss */
    .footer__left--logos {
      display: flex;
      flex-direction: column;
      margin-top: 30px; }
      /* line 274, _footer.scss */
      .footer__left--logos a {
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 24px;
        text-decoration: none;
        color: #000000; }
        /* line 282, _footer.scss */
        .footer__left--logos a:hover {
          color: #4a4a4a; }
        /* line 286, _footer.scss */
        .footer__left--logos a svg {
          width: 24px;
          height: 24px;
          margin-right: 10px; }
      /* line 293, _footer.scss */
      .footer__left--logos a + a {
        margin-top: 16px; }
      /* line 297, _footer.scss */
      .footer__left--logos-phone {
        display: flex;
        flex-direction: column; }
        /* line 301, _footer.scss */
        .footer__left--logos-phone-desc {
          font-size: 12px;
          line-height: 15px;
          color: #ACACAC; }
    /* line 309, _footer.scss */
    .footer__left svg {
      max-width: 100%;
      max-height: 100%; }
  /* line 315, _footer.scss */
  .footer__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%; }
    @media (max-width: 1100px) {
      /* line 315, _footer.scss */
      .footer__right {
        width: 58.33333%; } }
    @media (max-width: 767px) {
      /* line 315, _footer.scss */
      .footer__right {
        flex-direction: column;
        margin-top: 40px;
        width: 100%; } }
    /* line 332, _footer.scss */
    .footer__right--menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      /* line 337, _footer.scss */
      .footer__right--menu ul a {
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
        color: #000000; }
        /* line 343, _footer.scss */
        .footer__right--menu ul a:hover {
          color: #4a4a4a; }
      /* line 348, _footer.scss */
      .footer__right--menu ul li + li {
        margin-top: 16px; }
    /* line 353, _footer.scss */
    .footer__right--menu-h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      margin-bottom: 24px; }
    @media (max-width: 767px) {
      /* line 363, _footer.scss */
      .footer__right--menu + .footer__right--menu {
        margin-top: 24px; } }
  /* line 370, _footer.scss */
  .footer__bottom {
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 0; }
    @media (max-width: 1100px) {
      /* line 370, _footer.scss */
      .footer__bottom {
        padding: 30px;
        padding-top: 0; } }
    @media (max-width: 767px) {
      /* line 370, _footer.scss */
      .footer__bottom {
        padding: 20px; } }
    /* line 385, _footer.scss */
    .footer__bottom--hr {
      content: "";
      display: flex;
      background: #ACACAC;
      opacity: 0.15;
      height: 2px;
      margin: 40px 0; }
      @media (max-width: 1100px) {
        /* line 385, _footer.scss */
        .footer__bottom--hr {
          margin: 30px 0; } }
      @media (max-width: 767px) {
        /* line 385, _footer.scss */
        .footer__bottom--hr {
          margin-top: 20px; } }
    /* line 403, _footer.scss */
    .footer__bottom-flex {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        /* line 403, _footer.scss */
        .footer__bottom-flex {
          flex-direction: column; } }
      /* line 411, _footer.scss */
      .footer__bottom-flex--text {
        font-size: 12px;
        line-height: 15px;
        color: #ACACAC;
        max-width: 66.66667%; }
        @media (max-width: 767px) {
          /* line 411, _footer.scss */
          .footer__bottom-flex--text {
            max-width: 100%;
            margin-bottom: 40px; } }
      /* line 425, _footer.scss */
      .footer__bottom-flex--logos {
        display: flex;
        align-items: center;
        max-width: 33.33333%; }
        @media (max-width: 767px) {
          /* line 425, _footer.scss */
          .footer__bottom-flex--logos {
            max-width: 100%; } }
        /* line 434, _footer.scss */
        .footer__bottom-flex--logos a + a {
          margin-left: 26px; }

/* line 1, _index.scss */
.index {
  width: 100%;
  display: inline-block;
  margin-top: 0; }
  /* line 8, _index.scss */
  .index-title {
    font-size: 25px;
    margin-bottom: 25px;
    text-align: left; }
    @media (max-width: 768px) {
      /* line 8, _index.scss */
      .index-title {
        font-size: 22px; } }
    @media (max-width: 600px) {
      /* line 8, _index.scss */
      .index-title {
        font-size: 18px;
        margin: 10px 0 15px; } }
    @media (max-width: 320px) {
      /* line 8, _index.scss */
      .index-title {
        font-size: 16px; } }
  /* line 24, _index.scss */
  .index-img {
    margin-bottom: 70px;
    display: inline-block;
    width: 100%; }
    /* line 29, _index.scss */
    .index-img img {
      width: 100%; }
    @media (max-width: 800px) {
      /* line 24, _index.scss */
      .index-img {
        margin-bottom: 40px; } }
    @media (max-width: 415px) {
      /* line 24, _index.scss */
      .index-img {
        margin-bottom: 30px; } }
  /* line 41, _index.scss */
  .index-text {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
    font-size: 30px; }
    @media (max-width: 1100px) {
      /* line 41, _index.scss */
      .index-text {
        width: 100%;
        padding: 0 30px; } }
    @media (max-width: 800px) {
      /* line 41, _index.scss */
      .index-text {
        width: 90%;
        margin: 0 auto 40px;
        font-size: 24px; } }
    @media (max-width: 480px) {
      /* line 41, _index.scss */
      .index-text {
        margin: 30px 0 70px;
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0px;
        padding: 0 15px; } }
    /* line 64, _index.scss */
    .index-text a {
      display: block;
      border: 1px solid;
      width: 20%;
      margin: 50px auto 0;
      padding: 15px;
      text-transform: uppercase;
      font-size: 20px; }
      @media (max-width: 800px) {
        /* line 64, _index.scss */
        .index-text a {
          width: 35%;
          margin-top: 30px;
          font-size: 18px; } }
      @media (max-width: 480px) {
        /* line 64, _index.scss */
        .index-text a {
          font-size: 14px;
          padding: 10px 15px; } }
      @media (max-width: 320px) {
        /* line 64, _index.scss */
        .index-text a {
          font-size: 12px; } }

/* line 89, _index.scss */
.index-coll-img {
  overflow: hidden; }
/* line 93, _index.scss */
.index-coll-div {
  position: relative;
  float: left;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden; }
  /* line 100, _index.scss */
  .index-coll-div img {
    width: 100%;
    transition: .4s all; }
  /* line 105, _index.scss */
  .index-coll-div span {
    position: absolute;
    font-size: 20px;
    top: 50px;
    text-transform: uppercase;
    display: block;
    left: 0;
    text-align: center;
    z-index: 99;
    background: #fff;
    padding: 15px 20px;
    margin: 0 auto;
    transition: .2s all; }
    @media (max-width: 1100px) {
      /* line 105, _index.scss */
      .index-coll-div span {
        font-size: 16px;
        top: 30px;
        width: 50%; } }
    @media (max-width: 768px) {
      /* line 105, _index.scss */
      .index-coll-div span {
        font-size: 15px; } }
    @media (max-width: 451px) {
      /* line 105, _index.scss */
      .index-coll-div span {
        font-size: 13px;
        padding: 10px 15px; } }
  /* line 132, _index.scss */
  .index-coll-div a:hover span {
    color: #fff;
    background: #4a4a4a; }
/* line 138, _index.scss */
.index-coll-block {
  width: 100%;
  display: block;
  transition: .2s all; }
  /* line 144, _index.scss */
  .index-coll-block:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    opacity: .5; }

/* line 154, _index.scss */
.index_banner {
  float: left;
  display: inline-block;
  margin-left: 1.3em;
  width: 32%;
  max-height: 405px;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 800px) {
    /* line 154, _index.scss */
    .index_banner {
      margin-left: 1.3em !important;
      width: 31.4% !important; } }
  @media (max-width: 450px) {
    /* line 154, _index.scss */
    .index_banner {
      width: 30.4% !important; } }
  @media (max-width: 414px) {
    /* line 154, _index.scss */
    .index_banner {
      display: none; } }

/* line 174, _index.scss */
.index-content {
  text-align: left;
  line-height: 1.3;
  background: #f5f5f5;
  padding: 50px; }
  @media (max-width: 800px) {
    /* line 174, _index.scss */
    .index-content {
      margin-bottom: 40px;
      padding: 1em 2em;
      font-size: 18px; } }
  @media (max-width: 600px) {
    /* line 174, _index.scss */
    .index-content {
      padding: 15px;
      font-size: 16px;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    /* line 174, _index.scss */
    .index-content {
      margin-bottom: 30px; } }

/* line 194, _index.scss */
.seo-menu__text-prgraph {
  margin-bottom: 1em; }

/* line 198, _index.scss */
.index_collection {
  margin-bottom: 2em; }
  /* line 201, _index.scss */
  .index_collection-title {
    display: block;
    padding: 6px 0;
    margin-bottom: 16px;
    background: url(title_block_bg.png) repeat-x left center;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
    /* line 211, _index.scss */
    .index_collection-title a {
      background: #ffffff;
      padding-right: 8px; }
      /* line 215, _index.scss */
      .index_collection-title a:hover {
        color: #5c5c5c; }

/* line 226, _index.scss */
.index .slider {
  margin-bottom: 70px; }
  @media (max-width: 600px) {
    /* line 226, _index.scss */
    .index .slider {
      margin-bottom: 1em; } }

/* line 234, _index.scss */
.subs {
  display: inline-block;
  margin: 0 0 100px; }
  @media (max-width: 800px) {
    /* line 234, _index.scss */
    .subs {
      display: block;
      margin: 0 auto 50px !important;
      float: none !important; } }
  @media (max-width: 600px) {
    /* line 234, _index.scss */
    .subs {
      margin: 0 0 25px !important;
      float: none !important;
      width: 100% !important; } }

/* line 249, _index.scss */
.subscribe {
  display: inline-block;
  width: 100%; }
  @media (max-width: 415px) {
    /* line 249, _index.scss */
    .subscribe {
      margin-bottom: 30px; } }
  /* line 256, _index.scss */
  .subscribe-title {
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      /* line 256, _index.scss */
      .subscribe-title {
        font-size: 22px;
        line-height: 1.2; } }
    @media (max-width: 600px) {
      /* line 256, _index.scss */
      .subscribe-title {
        font-size: 20px; } }
    @media (max-width: 375px) {
      /* line 256, _index.scss */
      .subscribe-title {
        font-size: 18px; } }
    @media (max-width: 320px) {
      /* line 256, _index.scss */
      .subscribe-title {
        font-size: 16px; } }
  /* line 277, _index.scss */
  .subscribe p {
    margin: 0 0 25px;
    text-align: center;
    line-height: 1.5; }
    @media (max-width: 768px) {
      /* line 277, _index.scss */
      .subscribe p {
        font-size: 16px;
        line-height: 1.3;
        margin: 0 0 2em; } }
    @media (max-width: 375px) {
      /* line 277, _index.scss */
      .subscribe p {
        font-size: 13px; } }
    @media (max-width: 320px) {
      /* line 277, _index.scss */
      .subscribe p {
        font-size: 12px; } }
  /* line 295, _index.scss */
  .subscribe-form-item__btn {
    padding: 13px 20px !important;
    border-radius: 0px !important;
    height: 56px; }
  /* line 301, _index.scss */
  .subscribe-form-item__control--input-email {
    padding: 13px 20px;
    height: 56px;
    border: 1px solid #383838;
    border-radius: 0;
    box-shadow: none; }
    @media (max-width: 415px) {
      /* line 301, _index.scss */
      .subscribe-form-item__control--input-email {
        padding: 10px 15px;
        height: 54px; } }
  @media (max-width: 415px) {
    /* line 313, _index.scss */
    .subscribe-form-item--btn-submit {
      padding: 0;
      margin-top: 1em; } }

/* line 323, _index.scss */
.brands-grid .brand-header {
  margin-bottom: 50px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase; }
/* line 330, _index.scss */
.brands-grid .brands {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-evenly; }
  /* line 336, _index.scss */
  .brands-grid .brands img {
    max-width: 130px; }
  @media (max-width: 1024px) {
    /* line 330, _index.scss */
    .brands-grid .brands {
      display: block;
      text-align: center; }
      /* line 343, _index.scss */
      .brands-grid .brands img {
        margin: 10px; } }

/* line 351, _index.scss */
.js-widget-feedback .subscribe-title {
  text-align: left; }
/* line 355, _index.scss */
.js-widget-feedback p {
  text-align: left; }
/* line 359, _index.scss */
.js-widget-feedback .padded-inner-bottom {
  padding-bottom: 2rem; }
/* line 363, _index.scss */
.js-widget-feedback .grey-font {
  font-size: 12px;
  padding: 0.6rem 1rem;
  color: #888; }
  /* line 368, _index.scss */
  .js-widget-feedback .grey-font a {
    text-decoration: underline; }

/* collection */
/* line 7, _collection.scss */
.collection-description {
  margin: 1em 0; }
/* line 11, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }
/* line 18, _collection.scss */
.collection-products_list {
  --grid-columns: auto-fill;
  --gap-columns: 10px;
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(135px, 1fr));
  width: 100%;
  padding-bottom: 30px;
  gap: var(--gap-columns); }
  @media (min-width: 600px) {
    /* line 18, _collection.scss */
    .collection-products_list {
      --grid-columns: 3;
      --gap-columns: 25px; } }
  /* line 33, _collection.scss */
  .collection-products_list--product {
    width: 100%; }
/* line 41, _collection.scss */
.collection-panel {
  border-top: 1px solid #eeeeee; }

/* line 52, _collection.scss */
.col-img {
  width: initial;
  max-height: 400px; }

/* line 57, _collection.scss */
.collection-notice {
  display: inline-block;
  width: 100%; }

/* product */
/* line 2, _product.scss */
.product-margin-15 {
  margin-top: 15px; }

/* line 6, _product.scss */
.product {
  padding-top: 7px; }
  /* line 9, _product.scss */
  .product-gallery {
    position: relative; }
    /* line 12, _product.scss */
    .product-gallery .block_wirl_fav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 32px;
      height: 32px;
      padding: 2px;
      position: absolute;
      top: 0;
      right: 20px;
      z-index: 10; }
      /* line 30, _product.scss */
      .product-gallery .block_wirl_fav svg {
        width: 100%;
        height: 100%;
        -webkit-transition: fill .2s ease;
        -o-transition: fill .2s ease;
        transition: fill .2s ease; }
      /* line 42, _product.scss */
      .product-gallery .block_wirl_fav.is-added svg {
        fill: #6B6C97; }
  /* line 49, _product.scss */
  .product-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px; }
    /* line 57, _product.scss */
    .product-control .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 12px;
      max-width: 452px; }
    /* line 67, _product.scss */
    .product-control .button, .product-control .editor #feedback_form #feedback_commit, .editor #feedback_form .product-control #feedback_commit, .product-control .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .product-control .menu-marker--parent, .product-control .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .product-control .menu-marker--parent, .product-control .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .product-control .menu-marker--parent {
      padding: 18px 30px;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      min-width: 220px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      /* line 78, _product.scss */
      .product-control .button--secondary {
        color: #6B6B9A;
        background: none;
        border: 1px solid #6B6B9A; }
        /* line 83, _product.scss */
        .product-control .button--secondary:hover {
          background-color: #6b6b9a;
          color: #ffffff; }
  /* line 92, _product.scss */
  .product__rating--stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9A9A9A;
    margin-bottom: 8px; }
    /* line 110, _product.scss */
    .product__rating--stars svg {
      margin-right: 6px; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="1"] .star-1 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="2"] .star-1 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="2"] .star-2 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="3"] .star-1 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="3"] .star-2 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="3"] .star-3 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="4"] .star-1 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="4"] .star-2 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="4"] .star-3 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="4"] .star-4 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="5"] .star-1 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="5"] .star-2 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="5"] .star-3 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="5"] .star-4 {
      fill-opacity: 1; }
    /* line 117, _product.scss */
    .product__rating--stars[data-stars="5"] .star-5 {
      fill-opacity: 1; }
  /* line 126, _product.scss */
  .product-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      /* line 126, _product.scss */
      .product-icons {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        font-size: 13px; } }
    /* line 140, _product.scss */
    .product-icons_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      /* line 153, _product.scss */
      .product-icons_item img {
        margin-bottom: 12px;
        max-width: 64px; }
        @media (max-width: 767px) {
          /* line 153, _product.scss */
          .product-icons_item img {
            max-width: 56px; } }
  /* line 165, _product.scss */
  .product-title {
    text-align: left;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      /* line 165, _product.scss */
      .product-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; } }
  /* line 184, _product.scss */
  .mobile .product-gallery--no_touch, .tablet .product-gallery--no_touch {
    display: none; }
  /* line 191, _product.scss */
  .mobile .product-gallery--touch, .tablet .product-gallery--touch {
    display: block !important; }
  /* line 198, _product.scss */
  .product-sku {
    margin: 0 0 5px; }
    @media (max-width: 768px) {
      /* line 198, _product.scss */
      .product-sku {
        font-size: 13px; } }
    @media (max-width: 320px) {
      /* line 198, _product.scss */
      .product-sku {
        font-size: 12px; } }
  /* line 214, _product.scss */
  .product-presence {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }
  /* line 221, _product.scss */
  .product-presence_field {
    color: #5ADA8D; }
    /* line 224, _product.scss */
    .product-presence_field--sell_off {
      color: #DA5A5A; }
  /* line 235, _product.scss */
  .product-properties {
    width: 100%; }
    /* line 239, _product.scss */
    .product-properties tr:last-child td {
      border-bottom: none; }
  /* line 248, _product.scss */
  .product-variants {
    margin-bottom: 10px; }
  /* line 252, _product.scss */
  .product-prices {
    margin-bottom: 8px; }
    /* line 255, _product.scss */
    .product-prices .prices-current {
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 39px;
      color: #000000; }
      @media (max-width: 768px) {
        /* line 255, _product.scss */
        .product-prices .prices-current {
          font-size: 28px;
          line-height: 34px; } }
    /* line 269, _product.scss */
    .product-prices .prices-old {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #9A9A9A;
      margin-left: 8px;
      margin-right: 0; }
      @media (max-width: 768px) {
        /* line 269, _product.scss */
        .product-prices .prices-old {
          font-size: 20px;
          line-height: 24px;
          margin-left: 16px; } }
  /* line 289, _product.scss */
  .product-quantity {
    height: 54px; }
    /* line 292, _product.scss */
    .product-quantity .quantity-button--minus, .product-quantity .quantity-button--plus {
      height: 27px; }
    /* line 296, _product.scss */
    .product-quantity .quantity-input {
      height: 54px; }
  /* line 301, _product.scss */
  .product-buy {
    margin: 0;
    text-transform: uppercase;
    background: #4a4a4a;
    color: #ffffff;
    height: 54px;
    padding: 10px 60px;
    width: calc(100% - 80px);
    float: right; }
    /* line 311, _product.scss */
    .product-buy:hover {
      background-color: #070707; }
    /* line 315, _product.scss */
    .product-buy.button--disabled {
      cursor: not-allowed;
      opacity: .5;
      background: #4a4a4a; }

/* line 326, _product.scss */
.quick_btn {
  margin-left: 0 !important;
  margin-top: 15px;
  border: 1px solid;
  background-color: #ffffff;
  color: #4a4a4a;
  width: calc(100% - 160px) !important;
  max-width: 310px; }
  @media (max-width: 994px) {
    /* line 326, _product.scss */
    .quick_btn {
      width: 100% !important;
      max-width: 100% !important; } }
  /* line 340, _product.scss */
  .quick_btn:hover {
    background-color: #070707;
    color: #ffffff;
    border: 1px solid #070707; }

/* line 348, _product.scss */
.property-title {
  padding: 3px 0;
  font-weight: 500;
  width: 30%;
  /*border-bottom: 1px solid $border-color;*/ }
/* line 355, _product.scss */
.property-values {
  /*border-bottom: 1px solid $border-color;*/
  padding: 4px 0;
  text-align: left; }

/* line 363, _product.scss */
.gallery-large_image {
  margin-bottom: 1em; }

/* line 385, _product.scss */
#mod-recently-view,
.cart-related-products {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 400, _product.scss */
.recent-view {
  margin-top: 60px;
  width: 100%;
  display: inline-block; }
  @media (max-width: 375px) {
    /* line 400, _product.scss */
    .recent-view {
      margin-top: 30px; } }
/* line 410, _product.scss */
.recent-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1em;
  border: 1px solid #eeeeee;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 431, _product.scss */
  .recent-a:hover {
    -webkit-box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);
    box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);
    border: 1px solid #fff; }
/* line 438, _product.scss */
.recent-img {
  width: 80px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 452, _product.scss */
.recent-info {
  width: calc(100% - 95px); }
/* line 456, _product.scss */
.recent-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 500; }
/* line 464, _product.scss */
.recent-old_price {
  text-decoration: line-through;
  margin-right: 5px;
  opacity: .4; }

/* line 471, _product.scss */
.sliders-block {
  margin-top: 60px; }
  @media (max-width: 375px) {
    /* line 471, _product.scss */
    .sliders-block {
      margin-top: 30px; } }

/* line 479, _product.scss */
.accordion-header,
.accordion-body {
  background: white; }

/* line 485, _product.scss */
.accordion-body__contents .property-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #9A9A9A; }
/* line 493, _product.scss */
.accordion-body__contents .property-values {
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #000000; }

/* line 502, _product.scss */
.accordion-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 24px 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #ECECEC; }

/* line 515, _product.scss */
.accordion-header:hover {
  color: #5c5c5c;
  position: relative;
  z-index: 5; }

/* line 521, _product.scss */
.accordion-body {
  display: none; }

/* line 525, _product.scss */
.accordion-body__contents {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.4;
  font-size: 14px;
  width: 100%;
  display: inline-block; }

/* line 534, _product.scss */
.accordion__item.active:last-child .accordion-header {
  -webkit-border-radius: none;
  border-radius: none; }

/* line 539, _product.scss */
.accordion__item > .accordion-header:after {
  content: "\f106";
  font: normal normal normal 15px/1 FontAwesome;
  float: right;
  position: relative;
  top: 4px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 553, _product.scss */
.accordion__item.active > .accordion-header:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 559, _product.scss */
.accordion__item.active .accordion-header {
  color: #5c5c5c; }

/* line 563, _product.scss */
.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black; }

@media screen and (max-width: 1000px) {
  /* line 570, _product.scss */
  .accordion {
    width: 100%; } }
/* line 575, _product.scss */
[data-option-selector] {
  display: none; }

/* line 579, _product.scss */
.product-buy {
  width: calc(100% - 160px);
  max-width: 230px;
  margin: 0 15px; }

/* line 585, _product.scss */
.block_wirl_fav {
  border: none;
  background: none;
  position: relative;
  width: 40px;
  height: 54px;
  padding: 0; }

/* line 594, _product.scss */
.wirl_fav_hover {
  position: absolute;
  height: 26px;
  top: 13px;
  left: 7px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

/* line 605, _product.scss */
.wirl_fav {
  height: 26px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .3; }

/* line 613, _product.scss */
.block_wirl_fav:hover .wirl_fav_hover, .block_wirl_fav:hover .wirl_fav {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

/* line 619, _product.scss */
.block_wirl_fav.is-added .wirl_fav_hover {
  opacity: 1; }

/* line 623, _product.scss */
.product_preview .block_wirl_fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 40px;
  background: #ffffff6b; }

/* line 636, _product.scss */
.product_preview .block_wirl_fav img {
  height: 20px;
  position: absolute;
  top: 11px;
  left: 11px; }

/* line 643, _product.scss */
.slider-container .product_preview .block_wirl_fav img {
  left: 1px; }

/* line 647, _product.scss */
.product_preview:hover .block_wirl_fav {
  opacity: 1; }

/* line 651, _product.scss */
.touch .product_preview .block_wirl_fav {
  opacity: 1;
  height: 36px;
  width: 36px; }

/* line 657, _product.scss */
.touch .product_preview .block_wirl_fav img {
  height: 15px; }

@media screen and (max-width: 992px) {
  /* line 662, _product.scss */
  .slider-container .product_preview .block_wirl_fav img {
    left: 0px; }

  /* line 665, _product.scss */
  .product_preview .block_wirl_fav:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 15px; }

  /* line 672, _product.scss */
  .product-buy {
    width: calc(100% - 80px);
    max-width: none;
    padding: 10px 30px;
    margin-right: 0; } }
@media screen and (max-width: 550px) {
  /* line 681, _product.scss */
  .product_preview .wirl_fav, .product_preview .wirl_fav_hover {
    height: 30px; }

  /* line 684, _product.scss */
  .product_preview .block_wirl_fav {
    top: 5px;
    right: 5px; }

  /* line 688, _product.scss */
  .basket-total {
    position: absolute !important;
    right: 28px !important; }

  /* line 692, _product.scss */
  .basket-icon {
    padding: 0 !important; }

  /* line 695, _product.scss */
  .block_favorite_header {
    padding-right: 15px; } }
@media screen and (max-width: 400px) {
  /* line 701, _product.scss */
  .basket-total {
    position: absolute !important;
    right: 30px !important; } }
/* line 707, _product.scss */
.recent-view {
  border-top: 1px solid #ebebeb;
  padding-top: 60px;
  margin-top: 60px; }

/* line 6, _cart.scss */
.cart-items_list {
  margin-bottom: 2em; }
/* line 24, _cart.scss */
.cart-button.js-cart-go_back {
  padding: 0.6em 2em !important;
  font-size: 20px;
  letter-spacing: .0em;
  padding: 0.5em 3em;
  font-size: 20px; }
  @media (max-width: 700px) {
    /* line 24, _cart.scss */
    .cart-button.js-cart-go_back {
      width: 305px; } }
  @media (max-width: 600px) {
    /* line 24, _cart.scss */
    .cart-button.js-cart-go_back {
      float: none;
      width: 100%;
      font-size: 18px; } }

@media (max-width: 800px) {
  /* line 44, _cart.scss */
  .cart_item-prices--stock {
    display: none !important; } }

/* line 62, _cart.scss */
.cart_item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1em; }
  @media (max-width: 480px) {
    /* line 69, _cart.scss */
    .cart_item-image .image-square {
      padding-bottom: 240px; } }
  @media (max-width: 375px) {
    /* line 75, _cart.scss */
    .cart_item-link {
      font-size: 13px; } }
  /* line 85, _cart.scss */
  .cart_item-sku {
    margin-top: 7px;
    color: #999; }
  @media (max-width: 800px) {
    /* line 90, _cart.scss */
    .cart_item-prices {
      line-height: 40px; } }
  /* line 95, _cart.scss */
  .cart_item-prices--stock {
    position: relative; }
  /* line 106, _cart.scss */
  .cart_item-delete {
    font-size: 20px; }
    @media (max-width: 800px) {
      /* line 106, _cart.scss */
      .cart_item-delete {
        line-height: 40px; } }
  /* line 117, _cart.scss */
  .cart_item-time {
    position: absolute;
    left: 12px;
    font-weight: normal;
    font-size: 14px;
    top: 0; }
  /* line 125, _cart.scss */
  .cart_item-eql {
    position: absolute;
    right: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }

/* line 134, _cart.scss */
.discounts {
  margin-bottom: 20px;
  border-bottom: 1px solid #00000014;
  padding-bottom: 15px; }
  /* line 139, _cart.scss */
  .discounts .input-label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px; }
  /* line 145, _cart.scss */
  .discounts-kupon {
    margin-bottom: 15px; }
  /* line 149, _cart.scss */
  .discounts-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  /* line 159, _cart.scss */
  .discounts-field {
    width: auto;
    margin-bottom: 0;
    padding: 10px 15px !important;
    margin-right: 7px;
    line-height: 30px; }
    @media (max-width: 1060px) {
      /* line 159, _cart.scss */
      .discounts-field {
        width: 100%;
        margin: 0 0 10px !important; } }
  /* line 172, _cart.scss */
  .discounts-submit {
    width: 150px;
    padding: 8px 10px; }

/* line 178, _cart.scss */
.discount {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  /* line 188, _cart.scss */
  .discount-title {
    width: 65%; }

/* line 193, _cart.scss */
.cart_total {
  margin-bottom: 25px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }
  /* line 202, _cart.scss */
  .cart_total-title {
    width: 30%; }
  /* line 206, _cart.scss */
  .cart_total-price {
    font-weight: bold !important;
    font-size: 20px;
    width: 70%;
    text-align: right; }

/* line 214, _cart.scss */
.bottom_cart {
  margin-bottom: 2em; }

/* line 218, _cart.scss */
.js-cart_item-delete {
  opacity: .3;
  transition: .2s all; }
  /* line 222, _cart.scss */
  .js-cart_item-delete:hover {
    opacity: 1; }
  /* line 226, _cart.scss */
  .js-cart_item-delete img {
    width: 15px; }

/* line 231, _cart.scss */
.cart-items_sum {
  background: #f5f5f5;
  color: #000000;
  padding: 25px;
  position: sticky;
  top: 25px; }

/* ================================ */
/* side-popup */
/* ================================ */
/* line 244, _cart.scss */
.side-popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -150%;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  overflow-y: auto;
  padding: 24px;
  background: #fff;
  transition-duration: .5s; }
  /* line 257, _cart.scss */
  .side-popup.opened {
    right: 0; }
  /* line 261, _cart.scss */
  .side-popup.left {
    left: -150%;
    right: auto !important; }
    /* line 265, _cart.scss */
    .side-popup.left.opened {
      left: 0; }

/* line 272, _cart.scss */
.cart-popup button {
  text-decoration: none !important; }

/* line 278, _cart.scss */
.cart-item .cart-delete {
  top: 15px;
  right: 0px;
  position: absolute; }
  /* line 283, _cart.scss */
  .cart-item .cart-delete svg {
    width: 16px;
    height: 16px; }
  /* line 288, _cart.scss */
  .cart-item .cart-delete button {
    background: none;
    border: none;
    cursor: pointer; }

/* line 297, _cart.scss */
.relative {
  position: relative; }

/* line 301, _cart.scss */
.top-0 {
  top: 0; }

/* line 305, _cart.scss */
.left-0 {
  left: 0; }

/* line 309, _cart.scss */
.right-0 {
  right: 0; }

/* line 313, _cart.scss */
.bottom-0 {
  bottom: 0; }

/* line 317, _cart.scss */
.display-none {
  display: none; }

/* line 321, _cart.scss */
.absolute {
  position: absolute; }

/* ================================ */
/* end side-popup */
/* ================================ */
/* line 331, _cart.scss */
.cart-popup__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  /* line 338, _cart.scss */
  .cart-popup__title--h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin: 0; }
  /* line 349, _cart.scss */
  .cart-popup__title .button-close:hover {
    opacity: .75; }
/* line 355, _cart.scss */
.cart-popup__items {
  display: flex;
  flex-direction: column; }
  /* line 359, _cart.scss */
  .cart-popup__items--empty {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    /* line 371, _cart.scss */
    .cart-popup__items--empty svg {
      max-width: 100%;
      max-height: 100%; }
    /* line 376, _cart.scss */
    .cart-popup__items--empty h4 {
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 27px;
      margin: 0 0 15px; }
    /* line 384, _cart.scss */
    .cart-popup__items--empty span {
      display: block;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 40px;
      color: #000000; }
    /* line 395, _cart.scss */
    .cart-popup__items--empty .button, .cart-popup__items--empty .editor #feedback_form #feedback_commit, .editor #feedback_form .cart-popup__items--empty #feedback_commit, .cart-popup__items--empty .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .cart-popup__items--empty .menu-marker--parent, .cart-popup__items--empty .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .cart-popup__items--empty .menu-marker--parent, .cart-popup__items--empty .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .cart-popup__items--empty .menu-marker--parent {
      width: 100%; }
  /* line 400, _cart.scss */
  .cart-popup__items--product {
    display: flex;
    padding: 24px 0;
    position: relative;
    border-bottom: 1px solid #ECECEC; }
    /* line 406, _cart.scss */
    .cart-popup__items--product-image {
      width: 100px;
      margin-right: 16px; }
      /* line 410, _cart.scss */
      .cart-popup__items--product-image img {
        width: 100px;
        height: auto; }
    /* line 416, _cart.scss */
    .cart-popup__items--product-info {
      position: relative;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      /* line 423, _cart.scss */
      .cart-popup__items--product-info--title {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        max-width: 90%;
        margin-bottom: 11px; }
      /* line 434, _cart.scss */
      .cart-popup__items--product-info--actions {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        /* line 439, _cart.scss */
        .cart-popup__items--product-info--actions-price {
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          display: flex;
          align-items: center;
          text-align: right;
          color: #000000; }
        /* line 449, _cart.scss */
        .cart-popup__items--product-info--actions-quantity {
          display: flex;
          border: 1px solid #EEEEEE;
          padding: 5px 12px; }
          /* line 454, _cart.scss */
          .cart-popup__items--product-info--actions-quantity.is-wait {
            opacity: .5;
            pointer-events: none; }
          /* line 459, _cart.scss */
          .cart-popup__items--product-info--actions-quantity input {
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            outline: none;
            border: none;
            background: none;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center; }
          /* line 477, _cart.scss */
          .cart-popup__items--product-info--actions-quantity button {
            display: flex;
            justify-content: center;
            align-items: center;
            outline: none;
            border: none;
            background: none;
            padding: 0; }
/* line 494, _cart.scss */
.cart-popup__bottom {
  margin-top: 24px; }
  /* line 497, _cart.scss */
  .cart-popup__bottom-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000; }
    /* line 506, _cart.scss */
    .cart-popup__bottom-total--left {
      display: flex;
      align-items: center;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-weight: normal; }
    /* line 516, _cart.scss */
    .cart-popup__bottom-total--right {
      font-weight: 500; }
/* line 522, _cart.scss */
.cart-popup__remove {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  width: 20px;
  height: 20px; }
  /* line 536, _cart.scss */
  .cart-popup__remove:hover {
    opacity: .75; }
/* line 541, _cart.scss */
.cart-popup__coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px; }
  /* line 547, _cart.scss */
  .cart-popup__coupon[data-cart-discounts-ajax='true'] {
    display: none; }
  /* line 551, _cart.scss */
  .cart-popup__coupon--input {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    flex: 1 1 auto;
    padding: 12px 20px;
    border: 1px solid #C3C3C3;
    border-radius: 0px;
    width: 100%;
    appearance: none;
    margin-right: 16px; }
    @media (max-width: 568px) {
      /* line 551, _cart.scss */
      .cart-popup__coupon--input {
        margin-right: 8px; } }
    /* line 569, _cart.scss */
    .cart-popup__coupon--input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: #9A9A9A; }
  /* line 577, _cart.scss */
  .cart-popup__coupon--btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #6B6B9A;
    border: 1px solid #6B6B9A;
    padding: 12px 18px;
    flex: 2 1 auto; }
    /* line 588, _cart.scss */
    .cart-popup__coupon--btn:hover {
      background: #6B6B9A;
      color: #fff; }
/* line 595, _cart.scss */
.cart-popup__errors {
  margin-top: 8px; }
  /* line 598, _cart.scss */
  .cart-popup__errors .insales-ui-discount-error {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #CC0000; }
/* line 608, _cart.scss */
.cart-popup .insales-ui-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px; }
  /* line 614, _cart.scss */
  .cart-popup .insales-ui-discount-item .insales-ui-discount-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: normal; }
  /* line 625, _cart.scss */
  .cart-popup .insales-ui-discount-item .insales-ui-discount-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 500; }
/* line 638, _cart.scss */
.cart-popup [data-coupon-remove] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  outline: none;
  border: 0;
  background: none;
  margin-top: 8px;
  margin-left: auto;
  padding: 0;
  color: #969696; }
/* line 652, _cart.scss */
.cart-popup__submit {
  display: block;
  margin-top: 40px;
  width: 100%;
  margin-bottom: 60px; }

/* line 661, _cart.scss */
.popup-bg.active {
  visibility: visible;
  opacity: 0.5; }

/* line 666, _cart.scss */
.popup-bg {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s; }

/* line 679, _cart.scss */
.popup-bg, .co-overlay {
  background-color: #000; }

/* comapre */
/* line 6, _compare.scss */
.compare-wrapper {
  margin-top: 1em; }
/* line 13, _compare.scss */
.compare-remove {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 12px;
  right: 0; }
  /* line 19, _compare.scss */
  .compare-remove img {
    width: 10px; }
  /* line 23, _compare.scss */
  .compare-remove:hover {
    opacity: .4; }
/* line 28, _compare.scss */
.compare-trigger {
  display: inline-block;
  margin-top: 25px;
  cursor: pointer; }
  /* line 33, _compare.scss */
  .compare-trigger:hover {
    color: #5c5c5c; }
  /* line 40, _compare.scss */
  .compare-trigger .compare-added {
    display: none;
    line-height: inherit; }
  /* line 46, _compare.scss */
  .compare-trigger--added .compare-add {
    display: none; }
  /* line 50, _compare.scss */
  .compare-trigger--added .compare-added {
    display: block; }
/* line 60, _compare.scss */
.no-touch .compare-trigger_text {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: "width";
  -o-transition-property: "width";
  -webkit-transition-property: "width";
  transition-property: "width";
  display: inline-block;
  /* width: 0; */
  overflow: hidden;
  vertical-align: top;
  padding-left: 15px; }

/* line 72, _compare.scss */
.compare_row {
  font-size: 14px; }
  /* line 76, _compare.scss */
  .compare_row-title {
    max-width: 200px;
    min-width: 200px;
    padding: 10px 15px; }
  /* line 82, _compare.scss */
  .compare_row-item {
    min-width: 240px;
    max-width: 240px;
    padding: 10px 15px; }
    /* line 87, _compare.scss */
    .compare_row-item--title {
      position: relative; }
      /* line 90, _compare.scss */
      .compare_row-item--title .image-wrapper {
        margin-bottom: 1em;
        overflow: hidden; }
    /* line 96, _compare.scss */
    .compare_row-item--footer {
      position: relative; }
  /* line 101, _compare.scss */
  .compare_row-item_title {
    margin: -0.5em -0.5em 0.5em;
    padding: 0.5em;
    background-color: #cccccc; }
  /* line 108, _compare.scss */
  .compare_row-form {
    margin: 1em 0; }
  /* line 114, _compare.scss */
  .compare_row--header .compare_row-item,
  .compare_row--header .compare_row-title {
    border-bottom: 2px solid #eeeeee; }
  /* line 119, _compare.scss */
  .compare_row--header .compare_row-item {
    text-align: center; }
  /* line 123, _compare.scss */
  .compare_row--header .compare_row-title {
    vertical-align: bottom;
    color: #afafaf; }
  /* line 131, _compare.scss */
  .compare_row--body:nth-child(even) {
    background-color: #eeeeee; }
  /* line 135, _compare.scss */
  .compare_row--body .compare_row-item,
  .compare_row--body .compare_row-title {
    border-bottom: 1px solid #eeeeee; }
  /* line 140, _compare.scss */
  .compare_row--body .compare_row-item {
    border-left: 1px solid #eeeeee; }
  /* line 145, _compare.scss */
  .compare_row--footer {
    border-width: 0; }
    /* line 148, _compare.scss */
    .compare_row--footer .compare_row-item {
      text-align: center;
      padding: 1em; }
    /* line 153, _compare.scss */
    .compare_row--footer .js-compare-toggle_same {
      margin-top: 40px; }

/* line 159, _compare.scss */
.js-comapre-list {
  margin-bottom: 25px; }

/* избранное */
/* line 6, _favorite.scss */
.favorite-trigger .favorite-add {
  display: block; }
/* line 10, _favorite.scss */
.favorite-trigger .favorite-remove {
  display: none; }
/* line 15, _favorite.scss */
.favorite-trigger--added .favorite-add {
  display: none; }
/* line 19, _favorite.scss */
.favorite-trigger--added .favorite-remove {
  display: block; }

/* search */
/* line 5, _search.scss */
.search-block {
  display: inline-block;
  width: 100%;
  margin: 5em 0 0; }
/* line 11, _search.scss */
.search-help {
  line-height: 1.2;
  margin-right: 1em;
  margin-top: 12px;
  display: inline-block;
  float: left; }
/* line 19, _search.scss */
.search-notice {
  margin-top: 1em; }

/* blog */
/* line 4, _blog.scss */
.blog-article_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px; }

/* article */
/* line 4, _article.scss */
.article-image {
  margin: 0 1em 1em 0; }
/* line 11, _article.scss */
.article-note {
  opacity: 0.7; }
/* line 15, _article.scss */
.article-content {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%; }
  @media (max-width: 460px) {
    /* line 15, _article.scss */
    .article-content {
      margin-bottom: 0; } }
  /* line 24, _article.scss */
  .article-content p {
    margin: 0 0 1em; }
/* line 32, _article.scss */
.article-lookbooks a {
  width: 33.33333333%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5rem 1rem; }
/* line 44, _article.scss */
.article-sidebar--title {
  font-size: 22px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    /* line 44, _article.scss */
    .article-sidebar--title {
      font-size: 18px;
      margin-top: 30px; } }
  @media (max-width: 460px) {
    /* line 44, _article.scss */
    .article-sidebar--title {
      font-size: 16px; } }
/* line 57, _article.scss */
.article-products {
  margin-top: 100px; }
  @media (max-width: 460px) {
    /* line 57, _article.scss */
    .article-products {
      margin-top: 20px;
      margin-bottom: 20px; } }

/* page */
/* line 3, _page.scss */
.page {
  margin-top: 30px; }
  /* line 7, _page.scss */
  .page-content {
    font-size: 16px; }
    @media (max-width: 415px) {
      /* line 7, _page.scss */
      .page-content {
        font-size: 14px; } }
    @media (max-width: 375px) {
      /* line 7, _page.scss */
      .page-content {
        font-size: 13px; } }

/* 404 */
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 20px;
  line-height: 17px;
  font-size: 14px; }
  @media (max-width: 1060px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 13px; } }
  @media (max-width: 768px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 12px;
      margin-bottom: 8px; } }
  @media (max-width: 375px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 11px; } }
  /* line 22, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: #000;
    padding: 0 3px; }
    /* line 29, _breadcrumbs.scss */
    .breadcrumbs-page--home {
      color: #000;
      padding: 0 2px 0 0; }

/* line 37, _breadcrumbs.scss */
span.breadcrumbs-page {
  color: #9A9A9A; }

@media (max-width: 800px) {
  /* line 41, _breadcrumbs.scss */
  .section--collection .breadcrumbs {
    margin-bottom: 10px;
    margin-top: 0; } }
@media (max-width: 375px) {
  /* line 41, _breadcrumbs.scss */
  .section--collection .breadcrumbs {
    margin-top: 0;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    width: 100%; } }

/* basket */
/* line 4, _basket.scss */
.basket {
  font-size: 20px; }
  /* line 7, _basket.scss */
  .basket-icon {
    line-height: 44px;
    display: block;
    float: left;
    padding: 0 0 0 1rem;
    font-size: 28px;
    letter-spacing: .1em !important;
    text-align: center;
    vertical-align: middle; }
  /* line 18, _basket.scss */
  .basket-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    *zoom: 1;
    display: block; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
    /* line 25, _basket.scss */
    .basket:hover .basket-link {
      color: #4a4a4a; }
  /* line 30, _basket.scss */
  .basket-title {
    line-height: 40px; }
  /* line 34, _basket.scss */
  .basket-total {
    position: relative;
    top: -6px;
    right: 6px; }
  /* line 40, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -11px;
    right: 0;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    height: 16px;
    text-align: center; }
  /* line 49, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 3px 6px;
    color: #000000;
    text-align: center;
    font-size: 12px;
    background: #fff;
    border-radius: 12px; }
    @media (max-width: 375px) {
      /* line 49, _basket.scss */
      .basket-items_count {
        padding: 4px;
        font-size: 11px; } }
  /* line 64, _basket.scss */
  .basket-items_price {
    line-height: 40px;
    vertical-align: middle; }
  /* line 69, _basket.scss */
  .basket-dropdown {
    display: block;
    position: absolute;
    right: -1px;
    background-color: #fff;
    width: 350px;
    box-shadow: 0px 2px 10px #0000001f;
    z-index: 1000;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    top: 90%; }
    /* line 84, _basket.scss */
    .basket-dropdown .notice {
      padding: 1em 0; }
    /* line 88, _basket.scss */
    .basket:hover .basket-dropdown {
      opacity: 1 !important;
      visibility: visible !important;
      top: 100%; }

/* line 97, _basket.scss */
.basket_list-header {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee; }
  /* line 102, _basket.scss */
  .basket_list-header:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
/* line 109, _basket.scss */
.basket_list-title {
  display: block; }
/* line 116, _basket.scss */
.basket_list-footer {
  padding-top: 1em; }
/* line 120, _basket.scss */
.basket_list-total {
  margin: 0em 0 1.3em; }
/* line 124, _basket.scss */
.basket_list-count {
  float: right; }
/* line 128, _basket.scss */
.basket_list-price {
  margin-top: 7px;
  font-size: 16px; }
/* line 133, _basket.scss */
.basket_list-submit {
  display: block;
  margin-bottom: 10px; }
  /* line 137, _basket.scss */
  .basket_list-submit:last-child {
    margin-bottom: 0; }

/* line 146, _basket.scss */
.basket_item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }
  /* line 159, _basket.scss */
  .basket_item-details {
    margin-top: 8px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%; }
  /* line 170, _basket.scss */
  .basket_item-delete {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: right;
    opacity: .3; }
    /* line 175, _basket.scss */
    .basket_item-delete img {
      width: 10px; }
    /* line 179, _basket.scss */
    .basket_item-delete:hover {
      opacity: 1; }
  /* line 184, _basket.scss */
  .basket_item-count {
    padding-right: 5px; }
  /* line 188, _basket.scss */
  .basket_item-price {
    padding-left: 7px; }

/* line 194, _basket.scss */
.header_wrap .basket-items_count {
  color: #ffffff;
  background: #4a4a4a; }

@media screen and (max-width: 768px) {
  /* line 200, _basket.scss */
  .block_favorite_header span.basket-items_count.is-full {
    margin-left: -7px;
    margin-top: 4px;
    float: left;
    padding: 1px 6px 2px;
    color: #ffffff;
    background: #4a4a4a; } }
@media screen and (max-width: 375px) {
  /* line 200, _basket.scss */
  .block_favorite_header span.basket-items_count.is-full {
    margin-right: -5px;
    margin-top: 9px;
    float: left; } }

/* filter */
/* line 7, _collection_filter.scss */
.filter-section {
  padding: 5px 0;
  margin: 3px 0; }
/* line 12, _collection_filter.scss */
.filter-clear_all {
  margin-top: 1em; }
/* line 19, _collection_filter.scss */
.filter-submit {
  margin-top: 1em;
  display: block;
  width: 100%; }

/* line 26, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 28, _collection_filter.scss */
  .filter_section-title {
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    /* line 36, _collection_filter.scss */
    .filter_section-title .fa.fa-thumb-tack {
      background: #eee;
      padding: 5px 10px;
      border-radius: 50%;
      width: 30px;
      text-align: center;
      height: 30px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      transform: rotate(30deg);
      font-size: 13px;
      margin-right: -30px; }
    /* line 51, _collection_filter.scss */
    .mobile .filter_section-title, .tablet .filter_section-title {
      line-height: 35px;
      height: 35px;
      margin-bottom: 0; }
  /* line 59, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 0;
    float: right; }
  /* line 71, _collection_filter.scss */
  .filter_section-values {
    margin-bottom: 1px;
    margin-top: 20px; }
    /* line 75, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 80, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0 0 10px;
    line-height: 1.2; }
    /* line 85, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 89, _collection_filter.scss */
    .filter_section-value--range {
      margin: 30px 15px; }
    /* line 96, _collection_filter.scss */
    .filter_section-value--selected {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 5px;
      margin: 0.5em;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        /* line 96, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 109, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 116, _collection_filter.scss */
  .filter_section-value_link {
    display: block;
    font-size: 14px; }
  /* line 132, _collection_filter.scss */
  .filter_section-range_input {
    padding: 8px;
    width: 70px;
    border: 1px solid #eeeeee;
    line-height: 1.2;
    font-size: 14px; }
  /* line 140, _collection_filter.scss */
  .filter_section-span {
    margin-right: 7px; }

/* line 149, _collection_filter.scss */
.js-filter_section-toggler {
  cursor: pointer; }

/* line 154, _collection_filter.scss */
.filter_section-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
  font-size: 14px; }

/* Hide the browser's default checkbox */
/* line 169, _collection_filter.scss */
.filter_section-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
/* line 178, _collection_filter.scss */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  transition: .2s all;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
/* line 189, _collection_filter.scss */
.filter_section-label:hover input ~ .checkmark {
  background-color: #dedede; }

/* line 193, _collection_filter.scss */
.filter_section-label:hover {
  color: #5c5c5c; }

/* When the checkbox is checked, add a blue background */
/* line 198, _collection_filter.scss */
.filter_section-label input:checked ~ .checkmark {
  background-color: #4a4a4a; }

/* Create the checkmark/indicator (hidden when not checked) */
/* line 203, _collection_filter.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
/* line 210, _collection_filter.scss */
.filter_section-label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
/* line 215, _collection_filter.scss */
.filter_section-label .checkmark:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* collection_sort */
/* line 3, _collection_sort.scss */
.sort_by {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  @media (max-width: 800px) {
    /* line 3, _collection_sort.scss */
    .sort_by {
      margin-bottom: 15px;
      font-size: 13px; } }
  @media (max-width: 375px) {
    /* line 3, _collection_sort.scss */
    .sort_by {
      margin-bottom: 10px;
      font-size: 12px; } }
  /* line 19, _collection_sort.scss */
  .sort_by-label {
    border: 1px solid transparent;
    vertical-align: middle;
    margin-right: 10px; }
  /* line 25, _collection_sort.scss */
  .sort_by-select {
    height: 28px;
    background-color: #fff;
    border-color: #eeeeee; }
  /* line 34, _collection_sort.scss */
  .sort_by-option {
    display: inline-block;
    line-height: 28px; }
    /* line 38, _collection_sort.scss */
    .sort_by-option .styled_select-wrapper {
      border: 0;
      padding: 0 25px 0 0; }

/* modification selector */
/* line 3, _option_selectors.scss */
#variant-select {
  display: inline-block;
  margin: 0.5rem; }
  /* line 7, _option_selectors.scss */
  .js #variant-select {
    display: none; }

/* line 15, _option_selectors.scss */
.option_selector {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  /* line 27, _option_selectors.scss */
  .option_selector--select {
    width: 50%;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (max-width: 800px) {
      /* line 27, _option_selectors.scss */
      .option_selector--select {
        width: 100%; } }

/* line 39, _option_selectors.scss */
.variant-span {
  display: inline-block;
  padding: 9px 15px;
  cursor: pointer;
  background: #eeeeee;
  float: left;
  margin-right: 10px;
  min-width: 40px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px; }
  /* line 51, _option_selectors.scss */
  .variant-span--unavailable {
    opacity: .4;
    cursor: default; }
  /* line 56, _option_selectors.scss */
  .variant-span--active {
    background: #4a4a4a;
    color: #ffffff; }

/* line 1, _article_preview.scss */
.article_preview {
  background: #f5f5f5;
  color: #000000;
  padding: 20px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s all;
  position: relative;
  height: 100%; }
  /* line 13, _article_preview.scss */
  .article_preview-img {
    overflow: hidden; }
  /* line 17, _article_preview.scss */
  .article_preview img {
    width: 100%;
    transition: .4s all; }
  /* line 22, _article_preview.scss */
  .article_preview:hover {
    background: #4a4a4a;
    color: #ffffff; }
    /* line 26, _article_preview.scss */
    .article_preview:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05); }
  /* line 33, _article_preview.scss */
  .article_preview-title {
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    padding: 20px 0 0;
    line-height: 1.3; }
    @media (max-width: 768px) {
      /* line 33, _article_preview.scss */
      .article_preview-title {
        font-size: 15px; } }
    @media (max-width: 451px) {
      /* line 33, _article_preview.scss */
      .article_preview-title {
        font-size: 14px; } }
  /* line 48, _article_preview.scss */
  .article_preview-preview {
    padding: 10px 0 0; }
  /* line 52, _article_preview.scss */
  .article_preview:hover .article_preview-title {
    color: #fff; }

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0; }
  /* line 12, _pagination.scss */
  .pagination-node {
    padding: 5px 7px;
    margin: 0 10px; }
    /* line 16, _pagination.scss */
    .pagination-node--link {
      color: #000000; }
      /* line 19, _pagination.scss */
      .pagination-node--link:hover {
        color: #5c5c5c; }
    /* line 24, _pagination.scss */
    .pagination-node--block {
      cursor: default; }
    /* line 28, _pagination.scss */
    .pagination-node--current {
      opacity: .3; }

/* line 1, _payments.scss */
.payments {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px; }
  /* line 7, _payments.scss */
  .payments__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    margin: 0 auto; }
  /* line 15, _payments.scss */
  .payments__block {
    padding: 30px;
    border: 1px solid rgba(176, 176, 176, 0.3);
    width: 100%; }
    /* line 31, _payments.scss */
    .payments__block + .payments__block {
      margin-top: 40px; }
      @media (max-width: 767px) {
        /* line 31, _payments.scss */
        .payments__block + .payments__block {
          margin-top: 16px; } }
    /* line 39, _payments.scss */
    .payments__block--h2 {
      font-style: normal;
      font-weight: 500;
      font-size: 28px;
      line-height: 34px;
      color: #000000;
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        /* line 39, _payments.scss */
        .payments__block--h2 {
          font-weight: 500;
          font-size: 24px;
          line-height: 29px; } }
    /* line 54, _payments.scss */
    .payments__block--p {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 140%;
      color: #969696;
      margin: 0; }
    /* line 63, _payments.scss */
    .payments__block-variants {
      display: grid;
      grid-template-columns: repeat(auto-fit, 240px);
      gap: 40px;
      margin-top: 40px; }
      /* line 69, _payments.scss */
      .payments__block-variants--item {
        display: flex;
        flex-direction: column; }
        /* line 73, _payments.scss */
        .payments__block-variants--item-svg {
          margin-bottom: 20px; }
        /* line 77, _payments.scss */
        .payments__block-variants--item-title {
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          color: #000000;
          margin: 0; }
        /* line 86, _payments.scss */
        .payments__block-variants--item-desc {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 140%;
          color: #000000;
          margin: 8px 0 0; }
          @media (min-width: 768px) {
            /* line 86, _payments.scss */
            .payments__block-variants--item-desc {
              max-width: 200px; } }

/* product_preview */
/* line 3, _product_preview.scss */
.product_preview:hover .product_preview-sizes {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* line 10, _product_preview.scss */
.product_preview {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 27, _product_preview.scss */
  .product_preview-sizes {
    display: block;
    background: rgba(0, 0, 0, 0.61);
    padding: 0.7em 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    /* line 47, _product_preview.scss */
    .product_preview-sizes span {
      padding: 0 5px 5px 5px; }
  /* line 54, _product_preview.scss */
  .product_preview:hover .product_preview-badges--favorites {
    opacity: 1; }
  /* line 60, _product_preview.scss */
  .product_preview-badges {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 100; }
    /* line 76, _product_preview.scss */
    .product_preview-badges--disc {
      background: #E57490;
      padding: 2px 4px;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #FFFFFF; }
    /* line 85, _product_preview.scss */
    .product_preview-badges--favorites {
      opacity: 0;
      border: 0;
      background: none;
      margin-left: auto;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      @media (max-width: 767px) {
        /* line 85, _product_preview.scss */
        .product_preview-badges--favorites {
          opacity: 1; } }
      /* line 96, _product_preview.scss */
      .product_preview-badges--favorites.is-added svg {
        fill: #6B6C97; }
  /* line 103, _product_preview.scss */
  .product_preview-preview {
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  /* line 109, _product_preview.scss */
  .product_preview-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    /* line 116, _product_preview.scss */
    .product_preview-image .col-cover2 {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: .2s all;
      -o-transition: .2s all;
      transition: .2s all;
      width: 100%;
      height: 100%;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 139, _product_preview.scss */
    .product_preview-image--cover img {
      -o-object-fit: contain;
      object-fit: contain; }
      @media (max-width: 375px) {
        /* line 139, _product_preview.scss */
        .product_preview-image--cover img {
          min-height: 200px; } }
      @media (min-width: 375px) and (max-width: 425px) {
        /* line 139, _product_preview.scss */
        .product_preview-image--cover img {
          min-height: 300px; } }
      @media (min-width: 425px) {
        /* line 139, _product_preview.scss */
        .product_preview-image--cover img {
          min-height: 400px; } }
    /* line 156, _product_preview.scss */
    .product_preview-image--welcome img {
      -o-object-fit: cover;
      object-fit: cover; }
    /* line 162, _product_preview.scss */
    .product_preview-image:hover .col-cover2 {
      visibility: visible;
      opacity: 1; }
  /* line 169, _product_preview.scss */
  .desktop .product_preview-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  /* line 182, _product_preview.scss */
  .desktop .product_preview:hover .product_preview-mask {
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 187, _product_preview.scss */
  .product_preview-tips {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 50%; }
    @media (max-width: 1100px) {
      /* line 187, _product_preview.scss */
      .product_preview-tips {
        width: 70%; } }
  /* line 199, _product_preview.scss */
  .product_preview-tip {
    position: relative;
    z-index: 9;
    background: #6b6b9a;
    color: #ffffff;
    padding: 6px 12px 7px;
    float: left;
    margin: 0 7px 7px 0;
    text-transform: uppercase;
    font-size: 13px; }
    @media (max-width: 1100px) {
      /* line 199, _product_preview.scss */
      .product_preview-tip {
        font-size: 12px;
        padding: 6px 10px 6px; } }
    @media (max-width: 480px) {
      /* line 199, _product_preview.scss */
      .product_preview-tip {
        font-size: 12px;
        padding: 5px 6px 4px;
        margin: 0 3px 3px 0; } }
    /* line 221, _product_preview.scss */
    .product_preview-tip--disc {
      background: #ea392b; }
  /* line 227, _product_preview.scss */
  .product_preview-link {
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
  /* line 236, _product_preview.scss */
  .product_preview-title {
    margin: 15px 0 8px; }
    @media (max-width: 768px) {
      /* line 236, _product_preview.scss */
      .product_preview-title {
        margin: 10px 0; } }
    @media (max-width: 768px) {
      /* line 236, _product_preview.scss */
      .product_preview-title {
        margin: 10px 0 5px; } }
  /* line 248, _product_preview.scss */
  .product_preview-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px; }
    /* line 264, _product_preview.scss */
    .product_preview-buy .btn {
      display: block;
      background: #6b6b9a;
      padding: 12px 24px;
      margin-bottom: 16px;
      outline: none;
      border: 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #FFFFFF;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 279, _product_preview.scss */
      .product_preview-buy .btn:hover {
        background: #9191d6; }
      /* line 283, _product_preview.scss */
      .product_preview-buy .btn:disabled {
        opacity: .5;
        cursor: not-allowed; }
      @media (max-width: 767px) {
        /* line 264, _product_preview.scss */
        .product_preview-buy .btn {
          padding: 6px 30px; } }
    /* line 293, _product_preview.scss */
    .product_preview-buy .oneclick {
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #6b6b9a;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 301, _product_preview.scss */
      .product_preview-buy .oneclick:hover {
        color: #9191d6; }
      @media (max-width: 767px) {
        /* line 293, _product_preview.scss */
        .product_preview-buy .oneclick {
          font-size: 12px;
          line-height: 15px; } }
  /* line 312, _product_preview.scss */
  .product_preview--stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9A9A9A;
    margin-top: 21px; }
    /* line 328, _product_preview.scss */
    .product_preview--stars svg {
      margin-right: 6px; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="1"] .star-1 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="2"] .star-1 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="2"] .star-2 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="3"] .star-1 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="3"] .star-2 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="3"] .star-3 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="4"] .star-1 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="4"] .star-2 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="4"] .star-3 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="4"] .star-4 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="5"] .star-1 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="5"] .star-2 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="5"] .star-3 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="5"] .star-4 {
      fill-opacity: 1; }
    /* line 335, _product_preview.scss */
    .product_preview--stars[data-stars="5"] .star-5 {
      fill-opacity: 1; }
  /* line 343, _product_preview.scss */
  .product_preview-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 353, _product_preview.scss */
    .product_preview-prices .prices-currenter {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px; }
    /* line 359, _product_preview.scss */
    .product_preview-prices .prices-older {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      margin-left: 10px;
      color: #9A9A9A; }
  /* line 372, _product_preview.scss */
  .desktop .product_preview-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  /* line 386, _product_preview.scss */
  .product_preview-button {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    display: block;
    left: 50%;
    min-width: 130px;
    line-height: 36px;
    vertical-align: middle;
    opacity: 0; }
    /* line 399, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      opacity: 1; }
    /* line 403, _product_preview.scss */
    .desktop .product_preview-button {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 1; }
    /* line 409, _product_preview.scss */
    .mobile .product_preview-button, .tablet .product_preview-button {
      bottom: 0;
      position: relative;
      left: 0;
      width: 100%;
      opacity: 1; }
  /* line 420, _product_preview.scss */
  .product_preview--compare {
    text-align: left;
    padding: 10px 0;
    padding-right: 40px;
    border-bottom: 1px solid #eeeeee; }
    /* line 427, _product_preview.scss */
    .product_preview--compare .product_preview-link {
      padding: 5px 0; }
    /* line 431, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 1.2;
      margin: 0; }

/* line 1, _cookies.scss */
.cookies {
  background: #F5F5F5;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  /* line 11, _cookies.scss */
  .cookies.active {
    display: block; }
  /* line 15, _cookies.scss */
  .cookies .container {
    padding: 20px 70px 20px 70px; }
    @media (max-width: 1100px) {
      /* line 15, _cookies.scss */
      .cookies .container {
        padding: 20px 30px 30px 20px; } }
    @media (max-width: 767px) {
      /* line 15, _cookies.scss */
      .cookies .container {
        padding: 20px 20px 20px 20px; } }
  /* line 27, _cookies.scss */
  .cookies__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    /* line 39, _cookies.scss */
    .cookies__inline--header {
      font-size: 18px;
      line-height: 24px;
      color: #282F36;
      margin-bottom: 0; }
      @media (max-width: 600px) {
        /* line 39, _cookies.scss */
        .cookies__inline--header {
          font-size: 14px;
          line-height: 18px; } }
    /* line 51, _cookies.scss */
    .cookies__inline--close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      /* line 56, _cookies.scss */
      .cookies__inline--close svg {
        width: 18px;
        height: 18px; }
        @media (max-width: 600px) {
          /* line 56, _cookies.scss */
          .cookies__inline--close svg {
            width: 14px;
            height: 14px; } }
  /* line 68, _cookies.scss */
  .cookies__text {
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 600px) {
      /* line 68, _cookies.scss */
      .cookies__text {
        font-size: 12px;
        line-height: 14px; } }
    /* line 77, _cookies.scss */
    .cookies__text a {
      color: #282F36;
      text-decoration: underline; }
      /* line 81, _cookies.scss */
      .cookies__text a:hover {
        color: #3e4953; }

/* sidebar */
/* line 7, _sidebar.scss */
.sidebar_block {
  margin-bottom: 3rem; }
  /* line 11, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 15, _sidebar.scss */
  .sidebar_block-title {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    display: inline-block; }
    /* line 26, _sidebar.scss */
    .sidebar_block-title:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #ccc;
      position: absolute;
      bottom: 0;
      left: 0; }

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  color: #000000;
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0.25em; }

/* line 1, _infographic.scss */
.info_div {
  display: flex;
  flex-wrap: wrap;
  /* flex-flow: row; */
  justify-content: center; }

/* line 8, _infographic.scss */
.info_block .info_title {
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase; }

/* line 15, _infographic.scss */
.info_div_block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* padding: 10px; */
  flex: 1;
  height: 175px; }

/* line 24, _infographic.scss */
.info_block .info_div .info_div_block .info_div_block_img {
  flex: 1;
  display: flex;
  justify-content: center;
  /* margin-bottom: 15px; */ }

/* line 31, _infographic.scss */
.info_block .info_div .info_div_block .info_div_block_img img {
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px; }

/* line 38, _infographic.scss */
.info_block .info_div .info_div_block .info_div_block_title {
  flex: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-bottom: 15px; */
  display: flex;
  justify-content: center;
  align-items: flex-start; }

/* line 50, _infographic.scss */
.info_block .info_div .info_div_block .info_div_block_desc {
  flex: 1;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 1199px) {
  /* line 60, _infographic.scss */
  .info_div {
    /* flex-flow: column; */
    justify-content: space-around; } }
@media (max-width: 414px) {
  /* line 67, _infographic.scss */
  .info_div {
    flex-flow: column;
    justify-content: space-around; } }
/* line 1, _brand.scss */
.brand__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 160px; }
  /* line 8, _brand.scss */
  .brand__item .brand__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #B0B0B0;
    text-align: center;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 27px; }
  /* line 22, _brand.scss */
  .brand__item .brand__image {
    height: 50px;
    width: auto !important; }

@media (max-width: 800px) {
  /* line 29, _brand.scss */
  .brands-grid .brand-header {
    font-size: 22px; } }
@media (max-width: 415px) {
  /* line 35, _brand.scss */
  .brands-grid .brand-header {
    font-size: 18px;
    line-height: 1.2;
    text-align: left; } }
/* line 1, _phase.scss */
.slider--phase {
  margin-bottom: 0 !important; }
  /* line 4, _phase.scss */
  .slider--phase .PHASEtitle {
    text-align: center;
    text-transform: uppercase; }
  /* line 9, _phase.scss */
  .slider--phase .PHASEsubtitle {
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    color: #b0b0b0;
    margin-top: 4px; }
  /* line 17, _phase.scss */
  .slider--phase .row {
    display: flex;
    flex-wrap: wrap;
    margin: -18px; }
    @media (max-width: 1024px) {
      /* line 17, _phase.scss */
      .slider--phase .row {
        margin: -9px; } }
    /* line 26, _phase.scss */
    .slider--phase .row .phase__item {
      display: flex;
      flex-direction: column;
      border: 1px solid #E8E8E8;
      flex: 1;
      margin: 18px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        /* line 26, _phase.scss */
        .slider--phase .row .phase__item {
          margin: 9px; } }
      /* line 38, _phase.scss */
      .slider--phase .row .phase__item-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 20px;
        margin-top: 20px;
        height: 100%; }
        /* line 47, _phase.scss */
        .slider--phase .row .phase__item-info .phase__info-span {
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          color: #737272;
          text-align: center; }
        /* line 55, _phase.scss */
        .slider--phase .row .phase__item-info .phase__info-h3 {
          font-weight: normal;
          font-size: 20px;
          line-height: 28px;
          color: #000000;
          margin-top: 10px;
          text-align: center; }
        /* line 65, _phase.scss */
        .slider--phase .row .phase__item-info .secondary-button {
          margin-top: auto;
          margin-bottom: 35px;
          border: 0; }

@media (max-width: 850px) {
  /* line 77, _phase.scss */
  .wrap--phases {
    padding: 0; }

  /* line 83, _phase.scss */
  .slider--phase .row {
    margin: 0;
    gap: 12px;
    flex-wrap: wrap; }
    /* line 89, _phase.scss */
    .slider--phase .row .phase__item {
      margin: 0;
      background: #FAF9F8;
      border: 0 solid #E8E8E8;
      flex-direction: column-reverse;
      position: relative;
      flex: 1;
      min-width: 320px; }
      /* line 98, _phase.scss */
      .slider--phase .row .phase__item-info {
        padding: 20px; }
        /* line 102, _phase.scss */
        .slider--phase .row .phase__item-info .phase__info-h3 {
          margin-bottom: 0; }
        /* line 107, _phase.scss */
        .slider--phase .row .phase__item-info .secondary-button {
          position: absolute;
          background-color: #6b6b9a;
          color: #ffffff;
          font-size: 13px;
          bottom: 0; }
          /* line 114, _phase.scss */
          .slider--phase .row .phase__item-info .secondary-button:hover {
            background-color: #9191d6;
            color: #ffffff; }
  /* line 123, _phase.scss */
  .slider--phase .slider-title {
    text-align: center;
    width: 100%; }
  /* line 128, _phase.scss */
  .slider--phase .slider-info {
    margin-top: 10px; }
  /* line 132, _phase.scss */
  .slider--phase .PHASEtitle {
    font-size: 22px;
    line-height: 20px; }
  /* line 137, _phase.scss */
  .slider--phase .PHASEsubtitle {
    font-size: 15px;
    line-height: 24px; }
  /* line 142, _phase.scss */
  .slider--phase .secondary-button {
    font-size: 14px;
    line-height: 20px; } }
/* line 1, _catalog.scss */
.index_catalog {
  display: flex;
  flex-direction: row;
  border: 1px solid #E8E8E8;
  align-items: center;
  min-height: 400px;
  cursor: pointer; }
  /* line 9, _catalog.scss */
  .index_catalog--left {
    text-align: center;
    width: 465px;
    min-width: 300px;
    flex-basis: 33.33333%;
    padding: 0px 20px; }
    /* line 16, _catalog.scss */
    .index_catalog--left span {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #737272;
      margin-bottom: 10px;
      text-transform: uppercase; }
    /* line 25, _catalog.scss */
    .index_catalog--left h3 {
      font-weight: normal;
      font-size: 20px;
      line-height: 28px;
      color: #000000;
      margin-bottom: 32px; }
  /* line 34, _catalog.scss */
  .index_catalog--right {
    background: var(--index-pc-src);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-basis: 66.66667%;
    height: 400px;
    position: relative; }
    /* line 43, _catalog.scss */
    .index_catalog--right a {
      width: 100%;
      height: 100%;
      position: absolute; }

@media (max-width: 743px) {
  /* line 53, _catalog.scss */
  .wrap--catalog {
    padding: 0px; }

  /* line 58, _catalog.scss */
  .index_catalog {
    flex-direction: column;
    position: relative;
    min-height: 462px;
    border: 0px; }
    /* line 64, _catalog.scss */
    .index_catalog--left {
      position: absolute;
      background: var(--index-mobile-src);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      width: 100%;
      height: 100%;
      padding: 0px 0px; }
      /* line 74, _catalog.scss */
      .index_catalog--left h3 {
        margin-bottom: 0px; }
      /* line 78, _catalog.scss */
      .index_catalog--left-info {
        padding-top: 40px; }
        /* line 81, _catalog.scss */
        .index_catalog--left-info span {
          color: #000000; }
      /* line 86, _catalog.scss */
      .index_catalog--left .button_wrapper {
        width: 100%;
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0; }
      /* line 94, _catalog.scss */
      .index_catalog--left .secondary-button {
        background-color: #6b6b9a;
        color: #ffffff;
        font-size: 13px; }
        /* line 99, _catalog.scss */
        .index_catalog--left .secondary-button:hover {
          background-color: #9191d6;
          color: #ffffff; } }
@media (min-width: 450px) and (max-width: 743px) {
  /* line 112, _catalog.scss */
  .index_catalog--left {
    background: var(--index-mobile-src);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    /* line 118, _catalog.scss */
    .index_catalog--left-info {
      padding-bottom: 20px; } }
/* line 1, _whyus.scss */
.whyus {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 742px) {
    /* line 1, _whyus.scss */
    .whyus {
      margin-top: 1rem;
      flex-direction: column; } }
  /* line 16, _whyus.scss */
  .whyus__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 22, _whyus.scss */
    .whyus__block--image {
      max-width: 75px;
      margin-bottom: 15px; }
    /* line 27, _whyus.scss */
    .whyus__block--title {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      color: #000000; }

/* line 1, _end2end.scss */
.end2end {
  display: flex;
  justify-content: center;
  background: #6b6b9a;
  padding: 9px 16px;
  cursor: pointer;
  z-index: 1000; }
  /* line 10, _end2end.scss */
  .end2end__wrapper--text {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center; }

/* line 1, _custom.scss */
.slider-detail {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px; }
  /* line 9, _custom.scss */
  .slider-detail a:hover {
    color: #ffffff; }

/* line 14, _custom.scss */
.product_preview-description {
  margin: 0 0 10px;
  max-height: 38px;
  overflow: hidden; }

/* line 20, _custom.scss */
.recent-description {
  margin-bottom: .5rem; }

/* line 24, _custom.scss */
.WELCOMEsubtitle {
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  color: #b0b0b0;
  margin-top: 4px; }

@media (max-width: 480px) {
  /* line 33, _custom.scss */
  .WELCOMEsubtitle {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #b0b0b0;
    margin-top: 4px;
    display: block; } }
/* line 43, _custom.scss */
.custom-product-buy {
  max-width: 160px;
  margin: 0 0px;
  padding: 0px 0px;
  margin-top: 0px; }

/* line 50, _custom.scss */
.product-buy {
  margin: 0 0px; }

/* line 1, _megamenu-desktop.scss */
.megamenu-desktop {
  position: -webkit-sticky;
  position: sticky;
  top: -43px;
  z-index: 200;
  background: #fff; }
  @media (max-width: 767px) {
    /* line 1, _megamenu-desktop.scss */
    .megamenu-desktop {
      display: none; } }
  /* line 14, _megamenu-desktop.scss */
  .megamenu-desktop__top--menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 70px;
    border-bottom: 1px solid #ECECEC; }
    @media (max-width: 1024px) {
      /* line 14, _megamenu-desktop.scss */
      .megamenu-desktop__top--menu {
        padding: 0 20px; } }
    /* line 27, _megamenu-desktop.scss */
    .megamenu-desktop__top--menu li {
      padding: 12px 0; }
      /* line 30, _megamenu-desktop.scss */
      .megamenu-desktop__top--menu li a:not(.megamenu-desktop__top-consult--button) {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #B0B0B0; }
        /* line 37, _megamenu-desktop.scss */
        .megamenu-desktop__top--menu li a:not(.megamenu-desktop__top-consult--button):hover {
          opacity: .75; }
    /* line 43, _megamenu-desktop.scss */
    .megamenu-desktop__top--menu li + li {
      margin-left: 20px; }
      @media (max-width: 1024px) {
        /* line 43, _megamenu-desktop.scss */
        .megamenu-desktop__top--menu li + li {
          margin-left: 15px; } }
  /* line 52, _megamenu-desktop.scss */
  .megamenu-desktop__top-consult {
    margin-left: auto !important; }
    /* line 55, _megamenu-desktop.scss */
    .megamenu-desktop__top-consult a.megamenu-desktop__top-consult--button {
      background: -webkit-linear-gradient(1.08deg, #847BB7 4.39%, #B168CA 46.92%, #4FA0CE 99.62%);
      background: -o-linear-gradient(1.08deg, #847BB7 4.39%, #B168CA 46.92%, #4FA0CE 99.62%);
      background: linear-gradient(88.92deg, #847bb7 4.39%, #b168ca 46.92%, #4fa0ce 99.62%);
      font-size: 12px;
      line-height: 15px;
      padding: 0.5em 2em;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: #fff; }
      /* line 66, _megamenu-desktop.scss */
      .megamenu-desktop__top-consult a.megamenu-desktop__top-consult--button:hover {
        opacity: .75;
        color: #fff; }
  /* line 74, _megamenu-desktop.scss */
  .megamenu-desktop__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 70px;
    position: relative; }
    @media (max-width: 1024px) {
      /* line 74, _megamenu-desktop.scss */
      .megamenu-desktop__bottom {
        padding: 0 20px; } }
    /* line 88, _megamenu-desktop.scss */
    .megamenu-desktop__bottom--logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 120px; }
      @media (max-width: 1024px) {
        /* line 88, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--logo {
          width: 100px; } }
      /* line 98, _megamenu-desktop.scss */
      .megamenu-desktop__bottom--logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        /* line 103, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--logo a svg {
          max-width: 100%;
          max-height: 100%; }
    /* line 110, _megamenu-desktop.scss */
    .megamenu-desktop__bottom--menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0 0 0 40px;
      list-style-type: none; }
      @media (max-width: 1024px) {
        /* line 110, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--menu {
          margin: 0 0 0 20px; } }
      /* line 122, _megamenu-desktop.scss */
      .megamenu-desktop__bottom--menu-item {
        padding: 20px 0; }
        /* line 126, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--menu-item:hover .mega-nav {
          opacity: 1;
          visibility: visible; }
        /* line 132, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--menu-item-link {
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          color: #000000; }
          @media (max-width: 1024px) {
            /* line 132, _megamenu-desktop.scss */
            .megamenu-desktop__bottom--menu-item-link {
              font-size: 13px; } }
          /* line 143, _megamenu-desktop.scss */
          .megamenu-desktop__bottom--menu-item-link:hover {
            color: #6B6B9A; }
        /* line 148, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--menu-item + .megamenu-desktop__bottom--menu-item {
          margin-left: 20px; }
          @media (max-width: 1024px) {
            /* line 148, _megamenu-desktop.scss */
            .megamenu-desktop__bottom--menu-item + .megamenu-desktop__bottom--menu-item {
              margin-left: 15px; } }
    /* line 158, _megamenu-desktop.scss */
    .megamenu-desktop__bottom--links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: auto; }
      /* line 167, _megamenu-desktop.scss */
      .megamenu-desktop__bottom--links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        /* line 175, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--links a:hover {
          opacity: .75; }
        /* line 179, _megamenu-desktop.scss */
        .megamenu-desktop__bottom--links a span {
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          color: #000000;
          margin-left: 12px; }
          @media (max-width: 1279px) {
            /* line 179, _megamenu-desktop.scss */
            .megamenu-desktop__bottom--links a span {
              display: none; } }
      /* line 193, _megamenu-desktop.scss */
      .megamenu-desktop__bottom--links a + a {
        margin-left: 20px; }
        @media (max-width: 1024px) {
          /* line 193, _megamenu-desktop.scss */
          .megamenu-desktop__bottom--links a + a {
            margin-left: 15px; } }

/* line 1, _mega-nav.scss */
.mega-nav {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms, visibility 250ms;
  background: #fff; }
  /* line 15, _mega-nav.scss */
  .mega-nav__content {
    display: flex;
    justify-content: space-between;
    padding: 10px 70px 30px 230px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1024px) {
      /* line 15, _mega-nav.scss */
      .mega-nav__content {
        padding-left: 140px;
        padding-right: 20px; } }
    /* line 27, _mega-nav.scss */
    .mega-nav__content--links {
      display: flex;
      flex-basis: calc(66.666% - 20px); }
      /* line 31, _mega-nav.scss */
      .mega-nav__content--links-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        /* line 36, _mega-nav.scss */
        .mega-nav__content--links-list + .mega-nav__content--links-list {
          margin-left: 55px; }
          @media (max-width: 1024px) {
            /* line 36, _mega-nav.scss */
            .mega-nav__content--links-list + .mega-nav__content--links-list {
              margin-left: 45px; } }
        /* line 45, _mega-nav.scss */
        .mega-nav__content--links-list li a {
          font-weight: normal;
          font-size: 14px;
          line-height: 100%;
          color: #000000; }
          /* line 52, _mega-nav.scss */
          .mega-nav__content--links-list li a:hover {
            opacity: .75; }
        /* line 57, _mega-nav.scss */
        .mega-nav__content--links-list li + li {
          margin-top: 24px; }
    /* line 64, _mega-nav.scss */
    .mega-nav__content--image {
      text-align: right;
      flex-basis: 60%; }
      /* line 68, _mega-nav.scss */
      .mega-nav__content--image:hover {
        opacity: .75; }
      /* line 72, _mega-nav.scss */
      .mega-nav__content--image img {
        max-width: 100%;
        max-height: 150px; }

/* line 1, _megamenu-mobile.scss */
.megamenu-mobile {
  display: flex;
  padding: 20px; }
  @media (min-width: 768px) {
    /* line 1, _megamenu-mobile.scss */
    .megamenu-mobile {
      display: none; } }
  /* line 9, _megamenu-mobile.scss */
  .megamenu-mobile__menu {
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 15, _megamenu-mobile.scss */
  .megamenu-mobile__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px; }
  /* line 22, _megamenu-mobile.scss */
  .megamenu-mobile__links {
    display: flex;
    align-items: center;
    margin-left: auto; }
    /* line 28, _megamenu-mobile.scss */
    .megamenu-mobile__links a span {
      display: none; }
    /* line 33, _megamenu-mobile.scss */
    .megamenu-mobile__links a + a {
      margin-left: 20px; }

/* line 1, _megamenu-popup.scss */
.megamenu-popup {
  padding: 0;
  z-index: 10000; }
  /* line 5, _megamenu-popup.scss */
  .megamenu-popup__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #ECECEC; }
    /* line 13, _megamenu-popup.scss */
    .megamenu-popup__header--span {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: #000000; }
    /* line 21, _megamenu-popup.scss */
    .megamenu-popup__header--close {
      display: flex;
      justify-content: center;
      align-items: center; }
  /* line 28, _megamenu-popup.scss */
  .megamenu-popup__parents {
    padding: 0 16px; }
    /* line 31, _megamenu-popup.scss */
    .megamenu-popup__parents-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 37, _megamenu-popup.scss */
      .megamenu-popup__parents-list--item + .megamenu-popup__parents-list--item {
        border-top: 1px solid #ECECEC; }
      /* line 41, _megamenu-popup.scss */
      .megamenu-popup__parents-list--item-link {
        display: block;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        padding: 20px 0; }
        /* line 50, _megamenu-popup.scss */
        .megamenu-popup__parents-list--item-link:hover {
          opacity: .75; }
      /* line 55, _megamenu-popup.scss */
      .megamenu-popup__parents-list--item-children {
        transition: height 0.2s ease 0s;
        overflow: hidden;
        height: 0; }
        /* line 60, _megamenu-popup.scss */
        .megamenu-popup__parents-list--item-children ul {
          display: flex;
          flex-direction: column;
          list-style: none;
          margin: 0 0 24px;
          padding: 4px 0 0 16px; }
          /* line 67, _megamenu-popup.scss */
          .megamenu-popup__parents-list--item-children ul li {
            flex: 1; }
            /* line 70, _megamenu-popup.scss */
            .megamenu-popup__parents-list--item-children ul li a {
              display: block;
              font-style: normal;
              font-weight: normal;
              font-size: 13px;
              line-height: 100%;
              color: #000000;
              padding: 6px; }
              /* line 81, _megamenu-popup.scss */
              .megamenu-popup__parents-list--item-children ul li a:hover {
                opacity: .75; }
          /* line 87, _megamenu-popup.scss */
          .megamenu-popup__parents-list--item-children ul li + li {
            margin-top: 12px; }
  /* line 96, _megamenu-popup.scss */
  .megamenu-popup__bottom {
    background: #FAFAFA;
    padding: 24px 16px; }
    /* line 100, _megamenu-popup.scss */
    .megamenu-popup__bottom--list {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 107, _megamenu-popup.scss */
      .megamenu-popup__bottom--list li {
        flex: 1; }
        /* line 110, _megamenu-popup.scss */
        .megamenu-popup__bottom--list li a {
          display: block;
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 17px;
          color: #B0B0B0;
          padding: 6px; }
          /* line 119, _megamenu-popup.scss */
          .megamenu-popup__bottom--list li a:hover {
            opacity: .75; }
      /* line 125, _megamenu-popup.scss */
      .megamenu-popup__bottom--list li + li {
        margin-top: 12px; }

/* line 1, _banner.scss */
.bf-banner {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10001;
  background: #000; }
  /* line 10, _banner.scss */
  .bf-banner.active {
    display: block; }
  /* line 14, _banner.scss */
  .bf-banner__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 30px; }
    @media (max-width: 767px) {
      /* line 14, _banner.scss */
      .bf-banner__close {
        right: 20px; } }
    /* line 26, _banner.scss */
    .bf-banner__close svg {
      width: 18px;
      height: 18px; }
      @media (max-width: 600px) {
        /* line 26, _banner.scss */
        .bf-banner__close svg {
          width: 14px;
          height: 14px; } }
  /* line 37, _banner.scss */
  .bf-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px; }
    @media (max-width: 767px) {
      /* line 37, _banner.scss */
      .bf-banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 20px 20px; } }
    /* line 63, _banner.scss */
    .bf-banner__content--title {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0 20px 70px; }
      @media (max-width: 1100px) {
        /* line 63, _banner.scss */
        .bf-banner__content--title {
          padding: 20px 0 20px 20px; } }
      @media (max-width: 767px) {
        /* line 63, _banner.scss */
        .bf-banner__content--title {
          padding: 42px 0 0; } }
      /* line 81, _banner.scss */
      .bf-banner__content--title div {
        position: relative; }
      /* line 85, _banner.scss */
      .bf-banner__content--title span {
        display: block;
        font-style: normal;
        font-weight: 600;
        font-size: 46px;
        line-height: 46px;
        text-transform: uppercase;
        z-index: 1;
        color: #FFFFFF; }
        @media (max-width: 1100px) {
          /* line 85, _banner.scss */
          .bf-banner__content--title span {
            font-size: 42px;
            line-height: 42px; } }
        @media (max-width: 767px) {
          /* line 85, _banner.scss */
          .bf-banner__content--title span {
            font-size: 38px;
            line-height: 38px; } }
        @media (max-width: 767px) {
          /* line 85, _banner.scss */
          .bf-banner__content--title span {
            font-size: 30px;
            line-height: 30px; } }
        /* line 110, _banner.scss */
        .bf-banner__content--title span:nth-child(2) {
          position: absolute;
          top: 4px;
          left: 4px;
          bottom: -4px;
          right: -4px;
          color: #6e4782;
          z-index: -1;
          pointer-events: none; }
  /* line 124, _banner.scss */
  .bf-banner__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-42.06%, #9494C9), color-stop(65.89%, #6E4782));
    background: -webkit-linear-gradient(top, #9494C9 -42.06%, #6E4782 65.89%);
    background: -o-linear-gradient(top, #9494C9 -42.06%, #6E4782 65.89%);
    background: linear-gradient(180deg, #9494c9 -42.06%, #6e4782 65.89%);
    padding: 20px; }
    @media (max-width: 767px) {
      /* line 124, _banner.scss */
      .bf-banner__timer {
        -webkit-border-radius: 20px;
        border-radius: 20px;
        width: 100%; } }
    /* line 150, _banner.scss */
    .bf-banner__timer--blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 156, _banner.scss */
    .bf-banner__timer--block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 165, _banner.scss */
      .bf-banner__timer--block b {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.152px;
        color: #fff;
        text-align: center; }
        @media (max-width: 1023px) {
          /* line 165, _banner.scss */
          .bf-banner__timer--block b {
            font-size: 32px;
            line-height: 40px; } }
      /* line 180, _banner.scss */
      .bf-banner__timer--block span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.494px;
        text-transform: lowercase;
        text-align: center;
        color: #fff; }
        @media (max-width: 767px) {
          /* line 180, _banner.scss */
          .bf-banner__timer--block span {
            font-size: 14px;
            line-height: 17px; } }
  /* line 198, _banner.scss */
  .bf-banner__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 20px 70px 20px 0; }
    @media (max-width: 1100px) {
      /* line 198, _banner.scss */
      .bf-banner__form {
        padding: 20px 56px 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        /* line 218, _banner.scss */
        .bf-banner__form > * {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          width: 100%; } }
    @media (max-width: 767px) {
      /* line 198, _banner.scss */
      .bf-banner__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0; } }
    /* line 235, _banner.scss */
    .bf-banner__form--input {
      display: block;
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: #333333;
      padding: 12px 20px;
      border: 0;
      outline: none;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      /* line 251, _banner.scss */
      .bf-banner__form--input::-webkit-input-placeholder {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #9A9A9A; }
      /* line 258, _banner.scss */
      .bf-banner__form--input::-moz-placeholder {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #9A9A9A; }
      /* line 265, _banner.scss */
      .bf-banner__form--input::-ms-input-placeholder {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #9A9A9A; }
      /* line 272, _banner.scss */
      .bf-banner__form--input::placeholder {
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #9A9A9A; }
    /* line 280, _banner.scss */
    .bf-banner__form--btn {
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #fff;
      border: 0;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      outline: none;
      padding: 12px 18px;
      background: #6E4782; }
      /* line 294, _banner.scss */
      .bf-banner__form--btn:hover {
        opacity: .8;
        color: #fff; }

/* line 1, _order-success.scss */
.order-success {
  display: flex;
  flex-direction: column; }
  /* line 5, _order-success.scss */
  .order-success-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ECECEC;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto; }
    @media (max-width: 610px) {
      /* line 5, _order-success.scss */
      .order-success-block {
        max-width: 100%;
        padding: 40px 16px; } }
  /* line 20, _order-success.scss */
  .order-success__title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0; }
  /* line 27, _order-success.scss */
  .order-success__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 10px; }
  /* line 35, _order-success.scss */
  .order-success__button {
    margin-top: 16px; }
  /* line 39, _order-success.scss */
  .order-success__img {
    margin-bottom: 20px;
    max-width: 280px; }
  /* line 44, _order-success.scss */
  .order-success__content {
    display: flex;
    margin-top: 40px; }
    @media (max-width: 610px) {
      /* line 44, _order-success.scss */
      .order-success__content {
        flex-direction: column; } }
  /* line 52, _order-success.scss */
  .order-success__item {
    padding: 20px;
    text-align: left;
    background: #F5F5F5;
    border-radius: 4px;
    flex: 1; }
    /* line 59, _order-success.scss */
    .order-success__item + .order-success__item {
      margin-left: 20px; }
      @media (max-width: 610px) {
        /* line 59, _order-success.scss */
        .order-success__item + .order-success__item {
          margin-left: 0;
          margin-top: 20px; } }
    /* line 67, _order-success.scss */
    .order-success__item-title {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      max-width: 280px;
      margin: 0; }
    /* line 75, _order-success.scss */
    .order-success__item-subtitle {
      margin-top: 8px;
      margin-bottom: 24px;
      font-size: 12px;
      line-height: 17px;
      font-weight: normal; }
    /* line 83, _order-success.scss */
    .order-success__item-btn {
      width: 100%;
      padding: 12px 10px;
      border: 1px solid #6B6B9A;
      color: #6B6B9A;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      transition-duration: 0.3s;
      background: none; }
      /* line 94, _order-success.scss */
      .order-success__item-btn:hover {
        background: #6B6B9A;
        color: #fff; }
  /* line 101, _order-success.scss */
  .order-success__footer {
    padding-top: 40px;
    width: 100%; }
    /* line 105, _order-success.scss */
    .order-success__footer-block {
      display: flex;
      justify-content: space-between; }
      /* line 109, _order-success.scss */
      .order-success__footer-block span {
        display: flex; }
    /* line 114, _order-success.scss */
    .order-success__footer-btn {
      width: 10px;
      height: 10px;
      margin-left: 10px; }
  /* line 121, _order-success.scss */
  .order-success__number {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center; }
    /* line 128, _order-success.scss */
    .order-success__number svg {
      transition: all 0.2s ease 0s; }
    /* line 133, _order-success.scss */
    .order-success__number[aria-selected] svg {
      transform: rotate(180deg); }
  /* line 139, _order-success.scss */
  .order-success__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 auto; }
  /* line 146, _order-success.scss */
  .order-success__list {
    transition: all 0.2s ease 0s;
    overflow: hidden;
    height: 0;
    margin: 0 0 16px;
    padding: 0; }
    /* line 153, _order-success.scss */
    .order-success__list[aria-selected] {
      border-bottom: 1px solid #ECECEC;
      margin-top: 20px;
      margin-bottom: 24px; }
    /* line 159, _order-success.scss */
    .order-success__list-item {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-content: center;
      font-weight: normal;
      margin-bottom: 10px; }
    /* line 168, _order-success.scss */
    .order-success__list-title {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #888888; }
    /* line 176, _order-success.scss */
    .order-success__list-subtitle {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
    /* line 184, _order-success.scss */
    .order-success__list-composition {
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 500; }
  /* line 192, _order-success.scss */
  .order-success__status-btn {
    line-height: 15px;
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 2px; }
    @media (max-width: 375px) {
      /* line 192, _order-success.scss */
      .order-success__status-btn {
        padding: 2px;
        font-size: 10px; } }
    /* line 203, _order-success.scss */
    .order-success__status-btn + .order-success__status-btn {
      margin-left: 5px; }
  /* line 210, _order-success.scss */
  .order-success__social-text {
    margin-right: 8px;
    font-size: 12px; }
    @media (max-width: 375px) {
      /* line 210, _order-success.scss */
      .order-success__social-text {
        margin-right: 4px; } }
  /* line 218, _order-success.scss */
  .order-success__social-icon {
    display: flex;
    align-items: center; }
  /* line 223, _order-success.scss */
  .order-success__social-icon:last-child {
    margin-left: 5px; }
  /* line 228, _order-success.scss */
  .order-success__social, .order-success__status {
    display: flex;
    align-items: center;
    align-content: center; }

/* line 1, _index-banner.scss */
.index-banner {
  padding: 0 70px;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    /* line 1, _index-banner.scss */
    .index-banner {
      padding: 0 20px; } }
  /* line 9, _index-banner.scss */
  .index-banner__grid {
    display: grid;
    gap: 12px;
    grid-auto-rows: 1fr;
    height: calc(1 * (100vh - 101px) / 2);
    min-height: calc(220px * 2 + 12px);
    max-height: 600px; }
    @media (max-width: 1280px) {
      /* line 9, _index-banner.scss */
      .index-banner__grid {
        min-height: calc(180px * 3 + 12px);
        max-height: 100%;
        height: 100%;
        grid-auto-rows: unset; } }
    /* line 28, _index-banner.scss */
    .index-banner__grid--left {
      grid-column: 1 / 8; }
      @media (max-width: 1280px) {
        /* line 28, _index-banner.scss */
        .index-banner__grid--left {
          grid-column: 1 / 12;
          grid-row: unset;
          min-height: 380px; } }
      @media (min-width: 1025px) {
        /* line 28, _index-banner.scss */
        .index-banner__grid--left {
          height: 100%; } }
      @media (max-width: 1024px) {
        /* line 28, _index-banner.scss */
        .index-banner__grid--left {
          min-height: unset; } }
    /* line 46, _index-banner.scss */
    .index-banner__grid--right {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      gap: 12px;
      grid-column: 8 / 12; }
      @media (max-width: 1280px) {
        /* line 46, _index-banner.scss */
        .index-banner__grid--right {
          flex-direction: row;
          grid-row: unset;
          min-height: 180px;
          grid-column: 1 / 12; } }
      @media (max-width: 768px) {
        /* line 46, _index-banner.scss */
        .index-banner__grid--right {
          display: grid;
          grid-template-columns: 1fr;
          grid-template-rows: 1fr 1fr;
          min-height: unset; } }
  /* line 72, _index-banner.scss */
  .index-banner__item--first {
    position: relative;
    height: 100%; }
    @media (max-width: 768px) {
      /* line 72, _index-banner.scss */
      .index-banner__item--first {
        margin-bottom: 28px;
        height: unset; } }
    /* line 81, _index-banner.scss */
    .index-banner__item--first-background {
      background: var(--background-image);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left center;
      z-index: -1;
      width: 100%;
      height: 100%; }
      @media (min-width: 769px) {
        /* line 81, _index-banner.scss */
        .index-banner__item--first-background {
          position: absolute;
          top: 0;
          left: 0; } }
      @media (max-width: 768px) {
        /* line 81, _index-banner.scss */
        .index-banner__item--first-background {
          background: var(--background-image);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: right center;
          width: 100vw;
          height: 240px;
          margin: 0 -20px; } }
    /* line 107, _index-banner.scss */
    .index-banner__item--first-content {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      z-index: 10;
      padding: 0 50px; }
      @media (max-width: 768px) {
        /* line 107, _index-banner.scss */
        .index-banner__item--first-content {
          align-items: center;
          text-align: center;
          padding: 0;
          margin-top: 24px; } }
      /* line 123, _index-banner.scss */
      .index-banner__item--first-content h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase;
        color: #333333;
        margin: 0 0 15px;
        max-width: 360px; }
        @media (max-width: 768px) {
          /* line 123, _index-banner.scss */
          .index-banner__item--first-content h1 {
            font-size: 24px;
            line-height: 32px;
            max-width: 100%;
            margin: 0 0 12px; } }
      /* line 144, _index-banner.scss */
      .index-banner__item--first-content h2 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: rgba(51, 51, 51, 0.8);
        margin: 0 0 40px;
        max-width: 360px; }
        @media (max-width: 768px) {
          /* line 144, _index-banner.scss */
          .index-banner__item--first-content h2 {
            max-width: 100%;
            margin: 0 0 24px; } }
      @media (max-width: 450px) {
        /* line 160, _index-banner.scss */
        .index-banner__item--first-content .button, .index-banner__item--first-content .editor #feedback_form #feedback_commit, .editor #feedback_form .index-banner__item--first-content #feedback_commit, .index-banner__item--first-content .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .index-banner__item--first-content .menu-marker--parent, .index-banner__item--first-content .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .index-banner__item--first-content .menu-marker--parent, .index-banner__item--first-content .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .index-banner__item--first-content .menu-marker--parent {
          max-width: 335px;
          width: 100%; } }
  /* line 169, _index-banner.scss */
  .index-banner__item--second, .index-banner__item--third {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    padding: 0 40px;
    background: var(--background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center; }
    /* line 183, _index-banner.scss */
    .index-banner__item--second:hover, .index-banner__item--third:hover {
      opacity: .75;
      color: #333333; }
    @media (max-width: 768px) {
      /* line 169, _index-banner.scss */
      .index-banner__item--second, .index-banner__item--third {
        padding: 0 20px;
        min-height: 136px; } }
    /* line 193, _index-banner.scss */
    .index-banner__item--second h3, .index-banner__item--third h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      text-transform: uppercase;
      color: #333333;
      margin: 0; }
      @media (max-width: 768px) {
        /* line 193, _index-banner.scss */
        .index-banner__item--second h3, .index-banner__item--third h3 {
          font-size: 20px;
          line-height: 26px; } }

/* line 2, _consult.scss */
.consult-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 50%;
  background: linear-gradient(138.81deg, #867ab8 15.51%, #ae69c9 30.59%, #5b9ace 86.13%);
  box-shadow: 0 5px 10px rgba(107, 107, 154, 0.53);
  cursor: pointer;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  transition: all 0.2s ease 0s; }
  /* line 21, _consult.scss */
  .consult-button:hover {
    box-shadow: 0 5px 10px rgba(107, 107, 154, 0.73); }
  @media (max-width: 800px) {
    /* line 2, _consult.scss */
    .consult-button {
      bottom: 60px;
      transition: none; } }
  @media (min-width: 768px) {
    /* line 30, _consult.scss */
    .consult-button:not([data-open]) {
      display: none; } }
  /* line 35, _consult.scss */
  .consult-button:not([data-open]) [data-consult-close] {
    display: none; }
  @media (max-width: 800px) {
    /* line 40, _consult.scss */
    .consult-button[data-open] {
      background: none;
      top: 20px;
      right: 18px;
      z-index: 10001;
      bottom: unset;
      width: 16px;
      height: 16px;
      box-shadow: none;
      border-radius: 0; }
      /* line 53, _consult.scss */
      .consult-button[data-open] svg path {
        stroke: #000; } }
  /* line 59, _consult.scss */
  .consult-button[data-open] [data-consult-open] {
    display: none; }
  /* line 63, _consult.scss */
  .consult-button[data-open] [data-consult-close] {
    display: block; }
/* line 69, _consult.scss */
.consult-popup {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 400;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(107, 107, 154, 0.24);
  max-width: 362px;
  padding: 30px; }
  @media (max-width: 800px) {
    /* line 69, _consult.scss */
    .consult-popup {
      bottom: 136px; } }
  @media (max-width: 800px) {
    /* line 69, _consult.scss */
    .consult-popup {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 10000;
      max-width: 100%; } }
  /* line 95, _consult.scss */
  .consult-popup:not([data-open]) {
    display: none; }
  /* line 99, _consult.scss */
  .consult-popup--h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 8px; }
  /* line 109, _consult.scss */
  .consult-popup--p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 30px; }
  /* line 119, _consult.scss */
  .consult-popup--input {
    border: 1px solid #C3C3C3;
    padding: 12px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    width: 100%;
    margin-bottom: 16px; }
    /* line 131, _consult.scss */
    .consult-popup--input::placeholder {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      color: #9A9A9A; }
  /* line 141, _consult.scss */
  .consult-popup--button {
    width: 100%;
    margin-bottom: 12px; }
    /* line 145, _consult.scss */
    .consult-popup--button:disabled {
      opacity: .75; }
  /* line 150, _consult.scss */
  .consult-popup--info {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #9A9A9A; }
    /* line 157, _consult.scss */
    .consult-popup--info a {
      text-decoration: underline;
      color: #9A9A9A; }
  /* line 163, _consult.scss */
  .consult-popup [data-feedback-form-recaptcha] {
    margin-bottom: 16px; }
    @media (max-width: 800px) {
      /* line 163, _consult.scss */
      .consult-popup [data-feedback-form-recaptcha] {
        transform: scale(0.86);
        transform-origin: left top; } }
  /* line 172, _consult.scss */
  .consult-popup--success {
    display: flex;
    flex-direction: column; }
    /* line 176, _consult.scss */
    .consult-popup--success:not([data-active]) {
      display: none; }
    /* line 180, _consult.scss */
    .consult-popup--success svg {
      max-width: 360px;
      max-height: 100%;
      margin: 0 auto; }

/* line 2, _find.scss */
.find__container {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto; }
/* line 9, _find.scss */
.find__header {
  padding: 100px 60px;
  background: var(--image) #F4F4F4;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    /* line 9, _find.scss */
    .find__header {
      padding: 60px 24px;
      background-position: bottom right; } }
  /* line 22, _find.scss */
  .find__header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 16px; }
    @media (max-width: 768px) {
      /* line 22, _find.scss */
      .find__header h1 {
        font-size: 24px;
        line-height: 32px;
        max-width: 100%;
        margin: 0 0 12px; } }
  /* line 41, _find.scss */
  .find__header h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(51, 51, 51, 0.8);
    margin: 0 0 36px; }
    @media (max-width: 768px) {
      /* line 41, _find.scss */
      .find__header h2 {
        max-width: 100%;
        margin: 0 0 24px; } }
  @media (max-width: 450px) {
    /* line 55, _find.scss */
    .find__header .button, .find__header .editor #feedback_form #feedback_commit, .editor #feedback_form .find__header #feedback_commit, .find__header .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .find__header .menu-marker--parent, .find__header .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .find__header .menu-marker--parent, .find__header .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .find__header .menu-marker--parent {
      max-width: 335px; } }
/* line 63, _find.scss */
.find .person-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #6B6C9A;
  margin: 0; }
  @media (max-width: 767px) {
    /* line 63, _find.scss */
    .find .person-title {
      font-size: 18px; } }
/* line 76, _find.scss */
.find .breadcrumbs {
  font-size: 14px;
  line-height: 17px; }
  /* line 80, _find.scss */
  .find .breadcrumbs .breadcrumbs-page, .find .breadcrumbs span {
    color: #9D9D9D; }
  /* line 84, _find.scss */
  .find .breadcrumbs .current {
    color: #6B6C9A; }
/* line 89, _find.scss */
.find__items {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  /* line 94, _find.scss */
  .find__items--item {
    display: flex;
    align-items: center;
    gap: 60px;
    border: 1px solid #ECECEC;
    padding: 60px; }
    @media (max-width: 767px) {
      /* line 94, _find.scss */
      .find__items--item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 16px; } }
    /* line 109, _find.scss */
    .find__items--item[data-show='false'] {
      display: none; }
    /* line 113, _find.scss */
    .find__items--item img {
      border-radius: 50%;
      max-width: 100%;
      max-height: 100%; }
    /* line 119, _find.scss */
    .find__items--item-left {
      flex: 0 0 auto; }
      @media (min-width: 768px) {
        /* line 119, _find.scss */
        .find__items--item-left {
          max-width: 200px; }
          /* line 124, _find.scss */
          .find__items--item-left .person-title {
            display: none; } }
      @media (max-width: 767px) {
        /* line 119, _find.scss */
        .find__items--item-left {
          display: flex;
          align-items: center;
          gap: 16px; }
          /* line 133, _find.scss */
          .find__items--item-left img {
            max-width: 80px; } }
    /* line 139, _find.scss */
    .find__items--item-right {
      display: flex;
      flex-direction: column; }
      /* line 143, _find.scss */
      .find__items--item-right .person-title {
        display: none; }
        @media (min-width: 768px) {
          /* line 143, _find.scss */
          .find__items--item-right .person-title {
            display: block;
            margin-bottom: 30px; } }
      /* line 152, _find.scss */
      .find__items--item-right ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        /* line 160, _find.scss */
        .find__items--item-right ul li {
          font-size: 14px;
          line-height: 17px; }
          /* line 165, _find.scss */
          .find__items--item-right ul li span:first-child {
            color: #6B6C9A; }
/* line 175, _find.scss */
.find .notFound {
  font-size: 18px;
  line-height: 22px;
  color: #9A6B84; }

/* line 1, _modal-find.scss */
.modal-find {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: auto;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(107, 108, 154, 0.55); }
  /* line 20, _modal-find.scss */
  .modal-find[data-open='true'] {
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  /* line 25, _modal-find.scss */
  .modal-find[data-open='true'] {
    visibility: visible;
    opacity: 1;
    pointer-events: unset; }
  /* line 31, _modal-find.scss */
  .modal-find-wrapper {
    background: #fff;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    margin: 1.75rem 0; }
    @media (max-width: 767px) {
      /* line 31, _modal-find.scss */
      .modal-find-wrapper {
        min-height: calc(100vh - 40px);
        max-width: 100%;
        border-radius: 0;
        padding: 24px;
        margin: 0; } }
  /* line 48, _modal-find.scss */
  .modal-find__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    display: flex; }
  /* line 64, _modal-find.scss */
  .modal-find__content {
    position: relative; }
    @media (max-width: 767px) {
      /* line 64, _modal-find.scss */
      .modal-find__content {
        margin-bottom: 60px; } }
  /* line 71, _modal-find.scss */
  .modal-find--city {
    display: flex;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 60px; }
    /* line 77, _modal-find.scss */
    .modal-find--city label {
      color: #B1B1B1; }
    /* line 81, _modal-find.scss */
    .modal-find--city select {
      border: 0;
      margin-left: 12px;
      color: #6B6C9A;
      cursor: pointer; }
  /* line 89, _modal-find.scss */
  .modal-find ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
    gap: 12px; }
    /* line 98, _modal-find.scss */
    .modal-find ul li label {
      font-size: 16px;
      line-height: 130%;
      letter-spacing: 0.36px;
      color: #554949;
      cursor: pointer; }
    /* line 108, _modal-find.scss */
    .modal-find ul li input[type='checkbox'] {
      display: none; }
      /* line 111, _modal-find.scss */
      .modal-find ul li input[type='checkbox']:checked + label {
        color: #6B6C9A;
        text-decoration: underline; }

/* line 120, _modal-find.scss */
.overflow-hidden {
  overflow: hidden; }











