/*Reset.css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
/* Normalize Styles */
html {
    min-height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    color: #252525;
}
i,
em {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
/*End of Reset.css*/
/*Common*/
.color {
    color: #e39573;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html {
    height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url('../fonts/playfairdisplay.woff2') format('woff2'), url('../fonts/playfairdisplay.woff') format('woff'), url('../fonts/playfairdisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensanslight.woff2') format('woff2'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
body {
    color: #808080;
    position: relative;
    background: #fff;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
iframe {
    display: block;
    max-width: 100%;
}
a,
.link,
.main .wa-link {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
a:hover,
.link:hover,
.main .wa-link:hover {
    color: #e39573;
    text-decoration: none;
}
.link--underline {
    display: inline-block;
}
.link--underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom: 1px solid #e39573;
    -webkit-transition: all cubic-bezier(0.26, 1.06, 0.8, 0.93) 0.3s;
    transition: all cubic-bezier(0.26, 1.06, 0.8, 0.93) 0.3s;
}
.link--underline:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.link--color-rose {
    color: #e39573;
}
.button,
input[type='submit'] {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    color: #fff;
    background-color: #e39573;
    height: 36px;
    padding: 0 24px;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 36px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
}
.button:hover,
input[type='submit']:hover {
    background-color: #e07f55;
    color: #fff;
}
.button--bordered {
    background: transparent;
    color: #4a4a4a;
    border: 1px solid #e39573;
    line-height: 34px;
}
.button--squared {
    min-width: 36px !important;
    max-width: 36px !important;
    font-size: 14px !important;
    padding: 0;
}
.button--bordered:hover {
    background-color: #e39573;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.button--block {
    display: block;
}
.button--right-24 {
    margin-right: 24px;
}
.button--tall {
    height: 48px;
    line-height: 48px;
    min-width: 222px;
}
.button--tall-bordered {
    height: 48px;
    line-height: 46px;
    min-width: 222px;
}
.button--full-width {
    width: 100%;
}
input[type='text'],
input[type='email'],
input[type='phone'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='password'],
.input {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #4a4a4a;
    padding: 0 16px !important;
    outline: none;
    font-weight: 300;
    font-size: 14px !important;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #bfbfbf !important;
    height: 36px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='phone']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='number']:focus {
    border-color: #4a4a4a;
}
.input--full-width {
    width: 100%;
}
.input--text-left {
    text-align: left !important;
}
input[type='checkbox'],
input[type='radio'] {
    margin: 0 8px 0 0;
    height: 24px;
}
input[readonly] {
    cursor: default;
}
input[readonly]:focus {
    border-color: #bfbfbf;
}
textarea,
.textarea {
    padding: 10px 16px !important;
    width: 100%;
    resize: none;
    height: 108px;
    text-decoration: none;
    background-color: #fff;
    outline: none;
    font-weight: 300;
    font-size: 14px !important;
    color: #4a4a4a;
    border: 1px solid #bfbfbf !important;
}
textarea:focus,
.textarea:focus {
    border-color: #4a4a4a;
}
select,
.select {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #4a4a4a;
    padding: 0 16px;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #bfbfbf;
    height: 36px !important;
}
select:focus,
.select:focus {
    border-color: #4a4a4a;
}
.sup {
    position: absolute;
    top: -2px;
    right: -15px;
    font-size: 9px;
    line-height: 13px;
    width: 14px;
    height: 14px;
    background: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
}
/*End of common*/
/*Layout*/
.layout {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: auto;
}
.layout--narrow {
    max-width: 1080px;
}
/*End of layout*/
/*Typography*/
h1,
.h1 {
    color: #404040;
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 32px;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #404040;
    font-family: 'Playfair Display', serif;
}
h2,
.h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
}
p,
.paragraph {
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
/*End of typography*/

/*Header*/
.header {
    padding: 24px 0;
    text-align: center;
    border-top: 4px solid #feb49a;
}
.top-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header__column {
    width: 33.3333%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-header__column--right {
    justify-content: flex-end;
}
.top-header__logo {
    max-width: 200px;
    margin: 0 auto;
}
.top-header__phone {
    margin-right: 32px;
}
.top-header__social {
    margin-right: 16px;
}
.top-header__social:last-child {
    margin-right: 0;
}
.logo {
    display: block;
}
.logo__image {
    width: 100%;
}
.top-header__search-label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.button--search {
    max-width: 36px;
    min-width: 36px;
    padding: 0;
}
.top-header__search-wrap {
    margin-right: 16px;
    width: 100%;
    display: none;
}
.top-header__icon {
    margin-right: 16px;
}
.top-header__icon:last-child {
    margin-right: 0;
}
.top-header__count {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.bottom-header__menu {
    margin-top: 16px;
}
.main-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
}
.main-menu__item {
    position: relative;
    margin-right: 32px;
    line-height: 24px;
}
.main-menu__item:last-child {
    margin-right: 0;
}
.main-menu__link {
    display: inline;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    vertical-align: top;
}
.main-menu__link--arrow-down:after {
    font-family: 'little-vi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90c';
    font-size: 18px;
    vertical-align: text-top;
    padding-left: 4px;
}
.main-menu__link.is-opened {
    color: #e39573;
}
.main-menu__submenu:hover .main-menu__link--arrow-down:after {
    content: '\e90d';
}
.main-menu__submenu:hover .submenu {
    opacity: 1;
    max-height: 500px;
    overflow: visible;
}
.submenu {
    position: absolute;
    min-width: 300px;
    top: 20px;
    left: -16px;
    background-color: transparent;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, opacity 0.6s ease;
    -moz-transition: max-height 0.3s ease, opacity 0.6s ease;
    -ms-transition: max-height 0.3s ease, opacity 0.6s ease;
    -o-transition: max-height 0.3s ease, opacity 0.6s ease;
    transition: max-height 0.3s ease, opacity 0.6s ease;
    text-align: left;
    z-index: 999;
}
.submenu__link--arrow-right:after {
    content: '\e911';
    font-family: 'little-vi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 11px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 24px;
}
.submenu__link-wrap {
    position: relative;
}
.submenu__wrap {
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 0;
    margin: 28px 16px 16px;
    background-color: #fff;
}
.submenu__link {
    padding: 8px 30px 8px 24px;
    display: block;
    position: relative;
}
.submenu__subcat {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 16px 0;
    visibility: hidden;
    white-space: normal;
    width: 320px;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.1s linear 0.2s, opacity 0.1s linear 0.2s, visibility 0.1s linear 0.2s;
    opacity: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.submenu__link-wrap:hover .submenu__subcat {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateX(0);
}
.socials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.socials__link {
    display: block;
    margin-right: 8px;
    background: rgba(123, 123, 123, 0.5);
    color: #fff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}
.messengers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.messengers__link {
    display: block;
    margin-right: 8px;
    background: rgba(123, 123, 123, 0.5);
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}
/*End header*/
/*Main*/
.main {
    overflow: hidden;
}
.main__section {
    margin: 64px 0 0;
}
.main__title {
    text-align: center;
    text-transform: unset;
}
.main__subtitle {
    color: #7b7b7b;
    text-align: center;
}
.main__divider {
    font-size: 10px;
    text-align: center;
}
.main__content {
    margin-top: 32px;
    margin-bottom: 64px;
}
.main__button {
    margin: 32px auto 0;
    display: block;
    max-width: 200px;
}
.main-section--textile {
    background-color: #f2f2f2;
    padding: 0;
    margin-top: 64px;
    overflow: hidden;
}
.main-section--testmonials {
    background-color: #f2f2f2;
    margin-top: 64px;
    overflow: hidden;
    padding: 64px 0;
}
.main__section--instagram {
    margin-bottom: 96px;
}
.main__section--border-top {
    border-top: 1px solid #e7e2e2;
}
.main__section--padding-top {
    padding-top: 16px;
    margin-top: 0;
}
.main-slider {
    height: 500px;
    overflow: hidden;
}
.main-slider__item {
    position: relative;
    text-align: center;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.main-slider__layout {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.main-slider__layout-wrap {
    max-width: 80%;
}
.main-slider__link {
    height: 500px;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.display-title {
    font-family: 'Playfair Display', serif;
    display: block;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 24px;
}
.display-subtitle {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #e7e2e2;
    font-weight: 300;
}
.divider {
    font-size: 16px;
    margin: 16px 0;
}
.divider--rose {
    color: rgb(215, 21, 79);
}
.categories {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.categories__item {
    width: calc(33.3333% - 22px);
    margin-right: 32px;
    margin-bottom: 32px;
    position: relative;
    /* height: 340px; */
    aspect-ratio: 613/340;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}
.categories__item:nth-child(3n) {
    margin-right: 0;
}
.categories__item:nth-child(5) {
    margin-bottom: 0;
}
.categories__item:nth-child(6) {
    margin-bottom: 16px;
}
.categories__item:last-child {
    margin-right: 0;
}
.categories__item:before {
    pointer-events: none;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.categories__item:hover:before {
    border-color: #e39573;
}
.categories__item:hover .categories__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.categories__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 1);
}
.categories__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.categories__wrap {
    z-index: 2;
    text-align: center;
    max-width: calc(100% - 64px);
    margin: auto;
}
.categories__title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.categories__divider {
    font-size: 10px;
}
.categories__subtitle {
    color: #e7e2e2;
    padding: 0 24px;
}
.advantages {
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}
.advantages__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(227, 149, 115, 0.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advantages__layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: center;
}
.advantages__item {
    width: 25%;
    margin-right: 32px;
}
.advantages__item:last-child {
    margin-right: 0;
}
.advantages__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    opacity: 0.8;
}
.advantages__text {
    color: #494949;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.popular {
    text-align: center;
}
.cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -32px -32px 0;
}
.cards__item {
    width: calc(25% - 32px);
    margin-right: 32px;
    margin-bottom: 32px;
    text-align: center;
    padding-bottom: 96px;
    position: relative;
}
.cards__item--3 {
    width: calc(33.3333% - 32px);
}
.cards__item:hover .cards__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.cards__picture {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    padding-top: calc(100% * (328 / 246));
    border-radius: 12px;
    background-color: #f6f6f9;
    overflow: hidden;
}
.cards__picture--height {
    height: 208px;
}
.cards__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cards__no-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cards__buy {
    padding: 0 24px;
    position: absolute;
    z-index: 1;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
}
.cards__favorite {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    font-size: 24px;
    color: #e39573;
    text-shadow: 1px 1px rgba(215, 21, 79, 0.3);
}
.badge {
    position: absolute;
    padding: 4px 8px;
    top: 24px;
    right: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.low-price {
    background-color: #e39573;
    color: #fff;
}
.new {
    background-color: #76ca1a;
    color: #fff;
}
.bestseller {
    background-color: #e1e615;
    color: #808080;
}
.cards__category {
    font-size: 11px;
    line-height: 14px;
    height: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #e39573;
    letter-spacing: 1px;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cards__name {
    padding: 0 24px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.cards__price-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4a4a4a;
    margin-bottom: 12px;
}
.cards__compare-price {
    margin-right: 16px;
    font-size: 13px;
    color: #7b7b7b;
    text-decoration: line-through;
}
.cards__price--color-rose {
    color: #e39573;
}
.cards__price {
    font-size: 18px;
    font-weight: 400;
}
.main__textile-image {
    position: absolute;
    left: 314px;
    top: 0;
    bottom: 0;
}
.addition-delete {
    text-align: right;
    margin-bottom: 32px;
}
.textile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__textile-left {
    width: 268px;
    text-align: center;
    padding: 64px 0;
}
.about {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about__half {
    margin-right: 32px;
    width: 50%;
}
.about__half:last-child {
    margin-right: 0;
}
.testmonials {
    position: relative;
}
.testmonials__wrap {
    padding: 53px 0 0;
    margin-bottom: 102px;
}
.testmonials__wrap .slick-list {
    z-index: 2;
}
.testimonial__image {
    width: 268px !important;
    margin: 0 auto;
}
.testmonials__iphone {
    width: 291px;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
    -webkit-box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 40px 0 rgba(0, 0, 0, 0.4);
}
.testmonials__item {
    position: relative;
}
.testmonials__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 268px;
    margin: 0 auto;
}
.slick-current .testmonials__overlay {
    opacity: 0;
}
.testmonials__button {
    margin: 140px auto 0;
    display: block;
    max-width: 200px;
}

.main-reviews__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.main-reviews__item {
    margin-right: 32px;
    margin-bottom: 32px;
}

.main-reviews__item:nth-child(4n) {
    margin-right: 0;
}
.main-reviews__item-image {
    position: relative;
    display: block;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.main-reviews__item-image:hover .main-reviews__item-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.main-reviews__item-img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}
.main-reviews__zoom {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    margin: -24px auto;
    border-radius: 50%;
    background: #e39573;
    color: #fff !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.workflow {
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.workflow__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(227, 149, 115, 0.8);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.workflow__layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #e7e2e2;
}
.workflow__icon {
    display: block;
    font-size: 24px;
}
.workflow__text {
    color: #494949;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.workflow__item-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.workflow__item-wrap:last-child {
    justify-content: flex-start;
}
.workflow__icon {
    margin: auto 0 0;
    color: #494949;
    font-size: 32px;
}
.workflow__item {
    width: 164px;
    height: 164px;
    padding: 24px;
    border-radius: 50%;
    border: 1px solid;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.2);
}
.workflow__divider {
    padding: 0 32px;
}
.blog-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -32px -32px;
}
.blog-main__item {
    width: calc(100% / 3 - 24px);
    margin-right: 32px;
    margin-bottom: 32px;
    background-color: #f6f6f9;
    text-align: center;
    padding-bottom: 36px;
    position: relative;
    cursor: default;
}
.blog-main__item:nth-child(3n) {
    margin-right: 0;
}
.blog-main__item:hover .blog-main__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}
.blog-main__picture {
    position: relative;
    height: 268px;
    margin-bottom: 24px;
    background: #000;
    overflow: hidden;
}
.blog-main__image {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -60px;
}
.blog-main__tag {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #e39573;
    letter-spacing: 1px;
    padding: 0 24px;
}
.blog-main__title {
    padding: 0 24px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: center;
}
.blog-main__text {
    padding: 0 24px 24px;
    color: #7b7b7b;
    margin-bottom: 4px;
}
.blog-main__button {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -60px;
    display: inline-block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #e39573;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-main__button:hover {
    color: #e39573;
}
.instagram .slick-slide > div {
    margin-right: 32px;
}
.instagram__link {
    position: relative;
    display: block;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.instagram__link:before {
    pointer-events: none;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.instagram__image {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}
.instagram__link:hover .instagram__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.instagram__link:hover .instagram__info {
    opacity: 1;
}

.instagram__link:hover:before {
    border-color: #e39573;
}
.instagram__info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 32px;
    padding: 0 25px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.instagram__likes {
    margin-right: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.instagram__likes:last-child {
    margin-right: 0;
}
.instagram__icon {
    padding-right: 4px;
}
.instagram.owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}
.instagram .owl-carousel__nav {
    margin-top: -60px;
}
.instagram__picture {
    overflow: hidden;
}
.instagram__goto {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    margin: -24px auto;
    border-radius: 50%;
    background: #e39573;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-page__title {
    text-align: center;
}
.category-page__divider {
    font-size: 6px;
    text-align: center;
    margin-bottom: 32px;
}
.category-page {
    margin-bottom: 64px;
}
.category-page__more-text {
    padding: 0 24px 24px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.category__count {
    margin-left: 24px;
}
.category-page__more-icon {
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    padding: 8px;
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
}
.category-page__button-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 96px;
    background: #f6f6f9;
    border-radius: 12px;
}
.filter-select__fromto-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.button.js-show-filters {
    min-width: 200px;
}
.filter-select__fromto-wrap:last-child {
    margin-bottom: 0;
}
.filters__fromto {
    font-size: 13px;
    color: #9a9a9a;
    margin-right: 12px;
}
input[type='text'].filters__fromto-input {
    height: 32px;
    max-width: 100px;
}
.category__description img {
    margin-bottom: 24px;
}
.category__filters {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category__filters.is-opened {
    height: auto;
}
.category__line-filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.category__filter-sup {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: none;
}
.category__filter-sup.is-active {
    display: block;
}
.category__choosen {
    margin-left: 24px;
    display: none;
}
.category__choosen-link {
    font-size: 14px;
    text-transform: uppercase;
}
.category__choosen.is-active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.category__choosen-text {
    margin-right: 24px;
}
.filters__select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.filters__select::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.filters__select::-webkit-scrollbar-thumb {
    background-color: #e39573;
    border: none;
}
.filters__row {
    margin-right: 32px;
    position: relative;
    max-width: 200px;
}
.filters__row:hover .filters__name {
    color: #e39573;
}
.filters__name.is-active {
    color: #e39573;
}
.filters__row:hover .filters__name:after {
    content: '\e90d';
}
.filters__form-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters__form-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #999;
    padding-top: 16px;
    margin-top: 24px;
}
.filter-select__label {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px;
    margin-right: 4px;
}

.filter-select__value {
    display: block;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.filter-select {
    max-height: 108px;
    overflow-x: hidden;
}
.filters__name {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6a6a6a;
    position: relative;
    margin-bottom: 8px;
}
.filters__name:after {
    font-family: 'little-vi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90c';
    font-size: 18px;
    vertical-align: text-top;
    position: absolute;
    top: 4px;
    right: -24px;
    display: none;
}

.filter-select__label:last-child {
    margin-bottom: 0;
}
.filters__text {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #808080;
    font-family: 'Playfair Display', serif;
}

.filters__sup {
    position: absolute;
    top: -2px;
    right: -13px;
    font-size: 10px;
    line-height: 13px;
    width: 12px;
    height: 12px;
    color: #6a6a6a;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.filters__sup.is-active {
    background: red;
    color: #fff;
    border: none;
}
.filters__clear-wrap {
    display: none;
    line-height: 0;
}
.filters__clear {
    font-size: 12px;
    line-height: 12px;
    margin-left: 25px;
    color: #8a8a8a;
}
.breadcrumbs {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #7b7b7b;
    border-top: 1px solid #e7e2e2;
    padding: 8px 0;
    letter-spacing: 0.3px;
}
.breadcrumbs__link {
    color: #7b7b7b;
}
.breadcrumbs__link--last {
    color: #cfc7c9;
    cursor: default;
}
.breadcrumbs__link--last:hover {
    color: #cfc7c9;
}
.breadcrumbs__divider {
    padding: 0 4px;
}
.category__line {
    background: #f2f2f2;
    padding: 24px 0;
    margin-bottom: 32px;
}
.category__subcategories {
    padding: 12px 24px;
    text-align: center;
    margin: 32px 0;
    background: #f6f6f9;
}
.category__subcategories-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 16px;
    color: #6a6a6a;
}
.category__line-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category__description {
    margin: 64px 0;
}
.pagination-wrap {
    margin-top: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pagination__items {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}
.pagination__items > li {
    width: 36px;
    height: 36px;
    border: 1px solid #e39573;
    display: inline-block;
    margin-right: 16px;
    line-height: 34px;
    margin: 0 16px 0 0;
}
.pagination__items > li.selected {
    color: #fff;
    background: #e39573;
}
.pagination__items > li.selected > a {
    color: #fff;
}
.pagination__items > li > a {
    color: #212121;
    display: block;
}
.pagination__items > li > a:hover {
    color: #fff;
    background: #e39573;
}
.pagination__items > li:last-child {
    margin-right: 0;
}
.product {
    margin: 0 auto 64px;
}
.product__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.product__left {
    width: 50%;
    margin-right: 32px;
}
.product__right {
    width: 50%;
}
.product-summary {
    padding: 32px 0 0 32px;
}
.product-summary__name {
    margin-bottom: 32px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.product-summary__title {
    padding-right: 32px;
}
.product-summary__badge .badge {
    position: unset;
}
.product-summary__badge .low-price {
    background-color: #fff;
    border: 1px solid #e39573;
    color: #e39573;
    font-size: 14px;
    padding: 4px 24px;
}
.product-summary__badge .new {
    background-color: #fff;
    border: 1px solid #7ed321;
    color: #7ed321;
    font-size: 14px;
    padding: 4px 24px;
}
.product-summary__badge .bestseller {
    background-color: #fff;
    border: 1px solid #e2b630;
    color: #e2b630;
    font-size: 14px;
    padding: 4px 24px;
}
.product-summary__testmonials {
    margin-left: 16px;
}
.product-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-summary__navigation {
    margin-bottom: 32px;
}
.product-navigation__item {
    margin-right: 32px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-navigation__item:last-child {
    margin-right: 0;
}
.product-summary__share {
    margin-bottom: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-summary__share-title {
    margin-right: 16px;
}
.product-summary__add2cart {
    border-top: 1px solid #e2e2e2;
    padding-top: 32px;
}
.add2cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.add2cart__price-block {
    position: relative;
    color: #4a4a4a;
    font-weight: 400;
}
.add2cart__compare-price {
    display: block;
    color: #7b7b7b;
    text-decoration: line-through;
    /* position: absolute;
    top: -24px;
    left: 0; */
    white-space: nowrap;
}
.add2cart__price {
    font-size: 24px;
}
.add2cart__price--color-rose {
    color: #e39573;
}
.product-summary__added2cart .quickorder-button {
    padding: 0;
    background: #fff;
    border-radius: 0;
    font-style: normal;
    color: #e39573;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 0;
}
.product-summary__added2cart .quickorder-button:hover {
    background: transparent;
}
.add2cart__submit__quickorder {
    text-align: center;
    width: 190px;
    display: inline-block;
}
.added2cart {
    color: #7b7b7b;
    font-size: 14px;
}
.added2cart__icon {
    padding-right: 4px;
    color: #7ed321;
}
.product-summary__added2cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0;
}
.added2cart {
    display: none;
}
.added2cart__letter {
    display: none;
}
.product-summary__added2cart-wrap {
    width: calc(100% - 190px);
}
.product__textile {
    margin-top: 64px;
    padding: 24px;
    background: #f6f6f9;
}
.product__textile-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__textile-left {
    width: 75%;
    margin-right: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__textile-right {
    width: 25%;
}
.product__textile-icon {
    font-size: 24px;
    margin-right: 24px;
}
.product__textile-text {
    color: #7b7b7b;
}
.product__gallery {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.gallery__count-items {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 14px 24px;
    background: #f6f6f9;
    color: #7b7b7b;
    opacity: 0.7;
    border-radius: 0 12px 0 0;
}
.gallery__count-current {
    font-size: 24px;
    color: #4a4a4a;
}
.gallery__count-divider {
    padding: 0 4px;
}
.gallery__items {
    display: none;
}
.gallery__items.slick-initialized {
    display: block;
}
.gallery__items.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f6f6f9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gallery__items .owl-carousel__nav {
    position: relative;
    margin-top: 0;
    top: 0;
    padding: 10px;
}
.gallery__items .owl-carousel__nav-icon {
    color: #4a4a4a;
    font-size: 32px;
    text-shadow: none;
}
.gallery__items .owl-carousel__nav.owl-prev {
    left: 0;
    margin-right: 12px;
    padding-left: 24px;
}
.gallery__items .owl-carousel__nav.owl-next {
    right: 0;
    margin-left: 12px;
    padding-right: 24px;
}
.gallery__items .owl-carousel__nav-icon:hover {
    color: #dc406f;
}
.gallery__items .disabled .owl-carousel__nav-icon:hover {
    color: #808080;
}
.gallery__zoom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 14px 24px;
    background: #f6f6f9;
    color: #4a4a4a;
    opacity: 0.7;
    border-radius: 0 0 0 12px;
}
.gallery__zoom-icon {
    font-size: 24px;
}
.gallery__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f6f6f9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
    border-radius: 12px 0 0 0;
}
.gallery__nav .slick-arrow {
    position: initial;
    margin: 0;
    color: #808080;
    font-size: 32px;
    text-shadow: none;
}
.gallery__nav .icon--chevron-left.slick-arrow {
    margin-right: 12px;
    padding: 12px 24px;
}
.gallery__nav .icon--chevron-right.slick-arrow {
    margin-left: 12px;
    padding-right: 24px;
}
.gallery__link {
    cursor: default;
    position: relative;
    overflow: hidden;
    padding-top: calc(100% * (328 / 246));
    border-radius: 12px;
    background-color: #f6f6f9;
    overflow: hidden;
    display: block !important;
}
.gallery__dummy {
    position: relative;
    overflow: hidden;
    padding-top: calc(100% * (328 / 246));
    border-radius: 12px;
    background-color: #f6f6f9;
    overflow: hidden;
}
.gallery__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery__no-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.skus-sizes {
    overflow-y: auto;
    position: relative;
    max-height: 514px;
}
.skus-sizes__table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.skus-sizes__head {
    background: #f6f6f9;
    font-size: 14px;
    font-weight: bold;
}
.skus-sizes__tbody-tr {
    border-top: 1px solid #d2d2d2;
}
.skus-sizes__head-th {
    padding: 8px 0;
}
.skus-sizes__tbody-td {
    text-align: center;
    padding: 8px 0;
}
.stocks__icon {
    margin-right: 4px;
}
.skus {
    margin-bottom: 32px;
}
.skus__items {
    color: #7b7b7b;
    display: flex;
    margin-bottom: -8px;
    flex-wrap: wrap;
}
.skus__title {
    margin-bottom: 16px;
    color: #4a4a4a;
    text-align: left;
}
.skus__item {
    margin-bottom: 8px;
    list-style: none;
    margin-left: 0;
    cursor: pointer;
    margin-right: 8px;
}
.skus__item:hover .skus__label {
    border-color: #e39573;
}
.skus__label.is-checked {
    border-color: #e39573;
    border-width: 2px;
}
.skus__label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 14px;
}
.skus__label input {
    display: none;
}
.skus__label-name {
    display: block;
}
.skus__price {
    margin-left: auto;
    display: none;
}
.skus__hint {
    padding-left: 16px;
    font-size: 12px;
    display: none;
}
.skus__compare-price {
    font-weight: 300;
    font-size: 0.8em;
    text-decoration: line-through;
    padding-right: 8px;
}
.skus__rose-price {
    color: #e39573;
}
.stocks {
    margin-bottom: 32px;
    color: #4a4a4a;
    text-align: left;
}
.stocks .icon--check-circle {
    color: #7ed321;
}
.product-additions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
}
.product-additions__item {
    margin-right: 32px;
}
.product-additions__item:last-child {
    margin-right: 0;
}
.add-favorite__icon {
    margin-right: 4px;
}
.product-additions__icon {
    margin-right: 4px;
}
.product__also {
    position: relative;
    margin-bottom: 48px;
}
.product__also .cards__name {
    height: 44px;
}
.product__also .cards__item {
    padding-bottom: 24px;
}
.product__also-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__also-nav {
    position: relative;
    width: 64px;
    height: 24px;
    margin-bottom: 24px;
}
.product__also-nav .slick-arrow {
    color: #808080;
    font-size: 32px;
    text-shadow: none;
    margin-top: 0;
    top: -4px;
}
.product__also-nav .icon--chevron-left.slick-arrow {
    right: 40px;
    left: initial;
}
.product__also-nav .icon--chevron-right.slick-arrow {
    right: 0;
}
.product__also-nav .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    color: #808080 !important;
}
.cards .slick-slide > div {
    margin-right: 32px;
}
.product__also .cards {
    height: 462px;
    overflow: hidden;
}
/*count*/
.count {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.count__input {
    max-width: 48px;
    padding: 0 8px !important;
    text-align: center;
    margin: 0 4px;
}
.count__button {
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #e39573;
    text-align: center;
    color: #fff;
    border: 1px solid #e39573;
}
.count__button:hover {
    background-color: #e07f55;
    border-color: #e07f55;
    color: #fff;
}
.count__button-span {
    vertical-align: middle;
    line-height: 36px !important;
}
/*tabs*/
.tabs__header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #999;
}
.tabs__header-item {
    margin-right: 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 0;
}
.tabs__header-item:hover {
    color: #e39573;
}
.tabs__header-item--active {
    color: #e39573;
    position: relative;
}
.tabs__content-item {
    overflow: hidden;
    height: 0;
}
.tabs__content-item--active {
    height: auto;
}
.product__information {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 64px 0;
}
.product__information-tabs {
    width: 60%;
    margin-right: 32px;
}
.product__information-other {
    width: 25%;
    background: #f6f6f9;
    padding: 24px;
    font-size: 14px;
}
.product__information-title {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a4a4a;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.product__information-icon {
    padding-right: 8px;
}
.product__information-row {
    margin-bottom: 32px;
    color: #7b7b7b;
}
.product__information-row:last-child {
    margin-bottom: 0;
}
.product__information-row p {
    font-size: 14px;
    line-height: 20px;
    color: #7b7b7b;
    margin-bottom: 16px;
}
.product__information-row ul li {
    margin-bottom: 4px;
}
.product-features__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 8px;
}

.product-features__item:nth-child(2n-1) {
    background: #f2f2f2;
}
#cookies_note .cookies-note__inner .cookies-note__continue {
    background-color: #e39573;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#cookies_note .cookies-note__inner .cookies-note__continue:hover {
    background-color: #e07f55;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    border: none;
}
#cookies_note {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #e7e2e2;
}
body .cookies-note__title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.cookies-note__text {
    color: #9a9a9a;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.tabs__header-item--active:after {
    content: '';
    border-bottom: 2px solid #e39573;
    width: 100%;
    display: block;
    position: absolute;
    top: 32px;
}
body #cookies_note a {
    color: #4a4a4a;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body #cookies_note a:hover {
    color: #e39573;
}
ul {
    margin-bottom: 24px;
}
ul li {
    margin-left: 24px;
    list-style: disc;
}
ul li ul {
    margin-top: 8px;
}
ul > li {
    margin-bottom: 12px;
}
ul > li > ul > li {
    margin-bottom: 8px;
}
.table_dostavka {
    background: white;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.td_dostavka {
    border-bottom: 1px solid #ccc;
    padding: 6px 5px;
    transition: 0.3s linear;
    text-align: center;
}
.td_dostavka1 {
    border-bottom: 1px solid #ccc;
    padding: 6px 5px;
    transition: 0.3s linear;
    text-align: left;
}
.th_dostavka {
    border-bottom: 2px solid #ccc;
    padding: 6px 5px;
    transition: 0.3s linear;
}
.table {
    width: 100%;
}
.table tr {
    border-bottom: 1px solid #212121;
}
.table tr th {
    line-height: 24px;
    text-align: center;
    padding: 8px 16px 16px;
    font-weight: bold;
}
.table tr th:first-child {
    text-align: left;
}
.table tr td {
    line-height: 24px;
    padding: 16px 0;
}
.product__subtitle {
    text-transform: uppercase;
    margin-bottom: 24px;
}

/*textiles*/
.bundling-product {
    position: relative;
    overflow: hidden;
}
.bundling-product__image-wrap {
    overflow: hidden;
    position: relative;
    background: #000;
}
.bundling-product__zoom {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e39573;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    text-align: center;
    line-height: 32px;
    color: #fff !important;
}
.textile-summary {
    display: none;
}
.textile-summary .bundling__chooser-title {
    font-family: inherit;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 2px;
}
.textile-summary .bundling__chooser-total {
    display: inline-block;
    margin-left: 4px;
}
.bundling-product-image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bundling-product__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.bundling-product:hover .bundling-product-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.bundling-configurator {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.bundling .slick-slide > div {
    margin: 0 12px;
}
.bundling__tabs {
    width: 75%;
    margin-right: 32px;
    overflow: hidden;
}
.bundling .tabs__content-item {
    padding: 0 48px;
}

.bundling .tabs__header {
    margin: 0 48px 24px;
}
.bundling__chooser {
    width: 25%;
    border: 1px solid #999;
    padding: 24px;
    text-align: center;
}
.bundling__chooser-title {
    margin-bottom: 16px;
    color: #4a4a4a;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.bundling__chooser-icon {
    font-size: 18px;
    margin-bottom: 4px;
}
.bundling__chooser-total {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 16px;
    line-height: 20px;
}
.bundling__chooser-remark {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 16px;
    line-height: 18px;
    display: none;
}
.bundling__chooser-warning {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 16px;
    line-height: 18px;
}
.textiles {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.textiles.is-opened {
    margin-top: 32px;
    height: auto;
}
.bundling table {
    width: 100%;
}

.bundling table td {
    padding: 0 !important;
    border: 0 !important;
}

.bundling-select h3 {
    font-size: 1.2em;
    margin: 20px 0 0 0;
}

.bundling-select h4 {
    font-size: 1em;
    margin: 5px 0;
}

.bundling-select .bundling-last-price {
    font-size: 1.1em;
}

.bundling .bundling-add2cart,
.bundling-your .bundling-add2cart {
    font-size: 1.2em;
    margin-top: 10px;
}

.bundling-select select {
    width: 100%;
}

.bundling-select .bundling-about-selected-product {
    display: none;
}

.bundling-select .bundling-about-selected-product.center td {
    text-align: center;
}

.bundling-select .bundling-about-selected-product td a {
    display: block;
    font-size: 0.9em;
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

.bundling-select .bundling-about-selected-product img {
    float: left;
    padding-right: 10px;
}

.bundling-your {
    margin-bottom: 20px;
}

.bundling-configurator .bundling-bundle-title {
    margin: 10px 0;
    z-index: 1;
    background: #fff;
    position: relative;
    margin-top: 5px;
}

.bundling-configurator .bundling-bundle-title span {
    padding: 10px;
    border: 3px solid #f1f1f1;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}

.bundling-configurator .bundling-bundle-title.selected span {
    background: #eee;
}

.bundling-configurator .bundling-bundle-products {
    border: 3px solid #f1f1f1;
    padding: 5px 0;
    position: relative;
    margin-top: -4px;
    background: #fff;
    margin-bottom: 30px;
}

.bundling-configurator .bundling-bundle-products table {
    margin-bottom: 0;
}

.bundling-configurator .bundling-bundle-products table tr.selected {
    background: #eee;
}

.bundling-configurator .bundling-bundle-products table td {
    padding: 5px 0 !important;
}

.bundling-configurator .bundling-bundle-products table td:first-child {
    padding-left: 10px !important;
}

.bundling-configurator .bundling-bundle-products table td:last-child {
    padding-right: 10px !important;
}

.bundling-configurator .bundling-last-price {
    font-size: 1.1em;
}

.bundling-product-quantity {
    width: 80px;
}

.bundling-product-quantity input {
    width: 40px;
}

.bundling s.compare-price {
    color: gray;
}

.bundling-your-bundle {
    border: 3px solid #f1f1f1;
    border-radius: 5px;
}
.bundling-your-bundle-header {
    background: #f1f1f1;
    padding: 10px;
}
.bundling-your-bundle-items {
    padding: 10px;
}
.bundling-your-bundle-item {
    display: inline;
    padding: 0 5px;
}
.bundling-your-bundle-item .quantity {
    position: absolute;
    background: #f1f1f1;
    padding: 0 3px;
}
.bundling .slick-arrow {
    color: #808080;
    font-size: 32px;
    text-shadow: none;
    margin-top: 0;
    top: 44px;
}
.bundling .icon--chevron-left.slick-arrow {
    left: -32px;
}
.bundling .icon--chevron-right.slick-arrow {
    right: -32px;
}
.bundling .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    color: #808080 !important;
}
.bundling .slick-list {
    margin: 0 -12px;
}
.profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-right: -32px;
}
.profile__left {
    width: 25%;
    margin-right: 32px;
}
.profile__right {
    width: 75%;
    margin-right: 32px;
}
.profile__nav {
    padding: 24px;
    background: #f6f6f9;
}
.profile__nav-title {
    margin-bottom: 20px;
    border-bottom: 4px solid #feb49a;
    padding-bottom: 16px;
}
.profile-nav__item {
    list-style: none;
    margin-left: 0;
    margin-bottom: 16px;
}
.my-order {
    margin-bottom: -1px;
}
table.table {
    width: 100%;
}
.order-status {
    padding: 0 8px;
    color: #333;
}
.my-order__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border: 1px solid #e2e2e2;
}
.my-order__info-number {
    color: #4a4a4a;
}

.my-order__info-status {
    color: #4a4a4a;
}

.my-order__info-total {
    color: #4a4a4a;
}

.my-order__info-date {
    color: #4a4a4a;
}

.my-order__description {
    padding: 24px;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    overflow: hidden;
    display: none;
}

.my-order__description-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.my-order__description-name {
    width: 70%;
    padding-right: 24px;
}

.my-order__description-price {
    width: 15%;
    padding-right: 24px;
}

.my-order__description--quantity {
    width: 15%;
}

.my-order__payment {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.my-order__payment-title {
    margin-right: 8px;
    color: #9a9a9a;
}

.my-order__payment-text {
    margin-right: 24px;
}
.profile__empty {
    max-width: 600px;
}
.profile__saved {
    color: #70cc0d;
    margin-bottom: 24px;
}
.my-order__info-more {
    font-size: 14px;
}
.my-order__full-link {
    font-size: 14px;
    margin-top: 16px;
}
.my-order__back {
    margin-bottom: 24px;
}
.my-order__line {
    margin-bottom: 8px;
}
.my-order__text {
    color: #9a9a9a;
}
.my-order__summary {
    margin-bottom: 24px;
}
.my-order__text.order-status {
    color: #333;
    padding: 0 8px;
}
.my-order__order-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-order__order-name {
    width: 60%;
    padding-right: 24px;
}

.my-order__order-price {
    width: 15%;
    padding-right: 24px;
}

.my-order__order-quantity {
    width: 10%;
    padding-right: 24px;
}

.my-order__order-totalprice {
    width: 15%;
}

.my-order__order-description {
    padding: 24px;
    border: 1px solid #e2e2e2;
}

.my-order__order-line--headline {
    margin-bottom: 16px;
}

.my-order__order-line--noborder {
    margin-top: 16px;
}
.page-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.page-flex__half {
    width: 33.3333%;
    margin-right: 32px;
}

.page-flex__half:last-child {
    margin-right: 0;
    padding: 24px;
    border: 1px solid #e2e2e2;
    margin-top: -24px;
}

.page-flex__divider {
    font-size: 5px;
}

.page-flex__nav-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}
.page-flex__subtitle {
    margin-bottom: 16px;
}

.page-flex__nav {
    margin-bottom: 24px;
}

.page-flex__nav-icon {
    margin-right: 8px;
}

.page-flex__nav-text {
    margin-right: 12px;
    line-height: 18px;
}

.page-flex__nav-text:last-child {
    margin-right: 0;
}

.page-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    align-items: center;
}
.page-center__center {
    text-align: center;
}
.page-center__wrap {
    padding: 24px;
    border: 1px solid #e2e2e2;
}
.wa-form__agreement {
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
}
.scroll-top {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    margin: 20px;
    font-size: 24px;
    display: none;
}
.cards__features {
    font-size: 12px;
    color: #8a8a8a;
    padding: 0 24px;
    margin-bottom: 16px;
    line-height: 16px;
}

.cards__features-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.cards__skus {
    margin-bottom: 8px;
    font-size: 0.875em;
}
.cards__features-value {
    text-align: right;
    white-space: nowrap;
}
.cards__features-name {
    margin-right: 12px;
    white-space: nowrap;
}
.cards__features .cards__features-value span {
    display: none;
}
.cards__features .cards__features-value span i {
    margin: 0 0 0 8px;
}
.loading {
    position: relative;
}

.loading:after {
    content: '';
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loading:before {
    font-family: 'little-vi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e931';
    color: #fff;
    position: absolute;
    z-index: 1000;
    font-size: 32px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
/*End main*/
/*Footer*/
.footer {
    border-top: 4px solid #feb49a;
    background: #f6f6f9;
    padding: 64px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.footer__column {
    flex: 1 1 auto;
    width: 33%;
    margin-right: 29px;
}
.footer__column:last-child {
    margin-right: 0;
}
.footer__nav-item {
    display: block;
    margin-bottom: 8px;
    color: #7b7b7b;
}
.footer__nav-icon {
    margin-right: 8px;
}
.footer__nav-item--color-dark {
    color: #808080;
}
.footer__title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer__title.h3 {
    text-transform: inherit;
    margin-bottom: 12px;
}
.footer__social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
}
.footer__link-block {
    margin-bottom: 32px;
}
.footer__divider {
    font-size: 5px;
}
.footer__payments {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.footer__link-block--last {
    margin-bottom: 0;
}
.footer__payments-image {
    display: block;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 34px;
    height: auto;
}
.footer__subscribe {
    margin-top: 24px;
}
.footer-subscribe > div {
    padding: 0 !important;
    max-width: 264px;
}
.wa-submit.button {
    max-width: 36px;
    min-width: 36px;
    padding: 0;
}
input.wa-error {
    border-color: red;
}
.footer-subscribe__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.footer-subscribe__input {
    width: calc(100% - 36px);
}
.footer-subscribe__agreement {
    font-size: 13px;
    color: #9a9a9a;
    line-height: 18px;
}
.footer-subscribe__error {
    font-size: 13px;
    color: red;
    line-height: 18px;
    margin-bottom: 8px;
}
.footer-subscribe__form {
    position: relative;
}
.block-confirmation-email {
    max-width: 385px;
    margin: 0 auto;
}
.profile .field-group .field .value {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-added {
    background-color: #e07f55 !important;
}
/*End footer*/

/* Modals */
.body--modal-open {
    overflow: hidden;
    padding-right: 15px;
}
.modal {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    background: rgba(0, 0, 0, 0.55);
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    padding-right: 16px;
}
.modal--hidden {
    display: none;
}
.modal__wrapper {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.modal__content {
    background-color: #fff;
    position: relative;
    width: 90%;
    max-width: 1168px;
    min-width: 300px;
    margin: 0 auto;
    padding: 48px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.modal__content--wide {
    width: 1160px;
    max-width: 1160px;
}
.modal__content--video {
    max-width: 1000px;
}
.modal__title {
    margin-bottom: 35px;
}
.modal__close {
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #252525;
}
.modal__close:hover {
    color: #e07f55;
}
.modal__main {
    text-align: center;
    position: relative;
    overflow-y: auto;
    overflow-x: visible;
    padding: 0;
}
.modal__button-reload {
    width: 100%;
}
.modal__text {
    margin-bottom: 14px;
}
.modal__text--margin-bottom {
    margin-bottom: 0;
}
.modal__form__input-wrap {
    position: relative;
    margin-bottom: 20px;
}
/* End modals */

/* Blog */
.blog__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog__sidebar {
    width: 25%;
    margin-right: 32px;
}

.blog-sidebar {
    padding: 24px;
    background: #f6f6f9;
}

.blog-sidebar__title {
    margin-bottom: 20px;
    border-bottom: 4px solid #feb49a;
    padding-bottom: 16px;
}
.blog-sidebar__item {
    margin-bottom: 16px;
}
.blog-sidebar__item:last-child {
    margin-bottom: 0;
}
.blog__content {
    width: 75%;
}
.blog-pagination {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
}

.blog-pagination > li {
    width: 36px;
    height: 36px;
    border: 1px solid #e39573;
    display: inline-block;
    margin-right: 16px;
    line-height: 34px;
    margin: 0 16px 0 0;
}
.blog-pagination > li.selected {
    color: #fff;
    background: #e39573;
}
.blog-pagination > li.selected > a {
    color: #fff;
}
.blog-pagination > li > a {
    color: #212121;
    display: block;
}
.blog-pagination > li > a:hover {
    color: #fff;
    background: #e39573;
}
.blog-pagination > li:last-child {
    margin-right: 0;
}
.blog-post .blog__sidebar {
    display: none;
}

.blog-post .blog__wrap {
    justify-content: center;
}
.post {
    margin-bottom: 32px;
    background: #f6f6f9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post__picture {
    display: block;
    background: #000;
    overflow: hidden;
}
.post:hover .post__picture-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.post__picture-image {
    width: 100%;
    display: block;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post__picture {
    width: 35%;
}

.post__content {
    width: 65%;
    padding: 0 24px;
}

.spost__tags {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}
.post__button {
    display: inline-block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #e39573;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post__tag .tags {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #e39573;
    letter-spacing: 1px;
}

.post__title {
    margin-bottom: 24px;
}

.post__text {
    margin-bottom: 24px;
}
.post-alone__credentials {
    margin-bottom: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.ya-share2__badge {
    padding: 4px;
}

a.ya-share2__link {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.post-alone__user-link {
    margin-right: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.post-alone__user-photo {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    margin-right: 8px;
}

.post-alone__user-name {
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #e39573;
    letter-spacing: 1px;
}

.post-alone__date {
    margin-right: 32px;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: 1px;
}

.post-alone__tags {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #e39573;
    letter-spacing: 1px;
}
.post-alone__text {
    margin-bottom: 48px;
}
/* End blog */

/* Wa styles */
.wa-form .wa-name {
    font-size: 13px;
    color: #9a9a9a;
}

.wa-form input[type='text'],
.wa-form input[type='password'] {
    width: 100%;
    max-width: 385px;
}

.wa-form .wa-field {
    margin-bottom: 8px;
}

.wa-form p {
    margin-bottom: 0;
}

.wa-form .wa-field.wa-field-address {
    margin-top: 24px;
    margin-bottom: 24px;
}

.wa-form .wa-field.wa-field-password {
    margin-bottom: 48px;
}

.wa-form .wa-field .field span {
    display: block;
    font-size: 13px;
    color: #9a9a9a;
}

.wa-form .wa-field .field {
    display: block;
    margin-bottom: 8px;
}

.wa-form select {
    width: 100%;
    max-width: 385px;
    -webkit-appearance: menulist;
}

.wa-form .wa-field.wa-field-address > .wa-name {
    color: #808080;
    font-size: 16px;
    margin-bottom: 8px;
}

.wa-form .wa-field.wa-field-password > .wa-name {
    color: #808080;
    font-size: 16px;
    margin-bottom: 8px;
}

.wa-form .wa-field.section-my_profile-submit {
    margin-bottom: 0;
}
.s-order-page {
    max-width: 720px;
    margin: 0 auto 64px;
}

.s-header {
    text-align: center;
}

.s-order-column:first-child {
    margin-bottom: 48px;
}

.s-delete-button {
    display: none;
}

.wa-column-price {
    color: #4a4a4a;
}

.wa-tooltip {
    cursor: pointer;
}

.wa-price {
    color: #4a4a4a;
}
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 222px;
    width: auto;
    color: #fff;
    background-color: #e39573;
    height: 48px;
    padding: 0 24px;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 48px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-shadow: none !important;
}
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover {
    background-color: #e07f55;
    color: #fff;
}
.success {
    text-align: center;
    margin-bottom: 96px;
}

.success h1 {
    margin-bottom: 24px;
}
body .wa-login-form-wrapper input[type='text'],
body .wa-login-form-wrapper input[type='email'],
body .wa-login-form-wrapper input[type='password'],
body .wa-signup-form-wrapper input[type='text'],
body .wa-signup-form-wrapper input[type='email'],
body .wa-signup-form-wrapper input[type='password'],
body .wa-forgotpassword-form-wrapper input[type='text'] {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    color: #808080;
    padding: 0 16px;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #9a9a9a;
    height: 36px;
    width: 385px;
    margin: 0;
}

.login {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

body .wa-login-form-wrapper .wa-field,
body .wa-signup-form-wrapper .wa-field {
    margin: 0 0 8px;
}

body .wa-login-form-wrapper .wa-field .wa-name,
body .wa-signup-form-wrapper .wa-field .wa-name,
body .wa-forgotpassword-form-wrapper .wa-field .wa-name {
    font-size: 13px;
    color: #9a9a9a;
    width: 100%;
    max-width: 385px;
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
}

body .wa-forgotpassword-form-wrapper .wa-field input[type='submit'] {
    width: 385px;
    margin-top: 18px;
}

.wa-login-form-wrapper .wa-field .wa-value label input[type='checkbox'] {
    height: 16px;
    margin-right: 4px;
}

.wa-auth-adapters ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wa-auth-adapters ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 16px;
    text-align: center;
}
.wa-auth-adapters ul li:last-child {
    margin-right: 0;
}
.profile .wa-auth-adapters.wa-connect {
    margin-top: 48px;
    width: 100%;
    max-width: 385px;
    text-align: center;
}
.profile .wa-auth-adapters.wa-connect h3 {
    margin-bottom: 12px;
}

body .wa-login-form-wrapper .wa-login-form-fields,
body .wa-signup-form-wrapper .wa-login-form-fields {
    position: relative;
    padding-bottom: 64px;
}

body .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url,
body .wa-signup-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
    position: absolute;
    left: 50%;
    bottom: 32px;
    margin: 0 0 0 -64px;
    display: inline-block;
    white-space: nowrap;
}

body .wa-field.wa-field-remember-me {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
}
body .wa-signup-form-wrapper .wa-field.wa-field-terms-accepted {
    max-width: 385px;
    width: 100%;
    margin: 0 auto 8px;
    font-size: 13px;
    color: #9a9a9a;
}

.icon16.color {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    border: 1px solid #e2e2e2;
}
.wa-captcha > p:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 16px;
}
.wa-captcha-refresh {
    font-size: 13px;
}
.wa-field-photo img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.wa-field-photo span a {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: #9a9a9a;
}
.wa-field-photo span a:hover {
    color: #e39573;
}
.wa-field-photo input[type='file'] {
    font-size: 13px;
}
.checkout .wa-toggle > * {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    height: 36px;
    padding: 0 24px;
    border-radius: 0 !important;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: transparent;
    color: #4a4a4a;
    border: 1px solid #e39573;
    line-height: 34px;
}
.checkout .wa-toggle > *.selected {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    color: #fff;
    background: #e39573;
    height: 36px;
    padding: 0 24px;
    border: none;
    border-radius: 0 !important;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 36px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.checkout .wa-order-form-wrapper .wa-step-region-section .wa-required {
    color: #e39573;
}
.checkout .wa-required:before {
    color: #e39573;
}
.checkout .wa-icon.size-11 {
    width: 19px;
    height: 19px;
}

.checkout .wa-quantity-box .wa-button {
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #e39573;
    text-align: center;
    color: #fff !important;
    border: 1px solid #e39573;
    margin: 0 4px;
    line-height: 32px;
}
.checkout .wa-quantity-box .wa-button:hover {
    background-color: #e07f55;
    border-color: #e07f55;
    color: #fff;
}

.checkout .wa-quantity-box .wa-input {
    max-width: 48px;
    padding: 0 8px !important;
    text-align: center;
    margin: 0 4px;
    height: initial;
}
.checkout .wa-tooltip {
    cursor: pointer;
}
.checkout .wa-quantity-box .wa-button:before {
    background: none;
}

.checkout .wa-delivery-types-section .wa-type-wrapper,
.checkout .wa-step-payment-section .wa-method-wrapper {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px !important;
    border-radius: 0 !important;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: transparent !important;
    color: #4a4a4a;
    border: 1px solid #e39573 !important;
}
.checkout .wa-step-payment-section .wa-method-wrapper {
    text-align: left;
}
.checkout .wa-delivery-types-section .wa-type-wrapper.is-active,
.checkout .wa-step-payment-section .wa-method-wrapper.is-active {
    color: #fff !important;
    background: #e39573 !important;
    box-shadow: none !important;
}
.checkout .wa-delivery-types-section .wa-type-wrapper.is-active .wa-price {
    color: #fff;
}
.checkout .wa-delivery-types-section .wa-type-wrapper.is-active .wa-date {
    color: rgba(255, 255, 255, 0.8) !important;
}
.wa-delivery-variants-section {
    display: none;
}
.checkout .wa-form-footer {
    margin-top: 24px;
    font-size: 13px;
    line-height: 18px;
}
.wa-error-msg,
label.error {
    font-style: normal;
    color: #e39573 !important;
    font-size: 13px !important;
    margin-top: 2px !important;
    display: block;
}
.wa-form .wa-value.wa-submit input[type='submit'] {
    width: 100%;
}
input.wa-error,
input.error {
    border-color: #e39573 !important;
}
.wa-order-dialog .wa-dialog-background {
    background: rgba(0, 0, 0, 0.55) !important;
}
.wa-order-dialog .wa-dialog-body {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
}
body .wa-order-dialog.wa-confirm-dialog .wa-dialog-body {
    width: 460px;
}
body .wa-order-dialog.wa-auth-dialog-wrapper .wa-dialog-body {
    width: 505px;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header {
    border-bottom: none !important;
    margin-bottom: 32px;
    background: #e39573 !important;
    padding: 16px 24px !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
    display: block !important;
    background: #e39573 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif !important;
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
    color: #252525 !important;
    position: absolute !important;
    top: 16px !important;
    right: 26px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    opacity: 0.7;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper i {
    display: none;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:before,
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff !important;
}
.wa-dialog-content .wa-login-form-wrapper,
.wa-dialog-content .wa-forgotpassword-form-wrapper,
.wa-dialog-content .wa-signup-form-wrapper {
    text-align: center;
}

.wa-adapters-section .wa-section-divider .wa-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    width: 230px;
    height: 1px;
    background: #efefef;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:before {
    transform: rotate(45deg);
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper:after {
    transform: rotate(-45deg);
}
.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-variants-section .wa-filters-wrapper .wa-filters-list .wa-filter-wrapper {
    background: #e39573 !important;
    color: #fff !important;
}
.wa-icon.size-10 {
    width: 20px !important;
    height: 20px !important;
    color: #fff;
}
.wa-tooltip.top:not(.custom):before {
    border-top-color: #e07f55 !important;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-content {
    margin-bottom: 24px !important;
    padding: 0 24px !important;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-footer {
    padding: 0 24px 24px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wa-total-section__wrap {
    margin-bottom: 24px;
}
.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-variants-section .wa-variants-list .wa-variant-wrapper:hover {
    background: #f7eaea !important;
}
.wa-variant-details-section .js-show-variants-list .wa-icon.size-10 {
    color: #7d7d7d;
    width: 12px !important;
    height: 12px !important;
}
.wa-button.blue {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    height: 36px;
    padding: 0 24px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: transparent;
    color: #4a4a4a;
    border: 1px solid #e39573;
    line-height: 34px;
}
.wa-button.blue:hover {
    background-color: #e39573;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wa-variant-wrapper .wa-button.blue {
    background-color: #e39573;
    border: none;
    line-height: 36px;
    color: #fff;
}
.wa-button.gray {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    color: #fff;
    background-color: #e39573;
    height: 36px;
    padding: 0 24px;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 36px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.wa-button.gray:hover,
.wa-variant-wrapper .wa-button.blue:hover {
    background-color: #e07f55;
    color: #fff;
}
.wa-tooltip.bottom:not(.custom):before {
    border-bottom-color: #e07f55 !important;
}
.wa-tooltip:not(.custom):after {
    background: #e07f55 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 8px !important;
}
.wa-tooltip {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wa-tooltip:hover {
    color: #e39573;
}
body .wa-login-link > span {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
body .wa-login-link > span:hover {
    color: #e39573;
}
body .wa-login-link > span:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom: 1px solid #e39573;
    -webkit-transition: all cubic-bezier(0.26, 1.06, 0.8, 0.93) 0.3s;
    transition: all cubic-bezier(0.26, 1.06, 0.8, 0.93) 0.3s;
}
body .wa-login-link > span:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper.is-active .wa-method .wa-method-body .wa-description {
    color: rgba(255, 255, 255, 0.8) !important;
}
.my-required:after {
    content: '*';
    padding-left: 0.25em;
    font-size: 1em;
    display: inline-block;
    color: #e39573;
}

/* End Wa styles */
/*Icons*/
@font-face {
    font-family: 'little-vi';
    src: url('../fonts/little-vi.eot?5be6gq');
    src: url('../fonts/little-vi.eot?5be6gq#iefix') format('embedded-opentype'), url('../fonts/little-vi.ttf?5be6gq') format('truetype'), url('../fonts/little-vi.woff?5be6gq') format('woff'), url('../fonts/little-vi.svg?5be6gq#little-vi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'little-vi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}
.icon--skype {
    font-size: 18px;
    vertical-align: -1px;
}
.icon--instagram {
    font-size: 18px;
    vertical-align: -1px;
}
.is-active .icon--heart:before {
    content: '\e921';
}

.icon--bars:before {
    content: '\e933';
}
.icon--spinner:before {
    content: '\e931';
}
.icon--facebook-messenger:before {
    content: '\e918';
}
.icon--telegram-plane:before {
    content: '\e919';
}
.icon--whatsapp:before {
    content: '\e91a';
}
.icon--search-plus:before {
    content: '\e92e';
}
.icon--star:before {
    content: '\e92c';
}
.icon--star-half-alt:before {
    content: '\e92d';
}
.icon--star-half:before {
    content: '\e930';
}
.icon--star-full:before {
    content: '\e92f';
}
.icon--angle-left:before {
    content: '\e929';
}
.icon--angle-right:before {
    content: '\e92a';
}
.icon--arrow-circle-right:before {
    content: '\e92b';
}
.icon--minus:before {
    content: '\e927';
}
.icon--plus:before {
    content: '\e928';
}
.icon--info-circle:before {
    content: '\e926';
}
.icon--heart--fill:before {
    content: '\e921';
}
.icon--check-circle:before {
    content: '\e922';
}
.icon--eye:before {
    content: '\e923';
}
.icon--share-alt:before {
    content: '\e924';
}
.icon--filter:before {
    content: '\e925';
}
.icon--times:before {
    content: '\e91f';
}
.icon--comment:before {
    content: '\e920';
}
.icon--clock:before {
    content: '\e900';
}
.icon--envelope:before {
    content: '\e901';
}
.icon--home:before {
    content: '\e902';
}
.icon--phone:before {
    content: '\e903';
    content: '\e903';
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.icon--map-marker-alt:before {
    content: '\e904';
}
.icon--map-pin:before {
    content: '\e932';
}
.icon--camera:before {
    content: '\e905';
}
.icon--cog:before {
    content: '\e906';
}
.icon--link:before {
    content: '\e907';
}
.icon--truck:before {
    content: '\e908';
}
.icon--credit-card-front:before {
    content: '\e909';
}
.icon--cart-plus:before {
    content: '\e90a';
}
.icon--venzel--dark:before {
    content: '\e90b';
}
.icon--angle-down:before {
    content: '\e90c';
}
.icon--angle-up:before {
    content: '\e90d';
}
.icon--arrow-right:before {
    content: '\e90e';
}
.icon--chevron-down:before {
    content: '\e90f';
}
.icon--chevron-left:before {
    content: '\e910';
}
.icon--chevron-right:before {
    content: '\e911';
}
.icon--chevron-up:before {
    content: '\e912';
}
.icon--heart:before {
    content: '\e913';
}
.icon--shopping-cart:before {
    content: '\e914';
}
.icon--search:before {
    content: '\e915';
}
.icon--user-alt:before {
    content: '\e916';
}
.icon--user-plus:before {
    content: '\e91e';
}
.icon--skype:before {
    content: '\e917';
}
.icon--instagram:before {
    content: '\e91b';
}
.icon--facebook-f:before {
    content: '\e91c';
}
.icon--vk:before {
    content: '\e91d';
}
/*End fontawesome*/
/*Plugins*/
/* slick */
.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 9;
    color: #fff;
    font-size: 85px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.slick-arrow:hover {
    color: #dc406f;
}
.icon--chevron-left.slick-arrow {
    left: 48px;
}
.icon--chevron-right.slick-arrow {
    right: 48px;
}
.main-slider__dots.slick-dots {
    bottom: 12px;
}
.main-testmonials__dots.slick-dots {
    bottom: -108px;
}
.main .slick-dots li button:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #e39573;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.main .slick-dots li button:hover:before {
    background: #e07f55;
}
.main .slick-dots li.slick-active button:before {
    background: #e39573;
    opacity: 1;
}
.slick-dots li.slick-active {
    cursor: default;
}
.slick-dots li.slick-active button {
    cursor: default;
}
.main .slick-slide img {
    display: block !important;
    width: 100%;
}
.main .main-slider .slick-slide img {
    width: initial;
    max-width: 100%;
}
/* end slick */
/* Mmenu */
.mm-wrapper_opening a[href='#body'] {
    display: block;
}
.mm-wrapper_opening a[href='#mobile-menu'] {
    display: none;
}
a[href='#body'] {
    display: none;
}
/*end mmenu*/
.ordercall-smart-button {
    z-index: 999 !important;
}
/* pricedown */
.product-additions .plugin_pricedown-button a {
    border: 0;
}
.plugin_pricedown-box {
    display: none;
}
.plugin_pricedown-body {
    /* text-align: center; */
}

.plugin_pricedown-name.not_bold label p {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 0;
}

.plugin_pricedown-value select {
    width: 100%;
}
/* end pricedaown */
/* quickorder */
.ig-dialog-wrap.is-full-screen .w-dialog-background {
    background: rgba(0, 0, 0, 0.55) !important;
}
.ig-dialog-wrap.is-full-screen .w-dialog-wrapper {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ig-dialog-wrap .w-dialog-wrapper .w-dialog-block {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.ig-dialog-wrap .w-dialog-wrapper {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.w-dialog-wrapper .quickorder-form {
    border-radius: 0 !important;
}
.quickorder-form [data-quickorder-pfs] {
    height: 36px !important;
}

.quickorder-form-head {
    background: #e39573 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif !important;
    padding: 16px 24px !important;
}
.quickorder-form [data-quickorder-pfb] {
    width: 100%;
}
.quickorder-required .quickorder-field-name:after {
    color: #e39573 !important;
    margin-left: 0 !important;
}

.quickorder-form .quickorder-field-name {
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
    color: #8a8a8a;
}
.quickorder-total-wrap .quickorder-name {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
}
.quickorder-total-wrap .quickorder-value {
    font-size: 24px !important;
    font-weight: normal !important;
}
.quickorder-row.quickorder-total-wrap {
    margin: 24px 0 !important;
    margin: 24px 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quickorder-row.semi,
.quickorder-methods-form .wa-value .field {
    margin: 0 !important;
}
.quickorder-row,
.quickorder-fields {
    margin: 0 0 8px !important;
}
.quickorder-product {
    margin: 0 0 16px !important;
    padding: 0 !important;
}
.quickorder-form input[type='checkbox'] {
    vertical-align: middle !important;
}
.quickorder-form [data-quickorder-pt] {
    float: none !important;
    width: 100% !important;
    line-height: 24px !important;
}
[data-quickorder-layout1] .quickorder-field-value {
    float: none !important;
    width: 100% !important;
}
.quickorder-terms label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.ig-dialog-wrap.is-full-screen .w-dialog-wrapper {
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quickorder-form-head span.js-close-dialog {
    right: 24px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quickorder-form-head span.js-close-dialog:before {
    background: #fff !important;
}

.quickorder-form-head span.js-close-dialog:after {
    background: #fff !important;
}

.quickorder-form-content {
    padding: 24px !important;
}

.quickorder-submit > div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    min-width: 190px;
    width: auto;
    color: #fff !important;
    background-color: #e39573 !important;
    height: 36px;
    padding: 0 24px !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 36px !important;
    letter-spacing: 0.3px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.quickorder-form input,
.quickorder-form textarea,
.quickorder-form select {
    border-radius: 0 !important;
}
.quickorder-row p {
    margin-bottom: 0;
}
.quickorder-terms p {
    font-size: 13px;
    line-height: 18px;
    color: #8a8a8a;
}
.quickorder-form input[type='checkbox'],
.quickorder-form input[type='radio'] {
    margin-right: 6px;
    margin-top: 5px;
}
.quickorder-form-content {
    width: 380px;
    max-width: 100%;
}

/* end quickorder */
/* pricedown */
.plugin_pricedown-overlay {
    background: rgba(0, 0, 0, 0.55) !important;
}
.plugin_pricedown-box {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    border-radius: 0 !important;
}
.plugin_pricedown-body {
    padding: 24px !important;
}
.plugin_pricedown-name.not_bold {
    line-height: 16px;
}
.quickorder-value select,
.quickorder-value textarea {
    font-size: 14px !important;
    padding: 0 16px !important;
    max-width: 240px;
    width: 100% !important;
}
.plugin_pricedown-value input {
    font-size: 14px !important;
    padding: 0 16px !important;
    width: 100% !important;
}
.plugin_pricedown-header {
    background: #e39573 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-family: 'Playfair Display', serif !important;
    text-shadow: none !important;
    padding: 16px 24px !important;
    height: initial !important;
    position: relative;
}

.plugin_pricedown-header span {
    padding: 0 !important;
    float: none !important;
}

.plugin_pricedown-header .plugin_pricedown-close {
    float: none !important;
    position: absolute;
    width: 24px !important;
    height: 24px !important;
    right: 24px;
    margin: 0 !important;
    background: none !important;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plugin_pricedown-header .plugin_pricedown-close:hover {
    opacity: 1;
}
.plugin_pricedown-header .plugin_pricedown-close:before,
.plugin_pricedown-header .plugin_pricedown-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff !important;
}

.plugin_pricedown-header .plugin_pricedown-close:before {
    transform: rotate(45deg);
}

.plugin_pricedown-header .plugin_pricedown-close:after {
    transform: rotate(-45deg);
}
.msg_errors {
    font-size: 14px;
    line-height: 16px;
    margin: 12px 0 24px;
}
/* end pricedown */
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-input {
    height: 26px !important;
}
/*End plugins*/
.referral-channels-report {
    width: 100%;
    text-align: center;
}
/*Helpers*/
.color--rose {
    color: #e39573;
}
.color--gray {
    color: #9a9a9a;
}
.color--black {
    color: #252525;
}
.hidden {
    display: none;
}
.is-no-scroll {
    overflow: hidden;
    padding-right: 15px;
}
.text-center {
    text-align: center;
}
.body--noscroll {
    overflow: hidden;
}
/*End helpers*/
.about__image {
    max-width: 100%;
}
.main-reviews__item {
    width: calc(25% - 24px);
}
.profile__nav-items {
    margin-bottom: 0;
}
.js-show-all {
    display: none;
}
.js-show-all.is-visible {
    display: block;
}
.about__text.is-cutted {
    overflow: hidden;
}
.page .table__wrap-warning {
    display: none;
}
.product-features__value {
    padding-left: 24px;
}
/* Mobile */
#mobile-menu {
    display: none;
}
.mm-menu_opened {
    display: block !important;
}
.body {
    position: initial !important;
}
.mobile-header {
    display: none;
    justify-content: flex-start;
    align-items: center;
    height: 52px;
    position: fixed;
    z-index: 998 !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top: 4px solid #feb49a;
    padding: 0 0 0 16px;
}
.mobile-logo {
    width: 30%;
}
.bottom-button {
    color: #fff !important;
    line-height: 36px !important;
    padding: 0 24px !important;
}
.mobile-logo__image {
    display: block;
    width: 100%;
}
.mobile-footer {
    display: none;
}
.mobile-header__opener {
    width: 48px;
}
.mobile-header__additions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}
.mobile-header__additions-item {
    margin-right: 16px;
}
.mm-wrapper__blocker {
    z-index: 999 !important;
}
.my-order__description .my-order__info-status {
    display: none;
}
.my-order__description .my-order__info-total {
    display: none;
}
.my-order__description .my-order__info-date {
    display: none;
}
.ymarket {
    height: 115px;
}
body .ssearch-wrapper .select-box-list span {
    width: 185px;
    max-width: 100%;
}
body .ssearch-wrapper .select-box-list ul li {
    margin-left: 0;
}
div#instafeed {
    margin-top: 16px;
}
.instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.instagram-image {
    width: calc(100% / 6 - 20px);
    margin: 0 10px 20px;
}

.instagram-image img {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.instagram-sidecar {
    width: calc(100% / 6 - 20px);
    margin: 0 10px 20px;
}

.instagram-sidecar img {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.header {
    max-width: 1920px;
    margin: 0 auto;
}
.main {
    max-width: 1920px;
    margin: 0 auto;
}
.footer {
    max-width: 1920px;
    margin: 0 auto;
}
.main__textile-left .main__title {
    text-align: left;
}
.main__textile-left .main__subtitle {
    text-align: left;
}
/* End mobile */
/* Adaptive */
@media screen and (min-width: 1200px) and (max-width: 1560px) {
    .testimonial__image {
        width: 208px !important;
    }
    .testmonials__overlay {
        width: 208px;
    }
    .testmonials__iphone {
        width: 226px;
        top: 0;
    }
    .testmonials__wrap {
        padding: 43px 0 0;
    }
    body .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-details {
        -webkit-flex-basis: calc(100% - 370px);
        flex-basis: calc(100% - 370px);
    }
    /* .categories__item {
        height: 300px;
    } */
}
@media screen and (max-width: 1280px) {
    .categories__item {
        height: 280px;
    }
}
@media screen and (max-width: 1200px) {
    .blog-main {
        margin: 0 0 -32px;
    }
    .instagram .slick-slide > div {
        margin: 0 16px;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .categories__item {
        width: calc(50% - 16px);
    }
    .categories__item:nth-child(3n) {
        margin-right: 32px;
    }
    .categories__item:nth-child(2n) {
        margin-right: 0;
    }
    .cards__item {
        width: calc(33.3333% - 32px);
    }
    .blog-main__picture {
        height: 220px;
    }
    .modal__content {
        max-width: 900px;
    }
    .product__left {
        width: 40%;
    }
    .product__right {
        width: 60%;
    }
    body .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-details {
        margin: 0 0 1.071428571428571em;
        -webkit-flex-basis: calc(100% - 340px);
        flex-basis: calc(100% - 340px);
    }
    .profile .cards__item {
        width: calc(50% - 32px);
    }
    .profile__left {
        width: 33.3333%;
    }
    .profile__right {
        width: 66.6666%;
    }
    .popular .cards .cards__item:nth-child(7),
    .popular .cards .cards__item:nth-child(8) {
        display: none;
    }
    .category-page .cards .cards__item:nth-child(6),
    .category-page .cards .cards__item:nth-child(7) {
        display: none;
    }
    .profile__left {
        width: 25%;
    }
    .profile__right {
        width: 75%;
    }
    .profile__nav {
        padding: 16px;
    }
    .my-order__info {
        padding: 16px;
        font-size: 13px;
    }
    p,
    .paragraph {
        font-size: 14px;
    }
    .page-flex__half:first-child {
        width: 27%;
    }
    .page-flex__half:nth-child(2) {
        width: 36%;
    }
    .page-flex__half:nth-child(3) {
        width: 30%;
    }
    .bundling__tabs .tabs__header-item--active:after {
        top: 27px;
    }
    .product__textile {
        margin-top: 32px;
    }
    .workflow__item-wrap:nth-child(2) .workflow__divider {
        padding: 0 32px;
    }
    .workflow__item-wrap {
        width: 36%;
    }
    .workflow__item-wrap:nth-child(2) {
        width: 28%;
    }
}
@media screen and (max-width: 960px) {
    .categories__item {
        height: 240px;
    }
    .product__right {
        padding: 0;
    }
    /* .product__gallery {
        height: 350px;
    } */
    .product__textile-left {
        width: 66.6666%;
    }
    .product__textile-right {
        width: 33.3333%;
    }
    .product__information-tabs {
        width: 66.6666%;
    }
    .product__information-other {
        width: 33.3333%;
    }
    .bundling__tabs {
        width: 66.6666%;
    }
    .bundling__chooser {
        width: 33.3333%;
    }
    .bundling__tabs .tabs__header-item--active:after {
        top: 27px;
    }
    .product__textile {
        margin-top: 32px;
    }
}
@media screen and (max-width: 768px) {
    .bundling__tabs .tabs__header-item--active:after {
        top: 28px;
    }
    .product__textile {
        margin-top: 24px;
    }
    .top-header__phone-text {
        display: none;
    }
    .top-header__phone {
        margin-right: 16px;
    }
    .cards__item {
        width: calc(50% - 32px);
    }
    .advantages__layout {
        align-items: start;
    }
    .cards__item {
        width: calc(50% - 32px);
    }
    .main-menu__item {
        margin-right: 16px;
    }
    .main-menu__link {
        font-size: 12px;
    }
    .top-header__logo {
        max-width: 90px;
    }
    .about {
        flex-wrap: wrap;
    }
    .about__half {
        width: 100%;
        margin: 0 0 32px;
    }
    .about__image {
        width: 100%;
    }
    .about__half:last-child {
        margin-bottom: 0;
    }
    .workflow__item {
        width: 80px;
        height: 80px;
    }
    .workflow__text {
        display: block;
        margin-top: 40px;
    }
    .blog-main__item:nth-child(3) {
        display: none;
    }
    .blog-main__item {
        width: calc(50% - 16px);
    }
    .blog-main__item:nth-child(2) {
        margin-right: 0;
    }
    .modal .product__left {
        display: none;
    }
    .modal .product__right {
        width: 100%;
        padding: 2px;
    }
    .product .product__wrap {
        flex-wrap: wrap;
    }
    .product .product__left {
        width: 100%;
        margin: 0 0 32px;
    }
    .product .product__right {
        width: 100%;
    }
    .product .product-summary__name {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product .product-navigation {
        justify-content: center;
    }
    .product .product-summary__title {
        padding: 0;
        width: 100%;
    }
    .bundling .slick-arrow {
        top: 60px;
    }
    .product__information {
        flex-wrap: wrap;
        margin: 32px 0;
    }
    .product__information-tabs {
        width: 100%;
        margin: 0 0 32px;
    }
    #reviewsplus-form-div {
        margin-top: 0;
    }
    .product__information-other {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .product__information-row:first-child {
        margin-right: 32px;
        margin-bottom: 0;
    }
    .my-order__info {
        padding: 12px;
    }
    .profile-nav__item {
        margin-bottom: 8px;
    }
    .my-order__order-line {
        align-items: start;
    }
    .my-order__order-line--headline {
        line-height: 1;
    }
    .my-order__order-totalprice {
        white-space: nowrap;
    }
    .blog__sidebar {
        display: none;
    }
    .blog__content {
        width: 100%;
    }
    .post__text {
        max-height: 72px;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .post__title {
        margin-bottom: 12px;
    }
    .footer__wrap {
        display: none;
    }
    .table td.align-right {
        text-align: center;
    }
    .table tr td {
        line-height: 18px;
        padding: 8px 2px;
    }
    .table tr th {
        padding: 6px;
        line-height: 18px;
    }
    table.table {
        font-size: 12px;
    }
    table.referral-channels-report {
        font-size: 12px;
        line-height: 18px;
    }
    .workflow__item-wrap:nth-child(2) .workflow__divider {
        padding: 0 32px;
    }
    .workflow__item-wrap {
        width: 33%;
    }
    .workflow__item-wrap:nth-child(2) {
        width: 33%;
    }
    .instagram-image:nth-child(n + 5) {
        display: none;
    }
    .instagram-image {
        width: calc(100% / 2 - 20px) !important;
    }
}
@media screen and (max-width: 480px) {
    .main-section--how {
        display: none;
    }
    .mobile-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
    }
    .mobile-footer {
        display: block;
    }
    .top-header {
        display: none;
    }
    .bottom-header {
        display: none;
    }
    h1,
    .h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .divider {
        font-size: 6px;
        margin: 8px 0;
    }
    .main .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
    .main__content {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .main__section {
        margin: 32px 0 32px;
    }
    .categories__title {
        font-size: 20px;
        line-height: 22px;
    }
    .categories__item {
        margin-bottom: 16px;
        margin-right: 0;
        width: 100%;
    }
    .main-section--testmonials {
        padding: 32px 0;
    }
    .categories__item:nth-child(3n) {
        margin-right: 0;
    }
    .categories__item:nth-child(4) {
        margin-bottom: 16px;
    }
    .categories__item:nth-child(5) {
        margin-bottom: 16px;
    }
    .categories__item:nth-child(6) {
        margin-bottom: 16px;
    }
    .main-section--textile {
        padding-bottom: 32px;
    }
    .slick-arrow {
        font-size: 48px;
        margin-top: -24px;
    }
    .icon--chevron-left.slick-arrow {
        left: 8px;
    }
    .icon--chevron-right.slick-arrow {
        right: 8px;
    }
    .display-title {
        font-size: 28px;
        line-height: 32px;
    }
    .display-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .main-slider__layout {
    }

    .layout.advantages__layout {
        flex-wrap: wrap;
    }
    .about__half {
        margin: 0 0 16px;
    }
    .filters__name {
        font-size: 12px;
    }
    .advantages__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .advantages__text {
        line-height: 20px;
    }
    .advantages {
        height: 460px;
        background: url(/wa-data/public/site/imgs/parallax/advantages.jpg) center no-repeat scroll !important;
    }
    .advantages__item {
        width: calc(50% - 16px);
        margin-bottom: 32px;
    }
    .advantages__item:nth-child(2n) {
        margin-right: 0;
    }
    .advantages__item:nth-child(3) {
        margin-bottom: 0;
    }
    .advantages__item:nth-child(4) {
        margin-bottom: 0;
    }
    .categories__wrap {
        max-width: 100%;
    }
    .about__text.is-cutted {
        overflow: hidden;
        margin-bottom: 12px;
    }
    .cards__item {
        margin-right: 16px;
        width: calc(50% - 24px);
        margin-bottom: 16px;
    }
    .modal__content {
        padding: 24px;
    }
    .skus__label {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2px;
    }
    .skus__item {
        margin-bottom: 0;
    }
    .skus__items {
        margin-bottom: 12px;
    }
    .skus {
        margin-bottom: 16px;
    }
    .popular .cards {
        margin-bottom: 0;
    }
    .popular .cards .slick-slide > div {
        margin: 0 8px;
    }
    .blog-main .slick-slide > div {
        margin: 0 8px;
    }
    .textile {
        flex-wrap: wrap;
    }
    .cards__picture {
        margin-bottom: 12px;
    }
    .category-page__button-wrap {
        padding-bottom: 0;
    }
    .cards__category {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 2px;
        height: 12px;
    }
    .popular .cards__item {
        margin-bottom: 0;
    }
    .cards__name {
        padding: 0 12px;
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }
    .blog-main__tag {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 2px;
        height: 12px;
    }
    .blog-main__title {
        padding: 0 12px;
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        margin-bottom: 8px;
    }
    .blog-main__text {
        padding: 0 12px 12px;
        font-size: 12px;
        line-height: 18px;
        display: none;
    }
    .instagram {
        margin-bottom: 64px;
    }
    .blog-main__item {
        padding-bottom: 4px;
    }

    .blog-main__button {
        bottom: 8px;
        font-size: 12px;
        position: relative;
        margin: 12px 0 0;
        left: 0;
    }
    .cards__features {
        font-size: 10px;
        line-height: 12px;
        padding: 0 12px;
    }
    .cards__features-value {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cards__features-item {
        margin-bottom: 4px;
    }
    .cards__skus {
        margin-bottom: 4px;
    }
    .cards__favorite {
        top: 12px;
        left: 12px;
        font-size: 18px;
    }
    .badge {
        top: 0;
        font-size: 10px;
    }
    .cards__price-wrap {
        font-size: 14px;
    }
    .cards__buy {
        padding: 0 12px;
    }
    .button,
    input[type='submit'] {
        min-width: 100px;
        padding: 0 12px;
        font-size: 12px;
        width: 100%;
    }
    .blog-main .slick-list {
        margin: 0 -8px;
    }
    .popular .slick-list {
        margin: 0 -8px;
    }
    .main__textile-left {
        width: 100%;
        padding: 16px 0;
    }

    .main__textile-image {
        width: 100%;
        position: initial;
    }
    p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .cut-text {
        overflow: hidden;
        margin-bottom: 16px;
    }
    .cut-text.is-opened {
        max-height: 1000px !important;
    }
    .main__button {
        max-width: 100%;
        margin-top: 16px;
    }
    .categories__item:before {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .workflow__item {
        width: 96px;
        height: 96px;
        padding: 9px;
    }
    .workflow__icon {
        font-size: 24px;
    }
    .workflow__text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 0;
    }
    .workflow__divider {
        padding: 0;
        display: none;
    }
    .workflow {
        height: 340px;
    }
    .workflow__layout {
        padding: 0 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer {
        padding: 0;
    }
    .mobile-footer__row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .mobile-footer {
        text-align: center;
        padding: 16px 0 8px;
    }
    .scroll-top {
        margin: 0;
    }
    .mobile-footer__end {
        font-size: 12px;
    }
    .mobile-footer__end-link {
        display: block;
    }
    .mobile-social {
        justify-content: flex-start;
    }
    .mobile-social a {
        flex: 0 0 auto;
    }
    .js-show-all {
        display: block;
    }
    .blog-main__picture {
        height: unset;
    }
    .about__half {
        margin: 0 0 16px;
    }
    .main__section--instagram {
        margin: 0 0 64px;
        padding: 0 16px;
    }
    .instagram .slick-slide > div {
        margin: 0 8px;
    }
    .instagram .slick-list {
        margin: 0 -8px;
    }
    .instagram__link:before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .wa-auth-adapters ul {
        margin-bottom: 0px;
    }
    .wa-login-form-wrapper .wa-field .wa-value label input[type='checkbox'] {
        vertical-align: -3px;
    }
    body .wa-forgotpassword-form-wrapper .wa-field input[type='submit'] {
        width: 100%;
    }
    .profile__left {
        display: none;
    }
    .profile__right {
        width: 100%;
        margin-right: 0;
    }
    .profile {
        margin-right: 0;
    }
    .breadcrumbs {
        display: none;
    }
    .mobile-footer__row:first-child {
        margin-bottom: 16px;
    }
    h2,
    .h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .category-page__divider {
        margin-bottom: 16px;
    }
    .category__count {
        display: none;
    }
    .category__choosen {
        display: none !important;
    }
    .category__line-sorting {
        display: none;
    }
    .category__line-filter {
        width: 100%;
    }
    .button.js-show-filters {
        width: 100%;
    }
    .category__line {
        padding: 12px 0;
        margin-bottom: 16px;
    }
    .filters__form-wrap {
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .filters__row {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
    }
    .filter-select {
        overflow: visible;
        max-height: unset;
    }
    .filter-select__fromto-wrap {
        justify-content: flex-start;
    }
    .category__subcategories {
        padding: 12px;
    }
    .category__subcategories-link {
        font-size: 12px;
    }
    .category__description {
        margin: 32px 0;
    }
    .category__description {
        margin: 32px 0;
    }
    body .mm-slideout {
        z-index: auto;
    }
    .gallery__count-items {
        bottom: 5px;
        padding: 9px 16px;
    }
    .gallery__zoom {
        padding: 10px 16px;
    }
    .gallery__zoom-icon {
        font-size: 16px;
    }
    .gallery__count-current {
        font-size: 16px;
    }

    .gallery__count-total {
        font-size: 12px;
    }
    /* .product__gallery {
        height: unset;
        max-height: 350px;
    } */
    .gallery__nav .slick-arrow {
        font-size: 20px;
    }
    .gallery__nav {
        bottom: 5px;
    }
    .gallery__nav .icon--chevron-left.slick-arrow {
        padding: 10px 12px;
        margin-right: 6px;
    }
    .gallery__nav .icon--chevron-right.slick-arrow {
        padding: 10px 12px;
        margin-left: 6px;
    }
    .product-summary__name {
        margin-bottom: 16px;
    }
    .product-summary__navigation {
        margin-bottom: 16px;
    }
    .skus__title {
        margin-bottom: 8px;
        text-align: center;
    }
    .product-navigation__item {
        margin-right: 12px;
        font-size: 12px;
    }
    .skus__hint {
        padding-left: 4px;
        font-size: 10px;
        display: none;
    }
    .skus__price {
        white-space: nowrap;
    }
    input[type='checkbox'],
    input[type='radio'] {
        margin-right: 2px;
    }
    .product-additions__item {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
    .product-additions {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .stocks {
        margin-bottom: 16px;
    }
    .product-summary__add2cart {
        padding-top: 16px;
        flex-wrap: wrap;
    }
    .main__content.product {
        margin-top: 0;
    }
    .add2cart__submit {
        width: 100%;
        margin-top: 16px;
    }
    .bundling-add2cart {
        width: 100%;
    }
    .add2cart__price-block {
        line-height: 36px;
    }
    .product-summary__added2cart {
        text-align: center;
    }
    .product-summary__added2cart-wrap {
        display: none;
    }
    .add2cart__submit__quickorder {
        width: 100%;
    }
    .product__textile {
        margin-top: 32px;
        padding: 12px;
    }
    .product__textile-wrap {
        flex-wrap: wrap;
    }
    .product__textile-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .product__textile-right {
        width: 100%;
    }
    .bundling-configurator {
        flex-wrap: wrap;
    }
    .bundling__tabs {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .bundling .tabs__header {
        margin: 0 0 12px;
    }
    .bundling .tabs__content-item {
        padding: 0;
    }
    .bundling__chooser {
        padding: 12px;
        width: 100%;
    }
    .tabs__header-item {
        margin-right: 16px;
        font-size: 12px;
    }
    .tabs__header-item--active:after {
        top: 27px;
    }
    .bundling .icon--chevron-right.slick-arrow {
        right: 0;
        top: 46px;
    }
    .bundling .icon--chevron-left.slick-arrow {
        left: 0;
        top: 46px;
    }
    body #reviewsplus-form-div {
        margin-top: 0;
        padding: 16px;
    }
    body #reviewsplus-add-form .wa-form .wa-field .wa-value input[type='text'] {
        width: 100%;
    }
    input.wa-captcha-input {
        max-width: 122px;
    }
    .reviewsplus-div-content input[type='submit'] {
        width: 100%;
    }
    .product__information-other {
        padding: 16px;
        flex-wrap: wrap;
    }
    .product__information-row:first-child {
        margin-bottom: 16px;
    }
    .cards .slick-slide > div {
        margin-right: 16px;
    }
    .product__also .cards {
        max-height: 350px;
        height: unset;
    }
    .product__also-nav .slick-arrow {
        font-size: 24px;
        top: 0;
    }
    .cards.slick-slider {
        margin: 0;
    }
    .product__also {
        margin-bottom: 16px;
    }
    .category-page {
        margin-bottom: 48px;
    }
    .product-summary__badge {
        margin-top: 8px;
    }
    .cards.slick-slider .slick-list {
        margin: 0 -8px;
    }
    .cards .slick-slide > div {
        margin: 0 8px;
    }
    .addition-delete {
        text-align: center;
    }
    .my-order__info .my-order__info-status {
        display: none;
    }
    .my-order__info .my-order__info-total {
        display: none;
    }
    .my-order__info .my-order__info-date {
        display: none;
    }
    .my-order__description .my-order__description {
        display: none;
    }
    .my-order__description .my-order__description-row {
        display: none;
    }
    .my-order__description .my-order__payment {
        display: none;
    }
    .my-order__description {
        padding: 12px;
    }

    .my-order__description .my-order__info-status {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .my-order__description .my-order__info-total {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .my-order__description .my-order__info-date {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .my-order__order-description {
        padding: 12px;
    }
    .my-order__order-price {
        display: none;
    }
    .my-order__order-name {
        padding-right: 8px;
    }
    .my-order__order-quantity {
        width: 15%;
        padding-right: 8px;
    }
    .my-order__order-totalprice {
        width: 25%;
    }
    .my-order__order-line {
        margin-bottom: 8px;
    }
    .my-order__back {
        text-align: center;
    }
    .pagination-wrap {
        flex-wrap: wrap-reverse;
    }
    .show-more {
        text-align: center;
        width: 100%;
        margin-top: 16px;
    }
    .pagination {
        text-align: center;
        width: 100%;
    }
    .pagination__items {
        justify-content: center;
    }
    .workflow__item-wrap {
        width: 100%;
    }
    .workflow__item-wrap:nth-child(2) {
        padding: 0;
    }
    .workflow__item-wrap:nth-child(2) .workflow__divider {
        width: 100%;
        padding: 20px 0;
    }
    .workflow__item-wrap:nth-child(2) .workflow__divider:last-child {
        padding-top: 60px;
    }
    body .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-image {
        -webkit-flex-basis: 48px;
        flex-basis: 48px;
        margin: 0 8px 0 0;
    }
    body .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-details {
        margin: 0 0 8px;
        -webkit-flex-basis: calc(100% - 56px);
        flex-basis: calc(100% - 56px);
    }
    body .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-name {
        color: #404040;
        font-family: 'Playfair Display', serif;
        font-weight: 100;
    }
    body .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-details .wa-sku {
        font-size: 12px;
    }
    body .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-quantity {
        width: 50%;
        margin-top: 16px;
        text-align: left;
    }
    body .wa-order-cart-wrapper.with-adaptive .wa-products .wa-product .wa-product-body > *.wa-column-price {
        margin-top: 16px;
        width: 50%;
    }
    body .wa-quantity-box {
        justify-content: flex-start;
    }
    .checkout .wa-quantity-box .wa-button {
        margin: 0;
    }
    body .wa-order-cart-wrapper .wa-cart-details .wa-price-section .wa-price-total {
        font-weight: normal;
    }
    body .wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header {
        font-size: 16px;
    }
    body .wa-order-form-wrapper .wa-step-auth-section > .wa-section-header .wa-contact-name {
        font-size: 14px;
    }
    body .wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    body .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
        width: 100%;
    }
    .checkout .wa-form-footer {
        text-align: center;
    }
    body .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        table-layout: unset;
    }
    body .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-image-wrapper {
        display: block;
        padding: 0;
        width: 100%;
    }
    body .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
        width: 100%;
    }
    body .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list .wa-method-wrapper .wa-method .wa-method-body {
        display: block;
        text-align: center;
        width: 100%;
        white-space: normal;
    }
    body .wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active .wa-method-body .wa-payment-name a {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }
    .checkout-result {
        margin-top: 32px;
    }
    button.wa-button.gray.js-use-bonus {
        font-size: 12px !important;
        width: 100%;
        line-height: 24px !important;
    }
    .product-summary__testmonials {
        margin-left: 4px;
    }
    span.rating.nowrap {
        font-size: 8px;
    }
    body .quickorder-row.quickorder-terms {
        margin-bottom: 0 !important;
    }
    .quickorder-form [data-quickorder-pff] {
        padding-top: 0;
    }
    .quickorder-row.quickorder-total-wrap {
        margin: 8px 0 !important;
    }
    .quickorder-product {
        margin: 0 !important;
    }
    .quickorder-form [data-quickorder-pfs] {
        height: 32px !important;
    }
    .quickorder-form-content {
        padding: 12px 24px !important;
    }
    body .w-dialog-block {
        margin: 0 auto;
        max-width: 300px;
    }
    body .quickorder-cell.quickorder-price-cell.quickorder-right.quickorder-nowrap {
        display: none;
    }
    .quickorder-form-head {
        font-size: 16px !important;
    }
    .wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-header {
        font-size: 16px !important;
    }
    body .wa-order-dialog .wa-dialog-body .wa-dialog-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    body .wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button.blue {
        margin: 0 0 12px;
    }
    body .wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
        margin: 0;
        width: 100%;
    }
    body .wa-order-dialog .wa-dialog-body .wa-dialog-header > * {
        width: 80%;
    }
    body .wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-map-section {
        min-height: 300px;
        padding: 0;
    }
    .page .table__wrap {
        max-width: 100%;
        overflow-x: auto;
        margin: 12px 0 0;
        border: 1px solid #e2e2e2;
        padding: 6px;
    }
    .page .table__wrap-warning {
        display: block;
        color: red;
        font-size: 12px;
        margin-top: 8px;
    }
    .page img {
        width: 100%;
    }
    .opt__figure,
    .page figure {
        margin: 0 0 24px !important;
    }
    ul > li {
        margin-bottom: 12px;
    }
    .page-flex {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .page-flex__half {
        width: 100% !important;
        margin: 0 0 24px;
        text-align: center;
    }
    .page-flex__nav-item {
        justify-content: center;
    }
    .page .messengers {
        justify-content: center;
    }
    .page-flex__subtitle {
        margin-bottom: 8px;
    }
    .page .socials {
        justify-content: center;
    }
    .modal .product-summary__title {
        font-size: 18px;
    }
    .modal .product-summary__badge {
        display: none;
    }
    .body--modal-open {
        padding-right: 0;
    }
    .modal {
        padding-right: 0;
    }
    body .mm-menu_offcanvas {
        width: 85%;
    }
    .mm-wrapper_opening a[href='#body'] span {
        font-size: 20px;
    }
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(85vw, 0, 0) !important;
        transform: translate3d(85vw, 0, 0) !important;
    }
    body .reviewsplus-pages {
        margin: 24px 0;
        padding-top: 24px;
    }
    body .reviewsplus-review {
        flex-wrap: wrap;
    }
    body .reviewsplus-product-opinion-left {
        width: 100%;
        margin: 0 0 12px;
    }
    body .reviewsplus-product-opinion-middle {
        width: 100%;
    }
    body .reviewsplus-product-opinion-rate {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body .reviewsplus-product-opinion-date {
        margin-bottom: 0;
        text-align: center;
        padding: 0 8px;
    }
    body .reviewsplus-product-opinion-name {
        margin-bottom: 0;
        text-align: center;
    }
    body img.reviewsplus-product__userpic {
        margin-bottom: 0;
    }
    .reviewsplus-product__date {
        max-width: 120px;
    }
    .product-features__value {
        width: calc(100% - 120px);
        padding-left: 0;
    }
    .product-features__name {
        width: 120px;
        padding-right: 12px;
    }
    .product-features__item {
        font-size: 14px;
        line-height: 16px;
    }
    .post {
        flex-wrap: wrap;
    }
    .post__picture {
        width: 100%;
        margin-bottom: 24px;
    }
    .post__content {
        width: 100%;
        padding-bottom: 24px;
    }
    .post__text {
        max-height: 64px;
    }
    #cookies_note {
        background-color: rgba(255, 255, 255, 0.95);
        border-top: 1px solid #e7e2e2;
        border-bottom: none;
    }
    .main__textile-left .main__title {
        text-align: center;
    }
    .main__textile-left .main__subtitle {
        text-align: center;
    }
    .s-order-page {
        padding: 0 16px;
    }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    height: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 0.75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 0.25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-hidden {
    display: none !important;
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: 20px;
    line-height: var(--mm-line-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none;
}
[dir='rtl'] .mm-menu {
    direction: rtl;
}
.mm-panels,
.mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mm-panel,
.mm-panels {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
}
.mm-panels {
    overflow: hidden;
}
.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-panel:not(.mm-hidden) {
    display: block;
}
.mm-panel:after,
.mm-panel:before {
    content: '';
    display: block;
    height: 20px;
}
.mm-panel_has-navbar {
    padding-top: 44px;
    padding-top: var(--mm-navbar-size);
}
.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
    z-index: 2;
}
.mm-panel_noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir='rtl'] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
[dir='rtl'] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}
.mm-listitem_vertical > .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none;
}
.mm-listitem_opened > .mm-panel {
    display: block;
}
.mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent;
}
.mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}
.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    padding: 0;
}
.mm-btn:after,
.mm-btn:before {
    border-color: rgba(0, 0, 0, 0.1);
    border-color: var(--mm-color-button);
    border-width: 2px;
    border-style: solid;
}
.mm-btn_close:after,
.mm-btn_close:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}
.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}
.mm-btn_next:after,
.mm-btn_prev:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
.mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}
.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}
[dir='rtl'] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}
[dir='rtl'] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}
[dir='rtl'] .mm-btn_close:after,
[dir='rtl'] .mm-btn_close:before {
    right: auto;
}
[dir='rtl'] .mm-btn_close:before {
    left: 25px;
}
[dir='rtl'] .mm-btn_close:after {
    left: 18px;
}
.mm-navbar {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text-dimmed);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    display: none;
    height: 44px;
    height: var(--mm-navbar-size);
    padding: 0 44px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.mm-navbar > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-left: 0;
    padding-right: 0;
}
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none;
}
.mm-navbar__title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-navbar__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.mm-navbar__btn:first-child {
    text-align: left;
    left: 0;
}
.mm-navbar__btn:last-child {
    text-align: right;
    right: 0;
}
.mm-panel_has-navbar .mm-navbar {
    display: block;
}
[dir='rtl'] .mm-navbar__btn:first-child {
    text-align: right;
    right: 0;
    left: auto;
}
[dir='rtl'] .mm-navbar__btn:last-child {
    text-align: left;
    left: 0;
    right: auto;
}
.mm-listitem,
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-listitem {
    color: rgba(0, 0, 0, 0.75);
    color: var(--mm-color-text);
    border-color: rgba(0, 0, 0, 0.1);
    border-color: var(--mm-color-border);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mm-listitem:after {
    content: '';
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
}
.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none;
}
.mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding-top: 12px;
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
    padding-bottom: 12px;
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
}
.mm-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}
.mm-listitem__btn {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    tap-highlight-color: var(--mm-color-background-emphasis);
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 54px;
    position: relative;
}
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid;
}
.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, 0.05);
    background: var(--mm-color-background-highlight);
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px;
}
.mm-listitem_divider {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    background: var(--mm-color-background-highlight);
    font-size: 75%;
    text-transform: uppercase;
    min-height: 20px;
    min-height: var(--mm-line-height);
    padding: 6.5px;
    padding: calc(((var(--mm-listitem-size) * 0.75) - var(--mm-line-height)) * 0.5);
    padding-right: 10px;
    padding-left: 20px;
}
.mm-listitem_spacer {
    padding-top: 44px;
    padding-top: var(--mm-listitem-size);
}
.mm-listitem_spacer > .mm-btn_next {
    top: 44px;
    top: var(--mm-listitem-size);
}
[dir='rtl'] .mm-listitem:after {
    left: 0;
    right: 20px;
}
[dir='rtl'] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px;
}
[dir='rtl'] .mm-listitem__btn {
    padding-left: 54px;
    border-left-width: 0;
    border-left-style: none;
}
[dir='rtl'] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid;
}
.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
}
.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
}
.mm-wrapper_background .mm-page {
    background: inherit;
}
.mm-menu_offcanvas {
    display: none;
    position: fixed;
    right: auto;
    z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
    display: block;
}
.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}
.mm-wrapper__blocker {
    background: rgba(3, 2, 1, 0);
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.mm-wrapper_blocking {
    overflow: hidden;
}
.mm-wrapper_blocking body {
    overflow: hidden;
}
.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block;
}
.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.mm-menu_autoheight {
    -webkit-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative;
}
.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%;
}
.mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}
[class*='mm-menu_columns-'] {
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened,
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_opened-parent {
    display: block !important;
}
[class*='mm-panel_columns-'] {
    border-right: 1px solid;
    border-color: inherit;
}
.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none;
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%;
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0;
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px;
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px;
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0);
    }
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px;
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0);
    }
}
[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px;
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0);
    }
}
@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0);
    }
}
[class*='mm-menu_columns-'].mm-menu_position-bottom,
[class*='mm-menu_columns-'].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.mm-wrapper_opening [class*='mm-menu_columns-'].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    -o-transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform;
}
.mm-counter {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    text-align: right;
    display: block;
    min-width: 44px;
    float: right;
}
.mm-listitem_nosubitems > .mm-counter {
    display: none;
}
[dir='rtl'] .mm-counter {
    text-align: left;
    float: left;
}
.mm-listitem_divider {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.mm-menu_dividers-light .mm-listitem_divider {
    background: inherit;
    font-size: inherit;
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    padding-top: 18px;
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.75);
    padding-bottom: 6px;
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.25);
}
.mm-menu_border-none .mm-listitem_divider {
    border-top-width: 1px;
    border-top-style: solid;
}
.mm-listview_fixeddivider {
    background: inherit;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.mm-listview_fixeddivider:after {
    content: none !important;
    display: none !important;
}
.mm-panel_dividers .mm-listview_fixeddivider {
    display: block;
}
.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    overflow: visible;
}
.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none;
}
[class*='mm-menu_tip-']:before {
    content: '';
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-menu_tip-left:before {
    left: 22px;
}
.mm-menu_tip-right:before {
    right: 22px;
}
.mm-menu_tip-top:before {
    top: -8px;
}
.mm-menu_tip-bottom:before {
    bottom: -8px;
}
.mm-menu {
    --mm-iconbar-size: 44px;
}
.mm-iconbar {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-color: var(--mm-color-border);
    border-right-width: 1px;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    width: var(--mm-iconbar-size);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.mm-menu_iconbar .mm-navbars_bottom,
.mm-menu_iconbar .mm-navbars_top,
.mm-menu_iconbar .mm-panels {
    left: 44px;
    left: var(--mm-iconbar-size);
}
.mm-iconbar__bottom,
.mm-iconbar__top {
    width: inherit;
    position: absolute;
}
.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 11px 0;
}
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none;
}
.mm-iconbar__top {
    top: 0;
}
.mm-iconbar__bottom {
    bottom: 0;
}
.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}
.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    outline: 0;
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}
.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
}
.mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0;
}
.mm-menu {
    --mm-iconpanel-size: 44px;
}
.mm-panel_iconpanel-1,
.mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 1));
    width: calc(100% - (var(--mm-iconpanel-size) * 1));
}
.mm-panel_iconpanel-2,
.mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 2));
    width: calc(100% - (var(--mm-iconpanel-size) * 2));
}
.mm-panel_iconpanel-3,
.mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 3));
    width: calc(100% - (var(--mm-iconpanel-size) * 3));
}
.mm-panel_iconpanel-first ~ .mm-panel,
.mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - 44px);
    width: calc(100% - var(--mm-iconpanel-size));
}
.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
.mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block !important;
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0;
}
.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.mm-panel_opened-parent .mm-panel__blocker {
    opacity: 0.6;
    bottom: -100000px;
}
[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}
[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit;
}
.mm-navbars_bottom,
.mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0;
}
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
    bottom: auto;
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 44px;
    top: calc(var(--mm-navbar-size) * 1);
}
.mm-menu_navbar_top-2 .mm-panels {
    top: 88px;
    top: calc(var(--mm-navbar-size) * 2);
}
.mm-menu_navbar_top-3 .mm-panels {
    top: 132px;
    top: calc(var(--mm-navbar-size) * 3);
}
.mm-menu_navbar_top-4 .mm-panels {
    top: 176px;
    top: calc(var(--mm-navbar-size) * 4);
}
.mm-navbars_bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    top: auto;
}
.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 44px;
    bottom: calc(var(--mm-navbar-size) * 1);
}
.mm-menu_navbar_bottom-2 .mm-panels {
    bottom: 88px;
    bottom: calc(var(--mm-navbar-size) * 2);
}
.mm-menu_navbar_bottom-3 .mm-panels {
    bottom: 132px;
    bottom: calc(var(--mm-navbar-size) * 3);
}
.mm-menu_navbar_bottom-4 .mm-panels {
    bottom: 176px;
    bottom: calc(var(--mm-navbar-size) * 4);
}
.mm-navbar_size-2 {
    height: 88px;
    height: calc(var(--mm-navbar-size) * 2);
}
.mm-navbar_size-3 {
    height: 132px;
    height: calc(var(--mm-navbar-size) * 3);
}
.mm-navbar_size-4 {
    height: 176px;
    height: calc(var(--mm-navbar-size) * 4);
}
.mm-navbar__breadcrumbs {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 20px;
}
.mm-navbar__breadcrumbs > * {
    display: inline-block;
    padding-right: 6px;
    padding-top: 12px;
    padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
    padding-bottom: 12px;
    padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
}
.mm-navbar__breadcrumbs > a {
    text-decoration: underline;
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
    margin-left: -44px;
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}
.mm-navbar__tab_selected {
    background: inherit !important;
    color: inherit !important;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.mm-navbar__tab_selected:first-child {
    border-left: none;
}
.mm-navbar__tab_selected:last-child {
    border-right: none;
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: inherit !important;
    color: inherit !important;
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.mm-navbars_top .mm-navbar__tab_selected {
    border-bottom: none;
    margin-bottom: -1px;
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    border-top: none;
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: inherit;
    color: inherit;
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
}
.mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: none;
    margin-top: -1px;
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: none;
}
.mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
}
.mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden;
}
.mm-searchfield input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
    background: var(--mm-color-background-highlight);
    color: rgba(0, 0, 0, 0.75);
    color: var(--mm-color-text);
    font: inherit;
    font-size: inherit;
    line-height: 35.2px;
    line-height: calc(var(--mm-navbar-size) * 0.7);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 24px;
    height: calc(var(--mm-navbar-size) * 0.7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
}
.mm-searchfield input::-ms-clear {
    display: none;
}
.mm-searchfield__input {
    padding: 6.6px 10px 0 10px;
    padding-top: calc(var(--mm-navbar-size) * 0.15);
    position: relative;
}
.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    padding: 44px 0;
}
.mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.mm-panel_search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-left: none !important;
}
.mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.mm-searchfield__cancel {
    line-height: 44px;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    -webkit-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
}
.mm-searchfield__cancel-active {
    margin-right: 0;
}
.mm-panel > .mm-searchfield {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mm-panel_has-searchfield {
    padding-top: 44px;
    padding-top: var(--mm-navbar-size);
}
.mm-panel_has-navbar.mm-panel_has-searchfield {
    padding-top: 88px;
    padding-top: calc(var(--mm-navbar-size) * 2);
}
.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
    top: 44px;
    top: var(--mm-navbar-size);
}
.mm-listitem_nosubitems > .mm-listitem__btn {
    display: none;
}
.mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px;
}
.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 15;
    -webkit-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.mm-sectionindexer a {
    color: rgba(0, 0, 0, 0.3);
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block;
}
.mm-sectionindexer ~ .mm-panels {
    -webkit-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
}
.mm-menu_has-sectionindexer .mm-sectionindexer {
    right: 0;
}
.mm-menu_has-sectionindexer .mm-panels {
    right: 20px;
}
.mm-menu_navbar_top-1 .mm-sectionindexer {
    top: 46px;
    top: calc((var(--mm-navbar-size) * 1) + 2px);
}
.mm-menu_navbar_top-2 .mm-sectionindexer {
    top: 90px;
    top: calc((var(--mm-navbar-size) * 2) + 2px);
}
.mm-menu_navbar_top-3 .mm-sectionindexer {
    top: 134px;
    top: calc((var(--mm-navbar-size) * 3) + 2px);
}
.mm-menu_navbar_top-4 .mm-sectionindexer {
    top: 178px;
    top: calc((var(--mm-navbar-size) * 4) + 2px);
}
.mm-menu_navbar_bottom-1 .mm-sectionindexer {
    bottom: 46px;
    bottom: calc((var(--mm-navbar-size) * 1) + 2px);
}
.mm-menu_navbar_bottom-2 .mm-sectionindexer {
    bottom: 90px;
    bottom: calc((var(--mm-navbar-size) * 2) + 2px);
}
.mm-menu_navbar_bottom-3 .mm-sectionindexer {
    bottom: 134px;
    bottom: calc((var(--mm-navbar-size) * 3) + 2px);
}
.mm-menu_navbar_bottom-4 .mm-sectionindexer {
    bottom: 178px;
    bottom: calc((var(--mm-navbar-size) * 4) + 2px);
}
.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
    -webkit-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
    background: 0 0;
}
.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
    background: 0 0;
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
    background: rgba(255, 255, 255, 0.4);
    background: var(--mm-color-background-emphasis);
}
.mm-menu,
.mm-slideout {
    --mm-sidebar-collapsed-size: 44px;
    --mm-sidebar-expanded-size: 440px;
}
.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative;
}
.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
}
.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: block !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0;
}
.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 44px);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0);
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0 !important;
    max-width: 100000px !important;
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none;
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible;
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none !important;
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - 440px);
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: 440px;
    width: var(--mm-sidebar-expanded-size);
}
.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.mm-menu_opened .mm-menu__blocker {
    display: none;
}
[dir='rtl'].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir='rtl'].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[dir='rtl'].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
label.mm-toggle {
    border-radius: 34px;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: 5px;
    margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
}
label.mm-toggle:before {
    content: '';
    display: block;
    border-radius: 34px;
    width: 32px;
    height: 32px;
    margin: 1px;
}
input.mm-toggle {
    position: absolute;
    left: -10000px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}
label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
    background: var(--mm-color-border);
}
label.mm-toggle:before {
    background: #f3f3f3;
    background: var(--mm-color-background);
}
input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}
label.mm-check {
    width: 34px;
    height: 34px;
}
label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.75);
    border-color: var(--mm-color-text);
    content: '';
    display: block;
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input.mm-check {
    position: absolute;
    left: -10000px;
}
input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}
[dir='rtl'] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left;
}
.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
    content: none;
}
.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
    left: 0 !important;
}
.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
    right: 20px;
}
.mm-menu_fx-menu-zoom {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1;
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[class*='mm-menu_fx-listitems-'] .mm-listitem {
    -webkit-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
[class*='mm-menu_fx-listitems-'] .mm-listitem:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.mm-menu_fx-listitems-slide .mm-listitem {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.mm-menu_fx-listitems-fade .mm-listitem {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1;
}
.mm-menu_fx-listitems-drop .mm-listitem {
    -webkit-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%;
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0;
}
.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
}
@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}
@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
}
@media all and (max-width: 140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}
@media all and (min-width: 10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}
.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px;
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
    content: none;
    display: none;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 44px;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0;
}
.mm-listview_inset .mm-listitem {
    padding: 5px 0;
}
.mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal;
}
[class*='mm-menu_pagedim'].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0;
}
.mm-wrapper_opening [class*='mm-menu_pagedim'].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease 0.4s;
    -o-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff;
}
.mm-menu_popup {
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1;
}
.mm-wrapper_opening .mm-menu_popup {
    opacity: 1;
}
.mm-menu_position-right {
    left: auto;
    right: 0;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
}
@media all and (max-width: 300px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0);
    }
}
@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }
}
.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1;
}
.mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}
.mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
}
.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px;
}
.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mm-menu_shadow-page:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
    content: '';
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none;
}
.mm-menu_shadow-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
}
.mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
}
.mm-menu_theme-white {
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu_theme-dark {
    --mm-color-border: rgba(0, 0, 0, 0.3);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu_theme-black {
    --mm-color-border: rgba(255, 255, 255, 0.25);
    --mm-color-button: rgba(255, 255, 255, 0.4);
    --mm-color-text: rgba(255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba(255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
    --mm-shadow: none;
}
.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
    margin: 0 !important;
}
.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both;
}
.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%;
}
.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
}
.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%;
}
.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%;
}
.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%;
}
.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%;
}
.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
}
.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
    width: auto;
}
.mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before {
    content: none;
    display: none;
}
.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
    display: none;
}
.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
    padding-left: 0;
    padding-right: 0;
}
.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
    content: none;
    display: none;
}
body.modal-open .mm-slideout {
    z-index: unset;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(default-skin.svg);
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}
.pswp__share-tooltip a:first-child {
    /* round corners on the first/last list item */
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: 0.75;
    padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}

.pswp__caption--empty {
    display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
    visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    /*
              The idea of animating inner circle is based on Polymer ("material") loading indicator
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.ssearch-wrapper .ssearch-box {
    height: initial !important;
}
.wa-field.wa-field-opt {
    display: flex;
    justify-content: center;
    flex-flow: row-reverse;
}
.wa-field.wa-field-opt .wa-name {
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 !important;
}
.icon16.star,
.icon16.star-full {
    background-position: -16px -16px;
}
.icon16.star-half {
    background-position: -32px -16px;
}
.icon16.star-empty {
    background-position: -48px -16px;
}
.icon16.star-hover {
    background-position: -64px -16px;
}
i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background-image: url('img/icons.png');
    background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;
}
.shops {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shops__item {
    padding: 20px;
}
.g-recaptcha {
    z-index: 9999 !important;
    position: relative;
}
i.icon16.loading.wa-loading {
    background: none !important;
    margin: 0;
    text-indent: unset;
    width: 0;
    height: 0;
    margin-left: -24px;
    margin-top: 17px;
}
