/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 1 */
        -ms-text-size-adjust: 100%;
    /* 2 */;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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 {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    /* 1 */
            text-decoration: underline;
            text-decoration: underline dotted;
    border-bottom: none;
    /* 2 */

    -webkit-text-decoration: underline dotted;
       -moz-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 {
    color: #000;
    background-color: #ff0;
}

/**
 * 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 {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.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 {
    /* 1 */
    margin: 0;
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 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 {
    padding: 0;
    border-style: none;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: .35em .75em .625em;
}

/**
 * 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 {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 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;
       -moz-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"] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 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 {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 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;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;

     -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

/*======================================
  Selectric v1.11.1
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    position: relative;
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.selectric .label {
    display: block;
    overflow: hidden;
    height: 38px;
    margin: 0 38px 0 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
       text-overflow: ellipsis;
    color: #444;
    font-size: 12px;
    line-height: 38px;

    -o-text-overflow: ellipsis;
}

.selectric .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #bbb;
    font: 0/0 a;

    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: " ";
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;

    filter: alpha(opacity=50);
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    background: none !important;

    *font: 0/0 a !important;
}

.selectric-temp-show {
    position: absolute !important;
    display: block !important;
    visibility: hidden !important;
}

/* Items box */

.selectric-items {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    display: none;
    border: 1px solid #c4c4c4;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 10px -6px;
       -moz-box-shadow: 0 0 10px -6px;
            box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    overflow: auto;
    height: 100%;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    min-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    cursor: pointer;
    color: #666;
}

.selectric-items li.selected {
    color: #444;
    background: #e0e0e0;
}

.selectric-items li.highlighted {
    color: #444;
    background: #d0d0d0;
}

.selectric-items li:hover {
    color: #444;
    background: #d5d5d5;
}

.selectric-items .disabled {
    cursor: default !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
    color: #666 !important;
    background: none !important;

    filter: alpha(opacity=50);
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #444;
    background: none;
    font-weight: bold;
}

.selectric-items .selectric-group.disabled li {
    opacity: 1;

    filter: alpha(opacity=100);
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

@font-face {
    font-family: "PTSans";
    src: url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.eot");
    src: url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.woff2") format("woff2"), url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.woff") format("woff"), url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.ttf") format("truetype"), url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.svg#PTSans-Regular") format("svg"), url("../bundles/app/assets/fonts/PTSans-Regular/PTSans-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PTSans";
    src: url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.eot");
    src: url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.woff2") format("woff2"), url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.woff") format("woff"), url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.ttf") format("truetype"), url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.svg#PTSans-Bold") format("svg"), url("../bundles/app/assets/fonts/PTSans-Bold/PTSans-Bold.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

[tabindex="-1"]:focus {
    outline: none !important;
}

button,
[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

a,
button,
input,
*:focus,
*:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

[data-whatinput="initial"] :focus {
    outline: none;
}

[data-whatinput="mouse"] :focus {
    outline: none;
}

[data-whatinput="touch"] :focus {
    outline: none;
}

html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 320px;
    height: 100%;
    margin: 0;
    font-size: 16px;

    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    color: #000;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    line-height: 1.2;

        -ms-backface-visibility: hidden;
}

body:after {
    display: table;
    clear: both;
    content: "";
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: "PTSans", sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 30px;
    font-weight: 400;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
figure,
table {
    margin: 0 0 20px;
}

p {
    margin: 0 0 15px;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

a {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #137570;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

ol,
ul {
    padding-left: 2em;
    list-style-position: inside;
}

ol li,
ul li {
    margin-bottom: .5em;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

dt,
dd {
    line-height: 1.2;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

pre,
code {
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
    font-size: 16px;
    line-height: 1.6;
}

pre {
    padding: 1em;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #eee;
}

q {
    quotes: "«" "»";
    font-style: italic;
}

q q {
    quotes: "„" "“";
    font-style: italic;
}

blockquote {
    margin: 0 0 1.2em;
    padding: .6em;
}

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

blockquote p:first-child,
blockquote ul:first-child,
blockquote ol:first-child {
    margin-top: 0;
}

blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.2;
}

blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

table {
    width: 100%;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.svg-icon--arrow {
    width: 2.142857142857143em;
    font-size: .4375rem;
}

.svg-icon--cart {
    width: 1.047619047619048em;
    font-size: 1.3125rem;
}

.svg-icon--cart-2 {
    width: 1em;
    font-size: 1.5rem;
}

.svg-icon--cart-3 {
    width: 1em;
    font-size: 1.5625rem;
}

.svg-icon--delivery {
    width: 1.103448275862069em;
    font-size: 1.8125rem;
}

.svg-icon--delivery-2 {
    width: 1.103448275862069em;
    font-size: 1.8125rem;
}

.svg-icon--facebook {
    width: .65em;
    font-size: 1.25rem;
}

.svg-icon--home {
    width: 1em;
    font-size: .875rem;
}

.svg-icon--lock {
    width: .85em;
    font-size: 1.25rem;
}

.svg-icon--mastercard {
    width: 1.59375em;
    font-size: 2rem;
}

.svg-icon--ok {
    width: 1em;
    font-size: 1.75rem;
}

.svg-icon--phone {
    width: 1em;
    font-size: 2.1875rem;
}

.svg-icon--search {
    width: 1em;
    font-size: 1.125rem;
}

.svg-icon--twitter {
    width: 1.166666666666667em;
    font-size: 1.125rem;
}

.svg-icon--user {
    width: 1em;
    font-size: 1.875rem;
}

.svg-icon--visa {
    width: 3.052631578947369em;
    font-size: 1.1875rem;
}

.svg-icon--vk {
    width: 1.6875em;
    font-size: 1rem;
}

.svg-icon--youtube {
    width: .814814814814815em;
    font-size: 1.6875rem;
}

.svg-icon--zoom-in {
    width: 1em;
    font-size: 1.5rem;
}

.form-item {
    display: block;
    width: 100%;
    font-size: 0;
}

.form-item--promo {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    max-width: 285px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.form-item__group {
    margin-bottom: 20px;
}

.form-item__error {
    color: #cb2839;
    font-size: 14px;
}

.form-item__error.success {
    color: #00a65a;
}

.form-item__text {
    display: block;
    color: #6f8188;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.form-item__registration-success {
    display: none;
}

.form-item__label {
    display: block;
    margin-bottom: 8px;
    color: #6f8188;
    font-family: "PTSans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.form-item--promo .form-item__label {
            flex: 0 0 auto;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 14px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.form-item--login .form-item__label,
.form-item--registration .form-item__label {
    font-size: 14px;
}

.form-item__required {
    color: #cb2839;
}

.form-item__input {
    position: relative;
}

.form-item__input input,
.form-item__input textarea,
.form-item__input select {
    width: 100%;
}

.form-item__input input,
.form-item__input textarea,
.form-item__input select {
    width: 100%;
    padding: 10px 30px 10px 10px;
    color: #000;
    border: 1px solid #cfd0d1;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.form-item__input input::-webkit-input-placeholder,
.form-item__input textarea::-webkit-input-placeholder,
.form-item__input select::-webkit-input-placeholder {
    opacity: 1;
    color: #cacaca;
}

.form-item__input input:-moz-placeholder,
.form-item__input textarea:-moz-placeholder,
.form-item__input select:-moz-placeholder {
    opacity: 1;
    color: #cacaca;
}

.form-item__input input::-moz-placeholder,
.form-item__input textarea::-moz-placeholder,
.form-item__input select::-moz-placeholder {
    opacity: 1;
    color: #cacaca;
}

.form-item__input input:-ms-input-placeholder,
.form-item__input textarea:-ms-input-placeholder,
.form-item__input select:-ms-input-placeholder {
    opacity: 1;
    color: #cacaca;
}

.form-item__input input:input-placeholder,
.form-item__input textarea:input-placeholder,
.form-item__input select:input-placeholder {
    opacity: 1;
    color: #cacaca;
}

.form-item--type-search .form-item__input input,
.form-item--type-search .form-item__input textarea,
.form-item--type-search .form-item__input select {
    font-size: 10px;
}

.form-item__input input {
    height: 34px;
}

.form-item--promo .form-item__input input {
    font-size: 14px;
}

.form-item__input textarea {
    height: 90px;
    resize: none;
}

.form-item--order .form-item__input textarea {
    height: 150px;
    border-width: 2px;
}

.form-item__input select {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23000000' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    -webkit-background-size: .65em auto;
       -moz-background-size: .65em auto;
         -o-background-size: .65em auto;
            background-size: .65em auto;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.form-item__input select::-ms-expand {
    display: none;
}

.form-item__input select option.hidden-option {
    display: none;
}

.form-item__input--textarea textarea {
    width: 300px;
}

.form-item__input--reset-email input,
.form-item__input--registration input,
.form-item__input--reset-email textarea,
.form-item__input--registration textarea {
    width: 300px;
}

.form-item__input--cabinet input,
.form-item__input--cabinet textarea {
    width: 90%;
}

.form-item__input--file {
    display: inline-block;
}

.form-item__input--file input {
    border: 0;
}

.form-item__input input.error {
    border-color: #900;
}

.form-item__input label.error {
    position: absolute;
    z-index: 100;
    top: 95%;
    right: 0;
    left: 0;
    display: block;
    padding: 8px 10px;
    color: #900;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fdfcd3;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
            box-shadow: 0 0 10px rgba(0,0,0,.15);
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.form-item__input label.error::before {
    position: absolute;
    top: -7px;
    left: 10px;
    display: block;
    width: 14px;
    height: 7px;
    content: "";
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}

.form-item__input label.error::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: block;
    width: 14px;
    height: 7px;
    content: "";
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fdfcd3 transparent;
}

.form-item__helpers {
    margin-top: 8px;
}

.form-item__hint {
    margin: 0;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
}

.form-item--type-radio,
.form-item--type-radio-size {
    position: relative;
    display: inline-block;
    width: auto;
}

.form-item--type-checkbox {
    position: relative;
    display: block;
}

.form-item--type-checkbox input,
.form-item--type-radio input,
.form-item--type-radio-size input {
    display: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.form-item--type-checkbox .form-item__label,
.form-item--type-radio .form-item__label {
    display: inline-block;
    min-width: 17px;
    margin: 0;
    padding: 0 0 0 30px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #6f8188;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    -webkit-touch-callout: none;
}

.form-item--type-checkbox.form-item--order .form-item__label,
.form-item--type-radio.form-item--order .form-item__label {
    min-height: 32px;
    padding-top: 6px;
    padding-left: 47px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.form-item--type-checkbox.form-item--small .form-item__label,
.form-item--type-radio.form-item--small .form-item__label {
    min-width: 12px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 400;
}

.form-item--type-radio-size .form-item__label {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    margin: 0;
    padding: 3px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    color: #666;
    border: 1px solid #cad5d9;
    background-color: #eff4f6;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    -webkit-touch-callout: none;
}

.form-item--type-checkbox .form-item__label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    content: "";
    border: 1px solid #cfd0d1;
    background-color: #fff;
}

.form-item--type-checkbox.form-item--small .form-item__label::before {
    width: 12px;
    height: 12px;
}

.form-item--type-checkbox input:checked+ .form-item__label::after {
    position: absolute;
    top: -7px;
    left: 8px;
    width: 8px;
    height: 20px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #1ba8a0;
    border-bottom: 2px solid #1ba8a0;
}

.form-item--type-checkbox.form-item--small input:checked+ .form-item__label::after {
    position: absolute;
    top: -5px;
    left: 6px;
    width: 6px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #1ba8a0;
    border-bottom: 2px solid #1ba8a0;
}

.form-item--type-radio .form-item__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    border: 1px solid #cfd0d1;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.form-item--type-radio.form-item--order .form-item__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #c4c4c4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.form-item--type-radio input:checked+ .form-item__label::before {
    border: 5px solid #1ba8a0;
}

.form-item--type-radio.form-item--order input:checked+ .form-item__label::before {
    border: 8px solid #1ba8a0;
}

.form-item--type-radio-size input:checked+ .form-item__label {
    color: #fff;
    border-color: #1ba8a0;
    background-color: #1ba8a0;
}

.form-item--type-number .form-item__input {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
    width: 100%;
    height: 34px;
    border: none;
    background-color: #f1f4f4;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.form-item--type-number .form-item__input input {
    display: inline-block;
            flex: 1 1 auto;
    max-width: 30px;
    height: 33px;
    padding: 0;
    text-align: center;
    color: #576160;
    border: none;
    background-color: #f1f4f4;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;

    -moz-appearance: textfield;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
}

.form-item--type-number .form-item__input input::-webkit-outer-spin-button,
.form-item--type-number .form-item__input input::-webkit-inner-spin-button {
    margin: 0;
    /* display: none; <- Crashes Chrome on hover */

    -webkit-appearance: none;
}

.form-item--type-number .form-item__minus,
.form-item--type-number .form-item__plus {
    position: relative;
    display: block;
            flex: 0 0 40px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: none;
    background: transparent;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
}

.form-item--type-number .form-item__minus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #1ba8a0;
}

.form-item--type-number .form-item__minus:hover::before {
    background-color: #137570;
}

.form-item--type-number .form-item__plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #1ba8a0;
}

.form-item--type-number .form-item__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    background-color: #1ba8a0;
}

.form-item--type-number .form-item__plus:hover::before,
.form-item--type-number .form-item__plus:hover::after {
    background-color: #137570;
}

.form-item .selectric {
    position: relative;
    z-index: 30;
    width: 100%;
    max-width: 280px;
    height: 32px;
    border: none;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}

.form-item .selectric .label {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 30px 0 14px;
    color: #2e313d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.form-item .selectric .label::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #141414;
    border-bottom: 2px solid #141414;
}

.form-item .selectric .button {
    display: none;
}

.form-item .selectric-open .label::after {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.form-item .selectric-items {
    z-index: 50;
    top: 34px;
    border: none;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #fff;
}

.form-item .selectric-items li {
    width: 100%;
    padding: 9px 14px;
    color: #2e313d;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.form-item .selectric-items li.selected {
    display: none;
}

.form-item .selectric-items li:hover,
.form-item .selectric-items li.highlighted {
    text-decoration: none;
    color: #2e313d;
    background-color: #f9f9f9;
}

.form-item--order .selectric-wrapper {
    z-index: 100;
}

.form-item--order .selectric {
    height: 56px;
    border: 2px solid #cfd0d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.form-item--order .selectric .label {
    height: 52px;
    padding: 0 60px 0 18px;
    color: #000;
    font-size: 16px;
    line-height: 52px;
}

.form-item--order .selectric .label::after {
    display: none;
}

.form-item--order .selectric .button {
    top: 50%;
    right: 6px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #000;
    border: none;
    background-color: #1ba8a0;
}

.form-item--order .selectric .button::after {
    border-top-color: #fff !important;
}

.form-item--order .selectric-open .button::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.form-item--order .selectric-items {
    z-index: 50;
    top: 58px;
    border: none;
    border: 2px solid #cfd0d1;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #fff;
}

.form-item--order .selectric-items li {
    width: 100%;
    padding: 9px 18px;
    color: #333;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.form-item--order .selectric-items li.selected {
    display: none;
}

.form-item--order .selectric-items li:hover,
.form-item--order .selectric-items li.highlighted {
    text-decoration: none;
    color: #000;
    background-color: #f9f9f9;
}

.form-item--order .selectric-items .selectric-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.form-item--order .selectric-items .selectric-scroll::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.05);
}

.form-item--order .selectric-items .selectric-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f8f8f8;
}

.form-item--order .selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
    background-color: #dadada;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 20;
    top: 50%;
    display: block;
    width: 16px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    color: transparent;
    border: none;
    background-color: transparent;
    font-size: 0;
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 3px;
    border-color: #cecece;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    border-color: #137570;
}

.slick-prev {
    left: -15px;
}

.slick-prev::before {
    left: 5px;
    border-style: none none solid solid;
}

.slick-next {
    right: -15px;
}

.slick-next::before {
    right: 5px;
    border-style: solid solid none none;
}

.slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 15px;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    vertical-align: top;
}

.slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    color: transparent;
    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    outline: none;
    background-color: #9da4b9;
    font-size: 0;
}

.slick-dots li button::before,
.slick-dots li button::after {
    position: absolute;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border: 1px solid #757d9b;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.slick-dots li button::before {
    left: -11px;
}

.slick-dots li button::after {
    right: -11px;
}

.slick-dots li button:hover {
    background-color: #137570;
}

.slick-dots li button:hover::before,
.slick-dots li button:hover::after {
    border-color: #888;
}

.slick-dots li.slick-active button {
    /*width 22px
                height 22px
                margin-top -11px
                margin-left -11px*/
    border-color: #fff;
    background-color: #1ba8a0;
    /*&::before
                    left -16px
                &::after
                    right -16px*/;
}

.slick-dots li.slick-active button::before,
.slick-dots li.slick-active button::after {
    /*width 22px
                    height 22px*/
    border-color: #137570;
}

.btn {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
    outline: none;
    background: transparent;
}

.btn .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #fff;
}

.btn--search .svg-icon {
    width: 24px;
    height: 24px;
}

.btn--back {
    width: auto;
    min-width: 30px;
    padding-left: 20px;
    color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.btn--back::after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 2px;
    border-style: none none solid solid;
    border-color: #fff;
}

.btn__icon-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -10px;
}

.btn__icon-menu::before,
.btn__icon-menu::after {
    position: absolute;
    left: 0;
    content: "";
}

.btn__icon-menu::before {
    top: -6px;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
}

.btn__icon-menu::after {
    top: 6px;
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
}

.btn__icon-menu,
.btn__icon-menu:after,
.btn__icon-menu:before {
    width: 20px;
    height: 2px;
    -webkit-transition: background-color .2s linear, -webkit-transform 70ms linear;
       -moz-transition: background-color .2s linear, transform 70ms linear, -moz-transform 70ms linear;
         -o-transition: background-color .2s linear, -o-transform 70ms linear;
            transition: background-color .2s linear, -webkit-transform 70ms linear;
            transition: background-color .2s linear, transform 70ms linear;
            transition: background-color .2s linear, transform 70ms linear, -webkit-transform 70ms linear, -moz-transform 70ms linear, -o-transform 70ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #fff;
}

.btn.on .btn__icon-menu,
.btn.on .btn__icon-menu:after,
.btn.on .btn__icon-menu:before {
    background-color: #fff;
}

.btn.on .btn__icon-menu {
    background-color: transparent !important;
}

.btn.on .btn__icon-menu:before {
    -webkit-transform: rotate(45deg) translate(2px, -3px);
       -moz-transform: rotate(45deg) translate(2px, -3px);
        -ms-transform: rotate(45deg) translate(2px, -3px);
         -o-transform: rotate(45deg) translate(2px, -3px);
            transform: rotate(45deg) translate(2px, -3px);
}

.btn.on .btn__icon-menu:after {
    -webkit-transform: rotate(-45deg) translate(2px, 3px);
       -moz-transform: rotate(-45deg) translate(2px, 3px);
        -ms-transform: rotate(-45deg) translate(2px, 3px);
         -o-transform: rotate(-45deg) translate(2px, 3px);
            transform: rotate(-45deg) translate(2px, 3px);
}

.button {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    color: #1ba8a0;
    border: 2px solid #1ba8a0;
    background-color: transparent;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1ba8a0;
}

.button--big {
    padding: 8px 20px 7px;
    border-width: 2px;
    font-size: 24px;
    line-height: 30px;
}

.button--big .svg-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 12px;
}

.button--big-solid {
    padding: 17px 45px;
    color: #fff;
    border-width: 2px;
    background-color: #1ba8a0;
    font-size: 24px;
    line-height: 30px;
}

.button--big-solid:hover {
    text-decoration: none;
    color: #fff;
    border-color: #1fc3ba;
    background-color: #1fc3ba;
}

.logo {
    display: block;
}

.logo__img {
    display: block;
    max-width: 100%;
    border: 0;

    heigth: auto;
}

.phone {
    display: inline-block;
}

.phone__phone {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 42px;
    color: #2e4750;
    font-family: "PTSans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.phone__phone .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #2e4750;
}

.phone__phone:hover .svg-icon {
    fill: #137570;
}

.phone--footer .phone__phone {
    padding-left: 36px;
    color: #89979d;
    font-size: 30px;
}

.phone--footer .phone__phone .svg-icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    fill: #89979d;
}

.phone--footer .phone__phone:hover {
    color: #137570;
}

.phone--footer .phone__phone:hover .svg-icon {
    fill: #137570;
}

.phone__label {
    display: block;
    margin: 5px 0 0;
    padding-left: 42px;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.phone--footer .phone__label {
    display: none;
}

.auth {
    display: block;
}

.auth__link {
    margin: 0;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.auth__link:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dbd0cf;
}

.auth__link .svg-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #6f8188;
}

.auth__link:hover .svg-icon {
    fill: #137570;
}

.cart {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
    width: 200px;
    height: 35px;
    padding: 0 10px 0 17px;
    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
    background-color: #eff4f6;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.cart__caption {
            flex: 0 1 auto;
    margin: 0 10px 0 0;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.cart:hover .cart__caption {
    color: #137570;
}

.cart__icon {
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #1ba8a0;
}

.cart:hover .cart__icon {
    fill: #137570;
}

.social {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-flow: row nowrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.social__title {
            flex: 0 1 200px;
    max-width: 200px;
    margin: 0 20px 0 0;
    text-align: right;
    color: #2e3535;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
}

.social__btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display:    -moz-inline-box;
    display: -ms-inline-flexbox;
    display:         inline-flex;
            flex-flow: row nowrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.social__btn {
    position: relative;
    display: block;
            flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #1ba8a0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
}

.social__btn:not(:last-child) {
    margin-right: 10px;
}

.social__btn:hover {
    background-color: #137570;
}

.social__btn .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #fff;
}

.sort {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.sort__label {
            flex: 0 0 auto;
    margin: 0 10px 10px 0;
    color: #6f8188;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.sort__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            flex: 0 1 auto;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.sort__item {
    display: inline-block;
            flex: 0 0 auto;
    margin: 0 0 10px;
    padding: 0;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.sort__item:not(:last-child) {
    margin-right: 10px;
}

.sort__item a {
    text-decoration: underline;
    color: #1ba8a0;
}

.sort__item a:hover {
    color: #137570;
}

.sort__item.active a {
    text-decoration: none;
    color: #000;
}

.sort__item.active a:hover {
    color: #000;
}

.sort__icon {
    position: relative;
    display: none;
    width: 7px;
    height: 8px;
    border-bottom: 2px solid #000;
}

.sort__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 2px;
    content: "";
    background-color: #000;
}

.sort__icon::after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 5px;
    height: 2px;
    content: "";
    background-color: #000;
}

.sort__item.active .sort__icon {
    display: inline-block;
    margin-left: 5px;
}

.sort__item--down .sort__icon {
    border-top: 2px solid #000;
    border-bottom: none;
}

.sort__item--down .sort__icon::before {
    top: 4px;
}

.sort__item--down .sort__icon::after {
    top: 1px;
}

.filter {
    display: block;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    background-color: #f4f4f4;
}

.filter__section {
    padding: 15px 0;
    border-bottom: 1px solid #d5d5d5;
}

.filter__section--single {
    border-bottom: 0;
}

.filter__title {
    margin: 0 0 15px;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.filter__item {
    margin-bottom: 10px;
}

.filter__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    max-width: 180px;
    margin: 0 -5px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.filter__col {
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
}

.filter__bottom {
    padding: 25px 0 17px;
}

.filter__links,
.filter__links-item {
    margin-bottom: 10px;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.filter__links.active,
.filter__links-item.active {
    color: #1ba8a0;
}

.filter__links:last-child,
.filter__links-item:last-child {
    margin-bottom: 0;
}

.filter__fieldset {
    width: 100%;
    max-width: 180px;
}

.filter__range-slider {
    width: 100%;
    margin-bottom: 10px;
}

.filter__inputs {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
    width: 100%;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.filter__inputs::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 4px;
    height: 1px;
    margin-left: -2px;
    content: "";
    background-color: #000;
}

.filter__input {
    display: inline-block;
            flex: 0 0 auto;
    width: 77px;
    height: 30px;
    padding: 8px;
    text-align: center;
    color: #000;
    border: 1px solid #d5d5d5;
    outline: none;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;

    -moz-appearance: textfield;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.filter__input::-webkit-inner-spin-button,
.filter__input::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.filter__input::-webkit-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
}

.filter__input:-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
}

.filter__input::-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
}

.filter__input:-ms-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
}

.filter__input:input-placeholder {
    opacity: 1;
    color: #a3a3a3;
}

.irs {
    position: relative;
    display: block;
    width: auto;
    height: 20px;
    margin: 0;
}

.irs-hidden-input {
    display: none;
}

.irs-line {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    display: block;
    height: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #e2e2e2;
}

.irs-bar {
    position: absolute;
    top: 5px;
    height: 7px;
    border: 1px solid #ddd;
    background-color: #8c8c8c;
}

.irs-slider {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: border-color .2s ease, background-color .2s ease;
       -moz-transition: border-color .2s ease, background-color .2s ease;
         -o-transition: border-color .2s ease, background-color .2s ease;
            transition: border-color .2s ease, background-color .2s ease;
    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #1ba8a0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.irs-slider::before,
.irs-slider::after {
    position: absolute;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.irs-slider::before {
    left: -10px;
}

.irs-slider::after {
    right: -10px;
}

.irs-slider:hover {
    background-color: #137570;
}

.irs-from,
.irs-to {
    display: none;
}

.steps {
    display: block;
}

.steps__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.steps__step {
    position: relative;
            flex: 0 0 90px;
    max-width: 90px;
    margin: 0;
    padding: 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
}

.steps__step:not(:last-child) {
    margin-right: 70px;
}

.steps__step:not(:last-child)::before {
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
    width: 150px;
    height: 8px;
    content: "";
    background-color: #e1e4e9;
}

.steps--2 .steps__step:nth-child(1)::before {
    background-color: #1ba8a0;
}

.steps--3 .steps__step:nth-child(1)::before,
.steps--3 .steps__step:nth-child(2)::before {
    background-color: #1ba8a0;
}

.steps--4 .steps__step:nth-child(1)::before,
.steps--4 .steps__step:nth-child(2)::before,
.steps--4 .steps__step:nth-child(3)::before {
    background-color: #1ba8a0;
}

.steps__caption {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 35px;
    text-align: center;
    color: #343434;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.steps__caption::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    content: "";
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #e1e4e9;
}

.steps--1 .steps__step:nth-child(1) .steps__caption::before {
    background-color: #1ba8a0;
}

.steps--2 .steps__step:nth-child(1) .steps__caption::before,
.steps--2 .steps__step:nth-child(2) .steps__caption::before {
    background-color: #1ba8a0;
}

.steps--3 .steps__step:nth-child(1) .steps__caption::before,
.steps--3 .steps__step:nth-child(2) .steps__caption::before,
.steps--3 .steps__step:nth-child(3) .steps__caption::before {
    background-color: #1ba8a0;
}

.steps--4 .steps__step:nth-child(1) .steps__caption::before,
.steps--4 .steps__step:nth-child(2) .steps__caption::before,
.steps--4 .steps__step:nth-child(3) .steps__caption::before,
.steps--4 .steps__step:nth-child(4) .steps__caption::before {
    background-color: #1ba8a0;
}

.p-sizes {
    position: relative;
    display: block;
    padding: 10px 10px 8px;
    border: 2px solid #1ba8a0;
    background-color: #fff;
}

.p-sizes::before {
    position: absolute;
    bottom: -18px;
    left: 50%;
    display: block;
    width: 32px;
    height: 18px;
    margin-left: -16px;
    content: "";
    border-width: 18px 16px 0 16px;
    border-style: solid;
    border-color: #1ba8a0 transparent transparent transparent;
}

.p-sizes::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: block;
    width: 28px;
    height: 16px;
    margin-left: -14px;
    content: "";
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.p-sizes__title {
    margin: 0 0 10px;
    text-align: center;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.p-sizes__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
    margin: 0 -2px;
    padding: 0;
    list-style: none;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.p-sizes__item {
            flex: 0 0 auto;
    margin: 0 2px 4px;
    padding: 0;
    list-style: none;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.p-sizes__link {
    display: block;
    min-width: 28px;
    height: 28px;
    padding: 3px;
    text-align: center;
    color: #777;
    border: 1px solid #cdcdcd;
    background-color: #f6f6f6;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.t-cart {
    display: block;
    width: 100%;
    background-color: #fff;
}

.t-cart__thead {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0;
    background-color: #f0f6f5;
}

.t-cart__tbody {
    display: block;
    width: 100%;
    padding: 0;
}

.t-cart__tr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    width: 100%;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.t-cart__tbody .t-cart__tr {
    border-bottom: 1px solid #e5e5e5;
}

.t-cart__th {
    display: block;
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 11px;
    text-align: left;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.t-cart__th:nth-child(1) {
    width: 36%;
    padding-left: 20px;
}

.t-cart__th:nth-child(2) {
    width: 12%;
}

.t-cart__th:nth-child(3) {
    width: 11%;
}

.t-cart__th:nth-child(4) {
    width: 15%;
}

.t-cart__th:nth-child(5) {
    width: 11%;
}

.t-cart__th:nth-child(6) {
    width: 15%;
}

.t-cart__td {
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    color: #010101;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.t-cart__td:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    width: 36%;
    padding-right: 70px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.t-cart__td:nth-child(2) {
    width: 12%;
}

.t-cart__td:nth-child(3) {
    width: 11%;
}

.t-cart__td:nth-child(4) {
    width: 15%;
}

.t-cart__td:nth-child(5) {
    width: 11%;
}

.t-cart__td:nth-child(6) {
    width: 15%;
    padding-right: 40px;
}

.t-cart__picture {
            flex: 0 0 85px;
            align-self: center;
    max-width: 85px;
    margin: 0 20px 0 0;
    padding: 15px 0 0;

    -webkit-align-self: center;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
    -ms-flex-item-align: center;
}

.t-cart__picture img {
    display: block;
    width: 100%;
    height: auto;
}

.t-cart__titles {
            flex: 0 1 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.t-cart__title {
    margin: 0;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.t-cart__size {
    display: block;
    margin: 14px 0 0;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.t-cart__price-caption {
    display: none;
}

.t-cart__price {
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.t-cart__price-discount,
.t-cart__price-save {
    display: block;
    color: #f00;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.t-cart__remove {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -16px;
    border: none;
    background-color: transparent;
}

.t-cart__remove::before,
.t-cart__remove::after {
    position: absolute;
    top: 11px;
    left: 4px;
    display: block;
    width: 15px;
    height: 2px;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    background-color: #bec3c7;
}

.t-cart__remove::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.t-cart__remove::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.t-cart__remove:hover::before,
.t-cart__remove:hover::after {
    background-color: #137570;
}

.t-cart__price-old {
    display: block;
    text-decoration: line-through;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.t-cart__price-total {
    display: block;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.t-cart__td--discount .t-cart__price-total {
    color: #f00;
}

.t-cart__quantity {
    max-width: 110px;
}

.slideshow {
    display: block;
}

.slideshow__pictures {
    display: block;
    width: 100%;
    border: 1px solid #eee;
}

.slideshow__picture {
    position: relative;
}

.slideshow__picture .svg-icon {
    position: absolute;
    z-index: 50;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #b2b2b2;
}

.slideshow__picture:hover .svg-icon {
    fill: #137570;
}

.slideshow__picture img {
    display: block;
    width: 100%;
}

.slideshow__thumbs {
    margin-top: 20px;
    padding: 0 30px;
}

.slideshow__thumb {
    position: relative;
    display: inline-block;
    margin: 2px 3px 2px;
    cursor: pointer;
}

.slideshow__thumb::after {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    pointer-events: none;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.slideshow__thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border: none;
}

.slideshow__thumb.slick-current {
    position: relative;
}

.slideshow__thumb.slick-current::after {
    position: absolute;
    z-index: 30;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    content: "";
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-color: #1ba8a0;
}

.slideshow .slick-prev,
.slideshow .slick-next {
    top: 50%;
    margin-top: -15px;
}

.slideshow .slick-prev {
    left: 0;
}

.slideshow .slick-next {
    right: 0;
}

.form-search {
    position: relative;
    display: block;
}

.form-search__submit {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.form-search__submit .svg-icon {
    position: relative;
    top: -1px;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #2e4750;
}

.form-search__submit:hover .svg-icon {
    fill: #137570;
}

.form-search__results {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 10px;
    border-right: 1px solid #cfd0d1;
    border-bottom: 1px solid #cfd0d1;
    border-left: 1px solid #cfd0d1;
    background: #fff;
}

.form-search__results.active {
    display: block;
}

.form-search__results-item {
    display: block;
    overflow: hidden;
    padding: 7px 0;
}

.form-search__results-image {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

.form-search__results-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.form-search__results-name:hover {
    color: #137570;
}

.form-checkout {
    display: block;
}

.form-checkout__item {
    margin-bottom: 20px;
}

.form-checkout__textarea {
    width: 300px;
}

.form-checkout__hint {
    display: block;
    margin: 5px 0 0;
    padding-left: 30px;
    cursor: pointer;
    color: #6f8188;
    font-family: "PTSans", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.form-checkout__footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-checkout__submit {
    width: 100px;
}

.form-checkout__success {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    background: #fafafa;
    font-size: 16px;
}

.form-checkout__success span {
    font-weight: bold;
}

.form-cart {
    display: block;
}

.form-cart__table {
    margin-bottom: 15px;
}

.form-cart__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: space-between;
    padding: 20px 20px 25px;
    background-color: #fafafa;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.form-cart__col {
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.form-cart__promo {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.form-cart__promo-field {
    margin-right: 15px;
}

.form-cart__promo-error {
    margin-top: 6px;
    color: #f00;
    font-size: 14px;
}

.form-cart__promo-used {
    font-size: 14px;
}

.form-cart__total {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    width: 260px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.form-cart__total-caption {
            flex: 0 0 110px;
    max-width: 110px;
    margin: 5px 0;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
}

.form-cart__total-value {
            flex: 0 0 auto;
    margin: 5px 0;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.form-cart__save {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    width: 260px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.form-cart__save-caption {
            flex: 0 0 110px;
    max-width: 110px;
    margin: 5px 0;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
}

.form-cart__save-value {
            flex: 0 0 auto;
    margin: 5px 0;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.form-cart__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.form-cart__bottom .button {
    width: 100%;
    max-width: 180px;
}

.menu-main {
    display: block;
}

.menu-main__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.menu-main__item {
    position: relative;
    display: block;
            flex: 1 1 auto;
    margin: 0;
    padding: 0;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
}

.menu-main__link {
    display: block;
    width: 100%;
    height: 33px;
    padding: 5px 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.menu-main__link:hover,
.menu-main__item.on .menu-main__link {
    color: #fff;
}

.menu-main__expand {
    display: none;
}

.menu-main__submenu {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    width: auto;
    min-width: 100%;
    padding: 10px 15px;
    background-color: #137570;
}

.menu-main__subgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    vertical-align: top;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.ie .menu-main__subgroup {
    min-width: 80px;
}

.menu-main__subgroup:not(:last-child) {
    margin-right: 20px;
}

.menu-main__subtitle {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.menu-main__subtitle:hover {
    color: #1ba8a0;
    border-color: #1ba8a0;
}

.menu-main__subitems {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.menu-main__subitem {
    display: block;
    margin: 0 0;
    padding: 0;
    list-style: none;
}

.menu-main__sublink {
    display: block;
    padding: 2px 5px;
    text-align: left;
    color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.menu-main__sublink:hover {
    color: #fff;
    background-color: #1ba8a0;
}

.menu-top {
    display: inline-block;
}

.menu-top__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.menu-top__item {
    display: inline-block;
            flex: 0 0 auto;
    margin: 0;
    padding: 0;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.menu-top__item:not(:last-child) {
    margin-right: 20px;
}

.menu-footer {
    display: block;
}

.menu-footer__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-footer__item {
    position: relative;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 22px;
}

.menu-footer__link {
    display: block;
    margin: 0;
    color: #697b83;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.menu-footer__icon {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #1ba8a0;
}

.menu-footer__icon::before,
.menu-footer__icon::after {
    position: absolute;
    top: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.menu-footer__icon::before {
    left: -8px;
}

.menu-footer__icon::after {
    right: -8px;
}

.breadcrumbs {
    display: block;
    padding: 15px 0;
}

.breadcrumbs__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.breadcrumbs__item {
    display: inline-block;
            flex: 0 1 auto;
    margin: 0;
    padding: 0;
    color: #b0b3b3;
    font-family: "PTSans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 5px;
}

.breadcrumbs__item a {
    color: #b0b3b3;
}

.breadcrumbs__item a .svg-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    fill: #68767b;
}

.breadcrumbs__item a:hover .svg-icon {
    fill: #137570;
}

.breadcrumbs__item a:hover {
    color: #137570;
}

.breadcrumbs__arrow {
    display: inline-block;
    margin-right: 4px;
    fill: #b0b3b3;
}

.c-news {
    position: relative;
    display: block;
    height: 210px;
}

.c-news__picture {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.c-news__picture img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%";

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.c-news__content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.c-news__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.c-news__title a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

.c-news__title a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.7);
}

.c-news__date {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 7px 16px;
    color: #fff;
    background-color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.news-view {
    position: relative;
    display: block;
}

.news-view__content {
    margin-top: 30px;
}

.news-view__date {
    display: inline-block;
    padding: 7px 16px;
    color: #fff;
    background-color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.c-news {
    position: relative;
    display: block;
    height: 210px;
}

.c-news__picture {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.c-news__picture img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%";

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.c-news__content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.c-news__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.c-news__title a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

.c-news__title a:hover {
    color: #fff;
    background-color: rgba(0,0,0,.7);
}

.c-news__date {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 7px 16px;
    color: #fff;
    background-color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.c-video {
    position: relative;
    display: block;
}

.c-video__picture {
    display: block;
    width: 100%;
}

.c-video__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 12px 20px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.c-item {
    position: relative;
    display: inline-block;
    width: 226px;
    min-height: 280px;
    padding: 0;
    vertical-align: top;
}

.ios .c-item {
    min-height: 300px;
}

.c-item__wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    padding: 48px 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
}

.ios .c-item__wrapper {
    min-height: 300px;
}

.c-item__wrapper:not(.c-item__wrapper--fixed):hover {
    position: absolute;
    z-index: 50;
    top: 0;
    height: auto;
}

.c-item__bottom {
    display: none;
    padding-bottom: 10px;
    text-align: center;
}

.c-item__wrapper:hover .c-item__bottom {
    display: block;
}

.c-item--expanded .c-item__bottom {
    display: block;
}

.c-item__logo {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    max-width: 60px;
    max-height: 35px;
}

.c-item__label {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px;
    display: block;
    width: 32px;
    height: 27px;
    padding: 6px 1px 0;
    text-align: center;
    color: #fff;
    background-color: #00c383;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    posiiton: absolute;
}

.c-item__label::before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 16px;
    height: 6px;
    content: "";
    border-width: 6px 16px 0 0;
    border-style: solid;
    border-color: #00c383 transparent transparent transparent;
}

.c-item__label::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 16px;
    height: 6px;
    content: "";
    border-width: 0 16px 6px 0;
    border-style: solid;
    border-color: transparent #00c383 transparent transparent;
}

.c-item__label--new {
    background-color: #00c383;
}

.c-item__label--new::before {
    border-top-color: #00c383;
}

.c-item__label--new::after {
    border-right-color: #00c383;
}

.c-item__label--sale {
    background-color: #c33900;
}

.c-item__label--sale::before {
    border-top-color: #c33900;
}

.c-item__label--sale::after {
    border-right-color: #c33900;
}

.c-item__label--top {
    background-color: #008bc3;
}

.c-item__label--top::before {
    border-top-color: #008bc3;
}

.c-item__label--top::after {
    border-right-color: #008bc3;
}

.c-item__img-wrapper {
    padding: 15px;
}

.c-item__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 12px;
    border: 0;
    text-align: center;
}

.c-item__title-wrapper {
    display: block;
    overflow: hidden;
    height: 51px;
    margin: 0 0 10px;
    text-align: center;
}

.c-item__title {
    display: block;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.c-item__title--one-line {
    margin-top: 8px;
}

.c-item__price {
    margin: 0 0 12px;
    text-align: center;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.c-item__price-old {
    display: inline-block;
    margin-right: 5px;
    text-decoration: line-through;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.c-item__sizes {
    margin: 0 0 12px;
    text-align: center;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-item__sizes span {
    font-family: "PTSans", sans-serif;
    font-weight: 700;
}

.c-item__button {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding-right: 1px;
    padding-left: 1px;
}

.c-item__button .svg-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 8px;
}

.c-item__p-sizes {
    position: absolute;
    right: 5%;
    bottom: 75px;
    left: 5%;
    display: none;
    width: 90%;
}

.s-slider {
    display: block;
    padding: 0;
    background-color: #e5eeed;
}

.s-slider__slides {
    position: relative;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.s-slider img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.s-banners {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.s-banners__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.s-banners__banners {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin: 0 -10px -20px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.s-banners__banner {
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 20px;
    padding: 0 10px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
}

.s-banners__banner img {
    display: block;
    width: 100%;
    height: auto;
}

.product-daily {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 184px;
    padding-left: 194px;
    cursor: pointer !important;
    text-align: center;
    text-decoration: none;
    background-image: url("../bundles/app/assets/img/bg/bg-product-daily.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
}

.product-daily__img {
    position: absolute;
    top: 5px;
    left: 20px;
    width: auto !important;
    height: 140px !important;
}

.product-daily__countdown {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: block;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.product-daily__countdown li {
    display: inline-block;
}

.product-daily__countdown li span {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}

.product-daily__countdown li.seperator {
    vertical-align: top;
    color: #000;
    font-size: 20px;
    line-height: 20px;
}

.product-daily__countdown li p {
    color: #a7abb1;
    font-size: 25px;
}

.product-daily__p-fixer {
    display: block;
    height: 10px;
}

.product-daily__caption {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    color: #fff;
    background: #cb2839;
    font-size: 23px;
    line-height: 50px;
}

.product-daily__name {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}

.product-daily__price {
    display: block;
    float: none;
    margin: 5px 0 0 0;
    text-align: center;
    color: #cb2839;
    font-family: "PTSans";
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
}

.product-daily__price span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    text-decoration: line-through;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.s-news {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f5f8f8;
}

.s-news__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.s-news__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            justify-content: space-between;
            align-items: center;
    margin-bottom: 25px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    flex-flowq: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.s-news__last-news {
    margin-top: 30px;
}

.s-news__title {
            flex: 0 1 auto;
    margin: 0;
    color: #191919;
    font-family: "PTSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.s-news__archive {
            flex: 0 1 auto;
    margin: 0;
    text-decoration: underline;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.s-news__archive:hover {
    text-decoration: underline;
}

.s-news__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
    margin: 0 -8px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.s-news__item {
    width: -webkit-calc(33.33% - 16px);
    width:    -moz-calc(33.33% - 16px);
    width:         calc(33.33% - 16px);
    margin: 0 8px 16px;
}

.s-video {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f5f8f8;
}

.s-video__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.s-video__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            justify-content: space-between;
            align-items: center;
    margin-bottom: 25px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    flex-flowq: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.s-video__title {
            flex: 0 1 auto;
    margin: 0;
    color: #191919;
    font-family: "PTSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.s-video__archive {
            flex: 0 1 auto;
    margin: 0;
    text-decoration: underline;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.s-video__archive:hover {
    text-decoration: underline;
}

.s-video__items {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            justify-content: center;
    margin: 0 -8px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.s-video__item {
    width: -webkit-calc(33.33% - 16px);
    width:    -moz-calc(33.33% - 16px);
    width:         calc(33.33% - 16px);
    margin: 0 8px 16px;
}

.s-cards {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.s-cards__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.s-cards__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -5px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.s-cards__cards .c-item {
    width: -webkit-calc(20% - 10px);
    width:    -moz-calc(20% - 10px);
    width:         calc(20% - 10px);
    margin: 0 5px 10px;
}

.s-content {
    display: block;
    padding-top: 45px;
    padding-bottom: 25px;
    background-color: #fff;
}

.s-content__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.s-logos {
    display: block;
}

.s-logos__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
    border-top: 1px solid #e8f0ef;
}

.s-logos__logos {
    position: relative;
    display: block;
    padding: 0 30px;
}

.s-logos__logos img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 50px;
}

.s-similar {
    display: block;
}

.s-similar__container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 45px;
}

.s-similar__container::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
    background-color: #e5e5e5;
}

.s-similar__title {
    margin: 0 0 25px;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.s-similar__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -5px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.s-similar__cards .c-item {
    width: -webkit-calc(20% - 10px);
    width:    -moz-calc(20% - 10px);
    width:         calc(20% - 10px);
    margin: 0 5px 10px;
}

.pager {
    display: block;
    width: 100%;
    padding-top: 40px;
}

.pager__prev,
.pager__next {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 22px;
}

.pager__prev:hover,
.pager__next:hover {
    text-decoration: underline;
    color: #000;
}

.pager__prev.disabled,
.pager__next.disabled {
    pointer-events: none;
    color: #919191;
}

.pager__prev.disabled:hover,
.pager__next.disabled:hover {
    color: #919191;
}

.pager__prev-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 1px;
    margin-right: 12px;
    vertical-align: middle;
    background-color: #000;
}

.pager__prev-icon::before {
    position: absolute;
    top: -2px;
    left: 0;
    width: 3px;
    height: 5px;
    content: "";
    border-width: 2.5px 3px 2.5px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}

.pager__prev.disabled .pager__prev-icon {
    background-color: #919191;
}

.pager__prev.disabled .pager__prev-icon::before {
    border-color: transparent #919191 transparent transparent;
}

.pager__next-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 1px;
    margin-left: 12px;
    vertical-align: middle;
    background-color: #000;
}

.pager__next-icon::before {
    position: absolute;
    top: -2px;
    right: 0;
    width: 3px;
    height: 5px;
    content: "";
    border-width: 2.5px 0 2.5px 3px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

.pager__next.disabled .pager__next-icon {
    background-color: #919191;
}

.pager__next.disabled .pager__next-icon::before {
    border-color: transparent transparent transparent #919191;
}

.pager__pages {
    display: inline-block;
    font-size: 0;
}

.pager__page {
    display: inline-block;
    min-width: 28px;
    height: 27px;
    margin: 0 2px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 27px;
}

.pager__page.current,
.pager__page:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1ba8a0;
}

.nav {
    display: block;
    background-color: #1ba8a0;
}

.nav.on {
    background-color: #137570;
}

.nav__container {
    position: relative;
    max-width: 1100px;
    height: 33px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.nav__btn-menu {
    display: none;
}

.nav__btn-back {
    display: none;
}

.nav__btn-search {
    display: none;
}

.page.scrolled .nav__btn-search {
    display: none;
}

.nav__btn-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}

.nav__btn-login {
    display: none;
}

.nav__btn-cart {
    display: none;
}

.nav__btn-cart-icon {
    left: 15px !important;
}

.nav__menu-top {
    position: absolute;
    top: -110px;
    left: 15px;
}

.nav__btn-login--absolute {
    display: none;
}

.nav__btn-cart--absolute {
    display: none;
}

.nav__menu-main {
    display: block;
}

.nav__menus {
    display: block;
}

.nav__menus-box {
    display: block;
}

.card {
    display: block;
}

.card__headline {
    height: 75px;
    padding-left: -webkit-calc(40% + 20px);
    padding-left:    -moz-calc(40% + 20px);
    padding-left:         calc(40% + 20px);
}

.card__title {
    margin: 0 0 10px;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.16;
}

.card__code {
    margin: 0 0 15px;
    color: #b0b3b3;
    font-family: "PTSans", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.card__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.card__left {
    width: -webkit-calc(40% - 20px);
    width:    -moz-calc(40% - 20px);
    width:         calc(40% - 20px);
    margin-top: -75px;
    margin-bottom: 30px;
}

.card__right {
    width: -webkit-calc(60% - 20px);
    width:    -moz-calc(60% - 20px);
    width:         calc(60% - 20px);
}

.card__video {
    margin-top: 30px;
}

.card__prices {
    margin-bottom: 20px;
}

.card__price {
    display: block;
    margin: 0;
    color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.card__price-old {
    margin: 0;
    text-decoration: line-through;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.card__sizes-title {
    margin: 0 0 10px;
    color: #666;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.card__sizes-title--error {
    color: #f00;
}

.card__sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin-bottom: 0;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.card__size {
            flex: 0 0 auto;
    margin: 0 9px 9px 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.card__sizes-link {
    display: block;
    margin: 0;
    color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}

.card__sizes-link a {
    color: #1ba8a0;
    border-bottom: 1px dashed #1ba8a0;
}

.card__sizes-link a:hover {
    color: #137570;
}

.card__button-cart {
    display: block;
    width: 250px;
    margin: 25px 0 22px;
}

.card__features {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.card__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: center;
            align-items: center;
            flex: 0 0 auto;
    margin: 0 20px 10px 0;
    padding: 10px 0;
    color: #89979d;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.card__feature:last-child {
    margin-right: 0;
}

.card__feature .svg-icon {
    display: inline-block;
    margin-right: 12px;
    fill: #89979d;
}

.card__feature--payment {
            flex: 0 0 250px;
    border: 1px solid #dbe3e7;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
}

.card__feature--payment span {
    margin-right: 10px;
    text-align: right;
}

.card__feature--payment .svg-icon {
    margin-right: 0;
    margin-left: 5px;
}

.header {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    display: block;
            flex: none;
    width: 100%;
    padding-top: 50px;
    -webkit-transition: padding .5s ease;
       -moz-transition: padding .5s ease;
         -o-transition: padding .5s ease;
            transition: padding .5s ease;
    background-color: #fff;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
    rigth: 0;
}

.page.scrolled .header {
    padding-top: 0;
    -webkit-transition: padding .9s ease;
       -moz-transition: padding .9s ease;
         -o-transition: padding .9s ease;
            transition: padding .9s ease;
}

.header__main {
    background-color: #fff;
}

.header__container {
    position: relative;
    max-width: 1100px;
    height: 76px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page.scrolled .header__container {
    height: 64px;
}

.header__logo {
    position: absolute;
    top: 8px;
    left: 15px;
}

.page.scrolled .header__logo {
    top: 8px;
}

.header__form-search {
    position: absolute;
    top: 6px;
    left: 340px;
    display: block;
    width: 100%;
    max-width: 450px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.page.scrolled .header__form-search {
    top: 15px;
    right: 470px;
    left: 280px;
    width: auto;
}

.page.scrolled .header__form-search .form-item__label {
    display: none;
}

.header__phone {
    position: absolute;
    top: 16px;
    right: 15px;
}

.page.scrolled .header__phone {
    display: none;
}

.header__cart {
    position: absolute;
    top: -40px;
    right: 15px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.page.scrolled .header__cart {
    top: 14px;
}

.header__auth {
    position: absolute;
    top: -35px;
    right: 260px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.page.scrolled .header__auth {
    top: 20px;
    right: 240px;
}

.content {
            flex: 1 0 auto;
    width: 100%;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
}

.content__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
}

.content__headline {
    margin-bottom: 0;
}

.content__title {
    margin: 0 0 20px;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.content__sort {
    margin-bottom: 10px;
}

.content__mob-sort-group {
    display: none;
}

.content__mob-sort {
    width: 100%;
    max-width: 180px;
    margin-right: 10px;
}

.content__button-filter {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 32px;
    padding: 5px;
    text-align: center;
    color: #000;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: transparent;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin: 0 -15px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.content__aside {
            flex: 0 0 230px;
    max-width: 230px;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
}

.content__main {
            flex: 0 1 1000px;
    max-width: 1000px;
    padding: 0 15px 0 25px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 1000px;
        -ms-flex: 0 1 1000px;
}

.content__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -5px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.content__cards .c-item {
    width: -webkit-calc(25% - 10px);
    width:    -moz-calc(25% - 10px);
    width:         calc(25% - 10px);
    margin: 0 5px 10px;
}

.content__steps {
    margin-bottom: 25px;
}

.footer {
    display: block;
            flex: none;
    width: 100%;
    background-color: #f0f6f5;
    -webkit-box-shadow: inset 0 5px 30px -6px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 5px 30px -6px rgba(0,0,0,.1);
            box-shadow: inset 0 5px 30px -6px rgba(0,0,0,.1);

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
}

.footer__container {
    position: relative;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
    margin: 0 -15px;
    padding-top: 70px;
    padding-bottom: 1px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.footer__col {
            flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
    padding: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
}

.footer__title {
    margin: 0 0 20px;
    color: #2e3535;
    font-family: "PTSans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.footer__content {
    margin: 0 0 10px;
}

.footer__content p {
    margin: 0 0 20px;
    color: #697b83;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.footer__content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid #fff;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.footer__social {
            flex: 0 1 auto;
    margin: 0 15px 0 0;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.footer__phone {
            flex: 0 0 auto;
    margin: 0 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.footer__copyright {
            flex: 0 1 auto;
    margin: 0 0 0 15px;
    color: #697b83;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.page {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    height: 100%;
    padding-top: 159px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.tabs {
    display: block;
}

.tabs__tabs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs__tab {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #333;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #fff;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.tabs__tab a {
    position: relative;
    display: block;
    padding: 12px 12px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #1ba8a0;

    -webkit-touch-callout: none;
}

.tabs__tab a:hover {
    color: #137570;
}

.tabs__tab.active {
    pointer-events: none;
    border: 1px solid #dbe3e7;
    border-bottom: 1px solid #fff;
}

.tabs__tab.active a {
    color: #333;
}

.tabs__tab.active a:color-hover {
    color: #333;
}

.tabs__pages {
    display: block;
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dbe3e7;
}

.tabs__page {
    display: none;
    margin: 0;
    padding: 25px 15px 15px;
}

.tabs__page.active {
    display: block;
}

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

.tabs__table-wrapper table {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #576160;
    border-collapse: collapse;
}

.tabs__table-wrapper table tr {
    margin: 0;
    padding: 0;
}

.tabs__table-wrapper table td {
    margin: 0;
    padding: 3px;
    border: 1px solid #aaa;
}

.features {
    display: block;
}

.features__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.features__item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            align-items: flex-start;
    margin: 0 0 10px;
    padding: 0;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -ms-flex-align: start;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
}

.features__caption {
            flex: 0 1 160px;
    margin: 0;
    padding-right: 5px;
    color: #576160;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 160px;
        -ms-flex: 0 1 160px;
}

.features__value {
            flex: 0 1 auto;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.form-order {
    display: block;
    padding-top: 30px;
}

.form-order__fieldset {
    display: block;
    margin-bottom: 45px;
    border: none;
    background: transparent;
}

.form-order__legend {
    display: block;
    margin: 0 0 25px;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.form-order__cities {
    display: block;
    margin: 0 -10px 0;

    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
}

.form-order__city {
    display: block;
    margin: 0 10px 20px;
}

.form-order__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
    margin: 0 -6px 0;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.form-order__card {
    width: -webkit-calc(33.33% - 12px);
    width:    -moz-calc(33.33% - 12px);
    width:         calc(33.33% - 12px);
    margin: 0 6px 12px;
}

.form-order__comment {
    max-width: 712px;
}

.form-order__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
    padding: 50px;
    background-color: #f0f6f5;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.form-order__bottom-content {
    display: block;
            flex: 0 1 auto;
    margin-right: 30px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.form-order__total {
    display: block;
    margin: 0;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.form-order__consent {
    display: block;
    margin: 15px 0 0;
    color: #728087;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.form-order__consent a {
    text-decoration: none;
    color: #1ba8a0;
}

.form-order__consent a:hover {
    text-decoration: underline;
    color: #728087;
}

.c-radio {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.18);
       -moz-box-shadow: 0 2px 20px rgba(0,0,0,.18);
            box-shadow: 0 2px 20px rgba(0,0,0,.18);

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.c-radio--select {
    z-index: 20;
}

.c-radio__main {
    position: relative;
    z-index: 25;
            flex: 1 0 auto;
    width: 100%;
    margin-bottom: 50px;

    -webkit-box-flex: 1;
       -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
}

.c-radio__header {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
    margin: 0 0 20px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.c-radio__title {
            flex: 0 1 auto;
    max-width: 170px;
    margin: 0 10px 0 0;
    color: #333;
    font-family: "PTSans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.c-radio__img {
            flex: 0 0 auto;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
}

.c-radio__text {
    display: block;
}

.c-radio__text,
.c-radio__text p {
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.c-radio__text p {
    margin: 0 0 10px;
}

.c-radio__text p:last-child {
    margin-bottom: 0;
}

.c-radio__select {
    position: relative;
    z-index: 500;
    margin: 40px 0 0;
}

.c-radio__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-flow: row wrap;
            align-items: center;
            flex: none;
    margin: 0 -12px -15px;

    -webkit-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
    -webkit-flex: none;
        -ms-flex: none;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
}

.c-radio__details {
    position: relative;
    z-index: 20;
            flex: 0 1 auto;
    margin: 0 12px 15px;
    text-decoration: none;
    color: #1ba8a0;
    font-family: "PTSans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.c-radio__details:hover {
    text-decoration: underline;
    color: #1ba8a0;
}

.c-radio__label {
    display: inline-block;
            flex: 0 1 auto;
    width: auto;
    margin: 0 12px 15px;

    -webkit-box-flex: 0;
       -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
}

.c-radio__label input {
    display: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.c-radio__label .c-radio__check-button {
    display: inline-block;
}

.c-radio__label .c-radio__check-button::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    opacity: 0;
    background-color: #f0f6f5;
}

.c-radio__label .c-radio__check-button span {
    position: relative;
    z-index: 20;
    padding: 12px 25px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    color: #1ba8a0;
    border: 2px solid #1ba8a0;
    background-color: transparent;
    font-family: "PTSans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.c-radio__label .c-radio__check-button span:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1ba8a0;
    background-color: #1ba8a0;
}

.c-radio__label .c-radio__check-button span:nth-child(1) {
    display: inline-block;
}

.c-radio__label .c-radio__check-button span:nth-child(2) {
    display: none;
}

.c-radio__label input:checked+ .c-radio__check-button::before {
    opacity: 1;
}

.c-radio__label input:checked+ .c-radio__check-button span {
    pointer-events: none;
    color: #728087;
    border-color: #728087;
}

.c-radio__label input:checked+ .c-radio__check-button span:hover {
    color: #728087;
    border-color: #728087;
    background-color: transparent;
}

.c-radio__label input:checked+ .c-radio__check-button span:nth-child(1) {
    display: none;
}

.c-radio__label input:checked+ .c-radio__check-button span:nth-child(2) {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .card__title {
        overflow: hidden;
        white-space: nowrap;
           text-overflow: ellipsis;

        -o-text-overflow: ellipsis;
    }

    .content__headline {
        height: 40px;
        margin-bottom: 0;
        padding-left: 240px;
    }

    .content__title {
        overflow: hidden;
        white-space: nowrap;
           text-overflow: ellipsis;

        -o-text-overflow: ellipsis;
    }

    .content__aside {
        margin-top: -40px;
    }
}

@media only screen and (min-width: 1000px) {
    .menu-main__link:hover,
    .menu-main__item.on .menu-main__link {
        background-color: #137570;
    }

    .menu-main__item--sale .menu-main__link {
        background-color: #cb2839;
    }

    .menu-main__item--sale .menu-main__link:hover {
        background-color: #ad2230;
    }

    .menu-main__item--sale.on .menu-main__link {
        background-color: #ad2230;
    }

    .menu-main__item.on .menu-main__submenu {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                flex-flow: row nowrap;
                align-items: flex-start;

        -webkit-align-items: flex-start;
        -webkit-box-align: start;
           -moz-box-align: start;
        -webkit-box-direction: normal;
           -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
           -moz-box-orient: horizontal;
        -ms-flex-align: start;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
    }

    .page.scrolled .nav__menu-top {
        display: none;
    }
}

@media only screen and (max-width: 1249px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .header__form-search {
        left: 50%;
        margin-left: -220px;
    }

    .page.scrolled .header__form-search {
        right: 470px;
        left: 250px;
        width: auto;
        margin-left: 0;
    }

    .content__main {
        padding: 0 15px;
    }

    .c-radio__img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1139px) {
    .pager__pages {
        margin: 0 40px;
    }
}

@media only screen and (max-width: 1099px) {
    .s-cards__cards .c-item {
        width: -webkit-calc(25% - 10px);
        width:    -moz-calc(25% - 10px);
        width:         calc(25% - 10px);
    }

    .s-similar__cards .c-item {
        width: -webkit-calc(25% - 10px);
        width:    -moz-calc(25% - 10px);
        width:         calc(25% - 10px);
    }

    .content__cards .c-item {
        width: -webkit-calc(33.33% - 10px);
        width:    -moz-calc(33.33% - 10px);
        width:         calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 999px) {
    .slick-dots {
        bottom: 10px;
    }

    .phone--header .phone__phone {
        padding-left: 0;
        font-size: 18px;
    }

    .phone--header .phone__phone .svg-icon {
        display: none;
    }

    .phone--header .phone__label {
        margin-top: 3px;
        padding-left: 0;
        font-size: 13px;
    }

    .t-cart__td:nth-child(1) {
        padding-right: 10px;
    }

    .t-cart__picture {
                flex: 0 0 80px;
        max-width: 80px;
        margin-right: 10px;
        padding-top: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 80px;
            -ms-flex: 0 0 80px;
    }

    .form-search__results {
        display: none;
    }

    .form-search__results.active {
        display: none;
    }

    .form-cart__total {
        width: 220px;
    }

    .form-cart__save {
        width: 220px;
    }

    .menu-main {
        background-color: #1ba8a0;
    }

    .menu-main__items {
        display: block;
    }

    .menu-main__item {
        padding: 0 35px 0 0;
        border-bottom: 1px solid #5fc2bc;
    }

    .menu-main__item--sale {
        border-bottom: none;
        background-color: #cb2839;
    }

    .menu-main__link {
        position: relative;
        height: auto;
        padding: 8px 0 8px 15px;
        text-align: left;
        text-transform: none;
        font-size: 17px;
    }

    .menu-main__expand {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 35px;
        height: 35px;
        border: none;
        background-color: transparent;
    }

    .menu-main__expand::after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        margin-left: -6px;
        content: "";
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        border-width: 2px;
        border-style: solid solid none none;
        border-color: #fff;
    }

    .menu-main__submenu {
        position: fixed;
        z-index: 300;
        top: 106px;
        right: -260px;
        bottom: 0;
        left: auto;
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 260px;
        min-width: auto;
        height: 100%;
        padding-bottom: 110px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
        background-color: #1ba8a0;
    }

    .menu-main__submenu.on {
        right: auto;
        left: 0;
        display: block;
    }

    .page.scrolled .menu-main__submenu {
        top: 48px;
    }

    .menu-main__subgroup {
        display: block;
        margin-bottom: 10px;
    }

    .menu-main__subgroup:not(:last-child) {
        margin-right: 0;
    }

    .menu-main__subtitle {
        display: block;
        text-align: left;
    }

    .menu-top {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
    }

    .menu-top__items {
        display: block;
    }

    .menu-top__item {
        display: block;
                flex: none;
        padding: 8px 15px;
        text-align: left;
        font-size: 17px;
        line-height: 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
    }

    .menu-footer__item {
        margin: 0 0 6px;
        padding: 0;
        text-align: center;
    }

    .menu-footer__icon {
        display: none;
    }

    .s-banners__banner {
                flex: 0 1 400px;
        max-width: 400px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 1 400px;
            -ms-flex: 0 1 400px;
    }

    .s-news__item {
        width: -webkit-calc(50% - 16px);
        width:    -moz-calc(50% - 16px);
        width:         calc(50% - 16px);
    }

    .s-video__item {
        width: -webkit-calc(50% - 16px);
        width:    -moz-calc(50% - 16px);
        width:         calc(50% - 16px);
    }

    .nav__container {
        height: 48px;
    }

    .nav__btn-menu {
        position: absolute;
        z-index: 400;
        top: 50%;
        left: 12px;
        display: block;
        margin-top: -15px;
    }

    .nav__btn-back {
        position: absolute;
        z-index: 400;
        top: 50%;
        left: 180px;
        margin-top: -15px;
    }

    .nav__btn-back.on {
        display: inline-block;
    }

    .nav__btn-search {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
    }

    .nav__btn-login {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
    }

    .nav__btn-cart {
        display: inline-block;
        width: auto;
        padding-left: 35px;
        vertical-align: top;
        color: #fff;
        line-height: 30px;
    }

    .nav__menu-top {
        position: relative;
        top: auto;
        left: auto;
    }

    .nav__btn-login--absolute {
        position: absolute;
        top: 50%;
        right: 70px;
        display: block;
        margin-top: -15px;
    }

    .nav__btn-cart--absolute {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        margin-top: -15px;
    }

    .nav__menus {
        position: fixed;
        z-index: 200;
        top: 58px;
        bottom: 0;
        left: -100%;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 260px;
        padding: 48px 0 0;
        -webkit-transition: left .3s ease, top .3s ease;
           -moz-transition: left .3s ease, top .3s ease;
             -o-transition: left .3s ease, top .3s ease;
                transition: left .3s ease, top .3s ease;
        text-align: center;
    }

    .nav__menus.on {
        left: 0;
    }

    .page.scrolled .nav__menus {
        top: 0;
        -webkit-transition: left .3s ease, top .3s ease;
           -moz-transition: left .3s ease, top .3s ease;
             -o-transition: left .3s ease, top .3s ease;
                transition: left .3s ease, top .3s ease;
    }

    .nav__menus::after {
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 48px;
        content: "";
        border-bottom: 1px solid #5fc2bc;
        background-color: #1ba8a0;
    }

    .nav__menus-box {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 260px;
        padding-top: 48px;
        background-color: #fff;
    }

    .header {
        padding-top: 0;
    }

    .header__container {
        height: 58px;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }

    .page.scrolled .header__container {
        overflow: hidden;
        height: 0;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }

    .header__logo {
        top: 11px;
        max-width: 144px;
    }

    .header__form-search {
        z-index: 10;
        top: 106px;
        right: 0;
        left: 0;
        display: none;
        width: auto;
        max-width: 100%;
        margin-left: 0;
        padding: 0 15px 10px 15px;
        background-color: #1ba8a0;
    }

    .header__form-search.active {
        display: block;
    }

    .page.scrolled .header__form-search {
        display: none;
    }

    .header__search-label {
        display: none;
    }

    .header__phone {
        top: 12px;
        display: block;
    }

    .header__cart,
    .page.scrolled .header__cart {
        display: none;
    }

    .header__auth,
    .page.scrolled .header__auth {
        display: none;
    }

    .footer__top {
                flex-wrap: wrap;
        padding-top: 30px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .footer__col {
                flex: 0 0 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
    }

    .footer__title {
        margin-bottom: 15px;
        text-align: center;
    }

    .footer__content {
        text-align: center;
    }

    .footer__bottom {
                flex-flow: column wrap;
                justify-content: center;
        padding-bottom: 30px;

        -webkit-box-direction: normal;
           -moz-box-direction: normal;
        -webkit-box-orient: vertical;
           -moz-box-orient: vertical;
        -webkit-box-pack: center;
           -moz-box-pack: center;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .footer__social {
                flex: 0 0 100%;
        margin: 0 0 25px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .footer__phone {
        margin: 0 0 25px;
    }

    .footer__copyright {
        margin: 0;
        text-align: center;
    }

    .page {
        padding-top: 106px;
    }

    .form-order {
        padding-top: 15px;
    }

    .form-order__fieldset {
        margin-bottom: 30px;
    }

    .form-order__legend {
        margin-bottom: 20px;
    }

    .form-order__card {
        width: -webkit-calc(50% - 12px);
        width:    -moz-calc(50% - 12px);
        width:         calc(50% - 12px);
    }

    .form-order__bottom {
        padding: 30px;
    }
}

@media only screen and (max-width: 899px) {
    .s-cards__cards .c-item {
        width: -webkit-calc(33.33% - 10px);
        width:    -moz-calc(33.33% - 10px);
        width:         calc(33.33% - 10px);
    }

    .s-similar__cards .c-item {
        width: -webkit-calc(33.33% - 10px);
        width:    -moz-calc(33.33% - 10px);
        width:         calc(33.33% - 10px);
    }

    .pager__prev,
    .pager__next {
        display: none;
    }

    .pager__pages {
        display: block;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 849px) {
    .content__cards .c-item {
        width: -webkit-calc(50% - 10px);
        width:    -moz-calc(50% - 10px);
        width:         calc(50% - 10px);
    }
}

@media only screen and (max-width: 799px) {
    .form-item--type-search .form-item__input input,
    .form-item--type-search .form-item__input textarea,
    .form-item--type-search .form-item__input select {
        height: 30px;
        padding: 0 25px 5px 0;
        color: #fff;
        border-color: #fff;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background: none;

        -webkit-appearance: none;
    }

    .form-item--type-search .form-item__input input::-webkit-input-placeholder,
    .form-item--type-search .form-item__input textarea::-webkit-input-placeholder,
    .form-item--type-search .form-item__input select::-webkit-input-placeholder {
        color: #fff;
    }

    .form-item--type-search .form-item__input input:-moz-placeholder,
    .form-item--type-search .form-item__input textarea:-moz-placeholder,
    .form-item--type-search .form-item__input select:-moz-placeholder {
        color: #fff;
    }

    .form-item--type-search .form-item__input input::-moz-placeholder,
    .form-item--type-search .form-item__input textarea::-moz-placeholder,
    .form-item--type-search .form-item__input select::-moz-placeholder {
        color: #fff;
    }

    .form-item--type-search .form-item__input input:-ms-input-placeholder,
    .form-item--type-search .form-item__input textarea:-ms-input-placeholder,
    .form-item--type-search .form-item__input select:-ms-input-placeholder {
        color: #fff;
    }

    .form-search__submit {
        right: 11px;
        bottom: 11px;
    }

    .form-search__submit .svg-icon {
        fill: #fff;
    }

    .s-banners {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .filter__range-slider {
        display: none;
    }

    .t-cart__thead {
        display: none;
    }

    .t-cart__tbody .t-cart__tr {
                flex-wrap: wrap;
        padding-bottom: 20px;
        padding-left: 95px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .t-cart__tbody .t-cart__tr:not(:first-child) {
        padding-top: 20px;
    }

    .t-cart__tbody .t-cart__tr:last-child {
        border-bottom: none;
    }

    .t-cart__td {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .t-cart__td:nth-child(1) {
        display: block;
                order: 1;
        width: 100%;
        padding-top: 0;

        -webkit-box-ordinal-group: 2;
           -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
    }

    .t-cart__td:nth-child(2) {
                order: 3;
        width: 100%;

        -webkit-box-ordinal-group: 4;
           -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
    }

    .t-cart__td:nth-child(3) {
                order: 4;
        width: 100%;

        -webkit-box-ordinal-group: 5;
           -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
    }

    .t-cart__td:nth-child(4) {
        position: relative;
                order: 2;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;

        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
    }

    .t-cart__td:nth-child(5) {
        display: none;
    }

    .t-cart__td:nth-child(6) {
                order: 5;
        width: 100%;
        padding-right: 0;

        -webkit-box-ordinal-group: 6;
           -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
    }

    .t-cart__picture {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
    }

    .t-cart__tr:not(:first-child) .t-cart__picture {
        top: 20px;
    }

    .t-cart__title {
        color: #191919;
        font-weight: 400;
    }

    .t-cart__size {
        margin-top: 10px;
    }

    .t-cart__price-caption {
        display: inline-block;
        min-width: 60px;
        margin: 0;
        text-align: left;
        color: #191919;
        font-family: "PTSans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6;
    }

    .t-cart__price-discount,
    .t-cart__price-save {
        display: inline-block;
        margin-right: 1px;
    }

    .t-cart__minus-desktop {
        display: none;
    }

    .t-cart__minus {
        margin: 0 3px;
    }

    .t-cart__remove {
        right: 0;
    }

    .t-cart__price-old {
        display: none;
    }

    .t-cart__price-total {
        display: inline-block;
    }

    .slideshow__pictures {
        border: none;
    }

    .slideshow__picture .svg-icon {
        display: none;
    }

    .slideshow__thumbs {
        display: none;
    }

    .form-cart__table {
        margin-bottom: 0;
    }

    .form-cart__col {
                flex: 0 0 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .form-cart__promo {
                justify-content: center;
                align-items: flex-end;
        margin-bottom: 15px;

        -webkit-align-items: flex-end;
        -webkit-box-align: end;
           -moz-box-align: end;
        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-align: end;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .form-cart__total {
                justify-content: center;
        width: 100%;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .form-cart__total-caption {
                flex: 0 0 auto;
        margin-right: 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
    }

    .form-cart__save {
        display: none;
    }

    .form-cart__bottom {
        text-align: center;
    }

    .s-similar__container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .s-similar__container::before {
        right: 0;
        left: 0;
    }

    .s-similar__title {
        margin-bottom: 20px;
        color: #191919;
        font-family: "PTSans", sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .card__headline {
        height: auto;
        margin-bottom: 25px;
        padding-left: 0;
    }

    .card__row {
        display: block;
    }

    .card__left {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .card__right {
        width: 100%;
    }

    .content__filter {
        display: none;
        margin-bottom: 20px;
    }

    .content__filter.on {
        display: block;
    }

    .content__sort {
        display: none;
    }

    .content__mob-sort-group {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                flex-flow: row nowrap;
                align-items: center;
        margin-bottom: 20px;

        -webkit-align-items: center;
        -webkit-box-align: center;
           -moz-box-align: center;
        -webkit-box-direction: normal;
           -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
           -moz-box-orient: horizontal;
        -ms-flex-align: center;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
    }

    .content__row {
                flex-wrap: wrap;
        margin: 0;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .content__aside {
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .content__main {
        padding: 0;
    }

    .content__cards .c-item {
        width: -webkit-calc(33.33% - 10px);
        width:    -moz-calc(33.33% - 10px);
        width:         calc(33.33% - 10px);
    }

    .content__steps {
        display: none;
    }

    .tabs__tabs {
        margin: 0 -15px;
        padding: 0 15px;
        background-color: #eff4f6;
    }

    .tabs__tab {
        margin-right: 25px;
        border: none;
        background-color: transparent;
    }

    .tabs__tab a {
        padding: 10px 0;
    }

    .tabs__tab.active {
        border: none;
        border-bottom: 2px solid #1ba8a0;
        background-color: transparent;
    }

    .tabs__page {
        padding: 25px 0 0;
    }
}

@media only screen and (max-width: 749px) {
    .button--big-solid {
        padding: 12px 35px;
        font-size: 20px;
    }

    .form-order__cities {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
    }

    .form-order__bottom {
                flex-wrap: wrap;
                justify-content: center;
        padding: 40px 20px;
        text-align: center;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        -webkit-justify-content: center;
    }

    .form-order__bottom-content {
                flex: 0 1 100%;
        margin: 0 0 20px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
    }
}

@media only screen and (max-width: 699px) {
    .s-cards__cards .c-item {
        width: -webkit-calc(50% - 10px);
        width:    -moz-calc(50% - 10px);
        width:         calc(50% - 10px);
    }

    .s-similar__cards .c-item {
        width: -webkit-calc(50% - 10px);
        width:    -moz-calc(50% - 10px);
        width:         calc(50% - 10px);
    }

    .form-order__card {
        width: -webkit-calc(100% - 12px);
        width:    -moz-calc(100% - 12px);
        width:         calc(100% - 12px);
    }
}

@media only screen and (max-width: 649px) {
    .s-news__items {
        margin: 0;
    }

    .s-news__item {
        width: 100%;
        max-width: 100%;
        height: 160px;
        margin: 0 0 10px;
    }

    .s-video__items {
        margin: 0;
    }

    .s-video__item {
        width: 100%;
        max-width: 100%;
        height: 160px;
        margin: 0 0 10px;
    }

    .content__cards .c-item {
        width: -webkit-calc(50% - 10px);
        width:    -moz-calc(50% - 10px);
        width:         calc(50% - 10px);
    }
}

@media only screen and (max-width: 599px) {
    .pager {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 499px) {
    .product-daily__countdown {
        bottom: 5px;
        left: 0;
    }

    .product-daily__caption {
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .product-daily__name {
        overflow: hidden;
        height: 54px;
        font-size: 13px;
        line-height: 18px;
    }

    .product-daily__price {
        font-size: 20px;
    }

    .product-daily__price span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 22px;
    }

    ol,
    ul {
        padding-left: 0;
    }

    .form-item--promo {
                flex-wrap: wrap;
        max-width: 185px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
    }

    .form-item--promo .form-item__label {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .form-item--promo .form-item__input input {
        width: 100%;
        max-width: 165px;
    }

    .social {
                flex-flow: column wrap;
                justify-content: center;

        -webkit-box-direction: normal;
           -moz-box-direction: normal;
        -webkit-box-orient: vertical;
           -moz-box-orient: vertical;
        -webkit-box-pack: center;
           -moz-box-pack: center;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .social__title {
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px;
        text-align: center;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .social__btns {
        display: -webkit-box;
        display: -webkit-flex;
        display:    -moz-box;
        display: -ms-flexbox;
        display:         flex;
                justify-content: center;
        width: 100%;

        -webkit-box-pack: center;
           -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
    }

    .form-checkout__submit {
        width: 100%;
    }

    .form-cart__footer {
        margin: 0 -15px;
        padding: 20px 15px;
    }

    .form-cart__bottom .button {
        max-width: 100%;
    }

    .breadcrumbs {
        padding: 15px 0;
    }

    .c-news__title {
        font-size: 15px;
    }

    .c-news__date {
        font-size: 13px;
    }

    .news-view__date {
        font-size: 13px;
    }

    .c-news__title {
        font-size: 15px;
    }

    .c-news__date {
        font-size: 13px;
    }

    .c-video__title {
        font-size: 15px;
    }

    .c-item {
        min-height: 260px;
    }

    .ios .c-item {
        min-height: 280px;
    }

    .c-item__wrapper {
        min-height: 260px;
    }

    .ios .c-item__wrapper {
        min-height: 280px;
    }

    .c-item__logo {
        max-width: 80px;
    }

    .c-item__label {
        left: 10px;
    }

    .c-item__img {
        max-width: 100px;
    }

    .c-item__title {
        font-size: 14px;
        font-weight: 700;
    }

    .s-banners__banner {
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .s-news__headline {
        margin-bottom: 17px;
    }

    .s-news__title {
        font-size: 18px;
    }

    .s-news__archive {
        font-size: 14px;
    }

    .s-video__headline {
        margin-bottom: 17px;
    }

    .s-video__title {
        font-size: 18px;
    }

    .s-video__archive {
        font-size: 14px;
    }

    .s-content {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .s-logos__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__col {
                flex: 0 0 100%;
        max-width: 100%;

        -webkit-box-flex: 0;
           -moz-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
    }

    .form-order__cities {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
    }

    .c-radio {
        padding: 25px 20px;
    }

    .c-radio__main {
        margin-bottom: 30px;
    }

    .c-radio__title {
        font-size: 18px;
    }

    .c-radio__select {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 319px) {
    .product-daily {
        padding-left: 154px;
    }

    .product-daily__img {
        height: 100px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1229px) {
    .product-daily {
        padding-left: 154px;
    }

    .product-daily__img {
        height: 100px !important;
    }

    .product-daily__countdown {
        left: 0;
    }

    .product-daily__caption {
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .product-daily__name {
        overflow: hidden;
        height: 54px;
        font-size: 13px;
        line-height: 18px;
    }

    .product-daily__price {
        font-size: 20px;
    }
}

@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.login-links {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: -5px;
}

.login-links__link{
    font-size: 13px;
    text-decoration: none;
    color: #89979d;
    line-height: 1.7;
}

.b-tabs {
    margin-top: 30px;
}

.b-tabs.main-page-tabs{
    margin-top: 0px;
}

.b-tabs > ul.tabs-nav{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    height:37px;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 600px) {
    .b-tabs > ul.tabs-nav{
        height:auto;
    }
}

.b-tabs > ul.tabs-nav > li{
    float:left;
    margin: 0 2px -1px 0;
    padding: 0;
    background: #f6f6f6;
    border-top: 2px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 600px) {
    .b-tabs > ul.tabs-nav > li{
        float:none;
        display: block;
        width: 100%;
        margin: 0;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
}

.b-tabs > ul.tabs-nav > li.active{
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #18968f;
}

@media only screen and (max-width: 600px) {
    .b-tabs > ul.tabs-nav > li.active{
        border: 2px solid #18968f;
        border-bottom: 2px solid #18968f;
    }
}

.b-tabs > ul.tabs-nav > li > a{
    display: block;
    height:36px;
    line-height:36px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding:0 20px;
    text-decoration: none;
    font-weight: bold;
    color:#2c2c2c;
}

.b-tabs > .tabs-content{
    padding: 20px 0;
}
.b-tabs > .tabs-content > .panel{
    display: none;
}
.b-tabs > .tabs-content > .panel.active{
    display: block;
}

.b-order-colums{

}

.b-order-colums .l-colum{
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.b-order-colums .r-colum{
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

@media only screen and (max-width: 600px) {
    .b-order-colums .r-colum,
    .b-order-colums .l-colum{
        display: block;
        width: 100%;
    }
}

.errorField{
    border-color: darkred !important;
}

.b-cabinet-orders{

}

.b-cabinet-orders .item{
    position: relative;
    margin-bottom: 20px;
}

.b-cabinet-orders .item .item-info{
    /*position: absolute;
    top:10px;
    right: 10px;*/
}

.b-cabinet-orders .item .item-info .sum{
    text-align: center;
    font-size: 20px;
    padding-bottom: 8px;
}

.form-item__input--cabinet select {
    width: 90%;
}

.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
    border-color: #cfd0d1 !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px !important;
}

.select2-dropdown {
    border-color: #cfd0d1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}

.form-item__no-city{
    margin-top: 10px;
}

.form-item__link{
    font-size: 15px;
    font-weight: 700;
    color: #1ba8a0;
}

.form-item__input--registration select {
    width: 300px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px !important;
    font-weight: 400 !important;
}

.order-new-address__error{
    margin-bottom: 8px;
    color: red;
    font-family: "PTSans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.form-item__label{
    font-size: 15px !important;
}
.buy-animate{
    position: absolute;
    z-index: 100;
}

.ajax-loader {
    display: none;
    position: absolute;
    z-index: 250;
}

.catalog-overlay {
    display: none;
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.filter__overlay{
    display: block;
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.filter__ajax-loader {
    position: absolute;
    z-index: 250;
    top:40px;
    left:50%;
    margin-left: -16px;
}

.filter__relative{
    position: relative;
}

.form-item--type-radio input:disabled+ .form-item__label::before {
    background-color: #eee !important;
}

.a_link{
    color:#1ba8a0;
    text-decoration: underline;
}

.c-radio__label{
    overflow: hidden;
    position: relative;
}

.form-order__error {
    display: none;
    margin: 15px 0 0;
    color: red;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.menu-main__item--spec span{
    font-size: 28px;
}

.menu-main__item--2 .menu-main__submenu{
    min-width: 220px;
}

.svg-icon--instagram {
    font-size: 1.25rem;
}

.filter__links-item {
    margin-bottom: 20px;
}

.filter__links-item--sub{
    margin-left: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}
.admin-sizes {
    border-collapse: collapse;
}
.admin-sizes td{
    border: 1px solid #aaa;
    padding: 5px;
}

.card__need-price {
    padding: 10px 16px;
    background-color: #eff4f6;
    color: #000;
    font-family: "PTSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.card__need-price a{
    color: #1ba8a0;
}

.card__need-price-title {
    font-size: 22px;
    font-weight: 7000;
}
.b-otzivi {
    position: relative;
}

.b-otzivi .add-response {
    padding-bottom: 20px;
}

.b-otzivi .prepent-text {
    padding: 10px 0 20px 0;
}

.b-otzivi .item {
    position: relative;
    padding: 0px 0 25px 60px;
}

.b-otzivi .item .quote {
    position: absolute;
    top: 3px;
    left: 0;
}

.b-otzivi .item .addtext {
    display: none;
}

.b-otzivi .item .text, .b-otzivi .item .text p, .b-otzivi .item .addtext, .b-otzivi .item .addtext p, .b-otzivi .item .answer, .b-otzivi .item .answer p {
    font-size: 13px;
    font-style: italic;
}

.b-otzivi .item .answer {
    display: none;
}

.b-otzivi .item .show {
    text-align: right;
    height: 20px;
}

.b-otzivi .item .show a {
    font-size: 12px;
    margin-left: 10px;
}

.b-otzivi .item .name {
    font-size: 14px;
    font-weight: bold;
}

.b-otzivi .item .date {
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
}

.b-responses-form {
    position: relative;
}

.b-responses-form .error {
    color: #7b0000;
    font-size: 14px;
    padding-bottom: 10px;
    display: none;
}

.b-responses-form .success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
}

.b-responses-form .success .message {
    font-size: 18px;
    color: #1ba8a0;
}


.b-shops-contacts {
    margin-left: -10px;
}

.b-shops-contacts .item{
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 10px;
    padding-bottom: 20px;
}


@media only screen and (max-width: 600px) {
    .b-shops-contacts .item{
        width: 100%;
        padding-bottom: 20px;
    }
}

.b-shops-contacts .shop-info{
    color:#1ba8a0;
    font-weight: bold;
}

.b-shops-contacts .shop-caption{
    color:#ff0000;
    text-transform: uppercase;
}

.sizesBlock table {
    width: 100%;
    border-collapse: collapse;
}

.sizesBlock table td {
    border: 1px solid #aaa;
    padding: 3px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../bundles/app/css/fancy/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../bundles/app/css/fancy/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent; /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.65);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../bundles/app/css/fancy/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../bundles/app/css/fancy/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! fancyBox v2.1.7 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../bundles/app/js-lib/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../bundles/app/js-lib/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../bundles/app/js-lib/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../bundles/app/js-lib/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../bundles/app/js-lib/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../bundles/app/js-lib/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
