/*! 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;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-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 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* 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 {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 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] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 999;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: all !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

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

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

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

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

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

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

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

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

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

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

.noUi-vertical {
    width: 18px;
}

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

/* Styling;
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    transition: background 450ms;
}

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

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

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

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

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-active {
    height: auto;
}

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

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

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

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1;
}

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
    outline: none;
}

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

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

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

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

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

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

/* Caption */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

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

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

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

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

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@font-face {
    font-family: "Plainot";
    src: url("../fonts/Plainot.eot");
    src: url("../fonts/Plainot.eot?#iefix") format("embedded-opentype"), url("../fonts/Plainot.woff") format("woff"), url("../fonts/Plainot.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('../fonts/FiraSansCondensed-Medium.eot');
    src: url('../fonts/FiraSansCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSansCondensed-Medium.woff') format('woff'),
        url('../fonts/FiraSansCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.is-show-filter body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

button,
a {
    outline: none;
}

.btn-next,
.btn-prev {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    fill: #753380;
    background: #e4f6f7;
    transition: 0.25s;
}

.btn-next svg,
.btn-prev svg {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 38px;
    height: 16px;
    transition: 0.25s;
}

.btn-next_white,
.btn-prev_white {
    background: #fff;
}

.btn-next_white:hover,
.btn-prev_white:hover {
    background: #78cdd4;
}

.btn-next:not(.swiper-button-disabled):hover,
.btn-prev:not(.swiper-button-disabled):hover {
    background: #78cdd4;
}

.btn-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 50%;
}

.btn-prev:not(.swiper-button-disabled):hover svg {
    left: -14px;
}

.btn-next svg {
    right: 50%;
}

.btn-next:not(.swiper-button-disabled):hover svg {
    right: -14px;
}

.main {
    overflow: hidden;
}

/* global elements */
@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

.visible-xs {
    display: none;
}

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

.content__title-wrap {
    display: block;
    text-align: center;
}

.search {
    position: relative;
}

.search:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    width: 21px;
    height: 22px;
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.search.js-active:after {
    background-image: url(../img/icons/search_active.png);
}

.search__input {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #ebebed;
    outline: 0;
    font-size: 14px;
    color: #282828;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 12px 35px 10px 15px;
    min-width: 335px;
}

.search__input:focus {
    border: 1px solid #48c2ca;
}

.social-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0;
}

.social-list__item {
    margin: 10px;
}

.social-list__link {
    width: 30px;
    height: 30px;
    background: #f3f5f9;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.social-list__link:hover {
    background-color: #4cc4cc;
}

.social-list__link:hover .social-list__icon {
    fill: #fff;
}

.social-list__icon {
    fill: #4ac3cb;
    width: 18px;
    height: 18px;
    transition: fill 0.3s ease;
}

.social-list_reverse .social-list__icon {
    fill: #ffffff;
}

.social-list_reverse .social-list__link {
    background-color: #5ac8cf;
}

.social-list_reverse .social-list__link:hover {
    background-color: #fff;
}

.social-list_reverse .social-list__link:hover .social-list__icon {
    fill: #5ac8cf;
}

.button {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 300;
    line-height: normal;
    background: #753380;
    display: inline-block;
    border-radius: 300px;
    padding: 17px 8% 15px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    transition: all 0.1s;
    -webkit-appearance: none;
    box-shadow: none;
}

.button__shadow {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-size: 0;
}

.button__shadow:before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
}

.button__shadow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.button:hover > .button__shadow {
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.button:hover > .button__shadow:after {
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.form {
    width: 100%;
}

.form__submit {
    border: none;
    padding-left: 40px;
    padding-right: 40px;
}

.form__switch {
    margin-right: 10px;
}

.form__notice {
    color: #afafaf;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}

.form__notice a {
    text-decoration: none;
    color: #5ac8cf;
}

.form__notice a:hover {
    text-decoration: underline;
}

.form__row {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}

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

.form__row_center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.form__input-wrap {
    width: 48%;
    position: relative;
}

.form__input-wrap.error .form__input {
    border: 1px solid #753380;
}

.form__input {
    color: #000;
    box-sizing: border-box;
    text-align: left;
    min-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    outline: none;
    height: 48px;
}

.form__input:focus {
    border: 1px solid #5ac8cf;
}

.form__input[type="date"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.form__input::-webkit-date-and-time-value {
    text-align: left;
}

.form__input-label {
    position: absolute;
    left: 16px;
    top: -10px;
    display: inline-block;
    font-size: 14px;
    color: #afafaf;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 3px;
    background: #ffffff;
    letter-spacing: 0.9px;
}

.form__input-label_required {
    padding-right: 10px;
}

.form__input-label_required:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c018dc;
    right: 3px;
    top: 50%;
    margin-top: -3px;
}

.auth-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth-popup__wrap {
    padding: 50px 40px 0 40px;
    width: 100%;
    text-align: center;
}

.auth-popup__wrap_footer {
    padding: 10px 0 40px;
    border-top: 1px solid #7bd3d9;
}

.auth-popup__wrap_no-padding {
    padding: 0;
}

.auth-popup__social {
    margin-bottom: 0;
}

.auth-popup__title {
    font-size: 36px;
    color: #ffffff;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.auth-popup__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: 1.4;
    font-size: 15px;
}

.auth-popup__button {
    background: transparent;
    border: 1px solid #ffffff;
}

.ruble {
    width: 18px;
    height: 14px;
    display: block;
    background-image: url(../img/icons/ruble.png);
    background-repeat: no-repeat;
    background-position: center;
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        background: transparent;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        background: transparent;
    }
}

.btn-shadow {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-shadow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.btn-shadow:hover::before {
    -webkit-animation: anim-out-all 0.75s;
    animation: anim-out-all 0.75s;
}

@-webkit-keyframes anim-out-all {
    0% {
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        width: 250px;
        height: 250px;
        background: transparent;
    }
}

@keyframes anim-out-all {
    0% {
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        width: 250px;
        height: 250px;
        background: transparent;
    }
}

.title {
    display: inline-block;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 48px;
    font-weight: normal;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative;
}

.title:before, .title:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 33px;
    height: 6px;
    background-image: url(../img/wave.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.title:before {
    right: 100%;
    margin-right: 15px;
}

.title:after {
    left: 100%;
    margin-left: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 28px;
    border-radius: 28px;
}

.switch input {
    display: none;
}

.switch input:checked + .switch__slider {
    background-color: #5ac8cf;
}

.switch input:checked + .switch__slider:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}

.switch input:focus + .switch__slider {
    box-shadow: 0 0 2px #2196f3;
}

.switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.4s;
    border: 1px solid #e8e8e8;
    border-radius: 28px;
}

.switch__slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    transition: 0.4s;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

/* end of global elements */
.container {
    max-width: 1780px;
    width: 95%;
    margin: 0 auto;
}

.mobile-nav {
    display: none;
}

/* header styles */
.header__wrap_top {
    background: #e4f6f7;
    border-bottom: 1px solid #e4f6f7;
}

.header__top {
    background: #e4f6f7;
}

.page-index .header__top {
    background: transparent;
}

.header__bottom {
    border-bottom: 1px solid #ebebed;
}

.page-index .header__bottom {
    background: #ebebed;
}

@media (min-width: 768px) {
    .header.is-fixed {
        padding-bottom: 50px;
    }
}

.header.is-fixed .header-line__burger {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .header.is-fixed .header__bottom {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
        background: #fff;
    }
}

.header-line {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}

.header-line__burger {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff url(../img/icons/burger.png) 50% 50% no-repeat;
    text-decoration: none;
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 2;
}

.header-line__burger.js-active {
    opacity: 0;
}

.page-index .header-line__burger {
    background-color: #ebebed;
}

.header-line__burger-bg {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s ease;
    z-index: 1;
    background-color: rgba(73, 177, 184, 0.949);
}

.header-line__burger-bg.js-active {
    background-color: rgba(73, 177, 184, 0.949);
    position: absolute;
    z-index: 19;
    -webkit-transform: scale(90);
    transform: scale(90);
}

.header-line__wrap {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-line__wrap_mobile-nav {
    display: none;
}

.header-line__wrap_mobile-logo {
    display: none;
}

.header-line__title {
    margin: 0;
    font-size: 18px;
    color: #979797;
    font-family: "Plainot", sans-serif;
}

.header-line__logo {
    margin-right: 5px;
}

.header-line_gray {
    height: 70px;
}

.header-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-links__item {
    margin-right: 28px;
}

.header-links__item:last-child {
    margin-right: 0;
}

.header-links__link {
    font-size: 15px;
    color: #282828;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.header-links__link:hover {
    color: #48c2ca;
}

.header-contacts {
    margin-top: 18px;
    margin-bottom: 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contacts__item {
    margin-right: 28px;
}

.header-contacts__item:last-child {
    margin-right: 0;
}

.header-contacts__phone {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #282828;
    text-decoration: none;
}

.header-contacts__time {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #979797;
}

.header-profile {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 38px;
}

.header-profile__trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 43px;
    padding-right: 35px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #282828;
    background-color: transparent;
    transition: 0.25s;
}


.header-profile--feedback{
    margin-right: 0;
}
.header-profile--feedback .header-profile__trigger,.header-profile--city .header-profile__trigger{
    padding-right: 20px;
}

.header-profile__trigger__icon {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 15px;
    content: "";
    width: 20px;
    height: 23px;
    fill: #48c2ca;
    transition: 0.25s;
}

.header-profile__trigger__arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 17px;
    content: "";
    width: 9px;
    height: 7px;
    transition: 0.25s;
}

.header-profile__trigger.js-active {
    color: #fff;
    background-color: #48c2ca;
}

.header-profile__trigger.js-active .header-profile__trigger__icon {
    fill: #fff;
}

.header-profile__trigger.js-active .header-profile__trigger__arrow {
    fill: #fff;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header-profile__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
}

@media (max-width: 768px) {
    .header-profile__dropdown {
        left: auto;
        right: 0;
    }
}

.header-feedback__link {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 38px;
    height: 100%;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #282828;
    text-decoration: none;
}

.header-feedback__link:hover{
    color: #fff;
    background-color: #48c2ca;
}

.header-feedback__link__icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -10px;
    width: 25px;
    height: 19px;
    fill: #48c2ca;
}

.profile-dropdown {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    transition: all 0.3s ease;
}

.profile-dropdown.js-active {
    visibility: visible;
    opacity: 1;
}

.profile-dropdown.js-active .profile-dropdown__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.profile-dropdown.js-active .profile-dropdown__item:nth-child(1) {
    transition-delay: 0ms;
}

.profile-dropdown.js-active .profile-dropdown__item:nth-child(2) {
    transition-delay: 50ms;
}

.profile-dropdown__item {
    display: block;
    border-top: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.profile-dropdown__item:nth-child(even) {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
}

.profile-dropdown__item:nth-child(odd) {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
}

.profile-dropdown__item:nth-child(1) {
    transition-delay: 150ms;
}

.profile-dropdown__item:nth-child(2) {
    transition-delay: 150ms;
}

.profile-dropdown__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 15px;
    background: #48c2ca;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.profile-dropdown__link:hover {
    text-decoration: underline;
}

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

.header-nav__list_numbered .header-nav__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__list_numbered .header-nav__item.js-active .header-nav__link {
    color: #48c2ca;
}

.header-nav__list_numbered .header-nav__item.js-active .header-nav__link:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header-nav__list_numbered .header-nav__item.js-active .header-nav__number {
    background-color: #48c2ca;
}

.header-nav__list_numbered .header-nav__link {
    margin-right: 10px;
}

.header-nav__item {
    margin-right: 45px;
    overflow: hidden;
    padding: 20px 0;
}

.header-nav__item:last-child {
    margin-right: 0;
}

.header-nav__item_disabled .header-nav__link {
    color: #d3d3d3;
    pointer-events: none;
}

.header-nav__number {
    display: inline-block;
    padding: 2px 6px;
    margin-top: -4px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #d2d2d2;
    border-radius: 10px;
}

.header-nav__link {
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    color: #282828;
    height: 100%;
}

.header-nav__link:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 6px;
    background-image: url(../img/wave.svg);
    background-repeat: repeat-x;
    background-position: center left;
    transition: all 0.5s ease;
}

.header-nav__link:hover:after, .header-nav__link.is-active:after {
    width: 100%;
}

.header-search {
    margin-right: 20px;
}

.header-cart__link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #753380;
}

.header-cart__link__icon {
    display: block;
    width: 17px;
    height: 23px;
    position: absolute;
    left: 12px;
    top: 7px;
    fill: #fff;
}

.header-cart__link:after {
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    content: attr(data-count);
    font-size: 14px;
    line-height: 1.4;
    color: #753380;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.header-cart__link:hover {
    background-color: #9a43a8;
}

/* end of header styles */
.slider-wrapper {
    position: relative;
}

.slider {
    height: 550px;
    width: 100%;
}

.slider__button {
    margin-top: 48px;
    padding-left: 5%;
    padding-right: 5%;
}

.slider-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 50% 100% no-repeat;
    background-size: cover;
}

.slider-slide .container {
    padding: 0 100px;
    position: relative;
}

.slider-slide__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.slider-slide__title {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    font-size: 60px;
    color: #48c2ca;
    margin: 0;
}

.slider-slide__title span {
    font-family: "Plainot", sans-serif;
    font-size: 120px;
}

.slider-slide__description {
    margin: 0;
    width: 50%;
    color: #979797;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.slider-pagination {
    color: #b2b2b2;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    bottom: 30px;
    left: 50%;
}

.next-btn,
.prev-btn {
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 2;
    display: block;
    margin-top: -31px;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    background: #ffffff;
    cursor: pointer;
    transition: 0.25s;
}

.next-btn svg,
.prev-btn svg {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 38px;
    height: 16px;
    transition: 0.25s;
    fill: #753380;
}

.next-btn:not(.swiper-button-disabled):hover,
.prev-btn:not(.swiper-button-disabled):hover {
    background: #78cdd4;
}

.prev-btn svg {
    left: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prev-btn:not(.swiper-button-disabled):hover svg {
    left: -14px;
}

.next-btn {
    left: auto;
    right: 3%;
}

.next-btn svg {
    right: 50%;
}

.next-btn:not(.swiper-button-disabled):hover svg {
    right: -14px;
}

.new-products .title {
    margin-bottom: 10px;
}

.new-products .search-page__nav {
    margin: 0;
}

.new-products .search-page__nav ul li {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .new-products .search-page__nav ul li + li {
        margin-left: 45px;
    }
}

.new-products .container {
    text-align: center;
}

.new-products__title {
    margin-top: 100px;
    margin-bottom: 30px;
}

.new-products__container .product-card .product-card__hover {
    background: transparent;
    border: 0;
    z-index: 0;
}

.new-products__container .product-card__wrap {
    background-position: -10px 50%;
    transition: 0.25s;
}

.new-products__container .product-card__image {
    background: #000;
}

.new-products__container .product-card__image img {
    transition: 0.25s;
}

.new-products__container .product-card__colors {
    right: 115px;
}

.new-products__container .product-card:hover .product-card__hover {
    opacity: 1;
    visibility: visible;
}

.new-products__container .product-card:hover .product-card__wrap {
    background-position: 20px 50%;
}

.new-products__container .product-card:hover .product-card__image img {
    opacity: 0.8;
}

@media (min-width: 1367px) {
    .new-products__container .product-card .product-card__hover {
        width: 330px;
    }
}

@media (min-width: 1367px) {
    .new-products__container .product-card .item-type-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.product-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 50px;
}

.product-cards__item {
    width: 33%;
    height: 450px;
}

.product-cards__item .product-card__hover {
    min-width: 330px !important;
    width: 90% !important;
    left: 0 !important;
}

.product-cards__item .item-type-wrapper {
    right: 20px !important;
}

.product-cards__item .product-card__wrap a {
    position: relative;
    z-index: 2;
}

.product-cards__navigation {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 550px) {
    .product-cards__navigation {
        margin-top: 0;
        margin-bottom: 30px;
    }

}

.product-cards__navigation .next-btn,
.product-cards__navigation .prev-btn {
    cursor: pointer;
    position: relative;
    top: auto;
    left: 0;
    margin-top: 0;
    background: #e4f6f7;
}

.product-cards__navigation .next-btn:not(.swiper-button-disabled):hover,
.product-cards__navigation .prev-btn:not(.swiper-button-disabled):hover {
    background: #78cdd4;
}

.product-cards__navigation .next-btn.swiper-button-disabled,
.product-cards__navigation .prev-btn.swiper-button-disabled {
    cursor: default;
}

.product-cards__navigation .next-btn {
    margin-left: 40px;
}

.product-cards__navigation .prev-btn {
    margin-right: 40px;
}

.product-cards__navigation .slider-pagination {
    position: static;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.product-cards__navigation .slider-pagination__current,
.product-cards__navigation .slider-pagination__total {
    padding: 0 10px;
}

.product-card {
    border: 1px solid #e8e8e8;
}

.product-card__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.product-card__image img {
    height: 100%;
}

.product-card__info {
    min-height: 59px;
}

.product-card__wrap {
    position: relative;
    width: 65%;
    padding-right: 110px;
    padding-left: 20px;
    padding-top: 70px;
    height: 100%;
    background-image: url(../img/product-card_layer.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.product-card__badge {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    min-width: 104px;
    font-size: 16px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 17px 9px;
    border-radius: 0px 0px 30px 0px;
}

.product-card__badge_new {
    color: #ffffff;
    background-color: #48c2ca;
}

.product-card__badge_hit {
    color: #ffffff;
    background-color: #4867ca;
}

.product-card__colors {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #979797;
    font-size: 13px;
    font-family: "Roboto";
}

.product-card__colors:before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/icons/colors.svg);
    background-size: 100% 100%;
    left: -30px;
    top: 50%;
    margin-top: -11px;
    opacity: 0.35;
}

.product-card__figure {
    position: relative;
    background: #fff;
    max-width: 200px;
    margin: 0 auto;
}

.product-card__discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 77px;
    height: 77px;
    background-image: url("../img/icons/discount.png");
    background-repeat: no-repeat;
    background-position: center 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card__discount-value {
    color: #fff;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.product-card__img {
    display: block;
    margin: 0 auto 10px;
}

.product-card__title {
    display: block;
    font-size: 14px;
    color: #282828;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.product-card__title:hover, .product-card__title:focus {
    text-decoration: underline;
}

.product-card__subtitle {
    margin: 0;
    display: block;
    font-size: 14px;
    color: #282828;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.product-card__line {
    margin: 5px 0;
}

.product-card__stats {
    margin: 0;
    display: block;
    text-align: left;
    font-size: 13px;
    color: #979797;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.product-card__weight {
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
}

.product-card__weight:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 13px;
    height: 12px;
    background-image: url(../img/icons/item-weight.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.35;
}

.product-card__lenght {
    position: relative;
    padding-left: 27px;
}

.product-card__lenght:before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 20px;
    height: 7px;
    background-image: url(../img/icons/item-width.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.35;
}

.product-card__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

.product-card__footer:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: url(../img/dashed-line.png);
    background-repeat: repeat-x;
    background-position: center;
}

.product-card__price {
    font-size: 24px;
    color: #282828;
    font-family: "Yanone Kaffeesatz", sans-serif;
    position: relative;
}

.product-card__price .ruble {
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.product-card__price_new {
    color: #ff8484;
}

.product-card__price_old {
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-card__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-card__cart {
    width: 16px;
    height: 22px;
    display: block;
    margin-right: 15px;
    fill: #414141;
}

.product-card__cart svg {
    width: 100%;
    height: 100%;
}

.product-card__cart:hover, .product-card__cart.is-active {
    fill: #48c2ca;
}

.product-card__like {
    width: 22px;
    height: 22px;
    display: block;
    fill: #414141;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.product-card__like svg {
    width: 100%;
    height: 100%;
}

.product-card__like:hover, .product-card__like:focus, .product-card__like.is-active {
    fill: #48c2ca;
}

.product-card__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #48c2ca;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

@media (min-width: 1024px) {
    .product-card__hover {
        width: 103%;
    }
}

.product-card_slide {
    position: relative;
    border: none;
    background: none;
    height: auto;
}

.product-card_slide .product-card__wrap {
    padding: 85px 20px 0;
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card_slide .product-card__img {
    margin-bottom: 20px;
}

.product-card_slide:hover {
    z-index: 5;
}

.product-card_slide:hover > .product-card__hover {
    opacity: 1;
    visibility: visible;
}

.product-card_slide:hover > .product-card__wrap {
    background: none;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 20;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    visibility: hidden;
    transition: all 0.3s ease-in;
    opacity: 1;
}

.popup.js-active {
    visibility: visible;
    opacity: 1;
}

.popup__wrap {
    width: 920px;
    margin-top: 100px;
    position: relative;
}

.popup__wrap_small {
    width: 440px;
}

.popup__wrap_small .form__input {
    height: 48px;
}

.popup__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popup__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -60px;
    top: 0px;
    border: 0;
    outline: 0;
    background: none;
    background-image: url(../img/icons/close-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    opacity: 0.2;
    cursor: pointer;
    transition: .3s;
}

.popup__close:hover, .popup__close:focus {
    opacity: .9;
}

@media (max-width: 600px) {
    .popup__close {
        right: 0px;
        top: -50px;
    }
}

.popup__block:first-child {
    width: 65%;
    background: #ffffff;
}

.popup__block:last-child {
    width: 35%;
    background: #5ac8cf;
}

.popup_authorization .popup__block:first-child, .popup_resetpass .popup__block:first-child {
    width: 40%;
    background: #5ac8cf;
}

.popup_authorization .popup__block:last-child, .popup_resetpass .popup__block:last-child {
    width: 60%;
    background: #ffffff;
}

.popup_authorization .form__row, .popup_resetpass .form__row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 1250px) {
    .popup_authorization .form__input-wrap, .popup_resetpass .form__input-wrap {
        margin-bottom: 0;
    }
}

.popup_authorization .form__row_center, .popup_resetpass .form__row_center {
    margin-bottom: 15px;
}

.popup_authorization .registration-popup__title, .popup_resetpass .registration-popup__title {
    margin-bottom: 60px;
}

.popup_authorization .form__input-wrap, .popup_resetpass .form__input-wrap {
    width: 80%;
}

@media (max-width: 480px) {
    .popup_authorization .form__input-wrap, .popup_resetpass .form__input-wrap {
        width: 100%;
    }
}

.popup_resetpass .popup__block:first-child {
    width: 0%;
}

.popup_resetpass .popup__block:last-child {
    width: 100%;
    background: #ffffff;
}

@media (max-width: 1250px) {
    .popup_resetpass .form__row {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .popup_resetpass .form__row_center {
        margin-bottom: 15px;
    }
}

.popup_resetpass .form__submit {
    padding-left: 35px;
    padding-right: 35px;
}

.popup .form__row_eye-opened img {
    position: absolute;
    width: 26px;
    top: 14px;
    right: 10px;
}

.popup .form__row_eye-closed img {
    position: absolute;
    width: 30px;
    top: 8px;
    right: 10px;
}

.registration-popup__form-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 30px 40px;
}

.registration-popup__title {
    margin: 0;
    margin-bottom: 40px;
    font-size: 36px;
}

.container {
    max-width: 1780px;
    width: 95%;
    margin: 0 auto;
}

.fixed-wrapper {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    background: url("../img/wrapper_promo.jpg") center;
    background-size: cover;
}

.wrapper_promo {
    margin: 80px 0;
}

.promo {
    padding: 5px;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__item {
    position: relative;
    width: 49.4%;
    padding: 50px;
    margin: 0.3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__item_half {
    width: 24.4%;
}

.promo__item_half .promo__text {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .promo__item {
        padding: 20px !important;
    }
}

@media (min-width: 500px) {
    .promo__text {
        max-width: 65%;
    }
}

@media (min-width: 768px) {
    .promo__text {
        max-width: 60%;
    }
}

@media (min-width: 1120px) {
    .promo__text {
        max-width: 60%;
    }
}

@media (min-width: 1366px) {
    .promo__text {
        max-width: 54%;
    }
}

.promo__title {
    position: relative;
    color: #282828;
    font-size: 50px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    display: block;
}

.promo__text {
    color: #979797;
    line-height: 1.5;
}

.promo__text_time {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 50px;
    color: #48c2ca;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 40px;
}

.promo__colored-text {
    text-decoration: none;
    color: #48c2ca;
}

.promo__button {
    margin-top: 45px;
}

.promo__kiwi {
    color: #48c2ca;
    font-family: "Plainot";
    font-size: 100px;
    margin: 5px 0;
    display: block;
}

.promo_about .promo__button {
    margin-top: 10px;
}

.hashtag-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 1.2em 0;
    list-style: none;
}

.hashtag-list__item {
    position: relative;
    margin-right: 28px;
}

.hashtag-list__item:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    margin-left: 12.5px;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #48c2ca;
}

.hashtag-list__item:last-child {
    margin-right: 0;
}

.hashtag-list__item:last-child:after {
    display: none;
}

.hashtag-list__link {
    color: #48c2ca;
    font-size: 24px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-decoration: none;
    text-transform: lowercase;
}

.mobile-slide-buttons {
    position: static;
}

.mobile-slide-pagination {
    display: none;
}

.yarn-slider {
    max-width: 285px;
}

.yarn-slider-wrapper {
    position: relative;
    max-width: 480px;
    margin: 17px 0 3px;
}

@media (min-width: 1380px) {
    .yarn-slider-wrapper + .promo__button {
        margin-top: 76px;
    }
}

.yarn-slider__prev.swiper-button-disabled, .yarn-slider__next.swiper-button-disabled {
    opacity: 1;
}

.yarn-slider__slide {
    text-align: center;
}

.yarn-slider__icon {
    stroke: #48c2ca;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 12px;
    margin: 23px auto 0;
}

.yarn-slider__icon svg {
    width: 100%;
    height: 100%;
}

.yarn-slider__title {
    color: #282828;
    font-size: 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    display: block;
}

.promo-illustrations {
    max-width: 1100px;
    margin: 80px auto 55px;
}

.promo-illustrations__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.promo-illustrations__item {
    max-width: 285px;
    margin-bottom: 25px;
    text-align: center;
}

.promo-illustrations__img {
    display: block;
    margin: 0 auto;
    width: 193px;
    max-width: 100%;
}

.promo-illustrations__text {
    font-size: 24px;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.promo-illustrations__selected {
    color: #48c2ca;
}

.recomendation {
    text-align: center;
}

.promo-product-list {
    max-width: 640px;
    margin: 40px auto;
}

.promo-product-list-wrapper {
    position: relative;
}

.promo-product-list-wrapper__tooltip {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #48c2ca;
    font-size: 19px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.promo-product-list-wrapper__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-bottom: 2px solid #48c2ca;
    transition: width 0.5s ease;
}

.promo-product-list-wrapper__tooltip:hover::after {
    width: 100%;
}

.promo-product-list .product-card__footer {
    padding: 0;
    margin: 0;
}

.promo-product-list .product-card__footer:before {
    display: none;
}

.promo-product-list .product-card__img {
    max-width: 135px;
}

.promo-product-list__prev, .promo-product-list__next {
    margin-top: -70px;
    background-color: #e4f6f7;
    cursor: pointer;
}

.promo-product-list__prev.swiper-button-disabled, .promo-product-list__next.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: all;
}

.promo-product-list__prev {
    left: 0;
}

.promo-product-list__next {
    right: 0;
}

.instagramm-blog {
    text-align: center;
    margin: 80px 0 40px;
    padding: 20px 0 50px;
    background-color: #e4f6f7;
}

.instagramm-blog__logo {
    display: inline-block;
    vertical-align: middle;
}

.instagramm-blog__container {
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
}

.instagramm-blog__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.instagramm-blog__item {
    margin-right: 20px;
}

.slideshow__item {
    max-width: 100%;
    display: block;
}

.slideshow__gallery {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.slideshow__button {
    margin-top: 45px;
}

.product-card .item-type {
    width: 40px;
    height: 220px;
}

.product-card .item-type .swiper-wrapper {
    width: 100%;
}

.product-card .item-type .swiper-wrapper a {
    display: block;
    border: solid 1px transparent;
    padding: 2px;
    border-radius: 50%;
}

.product-card .item-type .swiper-wrapper a:hover {
    border-color: #48c2ca;
}

.product-card .item-type .swiper-wrapper a img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
}

.product-card .item-type .swiper-wrapper > .swiper-slide {
    width: 100% !important;
}

.product-card .item-type-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 240px;
    padding: 20px 10px;
    margin: 50px 0;
}

.product-card .item-type__prev, .product-card .item-type__next {
    position: absolute;
    left: 50%;
    margin-top: 0;
    margin-left: -6px;
    width: 12px;
    height: 6px;
    fill: #48c2ca;
}

.product-card .item-type__prev svg, .product-card .item-type__next svg {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card .item-type__prev.swiper-button-disabled, .product-card .item-type__next.swiper-button-disabled {
    fill: #979797;
}

.product-card .item-type__prev {
    top: 0;
}

.product-card .item-type__next {
    top: 100%;
}

.about-page {
    margin-bottom: 20px;
}

.about-page__title-wrap {
    display: block;
    text-align: center;
}

.about-page__title {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .about-page {
        margin-bottom: 40px;
    }
}

.error-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 15px;
}

.error-page__img {
    display: block;
    margin: 0 auto 15px;
    width: 860px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .error-page__img {
        margin-bottom: 20px;
    }
}

.error-page__title {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .error-page__title {
        margin: 0 0 10px;
    }

    .error-page__title::before, .error-page__title::after {
        display: none;
    }
}

.error-page__text {
    display: block;
    text-align: center;
    color: #282828;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .error-page__text br {
        display: none;
    }
}

@media (min-width: 768px) {
    .error-page__text {
        margin-bottom: 47px;
    }
}

.error-page__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page__actions > a {
    min-width: 195px;
}

@media (max-width: 767px) {
    .error-page__actions > a {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .error-page__actions {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

@media (max-width: 767px) {
    .error-page__actions {
        width: 100%;
    }
}

.error-page__search {
    margin-top: 25px;
}

.error-page__search .search__input {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

@media (max-width: 767px) {
    .error-page__search .search__input {
        width: 100%;
        min-width: 0;
    }
}

@media (min-width: 768px) {
    .error-page__search {
        margin: 0 0 0 40px;
    }
}

@media (max-width: 767px) {
    .error-page__search {
        width: 100%;
    }
}

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

.search-page__title {
    margin-bottom: 0;
}

.search-page__subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #48c2ca;
    margin: 0;
    margin-bottom: 30px;
}

.search-trigger {
    display: none;
}

.search-popup {
    position: absolute;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.content {
    min-height: calc(100vh - 368px);
}

.footer-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__title {
    color: #282828;
    font-size: 18px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.footer__text {
    color: #282828;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.4;
}

.footer__link {
    position: relative;
    color: #48c2ca;
    text-decoration: none;
}

.footer__link:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 0;
    border-bottom: 2px solid #48c2ca;
    transition: width 0.5s ease;
}

.footer__link:hover:after {
    width: 100%;
}

.footer-address {
    width: 36%;
}

.footer-address__link {
    display: inline-block;
    font-size: 16px;
    margin-top: 6px;
}

.footer-social {
    width: 34%;
    margin: 0 3.4%;
    text-align: center;
}

.footer-social__phone {
    color: #282828;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.footer-subscribe {
    width: 36%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-subscribe__wrapper {
    max-width: 360px;
    width: 100%;
}

.footer-subscribe .footer__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.footer__copyright {
    color: #979797;
    font-size: 14px;
    font-family: "Roboto";
    width: 36%;
}

.footer__payment {
    width: 21%;
    margin: 0 3.4%;
}

.footer__dev {
    color: #979797;
    font-size: 14px;
    width: 36.2%;
    text-align: right;
    padding: 0 70px;
}

.payment-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-list__item {
    margin: 0 10px;
}

.subscribe-form {
    position: relative;
    max-width: 360px;
    width: 100%;
    margin-top: 15px;
}

.subscribe-form__input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 35px;
    margin: 0 0 15px 0;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    outline: none;
}

.subscribe-form__input:focus {
    border-color: #48c2ca;
}

.subscribe-form__submit {
    position: absolute;
    top: 3px;
    right: 1px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #753380;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-form__submit:hover {
    background-color: #9a43a8;
}

.subscribe-form__submit:hover > .subscribe-form__icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.subscribe-form__icon {
    fill: #fff;
    width: 18px;
    height: 18px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.fade-content > * {
    transition: ease opacity 0.5s, ease transform 0.5s;
}

.animate {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    transition: 0.5s;
}

.animate.in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n + 2) {
    transition-delay: 0.1s;
}

.fade-content > *:nth-child(3n + 3) {
    transition-delay: 0.2s;
}

.fancybox-close-small {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    fill: #48c2ca;
}

.fancybox-close-small::before, .fancybox-close-small::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -1px;
    overflow: hidden;
    outline: none !important;
    border: none;
    border-radius: 0;
    width: 2px;
    height: 32px;
    background: #48c2ca;
    transition: 0.25s 0.25s;
}

.fancybox-close-small::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.25s;
}

.fancybox-close-small::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-close-small i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-close-small i::before, .fancybox-close-small i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -1px;
    border-radius: 0;
    width: 2px;
    height: 32px;
    background: #753380;
    opacity: 0;
}

.fancybox-close-small i::before {
    -webkit-transform: rotate(45deg) translate3d(0, -100%, 0);
    transform: rotate(45deg) translate3d(0, -100%, 0);
    transition: 0.25s;
}

.fancybox-close-small i::after {
    -webkit-transform: rotate(-45deg) translate3d(0, 100%, 0);
    transform: rotate(-45deg) translate3d(0, 100%, 0);
    transition: 0.25s 0.25s;
}

.fancybox-close-small:hover::before, .fancybox-close-small:hover::after {
    background: #48c2ca;
    opacity: 0;
}

.fancybox-close-small:hover::before {
    -webkit-transform: rotate(45deg) translate3d(0, 100%, 0);
    transform: rotate(45deg) translate3d(0, 100%, 0);
}

.fancybox-close-small:hover::after {
    -webkit-transform: rotate(-45deg) translate3d(0, -100%, 0);
    transform: rotate(-45deg) translate3d(0, -100%, 0);
}

.fancybox-close-small:hover i::before, .fancybox-close-small:hover i::after {
    opacity: 1;
}

.fancybox-close-small:hover i::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.fancybox-close-small:hover i::after {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

.drop-in-cart {
    position: absolute;
    z-index: 50;
    width: 200px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: all 1s;
}

.drop-in-cart img {
    max-width: 100%;
}

.drop-in-cart.is-droped {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.2);
    transform: translate3d(-50%, -50%, 0) scale(0.2);
    opacity: 0;
}

@media (max-width: 767px) {
    .drop-in-cart {
        display: none;
    }
}

.main-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    margin: 40px auto;
    line-height: 2;
    border: 1px solid grey;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-radius: 10px;
}

.main-list span {
    font-weight: 600;
}

.main-list .links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.main-list .links li {
    list-style: decimal;
}

.main-list .links a {
    color: grey;
    text-decoration: none;
}

.main-list .links a:hover {
    color: red;
}

.catalog-list {
    margin: 0 -10px 25px;
    font-size: 0;
}

.catalog-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    .catalog-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .catalog-item {
        width: 33.33334%;
    }
}

@media (min-width: 1200px) {
    .catalog-item {
        width: 25%;
    }
}

@media (min-width: 1360px) {
    .catalog-item {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .catalog-item {
        width: 16.66667%;
    }
}

.catalog-item .item-wrap {
    position: relative;
    z-index: 2;
    padding: 55px 20px 14px;
}

.catalog-item .item-wrap:hover {
    z-index: 5;
}

@media (min-width: 992px) {
    .catalog-item .item-wrap:hover .item-hover {
        opacity: 1;
        visibility: visible;
    }
}

.catalog-item .item-type {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 25px 0;
    width: 105px;
    letter-spacing: 2px;
    line-height: 30px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.catalog-item .item-colors {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 13px;
    color: #979797;
    fill: #dfdfdf;
}

.catalog-item .item-colors svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.catalog-item .item-image {
    display: block;
    position: relative;
    margin: 0 20px 20px;
    text-align: center;
}

.catalog-item .item-image > img {
    max-width: 100%;
}

.catalog-item .item-image span {
    display: block;
    padding-bottom: 100%;
    background: 50% 50% no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .catalog-item .item-image span {
        padding-bottom: 56.25%;
    }
}

.catalog-item .item-discount {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 2px 4px 10px 0;
    width: 71px;
    height: 77px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    background: url("../img/icons/discount.png") 50% 50% no-repeat;
}

.catalog-item .item-name {
    margin-bottom: 4px;
    font-weight: bold;
    color: #282828;
}

.catalog-item .item-name a {
    color: inherit;
    text-decoration: none;
}

.catalog-item .item-name a:hover {
    text-decoration: underline;
}

.catalog-item .item-country {
    margin-bottom: 7px;
    color: #282828;
}

.catalog-item .item-info {
    margin-bottom: 10px;
    overflow: hidden;
    height: 28px;
    font-size: 13px;
    color: #979797;
}

.catalog-item .item-size {
    font-size: 13px;
    color: #979797;
}

.catalog-item .item-size li {
    display: inline-block;
    vertical-align: top;
    fill: #dfdfdf;
}

.catalog-item .item-size li + li {
    margin-left: 20px;
}

.catalog-item .item-size li svg {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

.catalog-item .item-footer {
    margin-top: 30px;
    padding-top: 15px;
    background: url("../img/dashed-line.png") 0 0 repeat-x;
}

.catalog-item .item-price {
    float: left;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24px;
}

.catalog-item .item-price span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.catalog-item .item-price__new {
    display: inline-block;
    color: #ff8484;
}

.catalog-item .item-price__old {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    text-decoration: line-through;
    color: #282828;
}

.catalog-item .item-price__old span {
    font-size: 14px;
}

.catalog-item .item-options {
    float: right;
}

.catalog-item .item-options li {
    display: inline-block;
    vertical-align: middle;
}

.catalog-item .item-options li + li {
    margin-left: 6px;
}

.catalog-item .item-options li a {
    fill: #414141;
}

.catalog-item .item-options li a:hover, .catalog-item .item-options li a.is-active {
    fill: #48c2ca;
}

.catalog-item .item-options li a.is-animate {
    display: block;
    -webkit-animation: scaleIn 1s;
    animation: scaleIn 1s;
}

.catalog-item .item-options li svg {
    width: 22px;
    height: 22px;
}

.catalog-item .item-hover {
    position: absolute;
    left: 0;
    right: -50px;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: solid 1px #48c2ca;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.catalog-item .item-colors-view {
    position: absolute;
    top: 18px;
    right: 20px;
    padding: 22px 0;
    width: 50px;
    height: 270px;
}

.catalog-item .item-colors-view .swiper-container {
    height: 100%;
}

.catalog-item .item-colors-view .swiper-slide a {
    display: block;
    border: solid 1px transparent;
    border-radius: 50%;
    padding: 4px;
}

.catalog-item .item-colors-view .swiper-slide a span {
    display: block;
    border-radius: 50%;
    padding-bottom: 100%;
}

.catalog-item .item-colors-view .swiper-slide a:hover {
    border-color: #48c2ca;
}

.catalog-item .item-colors-view__prev, .catalog-item .item-colors-view__next {
    position: absolute;
    left: 0;
    width: 100%;
    fill: #48c2ca;
    text-align: center;
}

.catalog-item .item-colors-view__prev svg, .catalog-item .item-colors-view__next svg {
    width: 12px;
    height: 12px;
}

.catalog-item .item-colors-view__prev.swiper-button-disabled, .catalog-item .item-colors-view__next.swiper-button-disabled {
    fill: #dfdfdf;
}

.catalog-item .item-colors-view__prev {
    top: 0;
}

.catalog-item .item-colors-view__next {
    bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.catalog-about {
    margin-bottom: 20px;
    padding: 60px 0;
    background: #e4f6f7;
}

.catalog-about .title {
    margin: 0 0 55px;
}

.catalog-about__row_reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .catalog-about__row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1200px) {
    .catalog-about__row {
        margin-left: -40px;
        margin-right: -40px;
    }
}

.catalog-about__row + .catalog-about__row {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .catalog-about__col:first-child {
        width: 53%;
    }
}

@media (min-width: 1380px) {
    .catalog-about__col:first-child {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .catalog-about__col {
        padding: 0 20px;
        width: 47%;
    }
}

@media (min-width: 1200px) {
    .catalog-about__col {
        padding: 0 40px;
    }
}

@media (min-width: 1380px) {
    .catalog-about__col {
        width: 50%;
    }
}

.catalog-about__image {
    margin-bottom: 25px;
}

.catalog-about__image img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 992px) {
    .catalog-about__image {
        margin-bottom: 0;
    }
}

.catalog-about__yarn {
    margin-top: 50px;
}

.catalog-about__yarn__text {
    margin-bottom: 40px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    line-height: 36px;
}

.catalog-about__yarn__slider {
    position: relative;
    padding: 0 90px;
}

.catalog-about__yarn__slider__item {
    text-align: center;
}

.catalog-about__yarn__slider__item .item-icon {
    margin: 0 auto 4px;
    border: solid 2px #fff;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    fill: #48c2ca;
}

.catalog-about__yarn__slider__item .item-icon_stroke {
    stroke: #48c2ca;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    fill: none;
}

.catalog-about__yarn__slider__item .item-icon svg {
    width: 100%;
    height: 100%;
}

.catalog-about__yarn__slider__item .item-name {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 20px;
}

.catalog-about__yarn__slider__prev, .catalog-about__yarn__slider__next {
    position: absolute;
    top: 10px;
}

.catalog-about__yarn__slider__prev {
    left: 0;
}

.catalog-about__yarn__slider__next {
    right: 0;
}

.catalog-about p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.catalog-about p + p {
    margin-top: 26px;
}

.catalog-about__brand {
    margin: 0 -20px;
}

.catalog-about__brand__item {
    float: left;
    margin-bottom: 35px;
    width: 100%;
}

.catalog-about__brand__item .item-image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
}

.catalog-about__brand__item .item-image img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .catalog-about__brand__item .item-image {
        margin-bottom: 0;
        width: 50%;
    }
}

.catalog-about__brand__item .item-text {
    float: left;
    padding: 0 20px;
    width: 100%;
    line-height: 24px;
}

.catalog-about__brand__item .item-text a {
    color: #48c2ca;
    text-decoration: none;
}

.catalog-about__brand__item .item-text a:hover {
    text-decoration: underline;
}

.catalog-about__brand__item .item-text ul {
    margin: 24px 0;
    padding-left: 30px;
}

.catalog-about__brand__item .item-text ul li {
    position: relative;
}

.catalog-about__brand__item .item-text ul li + li {
    margin-top: 12px;
}

.catalog-about__brand__item .item-text ul li::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #48c2ca;
}

@media (min-width: 768px) {
    .catalog-about__brand__item .item-text {
        width: 50%;
    }
}

@media (min-width: 1380px) {
    .catalog-about__brand__item {
        width: 50%;
    }
}

.filter {
    position: relative;
    margin-top: 25px;
}

.filter + .sort {
    border-top: none;
}

.filter__row {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    background: #48c2ca;
}

@media (min-width: 1200px) {
    .filter__row {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .filter__row {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        display: none;
        overflow: auto;
        padding: 30px 20px;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    .is-show-filter .filter__row {
        display: flex;
        flex-direction: column;
    }
}

.filter__show-row {
    display: block;
    padding: 14px 15px 10px;
    letter-spacing: 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 19px;
    color: #fff;
    fill: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #48c2ca;
}

.filter__show-row svg {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 21px;
    height: 24px;
}

@media (min-width: 768px) {
    .filter__show-row {
        display: none;
    }
}

.filter__title {
    margin-bottom: 26px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 768px) {
    .filter__title {
        display: none;
    }
}

.filter__close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    fill: #a0ffff;
}

.filter__close svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .filter__close {
        display: none;
    }
}

.filter__submit {
    display: block;
    margin-top: 30px;
    border: none;
    border-radius: 30px;
    width: 100%;
    height: 50px;
    letter-spacing: 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 19px;
    color: #48c2ca;
    text-transform: uppercase;
    background: #fff;
}

@media (min-width: 768px) {
    .filter__submit {
        display: none;
    }
}

@media (min-width: 768px) {
    .filter__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.filter__item {
    position: relative;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px #6dced5;
    transition: 0.25s;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .filter__item:not(.filter__item--small) {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.filter__item .item-label {
    display: block;
    padding: 16px 22px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    fill: #fff;
}
@media (max-width: 1023px) {
    .filter__item .item-label{
        padding: 16px 10px;
    }
    .filter__reset{
        padding: 16px 10px;
    }
}
.filter__item .item-label svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    transition: 0.25s;
}

@media (max-width: 767px) {
    .filter__item .item-label svg {
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -6px;
        margin-left: 0;
    }
}

.filter__item .item-label-range {
    position: relative;
    display: none;
    padding: 16px 40px 16px 22px;
    font-size: 15px;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.filter__item .item-label-range__reset {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    color: #74ffff;
    fill: #74ffff;
}

.filter__item .item-label-range__reset svg {
    display: block;
    width: 10px;
    height: 10px;
}

.filter__item .item-label-list {
    position: relative;
    display: none;
    padding: 16px 40px 16px 22px;
    font-size: 15px;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.filter__item .item-label-list__reset {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    color: #74ffff;
    fill: #74ffff;
}

.filter__item .item-label-list__reset svg {
    display: block;
    width: 10px;
    height: 10px;
}

.filter__item .item-dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    margin-top: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.filter__item .item-dropdown::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -7px;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 7px #fff;
}

.filter__item .item-dropdown__btn {
    padding: 20px;
}

.filter__item .item-dropdown__btn a {
    padding-top: 12px;
    padding-bottom: 10px;
    width: 100%;
    background: #6dced5;
}

@media (max-width: 767px) {
    .filter__item .item-dropdown {
        display: none;
        width: 100%;
        transition: none;
    }
}

.filter__item .item-search {
    padding: 19px 15px;
}

.filter__item .item-search + .item-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: solid 1px #e8e8e8;
}

.filter__item .item-search__field {
    position: relative;
}

.filter__item .item-search__field__icon {
    position: absolute;
    top: 9px;
    right: 19px;
    width: 22px;
    height: 22px;
    fill: #753380;
    pointer-events: none;
}

.filter__item .item-search__field__reset {
    position: absolute;
    top: 13px;
    right: 19px;
    display: none;
    fill: #753380;
}

.filter__item .item-search__field__reset svg {
    width: 14px;
    height: 14px;
}

.filter__item .item-search__field input {
    border: solid 1px #e8e8e8;
    border-radius: 30px;
    outline: none;
    padding: 0 19px;
    width: 100%;
    height: 40px;
    font-size: 14px;
}

.filter__item .item-search__field.is-filled .item-search__field__icon {
    display: none;
}

.filter__item .item-search__field.is-filled .item-search__field__reset {
    display: block;
}

.filter__item .item-list {
    width: 310px;
    font-size: 15px;
    text-transform: uppercase;
    color: #282828;
}

.filter__item .item-list li {
    position: relative;
}

.filter__item .item-list li + li {
    margin-top: -1px;
}

.filter__item .item-list li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: solid 1px #e8e8e8;
}

.filter__item .item-list li label {
    position: relative;
    z-index: 2;
    display: block;
    padding: 16px 15px 16px 40px;
    cursor: pointer;
}

.filter__item .item-list li label input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.filter__item .item-list li label input:checked + i {
    background: #48c2ca;
    border-color: #48c2ca;
}

.filter__item .item-list li label input:checked + i svg path {
    fill: #6dced5;
}

.filter__item .item-list li label input:checked + i svg polyline {
    stroke-dashoffset: 0;
}

.filter__item .item-list li label i {
    position: absolute;
    left: 15px;
    top: 15px;
    border: solid 1px #dddddd;
    border-radius: 2px;
    padding-top: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
}

.filter__item .item-list li label i svg {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 17px;
    height: 17px;
}

.filter__item .item-list li label i svg path {
    fill: none;
    stroke: #6dced5;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all .6s ease;
}

.filter__item .item-list li label i svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease;
}

.filter__item .item-list li label:hover {
    background: #e4f6f7;
}

.filter__item .item-list li label:hover svg path {
    stroke-dashoffset: 0;
}

.filter__item .item-list li.is-not-found {
    display: none;
}

@media (max-width: 767px) {
    .filter__item .item-list {
        width: 100%;
    }
}

.filter__item .item-country {
    margin-left: 8px;
    text-transform: none;
    color: #48c2ca;
}

.filter__item .item-range {
    width: 280px;
    padding: 20px;
}

.filter__item .item-range__fields {
    margin: 0 -10px 34px;
}

.filter__item .item-range__field {
    position: relative;
    float: left;
    padding: 0 10px;
    width: 50%;
}

.filter__item .item-range__field label {
    position: absolute;
    left: 25px;
    top: -8px;
    padding: 0 4px;
    font-size: 15px;
    color: #979797;
    background: #fff;
}

.filter__item .item-range__field input {
    border: solid 1px #e8e8e8;
    border-radius: 30px;
    outline: none;
    padding: 0 19px;
    width: 100%;
    height: 40px;
    font-size: 15px;
}

.filter__item .item-range__slider {
    margin: 0 7px 40px;
    border: none;
    height: 2px;
    box-shadow: none;
    background: #e5e5e5;
}

.filter__item .item-range__slider .noUi-handle {
    left: -7px;
    top: -7px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
    background: transparent;
    box-shadow: none;
}

.filter__item .item-range__slider .noUi-handle::before {
    left: 0;
    top: 0;
    margin: 0;
    border: solid 2px #753380;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.25s;
}

.filter__item .item-range__slider .noUi-handle::after {
    display: none;
}

.filter__item .item-range__slider .noUi-handle:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.filter__item .item-range__slider .noUi-connect {
    background: #753380;
}

.filter__item .item-range__slider .noUi-tooltip {
    top: 100%;
    bottom: auto;
    border: none;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
    background: transparent;
    pointer-events: none;
}

.filter__item .item-range__slider .noUi-tooltip::after {
    content: attr(data-symbol);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-left: 3px;
}

.filter__item .item-range__apply {
    padding-top: 12px;
    padding-bottom: 10px;
    width: 100%;
    background: #6dced5;
}

@media (max-width: 767px) {
    .filter__item .item-range {
        width: 100%;
    }
}

.filter__item.is-range-active {
    background: #3aabb3;
}

.filter__item.is-range-active .item-label {
    display: none;
}

.filter__item.is-range-active .item-label-range {
    display: block;
}

.filter__item.is-list-active {
    background: #3aabb3;
}

.filter__item.is-list-active .item-label {
    display: none;
}

.filter__item.is-list-active .item-label-list {
    display: block;
}

.filter__item.is-active {
    background: #3aabb3;
}

.filter__item.is-showed {
    background: #3aabb3;
}

.filter__item.is-showed .item-label svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter__item.is-showed .item-dropdown {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

@media (max-width: 767px) {
    .filter__item.is-showed .item-dropdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .filter__item {
        border: solid 1px rgba(255, 255, 255, 0.2);
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .filter__item + .filter__item {
        margin-top: 30px;
    }
}

.filter__reset {
    padding: 16px 20px 16px;
    margin-left: auto;
    text-decoration: none;
    color: #90ffff;
    fill: #90ffff;
}

.filter__reset svg {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding-bottom: 2px;
    width: 15px;
    height: 17px;
}

.filter__reset:hover svg {
    -webkit-animation: rotate360 infinite linear 1s;
    animation: rotate360 infinite linear 1s;
}

@media (min-width: 1200px) {
    .filter__reset {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .filter__list{
        display: contents;
    }
    .filter__reset {
        display: block;
        vertical-align: top;
        padding: 10px;
        width: 120px;
        margin:20px auto 0 auto;
        text-align: center;
        order:1;
    }
    .filter__reset:hover svg{
        animation: rotate360 1s linear;
    }
}

.filter__mobile-bg {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.5s;
    z-index: 25;
    background-color: rgba(72, 194, 202, 0.95);
    visibility: hidden;
}

.is-show-filter .filter__mobile-bg {
    -webkit-transform: scale(50);
    transform: scale(50);
    visibility: visible;
}

@media (min-width: 768px) {
    .filter__mobile-bg {
        display: none;
    }
}

@media (min-width: 768px) {
    .filter {
        background: #48c2ca;
    }
}

.sort {
    margin-bottom: 30px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 17px 0;
    font-size: 14px;
}

@media (min-width: 768px) {
    .sort__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sort__item {
    position: relative;
    z-index: 7;
}

.sort__item .item-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
}

@media (min-width: 992px) {
    .sort__item .item-menu {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .sort__item.is-show .sort__list {
        opacity: 1;
        visibility: visible;
    }
}

.sort__item.is-show .sort__trigger svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 767px) {
    .sort__item + .sort__item {
        z-index: 6;
        margin-top: 15px;
    }
}

.sort__label {
    display: inline-block;
    vertical-align: middle;
}

.sort__trigger {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 24px;
    text-decoration: none;
    color: #48c2ca;
    fill: #48c2ca;
}

.sort__trigger svg {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    transition: 0.25s;
}

@media (min-width: 992px) {
    .sort__trigger {
        display: none;
    }
}

.sort__list {
    display: inline-block;
    vertical-align: middle;
}

.sort__list li {
    position: relative;
}

@media (max-width: 991px) {
    .sort__list li + li {
        margin-top: 16px;
    }
}

.sort__list li a {
    text-decoration: none;
    color: #979797;
}

.sort__list li a .sort__list__arrow {
    position: relative;
    top: -1px;
    display: none;
    vertical-align: middle;
    margin-left: 3px;
    width: 7px;
    height: 15px;
    fill: #48c2ca;
}

.sort__list li a[data-type="DESC"] .sort__list__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sort__list li a:hover, .sort__list li a.is-active {
    color: #48c2ca;
}

.sort__list li a.is-active .sort__list__arrow {
    display: inline-block;
}

@media (min-width: 992px) {
    .sort__list li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }

    .sort__list li::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 2px;
        width: 1px;
        height: 13px;
        background: #e8e8e8;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .sort__list li::before {
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .sort__list li {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .sort__list {
        position: absolute;
        left: -15px;
        right: -15px;
        top: -10px;
        padding: 40px 15px 15px;
        min-width: 100%;
        background: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: 0.25s;
    }
}

.breadcrumbs {
    position: relative;
    margin-bottom: 27px;
    font-size: 14px;
    color: #afafaf;
}

.breadcrumbs .container {
    position: relative;
}

.breadcrumbs__list {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px) {
    .breadcrumbs__list {
        display: flex;
    }
    .breadcrumbs .container {
        display: flex;
        align-items: center;
        overflow-x: auto;
        scrollbar-width: none;
        width: 100% !important;
        padding: 0 16px;
    }
}

.breadcrumbs__list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs__list li + li {
    margin-left: 56px;
    white-space: nowrap;
}

.breadcrumbs__list li + li::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -2px;
    width: 17px;
    height: 3px;
    background: url("../img/breadcrumbs-sep.png") 50% 50% no-repeat;
}

.breadcrumbs__list li a {
    text-decoration: none;
    transition: 0.25s;
    color: #414141;
}

.breadcrumbs__list li a:hover {
    color: #5ac6ce;
}

.breadcrumbs__mobile {
    display: none;
    margin-left: 25px;
}

.breadcrumbs__mobile__trigger {
    color: #48c2ca;
    fill: #48c2ca;
    text-decoration: none;
}

.breadcrumbs__mobile__trigger svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 6px;
}

.breadcrumbs__mobile__drop {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 8;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    background: #fff;
    opacity: 0;
    display: none;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    transition: 0.25s;
}

.breadcrumbs__mobile__drop::before {
    content: "";
    position: absolute;
    left: 38px;
    bottom: 100%;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px #fff;
}

.breadcrumbs__mobile__drop li + li {
    border-top: solid 1px #e8e8e8;
}

.breadcrumbs__mobile__drop li a {
    display: block;
    padding: 15px 20px;
    color: #282828;
    text-decoration: none;
}

.breadcrumbs__mobile.is-show .breadcrumbs__mobile__drop {
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media (min-width: 768px) {
    .breadcrumbs__mobile {
        display: none;
    }
}

.breadcrumbs__current {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 56px;
}
.breadcrumbs__current::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -2px;
    width: 17px;
    height: 3px;
    background: url("../img/breadcrumbs-sep.png") 50% 50% no-repeat;
}

@media (max-width: 768px) {
    .breadcrumbs__current {
        display: flex;
        white-space: nowrap;
    }
    .breadcrumbs__list li + li,.breadcrumbs__current{
        margin-left: 32px;
    }
    .breadcrumbs__list li + li:before,.breadcrumbs__current:before{
        left: -24px;
    }
}

.pagination {
    margin-bottom: 50px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__prev, .pagination__next {
    display: inline-block;
    vertical-align: middle;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pagination__list {
    margin: 0 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .pagination{
        margin-bottom: 100px;
    }
    .pagination__list {
        margin: 0 40px;
    }
}


.pagination__list a {
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #979797;
    margin-left: 1.5vw;
}

.pagination__list a:hover {
    color: #fff;
    background: #48c2ca;
}

.pagination__list a.is-active {
    color: #fff;
    background: #753380;
}

.pagination__list span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1.5vw;
    color: #979797;
    width: 30px;
}

.product {
    margin: 30px 0 24px;
    border-bottom: solid 1px #e4e4e4;
}

.product .title {
    margin: 0 0 46px;
}

.product__wrap {
    position: relative;
}

.product__wrap .container {
    position: relative;
}

.product__container {
    position: relative;
    margin: 0 auto 80px;
    max-width: 1180px;
}

.product__image {
    margin-bottom: 30px;
}

.product__image__big {
    margin-bottom: 40px;
    padding: 60px 50px 0;
}

.product__image__big .swiper-container img {
    width: 100%;
}

@media (min-width: 768px) {
    .product__image__big {
        margin: 0 auto 35px;
        padding: 0;
        max-width: 340px;
    }
}

@media (min-width: 992px) {
    .product__image__big {
        max-width: 380px;
    }
}

@media (min-width: 1200px) {
    .product__image__big {
        margin-bottom: 0;
        padding: 40px 0;
    }
}

.product__image__thumbs {
    position: relative;
}

.product__image__thumbs .swiper-container {
    height: 100%;
}

@media (min-width: 1200px) {
    .product__image__thumbs .swiper-container .swiper-slide {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .product__image__thumbs .swiper-container .swiper-slide {
        width: auto;
    }
}

.product__image__thumbs .swiper-container a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px transparent;
    border-radius: 50%;
    padding: 10px;
    width: 82px;
    height: 82px;
}

.product__image__thumbs .swiper-container a img {
    max-width: 100%;
    border-radius: 50%;
}

.product__image__thumbs .swiper-container a.is-active {
    border-color: #ddd;
}

.product__image__thumbs .swiper-container img {
    width: 100%;
}

@media (max-width: 767px) {
    .product__image__thumbs .swiper-container {
        overflow: visible;
    }
}

.product__image__thumbs__prev, .product__image__thumbs__next {
    position: absolute;
}

@media (min-width: 1200px) {
    .product__image__thumbs__prev, .product__image__thumbs__next {
        left: 50%;
        margin-left: -30px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {
    .product__image__thumbs__prev, .product__image__thumbs__next {
        display: none;
    }
}

@media (max-width: 1199px) {
    .product__image__thumbs__prev, .product__image__thumbs__next {
        top: 50%;
        margin-top: -30px;
    }
}

@media (min-width: 1200px) {
    .product__image__thumbs__prev {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .product__image__thumbs__prev {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .product__image__thumbs__next {
        bottom: 0;
    }
}

@media (max-width: 1199px) {
    .product__image__thumbs__next {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .product__image__thumbs {
        position: absolute;
        top: 0;
        left: -40px;
        padding: 85px 0;
        height: 435px;
    }
}

@media (max-width: 1199px) {
    .product__image__thumbs {
        margin: 0 auto;
        padding: 0 85px;
        width: 435px;
    }
}

@media (max-width: 767px) {
    .product__image__thumbs {
        padding: 0;
        width: auto;
    }
}

@media (min-width: 768px) {
    .product__image {
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .product__image {
        margin-bottom: 0;
        float: left;
        padding-right: 10px;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .product__content {
        float: left;
        padding-left: 10px;
        width: 50%;
    }
}

.product__title {
    margin: 0 0 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    color: #282828;
}

@media (max-width: 767px) {
    .product__title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 8px;
        font-size: 36px;
    }
}

.product__label {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    border-radius: 0 0 30px;
    padding: 9px 25px 9px 20px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #fff;
    background: #48c2ca;
}

@media (max-width: 767px) {
    .product__label {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 15px;
    }
}

.product__brand {
    margin-bottom: 23px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 20px;
    color: #282828;
}

.product__price {
    margin-bottom: 30px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 50px;
    color: #48c2ca;
}

.product__price span {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
}

.product__options {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .product__options {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.product__counter {
    position: relative;
    border: solid 2px #753380;
    border-radius: 30px;
    background: #fff;
}

.product__counter__field {
    border: none;
    outline: none;
    padding: 0 40px;
    width: 100%;
    height: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 19px;
    color: #282828;
    text-align: center;
    background: transparent;
}

@media (max-width: 767px) {
    .product__counter__field {
        height: 46px;
    }
}

.product__counter__plus, .product__counter__minus {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 40px;
    height: 100%;
}

.product__counter__plus::before, .product__counter__minus::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background: #bababa;
}

.product__counter__plus {
    right: 0;
}

.product__counter__plus::before {
    right: 20px;
}

.product__counter__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
    background: #bababa;
}

.product__counter__minus {
    left: 0;
}

.product__counter__minus::before {
    left: 20px;
}

@media (min-width: 768px) {
    .product__counter {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 30px 0 0 30px;
        width: 130px;
    }
}

.product__add, .product__favorite {
    position: relative;
    z-index: 2;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 17px 0 13px;
    letter-spacing: 3px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.product__add svg, .product__favorite svg {
    position: absolute;
    top: 50%;
    right: 20px;
}

.product__add {
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    fill: #fff;
    background: #753380;
}

@media (min-width: 768px) {
    .product__add {
        margin-top: 0;
        border-radius: 0 30px 30px 0;
    }
}

.product__add svg {
    margin-top: -12px;
    width: 16px;
    height: 22px;
}

.product__favorite {
    margin-top: 20px;
    border-radius: 30px;
    color: #753380;
    fill: #753380;
    background: #e4f6f7;
}

.product__favorite svg {
    margin-top: -10px;
    width: 22px;
    height: 21px;
}

@media (min-width: 768px) {
    .product__favorite {
        margin: 0 0 0 20px;
    }
}

.product__info {
    margin-bottom: 50px;
    color: #282828;
}

@media (max-width: 500px) {
    .product__info li {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .product__info li + li {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .product__info li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .product__info__label {
        display: block;
        margin-bottom: 6px;
        color: #afafaf;
    }
}

@media (max-width: 767px) {
    .product__info__label {
        max-width: 45%;
    }
}

.product__info__dots {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 11px 10px 4px;
    border-bottom: dotted 1px #48c2ca;
}

@media (min-width: 768px) {
    .product__info__dots {
        display: none;
    }
}

@media (max-width: 767px) {
    .product__info__value {
        text-align: right;
        color: #48c2ca;
    }
}

@media (min-width: 768px) {
    .product__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
        text-align: center;
    }
}

.product__tabs__list {
    margin-bottom: 34px;
    overflow: auto;
    white-space: nowrap;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.product__tabs__list a {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    color: #afafaf;
    text-decoration: none;
    transition: 0.25s;
}

.product__tabs__list a + a {
    margin-left: 25px;
}

@media (min-width: 768px) {
    .product__tabs__list a + a {
        margin-left: 45px;
    }
}

.product__tabs__list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 6px;
    background: url(../img/wave.svg) 0 50% repeat-x;
    transition: 0.5s;
}

.product__tabs__list a:hover {
    color: #5ac6ce;
}

.product__tabs__list a:hover::after {
    width: 100%;
}

.product__tabs__list a.is-active {
    color: #48c2ca;
}

.product__tabs__list a.is-active::after {
    width: 100%;
}

@media (min-width: 768px) {
    .product__tabs__list {
        margin-bottom: 44px;
    }
}

.product__characters {
    color: #282828;
}

.product__characters li {
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    .product__characters li {
        font-size: 13px;
    }
}

.product__characters li:after {
    content: '...........................................................................................................................................................................................................................................................................................................................................................................';
    display: block;
    color: #48c2ca;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    line-height: 2;
}

@media (max-width: 500px) {
    .product__characters li:after {
        line-height: 1.6;
    }
}

.product__characters li + li {
    margin-top: 22px;
}

@media (min-width: 768px) {
    .product__characters li + li {
        margin-top: 12px;
    }
}

.product__characters__key {
    float: left;
    margin-right: 4px;
    max-width: 40%;
}

@media (max-width: 500px) {
    .product__characters__key {
        max-width: 44%;
    }
}

.product__characters__value {
    float: right;
    max-width: 58%;
    margin-left: 4px;
    color: #48c2ca;
}

.product__social {
    position: absolute;
    right: 0;
    top: 0;
}

.product__social li + li {
    margin-top: 35px;
}

.product__social li a {
    fill: #48c2ca;
    transition: 0.25s;
}

.product__social li a svg {
    width: 18px;
    height: 18px;
}

.product__social li a:hover {
    fill: #753380;
}

@media (max-width: 1379px) {
    .product__social {
        display: none;
    }
}

.product__image-zoom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    letter-spacing: 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #48c2ca;
    fill: #48c2ca;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 46% 175%;
    transform-origin: 46% 175%;
    transition: 0.25s;
}

.product__image-zoom svg {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product__image-zoom:hover {
    color: #753380;
    fill: #753380;
}

@media (min-width: 1200px) {
    .product__image-zoom {
        top: auto;
        bottom: 30px;
        -webkit-transform-origin: 10px 20px;
        transform-origin: 10px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {
    .product__image-zoom {
        -webkit-transform: none;
        transform: none;
    }
}

.product-models {
    margin-bottom: 74px;
    padding: 60px 0;
    background: url("../img/wrapper_promo.jpg") 50% 50%;
    background-size: cover;
}

@media (max-width: 767px) {
    .product-models .title {
        padding: 0 35px;
    }

    .product-models .title::before {
        right: auto;
        left: 0;
    }

    .product-models .title::after {
        right: 0;
        left: auto;
    }
}

.product-models__slider__nav {
    margin-top: 60px;
    text-align: center;
}

.product-models__slider__prev {
    vertical-align: middle;
}

.product-models__slider__next {
    vertical-align: middle;
}

.product-models__slider__pager {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: auto;
    color: #979797;
}

.product-models__item {
    height: 424px;
}

.product-models__item img {
    border: solid 5px #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
}

@media (min-width: 600px) and (max-width: 1199px) {
    .product-models .swiper-container {
        overflow: visible;
    }
}

.product-related {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .product-related .title {
        padding: 0 35px;
    }

    .product-related .title::before {
        right: auto;
        left: 0;
    }

    .product-related .title::after {
        right: 0;
        left: auto;
    }
}

.product-related__slider__nav {
    margin-top: 40px;
    text-align: center;
}

.product-related__slider__prev {
    vertical-align: middle;
}

.product-related__slider__next {
    vertical-align: middle;
}

.product-related__slider__pager {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: auto;
    color: #979797;
}

.product-related .catalog-item {
    margin-bottom: 0;
    width: 100%;
}

.product-related .catalog-item .item-colors-view .swiper-slide {
    width: 100% !important;
}

.search-page {
    margin-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
}

@media (max-width: 767px) {
    .search-page .title {
        padding: 0 35px;
    }

    .search-page .title::before {
        left: 0;
        right: auto;
    }

    .search-page .title::after {
        left: auto;
        right: 0;
    }
}

.search-page__nav {
    margin: 42px 0 35px;
    overflow: hidden;
}

.search-page__nav ul {
    padding: 5px 0 20px;
    text-align: center;
    white-space: nowrap;
}

.search-page__nav ul li {
    display: inline-block;
}

.search-page__nav ul li + li {
    margin-left: 25px;
}

.search-page__nav ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    line-height: 16px;
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.search-page__nav ul li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 0;
    height: 6px;
    background: url(../img/wave.svg) 0 50% repeat-x;
    transition: 0.5s;
}

.search-page__nav ul li a:hover, .search-page__nav ul li a.is-active {
    color: #48c2ca;
}

.search-page__nav ul li a:hover::after, .search-page__nav ul li a.is-active::after {
    width: 100%;
}

.search-page__nav ul li a:hover + span, .search-page__nav ul li a.is-active + span {
    background: #48c2ca;
}

.search-page__nav ul li a.is-disabled {
    color: #d3d3d3;
    cursor: default;
}

.search-page__nav ul li a.is-disabled::after {
    width: 0;
}

.search-page__nav ul li a.is-disabled + span {
    background: #d2d2d2;
}

.search-page__nav ul li span {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    border-radius: 20px;
    padding: 3px 7px 1px;
    font-size: 14px;
    color: #fff;
    background: #d2d2d2;
    transition: 0.5s;
}

.search-page__list {
    margin: 0 auto 50px;
    max-width: 980px;
}

.search-page__item {
    max-width: 840px;
}

.search-page__item .item-title {
    margin-bottom: 16px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.search-page__item .item-title a {
    color: #48c2ca;
    text-decoration: none;
}

.search-page__item .item-text {
    line-height: 24px;
}

.search-page__item .item-text a {
    color: #48c2ca;
    text-decoration: none;
}

.search-page__item + .search-page__item {
    position: relative;
    margin-top: 80px;
}

.search-page__item + .search-page__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -43px;
    width: 32px;
    height: 6px;
    background: url("../img/wave-gray.png") 50% 50% no-repeat;
}

.pay-and-delivery {
    border-bottom: solid 1px #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 70px;
}

.pay-and-delivery__wrap {
    margin: 0 auto;
    max-width: 1180px;
}

.pay-and-delivery__tabs {
    margin: 45px 0 58px;
    text-align: center;
}

.pay-and-delivery__tabs li {
    display: inline-block;
}

.pay-and-delivery__tabs li + li {
    margin-left: 25px;
}

.pay-and-delivery__tabs li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    line-height: 16px;
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.pay-and-delivery__tabs li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 0;
    height: 6px;
    background: url(../img/wave.svg) 0 50% repeat-x;
    transition: 0.5s;
}

.pay-and-delivery__tabs li a:hover, .pay-and-delivery__tabs li a.is-active {
    color: #48c2ca;
}

.pay-and-delivery__tabs li a:hover::after, .pay-and-delivery__tabs li a.is-active::after {
    width: 100%;
}

.pay-and-delivery__tabs li a:hover + span, .pay-and-delivery__tabs li a.is-active + span {
    background: #48c2ca;
}

.pay-and-delivery__tabs li a.is-disabled {
    color: #d3d3d3;
    cursor: default;
}

.pay-and-delivery__tabs li a.is-disabled::after {
    width: 0;
}

.pay-and-delivery__tabs li a.is-disabled + span {
    background: #d2d2d2;
}

.pay-and-delivery__panel {
    display: none;
}

.pay-and-delivery__panel.is-active {
    display: block;
}

.pay-and-delivery__list {
    margin: 0 -10px;
}

.pay-and-delivery__item {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

.pay-and-delivery__item .item-inner {
    position: relative;
    display: block;
    padding-bottom: 85%;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: #e4f6f7;
    transition: 0.25s;
}

.pay-and-delivery__item .item-inner:hover {
    background: #d2f5f8;
}

.pay-and-delivery__item .item-inner:hover .item-image {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.pay-and-delivery__item .item-name {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24px;
}

@media (min-width: 800px) {
    .pay-and-delivery__item .item-name {
        top: 15px;
        bottom: auto;
    }
}

@media (min-width: 1200px) {
    .pay-and-delivery__item .item-name {
        top: 25px;
    }
}

.pay-and-delivery__item .item-image {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 50px;
    width: 100%;
    transition: 0.25s;
}

.pay-and-delivery__item .item-image span {
    position: relative;
    display: block;
    padding-bottom: 88%;
}

.pay-and-delivery__item .item-image span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 800px) {
    .pay-and-delivery__item .item-image {
        top: auto;
        bottom: 15px;
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .pay-and-delivery__item .item-image {
        bottom: 34px;
        padding: 0 60px;
    }
}

.pay-and-delivery__item .item-content {
    display: none;
}

@media (min-width: 500px) {
    .pay-and-delivery__item {
        width: 50%;
    }
}

@media (min-width: 800px) {
    .pay-and-delivery__item {
        width: 33.33334%;
    }
}

@media (min-width: 992px) {
    .pay-and-delivery__item {
        width: 25%;
    }
}

.pay-and-delivery__modal {
    padding: 0;
    width: 85%;
}

@media (min-width: 800px) {
    .pay-and-delivery__modal__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.pay-and-delivery__modal__left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 74px 15px;
    text-align: center;
    background: #e4f6f7;
}

@media (min-width: 800px) {
    .pay-and-delivery__modal__left {
        width: 325px;
    }
}

@media (max-width: 799px) {
    .pay-and-delivery__modal__left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px;
    }
}

@media (max-width: 499px) {
    .pay-and-delivery__modal__left {
        padding: 60px 20px 20px;
    }
}

.pay-and-delivery__modal__right {
    padding: 20px;
}

@media (min-width: 500px) {
    .pay-and-delivery__modal__right {
        padding: 30px;
    }
}

@media (min-width: 800px) {
    .pay-and-delivery__modal__right {
        padding: 74px 38px;
        width: 100%;
    }
}

.pay-and-delivery__modal__name {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 34px;
}

@media (min-width: 500px) {
    .pay-and-delivery__modal__name {
        font-size: 40px;
    }
}

@media (min-width: 800px) {
    .pay-and-delivery__modal__name {
        margin-bottom: 20px;
    }
}

.pay-and-delivery__modal__image {
    padding: 0 45px;
    width: 100%;
}

.pay-and-delivery__modal__image span {
    position: relative;
    display: block;
    padding-bottom: 85%;
}

.pay-and-delivery__modal__image span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 499px) {
    .pay-and-delivery__modal__image {
        display: none;
    }
}

@media (max-width: 799px) {
    .pay-and-delivery__modal__image {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 30px;
        padding: 0;
        width: 200px;
    }
}

.pay-and-delivery__modal__text {
    line-height: 24px;
}

@media (max-width: 320px) {
    .pay-and-delivery__modal {
        width: 280px;
    }
}

@media (min-width: 992px) {
    .pay-and-delivery__modal {
        width: 875px;
        max-width: 100%;
    }
}

.contacts {
    margin-bottom: 20px;
}

.contacts__tabs {
    margin: 25px 0 40px;
    text-align: center;
}

.contacts__tabs li {
    display: inline-block;
    margin: 10px 20px;
}

.contacts__tabs li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 22px;
    line-height: 16px;
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.contacts__tabs li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 0;
    height: 6px;
    background: url(../img/wave.svg) 0 50% repeat-x;
    transition: 0.5s;
}

.contacts__tabs li a:hover, .contacts__tabs li a.is-active {
    color: #48c2ca;
}

.contacts__tabs li a:hover::after, .contacts__tabs li a.is-active::after {
    width: 100%;
}

.contacts__tabs li a:hover + span, .contacts__tabs li a.is-active + span {
    background: #48c2ca;
}

.contacts__tabs li a.is-disabled {
    color: #d3d3d3;
    cursor: default;
}

.contacts__tabs li a.is-disabled::after {
    width: 0;
}

.contacts__tabs li a.is-disabled + span {
    background: #d2d2d2;
}

.contacts__map {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}

.contacts__map__self {
    height: 280px;
}

@media (min-width: 768px) {
    .contacts__map__self {
        height: 690px;
    }
}

@media (max-width: 767px) {
    .contacts__map .container {
        width: 100%;
    }
    .contacts__tabs{
        margin: 10px 0 20px 0;
    }
}

.contacts__wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

.contacts__list {
    background: #fff;
}

.contacts__list__close {
    display: block;
    border-top: solid 1px #e8e8e8;
    padding: 8px;
    letter-spacing: 1px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 12px;
    color: #979797;
    fill: #979797;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s;
}

.contacts__list__close svg {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 11px;
    height: 6px;
    transition: 0.25s 0;
}

.contacts__list__close:hover {
    color: #48c2ca;
    fill: #48c2ca;
}

.contacts__list__close.is-active {
    border-top: none;
}

.contacts__list__close.is-active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 767px) {
    .contacts__list__close {
        border-bottom: solid 1px #e8e8e8;
    }
}

@media (min-width: 768px) {
    .contacts__list {
        position: absolute;
        top: 0;
        z-index: 5;
        width: 380px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    }
}

.contacts__item {
    display: none;
}

.contacts__item .item-image img {
    width: 100%;
}

.contacts__item .item-play {
    position: relative;
}

.contacts__item .item-play__arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100px;
    height: 100px;
    fill: #fff;
    opacity: 0.5;
    transition: 0.25s;
}

.contacts__item .item-play__arrow svg {
    width: 100%;
    height: 100%;
}

.contacts__item .item-play__arrow:hover {
    opacity: 1;
}

.contacts__item .item-caption {
    padding: 20px 30px 25px;
}
@media (max-width: 767px) {
    .contacts__item .item-caption {
        padding: 20px 0;
    }
}

.contacts__item .item-city {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 30px;
    color: #48c2ca;
    text-transform: uppercase;
}

.contacts__item .item-address {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.contacts__item .item-phone {
    margin-bottom: 12px;
    font-weight: 500;
    color: #282828;
}

.contacts__item .item-mail {
    margin-bottom: 7px;
    color: #48c2ca;
    font-size: 16px;
}

.contacts__item .item-time {
    margin-bottom: 18px;
    font-size: 14px;
    color: #979797;
}

.contacts__item .item-scheme {
    margin-bottom: 26px;
}

.contacts__item .item-scheme a {
    color: #48c2ca;
    fill: #48c2ca;
    text-decoration: none;
}

.contacts__item .item-scheme svg {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contacts__item .item-btn {
    margin-top: 25px;
}

.contacts__item .item-btn a {
    padding-left: 22px;
    padding-right: 22px;
}

.contacts__item.is-active {
    display: block;
}

.sitemap {
    margin-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 50px;
}

.sitemap .title {
    margin-bottom: 25px;
}

.sitemap__desktop {
    display: none;
}

@media (min-width: 1200px) {
    .sitemap__desktop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .sitemap__mobile {
        display: none;
    }
}

.sitemap__row {
    margin: 0 -10px;
}

.sitemap__col {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.sitemap__col_2 {
    width: 16.66667%;
}

.sitemap__col_4 {
    width: 33.33334%;
}

.sitemap__col_6 {
    width: 50%;
}

.sitemap__col_8 {
    width: 66.66667%;
}

@media (min-width: 768px) {
    .sitemap__col_sm6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .sitemap__col_lg3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .sitemap__col_lg4 {
        width: 33.33334%;
    }
}

@media (min-width: 1200px) {
    .sitemap__col_lg6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .sitemap__col_lg8 {
        width: 66.66667%;
    }
}

@media (min-width: 1200px) {
    .sitemap__col_lg9 {
        width: 75%;
    }
}

@media (min-width: 1380px) {
    .sitemap__col_nlg2 {
        width: 16.66667%;
    }
}

@media (min-width: 1380px) {
    .sitemap__col_nlg4 {
        width: 33.33334%;
    }
}

@media (min-width: 1380px) {
    .sitemap__col_nlg6 {
        width: 50%;
    }
}

@media (min-width: 1380px) {
    .sitemap__col_nlg8 {
        width: 66.66667%;
    }
}

@media (min-width: 1380px) {
    .sitemap__col_nlg12 {
        width: 100%;
    }
}

.sitemap__item {
    margin-bottom: 20px;
}

.sitemap__item .item-header {
    display: block;
    padding: 22px 10px 18px 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #48c2ca;
    text-decoration: none;
    background: #e4f6f7;
}

@media (min-width: 1200px) {
    .sitemap__item .item-header {
        padding-left: 35px;
    }
}

@media (max-width: 1199px) {
    .sitemap__item span.item-header {
        position: relative;
        cursor: pointer;
    }

    .sitemap__item span.item-header::before {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -1px;
        border-radius: 5px;
        width: 20px;
        height: 3px;
        background: #96dce0;
        transition: 0.25s;
    }

    .sitemap__item span.item-header::after {
        content: "";
        position: absolute;
        right: 28px;
        top: 50%;
        margin-top: -10px;
        border-radius: 5px;
        width: 3px;
        height: 20px;
        background: #96dce0;
        transition: 0.25s;
    }
}

.sitemap__item .item-content {
    position: relative;
}

.sitemap__item .item-content::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #e4f6f7;
}

@media (max-width: 1199px) {
    .sitemap__item .item-content {
        display: none;
    }
}

.sitemap__item .item-list {
    border: solid 1px #e8e8e8;
    border-top: none;
    padding: 20px 20px 15px 35px;
    font-size: 14px;
}

.sitemap__item .item-list ul li {
    margin-bottom: 20px;
}

.sitemap__item .item-list ul li a {
    color: #282828;
    text-decoration: none;
}

.sitemap__item .item-list ul li a:hover {
    color: #48c2ca;
}

@media (min-width: 1200px) {
    .sitemap__item .item-list {
        min-height: 212px;
    }
}

@media (min-width: 1380px) {
    .sitemap__item .item-list {
        min-height: 107px;
    }
}

@media (max-width: 1199px) {
    .sitemap__item.is-open span.item-header::before, .sitemap__item.is-open span.item-header::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.order {
    margin-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
    padding: 40px 0 80px;
}

.order .title {
    margin: 45px 0 30px;
}

@media (max-width: 767px) {
    .order .title {
        padding: 0 35px;
    }

    .order .title::before {
        left: 0;
        right: auto;
    }

    .order .title::after {
        left: auto;
        right: 0;
    }
}

.order__steps {
    text-align: center;
    background: #f0f4f7;
}

.order__steps__item {
    position: relative;
    float: left;
    padding: 5px;
    width: 33.33334%;
    color: #282828;
    text-decoration: none;
}

.order__steps__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    z-index: 2;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 12px #48c2ca;
}

@media (min-width: 768px) {
    .order__steps__item::before {
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
}

@media (min-width: 992px) {
    .order__steps__item::before {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
}

.order__steps__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    z-index: 2;
    border-top: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 12px #f0f4f7;
}

@media (min-width: 768px) {
    .order__steps__item::after {
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
}

@media (min-width: 992px) {
    .order__steps__item::after {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
}

.order__steps__item:last-child::before, .order__steps__item:last-child::after {
    display: none;
}

.order__steps__item .item-number {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

@media (min-width: 768px) {
    .order__steps__item .item-number {
        margin-right: 10px;
    }
}

.order__steps__item .item-name {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .order__steps__item .item-name {
        display: block;
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .order__steps__item .item-name {
        display: none;
    }
}

.order__steps__item.is-active {
    color: #fff;
    background: #48c2ca;
}

.order__steps__item.is-active::after {
    display: none;
}

.order__steps__item.is-active:first-child::after {
    display: none;
}

.order__steps__item.is-active .item-number {
    background: #3a9ba2;
}

.order__steps__item.is-complete::after {
    transition: 0.5s;
}

.order__steps__item.is-complete .item-number {
    color: #fff;
    background: #48c2ca;
}

.order__steps__item.is-complete .item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #e4f6f7;
    transition: 0.5s;
}

.order__steps__item.is-complete:hover .item-hover {
    width: 100%;
}

.order__steps__item.is-complete:hover::after {
    border-left-color: #e4f6f7;
}

@media (min-width: 768px) {
    .order__steps__item {
        padding: 9px;
    }
}

@media (min-width: 992px) {
    .order__steps__item {
        padding: 5px;
    }
}

.order__tabs {
    margin: 5px 0 55px;
    text-align: center;
}

.order__tabs li {
    display: inline-block;
    margin-right: 24px;
}

.order__tabs li + li {
    margin-left: 21px;
}

@media (min-width: 768px) {
    .order__tabs li + li {
        margin-left: 40px;
    }
}

.order__tabs li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 20px;
    line-height: 16px;
    color: #282828;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.order__tabs li a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 0;
    height: 6px;
    background: url(../img/wave.svg) 0 50% repeat-x;
    transition: 0.5s;
}

.order__tabs li a:hover, .order__tabs li a.is-active {
    color: #48c2ca;
}

.order__tabs li a:hover::after, .order__tabs li a.is-active::after {
    width: 100%;
}

.order__tabs li a:hover + span, .order__tabs li a.is-active + span {
    background: #48c2ca;
}

.order__tabs li a:hover .order__tabs__number, .order__tabs li a.is-active .order__tabs__number {
    background: #48c2ca;
}

.order__tabs li a.is-disabled {
    color: #d3d3d3;
    cursor: default;
}

.order__tabs li a.is-disabled::after {
    width: 0;
}

.order__tabs li a.is-disabled + span {
    background: #d2d2d2;
}

@media (min-width: 768px) {
    .order__tabs li a {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .order__tabs li {
        margin-right: 30px;
    }
}

.order__tabs__number {
    position: absolute;
    top: -5px;
    right: -24px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: #d2d2d2;
    transition: 0.25s;
}

@media (min-width: 768px) {
    .order__tabs__number {
        right: -30px;
    }
}

@media (min-width: 768px) {
    .order__tabs {
        margin-bottom: 75px;
    }
}

.order__shipping__title {
    margin-bottom: 40px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}

.order__shipping__block {
    margin-bottom: 35px;
}

.order__shipping__row {
    margin: 0 -10px;
}

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

.order__shipping__col {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.order__shipping__col_3 {
    width: 25%;
}

@media (min-width: 768px) {
    .order__shipping__col_sm3 {
        width: 25%;
    }
}

.order__shipping__col_4 {
    width: 33.33334%;
}

@media (min-width: 992px) {
    .order__shipping__col_md4 {
        width: 33.33334%;
    }
}

.order__shipping__col_6 {
    width: 50%;
}

@media (min-width: 768px) {
    .order__shipping__col_sm6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .order__shipping__col_md6 {
        width: 50%;
    }
}

.order__shipping__col_8 {
    width: 66.66667%;
}

@media (min-width: 992px) {
    .order__shipping__col_md8 {
        width: 66.66667%;
    }
}

@media (min-width: 992px) {
    .order__shipping__col_md12 {
        width: 100%;
    }
}

.order__shipping__input {
    position: relative;
    margin-bottom: 40px;
}

.order__shipping__input input,
.order__shipping__input textarea {
    border: solid 1px #e8e8e8;
    border-radius: 25px;
    outline: 0;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #fff;
}

.order__shipping__input textarea {
    padding: 15px 20px;
    height: 200px;
    resize: none;
}

.order__shipping__input__label {
    position: absolute;
    top: -7px;
    left: 18px;
    padding: 0 3px;
    font-size: 14px;
    color: #afafaf;
    background: #fff;
}

.order__shipping__input__label_imp {
    padding-right: 13px;
}

.order__shipping__input__label_imp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    display: inline-block;
    margin-top: -3px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #c018dc;
}

.order__shipping__input .order__shipping__comment-trigger {
    margin-bottom: 0;
    margin-top: 25px;
}

.order__shipping__city {
    position: relative;
    margin-bottom: 40px;
}

.order__shipping__city__value {
    border: solid 1px #e8e8e8;
    border-radius: 25px;
    outline: 0;
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.order__shipping__city__label {
    position: absolute;
    top: -7px;
    left: 18px;
    padding: 0 3px;
    font-size: 14px;
    color: #afafaf;
    background: #fff;
}

.order__shipping__city__label_imp {
    padding-right: 13px;
}

.order__shipping__city__label_imp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    display: inline-block;
    margin-top: -3px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #c018dc;
}

.order__shipping__city__drop {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    width: 100%;
    height: 511px;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    background: #48c2ca;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

@media (min-width: 768px) {
    .order__shipping__city__drop {
        width: 680px;
    }
}

.order__shipping__city__drop__top {
    border-bottom: solid 1px #6dced5;
    padding: 20px 80px 20px 30px;
}

.order__shipping__city__drop__back {
    margin-bottom: 10px;
    border-bottom: solid 1px #6dced5;
    padding: 15px 35px;
    font-size: 18px;
    line-height: 19px;
}

.order__shipping__city__drop__back a {
    color: #fff;
    text-decoration: none;
}

.order__shipping__city__drop__back svg {
    margin-right: 20px;
    width: 9px;
    height: 13px;
    fill: none;
}

.order__shipping__city__drop__capital {
    padding: 0 35px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.order__shipping__city__drop__capital a {
    color: #753380;
    text-decoration: none;
}

.order__shipping__city__drop__search {
    position: relative;
}

.order__shipping__city__drop__search input {
    outline: none;
    border: none;
    border-radius: 25px;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #41aeb5;
}

.order__shipping__city__drop__search input::-webkit-input-placeholder {
    color: #fff;
}

.order__shipping__city__drop__search input::-moz-placeholder {
    color: #fff;
}

.order__shipping__city__drop__search input:-ms-input-placeholder {
    color: #fff;
}

.order__shipping__city__drop__search input::placeholder {
    color: #fff;
}

.order__shipping__city__drop__search__icon {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 20px;
    height: 23px;
    fill: #fff;
}

.order__shipping__city__drop__close::before, .order__shipping__city__drop__close::after {
    background: #90ffff;
}

.order__shipping__city__drop__close:hover::before, .order__shipping__city__drop__close:hover::after {
    background: transparent;
}

.order__shipping__city__drop__list {
    height: 430px;
    overflow: auto;
    padding: 15px 20px;
}

.order__shipping__city__drop__list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.order__shipping__city__drop__list::-webkit-scrollbar-thumb {
    background: #3da5ac;
}

.order__shipping__city__drop__list::-webkit-scrollbar-thumb:window-inactive {
    background: #3da5ac;
}

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

.order__shipping__city__drop__list__col {
    float: left;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .order__shipping__city__drop__list__col {
        width: 33.33334%;
    }
}

.order__shipping__city__drop__list__col + .order__shipping__city__drop__list__col {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .order__shipping__city__drop__list__col + .order__shipping__city__drop__list__col {
        margin-top: 0;
    }
}

.order__shipping__city__drop__list__item .item-letter {
    margin-bottom: 12px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #753380;
}

.order__shipping__city__drop__list__item ul {
    font-size: 15px;
}

.order__shipping__city__drop__list__item ul li + li {
    margin-top: 22px;
}

.order__shipping__city__drop__list__item ul li a {
    color: #fff;
    text-decoration: none;
}

.order__shipping__city__drop__list__item ul li a:hover {
    color: #282828;
}

.order__shipping__city__drop__list__item + .order__shipping__city__drop__list__item {
    margin-top: 30px;
}

.order__shipping__city__drop__regions {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #48c2ca;
    transition: 0.5s;
}

.order__shipping__city__drop__cities {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: #48c2ca;
    transition: 0.5s;
}

.order__shipping__city__drop__cities .order__shipping__city__drop__list {
    height: 328px;
}

.order__shipping__city__drop__find {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 5;
    overflow: auto;
    padding: 15px 35px;
    width: 100%;
    height: 430px;
    font-size: 18px;
    background: #48c2ca;
    transition: 0.5s;
}

.order__shipping__city__drop__find::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.order__shipping__city__drop__find::-webkit-scrollbar-thumb {
    background: #3da5ac;
}

.order__shipping__city__drop__find::-webkit-scrollbar-thumb:window-inactive {
    background: #3da5ac;
}

.order__shipping__city__drop__find li + li {
    margin-top: 10px;
}

.order__shipping__city__drop__find li a {
    color: #fff;
    text-decoration: none;
}

.order__shipping__city__drop__find li a span {
    font-size: 15px;
    color: #90ffff;
}

.order__shipping__city__drop__find li a:hover {
    color: #282828;
}

.order__shipping__city__drop__find li a:hover span {
    color: #282828;
}

.order__shipping__city__drop.is-cities .order__shipping__city__drop__regions {
    left: -30%;
}

.order__shipping__city__drop.is-cities .order__shipping__city__drop__cities {
    left: 0;
}

.order__shipping__city__drop.is-search .order__shipping__city__drop__regions {
    left: -30%;
}

.order__shipping__city__drop.is-search.is-cities .order__shipping__city__drop__cities {
    left: -30%;
}

.order__shipping__city__drop.is-search .order__shipping__city__drop__find {
    left: 0;
}

.order__shipping__city.is-open-drop .order__shipping__city__drop {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.order__shipping__delivery {
    margin: 0 -5px 55px;
}

.order__shipping__delivery__item {
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
}

.order__shipping__delivery__item label {
    position: relative;
    display: block;
    height: 180px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item label {
        height: auto;
        padding-bottom: 100%;
    }
}

.order__shipping__delivery__item .item-input {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.order__shipping__delivery__item .item-input:checked + .item-box {
    border: solid 1px #48c2ca;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.order__shipping__delivery__item .item-input:checked + .item-box .item-image {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.order__shipping__delivery__item .item-input:checked + .item-box .item-image,
.order__shipping__delivery__item .item-input:checked + .item-box .item-info {
    opacity: 0;
}

.order__shipping__delivery__item .item-input:checked + .item-box .item-price,
.order__shipping__delivery__item .item-input:checked + .item-box .item-date,
.order__shipping__delivery__item .item-input:checked + .item-box .item-time {
    opacity: 1;
    visibility: visible;
    transition: 0.25s 0.25s;
}

.order__shipping__delivery__item .item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: #e4f6f7;
    overflow: hidden;
    transition: 0.25s;
}

.order__shipping__delivery__item .item-box:hover {
    border: solid 1px #48c2ca;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.order__shipping__delivery__item .item-box:hover .item-image {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
}

.order__shipping__delivery__item .item-box:hover .item-image,
.order__shipping__delivery__item .item-box:hover .item-info {
    opacity: 0;
}

.order__shipping__delivery__item .item-box:hover .item-price,
.order__shipping__delivery__item .item-box:hover .item-date,
.order__shipping__delivery__item .item-box:hover .item-time {
    opacity: 1;
    visibility: visible;
    transition: 0.25s 0.25s;
}

.order__shipping__delivery__item .item-name {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-name {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .order__shipping__delivery__item .item-name {
        top: 25px;
    }
}

.order__shipping__delivery__item .item-price {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    color: #48c2ca;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.order__shipping__delivery__item .item-price span {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-price span {
        font-size: 42px;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-price {
        top: 50%;
        font-size: 52px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.order__shipping__delivery__item .item-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.25s;
}

.order__shipping__delivery__item .item-image span {
    position: relative;
    display: block;
    height: 80px;
}

.order__shipping__delivery__item .item-image span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-image span {
        height: auto;
        padding-bottom: 88%;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-image {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {
    .order__shipping__delivery__item .item-image {
        padding: 0 60px;
    }
}

.order__shipping__delivery__item .item-info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #48c2ca;
    text-align: center;
    transition: 0.25s;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-info__left {
        float: left;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-info__right {
        float: right;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-info {
        bottom: 20px;
    }
}

.order__shipping__delivery__item .item-date {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 36px;
    color: #48c2ca;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

@media (max-width: 767px) {
    .order__shipping__delivery__item .item-date__sep {
        display: none;
    }
}

@media (max-width: 767px) {
    .order__shipping__delivery__item .item-date {
        bottom: 42px;
        font-size: 14px;
    }
}

.order__shipping__delivery__item .item-time {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #979797;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.order__shipping__delivery__item .item-time__dots {
    margin-bottom: 3px;
    font-size: 0;
}

.order__shipping__delivery__item .item-time__dots span {
    display: inline-block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #dddddd;
}

.order__shipping__delivery__item .item-time__dots span + span {
    margin-left: 7px;
}

.order__shipping__delivery__item .item-time__dots span.is-active {
    background: #48c2ca;
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-time__dots {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item .item-time {
        bottom: 14px;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery__item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .order__shipping__delivery__item {
        width: 33.33334%;
    }
}

@media (min-width: 1200px) {
    .order__shipping__delivery__item {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .order__shipping__delivery {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.order__shipping__payment {
    margin: 0 -10px 55px;
}

.order__shipping__payment__item {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
}

.order__shipping__payment__item label {
    position: relative;
    display: block;
    cursor: pointer;
    height: 150px;
}

@media (min-width: 768px) {
    .order__shipping__payment__item label {
        height: auto;
        padding-bottom: 85%;
    }
}

.order__shipping__payment__item .item-input {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.order__shipping__payment__item .item-input:checked + .item-box {
    border: solid 1px #48c2ca;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.order__shipping__payment__item .item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: #e4f6f7;
    overflow: hidden;
    transition: 0.25s;
}

.order__shipping__payment__item .item-box:hover {
    border: solid 1px #48c2ca;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.order__shipping__payment__item .item-name {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0 12px;
    width: 100%;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
}

@media (min-width: 768px) {
    .order__shipping__payment__item .item-name {
        top: 15px;
        padding: 0;
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .order__shipping__payment__item .item-name {
        top: 25px;
    }
}

.order__shipping__payment__item .item-image {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.order__shipping__payment__item .item-image span {
    position: relative;
    display: block;
    height: 80px;
}

.order__shipping__payment__item .item-image span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .order__shipping__payment__item .item-image span {
        height: auto;
        padding-bottom: 88%;
    }
}

@media (min-width: 768px) {
    .order__shipping__payment__item .item-image {
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@media (min-width: 1200px) {
    .order__shipping__payment__item .item-image {
        padding: 0 60px;
    }
}

@media (min-width: 992px) {
    .order__shipping__payment__item {
        width: 33.33334%;
    }
}

@media (min-width: 1200px) {
    .order__shipping__payment__item {
        width: 25%;
    }
}

.order__shipping__checkbox {
    margin-bottom: 40px;
}

.order__shipping__checkbox label {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 60px;
    cursor: pointer;
}

.order__shipping__checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.order__shipping__checkbox label input:checked + i {
    background: #48c2ca;
    border-color: #48c2ca;
}

.order__shipping__checkbox label input:checked + i svg path {
    fill: #6dced5;
}

.order__shipping__checkbox label input:checked + i svg polyline {
    stroke-dashoffset: 0;
}

.order__shipping__checkbox label i {
    position: absolute;
    left: 0;
    top: -3px;
    border: solid 1px #dddddd;
    border-radius: 2px;
    width: 23px;
    height: 23px;
    background: #fff;
}

.order__shipping__checkbox label i svg {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 23px;
    height: 23px;
}

.order__shipping__checkbox label i svg path {
    fill: none;
    stroke: #6dced5;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all .6s ease;
}

.order__shipping__checkbox label i svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .order__shipping__checkbox label i svg {
        top: -2px;
        left: -2px;
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 767px) {
    .order__shipping__checkbox label i {
        top: 50%;
        margin-top: -20px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
    }
}

.order__shipping__checkbox label a {
    color: #48c2ca;
    text-decoration: none;
}

.order__shipping__checkbox label:hover svg path {
    stroke-dashoffset: 0;
}

@media (min-width: 768px) {
    .order__shipping__checkbox label {
        padding-left: 35px;
    }
}

@media (min-width: 768px) {
    .order__shipping__checkbox {
        text-align: center;
    }
}

.order__shipping__submit {
    text-align: center;
}

.order__shipping__submit .button {
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    .order__shipping__submit .button {
        width: 100%;
    }
}

.order__shipping__comment-trigger {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 40px;
    line-height: 23px;
}

.order__shipping__comment-trigger a {
    position: relative;
    border-bottom: dotted 1px #afafaf;
    color: #afafaf;
    text-decoration: none;
    transition: 0.25s;
}

.order__shipping__comment-trigger a:hover {
    color: #48c2ca;
    border-bottom-color: #48c2ca;
}

.order__shipping__comment-trigger a:hover .order__shipping__comment-trigger__icon {
    border-color: #48c2ca;
}

.order__shipping__comment-trigger a:hover .order__shipping__comment-trigger__icon::before, .order__shipping__comment-trigger a:hover .order__shipping__comment-trigger__icon::after {
    background: #48c2ca;
}

.order__shipping__comment-trigger__icon {
    position: absolute;
    left: -30px;
    top: 0;
    border: solid 1px #e8e8e8;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    transition: 0.25s;
}

.order__shipping__comment-trigger__icon::before, .order__shipping__comment-trigger__icon::after {
    content: "";
    position: absolute;
    background: #afafaf;
    transition: 0.25s;
}

.order__shipping__comment-trigger__icon::before {
    left: 10px;
    top: 6px;
    height: 9px;
    width: 1px;
}

.order__shipping__comment-trigger__icon::after {
    left: 6px;
    top: 10px;
    height: 1px;
    width: 9px;
}

.order__shipping__comment-trigger_del {
    height: auto;
}

.order__shipping__comment-trigger_del .order__shipping__comment-trigger__icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order__shipping__comment-trigger.is-active {
    display: none;
}

@media (min-width: 992px) {
    .order__shipping__comment-trigger {
        height: 50px;
    }
}

.order__basket__table {
    margin-bottom: 45px;
    border-collapse: collapse;
    width: 100%;
}

.order__basket__table th {
    padding-bottom: 17px;
    font-weight: normal;
    font-size: 13px;
    color: #979797;
    background: url(../img/dashed-line.png) 50% 100% repeat-x;
}

.order__basket__table th:first-child {
    text-align: left;
}

.order__basket__table th:last-child {
    text-align: right;
}

.order__basket__table td {
    vertical-align: middle;
}

.order__basket__table td:first-child {
    width: 50%;
}

@media (min-width: 992px) {
    .order__basket__table td:first-child {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .order__basket__table tbody td {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .order__basket__table tbody td {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .order__basket__table tbody tr:last-child td {
        padding-bottom: 50px;
    }
}

.order__basket__table__item {
    position: relative;
    background: url(../img/dashed-line.png) 50% 100% repeat-x;
}

.order__basket__table__item .item-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.order__basket__table__item .item-image {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 60px;
}

.order__basket__table__item .item-image img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .order__basket__table__item .item-image {
        margin-right: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .order__basket__table__item .item-image {
        margin-right: 80px;
    }
}

.order__basket__table__item .item-discount {
    position: absolute;
    top: -4px;
    right: -18px;
    padding: 2px 4px 10px 0;
    width: 44px;
    height: 46px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url("../img/icons/discount.png") 50% 50% no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 768px) {
    .order__basket__table__item .item-discount {
        right: -28px;
        width: 71px;
        height: 77px;
        font-size: 24px;
        line-height: 65px;
    }
}

.order__basket__table__item .item-caption {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.order__basket__table__item .item-name {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #282828;
    text-decoration: none;
}

.order__basket__table__item .item-brand {
    margin-bottom: 4px;
    font-size: 14px;
}

.order__basket__table__item .item-color {
    font-size: 14px;
    color: #979797;
    fill: #d5d5d5;
}

.order__basket__table__item .item-color svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 21px;
    height: 21px;
}

.order__basket__table__item .item-price {
    text-align: center;
}

.order__basket__table__item .item-price__old {
    margin-bottom: 6px;
    font-size: 15px;
    text-decoration: line-through;
}

.order__basket__table__item .item-price__new {
    color: #ff8484;
}

.order__basket__table__item .item-counter {
    position: relative;
    margin: 20px 0 0;
    padding: 0 50px;
    width: 170px;
    height: 50px;
    color: #282828;
    text-align: center;
}

.order__basket__table__item .item-counter__minus, .order__basket__table__item .item-counter__pluse {
    transition: 0.25s;
}

.order__basket__table__item .item-counter__minus::before, .order__basket__table__item .item-counter__minus::after, .order__basket__table__item .item-counter__pluse::before, .order__basket__table__item .item-counter__pluse::after {
    transition: 0.25s;
}

.order__basket__table__item .item-counter__minus:hover, .order__basket__table__item .item-counter__pluse:hover {
    border-color: #48c2ca;
}

.order__basket__table__item .item-counter__minus:hover::before, .order__basket__table__item .item-counter__minus:hover::after, .order__basket__table__item .item-counter__pluse:hover::before, .order__basket__table__item .item-counter__pluse:hover::after {
    background: #48c2ca;
}

.order__basket__table__item .item-counter__minus {
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #e9e9e9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.order__basket__table__item .item-counter__minus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -6px;
    width: 12px;
    height: 2px;
    background: #bababa;
}

@media (min-width: 768px) {
    .order__basket__table__item .item-counter__minus {
        width: 34px;
        height: 34px;
    }
}

.order__basket__table__item .item-counter__pluse {
    position: absolute;
    right: 0;
    top: 0;
    border: solid 1px #e9e9e9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.order__basket__table__item .item-counter__pluse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -6px;
    width: 12px;
    height: 2px;
    background: #bababa;
}

.order__basket__table__item .item-counter__pluse::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -1px;
    width: 2px;
    height: 12px;
    background: #bababa;
}

@media (min-width: 768px) {
    .order__basket__table__item .item-counter__pluse {
        width: 34px;
        height: 34px;
    }
}

.order__basket__table__item .item-counter__value {
    line-height: 50px;
}

@media (min-width: 768px) {
    .order__basket__table__item .item-counter__value {
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .order__basket__table__item .item-counter {
        padding: 0 34px;
        width: 128px;
        height: 34px;
    }
}

@media (min-width: 992px) {
    .order__basket__table__item .item-counter {
        margin: 0 auto;
    }
}

.order__basket__table__item .item-cost {
    color: #282828;
    text-align: center;
}

.order__basket__table__item .item-cost_limited {
    width: 70px;
}

.order__basket__table__item .item-count {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .order__basket__table__item .item-count {
        margin-top: 0;
        text-align: center;
    }
}

.order__basket__table__item .item-options {
    position: relative;
    width: 40px;
    font-size: 13px;
    line-height: 22px;
    color: #979797;
    text-align: right;
}

.order__basket__table__item .item-options__trigger {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 7px;
    height: 19px;
}

.order__basket__table__item .item-options__trigger i {
    position: absolute;
    right: 1px;
    top: 2px;
    width: 3px;
    height: 3px;
    background: #bababa;
}

.order__basket__table__item .item-options__trigger i + i {
    top: 8px;
}

.order__basket__table__item .item-options__trigger i + i + i {
    top: 14px;
}

@media (min-width: 992px) {
    .order__basket__table__item .item-options__trigger {
        display: none !important;
    }
}

.order__basket__table__item .item-options__wrap {
    position: relative;
}

@media (max-width: 991px) {
    .order__basket__table__item .item-options__drop {
        position: absolute;
        right: -24px;
        top: 50%;
        display: none;
        border-radius: 25px;
        padding: 15px 50px 15px 15px;
        white-space: nowrap;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        background: #fff;
    }
}

.order__basket__table__item .item-options a {
    display: inline-block;
    vertical-align: middle;
    fill: #414141;
    transition: 0.25s;
}

.order__basket__table__item .item-options a:hover {
    fill: #48c2ca;
}

.order__basket__table__item .item-options svg {
    display: block;
    width: 22px;
    height: 22px;
}

@media (max-width: 991px) {
    .order__basket__table__item .item-options.is-showed .item-options__drop {
        display: block;
    }
}

@media (min-width: 992px) {
    .order__basket__table__item .item-options {
        width: 140px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .order__basket__table__item .item-options {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.order__basket__table__item .item-deferred {
    margin-right: 20px;
}

.order__basket__table__item .item-remove {
    margin-left: 17px;
}

.order__basket__table__item .item-price-list {
    margin-top: 15px;
    font-size: 13px;
}

.order__basket__table__item .item-price-list li {
    position: relative;
}

.order__basket__table__item .item-price-list li + li {
    margin-top: 8px;
}

.order__basket__table__item .item-price-list__value {
    position: absolute;
    right: 0;
}

.order__basket__table__item .item-price-list__discount {
    color: #ff8484;
}

.order__basket__table__item .item-price-list__total {
    font-size: 16px;
}

@media (min-width: 768px) {
    .order__basket__table__item {
        background: transparent;
    }
}

@media (min-width: 768px) {
    .order__basket__table {
        background: url(../img/dashed-line.png) 50% 100% repeat-x;
    }
}

@media (max-width: 991px) {
    .order__basket__desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .order__basket__no-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .order__basket__mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .order__basket__no-mobile {
        display: none;
    }
}

.order__basket__code {
    margin-bottom: 35px;
    width: 100%;
    max-width: 585px;
}

.order__basket__code__box {
    position: relative;
    border-radius: 25px;
}

@media (min-width: 768px) {
    .order__basket__code__box {
        margin-right: 70px;
    }
}

.order__basket__code__field {
    outline: none;
    border: solid 1px #e8e8e8;
    border-radius: 25px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #fff;
}

.order__basket__code__submit {
    margin-top: 10px;
}

.order__basket__code__submit .button {
    font-weight: normal;
    color: #753380;
    background: #e4f6f7;
    border: none;
    width: 100%;
    height: 50px;
}

@media (min-width: 768px) {
    .order__basket__code__submit .button {
        width: auto;
        border-radius: 0 25px 25px 0;
    }
}

@media (min-width: 768px) {
    .order__basket__code__submit {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .order__basket__code__submit {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.order__basket__code__reload {
    display: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    border-radius: 50%;
    padding: 13px;
    width: 50px;
    height: 50px;
    fill: #753380;
    background: #e4f6f7;
    transition: 0.25s;
}

.order__basket__code__reload svg {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 3px;
}

.order__basket__code__reload:hover {
    fill: #fff;
    background: #48c2ca;
    -webkit-animation: rotate360 infinite linear 1s;
    animation: rotate360 infinite linear 1s;
}

@media (min-width: 768px) {
    .order__basket__code__reload {
        position: absolute;
        right: -70px;
        top: 0;
        margin-left: 0;
    }
}

.order__basket__code.is-complete .order__basket__code__submit .button {
    color: #fff;
    background: #48c2ca;
}

.order__basket__code.is-complete .order__basket__code__submit .button .button__shadow {
    display: none;
}

.order__basket__code.is-complete .order__basket__code__reload {
    display: block;
}

@media (min-width: 992px) {
    .order__basket__code {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .order__basket__footer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.order__basket__total {
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order__basket__total__list li + li {
    margin-top: 13px;
}

@media (max-width: 991px) {
    .order__basket__total__list li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order__basket__total__list li + li{
        margin-top: 8px;
    }
}

.order__basket__total__list__dots {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px 4px;
    border-top: dotted 1px #67ccd3;
}

@media (min-width: 992px) {
    .order__basket__total__list__dots {
        display: none;
    }
}

@media (min-width: 992px) {
    .order__basket__total__list__key {
        display: inline-block;
        width: 100px;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .order__basket__total__list__key__long {
        float: right;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .order__basket__total__list__value {
        display: inline-block;
        width: 115px;
        text-align: right;
    }
}

.order__basket__total__list__discount {
    color: #ff8484;
}

.order__basket__total__list__last {
    font-size: 24px;
}

.order__basket__total__btn {
    margin-top: 35px;
}

.order__basket__total__btn a {
    padding-left: 34px;
    padding-right: 34px;
}

.order__info {
    margin-bottom: 60px;
    padding: 20px 20px 15px;
    background: #e4f6f7;
}

.order__info__title {
    margin-bottom: 30px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    text-align: center;
}

.order__info__list {
    font-size: 15px;
}

.order__info__list ul li {
    margin-bottom: 13px;
}

.order__info__list ul li:after {
    content: "";
    display: block;
    clear: both;
}

.order__info__list ul li i {
    color: #979797;
}

@media (min-width: 768px) {
    .order__info__list ul li {
        padding-left: 220px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .order__info__list ul li {
        padding-left: 160px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .order__info__list ul + ul li .order__info__list__key {
        margin-left: -220px;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .order__info__list ul + ul li .order__info__list__key {
        margin-left: -200px;
        width: 200px;
    }
}

@media (min-width: 768px) {
    .order__info__list ul + ul li {
        padding-left: 220px;
    }
}

@media (min-width: 992px) {
    .order__info__list ul + ul li {
        padding-left: 200px;
    }
}

@media (min-width: 992px) {
    .order__info__list ul {
        float: left;
        width: 50%;
    }
}

.order__info__list__key {
    display: block;
    margin-bottom: 3px;
    color: #48c2ca;
}

@media (min-width: 768px) {
    .order__info__list__key {
        float: left;
        margin-left: -220px;
        margin-bottom: 0;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .order__info__list__key {
        margin-left: -160px;
        width: 160px;
    }
}

@media (min-width: 768px) {
    .order__info {
        padding: 30px 30px 25px;
    }
}

@media (min-width: 768px) {
    .order {
        padding-bottom: 100px;
    }
}

.order__sale {
    color: #ff8484;
}

.order__price {
    text-decoration: line-through;
}

.order-modal {
    padding: 0;
    width: 85%;
    overflow: hidden;
}
.order-modal .fancybox-close-small{
    right: 10px;
    top: 10px;
}

@media (min-width: 768px) {
    .order-modal__wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.order-modal .fancybox-close-small {
    outline: none;
}

.order-modal__image {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 35px;
    width: 100%;
    min-height: 220px;
    text-align: center;
    background: #e4f6f7;
}

.order-modal__image span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.order-modal__image span svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .order-modal__image {
        width: 275px;
    }
}

.order-modal__content {
    padding: 20px;
}

@media (min-width: 500px) {
    .order-modal__content {
        padding: 30px;
    }
}

@media (min-width: 800px) {
    .order-modal__content {
        padding: 50px 35px 50px 40px;
        width: 100%;
    }
}

.order-modal__date {
    margin-bottom: 12px;
    font-size: 14px;
    color: #979797;
}

.order-modal__title {
    margin-bottom: 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px;
    color: #282828;
}

.order-modal__text {
    line-height: 25px;
    color: #282828;
}

.order-modal__text a {
    color: #48c2ca;
    text-decoration: none;
}
@media (max-width: 767px) {
    .order-modal__title {
        font-size: 32px;
    }
}

@media (max-width: 320px) {
    .order-modal {
        width: 280px;
    }
}

@media (min-width: 992px) {
    .order-modal {
        width: 875px;
        max-width: 100%;
    }
}

.payorder__button {
    min-width: 200px;
}

@media (max-width: 767px) {
    .payorder__button {
        width: 100%;
    }
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@media (max-width: 1725px) {
    .header-search:after {
        display: none;
    }

    .header-search .search__input {
        display: none;
    }

    .search-trigger {
        display: block;
        width: 40px;
        height: 40px;
        outline: 0;
        border: 0;
        border-radius: 50%;
        position: relative;
        background-color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease-in;
        z-index: 1;
        fill: #753380;
    }

    .search-trigger__icon {
        display: block;
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 10px;
        width: 21px;
        height: 22px;
        transition: 0.25s;
    }

    .search-trigger.js-active {
        position: absolute;
        z-index: 19;
        background-color: rgba(73, 177, 184, 0.949);
        -webkit-transform: scale(90);
        transform: scale(90);
    }

    .search-trigger.js-active .search-trigger__icon {
        visibility: hidden;
        opacity: 0;
    }

    .search-popup {
        padding: 90px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        z-index: 20;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
    }

    .search-popup.js-active {
        visibility: visible;
        opacity: 1;
    }

    .search-popup__wrap{
        width: 100%;
    }

    .search-popup__input {
        border: 0;
        outline: 0;
        -webkit-appearance: none;
        font-size: 48px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        background-color: transparent;
        width: 100%;
        height: 300px;
        overflow: auto;
        padding-right: 45px;

    }
    #search-form{
        position: relative;
    }
    #search-form:after{
        content: '';
        position: absolute;
        z-index: -1;
        right: 0;
        top: 5px;
        width: 32px;
        height: 32px;
        opacity: 0;
        border-radius: 50%;
        border: 4px solid;
        border-color: transparent;
        border-right-color: #fff;
        animation: spinner-d3wgkg 1s infinite linear;
    }
    #search-form.form-loading:after{
        opacity: 1;
    }
    #search-form .search-popup__input{
        caret-color: #fff;
    }
    #search-form.form-loading .search-popup__input{
        caret-color: transparent;
    }
    @keyframes spinner-d3wgkg {
        to {
            transform: rotate(1turn);
        }
    }

    .search-popup ::-webkit-input-placeholder {
        color: #ffffff;
    }

    .search-popup :-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .search-popup ::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .search-popup :-ms-input-placeholder {
        color: #ffffff;
    }

    .search-popup__close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 30px;
        top: 30px;
        border: 0;
        outline: 0;
        background: none;
        background-image: url(../img/icons/close-menu.png);
        background-repeat: no-repeat;
        background-position: center;
        text-decoration: none;
        opacity: 1;
        cursor: pointer;
    }
}

@media (max-width: 1600px) {
    .promo__text_time {
        font-size: 36px;
    }

    .popup {
        overflow: scroll;
        padding-bottom: 50px;
    }

    .header-line__logo {
        height: 36px;
    }

    .header-line__title {
        font-size: 16px;
    }

    .new-products .product-card__wrap {
        width: 70%;
    }

    .new-products .product-card:hover .product-card__wrap {
        background-position: -10px 50%;
    }

    .new-products .product-card__stats {
        font-size: 12px;
    }

    .new-products .product-card__hover {
        left: -30px;
    }

    .new-products .product-card__colors {
        right: 90px;
    }

    .new-products .product-card__wrap {
        background-position: -20px 50%;
    }

    .new-products .product-card__wrap:hover {
        background-position: 0px 50%;
    }

    .promo-product-list {
        max-width: 500px;
    }
}

@media (max-width: 1550px) {
    .new-products .product-card__wrap {
        background-position: 73% 50%;
    }

    .new-products .product-card:hover .product-card__wrap {
        background-position: 90% 50%;
    }

    .new-products .product-card__hover {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .new-products .product-card__hover {
        width: 90%;
    }

    .new-products .product-card__colors {
        right: 120px;
    }

    .new-products .product-card__hover {
        left: 25px;
    }

    .header-line__logo {
        height: 28px;
    }

    .slider-slide__description {
        width: 90%;
    }

    .header-profile__trigger {
        display: block;
        text-align: left;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        width: 40px;
    }

    .header-profile__trigger__icon {
        left: 50%;
        margin-left: -10px;
    }

    .header-profile__trigger__arrow {
        display: none;
    }

    .profile-dropdown {
        width: auto;
    }

    .profile-dropdown__link {
        padding-right: 15px;
    }

    .header-feedback__link {
        padding-left: 25px;
        height: 19px;
        width: 25px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .header-feedback__link:before {
        margin-top: -9px;
        left: 0px;
        width: 25px;
        height: 19px;
    }

    .yarn-slider-wrapper {
        max-width: none;
    }

    .promo__item {
        background-position: 0 0;
        padding: 25px 35px;
    }

    .promo__title {
        font-size: 40px;
    }

    .promo__button {
        margin-top: 35px;
    }

    .promo__kiwi {
        font-size: 80px;
    }

    .promo-product-list {
        margin: 20px auto;
        max-width: 480px;
    }

    .footer-address {
        width: 32%;
    }

    .footer-subscribe {
        width: 32%;
    }

    .footer-social {
        width: 36%;
    }
}

@media (max-width: 1250px) {
    .popup__wrap {
        width: 80%;
        margin-top: 50px;
    }

    .popup__wrap_resetpass {
        width: 440px;
        margin-top: 100px;
    }

    .form__row {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 0;
    }
    .form__row.flex-wrap{
        margin-bottom: 10px;
    }

    .form__input-wrap,.popup_authorization .form__row, .popup_resetpass .form__row {
        width: 100%;
        margin-bottom: 30px;
    }
    .popup_authorization .form__row.error_text, .popup_resetpass .form__row.error_text{
        margin-bottom: 0;
    }

    .new-products .product-card {
        width: 100%;
    }

    .new-products__container {
        width: 70%;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        visibility: hidden;
        opacity: 0;
    }

    .mobile-nav.js-active {
        visibility: visible;
        opacity: 1;
        overflow: scroll;
        z-index: 99;
    }

    .mobile-nav__list {
        background-color: transparent;
        padding: 90px 95px;
        padding-bottom: 45px;
    }

    .mobile-nav__list_submenu {
        padding-top: 45px;
    }

    .mobile-nav__list_submenu .mobile-nav__link {
        text-transform: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.1;
    }

    .mobile-nav__list_submenu .mobile-nav__item {
        margin-bottom: 20px;
    }

    .mobile-nav__link {
        font-size: 48px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1.4px;
        line-height: 1.4;
    }

    .mobile-nav__close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 30px;
        top: 30px;
        background-image: url(../img/icons/close-menu.png);
        background-repeat: no-repeat;
        background-position: center;
        text-decoration: none;
    }

    .header-line__wrap_mobile-nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .container {
        width: 85%;
    }

    .header-line__wrap_links {
        display: none;
    }

    .header-nav {
        display: none;
    }

    .new-products__nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .slider-slide .container {
        padding: 0;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider-slide__description {
        display: none;
    }

    .slider-pagination {
        left: 51.2%;
    }

    .slider__prev {
        top: auto;
        bottom: 18px;
        left: 40%;
    }

    .slider__next {
        top: auto;
        bottom: 18px;
        left: 60%;
        right: auto;
    }

    .promo__title-text {
        display: block;
    }

    .promo-product-list-wrapper__tooltip {
        bottom: 16px;
        position: relative;
        display: inline-block;
    }
}

@media (max-width: 960px) {
    .popup__block:first-child {
        width: 60%;
    }

    .popup__block:last-child {
        width: 40%;
    }

    .auth-popup__wrap {
        padding: 40px 30px 30px;
    }

    .auth-popup__wrap_footer .auth-popup__text {
        padding: 0 15px;
    }

    .auth-popup__wrap_footer .auth-popup__social {
        padding: 0 15px;
    }

    .auth-popup__wrap_no-padding {
        padding: 40px 0;
    }

    .registration-popup__form-wrap {
        padding: 40px 30px 30px;
    }

    .new-products .product-card {
        width: 100%;
    }

    .new-products__container {
        width: 80%;
    }

    .yarn-slider {
        max-width: 200px;
    }

    .promo__button {
        margin-top: 25px !important;
        display: block;
    }

    .promo-product-list-wrapper__tooltip {
        position: static;
        margin: 18px 0;
        display: block;
    }

    .footer-top {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .footer-address {
        width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 15px 0;
    }

    .footer-address__link {
        font-size: 15px;
    }

    .footer-subscribe {
        width: 50%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 15px 0;
    }

    .footer-subscribe__wrapper {
        max-width: none;
    }

    .footer-social {
        width: 50%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin: 15px 0;
    }

    .footer-bottom {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__copyright {
        width: 40%;
    }

    .footer__payment {
        width: 50%;
        margin: 0;
    }

    .footer__dev {
        width: 100%;
        padding: 0;
    }

    .payment-list {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .payment-list__item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 860px) {
    .new-products__nav {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
    }

    .new-products .header-nav__list {
        white-space: nowrap;
    }

    .new-products .header-nav__item {
        margin-right: 30px;
    }

    .new-products .header-nav__item:last-child {
        margin-right: 0;
    }

    .new-products__container {
        width: 100%;
    }

    .new-products__container .product-card__footer {
        width: 50%;
    }

    .new-products .product-card__img {
        margin: 0;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .new-products .product-card__wrap {
        background-position: 0px 50%;
    }

    .new-products .product-card__wrap:hover {
        background-position: 10px 50%;
    }

    .new-products .product-card__hover {
        left: -15px;
    }
}

@media (max-width: 768px) {
    .footer-address {
        margin: 0;
    }

    /* .footer-address__text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    } */

    /* .footer-address__text .footer__text {
        max-width: 45%;
    }

    .footer-address__text .footer__text:nth-child(2n) {
        text-align: right;
    }

    .footer-address__text p {
        margin-top: 10px;
    } */

    .footer-top {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 7px;
    }

    .footer-subscribe {
        width: 45%;
    }

    .footer-social {
        width: 37%;
        text-align: right;
        margin-bottom: 0;
    }

    .footer-social .social-list {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 5px 0 0;
    }

    .footer-social__phone + .footer-social__phone {
        margin-top: 8px;
    }

    .footer__sitemap {
        display: block;
    }

    .footer__dev {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .yarn-slider {
        max-width: none;
    }

    .mobile-slide-pagination {
        position: static;
        color: #979797;
        display: block;
        text-align: center;
    }

    .mobile-slide-buttons {
        position: static;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 10px;
    }

    .mobile-slide-buttons > .swiper-button-prev,
    .mobile-slide-buttons > .swiper-button-next {
        position: relative;
        top: 0;
        margin: 0;
    }

    .product-list__prev, .product-list__next {
        display: block;
        background-color: #e4f6f7;
    }

    .product-list__wrapper .mobile-slide-pagination {
        position: static;
        color: #979797;
        display: block;
        text-align: center;
    }

    .popup__wrap {
        width: 95%;
    }

    .popup__wrap_resetpass {
        width: 440px;
    }

    .popup__content {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .popup__block:first-child, .popup__block:last-child {
        width: 100%;
    }

    .popup_authorization .popup__block:first-child, .popup_authorization .popup__block:last-child {
        width: 100%;
    }

    .popup_authorization .popup__block:first-child.auth-popup, .popup_authorization .popup__block:last-child.auth-popup {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .auth-popup__wrap_no-padding {
        padding: 0;
        padding-bottom: 30px;
    }

    .auth-popup__wrap_footer {
        padding: 20px 30px 30px;
    }

    .form__submit {
        margin-top: 10px;
    }

    .header-contacts {
        display: none;
    }

    .header-line__wrap_logo {
        display: none;
    }

    .header-line__wrap_mobile-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .slider-slide__wrap {
        width: 100%;
    }

    .promo__item {
        width: 100%;
        margin: 0;
    }

    .promo__item + .promo__item {
        margin-top: 5px;
    }

    .promo__title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .title {
        font-size: 36px;
    }

    .title .mobile-break {
        display: block;
    }

    .product-card_slide:hover > .product-card__hover {
        display: none;
    }

    .yarn-slider__prev, .yarn-slider__next {
        position: relative;
        margin: 0;
        top: 0;
    }
    .promo-illustrations__text {
        margin: 0;
    }
    .promo-illustrations__wrapper {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center;
    }

    __item {
        max-width: 100%;
    }

    .slideshow__item {
        margin: 0 auto;
        display: block;
    }

    .slideshow__button {
        display: block;
        max-width: 80%;
        margin: 35px 10% 0;
    }

    .footer-address {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-social {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: left;
    }

    .footer-social-list {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .footer-social__phone {
        display: block;
        margin: 10px 0;
    }

    .footer-subscribe {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .footer__copyright, .footer__payment, .footer__dev {
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }

    .footer__copyright .mobile-hidden {
        display: none;
    }

    .payment-list {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .slide-pagination {
        color: #979797;
        font-size: 16px;
        text-align: center;
    }

    .header-search .search__input {
        border: 0;
        outline: 0;
    }

    .instagramm-blog {
        margin-top: 40px;
    }

    .slider {
        height: 320px;
    }

    .slider-slide {
        background-position: 75% 50% !important;
        background-size: cover !important;
    }

    .slider-slide .container {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .slider-slide__wrap {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        padding-bottom: 20px;
    }

    .slider-slide__title {
        font-size: 30px;
        margin-top: 20px;
    }

    .slider-slide__title span {
        font-size: 60px;
    }

    .slider__prev, .slider__next {
        bottom: -80px;
        background: #e4f6f7;
    }

    .slider-pagination {
        bottom: -66px;
    }

    .slider__button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 0 !important;
        min-width: 220px;
    }
    .header-profile{
        margin-right: 20px;
    }
    .header-profile--feedback{
        margin-right: 0;
    }
}

@media (max-width: 550px) {
    .new-products__title {
        margin-top: 50px;
    }

    .new-products__title span {
        display: block;
    }

    .new-products .product-card__colors {
        right: 20px;
    }

    .new-products .product-card__footer {
        width: 100%;
    }

    .new-products .product-card__img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .new-products .product-card__wrap {
        padding-right: 20px;
        width: 100%;
        background: #ffffff;
    }

    .new-products .product-card__hover {
        display: none;
    }

    .slider__prev {
        left: 20%;
    }

    .slider__next {
        right: 20%;
        left: auto;
    }

    .slider__button {
        margin-top: 28px;
        margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        width: fit-content;
        justify-content: center;
    }

    .page-text-seo__open {
        justify-content: center;
    }

    .slider-pagination {
        left: 50%;
        margin-left: -16px;
    }

    .instagramm-blog__title:before, .instagramm-blog__title:after {
        display: none;
    }

    .mobile-nav {
        padding: 30px 0;
    }

    .mobile-nav__list {
        padding: 15px 50px;
    }

    .mobile-nav__list_submenu {
        padding: 40px 50px;
    }

    .mobile-nav__list + .mobile-nav__list {
        border-top: solid 2px rgba(255, 255, 255, 0.5);
    }

    .footer__sitemap {
        margin-top: 10px;
    }

    .footer__text {
        margin-bottom: 0;
    }

    .footer-address__text {
        display: block;
    }

    .footer-address__text .footer__text {
        max-width: 100%;
    }

    .footer-address__text .footer__text:nth-child(2n) {
        text-align: left;
    }

    .footer-social {
        margin-top: 30px;
    }

    .footer-social .social-list {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin: 10px 0;
    }

    .footer-social .social-list__item {
        margin: 8px;
    }

    .footer-social .social-list__item:first-child {
        margin-left: 0;
    }

    .footer-top {
        padding: 0;
    }

    .footer-address {
        margin: 0;
    }

    .footer-address__link {
        margin-top: 10px;
    }

    .payment-list__item:first-child {
        margin-left: 0;
    }
}

@media (max-width: 320px) {
    .container {
        width: 280px;
    }

    .new-products__container {
        width: 100%;
    }

    .new-products .header-nav__item {
        margin-right: 25px;
    }

    .new-products .header-nav__item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .promo_about .promo__item:nth-child(3) {
        width: 100%;
    }

    .promo_about .promo__item:nth-child(3) > .promo__text {
        max-width: 65%;
    }

    .promo_about .promo__item_half {
        width: 49.4%;
    }

    .promo__button {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .promo__button {
        min-width: 240px;
    }
}

@media (max-width: 560px) {
    .hidden-mob {
        display: none;
    }
}

.personal {
    text-align: center;
    border-bottom: 1px solid #ebebed;
    padding-bottom: 60px;
    margin-bottom: 20px;
}

.personal .personal-content .button {
    background-color: #E4F6F7;
    color: #753380;
}

.personal .search-page__nav {
    margin: 0;
    padding: 0;
}

.personal .personal-nav .header-nav__item,
.personal .orders-nav .header-nav__item {
    padding-top: 4px;
}

.personal .personal-nav span,
.personal .orders-nav span {
    background-color: #D2D2D2;
    font-size: 12px;
}

@media (min-width: 370px) {
    .personal .personal-nav .swiper-wrapper {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal .header-nav__item {
    padding-top: 0;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .personal .header-nav__item {
        margin-right: 0;
    }
}

.personal .form {
    max-width: 1180px;
    width: 100%;
    margin: 20px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .personal .form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal .personal-address {
    margin-top: 45px;
}

.personal .personal-address .form__input-wraps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal .personal-address .form__input-wraps .form__input-wrap {
    width: 48%;
}

.personal .subtitle {
    display: inline-block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative;
}

.personal .form__input {
    height: 48px;
}

.personal .form__input-wrap {
    width: 100%;
    margin-bottom: 40px;
}

.personal .form__input-wrap .iti {
    width: 100%;
}

.personal .form__input-wrap .iti__selected-flag {
    background: transparent !important;
}

.personal .form__input-wrap .iti > img, .form__input-wrap > img {
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-left: 2px;
}

.personal .discount {
    text-align: left;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .personal .discount {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        margin-bottom: 40px;
    }
}

.personal .form__col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
}

@media screen and (max-width: 480px) {
    .personal .form__col:nth-child(2) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .personal .form__col {
        width: 48%;
    }
}

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

.personal .saved-address {
    display: none;
    margin-bottom: 40px;
}

.personal .saved-address__row {
    width: 65%;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1100px) {
    .personal .saved-address__row {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .personal .saved-address__row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.personal .saved-address__row .form-gradient {
    width: 100%;
    position: relative;
}

.personal .saved-address__row .form-gradient:after {
    content: '';
    background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0) 80%);
    width: 50px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 4px;
}

.personal .saved-address__row .form__input:disabled {
    background-color: #f9f9f9;
}

.personal .saved-address .address-editing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .personal .saved-address .address-editing {
        margin-left: 0;
        margin-top: 10px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal .saved-address .icon_like, .personal .saved-address .icon_edit, .personal .saved-address .icon_delete {
    margin: 0 10px;
}

.personal .saved-address .icon_like:hover path,
.personal .saved-address .icon_like:hover polygon,
.personal .saved-address .icon_edit:hover path,
.personal .saved-address .icon_edit:hover polygon,
.personal .saved-address .icon_delete:hover path,
.personal .saved-address .icon_delete:hover polygon {
    fill: #48c2ca !important;
}

.personal .add-address-btn {
    display: none;
}

.personal .mailing {
    margin-top: 45px;
}

@media screen and (max-width: 600px) {
    .personal .mailing span {
        display: block;
    }
}

.personal .md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .personal .md-checkbox {
        margin: 0;
    }
}

.personal .md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.personal .md-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.personal .md-checkbox label:not(:empty) {
    padding-left: 0.75em;
}

.personal .md-checkbox label:before, .personal .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.personal .md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    transition: background .3s;
}

.personal .md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

.personal .md-checkbox input[type="checkbox"]:checked + label:before {
    background: #48C2CA;
    border: none;
}

.personal .md-checkbox input[type="checkbox"]:checked + label:after {
    -webkit-transform: translate(0.25em, 0.33654em) rotate(-45deg);
    transform: translate(0.25em, 0.33654em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.personal .md-checkbox input[type="checkbox"]:checked + label {
    color: #48C2CA;
}

.personal .md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.personal .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.personal *,
.personal *:before,
.personal *:after {
    box-sizing: border-box;
}

.personal body {
    background: #f0f0f0;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-size: 16px;
}

.personal section {
    background: white;
    margin: 0 auto;
    padding: 4em;
    max-width: 800px;
}

.personal section h1 {
    margin: 0 0 2em;
}

.personal .follow {
    font-size: 16px;
}

.personal .follow span {
    margin-left: 30px;
    font-size: 14px;
    color: #AFAFAF;
}

.personal .orders-content {
    display: none;
}

.personal .order__wrap {
    width: 100%;
    max-width: 1180px;
    background-color: #F0F4F7;
    margin: 0 auto 30px;
    padding: 14px 20px 40px;
}

.personal .order__wrap:last-child {
    margin-bottom: 0;
}

.personal .order__descr {
    width: 75%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .personal .order__descr {
        width: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .personal .order__descr {
        width: auto;
    }
}

.personal .order__repeat {
    min-width: 150px;
}

.personal .order__repeat:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background-image: url(../img/repeat-order.svg);
    background-repeat: no-repeat;
    margin-left: -40px;
}

.personal .order__repeat-link {
    color: #000;
    text-decoration: none;
}

.personal .order__repeat-link:hover {
    color: #48C2CA;
}

@media screen and (max-width: 540px) {
    .personal .order__repeat {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 10px 20px 10px 40px;
        text-align: left;
    }
}

.personal .order__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 14px;
}

@media screen and (max-width: 540px) {
    .personal .order__head {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal .order__status {
    background-color: #48C2CA;
    padding: 10px 24px;
    color: #fff;
}

.personal .order__status_not-pay {
    background-color: #FF8484;
}

@media screen and (max-width: 480px) {
    .personal .order__status {
        padding: 6px 18px;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}

.personal .order__number {
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .personal .order__number {
        text-align: left;
    }
}

.personal .order__date {
    margin-left: 16px;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .personal .order__date {
        margin-left: 0;
    }
}

.personal .order__options {
    width: 50%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .personal .order__options {
        width: 100%;
        margin-bottom: 30px;
    }
}

.personal .order__result {
    width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    line-height: 1.75;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .personal .order__result {
        width: 100%;
    }
}

.personal .order__result-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .personal .order__result-info {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.personal .order__result-info .order__sum li:nth-child(2), .personal .order__result-info .order__sum li:nth-child(3) {
    color: #ff8484;
}

.personal .order__result-button {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .personal .order__result-button {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal .order__labels {
    margin-right: 50px;
}

@media screen and (max-width: 768px) {
    .personal .order__labels {
        text-align: left;
        margin-right: 0;
    }
}

.personal .order__labels li:last-child, .personal .order__sum li:last-child {
    font-size: 24px;
}

.personal .order__result_mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .personal .order__result_mob {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 15px;
    }
}

.personal .order__result_mob .order__labels {
    width: 50%;
    font-size: 13px;
}

.personal .order__result_mob .order__labels li:last-child {
    font-size: 13px;
}

.personal .order__result_mob .order__sum {
    width: 50%;
    font-size: 16px;
    line-height: 1.4;
}

.personal .order__result_mob .order__sum li:nth-child(3) {
    color: #000;
}

.personal .order__result_mob .order__sum li:last-child {
    font-size: 16px;
}

.personal .order__delivery, .personal .order__payment, .personal .order__comment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.personal .order__delivery-icon, .personal .order__payment-icon, .personal .order__comment-icon {
    margin-top: -10px;
}

.personal .order__delivery-icon img, .personal .order__payment-icon img, .personal .order__comment-icon img {
    width: 55px;
}

.personal .order__delivery, .personal .order__payment {
    margin-bottom: 28px;
}

.personal .order__delivery-content, .personal .order__payment-content, .personal .order__comment-content {
    margin-left: 10px;
}

.personal .order__foot {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
}

@media screen and (max-width: 768px) {
    .personal .order__foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal .order__foot .address,
.personal .order__foot .comment {
    font-size: 14px;
    color: #8C8E8F;
}

.personal .order__foot .label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.personal .order__foot .label span {
    font-weight: 600;
}

.personal .products__wrap {
    background-color: #fff;
}

.personal .products__head {
    border-bottom: 1px dashed #eee;
    border-width: 2px;
    padding: 18px;
    font-size: 13px;
    color: #979797;
}

@media screen and (max-width: 767px) {
    .personal .products__head {
        display: none;
    }
}

.personal .products__head-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal .products__head-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.personal .products__head-col:nth-child(1) {
    width: 40%;
}
@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {
    .personal .products__head-col:nth-child(1) {
        width: 60%;
    }
}

.personal .products__head-col:nth-child(2) {
    width: 10%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal .products__head-col:nth-child(4) {
    width: 10%;
}

.personal .products__head-col:nth-child(3) {
    width: 10%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .personal .products__head-col:nth-child(3) {
        display: none;
    }
}

.personal .products__head-col:nth-child(6) {
    width: 10%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.personal .products__content {
    padding: 50px 25px;
}

@media screen and (max-width: 767px) {
    .personal .products__content {
        padding: 30px 15px;
    }
}

.personal .products__content-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .personal .products__content-row {
        border-bottom: 1px dashed #eee;
        border-width: 2px;
        padding-bottom: 30px;
    }

    .personal .products__content-row:last-child {
        border: 0;
        padding-bottom: 0;
    }
}

.personal .products__content-row:last-child {
    margin-bottom: 0;
}

.personal .products__content-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.personal .products__content-col:nth-child(1) {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .personal .products__content-col:nth-child(1) {
        width: 100%;
    }
}

.personal .products__content-col:nth-child(2) {
    width: 10%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .personal .products__content-col:nth-child(2) {
        display: none;
    }
}

.personal .products__content-col:nth-child(3) {
    width: 10%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal .products__content-col:nth-child(4) {
    width: 10%;
}

@media screen and (max-width: 768px) {
    .personal .products__content-col:nth-child(3) {
        display: none;
    }
}

.personal .products__content-col:nth-child(6) {
    width: 10%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .personal .products__content-col:nth-child(6) {
        display: none;
    }
}

.personal .products__content .product-img {
    position: relative;
}

@media screen and (max-width: 767px) {
    .personal .products__content .product-img img {
        width: 60px;
    }
}

.personal .products__content .product-info {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .personal .products__content .product-info {
        width: 100%;
    }
}

.personal .products__content .product-discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 77px;
    height: 77px;
    background-image: url(../img/icons/discount.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .personal .products__content .product-discount {
        width: 50px;
        height: 50px;
    }
}

.personal .products__content .product-discount-value {
    color: #fff;
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: -8px;
}

@media screen and (max-width: 480px) {
    .personal .products__content .product-discount-value {
        font-size: 16px;
        margin: 0;
    }
}

.personal .products__content .product-photo {
    margin-top: 10px;
    margin-right: 25px;
}

.personal .products__content .product-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.personal .products__content .product-info .sum {
    display: none;
}

.personal .products__content .product-title {
    font-weight: 600;
}

.personal .products__content .product-title a {
    color: #000;
    text-decoration: none;
}

.personal .products__content .product-title a:hover {
    color: #48C2CA;
}

.personal .products__content .num {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #979797;
    margin-top: 6px;
}

.personal .products__content .num:before {
    position: relative;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/icons/colors.svg);
    background-size: 100% 100%;
    margin-right: 6px;
    opacity: 0.35;
}

.personal .products__content .new-price,
.personal .products__content .number,
.personal .products__content .sum {
    font-size: 16px;
}

.personal .products__content .old-price {
    text-decoration: line-through;
}

.personal .products__content .new-price {
    color: #ff8484;
}

.personal .page-selector {
    max-width: 873px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 60px;
}

@media screen and (max-width: 873px) {
    .personal .page-selector {
        max-width: 620px;
    }

    .personal .page-selector .page-number:nth-last-child(-n+5) {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .personal .page-selector {
        max-width: 300px;
    }

    .personal .page-selector .page-number:nth-last-child(-n+7) {
        display: none;
    }
}

.personal .page-selector a {
    color: #979797;
    text-decoration: none;
}

.personal .page-selector .prev,
.personal .page-selector .next {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #E4F6F7;
    border-radius: 50%;
}

.personal .page-selector .prev:after {
    content: '';
    background-image: url(../img/svg/arrow_prev.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 17px;
    margin-top: 20px;
    right: -10px;
}

.personal .page-selector .prev:hover:after {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
}

.personal .page-selector .next:after {
    content: '';
    background-image: url(../img/svg/arrow_next.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 17px;
    margin-top: 20px;
    left: -10px;
}

.personal .page-selector .next:hover:after {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
}

.personal .page-selector .prev:after,
.personal .page-selector .prev:hover:after,
.personal .page-selector .next:after,
.personal .page-selector .next:hover:after {
    transition: all 0.5s;
}

.personal .page-selector .page-active {
    width: 50px;
    height: 50px;
    background-color: #753380;
    color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal .favorites-content {
    display: none;
}

.personal .favorites-content .recomentdation {
    max-width: 100%;
}

.personal .favorites-content .product-cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.personal .favorites-content .product-card {
    width: calc(100% / 6);
    margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .personal .favorites-content .product-card {
        width: 20%;
    }
}

@media screen and (max-width: 1366px) {
    .personal .favorites-content .product-card {
        width: 25%;
    }
}

@media screen and (max-width: 1200px) {
    .personal .favorites-content .product-card {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 960px) {
    .personal .favorites-content .product-card {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .personal .favorites-content .product-card {
        width: 100%;
    }
}

.personal .recomendation {
    margin-top: 70px;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.product-list {
    text-align: left;
}

@media (min-width: 1024px) {
    .product-list {
        padding-right: 10px;
    }
}

.product-list .product-card__hover {
    left: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .product-list .product-card__hover {
        width: 103%;
    }
}

@media (max-width: 1600px) {
    .product-list .product-card__wrap {
        width: auto;
    }
}

.product-list__wrapper {
    position: relative;
}

.product-list .product-card__colors {
    right: 15px;
}

.product-list__total {
    padding-left: 5px;
}

.product-list__current {
    padding-right: 5px;
}

.form__row_small {
    margin: -20px 0 40px !important;
    color: #979797;
    font-size: 11px;
}

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

.form__row-text {
    margin: -25px 0 15px;
}

.popup_resetpass .form__input-wrap {
    width: 100%;
}

.login-link-forgot-pass {
    font-size: 13px;
    color: #753380;
    text-decoration: none;
}

.login-link-forgot-pass:hover, .login-link-forgot-pass:focus {
    text-decoration: underline;
}

.form__row_mart {
    margin-top: 20px;
}

.form__row_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form__row_wrap .login-link-forgot-pass {
    margin-top: 25px;
}

@media (min-width: 600px) {
    .form__row_wrap {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form__row_wrap .login-link-forgot-pass {
        margin-top: 0;
        margin-left: 40px;
        margin-bottom: 0;
    }
}

@media (min-width: 1251px) {
    .popup_registration .popup__wrap {
        width: 1000px;
    }
}

.search-page__nav .swiper-slide {
    width: auto;
}

.search-page__nav.swiper-container {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    position: relative;
}

.search-page__nav.swiper-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .search-page__nav .swiper-wrapper {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    .search-page__nav--long .swiper-wrapper {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


.wrap_item_offers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 36px 36px;
    grid-template-areas: ". . . . . .";
    margin: 0 0 20px;
}

.wrap_item_offers .item_offer:hover {
    cursor: pointer;
}

.wrap_item_offers .item_offer {
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 1;
}
.wrap_item_offers .item_offer:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    box-shadow: 0 0 0 1px #EBEBED inset;
    transition: box-shadow 0.3s ease-out;
}

.wrap_item_offers .item_offer.is_hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.wrap_item_offers .item_offer .offer_img {
    border: 1px solid #f6f6f6;
    width: 100%;
    /*height: calc(100% - 33px);*/
    margin: 0 0 5px 0;
}

.wrap_item_offers .item_offer .offer_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.wrap_item_offers .item_offer .offer_name {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #282828;
}

@media (min-width: 992px) {
    .wrap_item_offers .item_offer:hover:after{
        box-shadow: 0 0 0 1px #48c2ca inset;
    }
}
.wrap_item_offers .item_offer.is_active:after {
    box-shadow: 0 0 0 2px #48c2ca inset;
}

.product__container_new {
    margin: 0 0 40px 0;
    height: 100%;
    width: 100%;
}

.product__content {
    height: 100%;
}

.product__container_new .product__image__big {
    max-width: 880px;
    border: 1px solid #e7e7e7;
    width: 100%;
    min-height: 100%;
    padding: 0;
}

.slick-slide img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    width: 30px;
    height: 45px;
    position: absolute;
    top: 45.5%;
    z-index: 9;
}

.slick-prev.slick-arrow:after,
.slick-next.slick-arrow:after {
    content: ' ';
    width: 25px;
    position: absolute;
    height: 5px;
    background-color: #b9b9b9;
    border-radius: 0 5px 5px 0;
    transform: rotate(45deg) translate(-16.6px, 5px);
    top: 35px;
}

.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
    content: ' ';
    position: absolute;
    height: 5px;
    width: 25px;
    top: 12px;
    left: 0;
    background-color: #b9b9b9;
    transform: rotate(-45deg);
    border-radius: 0 5px 5px 0;
}

.slick-prev.slick-arrow {
    left: 50px;
}

.slick-next.slick-arrow {
    right: 50px;
    transform: rotate(180deg);
    top: calc(45.5% - 1px);
}

.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
    cursor: pointer;
}

.product__info {
    border-bottom: 1px solid #efeff1;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.product__content .product__add {
    max-width: 200px;
}

@media (max-width: 1440px) {
    .slick-prev.slick-arrow {
        left: 10px;
    }

    .slick-next.slick-arrow {
        right: 10px;
    }
}

@media (min-width: 1200px) {
    .product__image {
        padding-right: 75px;
    }
}

@media (min-width: 768px) {
    .product__info__label {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .wrap_item_offers {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 36px 36px;
        grid-template-areas: ". . .";
    }

    .wrap_item_offers .item_offer.is_hide_mobile {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .slick-prev.slick-arrow {
        left: -15px;
        top: 38.5%;
    }

    .slick-next.slick-arrow {
        right: -15px;
        top: calc(38.5% - 1px);
    }

    .product__image__big {
        border: none;
        padding: 0;
        max-width: 100%;
        /*max-height: 470px;*/
    }

    .slick-track {
        display: block;
    }

    .product__content .product__add {
        max-width: 100%;
    }

    .product__options {
        position: fixed;
        z-index: 10;
        left: 0;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 20px;
        margin: 0 !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .product__add, .product__favorite {
        margin-top: 10px;
        transform: translateZ(0);
    }
}

.product__image__big .swiper-container img {
    display: block;
}

.discount-color {
    color: #ff8484;
}
.master-list .filter__item .item-list{
    max-height: 250px;
    overflow: auto;
}
.master-list .filter{
    margin-top: auto !important;
}

.master-list .master-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.master-list .master-list__item {
    width: calc(16.66% - 17px);
    padding: 20px 20px 15px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.master-list .master-list__item:hover {
    border: 1px solid #48C2CA;
}
.master-list .master-list__detail {
    outline: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.master-list .master-list__img {
    max-width: 248px;
    margin-bottom: 20px;
}
.master-list .master-list__img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    vertical-align: top;
}

.master-list .master-list__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #252431;
    text-decoration: none;
    outline: none;
    margin: 0;
}
.master-list .master-list__item:hover .master-list__title {
    text-decoration: underline;
}
.master-detail {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .master-detail {
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .master-detail .product__image {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .master-detail .product__content {
        width: 100% !important;
    }
}
@media (max-width: 1024px) {
    .master-list .master-list__item {
        width: calc(25% - 15px);
    }
}
@media (max-width: 560px) {
    .master-list  .pagination__list a.hidden-mob {
        display: none;
    }
}
@media (max-width: 768px) {
    .master-list .master-list__wrapper {
        gap: 20px;
        margin-bottom: 25px;
    }
    .master-list .master-list__item {
        width: calc(50% - 10px);
        padding: 0 0 15px;
    }
    .master-list .master-list__img img {
        height: 165px;
    }
}
.master-detail .page-back {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B1B1B1;
    padding: 20px 0 24px;
    display: flex;
    gap: 4px;
    text-decoration: none;
    transition: color .3s ease-in-out;
}
.master-detail .page-back:hover {
    color: #48C2CA;
}
.master-detail .page-back .icon {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('');
    background-position: center;
    background-repeat: no-repeat;
}
.master-detail .product__title {
    font-size: 45px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .master-detail .product__title {
        display: none;
    }
    .master-detail .header_adaptive .product__title {
        display: block;
    }
}
.master-detail .master-detail__free {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #48C2CA;
    margin-bottom: 40px;
}
.master-detail .master-detail__link {

    font-family: "Yanone Kaffeesatz";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 48px 7px 48px;
    background: #753380;
    border-radius: 70px;
    display: flex;
    width: fit-content;
    margin-bottom: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.master-detail .master-detail__link img{
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin:-3px 0 0 10px;
}
.master-detail .master-detail__content-item {
    margin-bottom: 24px;
}

.master-detail .master-detail__content h3 {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #48C2CA;
    margin-bottom: 10px;
    max-width: 700px;

}
.master-detail .master-detail__content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #252431;
    max-width: 700px;
    margin: 0 0 5px;
}
.master-detail .master-detail__container {
    position: relative;
    overflow: visible;
}
.master-detail .master-detail__product-container {
    width: 100%;
    position: relative;
}
.master-detail .master-detail__product {
    margin: 0;
    overflow: hidden;
    margin-right: 19px;
}
.master-detail .catalog-item {
    width: auto;
}
.master-detail .swiper-button-prev,
.master-detail .swiper-button-next {
    top: calc(50% - 30px);
    width: 11px;
    height: 23px;
    background-image: url('/local/templates/ili/img/master-swiper-btn.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.master-detail .swiper-button-prev {
    transform: rotate(180deg);
    left: -25px;
}
.master-detail .swiper-button-next {
    right: 0;
}
.master-detail .master-list .master-list__item {
    width: 100%;
}
.master-detail .swiper-pagination {
    display: none;
    position: static;
    margin-top: -23px;
}
.master-detail .swiper-pagination-switch {
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #979797;
    margin-left: 1.5vw;
}
.master-detail .swiper-pagination-switch.swiper-active-switch {
    color: #fff;
    background: #753380;
}
@media (max-width: 1199px) {
    .master-detail .swiper-button-prev {
        left: 0;
    }
    .master-detail .master-detail__product{
        margin-left: 19px;
    }
}
@media (max-width: 768px) {
    .master-detail .catalog-item .item-wrap {
        padding: 0;
    }
    .master-detail .master-detail__product {
        margin: 0;
        padding-bottom: 80px;
    }
    .master-detail .swiper-button-prev,
    .master-detail .swiper-button-next {
        bottom: 40px;
        top: auto;
    }
    .master-detail .swiper-pagination {
        display: block;
        position: static;
        font-weight: 400;
        font-size: 16px;
        color: #b2b2b2;
        padding: 0 20px;
    }
    .master-detail .swiper-button-next {
        right: 0;
    }
}
.master-detail .swiper-button-prev.hidden,
.master-detail .swiper-button-next.hidden {
    opacity: 0;
}
.master-detail__product .master-list__img img {
    height: 240px;
}
.master-detail__product .product-cards__item {
    height: auto;
    padding: 0;
    box-sizing: border-box;

}
.master-detail__product .product-cards__item .item-wrap {
    border: 1px solid transparent;
    box-sizing: border-box;
}
.master-detail__product .product-cards__item:hover .item-wrap {
    border: 1px solid #48C2CA;
}
.master-detail__product .item-option--bask a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(117, 51, 128, 0.1);
}
.master-detail__product .catalog-item .item-info {
    height: auto;
    margin-bottom: 28px;
}
.master-detail__product .catalog-item .item-price .wrap_item_discount {
    font-size: 11px;
    font-weight: 500;
}
.master-detail__product .catalog-item .item-caption {
    margin-bottom: 10px;
}

.master-detail__product .catalog-item .item-colors {
    position: static;
    margin-top: 13px;
}
.master-detail__product .item-option--wish {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 32px;
    right: 32px;
}
.master-detail__product .item-option--wish svg {
    width: 24px;
    height: 24px;
}
.master-detail__product .item-wish {
    position: absolute;
    top: 0;
}
.master-detail__product .item-wish:hover svg path {
    stroke: #48c2ca;
}
.master-detail__product .item-wish.is-active svg {
    fill: #48c2ca;
}
.master-detail__product .item-wish.is-active svg path {
    stroke: #48c2ca;
}
.master-detail .swiper-button-prev svg,
.master-detail .swiper-button-next svg {
    display: none;
}
.master-detail__product .catalog-item .item-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.master-detail__product .catalog-item .item-image {
    margin: 0;
}
.master-detail__product .catalog-item .item-image img {
    width: 100%;
}
.master-detail .master-detail__content-item .new-products .catalog-item{
    margin-bottom: 0;
}


@media screen and (min-width: 992px) {
    .master-detail__product .catalog-item .item-wrap {
        padding: 20px 20px 15px;
    }
}
@media (max-width: 768px) {
    .master-detail .master-detail__content-item .new-products .catalog-item{
        margin-bottom: 16px;
    }
    .master-detail .swiper-btn-container {
        position: absolute;
        z-index: 1;
        width: 100%;
        bottom: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        gap: 5px;
    }
    .master-detail .swiper-button-prev,
    .master-detail .swiper-button-next {
        position: relative;
        top: 0;
        display: inline-block;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        fill: #753380;
        background: #e4f6f7;
        transition: 0.25s;
        opacity: 1;
    }
    .master-detail .swiper-button-prev svg,
    .master-detail .swiper-button-next svg {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 38px;
        height: 16px;
        transition: 0.25s;
    }
    .master-detail .swiper-button-prev svg {
        right: 50%;
    }
    .master-detail .swiper-button-next svg {
        right: 50%;
    }
    .master-list .swiper-btn-container {
        margin-top: 30px;
    }
}