@charset "UTF-8";
body {
    margin: 0; }

article,
aside,
footer,
header,
nav,
section {
    display: block; }

h1 {
    font-size: 2em;
    margin: 0; }

figcaption,
figure,
main {
    display: block; }

figure {
    margin: 1em 40px; }

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    text-decoration: none;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Proxima Nova';
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
    display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none; }

/*!
 * bootstrap-grid 2.0.1
 * Copyright 2015-present, Santeri Hiltunen
 * Licensed under MIT (https://github.com/Hilzu/bootstrap-grid/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width; }

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

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

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table !important; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table !important; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !important; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }

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

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

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

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

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

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

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

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both; }

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

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

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

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

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

.col-xs-11 {
    width: 91.66666667%; }

.col-xs-10 {
    width: 83.33333333%; }

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

.col-xs-8 {
    width: 66.66666667%; }

.col-xs-7 {
    width: 58.33333333%; }

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

.col-xs-5 {
    width: 41.66666667%; }

.col-xs-4 {
    width: 33.33333333%; }

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

.col-xs-2 {
    width: 16.66666667%; }

.col-xs-1 {
    width: 8.33333333%; }

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

.col-xs-pull-11 {
    right: 91.66666667%; }

.col-xs-pull-10 {
    right: 83.33333333%; }

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

.col-xs-pull-8 {
    right: 66.66666667%; }

.col-xs-pull-7 {
    right: 58.33333333%; }

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

.col-xs-pull-5 {
    right: 41.66666667%; }

.col-xs-pull-4 {
    right: 33.33333333%; }

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

.col-xs-pull-2 {
    right: 16.66666667%; }

.col-xs-pull-1 {
    right: 8.33333333%; }

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

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

.col-xs-push-11 {
    left: 91.66666667%; }

.col-xs-push-10 {
    left: 83.33333333%; }

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

.col-xs-push-8 {
    left: 66.66666667%; }

.col-xs-push-7 {
    left: 58.33333333%; }

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

.col-xs-push-5 {
    left: 41.66666667%; }

.col-xs-push-4 {
    left: 33.33333333%; }

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

.col-xs-push-2 {
    left: 16.66666667%; }

.col-xs-push-1 {
    left: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-11 {
        width: 91.66666667%; }
    .col-sm-10 {
        width: 83.33333333%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-8 {
        width: 66.66666667%; }
    .col-sm-7 {
        width: 58.33333333%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-5 {
        width: 41.66666667%; }
    .col-lg-5 iframe {width: 350px; height: 206px;}
    .col-sm-4 {
        width: 33.33333333%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-2 {
        width: 16.66666667%; }
    .col-sm-1 {
        width: 8.33333333%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-pull-11 {
        right: 91.66666667%; }
    .col-sm-pull-10 {
        right: 83.33333333%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-8 {
        right: 66.66666667%; }
    .col-sm-pull-7 {
        right: 58.33333333%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-5 {
        right: 41.66666667%; }
    .col-sm-pull-4 {
        right: 33.33333333%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-2 {
        right: 16.66666667%; }
    .col-sm-pull-1 {
        right: 8.33333333%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-push-11 {
        left: 91.66666667%; }
    .col-sm-push-10 {
        left: 83.33333333%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-8 {
        left: 66.66666667%; }
    .col-sm-push-7 {
        left: 58.33333333%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-5 {
        left: 41.66666667%; }
    .col-sm-push-4 {
        left: 33.33333333%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-2 {
        left: 16.66666667%; }
    .col-sm-push-1 {
        left: 8.33333333%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-offset-12 {
        margin-left: 100%; }
    .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    .col-sm-offset-0 {
        margin-left: 0%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-12 {
        width: 100%; }
    .col-md-11 {
        width: 91.66666667%; }
    .col-md-10 {
        width: 83.33333333%; }
    .col-md-9 {
        width: 75%; }
    .col-md-8 {
        width: 66.66666667%; }
    .col-md-7 {
        width: 58.33333333%; }
    .col-md-6 {
        width: 50%; }
    .col-md-5 {
        width: 41.66666667%; }
    .col-lg-5 iframe {width: 400px; height: 235px;}
    .col-md-4 {
        width: 33.33333333%; }
    .col-md-3 {
        width: 25%; }
    .col-md-2 {
        width: 16.66666667%; }
    .col-md-1 {
        width: 8.33333333%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-pull-11 {
        right: 91.66666667%; }
    .col-md-pull-10 {
        right: 83.33333333%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-8 {
        right: 66.66666667%; }
    .col-md-pull-7 {
        right: 58.33333333%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-5 {
        right: 41.66666667%; }
    .col-md-pull-4 {
        right: 33.33333333%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-2 {
        right: 16.66666667%; }
    .col-md-pull-1 {
        right: 8.33333333%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-push-11 {
        left: 91.66666667%; }
    .col-md-push-10 {
        left: 83.33333333%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-8 {
        left: 66.66666667%; }
    .col-md-push-7 {
        left: 58.33333333%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-5 {
        left: 41.66666667%; }
    .col-md-push-4 {
        left: 33.33333333%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-2 {
        left: 16.66666667%; }
    .col-md-push-1 {
        left: 8.33333333%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-offset-12 {
        margin-left: 100%; }
    .col-md-offset-11 {
        margin-left: 91.66666667%; }
    .col-md-offset-10 {
        margin-left: 83.33333333%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-8 {
        margin-left: 66.66666667%; }
    .col-md-offset-7 {
        margin-left: 58.33333333%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-5 {
        margin-left: 41.66666667%; }
    .col-md-offset-4 {
        margin-left: 33.33333333%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-2 {
        margin-left: 16.66666667%; }
    .col-md-offset-1 {
        margin-left: 8.33333333%; }
    .col-md-offset-0 {
        margin-left: 0%; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-11 {
        width: 91.66666667%; }
    .col-lg-10 {
        width: 83.33333333%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-8 {
        width: 66.66666667%; }
    .col-lg-7 {
        width: 58.33333333%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-5 {
        width: 41.66666667%; }
    .col-lg-5 iframe {width: 400px; height: 235px;}
    .col-lg-4 {
        width: 33.33333333%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-2 {
        width: 16.66666667%; }
    .col-lg-1 {
        width: 8.33333333%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-pull-11 {
        right: 91.66666667%; }
    .col-lg-pull-10 {
        right: 83.33333333%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-8 {
        right: 66.66666667%; }
    .col-lg-pull-7 {
        right: 58.33333333%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-5 {
        right: 41.66666667%; }
    .col-lg-pull-4 {
        right: 33.33333333%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-2 {
        right: 16.66666667%; }
    .col-lg-pull-1 {
        right: 8.33333333%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-push-11 {
        left: 91.66666667%; }
    .col-lg-push-10 {
        left: 83.33333333%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-8 {
        left: 66.66666667%; }
    .col-lg-push-7 {
        left: 58.33333333%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-5 {
        left: 41.66666667%; }
    .col-lg-push-4 {
        left: 33.33333333%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-2 {
        left: 16.66666667%; }
    .col-lg-push-1 {
        left: 8.33333333%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-offset-12 {
        margin-left: 100%; }
    .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    .col-lg-offset-0 {
        margin-left: 0%; } }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track,
.slick-list {
    height: 100% !important; }

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "вЖР"; }
[dir="rtl"] .slick-prev:before {
    content: "вЖТ"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "вЖТ"; }
[dir="rtl"] .slick-next:before {
    content: "вЖР"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    background-color: #FFFFFF; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 20px;
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.slick-dots li.slick-active button:before {
    background-color: #FFFFFF; }

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    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;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    background: #e2e2e2;
    /* Fix 401 */ }

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

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0; }

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

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

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

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

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 9px; }

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    left: -6px;
    top: -4px; }

.noUi-vertical {
    width: 18px; }

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }

/* Styling;
 */
.noUi-target {
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.noUi-connect {
    background: #3a54d6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
    cursor: ns-resize; }

.noUi-handle {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px; }

.noUi-vertical .noUi-handle:after {
    top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8; }

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

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.noUi-pips {
    position: absolute;
    color: #999; }

/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center; }

.noUi-value-sub {
    color: #ccc;
    font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC; }

.noUi-marker-sub {
    background: #AAA; }

.noUi-marker-large {
    background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%; }

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%; }

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
    width: 15px; }

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%; }

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%; }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */ }
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left;
    margin-left: -20px; }

.ss-content {
    height: 100%;
    width: 100%;
    position: relative;
    right: -20px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.ss-scroll {
    position: relative;
    background: #3a54d6;
    width: 9px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }

.ss-hidden {
    display: none; }

.ss-container:hover .ss-scroll {
    opacity: 1; }

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 28, 2017 6:13 PM */
@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Semibold.eot");
    src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Extrabld.eot");
    src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
    font-weight: 800;
    font-style: normal; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body {
    position: relative;
    min-width: 320px;
    overflow-x: hidden; }

body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    -webkit-text-size-adjust: 100%; }

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; }
.page__content {
    padding-top: 110px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main.container {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
    margin-top: -75px;
    background: #FFFFFF;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 0;
    padding-left: 0;
    padding-right: 0; }

.no-padding {
    padding: 0; }

p {
    line-height: 1.5em; }

.icon {
    width: 20px;
    height: 20px; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: inherit; }

.row--2 {
    margin: 0;
    max-width: 100%; }

.section {
    margin-top: 30px; }

@media screen and (max-width: 1200px) {
    .main.container {
        width: 100%; } }

@media screen and (max-width: 768px) {
    #search_mobile {display: block !important;}

    #search_mobile input {width: 100%;
        padding: 5px;
        font-size: 24px;
        outline: none;
        border: none;
        background: #FFF;
        color: #000;
        text-align: left;
        margin-bottom: 11px;}

    .page__content {
        padding-top: 75px; } }

@media screen and (max-width: 480px) {
    .main.container {
        max-width: 100%; } }

.semi {
    font-weight: 600; }

.lighter {
    color: #a6a6a6; }

.yellow {
    color: #feb312; }

.important {
    color: #ff0000; }

.p {
    margin: 20px 0; }

.link {
    font-size: 14px;
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.link:visited, .link:hover {
    color: #111111;
    border-color: #999999; }

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }

.header__top {
    background: #222222; }

.header__top-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.header__container {
    position: relative;
    padding: 0; }

.header__bottom {
    background-color: #000000; }

.header__item {
    position: relative;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s; }

.header__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }

.header__item--search {
    position: relative;
    background: #000000;
    z-index: 11; }

.header__item--search-field {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    background: #000000;
    color: #FFFFFF;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    width: -webkit-calc(100% - 8.33333333% + 1px);
    width: calc(100% - 8.33333333% + 1px); }

.header__item--search-field.opened {
    visibility: visible; }

.header__item--clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.header__item--clickable:hover {
    background: #3a54d6; }

.header__item--active {
    background: #3a54d6; }

.header__catalog {
    position: relative;
    display: none; }

@media screen and (max-width: 1200px) {
    .header__container {
        width: 100%;
        padding: 0; }
    .header__container--top {
        padding: 0 15px; }
    .header__item:first-child {
        border: none; }
    .header__catalog {
        max-width: 100%;
        width: 100%; } }

@media screen and (max-width: 768px) {
    .header__top-content,
    .header__item--phone,
    .header__item--search,
    .header__item--search-field {
        display: none; } }

@media screen and (max-width: 480px) {
    .header__item--cart {
        position: inherit; } }

.subscription {
    padding-top: 75px;
    height: 455px;
    margin-top: -75px;
    background: url("../img/subscription-bg.png"); }

.subscription__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }

.footer {
    background: #222222;
    padding: 40px 0; }

.footer p {
    font-size: 12px;
    color: #555555; }

.footer__container {
    width: 100%;
    max-width: 1200px; }

.footer__about-menu {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    color: #555555;}

.footer__about-menu-item {
    color: #888888;
    margin-right: 20px;
    font-size: 12px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-bottom: 10px; }
.footer__about-menu-item:last-child {
    margin-right: 0; }

.footer__about-menu-item:hover {
    color: #FFFFFF; }

.footer__about-menu_copy {
    margin-top: 15px;
    font-size: 12px;
    color: #555555;}
.footer__about-menu_copy a {color: #888888;}

.footer__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.footer__menu {
    margin-left: 30px; }
.footer__menu:first-child {
    margin-left: 0; }

.footer__menu-title {
    font-family: "Oswald", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 25px; }

.footer__menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.footer__menu-item {
    font-size: 14px;
    color: #888888;
    margin-bottom: 16px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.footer__menu-item:hover {
    color: #FFFFFF; }

.footer__info {
    text-align: right; }

.footer__info-phone {
    font-size: 25px;
    color: #FFFFFF; }

.footer__info-text {
    color: #555555;
    margin: 10px 0; }
.footer__info-text p {
    margin: 0; }

.footer__payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.footer__payment img {
    width: 266px; }
.footer__payment img:first-child {
    margin-left: 0; }

@media screen and (max-width: 992px) {
    .footer__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
        text-align: left; }
    .footer__info-payment {
        text-align: right; } }

@media screen and (max-width: 768px) {
    .footer__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .footer--about {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px; }
    .footer--menus {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .footer--info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }

@media screen and (max-width: 768px) and (max-width: 480px) {
    .footer__about {
        text-align: center; }
    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
    .footer__info-payment {
        text-align: center; }
    .footer__payment {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .footer__info-payment {
        margin-top: 30px; } }

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    pointer-events: none; }
.modal--visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
.modal--big .modal__content {
    max-width: 600px; }
.modal--biggest .modal__content {
    max-width: 800px; }
.modal--medium .modal__content {
    max-width: 530px;
    padding: 40px 70px; }
.modal--np .modal__content {
    padding: 10px; }

.modal__content {
    padding: 20px 30px;
    background: #ffffff;
    width: 100%;
    max-width: 350px;
    max-height: -webkit-calc(100vh - 30px);
    max-height: calc(100vh - 30px);
    overflow-y: auto; }

.modal__title {
    font-weight: 600;
    font-size: 24px;
    text-align: center; }

.modal__item:not(:first-child) {
    margin-top: 20px; }

.modal__cities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.modal__cities a {
    font-size: 14px;
    color: #111111;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.modal__cities a:hover {
    color: #000000;
    border-bottom: 1px solid transparent; }

.modal__input {
    border: 1px solid #e6e6e6;
    color: #111111;
    font-size: 14px;
    padding: 10px 15px;
    outline: none;
    width: 100%;
    -webkit-appearance: none; }

.modal__addition {
    font-size: 14px;
    text-align: center; }
.modal__addition strong {
    font-weight: 600; }
.modal__addition a {
    color: #27a6ff;
    border-bottom: 1px solid #27a6ff;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.modal__addition a:hover {
    color: #3a54d6;
    border-bottom: 1px solid transparent; }

.modal__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px; }

@media screen and (max-width: 768px) {
    .modal--medium .modal__content {
        padding: 20px 30px; } }

@media screen and (max-width: 480px) {
    .modal__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .modal__buttons .button:not(:first-child) {
        margin-top: 10px; } }

.slider-arrow {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.1); }
.slider-arrow--dark {
    border: 2px solid #e6e6e6; }
.slider-arrow--dark:hover {
    background-color: #e6e6e6; }
.slider-arrow--dark .slider-arrow__icon {
    fill: #333333; }

.slider-arrow__icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8px;
    height: 15px;
    fill: #FFFFFF; }

.button {
    position: relative;
    display: inline-block;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #3a54d6;
    padding: 10px 30px;
    color: #FFFFFF;
    line-height: 1.3em;
    outline: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center; }
.button__icon {
    margin-right: 5px;
    fill: #FFFFFF;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.button__add {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }
.button__add-text {
    font-size: 12px;
    color: #adadad;
    max-width: 120px;
    margin-bottom: 5px;
    font-weight: 400; }
.button__add-icon {
    fill: #adadad;
    margin-bottom: 5px; }
.button:hover {
    background: #FFFFFF;
    border-color: #3a54d6;
    color: #3a54d6; }
.button:hover .button__icon {
    fill: #3a54d6; }
.button--yellow {
    background: #feb312; }
.button--yellow:hover {
    border-color: #feb312;
    color: #feb312; }
.button--white {
    background: #FFFFFF;
    color: #111111;
    font-weight: 600;
    font-size: 16px; }
.button--white:hover {
    background: #FFFFFF; }
.button--icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.button--white-2 {
    padding: 10px 18px;
    background: #FFFFFF;
    color: #3a54d6;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
.button--white-2 .button__icon {
    margin-left: 10px;
    fill: #3a54d6;
    width: 12px;
    height: 12px; }
.button--bs-2 {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2); }
.button--bs {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    color: #111111; }
.button--bs:hover {
    border-color: transparent;
    background: #FFFFFF;
    color: #3a54d6;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2); }
.button--bs:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }
.button--modal {
    padding: 10px 15px;
    min-width: 75px;
    text-align: center; }
.button--min {
    padding: 5px 15px; }
.button--inverse {
    background: transparent;
    color: #111111;
    border: 1px solid #e6e6e6; }
.button--inverse span {
    border-bottom: 1px solid #111111;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.button--inverse:hover {
    background: #e6e6e6;
    border: 1px solid #e6e6e6; }
.button--inverse:hover span {
    border-bottom: 1px solid transparent; }

.button--link {
    background: transparent;
    border-bottom: 1px solid #e6e6e6;
    color: #e6e6e6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
    margin: 0 5px; }
.button--link:hover {
    background: transparent;
    color: #111111;
    border-color: transparent;
    border-bottom: 1px solid #111111; }

.button--transparent {
    background: transparent;
    color: #111111;
    border-color: #111111; }
.button--transparent:hover {
    background: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 992px) {
    .button__add {
        display: none; } }

@media screen and (max-width: 480px) {
    .button {
        min-width: 120px;
        padding: 10px 15px; } }

.up {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3a54d6;
    fill: #FFFFFF;
    z-index: 100;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    opacity: 0;
    visibility: hidden; }
.up--visible {
    opacity: 1;
    visibility: visible; }

.tabs__tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    height: 75px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #888888;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #f7f7f7;
    cursor: pointer;
    font-weight: 700;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.tabs__tab--active {
    background: #3a54d6;
    color: #FFFFFF;
    border-color: #3a54d6; }
.tabs__tab-label {
    position: relative;
    top: -1px;
    display: inline-block;
    padding: 4px 5px;
    background: #feb312;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    margin-left: 10px; }

.tabs-contents__content {
    display: none;
    position: relative;
    width: 100%; }
.tabs-contents__content--active {
    display: block; }

.input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #d8d8d8;
    outline: none;
    color: #a6a6a6;
    line-height: 1.3em;
    -webkit-appearance: none; }

.input--form {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #111111;
    -webkit-transition: border-color 0.35s;
    -o-transition: border-color 0.35s;
    transition: border-color 0.35s;
    width: 100%;
    font-size: 14px; }
.input--form:focus {
    border-color: #999999; }
.input--form:read-only {
    background-color: #e4e4e4;  }
.label {
    background: #111111;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 4px; }

.close {
    position: relative;
    width: 35px;
    height: 35px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.close:hover {
    background: #e6e6e6; }
.close:after, .close:before {
    position: absolute;
    content: '';
    top: 16px;
    left: 12px;
    width: 10px;
    height: 2px;
    background: #222222; }
.close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.select-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    width: 100%; }
.select-wrap--blog .select {
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-transform: uppercase;
    font-weight: 600; }
.select-wrap--blog .select-styled {
    padding: 10px;
    padding-right: 30px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.select-wrap--blog .select-styled:after {
    top: 24px;
    right: 15px; }
.select-wrap--blog .select-options {
    padding: 10px;
    text-align: center; }

.select-wrap__label {
    margin-right: 10px;
    font-weight: 700; }

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #111111;
    width: 180px;
    height: 32px; }

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #bbbbbb transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.select-styled:hover {
    background-color: transparent; }
.select-styled:hover:after {
    border-color: #3a54d6 transparent transparent transparent; }
.select-styled:active, .select-styled.active {
    background-color: transparent; }
.select-styled:active:after, .select-styled.active:after {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    border-color: transparent transparent #bbbbbb transparent; }

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF; }
.select-options li {
    margin: 0;
    padding: 8px;
    border-top: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.select-options li:hover {
    color: #FFFFFF;
    background: #3a54d6; }
.select-options li[rel="hide"] {
    display: none; }

.select-wrap--form .select {
    padding: 10px 20px;
    outline: none;
    color: #111111;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    height: 38px; }

.select-wrap--form .select-styled {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px 20px;
    color: #6a6a6a; }
.select-wrap--form .select-styled:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    right: 30px;
    top: 0;
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s; }
.select-wrap--form .select-styled.active {
    border-color: #999999; }
.select-wrap--form .select-styled.active:before {
    background: #999999; }

.select-wrap--form .select-options {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px); }
.select-wrap--form .select-options li {
    padding: 10px; }
.select-wrap--form .select-options li:first-child {
    display: none; }
.select-wrap--form .select-options li:nth-child(2) {
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
.select-wrap--form .select-options li:last-child {
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }

.checkbox__input {
    display: none; }
.checkbox__input:checked + .checkbox__label .checkbox__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.checkbox__input[type="radio"]:checked + label > .checkbox__name {
    color: #999999; }

.checkbox__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

.checkbox__box {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d8d8d8; }

.checkbox__icon {
    width: 10px;
    height: 10px;
    fill: #3a54d6;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

.checkbox__name {
    padding: 0 5px;
    word-break: break-word;
    font-size: 14px;
    -webkit-transition: color 0.35s;
    -o-transition: color 0.35s;
    transition: color 0.35s; }

.checkbox--big .checkbox__box {
    border-color: #999999; }

.checkbox--big .checkbox__name {
    font-size: 18px;
    padding: 0 0 0 8px;
    font-weight: 600; }

@media screen and (max-width: 768px) {
    .checkbox--big .checkbox__name {
        font-size: 16px; } }

.color {
    display: inline-block; }
.color__input {
    display: none; }
.color__input:checked + .color__label .color__icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.color__label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
.color__box {
    background: #FFFFFF;
    width: 35px;
    height: 35px;
    min-width: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent; }
.color__icon-checked, .color__icon-unchecked {
    width: 15px;
    height: 15px;
    fill: #FFFFFF;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
.color__icon-unchecked {
    display: none; }
.color--light .color__box {
    border: 1px solid #d8d8d8; }
.color--light .color__icon-checked,
.color--light .color__icon-unchecked {
    fill: #111111; }

@media screen and (min-width: 1200px) {
    .color__input:checked + .color__label:hover .color__icon-checked {
        display: none; }
    .color__input:checked + .color__label:hover .color__icon-unchecked {
        display: block;
        opacity: 1; }
    .color__label:hover .color__icon-checked {
        opacity: 1; } }

.title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.count {
    padding: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    min-width: 65px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.count:hover {
    border-color: #111111; }
.count__input {
    display: none; }
.count__control, .count__icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px; }
.count__icon {
    width: 10px;
    height: 10px;
    padding: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    fill: #b1b1b1;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.count__icon:hover {
    fill: #3a54d6; }

.form-group {
    padding: 10px 0; }

.form-inner-group {
    margin: 10px 0; }

.form-info {
    font-size: 14px; }

.form-link {
    font-size: 14px;
    border-bottom: 1px solid #3a54d6;
    color: #3a54d6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.form-link:hover {
    border-color: #111111;
    color: #111111; }

.form-or {
    text-align: center;
    font-size: 12px;
    font-weight: 600; }

.form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.form-double {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.form-double > * {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }

.form-group-input-btn {
    max-width: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.form-group-input-btn > input {
    margin-right: 15px; }

.form-require {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.form-require > * {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px); }
.form-require > *:nth-child(1) {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
.form-require > *:nth-child(2) {
    width: 20px; }
.form-require-star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.tooltip-trigger {
    cursor: pointer; }

.tooltip {
    background: #27a6ff !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #27a6ff !important;
    font-size: 14px;
    max-width: 200px;
    color: #FFFFFF; }
.tooltip:after {
    content: '';
    position: absolute;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    bottom: -10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #27a6ff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

.subscription-form {
    max-width: 750px;
    text-align: center; }

.subscription-form__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.subscription-form__subtitle {
    color: #888888;
    margin-bottom: 30px;
    line-height: 1.5em; }

.subscription-form__form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px; }

.subscription-form__form input {
    border: none;
    padding: 20px 50px 20px 30px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 14px;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.subscription-form__form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.subscription-form__form button {
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 10px;
    outline: none;
    top: 0;
    padding: 17px; }

.subscription-form__form button:hover .subscription-form__icon {
    fill: #3a54d6; }

.subscription-form__icon {
    font-size: 20px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.auth-form {
    max-width: 430px;
    margin: auto; }
.auth-form__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px; }
.auth-form__title:not(:first-child) {
    margin-top: 30px; }

@media screen and (max-width: 768px) {
    .auth-form {
        padding: 20px 15px; } }

.form-order__top {
    max-width: 570px;
    padding-left: 70px;
    padding-right: 70px; }

.form-order__bottom {
    padding-left: 70px;
    padding-right: 70px; }

.form-order__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px; }

.form-order__buyer {
    font-size: 14px; }

.form-order__total {
    font-size: 18px;
    padding: 20px 70px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

@media screen and (max-width: 768px) {
    .form-order__top, .form-order__bottom, .form-order__total {
        padding-left: 15px;
        padding-right: 15px; } }

.registration {
    max-width: 800px;
    margin: auto; }
.registration__title {
    font-size: 24px;
    font-weight: 600; }
.registration__content {
    font-size: 14px; }
.registration__form input {
    max-width: 450px; }
.registration__capcha {
    height: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

@media screen and (max-width: 768px) {
    .registration {
        padding: 20px 15px; } }

.form-one__title, .form-ifound__title {
    font-size: 20px;
    font-weight: 600; }

.form-one p, .form-ifound p {
    margin: 0;
    font-size: 14px; }

.menu {
    position: relative; }

.menu__item {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px 5px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.menu__item:last-child {
    margin: 0; }

.menu__item:hover {
    background: #3a54d6; }

.auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.auth__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #FFFFFF;
    padding: 2px 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.auth__nav {
    font-size: 13px;
    color: #FFFFFF;
    padding: 2px 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.auth__nav--active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.auth__nav--active .auth__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.auth__element:not(.auth__element--divider):not(.auth__element--lk):hover,
.auth__nav:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.auth__element--lk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }

.auth__icon {
    width: 10px;
    height: 10px;
    fill: #FFFFFF;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.catalog-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.catalog-btn__hamburger {
    position: relative;
    height: 16px;
    width: 20px;
    margin-right: 15px;
    overflow: hidden; }

.catalog-btn__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.catalog-btn__hamburger--active span:nth-child(1) {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.catalog-btn__hamburger--active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.catalog-btn__hamburger--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px); }

.catalog-btn__hamburger span:nth-child(1) {
    top: 0; }

.catalog-btn__hamburger span:nth-child(2) {
    top: 7px; }

.catalog-btn__hamburger span:nth-child(3) {
    top: 14px; }

.catalog-btn__text {
    color: #FFFFFF;
    font-weight: 600; }

@media screen and (max-width: 1200px) {
    .catalog-btn__hamburger {
        margin-right: 0; }
    .catalog-btn__text {
        display: none; } }

.information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.information__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #FFFFFF; }

.information__content {
    margin-left: 10px; }

.information__title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600; }

.information__describe {
    color: #FFFFFF;
    font-size: 12px;
    color: #999999; }

@media screen and (max-width: 1200px) {
    .information:not(.information--location) .information__content {
        display: none; } }

@media screen and (max-width: 768px) {
    .information__content {
        display: none; } }

.cart-btn {
    position: relative; }

.cart-btn__count {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #27a6ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    padding: 4px 0;
    color: #FFFFFF; }

.cart-btn__icon {
    font-size: 26px;
    fill: #FFFFFF; }

.search-btn__icon {
    fill: #FFFFFF;
    width: 22px;
    height: 22px; }

.search {
    width: 100%; }
.search__input {
    width: 100%;
    padding: 10px;
    font-size: 24px;
    outline: none;
    border: none;
    background: none;
    color: #FFFFFF;
    text-align: left; }

.catalog {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    max-width: 781px;
    background-color: #3a54d6;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px;
    overflow: auto; }

.catalog__category {
    padding: 0 30px; }
.catalog__category:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px dotted rgba(255, 255, 255, 0.4); }
.catalog__category:last-child:after {
    display: none; }

.catalog__category-title {
    display: block;
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 20px 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.catalog__category-title:first-child {
    margin-top: 0; }

.catalog__category-title:hover {
    color: #bdc7fc; }

.catalog__category-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.catalog__category-items .catalog__category-item:last-child {
    margin-bottom: 0; }

.catalog__category-item {
    color: #bdc7fc;
    font-size: 14px;
    margin-bottom: 3px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.catalog__category-item:hover {
    color: #FFFFFF; }

.catalog__discount-tag {
    display: inline-block;
    margin-left: 20px;
    font-family: 600;
    background: #feb312;
    color: white;
    font-size: 12px;
    padding: 4px 6px;
    line-height: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle; }

.catalog__category-section {
    display: inline-block;
    position: relative;
    color: white;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16.5px;
    letter-spacing: .07em;
    text-transform: uppercase; }
.catalog__category-section:last-child {
    margin-bottom: 0; }
.catalog__category-section:before {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: -20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6px' height='9px'%3E %3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,7.404 L3.192,4.194 L-0.000,0.985 L0.983,-0.001 L5.164,4.194 L0.983,8.389 L-0.000,7.404 Z'/%3E %3C/svg%3E");
    width: 6px;
    height: 9px;
    opacity: 0;
    -webkit-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
.catalog__category-section:hover:before, .catalog__category-section.active:before {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

.catalog__section {
    display: none; }
.catalog__section.visible {
    display: block; }

@media screen and (max-width: 1200px) {
    .catalog {
        left: 0; } }

@media screen and (max-width: 768px) {
    .catalog {
        padding: 15px; }
    .catalog .col-sm-8 {
        display: none; }
    .catalog__category {
        min-height: 0;
        padding: 0 15px; }
    .catalog__category-section {
        font-size: 14px; }
    .catalog__category-section:before {
        display: none; }
    .catalog__category:after {
        border: none; }
    .catalog__category-title {
        margin: 10px 0; }
    .catalog__category-title:first-child {
        margin-top: 10px; } }

.lk {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -webkit-calc(100% + 8px);
    top: calc(100% + 8px);
    min-width: 160px;
    right: 0;
    padding: 10px 20px;
    background: #FFFFFF;
    z-index: 10;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.lk--opened {
    visibility: visible;
    opacity: 1; }
.lk:after {
    content: '';
    position: absolute;
    right: 50px;
    width: 0;
    height: 0;
    top: -10px;
    border: 5px solid #FFFFFF;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }

.lk__item {
    font-size: 13px;
    color: #222222;
    padding: 3px 0;
    margin: 2px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.lk__item:hover {
    border-bottom: 1px solid #bbbbbb;
    color: #000000; }

.cart-popup-item {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
.cart-popup-item:not(:first-child) {
    border-top: none; }

.cart-popup-item__title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    line-height: 1.75em;
    color: #333333;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em; }
.cart-popup-item__title:hover {
    border-bottom: 1px solid #bbbbbb; }

.cart-popup-item__image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.cart-popup-item__description {
    font-size: 13px;
    margin-top: 10px; }

.cart-popup-item__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px; }
.cart-popup-item__price-old {
    color: #bbbbbb;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 10px; }
.cart-popup-item__price-new {
    color: #3a54d6;
    font-weight: 600;
    margin-right: 15px; }

.cart-popup-item__delete {
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.cart-popup-item__delete:hover {
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    color: #3a54d6; }

.logo__image {
    height: 45px; }

.we-social {
    color: #FFFFFF;
    text-align: center;
    padding: 50px 15px 30px 15px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.we-social--facebook {
    background: #2941b9; }
.we-social--facebook:hover {
    background: #3e55c8; }
.we-social--vk {
    background: #4c75a3; }
.we-social--vk:hover {
    background: #3b6391; }
.we-social--vimeo {
    background: #ff0000; }
.we-social--vimeo:hover {
    background: #BC0014; }
.we-social--instagram {
    background: #f6c96c; }
.we-social--instagram:hover {
    background: #e5b450; }
.we-social__name {
    font-size: 14px;
    text-transform: uppercase; }
.we-social__icon {
    fill: #FFFFFF;
    width: 23px;
    height: 23px; }
.we-social__subscribers {
    font-size: 12px;
    text-transform: uppercase; }
.we-social__number {
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    line-height: 1.3em;
    margin-top: 15px; }
.we-social__hash {
    margin-top: 35px;
    font-weight: 700; }

@media screen and (max-width: 480px) {
    .we-social {
        padding: 15px; } }

.service {
    position: relative;
    text-align: center;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
.service:hover .service__detail {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.service:last-child {
    border-right: none; }
.service__icon {
    width: 50px;
    height: 50px;
    fill: #445dd8; }
.service__title {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #3a54d6;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 1.5em; }
.service__subtitle {
    color: #888888;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.3em;
    max-height: 5.2em; }
.service__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.service__detail-text {
    font-size: 13px;
    color: #3a54d6;
    margin-right: 9px; }
.service__detail-icon {
    width: 12px;
    height: 12px;
    fill: #3a54d6; }

@media screen and (max-width: 992px) {
    .service:nth-child(2n) {
        border-right: none; } }

.blog-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 450px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    overflow: hidden; }
.blog-item:hover .blog-item__image {
    opacity: 0;
    margin-top: -115px; }
.blog-item:hover .blog-item__describe {
    height: 90px; }
.blog-item:last-child:not(:nth-child(2n + 1)) {
    border-right: none; }
.blog-item__image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 230px;
    width: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.blog-item__label {
    position: relative;
    display: inline-block;
    margin: -30px auto 30px;
    padding: 8px 15px;
    background: #3a54d6;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(58, 84, 214, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(58, 84, 214, 0.4);
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase; }
.blog-item__title {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #111111;
    font-size: 20px;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em; }
.blog-item__describe {
    position: relative;
    text-align: center;
    color: #888888;
    height: 0px;
    overflow: hidden;
    max-width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3em;
    max-height: 3.9em; }
.blog-item__date {
    margin-top: 30px;
    color: #bbbbbb;
    text-align: center; }

@media screen and (max-width: 992px) {
    .blog-item:not(:first-child):not(:nth-child(2)) {
        border-top: none; } }

.top-item {
    position: relative;
    width: 25%;
    height: 300px;
    display: block;
    outline: none;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-transition: -webkit-box-shadow 0.15s;
    transition: -webkit-box-shadow 0.15s;
    -o-transition: box-shadow 0.15s;
    transition: box-shadow 0.15s;
    transition: box-shadow 0.15s, -webkit-box-shadow 0.15s; }
.top-item:hover {
    -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.35); }
.top-item:hover .top-item__view {
    opacity: 1; }
.top-item__top {
    position: relative; }
.top-item__image {
    position: relative;
    width: 100%;
    height: 175px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
.top-item__image:after {
    content: '';
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/zoom.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.top-item__image:hover:after {
    opacity: 1; }
.top-item__view {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.top-item__content {
    height: -webkit-calc(100% - 175px);
    height: calc(100% - 175px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.top-item__content:after {
    content: "";
    display: table;
    clear: both; }
.top-item__title {
    font-family: "Oswald", sans-serif;
    color: #111111;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em; }
.top-item__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #3a54d6;
    font-weight: 600;
    margin-top: 5px; }
.top-item__price-old {
    margin-right: 10px;
    color: #bbbbbb;
    text-decoration: line-through; }
.top-item__label {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 4px 5px;
    background: #111111;
    font-weight: 600;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px; }
.top-item--big {
    width: 50%;
    height: 600px; }
.top-item--big .top-item__image {
    height: 480px; }
.top-item--big .top-item__content {
    height: -webkit-calc(100% - 480px);
    height: calc(100% - 480px); }
.top-item--min {
    width: 20%; }
.top-item--catalog {
    width: 33.33333333%; }
.top-item--catalog:nth-child(3n) {
    border-right: none; }
.top-item--catalog:not(.top-item--list):nth-last-child(-n+3) {
    border-bottom: none; }
.top-item--catalog.top-item--list:last-child {
    border-bottom: none; }
.top-item--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: 250px; }
.top-item--list .top-item__top {
    height: 100%;
    position: static;
    width: 50%; }
.top-item--list .top-item__content {
    height: auto;
    width: 50%; }
.top-item--list .top-item__image {
    height: 100%;
    width: 100%; }
.top-item--list .top-item__view {
    bottom: 15px;
    right: 15px; }

@media screen and (max-width: 1200px) {
    .top-item--catalog {
        width: 50%; }
    .top-item--catalog:nth-child(3n) {
        border-right: 1px solid #e6e6e6; }
    .top-item--catalog:nth-child(2n) {
        border-right: none; }
    .top-item--catalog:nth-last-child(-n+3) {
        border-bottom: 1px solid #e6e6e6; }
    .top-item--catalog:not(.top-item--list):nth-last-child(-n+2) {
        border-bottom: none; } }

@media screen and (max-width: 992px) {
    .top-item--min {
        width: 25%; } }

@media screen and (max-width: 768px) {
    .top-item {
        width: 50%; }
    .top-item--big {
        width: 50%;
        height: 300px; }
    .top-item--big .top-item__image {
        height: 175px; }
    .top-item--big .top-item__content {
        height: -webkit-calc(100% - 175px);
        height: calc(100% - 175px); }
    .top-item--list {
        height: 250px; } }

@media screen and (max-width: 480px) {
    .top-item {
        width: 100%; }
    .top-item__view {
        opacity: 1; }
    .top-item:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .top-item__image:after {
        opacity: 1; }
    .top-item--list {
        padding: 10px;
        height: 200px; }
    .top-item--list .top-item__content {
        padding: 0 0 15px 15px; }
    .top-item--catalog:nth-last-child(2) {
        border-bottom: 1px solid #e6e6e6; } }

.collection {
    position: relative;
    height: 370px;
    width: 33.333%;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: -webkit-background-size 0.15s linear;
    transition: -webkit-background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    transition: background-size 0.15s linear, -webkit-background-size 0.15s linear;
    margin-top: -370px; }
.collection--vertical {
    height: 740px;
    margin-top: -0px; }
.collection--horizontal {
    width: 66.666%;
    margin-top: 0; }
.collection:hover:before {
    background: rgba(0, 0, 0, 0.75); }
.collection:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.collection__label {
    position: relative;
    display: inline-block;
    padding: 4px 5px;
    background: #111111;
    font-weight: 600;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px; }
.collection__label--sale {
    background: #feb312; }
.collection__content {
    position: relative;
    color: #FFFFFF;
    max-width: 60%; }
.collection__brand {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    max-height: 2.6em; }
.collection__title {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em; }
.collection__button {
    position: relative; }

@media screen and (max-width: 992px) {
    .collection {
        margin-top: 0;
        width: 50%; }
    .collection--vertical {
        height: 370px; }
    .collection__content {
        max-width: 100%; } }

@media screen and (max-width: 480px) {
    .collection {
        width: 100%; } }

.review {
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.review:not(:first-child) {
    border-top: none; }
.review__image-wrap {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 300px;
    border-right: 1px solid #e6e6e6; }
.review__image-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 84, 214, 0.05);
    left: 0;
    top: 0;
    pointer-events: none; }
.review__image {
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 270px;
    outline: none; }
.review__content {
    position: relative;
    padding: 15px;
    height: 300px;
    overflow: hidden; }
.review__slides {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    height: 270px;
    position: relative; }
.review__item {
    height: 270px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: none; }
.review__text {
    margin-top: 40px;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 1.3em;
    max-height: 9.1em; }
.review__bottom {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 5px; }
.review__thing a {
    color: #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.review__thing a:hover {
    color: #999999;
    border-bottom: 1px solid transparent; }
.review__controls {
    position: relative;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 15px;
    padding-top: 15px; }
.review__control {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.review__control:hover {
    background: #e6e6e6; }
.review__control:hover .review__icon {
    fill: #FFFFFF; }
.review__control:not(:last-child) {
    border-right: none; }
.review__control:first-child {
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px; }
.review__control:last-child {
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0; }
.review__icon {
    fill: #e6e6e6;
    width: 13px;
    height: 13px;
    pointer-events: none; }

.review--style-2 .review__image-wrap:after {
    background-color: rgba(0, 0, 0, 0.05); }

.review--style-3 .review__image-wrap:after {
    background-color: rgba(254, 179, 18, 0.05); }

@media screen and (max-width: 768px) {
    .review__item, .review__controls, .review__slides, .review__content {
        height: auto; }
    .review__bottom {
        margin-top: 30px; } }

.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #111111;
    padding: 15px 0; }
.more:hover .more__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.more__text {
    font-weight: 600; }
.more__icon {
    fill: #3a54d6;
    margin-right: 10px;
    width: 25px;
    height: 20px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.breadcrumbs__link {
    position: relative;
    font-size: 13px;
    color: #FFFFFF;
    padding: 2px 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-right: 10px; }
.breadcrumbs__link:not(:last-child):after {
    content: '';
    width: 5px;
    height: 100%;
    background-image: url("../img/right-arrow.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: -7px; }
.breadcrumbs__link:last-child {
    margin-right: 0;
    cursor: default;
    color: #bbbbbb;
    pointer-events: none; }
.breadcrumbs__link:not(:last-child):hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.breadcrumbs--lighter .breadcrumbs__link {
    /*color: #afb9ec;*/
    font-size: 12px; }
/*.breadcrumbs--lighter .breadcrumbs__link:not(:last-child):after {*/
/*background-image: url("../img/right-arrow-2.svg"); }*/
/*.breadcrumbs--lighter .breadcrumbs__link:hover {*/
/*color: #FFFFFF; }*/

.text-collapse {
    position: relative;
    padding: 30px 15px;
    padding-bottom: 0;
    height: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px -55px 90px 0px white inset;
    box-shadow: 0px -55px 90px 0px white inset; }
.text-collapse:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px -55px 90px 0px white inset;
    box-shadow: 0px -55px 90px 0px white inset;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.text-collapse__content {
    font-size: 13px;
    line-height: 1.75em;
    color: #888888;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
.text-collapse__next {
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 0;
    color: #6a6a6a;
    z-index: 5; }
.text-collapse__next-text:before {
    content: attr(data-text-closed); }
.text-collapse__next-icon {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    font-size: 14px;
    fill: #6a6a6a;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.text-collapse__next:hover .text-collapse__next-icon {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
.text-collapse--opened {
    padding-bottom: 40px; }
.text-collapse--opened:after {
    opacity: 0;
    visibility: hidden; }
.text-collapse--opened .text-collapse__next-text:before {
    content: attr(data-text-opened); }
.text-collapse--opened .text-collapse__next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.text-collapse--opened .text-collapse__next:hover .text-collapse__next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-top: 3px; }

@media screen and (max-width: 480px) {
    .text-collapse {
        display: none; } }

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e6e6e6; }
.pagination__item {
    width: 9.0909%;
    font-weight: 700;
    color: #111111;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e6e6e6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.pagination__item:last-child {
    border-right: none; }
.pagination__item:not(.pagination__item--dots):hover, .pagination__item--active {
    background: #3a54d6;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 20px rgba(58, 84, 214, 0.55);
    box-shadow: 0px 5px 20px rgba(58, 84, 214, 0.55); }
.pagination__item--dots, .pagination__item--active {
    pointer-events: none;
    cursor: default; }
.pagination__item-icon {
    width: 10px;
    height: 10px;
    fill: #bbbbbb; }


.pagination--blogs .pagination__item {
    width: 14.2857143%; }
.pagination--blogs .pagination__item:last-child {
    border-right: 1px solid #e6e6e6; }


@media screen and (max-width: 768px) {
    .pagination__item {
        width: 12.5%; }

    .pagination__item--after-dots:nth-last-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

@media screen and (max-width: 480px) {
    .pagination__item {
        width: 14.28571%; }
}

.blockquote {
    position: relative;
    min-height: 170px;
    border: 1px solid #e6e6e6;
    margin: 25px 0 0; }
.blockquote__quote {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #3a54d6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(58, 84, 214, 0.4);
    box-shadow: 0px 5px 20px 0px rgba(58, 84, 214, 0.4); }
.blockquote__icon {
    width: 13px;
    height: 13px;
    fill: #FFFFFF; }
.blockquote__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 170px;
    padding: 35px 15px 10px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto; }
.blockquote__text {
    font-size: 18px;
    color: #444444; }
.blockquote__author {
    font-style: normal;
    text-transform: uppercase;
    color: #999999;
    font-size: 12px;
    padding-top: 30px; }

.tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.tags__text {
    text-transform: uppercase;
    font-size: 14px; }
.tags__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 30px; }
.tags__tag {
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    background: #d8d8d8;
    color: #111111;
    margin: 7px 7px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.tags__tag:hover {
    background: #3a54d6;
    color: #FFFFFF; }

@media screen and (max-width: 480px) {
    .tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .tags__tags {
        margin-left: 0px;
        margin-top: 15px; } }

.letter-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px; }
.letter-nav__item {
    font-size: 24px;
    padding: 7px;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #999999;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.letter-nav__item--active {
    color: #3a54d6; }

.letter-section {
    padding: 50px 30px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 20%; }
.letter-section:nth-child(5n) {
    border-right: none; }
.letter-section__letter {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #3a54d6;
    text-transform: uppercase;
    margin-bottom: 20px; }
.letter-section__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
.letter-section__item {
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 14px;
    color: #111111;
    border-bottom: 1px solid #999999;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.letter-section__item:hover {
    border-bottom: 1px solid transparent; }
.letter-section--no-title .letter-section__letter {
    opacity: 0; }
.letter-section--no-up .letter-section__item {
    text-transform: none; }

@media screen and (max-width: 992px) {
    .letter-section {
        width: 25%; }
    .letter-section:nth-child(5n) {
        border-right: 1px solid #e6e6e6; }
    .letter-section:nth-child(4n) {
        border-right: none; } }

@media screen and (max-width: 768px) {
    .letter-section {
        width: 100%;
        border-right: none;
        padding: 30px; }
    .letter-section:not(:first-child) {
        display: none; }
    .letter-section--no-title .letter-section__letter {
        display: none; } }

.gmap-wrap {
    position: relative; }
.gmap-wrap--min .gmap-map {
    height: 200px; }
.gmap-wrap--delivery .gmap-map {
    height: 600px; }
.gmap-wrap--delivery .gmap-overlay {
    display: none; }

.gmap-map {
    width: 100%;
    height: 420px; }

.gmap-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10; }

.slider-wrap {
    position: relative; }

.slider-main {
    padding: 0 75px; }
.slider-main__slide {
    outline: none;
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
.slider-nav__controls {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.slider-nav__left, .slider-nav__right {
    pointer-events: all; }

.slider-preview {
    padding: 0 75px;
    margin-top: 15px; }
.slider-preview__slide {
    cursor: pointer;
    outline: none;
    height: 90px;
    width: 100%;
    margin-right: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px solid transparent; }
.slider-preview .slick-current {
    border: 3px solid #feb312; }

@media screen and (max-width: 768px) {
    .slider-main {
        padding: 0; }
    .slider-main__slide {
        height: 250px; }
    .slider-preview {
        padding: 0; }
    .slider-nav {
        display: none; } }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.35s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: 0.35s cubic-bezier(0.8, 0, 0.2, 1);
    transition: 0.35s cubic-bezier(0.8, 0, 0.2, 1); }
.overlay--visible {
    opacity: 1;
    visibility: visible; }

.cart-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e6e6e6;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 260px; }
.cart-item__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px 15px; }
.cart-item__item--image {
    position: relative;
    width: 220px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-left: 70px; }
.cart-item__item--content {
    width: 40%; }
.cart-item__item--prices {
    width: 35%; }
.cart-item__item--action {
    width: 25%; }
.cart-item__image {
    width: 100%;
    height: 100%;
    min-height: 150px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
.cart-item__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 252px);
    width: calc(100% - 252px); }
.cart-item__content > *:not(:last-child) {
    margin-bottom: 10px; }
.cart-item__name {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    color: #333333;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    border-bottom: 1px solid transparent; }
.cart-item__name:hover {
    border-bottom: 1px solid #999999; }
.cart-item__size {
    font-weight: 600;
    margin-top: 10px; }
.cart-item__addresses {
    font-weight: 600; }
.cart-item__addresses li {
    font-weight: 400;
    font-size: 12px; }
.cart-item__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.cart-item__prices > *:not(:last-child) {
    margin-right: 10px; }
.cart-item__price-per-one {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #999999; }
.cart-item__price-total {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #3a54d6; }
.cart-item__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.cart-item__action:hover .cart-item__action-text {
    color: #3a54d6;
    border-bottom: 1px solid #3a54d6; }
.cart-item__action:hover .cart-item__action-icon {
    fill: #3a54d6; }
.cart-item__action-text {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    border-bottom: 1px solid transparent; }
.cart-item__action-icon {
    width: 8px;
    height: 8px;
    font-size: 14px;
    margin-left: 5px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.cart-item--mobile {
    display: none; }
.cart-item--order .cart-item__item--content {
    width: 50%; }
.cart-item--order .cart-item__item--prices {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px; }
.cart-item--order .cart-item__count {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600; }
.cart-item--order .cart-item__count span {
    font-size: 12px; }

@media screen and (max-width: 1200px) {
    .cart-item__item--image {
        margin-left: 0px; }
    .cart-item__item--content {
        width: 55%; }
    .cart-item__item--prices {
        width: 45%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .cart-item__item--action {
        position: absolute;
        right: 0;
        top: 0;
        width: auto; } }

@media screen and (max-width: 992px) {
    .cart-item__item--image {
        width: 150px; }
    .cart-item__details {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px); } }

@media screen and (max-width: 768px) {
    .cart-item-wrap:not(:last-child) {
        margin-bottom: 40px; }
    .cart-item {
        min-height: auto;
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px);
        border: 1px solid #e6e6e6;
        margin: 0 auto; }
    .cart-item__item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px; }
    .cart-item__item--image {
        width: 200px;
        border-left: none; }
    .cart-item__item--content {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .cart-item__item--prices {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .cart-item__item--action {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px solid #e6e6e6; }
    .cart-item__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px); }
    .cart-item--mobile {
        display: block;
        width: 100%;
        border: none; }
    .cart-item--mobile:not(:last-child) {
        margin-bottom: 30px; }
    .cart-item--mobile .cart-item__content {
        width: 100%; }
    .cart-item--mobile .cart-item__button {
        display: block;
        max-width: 220px;
        text-align: center;
        margin: auto;
        margin-top: 15px !important; }
    .cart-item--mobile .cart-item__item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .cart-item__content > *:not(:last-child) {
        margin-top: 0;
        margin-bottom: 0; }
    .cart-item--order .cart-item__item--content {
        width: 100%; }
    .cart-item--order .cart-item__item--prices {
        width: 100%;
        padding-right: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .cart-item:not(.cart-item--mobile) .cart-item__name {
        display: none; }
    .cart-item:not(.cart-item--mobile) .cart-item__addresses {
        display: none; } }

@media screen and (max-width: 480px) {
    .cart-item__item--image {
        width: 40%; }
    .cart-item__details {
        width: 60%; }
    .cart-item__prices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .cart-item__prices > *:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0; } }

.filter-bar {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
.filter-bar__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    border-right: 1px solid #e6e6e6; }
.filter-bar__item:last-child, .filter-bar__item:first-child {
    border-right: none; }
.filter-bar__item:nth-child(2) {
    border-left: 1px solid #e6e6e6; }
.filter-bar__title {
    font-size: 20px;
    font-weight: 600; }
.filter-bar__views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
.filter-bar__views-icon {
    width: 15px;
    height: 15px;
    fill: #bbbbbb;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.filter-bar__views-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 75px;
    border-right: 1px solid #e6e6e6; }
.filter-bar__views-view--active .filter-bar__views-icon, .filter-bar__views-view:hover .filter-bar__views-icon {
    fill: #3a54d6; }

@media screen and (max-width: 992px) {
    .filter-bar__item--sort {
        display: none; } }

@media screen and (max-width: 768px) {
    .filter-bar__item {
        border-right: 0;
        height: 65px; }
    .filter-bar__item:not(.filter-bar__item--views) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .filter-bar__item--views {
        border-bottom: 1px solid #e6e6e6; }
    .filter-bar__item--title {
        display: none; }
    .filter-bar__item--sort {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .filter-bar__item--available {
        border-bottom: 1px solid #e6e6e6; } }

.filter-categories__item:not(:last-child) {
    margin-bottom: 10px; }

.filter-categories__item a {
    font-size: 16px;
    padding: 2px 0;
    color: #111111;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.filter-categories__item a:hover {
    color: #a6a6a6;
    border-bottom: 1px solid #d8d8d8; }

.filter-categories__item--active a {
    color: #a6a6a6;
    pointer-events: none;
    cursor: default; }

.filter-price__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.filter-price__input {
    width: 40%;
    margin: 0 5px; }

.filter-price__range {
    width: 90%;
    margin: 20px auto; }

.filter-checkbox[data-for] {
    display: none; }
.filter-checkbox[data-for].active {
    display: block; }

.filter-checkbox__box {
    position: static;
    padding: 0;
    margin-top: 15px; }

.filter-checkbox__box:not(:nth-child(-n+6)) {
    display: none;
    opacity: 0; }

.filter-checkbox__all {
    padding: 10px 0;
    min-height: 0; }
.filter-checkbox__all a {
    color: #3a54d6;
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.filter-checkbox__all a:hover {
    color: rgba(58, 84, 214, 0.4);
    border-bottom: 1px solid transparent; }

.filter-checkbox--double-col .filter-checkbox__box:first-child,
.filter-checkbox--double-col .filter-checkbox__box:nth-child(2) {
    margin-top: 0; }

.filter-checkbox--double-col .filter-checkbox__box {
    display: block;
    opacity: 1; }

.filter-checkbox--double-col .filter-checkbox__box:not(:nth-child(-n+12)) {
    display: none;
    opacity: 0; }

.filter-checkbox--show-all .filter-checkbox__box:not(:nth-child(-n+6)) {
    display: block;
    opacity: 1; }

.filter-checkbox--show-all .filter-checkbox__box:not(:nth-child(-n+12)) {
    display: block;
    opacity: 1; }

.filter-colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.filter-colors__color {
    margin-right: 7px;
    margin-bottom: 7px; }

.filter-buttons {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width: 992px) {
    .filter-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.product-preview__slider {
    border: 1px solid #e6e6e6;
    margin-bottom: 15px; }
.product-preview__slider-slide {
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 440px;
    outline: none;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
.product-preview__slider-slide:after {
    content: '';
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/zoom.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px; }

.product-preview__items-slider {
    border: 1px solid #e6e6e6;
    height: 60px; }

.product-preview__items-slider-slide {
    position: relative;
    width: 16.6666%;
    height: 60px;
    cursor: pointer;
    outline: none;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px solid #e6e6e6; }
.product-preview__items-slider-slide.slick-current {
    border-bottom: 3px solid #feb312; }
.product-preview__items-slider-slide:not(:last-child):after {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e6e6e6;
    z-index: 2;
    width: 1px; }

.product-discription {
    margin-top: 20px; }
.product-discription__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px; }
.product-discription__text {
    font-size: 14px;
    line-height: 1.5em; }

.product-discription__text ul li, .blog-content ul li {list-style-type: disc; margin-left:20px; margin-bottom: 10px;}

.product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6; }
.product-price__price {
    font-weight: 600;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.product-price__price-old {
    color: #cdcdcd;
    text-decoration: line-through;
    margin-right: 15px; }
.product-price__price-new {
    color: #3a54d6; }
.product-price__label {
    margin-left: 20px;
    margin-right: auto; }
.product-price__info {
    font-size: 14px;
    color: #444444;
    font-weight: 600; }
.product-price__info a {
    border-bottom: 1px solid #444444;
    color: #444444;
    -webkit-transition: border 0.35s;
    -o-transition: border 0.35s;
    transition: border 0.35s; }
.product-price__info a:hover {
    border-bottom: 1px solid transparent; }

@media screen and (max-width: 768px) {
    .product-price {
        margin-top: 20px;
        padding-top: 30px; } }

.product-size {
    margin-top: 20px; }
.product-size__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px; }
.product-size__title--min {
    font-size: 16px; }
.product-size__sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.product-size__size {
    display: none; }
.product-size__size:checked + .product-size__label {
    color: #FFFFFF;
    background: #feb312;
    border-color: #feb312; }
.product-size__size:disabled + .product-size__label {
    background: #e6e6e6;
    color: #FFFFFF;
    cursor: default; }
.product-size__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-right: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.product-size__label:last-child {
    border: 1px solid #e6e6e6; }
.product-size__table {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    color: #adadad;
    border-bottom: 1px solid #adadad;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.product-size__table:hover {
    border-bottom: 1px solid transparent; }

.product-buttons {
    margin-top: 50px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #e6e6e6; */
}
.product-buttons__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.product-buttons__description {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px; }

@media screen and (max-width: 1200px) {
    .product-buttons__buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .product-buttons__button {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        padding: 10px; }
    .product-buttons__button:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .product-buttons__button:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 20px; }
    .product-buttons__button:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 20px; } }

@media screen and (max-width: 768px) {
    .product-buttons__buttons {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .product-buttons__button:first-child {
        width: 100%; }
    .product-buttons__button:nth-child(3), .product-buttons__button:nth-child(2) {
        margin: 0;
        margin-top: 20px;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); } }

@media screen and (max-width: 480px) {
    .product-buttons__button:nth-child(3), .product-buttons__button:nth-child(2) {
        width: 100%; } }

.product-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
.product-info__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0; }
.product-info__detail {
    font-size: 14px;
    font-weight: 600; }
.product-info__detail a {
    font-weight: 400;
    color: #3a54d6;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    border-bottom: 1px solid transparent; }
.product-info__detail a:hover {
    border-color: #3a54d6; }
.product-info__detail:not(:last-child) {
    margin-right: 15px; }
.product-info__services {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.product-info__service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%; }
.product-info__service a {color:#000;}
.product-info__service-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px; }
.product-info__service-text {
    font-size: 14px;
    font-weight: 600;
    /*max-width: 75%;*/
}

@media screen and (max-width: 480px) {
    .product-info__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .product-info__detail:not(:first-child) {
        margin-top: 10px; }
    .product-info__services {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .product-info__service {
        width: 100% !important; }
    .product-info__service:not(:first-child) {
        margin-top: 10px; }
    .product-info__service-text {
        max-width: 100%; } }

.product-delivery {
    margin-top: 20px; }
.product-delivery__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
.product-delivery__type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.product-delivery__type:not(:last-child) {
    margin-bottom: 10px; }
.product-delivery__type-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px; }
.product-delivery__type-text {
    font-size: 14px; }
.product-delivery__type-text a {
    color: #3a54d6;
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.product-delivery__type-text a:hover {
    border-bottom: 1px solid transparent; }

.product-recommend__title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding-bottom: 30px; }

.product-recommend__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

.product-feedback {
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0;
    margin-top: 40px; }
.product-feedback__button {
    padding: 40px 70px 0 70px;
    text-align: right; }
.product-feedback__title {
    padding-left: 70px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top:0px;
}
.product-feedback__feedback {
    border-top: 1px solid #e6e6e6;
    padding: 15px 70px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.product-feedback__feedback:last-child {
    border-bottom: 1px solid #e6e6e6; }
.product-feedback__feedback-name {
    color: #3a54d6;
    font-weight: 600;
    margin-bottom: 15px; }
.product-feedback__feedback-date {
    text-align: right;
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    min-width: 200px; }

@media screen and (max-width: 1200px) {
    .product-feedback__feedback, .product-feedback__title {
        padding-left: 50px;
        padding-right: 50px; } }

@media screen and (max-width: 992px) {
    .product-feedback__feedback, .product-feedback__title {
        padding-left: 30px;
        padding-right: 30px; } }

@media screen and (max-width: 768px) {
    .product-feedback__title {
        padding-left: 15px; }
    .product-feedback__button {
        padding: 0;
        padding-right: 15px;
        padding-top: 40px; }
    .product-feedback__feedback {
        padding: 15px; }
    .product-feedback__feedback-date {
        min-width: 100px; } }

@media screen and (max-width: 480px) {
    .product-feedback {
        padding: 15px 0; }
    .product-feedback__button {
        text-align: center;
        padding: 15px 0; }
    .product-feedback__feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .product-feedback__feedback-date {
        margin-top: 15px; } }

.product-min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.product-min__image {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 150px;
    margin-bottom: 20px; }
.product-min__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
.product-min__content {
    font-size: 12px; }
.product-min__content p {
    margin: 0;
    margin-bottom: 10px; }
.product-min__content--bold {
    font-weight: 600; }
.product-min__item {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1; }

/*Modal Style Vadim Start*/

.modal--biggest .modal__content.modal__product {
    max-width: 1300px;
    width: 100%;
}

.modal--verybiggest .modal__content.modal__product {
    max-width: 1300px;
    width: 100%;
}

.modal__content.modal__product .product-min__image{
    height: 270px;
}

.modal__content.modal__product table.table-reserve {
    max-width: 750px;
    width: 100%;
    margin-top: 20px;
}

.modal__content.modal__product .product-min__title {
    font-size: 30px;
    line-height: 30px;
}

.modal__content.modal__product .product-min__content {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.modal__content.modal__product .product-min__content-mob {
    display: none;
}

.modal__content.modal__product .product-min__item:first-child {
    max-width: 490px;
    width: 100%;
    margin: -15px 0;
}

.modal__content.modal__product .product-min__item:last-child {
    padding: 20px 27px;
}

.modal__content.modal__product .button--reserve {
    padding: 13px 44px;
    font-weight: 600;
}

.modal__content.modal__product .product-min__content p {
    margin-bottom: 20px;
}

.modal__content.modal__product .table-reserve th img {
    position: relative;
    margin-right: 10px;
    top: 4px;
}
.modal__content.modal__product .table-reserve td, .table-reserve th {
    font-weight: 600;
    font-size: 16px;
    padding: 7px;
}

.modal__content.modal__product .not_available {
    font-size: 14px;
    color: #adadad;
    font-weight: 400;
}

.modal__content.modal__product .product-min__desc {
    font-size: 14px;
    color: #adadad;
    font-weight: 400;
}

.modal__content.modal__product .form__reserve-input {
    width: 400px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
    padding: 0 20px;
    color: #a6a6a6;
    font-size: 14px;
    outline: none;
}

.modal__content.modal__product .form__reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
}

.modal__content.modal__product input.button.button--min.button--reserve {
    padding: 15px 28px;
    font-size: 16px;
}

.modal__content.modal__product .form__reserve-wrap {
    width: 100%;
    text-align: center;
    max-width: 400px;
}

.modal__content.modal__product .form__reserve-wrap:last-child {
    margin-right: -20px;
}

.modal__content.modal__product .form__reserve-input ::-webkit-input-placeholder {
    font-size: 14px;
    color: #a6a6a6;
}
.modal__content.modal__product .form__reserve-input ::-moz-placeholder          {
    font-size: 14px;
    color: #a6a6a6;
}
.modal__content.modal__product .form__reserve-input :-moz-placeholder           {
    font-size: 14px;
    color: #a6a6a6;
}
.modal__content.modal__product .form__reserve-input :-ms-input-placeholder      {
    font-size: 14px;
    color: #a6a6a6;
}

.spoiler-block {
    display: none;
}

.product-min__item:first-child {
    border-right: 1px solid #e6e6e6; }

.modal__content.modal__product .product-size__sizes {
    min-height: 30px;
    text-align: left;
}

.modal--verybiggest .modal__content.modal__product .table-reserve td, .modal--verybiggest  .modal__content.modal__product .table-reserve th {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    width: 33.3%;
}

.product-min__item .table-reserve td, .product-min__item .table-reserve th {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    width: 33.3%;
}

.modal__content.modal__product .product-size__label {
    line-height: 30px;
    min-width: 30px;
    height: 30px;
    padding-top: 0;
    font-size: 10px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .product-min {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-min__item:not(:last-child) {
        padding-bottom: 0px;
    }

    .modal__content.modal__product .product-min__item:first-child {
        max-width: 100%;
        width: 100%;
        border-right: none;
    }

    .modal__content.modal__product table.table-reserve {
        max-width: 100%;
    }

    .modal__content.modal__product .product-min__image {
        margin-top: 40px;
    }

    .modal__content.modal__product .product-min__item {
        padding: 10px!important;
    }

    .modal--verybiggest .modal__content.modal__product .table-reserve thead tr th {
        padding-left: 10px;
    }

    .modal--verybiggest .modal__content.modal__product .table-reserve td {
        padding: 0;
        vertical-align: top;
    }

    .modal--verybiggest .modal__content.modal__product .form-group {
        padding: 0;
    }

    .modal--verybiggest .modal__content.modal__product .table-reserve th {
        padding: 10px 0;
        width: 32.3%;
    }

}

@media screen and (max-width: 767px) {

    .modal__content.modal__product .product-min__content {
        display: none;
    }

    .modal__content.modal__product .product-min__item {
        padding: 5px!important;
    }

    .modal__content.modal__product table.table-reserve {
        display: none;
    }

    .modal__content.modal__product .form__reserve-input {
        width: 100%;
        max-width: 400px;
    }

    .modal__content.modal__product .form__reserve {
        flex-wrap: wrap;
        justify-content: center;
    }

    .modal__content.modal__product .product-min__content-mob {
        display: block;
        font-size: 15px;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .modal__content.modal__product input.button.button--min.button--reserve {
        width: 100%;
        max-width: 300px;
        margin-top: 10px;
        margin-left: -20px;
    }

    .modal__content.modal__product .product-min__image {
        height: 200px;
        margin-top: 20px;
    }

    .modal__content.modal__product .form__reserve-input {
        height: 65px;
        border-radius: 20px;
    }

    .spoiler-block {
        margin: 0 -15px;
        display: block;
    }

    .modal__content.modal__product .product-min__desc {
        margin-bottom: 20px;
    }

    .spoiler-title {
        border:1px solid #ccc;
        border-right: none;
        border-left: none;
        font-size: 16px;
        font-weight: 600;
        height: 55px;
        display: block;
        line-height: 55px;
        text-align: center;
        color: #111;
        padding: 0 15px;
    }
    .spoiler-title img {
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

    .spoiler-title__text {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .spoiler-content {
        display:none;
        margin-top: -16px;
        margin-bottom: 25px;
    }

    .spoiler-content__item {
        width: 100%;
        padding: 35px 15px 15px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

    .spoiler-content__item p {
        padding-right: 30px;
        max-width: 100%;
        margin: 0 auto 25px;
        text-align: center;
    }

    .modal__content.modal__product .product-size__label {
        line-height: 50px;
        min-width: 50px;
        height: 50px;
    }

    .modal--verybiggest .modal__content.modal__product .spoiler-content__item {
        padding: 35px 0 15px;
    }

    .spoiler-content__slider-wrap {
        position: relative;
    }

    .box-shadow-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 50px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.20), #fff 80%);
    }

    .box-shadow-right {
        position: absolute;
        right: 0;
        top: 0;
        width: 10px;
        height: 50px;
        background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.20) 260%);
    }
}
@media screen and (max-width: 360px) {
    .spoiler-content__item p {
        padding-right: 30px;
        text-align: left;
        max-width: 225px;
        margin: 0 auto 25px;
    }

    .modal--verybiggest .modal__content.modal__product .spoiler-content__item p {
        margin-bottom: 10px;
    }
}
/*Modal Style Vadim End*/


.brands-image {
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

.brands-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    border-top: 1px solid #e6e6e6; }
.brands-images__image {
    position: relative;
    padding: 20px;
    width: 11.11111%;
    height: 130px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
.brands-images__image:hover > * {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
.brands-images__image:nth-child(9n) {
    border-right: none; }

@media screen and (max-width: 992px) {
    .brands-images__image {
        width: 16.666666%; }
    .brands-images__image:nth-child(9n) {
        border-right: 1px solid #e6e6e6; }
    .brands-images__image:nth-child(6n) {
        border-right: none; } }

@media screen and (max-width: 768px) {
    .brands-images {
        display: none; } }

.brand-info__title {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px; }

.brand-info__text {
    line-height: 1.5em; }

.brand-info__logo {
    position: relative;
    text-align: right; }
.brand-info__logo img {
    max-width: 100%;
    max-height: 100px; }

.brand-products__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 40px;
    border-bottom: 1px solid #e6e6e6; }
.brand-products__col:not(:nth-child(4n)) {
    border-right: 1px solid #e6e6e6; }

.brand-products__title {
    font-weight: 600;
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 20px; }

.brand-products__list {
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6; }
.brand-products__list a {
    display: block;
    color: #3a54d6;
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.brand-products__list a:hover {
    border-bottom: 1px solid transparent;
    color: rgba(58, 84, 214, 0.4); }
.brand-products__list a:not(:last-child) {
    margin-bottom: 10px; }

@media screen and (max-width: 768px) {
    .brand-products__col:not(:nth-child(2n)) {
        border-right: 1px solid #e6e6e6; } }

.brand-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.brand-category__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }
.brand-category__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6; }
.brand-category__button {
    display: inline-block;
    margin: 40px auto 0; }

@media screen and (max-width: 768px) {
    .brand-category__title, .brand-category__button {
        /*display: none; */
    } }

.brand-tabs__tab:last-child {
    border-bottom: none; }

.person-item {
    color:#000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px; }
.person-item__avatar {
    width: 135px;
    height: 135px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.person-item__name {
    font-weight: 600;
    margin-top: 15px;
    font-size: 15px;}

@media screen and (max-width: 768px) {
    .person-item__avatar {
        width: 250px;
        height: 250px; } }

.address-item {
    padding: 25px; }
.address-item__content {
    font-size: 13px; }
.address-item__content:not(:first-child) {
    margin-top: 25px; }
.address-item__title {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px; }
.address-item__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.address-item__line:not(:last-child) {
    margin-bottom: 15px; }
.address-item__button {
    margin-top: 25px; }
.address-item__icon {
    width: 12px;
    height: 12px;
    min-width: 12px;
    fill: #3a54d6;
    margin-right: 7px; }

.blog-header {
    position: relative;
    height: 500px;
    padding: 70px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
.blog-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
.blog-header__tag {
    position: relative;
    background: #3a54d6;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px; }
.blog-header__content {
    position: relative;
    color: #FFFFFF;
    max-width: 500px; }
.blog-header__date {
    font-size: 18px;
    margin-bottom: 20px; }
.blog-header__title {
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }

@media screen and (max-width: 992px) {
    .blog-header {
        padding: 30px; } }

@media screen and (max-width: 768px) {
    .blog-header {
        padding: 30px 15px; } }

.blog-content__title {
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 15px; }
.blog-content__title--min {
    padding-bottom: 0;
    font-size: 24px; }

.blog-content__text {
    color: #888888;
    padding: 15px 0;
    line-height: 1.75em; }

.blog-content__image {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 430px;
    width: 100%;
    max-width: 750px;
    margin: 15px auto; }

.blog-content__blockquote {
    padding: 15px 0; }

.blog-content__subcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0; }
.blog-content__subcontent-item {
    width: 50%;
    position: relative; }
.blog-content__subcontent .blog-content {
    max-width: -webkit-calc(100% - 90px);
    max-width: calc(100% - 90px); }

@media screen and (max-width: 480px) {
    .blog-content__image {
        height: 230px; }
    .blog-content__subcontent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .blog-content__subcontent-item {
        width: 100%; }
    .blog-content__subcontent .blog-content {
        max-width: 100%; } }

.main-slider {
    position: relative; }

.main-slider__contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10; }

.main-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 100px; }

.main-slider__item {
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }

.main-slider__head-top {
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase; }

.main-slider__head-bottom {
    font-size: 24px;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif; }

.main-slider__title {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 300; }

.main-slider__subtitle {
    font-size: 72px;
    color: #FFFFFF;
    font-weight: 800; }

.main-slider__slide {
    outline: none;
    height: 100%;
    height: -webkit-calc(100vh - 109px);
    height: calc(100vh - 109px);
    min-height: 600px;
    -webkit-background-size: cover;
    /*background-size: cover;*/
    background-size: auto 100% !important;
    background-position: center center; }
.main-slider__slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 31, 40, 0.025); }

.main-slider__navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    padding-bottom: 125px;
    z-index: 11;
    pointer-events: none; }

.main-slider__navigation__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }

.main-slider__navigation-left,
.main-slider__navigation-right {
    pointer-events: auto; }

.main-slider .slick-dots {
    bottom: -25px;
    pointer-events: painted; }

.main-slider .slick-dotted.slick-slider {
    margin-bottom: 125px; }

@media screen and (max-width: 768px) {
    .main-slider__content {
        padding: 20px; }
    .main-slider__title {
        font-size: 24px; }
    .main-slider__subtitle {
        font-size: 48px; }
    .main-slider__navigation {
        top: -webkit-calc(100% - 300px);
        top: calc(100% - 300px);
        bottom: 0; }
    .main-slider__content {
        display: block; }
    .main-slider__head {
        margin-bottom: 20%;
        margin-top: 15px; } }

.cart-popup {
    position: absolute;
    top: 100%;
    min-width: 350px;
    background: #FFFFFF;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    pointer-events: none; }
.cart-popup:after {
    content: '';
    position: absolute;
    right: 42px;
    width: 0;
    height: 0;
    top: -10px;
    border: 5px solid #FFFFFF;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
.cart-popup--opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }

.cart-popup__header {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.cart-popup__title {
    font-size: 18px;
    font-weight: 600; }

.cart-popup__clean {
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.cart-popup__clean:hover {
    border-bottom: 1px solid rgba(58, 84, 214, 0.4);
    color: #3a54d6; }

.cart-popup__footer {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.cart-popup__total {
    font-weight: 600; }
.cart-popup__total span {
    color: #feb312; }

@media screen and (max-width: 768px) {
    .cart-popup:after {
        right: 25px; } }

@media screen and (max-width: 480px) {
    .cart-popup {
        /*max-width: 100%;*/
        right: -41px;
        min-width: auto; } }

.we-socials__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.blog-news__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.blog-news__content {
    border-top: 1px solid #e6e6e6; }

.top__more {
    padding: 15px; }

.collections {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
.collections:after {
    content: '';
    display: block;
    clear: both; }

.reviews__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.page-head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 235px;
    background-color: #3a54d6;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-bottom: 95px;
    padding-top: 20px; }
.page-head--gray {
    background: #444444; }
.page-head--darken:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0; }
.page-head__title {
    position: relative;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: normal;
}
.page-head--type-2 .page-head__container {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    padding: 0 15px; }
.page-head--type-2 .page-head__info {
    width: -webkit-calc(55% - 10px);
    width: calc(55% - 10px); }
.page-head--type-2 .page-head__brand {
    width: -webkit-calc(45% - 10px);
    width: calc(45% - 10px);
    text-align: right; }
.page-head--type-2 .page-head__brand-image {
    display: block; }
.page-head--type-2 .page-head__brand-image img {
    max-height: 60px; }
.page-head--type-2 .page-head__brand-text {
    font-size: 12px;
    color: #afb9ec;
    line-height: 1.5em; }
.page-head--type-2 .page-head__brand-text a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.page-head--type-2 .page-head__brand-text a:hover {
    border-bottom: 1px solid transparent; }
.page-head--type-2 .page-head__title {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    text-transform: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    margin-bottom: 15px; }

@media screen and (max-width: 1200px) {
    .page-head--type-2 .page-head__container {
        width: 100%; } }

@media screen and (max-width: 992px) {
    .page-head--type-2 .page-head__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .page-head--type-2 .page-head__info,
    .page-head--type-2 .page-head__brand {
        width: 100%;
        max-width: 75%; }
    .page-head--type-2 .page-head__info {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start; }
    .page-head--type-2 .page-head__brand {
        margin-top: 20px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; } }

@media screen and (max-width: 768px) {
    .page-head--type-2 .page-head__title {
        font-size: 24px; }
    .page-head--type-2 .page-head__brand {
        display: none; } }

.catalog-section {
    position: relative; }

.catalog-section-bottom {
    border-top: 1px solid #e6e6e6; }

.catalog-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.catalog-items {
    border-left: 1px solid #e6e6e6; }

.catalog-show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-left: 1px solid #e6e6e6; }

@media screen and (max-width: 768px) {
    .catalog-show-more {
        display: none; } }

@media screen and (max-width: 480px) {
    .catalog-section {
        margin-top: 0; } }

.filter-aside {
    position: relative;
    z-index: 5;
    border-right: #888888; }
.filter-aside__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.filter-aside__close-icon {
    width: 12px;
    height: 12px;
    fill: #bbbbbb;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }
.filter-aside__close:hover .filter-aside__close-icon {
    fill: #3a54d6; }
.filter-aside__section {
    position: relative;
    padding: 15px 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6; }
.filter-aside__section--grey {
    background: #f6f6f6; }
.filter-aside__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.filter-aside__sizes {
    margin-left: auto; }
.filter-aside__sizes span {
    display: inline-block;
    margin-right: 10px;
    color: #afafaf;
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
    line-height: 0.9;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
.filter-aside__sizes span.active {
    color: #111111;
    border-color: transparent; }
.filter-aside__sizes span:hover:not(.active) {
    color: #111111;
    border-color: #111111; }
.filter-aside__number {
    opacity: 0;
    position: absolute;
    top: -1px;
    right: -80px;
    z-index: 10;
    background: #3a54d6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 6px 8px;
    -webkit-box-shadow: rgba(58, 84, 214, 0.4) 0px 5px 20px;
    box-shadow: rgba(58, 84, 214, 0.4) 0px 5px 20px;
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    pointer-events: none;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease; }
.filter-aside__number.visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.filter-aside__tablet-btn {
    display: none;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 15px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    font-weight: 700; }
.filter-aside__tablet-btn:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #bbbbbb transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s; }

@media screen and (max-width: 768px) {
    .filter-aside {
        display: none; }
    .filter-aside.active {
        display: block; }
    .filter-aside__tablet-btn {
    display: block;
    background: #234ED0 url(/images/filter.svg) no-repeat;
        background-position: 40px center;
		background-size:35px;
        text-align: center;
    color: #FFF;        
		} }

.product {
    margin-top: 50px; }
.product__container {
    padding: 0 70px; }
.product__info {
    padding-left: 50px; }

@media screen and (max-width: 1200px) {
    .product__container {
        padding: 0 50px; }
    .product__info {
        padding-left: 30px; } }

@media screen and (max-width: 992px) {
    .product__container {
        padding: 0 30px; }
    .product__info {
        padding-left: 30px; } }

@media screen and (max-width: 768px) {
    .product {
        margin-top: 0; }
    .product__container {
        padding: 15px; }
    .product__info {
        padding: 0; }
    .product__preview {
        padding: 0; } }

.alphabet-navigation {
    display: none; }

@media screen and (max-width: 768px) {
    .alphabet-navigation {
        display: block; } }

.alphabet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    border-top: 1px solid #e6e6e6; }

@media screen and (max-width: 768px) {
    .alphabet {
        border-top: none;
        margin-top: 0px; } }

.brand__show-more {
    display: none; }

.brand__category {
    margin-bottom: 40px; }

.brand__item {
    margin: 40px; }
.brand__item--tabs {
    margin: 0;
    display: none; }
.brand__item--np {
    margin: 40px 0; }

@media screen and (max-width: 768px) {
    .brand__show-more {
        display: block; }
    .brand__category {
        margin-bottom: 0; }
    .brand__category:not(:first-child) {
        /*display: none;*/
    }
    .brand__item--info, .brand__item--products {
        display: none; }
    .brand__item--np {
        margin: 0; }
    .brand__item--tabs {
        display: block; } }

.cart {
    margin-top: 50px; }
.cart__total {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
.cart__total-total {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    padding-right: 20px; }
.cart__total-total span {
    color: #feb312; }
.cart__payment {
    margin-top: 80px; }
.cart__payment_city input[type="radio"] {
    margin: 7px 10px 9px 0;}
.cart__form-order {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6; }

@media screen and (max-width: 1200px) {
    .cart__total {
        text-align: right; } }

@media screen and (max-width: 768px) {
    .cart {
        margin-top: 10px; }
    .cart__payment {
        margin-top: 20px; } }

.cart-ordering__title {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 70px; }

.cart-ordering__content {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
.cart-ordering__content > *:not(:last-child) {
    border-right: 1px solid #e6e6e6; }

.cart-ordering__registered, .cart-ordering__not-registered {
    padding: 20px 0;
    width: 100%;
    max-width: 420px; }

.cart-ordering__registered {
    padding-right: 30px; }

.cart-ordering__not-registered {
    padding-left: 30px;
    margin: 0 0 0 auto; }

.cart-ordering__confirm {
    max-width: 380px;
    margin-right: 30px; }

.cart-ordering__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 70px; }

@media screen and (max-width: 1200px) {
    .cart-ordering__title {
        padding: 20px; }
    .cart-ordering__content {
        padding: 0 20px; } }

@media screen and (max-width: 768px) {
    .cart-ordering__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .cart-ordering__content > *:not(:last-child) {
        border: none;
        border-bottom: 1px solid #e6e6e6; }
    .cart-ordering__registered, .cart-ordering__not-registered {
        padding-left: 0;
        padding-right: 0;
        margin: auto; }
    .cart-ordering__confirm {
        max-width: 100%;
        margin: 0;
        margin-bottom: 30px; }
    .cart-ordering__bottom {
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

.cart-payment__container {
    padding: 0 70px; }

.cart-payment__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }

.cart-payment__section {
    background: #f7f7f7;
    padding: 30px 0; }
.cart-payment__section:not(:last-child) {
    margin-bottom: 50px; }
.cart-payment__section-title {
    font-size: 16px;
    font-weight: 600; }

.cart-payment__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.cart-payment__method-title {
    font-size: 18px;
    font-weight: 600; }

.cart-payment__method-content {
    line-height: 1.5em;
    max-width: 530px; }
.cart-payment__method-content .p:last-child {
    margin-bottom: 0; }

.cart-payment__payments-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.cart-payment__payments-icon {
    width: 45px;
    height: 45px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
.cart-payment__payments-icon:not(:last-child) {
    margin-right: 10px; }

@media screen and (max-width: 768px) {
    .cart-payment__container {
        padding: 0 15px; }
    .cart-payment__section:not(:last-child) {
        margin-bottom: 20px; } }

.settings {
    max-width: 430px;
    margin: auto;
    padding: 60px 15px;
    margin-bottom: 15px; }
.settings__title-wrap:not(:first-child) {
    margin-top: 30px; }
.settings__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px; }

@media screen and (max-width: 768px) {
    .settings {
        padding: 20px 15px; } }

.team__category {
    padding: 40px 40px 150px 40px;
    border-bottom: 1px solid #e6e6e6; }
.team__category:not([data-category="all"]) {
    display: none; }

@media screen and (max-width: 768px) {
    .team__category {
        padding: 40px; } }

.blog-list__pagination {
    border-bottom: 1px solid #e6e6e6; }

.blog-list__pagination-inner {
    max-width: 430px;
    margin: auto; }

.blog-list__tagging {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 100; }

@media screen and (max-width: 768px) {
    .blog-list__tagging {
        display: none; } }

.offer-text {
    font-size: 14px;
    padding: 40px 100px; }
.offer-text__point {
    padding: 10px 0; }

@media screen and (max-width: 992px) {
    .offer-text {
        padding: 15px; } }

.address {
    position: relative; }
.address__addresses {
    padding-bottom: 25px; }
.address__map-wrap {
    position: relative; }
.address__map {
    width: 100%;
    height: 420px; }
.address__map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10; }

.blog-post__content {
    padding: 60px 100px;
    max-width: 750px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.blog-post__tags {
    margin-top: 150px; }

@media screen and (max-width: 992px) {
    .blog-post__content {
        padding: 30px; }
    .blog-post__tags {
        margin-top: 50px; } }

@media screen and (max-width: 768px) {
    .blog-post__content {
        padding: 30px 15px; }
    .blog-post__tags {
        margin-top: 15px; } }

.delivery {
    padding-top: 20px; }
.delivery__info {
    padding: 30px 70px;
    line-height: 1.75em;
    font-size: 14px; }
.delivery__info-bottom {
    margin-top: 30px;
    color: #999999; }
.delivery__content {
    margin-top: 0; }
.delivery__search {
    padding: 30px 70px;
    border-top: 1px solid #e6e6e6; }

@media screen and (max-width: 768px) {
    .delivery {
        padding-top: 0; }
    .delivery__search {
        border-bottom: 1px solid #e6e6e6;
        padding: 30px 15px; }
    .delivery__info {
        padding: 30px 15px; } }

.about__content {
    color: #999999;
    text-align: center;
    padding: 30px 15px;
    border-bottom: 1px solid #e6e6e6; }

.about__paragraph {
    margin: 50px auto;
    max-width: 770px; }

.store__public-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 50px 0 30px;
    text-align: center; }

.store__details {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6; }

.store__slider {
    padding: 0 15px; }
.store__slider-title {
    color: #333333;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.75em;
    padding: 30px 0; }

.store__detail {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.store__detail-icon {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    fill: #3a54d6; }
.store__detail-text {
    color: #333333;
    font-size: 12px; }
.store__detail--grey .store__detail-icon {
    fill: #999999; }
.store__detail--grey .store__detail-text {
    border-bottom: 1px solid #999999;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    color: #999999; }
.store__detail--grey .store__detail-text:hover {
    border-color: transparent; }

.delivery-point {
    padding: 40px 0; }
.delivery-point__map {
    position: relative; }
.delivery-point__title {
    padding: 0 70px;
    font-size: 24px; }
.delivery-point__text {
    padding: 0 70px; margin-top: 20px;line-height: 23px;}
.delivery-point__locations {
    margin-top: 40px; }
.delivery-point__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: absolute;
    padding: 10px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
.delivery-point__content--active {
    pointer-events: all; }
.delivery-point__content-btn {
    pointer-events: all;
    height: 40px;
    cursor: pointer;
    width: 40px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.delivery-point__content-btn-icon {
    width: 12px;
    height: 12px; }
.delivery-point__content-btn--active .delivery-point__content-btn-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.delivery-point__blocks {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px; }
.delivery-point__blocks--active .delivery-point__block-right > *,
.delivery-point__blocks--active .delivery-point__block-left > * {
    position: relative;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.delivery-point__blocks--active .delivery-point__block-right > * {
    }
.delivery-point__blocks--active .delivery-point__block-left > * {
    }
.delivery-point__block-right, .delivery-point__block-left {
    position: relative;
    overflow: hidden; }
.delivery-point__block-right {
    width: 65%; }
.delivery-point__block-left {
    width: 35%; }
.delivery-point__block-right > *,
.delivery-point__block-left > * {
    position: relative;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    }
.delivery-point__block-right > * {
    }
.delivery-point__block-left > * {
    }
.delivery-point__block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    position: relative;
    overflow: hidden; }
.delivery-point__post {
    padding: 50px 70px 30px; }
.delivery-point__post-content {
    line-height: 1.5em; }
.delivery-point__post-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.delivery-point__post-title {
    font-size: 24px; }
.delivery-point__post-title-logo {
    width: 50px;
    height: 30px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px; }
.delivery-point__list-items {
    width: 100%;
    overflow-y: auto;
    max-height: 100%; }
.delivery-point__list-item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    padding: 11px;
    background: #FFFFFF; }
.delivery-point__list-item:not(:last-child) {
    border-bottom: none; }
.delivery-point__list-item--active {
    background: #e6e6e6; }
.delivery-point__abouts {
    position: relative;
    width: 100%;
    height: 350px; }
.delivery-point__about {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto; }
.delivery-point__about-content {
    margin-top: 20px;
    font-size: 14px; }
.delivery-point__about-close {
    margin-left: 15px; }
.delivery-point__about-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.delivery-point__about-title {
    font-size: 18px;
    margin-right: auto; }
.delivery-point__search {
    max-width: 300px; }
.delivery-point .delivery-point__info-wrap {
    width: 100%;
    overflow-x: auto; }
.delivery-point .delivery-point__info {
    min-width: 1000px;
    overflow: hidden;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.delivery-point .delivery-point__info-p-icon {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px; }
.delivery-point .delivery-point__info-icon {
    width: 14px;
    height: 14px; }
.delivery-point .delivery-point__info-icon--false {
    fill: #ff0000;
    width: 12px;
    height: 12px; }
.delivery-point .delivery-point__info-icon--true {
    fill: #3a54d6; }
.delivery-point .delivery-point__info-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.delivery-point .delivery-point__info-top .delivery-point__info-item {
    background: #e6e6e6;
    font-weight: 600; }
.delivery-point .delivery-point__info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.delivery-point .delivery-point__info-bottom .delivery-point__info-item {
    min-height: 50px; }
.delivery-point .delivery-point__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8; }
.delivery-point .delivery-point__info-item--static {
    width: 20px;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
.delivery-point .delivery-point__info-item--payment, .delivery-point .delivery-point__info-item--money {
    width: 220px;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important; }
.delivery-point .delivery-point__info-item--payment > *:not(:first-child), .delivery-point .delivery-point__info-item--money > *:not(:first-child) {
    margin-left: 7px; }

@media screen and (max-width: 1200px) {
    .delivery-point__post {
        padding: 50px 15px; }
    .delivery-point__about-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .delivery-point__about-top > *:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-right: auto;
        margin-top: 15px; }
    .delivery-point__about-top > *:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px; }
    .delivery-point__about-top > *:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: auto; } }

@media screen and (max-width: 992px) {
    .delivery-point__title {
        padding: 15px; }
    .delivery-point__text {
        padding: 0 17px;}
    .delivery-point__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .delivery-point__block-right, .delivery-point__block-left {
        width: 100%; }
    .delivery-point__content {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .delivery-point__block-right {
        padding-left: 0;
        margin-top: 15px; }
    .delivery-point__abouts {
        margin-top: 15px;
        max-width: 100%; }
    .delivery-point__list-items {
        max-height: 200px;
        height: 200px !important; } }

.disabled-order {
    pointer-events: none;
    cursor: default;
    background: #c5c5c5;
}
.disabled-buy {
    cursor: default;
    background: #c5c5c5;
}

.cart-item--last {
    border-bottom: 1px solid #e6e6e6;
}

.main.container {
    margin-bottom: 40px;
}

.order-2 {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0px;
}

.button-delivery-order2 {
    margin-left: 40px;
}

.arrow-login {
    transform: rotate(90deg);
    margin-left: 10px;
}

.order-2 .cart-item {
    min-height: 230px;
}

.order-2 .cart-item__addresses li {
    font-size: 12px;
}

.order-2 .cart-item__item--content {
    padding: 15px 15px;
    padding-left: 30px;
}

.order-2 .cart-item__item--prices {
    padding-right: 70px;
}

.order-2 .cart__payment {
    margin-top: 50px;
}

.order-2 .cart-payment__section:not(:last-child) {
    margin-bottom: 55px;
}

.order-2 .cart-payment__title {
    margin-bottom: 2px;
}

.order-2 .cart-payment__title_city {
    margin-bottom: 20px;
}

.order-2 .delivery-point__title {
    color: #999;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.order-2 .delivery-point__post-title {
    color: #999;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.order-2 .delivery-point__locations {
    margin-top: 15px;
}

.order-2 .delivery-point__post {
    padding: 65px 70px 20px !important;
}

.order-2 .delivery-point__info-wrap .delivery-point__post {
    padding: 35px 70px 20px !important;
}

.order-2 .delivery-point__info-item--static {
    width: 38px;
}

.order-2 .delivery-point__post-title-logo {
    margin-left: 30px;
}

.order-2 .delivery-point__info-p-icon {
    width: 56px !important;
    height: 42px !important;
}

.order-2 .delivery-point__info-item--payment > *:not(:first-child), .delivery-point__info-item--money > *:not(:first-child) {
    margin-left: 0 !important;
    height: 52px !important;
}

.order-2 .delivery-point__post-title-logo {
    width: 62px;
    height: 30px;
}

.order-2 .delivery-point__info-top .delivery-point__info-item {
    background: #f7f7f7 !important;
}

.order-2 .delivery-point__info-bottom .delivery-point__info-item {
    min-height: 75px;
}

.order-2 .delivery-point__content--active {
    pointer-events: none;
}

.order-2 .delivery-point__content-btn {
    pointer-events: all;
}

.order-2 .delivery-point__list-items {
    pointer-events: all;
}

.order-2 .input--form.delivery-point__search {
    pointer-events: all;
}

.order-2 .delivery-point__about {
    pointer-events: all;
}

@media (max-width: 320px) {

    .delivery-point__post-top {
        display: block;
        text-align: center;
    }

    .order-2 .delivery-point__post-title-logo {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .button-delivery-order2 {
        margin-left: 10px;
    }

    .order-2 .delivery-point__post {
        padding: 25px 70px 20px !important;
    }

    .order-2 .cart__payment {
        margin-top: 0;
    }

}

@media (max-width: 700px) {

    .order-2 .delivery-point__post-title-logo {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .delivery-point__post-top {
        display: block;
        text-align: center;
    }

    .button-delivery-order2 {
        margin-left: 10px;
    }

    .order-2 .delivery-point__post {
        padding: 25px 70px 20px !important;
    }

    .order-2 .cart__payment {
        margin-top: 0;
    }

}

/* Orders page */

.orders .delivery-point__title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.orders .delivery-point__info-top .delivery-point__info-item {
    background: #f7f7f7;
}

.orders {
    padding-bottom: 30px !important;
}

.orders .delivery-point__info-item--static {
    width: 40px;
}

.orders .delivery-point__info-icon--true {
    margin-left: 10px;
}

.orders .delivery-point__info-bottom .delivery-point__info-item {
    min-height: 75px;
}

.orders .info-active {
    background: #3a54d6;
    color: #fff;
}

.orders .info-active .delivery-point__info-icon--true {
    fill: #fff;
}

.orders .delivery-point__info-full .delivery-point__info-item {
    min-height: 35px;
}

.orders .delivery-point__info-item {
    padding: 10px 30px;
    padding-right: 10px;
}

.orders .order-open {
    position: relative;
    border-bottom: 1px solid #c3c3c3;
}

.orders .info-active .order-open {
    border-bottom: 1px solid #fff;
}

.orders .order-open:hover {
    cursor: pointer;
}

.orders .info-active .order-open:hover {
    cursor: pointer;
}

/*.orders .delivery-point__info-bottom {
    cursor: pointer;
}*/

.orders .delivery-point__info-item-11 {
    min-width: 155px;
    flex: 0;
}

.orders .delivery-point__info-item-22 {
    min-width: 260px;
    flex: 0;
}

.orders .delivery-point__info-item-33 {
    min-width: 270px;
    flex: 0;
}

.orders .delivery-point__info-item-44 {
    min-width: 130px;
    flex: 0;
}

.orders .delivery-point__info-item-1 {
    min-width: 155px;
    justify-content: left;
    text-align: left;
    flex: 0;
}

.orders .delivery-point__info-item-2 {
    min-width: 260px;
    justify-content: left;
    text-align: left;
    flex: 0;
}

.orders .delivery-point__info-item-3 {
    min-width: 456px;
    justify-content: left;
    text-align: left;
    flex: 0;
}

.orders .select {
    border: 1px solid #d8d8d8;
    padding: 18px 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;
    text-align: left;
    height: auto;
    border-radius: 10px;
}

.orders .select-styled {
    line-height: 20px;
    padding: 8px 27px;
}

.orders textarea {
    border: 1px solid #d8d8d8;
    padding: 12px 28px;
    width: 400px;
    height: 90px !important;
    text-align: left;
    height: auto;
    border-radius: 10px;
}
.orders .item-dop-info {
    margin-bottom: 7px;
}

.orders .order-opened {
    display: none;
}

.orders .order-open-sign {
    display: none;
}

.orders .order-close-sign {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(90deg);
    color: #c3c3c3;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: -10px;
    right: -20px;
}

.orders .order-opened-inform {
    align-content: stretch;
    width: 456px;
    flex: 0;
}

.orders .orders-active .order-opened-items {
    display: block;
    overflow-y: auto;
    /*flex-direction: column;
    align-content: stretch;
    flex: 0;*/
    min-width: 715px;
    min-height: 482px;
    max-height: 482px;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.orders .order-opened-item {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 10px;
    width: 345px;
    border: none;
    text-align: left;
}

.order-opened-item-img {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.order-opened-item-price {
    display: block;
    color: #2344e8;
    font-size: 16px;
    margin-top: 10px;
}

.orders .delivery-point__info-item-3 {
    border-bottom: none;
}

.orders .order-opened-inform {
    border-bottom: none;
}

.orders .orders-active .order-opened-items {
    border-bottom: none;
}

.orders .order-opened {
    border-bottom: 1px solid #d8d8d8;
}

/* 404 page */
.page-404 .about__paragraph a {
    color: #999999;
    text-decoration: none;
    border-bottom: 1px #e1e1e1 solid;
    text-decoration-color: #e1e1e1;
}

.page-404 .about__paragraph a:hover {
    color: #999999;
    text-decoration: none;
    border-bottom: none;
}

.page-404 .about__paragraph input {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 500px;
    padding: 22px 35px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    outline: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.page-404 .about__paragraph input:focus {
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
}

.page-404 .about__paragraph input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.page-404 .about__paragraph input::-moz-placeholder {
    color: #bbbbbb;
}

.page-404 .about__paragraph input:-moz-placeholder {
    color: #bbbbbb;
}

.page-404 .about__paragraph input:-ms-input-placeholder {
    color: #bbbbbb;
}

.page-404 .promo-code {
    color: #3a54d6;
}

.page-404 button {
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 10px;
    outline: none;
    top: -15px;
    padding: 17px;
}

.page-404 .search-wrapper {
    position: relative;
    width: 500px;
}

.page-404 .search-wrapper .icon {
    fill: #3a54d6;
}

.page-404 .black {
    color: #000 !important;
    border: none !important;
}

.page-404 .about__content-1 {
    margin-top: 0;
    padding-top: 0;
}

.page-404 .about__content-1 img {
    margin-bottom: 30px;
}

.page-about .about__content {
    padding-bottom: 20px;
}

.page-about .about__paragraph-1 {
    margin-top: 35px;
}

.cart-hover2 .cart-popup__header {
    padding: 15px 20px;
    background: #ebebeb;
}

.cart-hover2 .cart-popup__clean {
    padding-top: 1px;
}

.cart-hover2 .cart-popup-item__title {
    font-family: 'Proxima Nova', sans-serif;
    text-transform: capitalize !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #333333 !important;
}

.cart-hover2 .cart-popup-item__price {
    margin-top: 5px;
}

.cart-hover2 .cart-popup-item__description {
    margin-top: 5px;
}

.cart-hover2 .cart-popup__footer {
    padding: 20px;
    background: #3a54d6;
    color: #fff;
}

.cart-hover2 .cart-popup__total span {
    color: #fff;
}

.cart-hover2 .button-more {
    background: #fff;
    color: #000;
    position: relative;
    display: inline-block;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 30px;
    line-height: 1.3em;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
}

.cart-hover2 .button-more:hover {
    background: #fff;
    color: #3a54d6;
}

.cart-hover2 .cart-popup__more {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.cart-hover2 .cart-popup-item__image {
    width: 70px;
    height: 80px;
    min-width: 70px;
    margin-right: 10px;
}

.cart-hover2 .cart-popup-item {
    padding-left: 10px;
}

.cart-hover2 #loadingDiv {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.cart-hover2 {
    overflow-y: auto;
    max-height: 600px;
    width: 360px;
    box-shadow: 0px 0px 60px 0px rgba(4, 4, 4, 0.25);
}

.cart-hover2 .moreButton:hover {
    cursor: pointer;
    color: #3a54d6;
}

.cart-hover2 .cart-popup-item__description {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

/* City stores modal */

.modal__content {
    padding: 30px 40px;
    max-width: 500px;
}

/*#overlay {
	z-index: 99999;
	position: fixed;
	background-color:#000;
	opacity:0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.modal-window {
    display: none;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 99999999;
    background: #fff;
    overflow-y: auto;
}
*/

.modal-window .icon {
    display: inline-block;
    margin-right: 5px;
    fill: #3a54d6;
}

.modal-window-title {
    display: block;
    margin-bottom: 31px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.city-address {
    display: block;
}

.modal-window-content {
    margin-bottom: 56px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.modal-window-content a {
    color: #000;
    border-bottom: 1px solid #bfbfbf;
}

.modal-window-content a:hover {
    border-bottom: none;
}

.wrong-city {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.wrong-city-link {
    color: #349afe;
    border-bottom: 1px solid #cce6ff;
}

.wrong-city-link:hover {
    border-bottom: none;
}

.subscription-form__title {
    margin-top: 0;
}

.subscription {
    padding-top: 0;
}

.orders .select-options {
    max-height: 210px;
    overflow-y: auto;
}

.filter-aside__section_sizes .filter-checkbox--double-col .filter-checkbox__box:not(:nth-child(-n+12)) {
    display: block;
    opacity: 1;
}

.top-item__image {
    cursor: -webkit-pointer;
    cursor: pointer;
}

.product-preview__items-slider-slide {
    border-bottom: 1px solid #e6e6e6;
}

.filter-aside__number.visible {
    pointer-events: all;
    cursor: pointer;
}

.filter-aside__number.visible:hover {
    -webkit-box-shadow: rgba(58, 84, 214, 0.7) 0px 5px 20px;
    box-shadow: rgba(58, 84, 214, 0.7) 0px 5px 20px;
}
.filter-aside__number a {color:#FFF;}

.jq-selectbox__select {
    background: #fff !important;
    border-radius: 10px !important;
}

.jq-selectbox__select {
    height: auto !important;
    padding: 8px 27px !important;
    border: 1px solid #d8d8d8 !important;
    border-bottom-color: #d8d8d8 !important;
    box-shadow: none !important;
    font: 14px "Proxima Nova", sans-serif !important;
}

.delivery-point__info-item .jq-selectbox {
    width: 400px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.jq-selectbox ul {
    max-height: 210px !important;
    overflow-y: auto !important;
}

.product-size__label {
    display: inline-block;
    /*margin-right: 5px;*/
    border-right: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 5px;
    height: 42px;
    white-space: nowrap;
    width: auto;
    min-width: 42px;
    margin-bottom: 4px;
}

.product-size__sizes {
    display: block;
    min-height: 80px;
}

.product-price {
    border-bottom: none;
}

@media (max-width: 768px) {

    /*.product-size__sizes {
  flex-wrap: wrap;
  }*/

    .product-size__label {
        padding-top: 7px;
        font-size: 12px;
        min-width: 30px;
        height: 30px;
        margin-right: 0px;
    }

}

.cart-payment__container table.personal_data {width: 100%;}
.cart-payment__container table.personal_data tr td:first-child {width: 40%;}
.cart-payment__container table.personal_data tr td {padding:5px 0;}
.cart-payment__container table.personal_data tr td a {color:blue;}
.cart-payment__container table.personal_data tr td a:hover {color: #111111; border-color: #999999;}

input.error, textarea.error {border: 1px solid #ff0000;background: #f7ecec;}
.pagination__item--disabled {pointer-events: none; cursor: default; opacity:0.5}

.ui-autocomplete { position: absolute; cursor: default; background: #FFF; z-index:10000;}
* html .ui-autocomplete { width:1px; }
.ui-menu {list-style: none; vertical-align: top; left: 0px; top: 0; position: absolute; background-color: #FFF; display: none; width:auto; min-width: 188px;     box-shadow: 0px 0px 60px 0px rgba(4, 4, 4, 0.25);}
.ui-menu .ui-menu-item {float: none; display: block; height: auto; padding: 0; background: none; line-height: 16px; border-bottom: 1px solid #e6e6e6;}
.ui-menu .ui-menu-item a {font-size: 13px; color: #333333; text-decoration: none; padding: 10px 10px 11px 10px; display: block; background: none; cursor: pointer;}
.ui-menu .ui-menu-item a i { font-style: normal;color: #999999; position: relative;}
.ui-menu .ui-menu-item a:hover { background-color: #3a54d6; color: #FFF;}
.ui-menu .ui-menu-item a span {color:#999999; float:right; margin-left:10px;}
.ui-helper-hidden-accessible { display:none; }

/* Modal coupon */

.modal-coupon .modal__content {
    max-width: 870px;
    overflow-x: hidden;
}

.modal-coupon-desc {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888888;
    line-height: 28px;
    text-align: justify;
    font-size: 13px;
    line-height: 24px;
}

.modal-coupon-img {
    background: url('../img/coupon-img.jpg');
}

.modal-coupon input {
    width: 330px;
    border-radius: 10px;
    margin-top: 0 !important;
    margin-right: 20px;
    margin-bottom: 25px;
}

.modal-coupon input:focus {
    border-color: #999999;
}

.modal-coupon .checkbox {
    width: auto;
    display: inline-block;
    margin-bottom: 25px;
}

.modal-coupon label {
    font-size: 14px;
}

.modal-coupon img {
    margin-bottom: 65px;
    margin-left: -40px;
}

.modal-coupon .button {
    margin-bottom: 25px;
}

.modal-coupon-btn-wrap {
    text-align: center;
}
.coupon_print {margin: 0px; text-align: center}
.coupon_print img {margin: 0 0 20px 0; width:100%;}

/* New styles */

.filter-aside__number.visible {
    padding: 10px 20px;
    font-size: 18px;
    right: -195px !important;
}

.close-modal-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../img/close-btn.png');
    background-size: cover;
}

.close-modal-btn:hover {
    cursor: pointer;
}

.modal__content {
    position: relative;
}

.product-buttons__buttons {
    -webkit-box-pack: left;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: left;
    justify-content: flex-start;
}

.product-buttons__buttons .button {
    margin-right: 2%;
}

.city-address-wrap {
    width: 90%;
    float: right;
    display: inline-block;
}

.brand-category__button.button--inverse span {
    border-bottom: none;
}

.city-accept .modal__content {
    max-width: 385px;
}

.product-feedback__feedback {
    display: block;
    line-height: 25px;
}

.blog-list__pagination-inner {
    max-width: 100%;
}

.slick-slider {
    max-height: 1000px;
}

.filter-bar__item {
    border-bottom: 1px solid #e6e6e6;
}
.product-buttons__buttons .product-buttons__button_go_cart {
    background: #feb312;
}
.product-buttons__buttons .product-buttons__button_go_cart:hover {
    border-color: #feb312;
}
@media screen and (max-width: 768px) {

    .letter-section:not(:first-child) {
        display: block;
    }

    .SumoSelect {
        display: inline-block;
        position: relative;
        outline: 0;
        width: 53%;
    }

    .select-wrap__label {
        margin-right: 10px;
        font-weight: 700;
        display: inline-block;
        width: 160px;
    }
}

.slick-track, .slick-list {
    /*height: 1000px !important;*/
}

/*.main.container {
    margin-top: -675px !important;
}*/

.main-slider__content {
    padding: 20px 10px !important;
}

.main-slider__item {
    height: 300px !important;
}

.main-slider__title {
    margin: 0;
    margin-bottom: 10px;
}

.main-slider__subtitle {
    line-height: 50px;
}

.main-slider {
    height: 1000px;
}

.main-slider__slide {
    min-height: 1000px;
}

.main-slider__navigation__controls {
    margin-top: -250px;
}

.main-slider__navigation-left {
    margin-left: -90px;
}

.main-slider__navigation-right {
    margin-right: -90px;
}

.filter-bar__item--available select {
    height: 30px;
}

@media (max-width: 768px) {

    .filter-aside__section:nth-of-type(4) {
        display: none;
    }

    .filter-aside__number.visible {
        right: 75px !important;
    }

}

.homs {
    height: 420px !important;
    overflow: hidden;
}

.modalshop .modal__content {
    padding: 10px;
}

.product-min__desc {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
}


.table-reserve {
    border: 0;
    font-size: 14px;
}

.table-reserve th {
    text-align: left;
}

.table-reserve td, .table-reserve th {
    padding: 15px;
}

.table-reserve {
    border: 0;
    font-size: 14px;
    border-spacing: 0; }
.table-reserve th {
    text-align: left; }
.table-reserve th img {
    margin-right: 10px; }
.table-reserve td, .table-reserve th {
    padding: 15px;
    border-bottom: 1px solid #ccc; }
.table-reserve tr td {
    border-left: 1px solid #ccc;
    text-align: center; }

.product-feedback__addcomment {
    background: #ddd;
    padding: 30px 0;
    border-top: 1px solid #aaa;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.button--reserve {
    padding: 10px 25px;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 30px -4px #3a54d6;
    box-shadow: 0px 0px 30px -4px #3a54d6;
    font-weight: normal; }

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

.not_available {
    color: #888;
    font-size: 13px; }

.padding-0 {
    padding: 0; }

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

.modal--verybiggest .modal__content {
    max-width: 80%; }

.button.disabled {background: #ccc; box-shadow: none !important; pointer-events: none;cursor: not-allowed;}
.button.selected {background: #FFFFFF;border-color: #3a54d6;color: #3a54d6;}

div.constructor_goods ul {list-style-type: none; border-bottom: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;padding-top: 20px; margin-top: 20px;}
div.constructor_goods ul li {display: inline-block; font-size: 14px; margin-bottom: 20px; font-weight: 600; width: 50%;}
div.constructor_goods ul li img {height: 30px; width: 30px; vertical-align: middle; margin-right: 5px; -webkit-filter: grayscale(100%);filter: grayscale(100%);}
div.constructor_goods ul li b {display: block; text-transform: uppercase; font-weight: normal;}
div.constructor_goods ul li span {position: relative;}
div.constructor_goods ul li span i {visibility: hidden;width: 120px;top: 145%;left: 50%;margin-left: -60px;background-color: black;color: #fff;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;font-style: normal;}
div.constructor_goods ul li span:hover img {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
div.constructor_goods ul li span:hover i {visibility: visible;}
div.constructor_goods ul li span.active img {-webkit-filter: grayscale(0%);filter: grayscale(0%);}

.tooltip_orders {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    color:#FF0000;
}

.tooltip_orders .tooltiptext_orders {
    visibility: hidden;
    width: 400px;
    bottom: 100%;
    left: 50%;
    margin-left: -196px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    padding: 5px;
}

.tooltip_orders:hover .tooltiptext_orders {
    visibility: visible;
}

.tooltip_orders .tooltiptext_orders::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.monthoffalls {
    text-align: center;
}
.monthoffalls a {
    padding: 0;
    margin: 2px;
}
.monthoffalls a img {
    height: 285px;
    width: 285px;
}
.monthoffalls a.monthoffalls_more{
    margin: 30px auto !important;
    display: block;
    color: #000;
    font-size: 21px;
    width: 225px;
}
.monthoffalls a.monthoffalls_more img {
    height: 34px;
    width: 34px;
    vertical-align: middle;
    margin-right: 10px;
}
.monthoffalls a.monthoffalls_more:hover > img {
    -webkit-transform:rotate(360deg);-webkit-transition-duration:.4s
}

.blog-list.pst-bl{
    padding: 30px 20px 0 20px;
}
.blog-list.pst-bl .blog-item__image{
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px){
    .blog-bg__image .blog-item__image{
        height: 280px;
        float: right;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .blog-bg__image {
        margin-top: 30px;
    }

    .pst_team {
        padding: 20px !important;
    }

    .blog-list.pst-bl {
        padding: 0 15px 15px 15px;
    }

    .blog-list.pst-bl .blog-item__image {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .header__top-content{
        display: block !important;
    }
    .header__menu{
        display: none;
    }
    .header__auth{
        position: absolute;
        right: 0;
        top: 0;
        height: 74px;
        z-index: 999;
        width: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

    div.auth:after {
        content: '';
        display: block;
        height: 30px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        z-index: -1;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='fill: %23fff;stroke:%23fff;stroke-width: 0.05;'%3E%3Ctitle/%3E%3Cg id='about'%3E%3Cpath d='M16,16A7,7,0,1,0,9,9,7,7,0,0,0,16,16ZM16,4a5,5,0,1,1-5,5A5,5,0,0,1,16,4Z'/%3E%3Cpath d='M17,18H15A11,11,0,0,0,4,29a1,1,0,0,0,1,1H27a1,1,0,0,0,1-1A11,11,0,0,0,17,18ZM6.06,28A9,9,0,0,1,15,20h2a9,9,0,0,1,8.94,8Z'/%3E%3C/g%3E%3C/svg%3E");
    }
    div.auth__element.auth__element--divider, a.auth__element.js-modal-trigger {
        display: none !important;
    }
    a.auth__element {
        height: 75px;
        width: 100%;
        color: #000000;
        opacity: 0;
    }
    p.about__paragraph {
        margin: 0 auto 15px;
        text-align: left;
    }
    div.subscription-form__subtitle {
        display: none;
    }
    div.subscription {
        padding-top: 75px !important;
        padding-bottom: 40px !important;
        height: auto;
    }
    nav.footer__about-menu_copy{
        display: none;
    }
    .footer__about p:nth-child(2) {
        text-align: left;
    }
    .footer__info-text p{
        text-align: center;
    }
    div.cart-hover2 .cart-popup__header {
        padding: 15px 5px;
    }
    div.cart-popup__title {
        font-size: 14px;
    }
}
@media (min-width: 650px) and (max-width: 768px){
    .header__auth {
        width: 110px;
    }
}

@media only screen and (max-width: 640px){
    .header__item.col-xs-6 {
        width: 37%;
    }
    .header__auth {
        width: 75px;
    }
}
@media (min-width: 460px) and (max-width: 485px){
    .header__auth {
        width: 50px;
    }
}
@media only screen and (max-width: 460px){
    .header__auth {
        width: 40px;
    }
}

#search_mobile {display: none;}

.label_sale {background: #FF0000; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.label_new {background: #02cd00; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.lable_gsd {background: #02cd00; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.lable_action {background: #02cd00; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.lable_halloween {background: #d78108; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.lable_blackfriday {background: #000; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}
.lable_wsd {background: #d78108; border-radius: 3px; font-size:12px; color:#000; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}


/*.label_new {background: #02cd00; border-radius: 3px; font-size:12px; color:#FFF; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}*/
/*.label_new {background: #ffcc00; border-radius: 3px; font-size:12px; color:#000; padding:2px 5px;position: absolute;left: 20px;z-index: 10; top:20px;}*/



@media (max-width: 1169px) {
    .blog-post__content div.blog-content img {
        max-width: 100%;
        height: auto !important;
    }
}
.yandex_kassa_text {font-size: 11px;color: #aeaeae; display: inline-block;vertical-align: middle; font-weight: normal; margin-left: 30px; width: 200px;}
.yandex_kassa_text a {margin-top: 4px; display: inline-block;}
@media only screen and (max-width: 768px) {
    .yandex_kassa_text {
        width: 100%;
        margin-top: 8px;
        margin-left: 10px;
    }
}

.form-inner-group.raffle .jq-selectbox {
    max-width: 450px;
    width: 100%;
}
.jq-selectbox.error .jq-selectbox__select{
    border: 1px solid #ff0000 !important;
    background: #f7ecec !important;
}

table.greyGridTable {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 30px;
}
table.greyGridTable td, table.greyGridTable th {
    border: 1px solid #FFFFFF;
    padding: 3px 4px;
}
table.greyGridTable tbody td {
    font-size: 16px;
}
table.greyGridTable td:nth-child(even) {
    background: #EBEBEB;
}
table.greyGridTable thead {
    background: #FFFFFF;
    border-bottom: 2px solid #333333;
}
table.greyGridTable thead th {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    /*border-left: 2px solid #333333;*/
}
table.greyGridTable thead th:first-child {
    border-left: none;
}

table.greyGridTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    border-top: 2px solid #333333;
}
table.greyGridTable tfoot td {
    font-size: 14px;
}
ul.log_sql li {padding:10px;    font-size: 12px;}