.swiper-wrapper,
hr {
    box-sizing: content-box
}

.btn:focus,
.btn:hover,
a,
a:focus,
a:hover {
    text-decoration: none
}

.loader__circle,
b,
strong {
    font-weight: 700
}

button,
hr,
input {
    overflow: visible
}

img,
legend {
    max-width: 100%
}

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

.icon,
audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

.row,
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

@-webkit-keyframes animation-mask-x {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes animation-mask-x {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes animation-mask-y {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes animation-mask-y {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@font-face {
    font-family: TTDrugs;
    font-weight: 300;
    font-style: "normal";
    src: url(../fonts/TTDrugs/TTDrugs-Light.woff) format("woff"), url(../fonts/TTDrugs/TTDrugs-Light.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: TTDrugs;
    font-weight: 400;
    font-style: "normal";
    src: url(../fonts/TTDrugs/TTDrugs-Regular.woff) format("woff"), url(../fonts/TTDrugs/TTDrugs-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: FuturaPT;
    font-weight: 400;
    font-style: "normal";
    src: url(../fonts/FuturaPT/FuturaPT-Book.woff) format("woff"), url(../fonts/FuturaPT/FuturaPT-Book.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: FuturaPT;
    font-weight: 500;
    font-style: "normal";
    src: url(../fonts/FuturaPT/FuturaPT-Medium.woff) format("woff"), url(../fonts/FuturaPT/FuturaPT-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: FuturaNew;
    font-weight: 400;
    font-style: "normal";
    src: url(../fonts/FuturaNew/FuturaNewBook.woff) format("woff"), url(../fonts/FuturaNew/FuturaNewBook.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: FuturaNew;
    font-weight: 500;
    font-style: "normal";
    src: url(../fonts/FuturaNew/FuturaNewMedium.woff) format("woff"), url(../fonts/FuturaNew/FuturaNewMedium.woff2) format("woff2");
    font-display: swap
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
main,
menu,
nav,
section {
    display: block
}

.icon-checkmark {
    width: 15px;
    height: 11px
}

.icon-filters {
    width: 20px;
    height: 13px
}

.icon-ruler {
    width: 30px;
    height: 18px
}

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

.header-top__search {
    height: 22px;
    line-height: 1;
    margin: 4px 0 0 0;
}

.icon-select-arrow {
    width: 14px;
    height: 9px
}

.icon-select-reset {
    width: 14px;
    height: 14px
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

@-webkit-keyframes preloader-out {
    to {
        opacity: 0
    }
}

@keyframes preloader-out {
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0) translateZ(0);
        transform: rotate(0) translateZ(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0)
    }
}

@-webkit-keyframes gradientIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gradientIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes menu-item-in {
    0% {
        -webkit-transform: translateY(-55px);
        transform: translateY(-55px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes menu-item-in {
    0% {
        -webkit-transform: translateY(-55px);
        transform: translateY(-55px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

h1 {
    font-size: 2em
}

body,
figure {
    margin: 0
}

hr {
    height: 0
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    -webkit-transition: .2s;
    transition: .2s
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

img {
    border: 0
}

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

button,
input,
textarea {
    line-height: 1.15;
    margin: 0
}

optgroup {
    font-family: sans-serif
}

optgroup,
select {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

body,
button,
input,
textarea {
    font-weight: 400
}

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

legend {
    display: table;
    color: inherit;
    white-space: normal
}

textarea {
    overflow: auto
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

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

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:768px) {

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .container {
        max-width: 764px
    }
}

@media (min-width:1024px) {

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .container {
        max-width: 1020px
    }
}

@media (min-width:1281px) {

    .container,
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .container {
        max-width: 1380px
    }
}

.row {
    display: -webkit-box;
    display: flex;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

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

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2,
.col-3 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5,
.col-6 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8,
.col-9 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11,
.col-12 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:560px) {
    .col-sm {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1,
    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3,
    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7,
    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-10,
    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1,
    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3,
    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5,
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7,
    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-10,
    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .hidden-no-xs {
        display: none !important
    }
}

@media (min-width:1024px) {
    .col-lg {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1,
    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3,
    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5,
    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-10,
    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1,
    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3,
    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5,
    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7,
    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-10,
    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11,
    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

* {
    min-height: 0;
    outline: 0 !important;
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    width: 100%;
    min-width: 320px
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 13px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number],
textarea[type=number] {
    -moz-appearance: textfield
}

input::-ms-clear,
textarea::-ms-clear {
    display: none !important
}

input::-ms-reveal,
textarea::-ms-reveal {
    display: none !important
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 12px
}

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

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

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

.fixed-scroll {
    overflow: hidden
}

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

    .fixed-scroll {
        position: fixed;
        top: 0;
        left: 0;
        right: 0
    }
}

.scroll-measure {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: -100
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

body {
    font-family: -apple-system, BlickMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #101820;
    letter-spacing: .03125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
select,
textarea {
    font-family: inherit
}

nav,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.block__title,
.collection-slider__title,
.fullscreen-slider__title,
.get-job__cta,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.instagram__title,
.news-preview__title,
.product-info__title,
.promo__title,
.promo__title span,
.sales__title,
.search-res__item-title,
.section__title,
.vacancy__title,
.view__title {
    font-family: TTDrugs;
    letter-spacing: -.03em
}

.collection-slider__slide--extra .collection-slider__title {
    font-family: TTDrugs
}

.fullscreen-slider__title,
.h1--light,
.h2--light,
.h3--light,
.h4--light,
.h5--light,
.h6--light,
.view__title {
    font-weight: 300
}

.block__title,
.collection-slider__slide--extra .collection-slider__title,
.collection-slider__title,
.get-job__cta,
.h1--reg,
.h2--reg,
.h3--reg,
.h4--reg,
.h5--reg,
.h6--reg,
.instagram__title,
.news-preview__title,
.product-info__title,
.promo__title,
.promo__title span,
.sales__title,
.search-res__item-title,
.section__title,
.vacancy__title {
    font-weight: 400
}

.fullscreen-slider__title,
.h1,
.view__title {
    font-size: 75px;
    line-height: 90px
}

@media (max-width:767px) {

    .fullscreen-slider__title,
    .h1,
    .view__title {
        font-size: 50px;
        line-height: 50px
    }
}

.collection-slider__title,
.h2,
.promo__title span,
.section__title {
    font-size: 60px;
    line-height: 70px
}

@media (max-width:767px) {

    .collection-slider__title,
    .h2,
    .promo__title span,
    .section__title {
        font-size: 40px;
        line-height: 50px
    }
}

.block__title,
.get-job__cta,
.h3,
.instagram__title,
.news-preview__title,
.product-info__title,
.promo__title,
.sales__title,
.search-res__item-title,
.vacancy__title {
    font-size: 36px;
    line-height: 46px
}

@media (max-width:767px) {

    .block__title,
    .get-job__cta,
    .h3,
    .instagram__title,
    .news-preview__title,
    .product-info__title,
    .promo__title,
    .sales__title,
    .search-res__item-title,
    .vacancy__title {
        font-size: 26px;
        line-height: 36px
    }
}

.collection-slider__slide--extra .collection-slider__title,
.h4 {
    font-size: 20px;
    line-height: 30px
}

.collection-slider__description,
.franchise-step__text,
.fullscreen-slider__text,
.history-timeline__text,
.news-preview__description,
.product-info__description,
.search-res__amount,
.search-res__context,
.search-res__message,
.static>h3,
.text {
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.03em
}

.text--small {
    font-size: 16px;
    line-height: 26px
}

.static>h3 {
    max-width: 880px;
    margin: 45px auto;
    font-family: TTDrugs;
    font-size: 36px;
    line-height: 46px
}

.static>.media:first-child,
.static>h3:first-child,
.static>p:first-child,
.static>ul:first-child {
    margin-top: 0
}

.static>.media:last-child,
.static>h3:last-child,
.static>p:last-child,
.static>ul:last-child,
.static>ul>li:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .static>h3 {
        margin: 25px auto;
        font-size: 26px;
        line-height: 34px
    }
}

.static>p,
.static>ul {
    max-width: 660px;
    margin: 30px auto;
    font-family: TTDrugs;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -.02em
}

@media (max-width:767px) {

    .static>p,
    .static>ul {
        margin: 20px auto;
        font-size: 20px;
        line-height: 30px
    }
}

.static>p>a {
    position: relative;
    display: inline-block;
    color: #ed1a3b
}

.static>p>a:before,
.static>ul>li:before {
    content: "";
    position: absolute;
    background: #ed1a3b
}

.static>p>a:before {
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    display: block;
    width: 100%;
    height: 1px
}

.static>p>a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.static>ul>li {
    position: relative;
    margin-bottom: 3px
}

.static>ul>li:before {
    top: 19px;
    right: 100%;
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-right: 50px
}

@media (max-width:1023px) {
    .static>ul>li {
        padding-left: 90px
    }

    .static>ul>li:before {
        left: 0;
        right: auto;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .static>ul>li {
        padding-left: 60px
    }

    .static>ul>li:before {
        top: 16px;
        width: 40px
    }
}

@media (max-width:374px) {
    .static>ul>li {
        padding-left: 40px
    }

    .static>ul>li:before {
        width: 20px
    }
}

.static>.media {
    margin-top: 55px;
    margin-bottom: 55px
}

@media (max-width:767px) {
    .static>.media {
        margin-top: 35px;
        margin-bottom: 35px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: flex
}

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

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

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

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.btn,
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

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

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

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.collection-slider__main-slider,
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

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

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

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

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

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.ps__rail-x,
.ps__rail-y,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none
}

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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

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

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

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

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

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

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

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

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

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

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

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

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

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

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

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

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

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

.btn.disabled,
.swiper-container-flip .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

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

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

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x,
.ps__rail-y {
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px
}

.collection-preview__images.slick-initialized .slick-dots li.slick-active button,
.header,
.preloader {
    background: #fff
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.overlay,
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.preloader {
    will-change: opacity;
    opacity: 1;
    z-index: 1000
}

.preloader.hide {
    -webkit-animation: preloader-out 1s ease-in-out forwards;
    animation: preloader-out 1s ease-in-out forwards
}

.overlay {
    background: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    z-index: 1
}

.overlay.active {
    visibility: visible;
    opacity: 1
}

.filters-panel__item--reset:hover,
.header-top__nav-link--b2b:hover,
.search-res__item-title:hover {
    opacity: .7
}

.page,
.page__inner {
    display: -webkit-box;
    display: flex
}

.page {
    -webkit-box-pack: center;
    justify-content: center
}

.page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    min-height: 100vh
}

.page__header {
    position: relative;
    z-index: 2;
}

.header-top.header__top {
    position: fixed;
    z-index: 100;
    width: 100%;
}


.page__content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    min-height: 1px;
    padding: 20px 0;
    z-index: 0
}

@media (max-width:767px) {
    .page__content {
        padding: 0
    }
}

.page__content--no-gutters {
    padding: 0
}

.page__footer {
    flex-shrink: 0;
    background: #f9e6e0;
}

.header-top {
    background: #f9e6e0
}

.header-top__inner {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 9px 0 10px
}

.header-top__inner,
.header-top__nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.header-top__nav-item {
    margin-right: 30px
}

.header-top__nav-item:last-child {
    margin-right: 0
}

.header-top__nav-link {
    display: inline-block;
    font-family: FuturaNew;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.01em;
    color: rgba(16, 24, 32, .8)
}

.header-top__langs .dropdown__header:hover,
.header-top__langs.opened .dropdown__header,
.header-top__location:hover ._text,
.header-top__nav-link:hover {
    color: #ed1a3b
}

.header-top__langs .dropdown__header,
.header-top__location ._text {
    font-family: FuturaNew;
    font-weight: 400;
    line-height: 20px;
    color: rgba(16, 24, 32, .8);
    font-size: 17px
}

.header-top__nav-link--b2b img {
    width: 54px
}

.header-top__extra {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.header-top__extra-item {
    min-width: 1px
}

.header-top__extra-item:not(:last-child) {
    margin-right: 25px
}

@media (max-width:767px) {
    .header-top__extra-item:not(:last-child) {
        margin-right: 20px
    }
}

.header-top__langs.opened .dropdown__arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    stroke: #ed1a3b
}

.header-top__langs .dropdown__header:hover .dropdown__arrow svg,
.header-top__langs .dropdown__header:hover .dropdown__arrow svg use,
.header-top__langs.opened .dropdown__arrow svg use {
    stroke: #ed1a3b
}

.header-top__langs .dropdown__header {
    padding-right: 20px;
    letter-spacing: -.01em;
    -webkit-transition: color .2s;
    transition: color .2s
}

.header-top__langs .dropdown__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top__langs .dropdown__arrow svg,
.header-top__langs .dropdown__arrow use {
    fill: none;
    stroke: #101820;
    stroke-width: 1.5
}

.header-general__search:hover svg,
.header-top__location:hover svg path:first-child,
.search-bar__icon:hover svg {
    fill: #ed1a3b
}

.header-top__langs .dropdown__box {
    margin-top: 10px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15)
}

.header-top__langs .dropdown__item {
    text-align: center
}

.header-top__location {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.header-top__location svg {
    display: block;
    width: 14px;
    margin-right: 12px
}

.header-general__search svg,
.header-top__location svg path {
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.header-top__location ._text {
    max-width: 200px;
    letter-spacing: -.01em;
    white-space: nowrap;
    -webkit-transition: color .2s;
    transition: color .2s;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:480px) {
    .header-top__location ._text {
        max-width: 100px
    }
}

.header-general {
    padding-top: 10px;
    margin-top: 50px;
}

.header-general .container {
    min-height: 100%
}

.header-general__actions,
.header-general__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.header-general__inner {
    min-height: 100%;
    position: relative
}

.header-general__actions {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.header-general__action-btn--search {
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: -10px;
    margin-right: auto
}

.header-general__action-btn--menu {
    width: 52px;
    height: 52px;
    margin-left: auto
}

@media (max-width:767px) {
    .header-general__action-btn--menu {
        width: 34px;
        height: 34px
    }
}

.header-general__action-btn--close {
    width: 52px;
    height: 52px;
    margin-right: -10px;
    margin-left: auto
}

@media (max-width:767px) {
    .header-general__action-btn--close {
        width: 44px;
        height: 44px
    }
}

.header-general__search {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-general__logo {
    margin: 0 auto 15px;
    z-index: 1
}

.header-general__menu-toggle {
    position: fixed
}

.header-nav__inner {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.header-nav__inner:after,
.header-nav__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0
}

.header-nav__inner:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}

.header-nav__inner:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0))
}

.header-nav__scroll {
    display: -webkit-box;
    display: flex;
    overflow-x: auto
}

.header-nav__rail {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 100%;
    flex-shrink: 0
}

@media (min-width:1281px) {
    .header-nav__inner {
        max-width: 1380px
    }

    .header-nav__inner:after,
    .header-nav__inner:before {
        width: 30px
    }

    .header-nav__rail {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .header-nav__inner {
        max-width: 1020px
    }

    .header-nav__inner:after,
    .header-nav__inner:before {
        width: 30px
    }

    .header-nav__rail {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-nav__inner {
        max-width: 764px
    }

    .header-nav__inner:after,
    .header-nav__inner:before {
        width: 30px
    }

    .header-nav__rail {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .header-nav__inner {
        width: auto
    }

    .header-nav__inner:after,
    .header-nav__inner:before {
        width: 20px
    }

    .header-nav__rail {
        padding-left: 20px;
        padding-right: 20px
    }
}

.header-nav__item {
    margin-right: 20px
}

@media (max-width:1023px) {
    .header-nav__item {
        margin-right: 20px
    }
}

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

.header-nav__link {
    display: inline-block;
    padding: 20px 0;
    font-family: FuturaNew;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase
}

.header-nav__link:hover {
    color: #ed1a3b
}

.header-nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 10px;
    z-index: 1
}

.form-select--colors .dropdown__header.placeholder .dropdown__color,
.header-submenu {
    display: none
}

@media (max-width:1023px) {
    .header-submenu {
        display: none
    }
}

.header-submenu.hide {
    opacity: 0
}

.header-submenu.hide:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.header-submenu.show {
    opacity: 1
}

.header-submenu.show:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.header-submenu.animation {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.header-submenu.animation:before {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-submenu.animation.show {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.header-submenu.animation:not(.show).hide:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.header-submenu.opened {
    display: block;
    z-index: 1
}

.header-submenu:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.header-submenu__inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 20px
}

@media (min-width:1024px) and (max-width:1280px) {
    .header-submenu__inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.header-submenu__title {
    display: block;
    margin-bottom: 15px;
    font-family: TTDrugs;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: #707479
}

.collection-slider__label,
.header-submenu__link {
    font-family: FuturaNew;
    text-transform: uppercase
}

.header-submenu__links-item:not(:last-child) {
    margin-bottom: 15px
}

.header-submenu__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #101820
}

.header-submenu__actions-list {
    display: -webkit-box;
    display: flex;
    margin-top: 15px
}

.header-submenu__actions-item:not(:last-child) {
    margin-right: 20px
}

.header-submenu__action-btn {
    -webkit-transition: color .2s;
    transition: color .2s
}

.footer-top {
    padding: 30px 0;
}

.footer-top__logo {
    margin: 0 auto 76px;
}

.logo.footer-top__logo {
    display: none;
}

@media (max-width:767px) {
    .footer-top__logo {
        margin-bottom: 60px
    }
}

.footer-detail__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px -40px
}

.footer-detail__item {
    -webkit-box-flex: 1;
    /* flex: 1 1 33.33333%; */
    flex: 1 1 30%;
    padding: 0 18px;
    margin-bottom: 40px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .footer-detail__item {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 33.33333%
    }
}

@media (max-width:1023px) and (-ms-high-contrast:none),
(max-width:1023px) and (-ms-high-contrast:active) {
    .footer-detail__item {
        width: 50%
    }
}

@media (max-width:374px) and (-ms-high-contrast:none),
(max-width:374px) and (-ms-high-contrast:active) {
    .footer-detail__item {
        width: 100%
    }
}

.footer-detail__item--collections .footer-detail__link {
    text-transform: uppercase
}

.footer-detail__item--contacts .footer-detail__list-item:not(:last-child) {
    margin-bottom: 10px
}

.footer-detail__item--contacts .footer-detail__address,
.footer-detail__item--contacts .footer-detail__link {
    white-space: nowrap
}

.footer-detail__item-label {
    display: block;
    margin-bottom: 15px;
    font-family: TTDrugs;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    color: #101820
}

@media (min-width:768px) and (max-width:1023px) {
    .footer-detail__item-label {
        margin-bottom: 32px
    }
}

@media (max-width:767px) {
    .footer-detail__item {
        flex-basis: 50%
    }

    .footer-detail__item-label {
        margin-bottom: 24px
    }
}

.footer-detail__item-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.footer-detail__item-inner.collections {
    flex-wrap: nowrap;
}

.footer-detail__links-list {
    -webkit-box-flex: 1;
    flex: 1 1 100px;
    padding: 0 10px
}

.footer-detail__links-list:not(:last-child),
.footer-detail__list-item:not(:last-child) {
    margin-bottom: 5px
}

.footer-detail__link {
    font-family: TTDrugs;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #33414f;
    -webkit-transition: color .2s;
    transition: color .2s
}

.footer-bottom__copyright a:hover,
.footer-bottom__dev a:hover,
.footer-detail__link:hover {
    color: #ed1a3b
}

.footer-detail__address {
    width: 100%;
    padding: 0 10px;
    font-family: FuturaPT;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7a7a7a
}

.footer-bottom__copyright,
.footer-bottom__dev,
.footer-bottom__list-link {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.01em;
    font-family: FuturaNew
}

.footer-bottom {
    padding-bottom: 5px
}

.footer-bottom__inner {
    padding-top: 5px;
    border-top: 1px solid #101820
}

.footer-bottom__content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width:767px) {
    .footer-bottom {
        padding-bottom: 40px
    }

    .footer-bottom__inner {
        padding-top: 40px
    }

    .footer-bottom__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .footer-bottom__links-list {
        margin: 10px 0
    }
}

.footer-bottom__copyright,
.footer-bottom__dev {
    font-size: 17px;
    color: #bebebe
}

.footer-bottom__copyright a,
.footer-bottom__dev a {
    color: #40464d;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.footer-bottom__links-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

@media (min-width:768px) {
    .footer-bottom__links-list {
        position: absolute;
        top: 50%;
        left: calc(33.33333% + 12px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.btn-slide:before,
.link-underline:before {
    left: 0;
    content: ""
}

.footer-bottom__list-item {
    display: inline-block
}

.footer-bottom__list-item:not(:last-child) {
    margin-right: 26px
}

.footer-bottom__list-link {
    display: inline-block;
    font-size: 17px;
    color: #101820;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.footer-bottom__list-link:hover {
    color: #ed1a3b
}

.footer-social {
    display: -webkit-box;
    display: flex
}

.btn,
.footer-social__link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.footer-social__link {
    position: relative;
    width: 25%;
    color: #fff;
    z-index: 0;
    display: block;
    padding: 21px 0;
    font-family: FuturaNew;
    line-height: 18px
}

.btn,
.link {
    display: inline-block
}

.footer-social__link:hover:before {
    opacity: .85
}

.footer-social__link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: -1
}

.footer-social__link--vk:before {
    background: #4a76a8
}

.footer-social__link--fb:before {
    background: #1567b8
}

.footer-social__link--ok:before {
    background: #f90
}

.footer-social__link--ig:before {
    background: linear-gradient(256.79deg, #6144bd -2.08%, #d74662 35.21%, #f7c464 86.75%)
}

.footer-social__link--yt:before {
    background: #dd2c00
}

.btn {
    vertical-align: middle;
    max-width: 100%;
    border: 1px solid transparent;
    font-family: FuturaPT;
    line-height: 22px;
    letter-spacing: .4em;
    padding: 18px 29px;
    -webkit-transition: .15s cubic-bezier(.4, 0, .2, 1);
    transition: .15s cubic-bezier(.4, 0, .2, 1)
}

.form-area,
.form-input,
.form-label,
.form-message,
.form-select .dropdown__header {
    font-family: FuturaPT;
    letter-spacing: -.03em;
    font-weight: 400;
    font-size: 20px
}

.btn:focus,
.btn:hover {
    box-shadow: none
}

.btn-slim {
    padding: 13px 23px
}

.form-area,
.form-input {
    padding: 28px 15px 10px
}

.btn-slide {
    position: relative;
    z-index: 0
}

.btn-slide:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scaleY(.03);
    transform: scaleY(.03);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    z-index: -1
}

.btn-slide:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-black {
    color: #fff
}

.btn-black.btn-slide {
    color: #101820;
    background: 0 0;
    box-shadow: none
}

.btn-black,
.btn-black.btn-slide:before {
    background: #101820;
    box-shadow: 0 10px 84px rgba(16, 24, 32, .2)
}

.btn-black.btn-slide:hover {
    color: #fff
}

.btn-white,
.btn-white.btn-slide:before {
    background: #fff;
    box-shadow: 0 10px 84px rgba(16, 24, 32, .2)
}

.btn-white.btn-slide,
.btn-white.btn-slide:hover {
    background: 0 0;
    box-shadow: none
}

.btn-white--brown {
    color: #be8f80
}

.btn-white--brown:hover {
    color: #fff;
    background: #be8f80
}

.btn-white--brown,
.btn-white--brown.btn-slide:before,
.btn-white--brown.btn-slide:hover,
.btn-white--brown:hover {
    box-shadow: 0 10px 84px rgba(92, 31, 8, .2)
}

.filters-select .dropdown__box,
.filters-select__drop,
.form-select .dropdown__box {
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15)
}

.btn-white--brown.btn-slide:hover {
    background: #be8f80
}

.btn-white--green {
    color: #4d7541
}

.btn-white--green:hover {
    color: #fff;
    background: #4d7541
}

.btn-white--green.btn-slide:hover {
    background: #4d7541
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:disabled {
    cursor: default
}

.link {
    -webkit-transition: color .2s;
    transition: color .2s
}

.form-label,
.link-underline:before {
    -webkit-transition: -webkit-transform .2s ease
}

.link:hover {
    color: #ed1a3b
}

.link-underline {
    position: relative;
    color: #ed1a3b
}

.link-underline:before {
    position: absolute;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #ed1a3b;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.link-underline:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

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

.form-field.active .form-label,
.form-field.filled .form-label {
    -webkit-transform: translateY(-13px) scale(.8);
    transform: translateY(-13px) scale(.8)
}

.form-row {
    margin-bottom: 20px
}

.form-actions {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0
}

.form-actions__item {
    flex-shrink: 1;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.form-actions--start .form-actions__item:not(:first-child) {
    margin-right: 20px
}

.form-actions--end {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.form-actions--end .form-actions__item:not(:first-child) {
    margin-left: 20px
}

.form-label {
    position: absolute;
    top: 20px;
    left: 17px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    line-height: 1;
    color: #707479;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    cursor: text
}

.form-input {
    min-width: 1px;
    height: 60px;
    color: #101820;
    background: #f6f6f6
}

.form-area,
.form-input,
.form-select .dropdown__header {
    display: block;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    line-height: 1
}

.form-area {
    min-height: 120px;
    background-color: #f8f8f9;
    overflow: hidden;
    resize: none
}

.form-select .dropdown__header {
    height: 60px;
    padding: 18px 52px 18px 15px;
    color: #101820;
    background: #f6f6f6
}

.form-error .form-input,
.form-error .form-label,
.form-message {
    color: #ed1a3b
}

.form-select .dropdown__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-select .dropdown__arrow svg {
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.form-select .dropdown__arrow svg use {
    fill: none;
    stroke: #101820;
    stroke-width: 1.5;
    -webkit-transition: stroke .2s ease;
    transition: stroke .2s ease
}

.form-select .dropdown__box {
    border-radius: 5px
}

.form-select.opened .dropdown__header {
    border-color: #e1e1e1
}

.form-select.opened .dropdown__arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:767px) {
    .footer-social__link:after {
        content: attr(data-xs-text)
    }

    .form-select--small .dropdown__header {
        height: 50px;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.form-select--colors .dropdown__header,
.form-select--colors .dropdown__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.form-select--colors .dropdown__color,
.form-select--colors .dropdown__item-color {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px
}

.form-select--colors .dropdown__color[style*="#FFF"],
.form-select--colors .dropdown__color[style*="#fff"],
.form-select--colors .dropdown__color[style*="rgb(255, 255, 255)"],
.form-select--colors .dropdown__color[style*="rgb(255,255,255)"],
.form-select--colors .dropdown__item-color[style*="#FFF"],
.form-select--colors .dropdown__item-color[style*="#fff"],
.form-select--colors .dropdown__item-color[style*="rgb(255, 255, 255)"],
.form-select--colors .dropdown__item-color[style*="rgb(255,255,255)"] {
    box-shadow: 0 0 0 1px #858585 inset
}

.form-error .form-input,
.form-error:focus .form-input,
.input-size.form-error .input-size__inner {
    box-shadow: 0 0 0 2px #ed1a3b
}

.form-message {
    display: inline-block;
    margin-top: 2px;
    margin-left: 15px;
    line-height: 26px
}

.close-btn:hover .close-btn__inner:after,
.close-btn:hover .close-btn__inner:before {
    background: #ed1a3b
}

.close-btn:not(.close-btn--close):hover .close-btn__inner:before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.close-btn:not(.close-btn--close):hover .close-btn__inner:after {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.close-btn__inner {
    position: relative;
    display: block;
    width: 52px;
    height: 52px
}

@media (max-width:767px) {
    .close-btn__inner {
        width: 34px;
        height: 34px
    }
}

.close-btn__inner:after,
.close-btn__inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #101820;
    -webkit-transition: background .2s, -webkit-transform .2s;
    transition: transform .2s, background .2s;
    transition: transform .2s, background .2s, -webkit-transform .2s
}

.close-btn__inner:before {
    top: 20px
}

.close-btn__inner:after {
    bottom: 20px
}

@media (max-width:767px) {
    .close-btn__inner:before {
        top: 10px
    }

    .close-btn__inner:after {
        bottom: 10px
    }

    .close-btn--close .close-btn__inner {
        width: 44px;
        height: 44px
    }
}

.close-btn--close .close-btn__inner:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 65%
}

.close-btn--close .close-btn__inner:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 65%
}

.breadcrumbs {
    flex-wrap: wrap
}

.breadcrumbs,
.breadcrumbs__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.breadcrumbs__item:not(:first-child):before {
    content: "/";
    padding: 0 10px;
    font-size: 17px;
    line-height: 23px;
    color: #fff
}

.breadcrumbs__link {
    font-family: FuturaNew;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -.01em;
    color: #fff
}

.breadcrumbs--dark .breadcrumbs__link.active,
.breadcrumbs--dark .breadcrumbs__link:hover,
.breadcrumbs__link.active,
.breadcrumbs__link:hover {
    color: #bebebe
}

.breadcrumbs--dark .breadcrumbs__item:before,
.breadcrumbs--dark .breadcrumbs__link {
    color: #101820
}

.pagination,
.pagination__inner {
    display: -webkit-box;
    display: flex
}

.pagination {
    -webkit-box-pack: center;
    justify-content: center
}

.pagination__inner {
    box-shadow: 0 10px 84px rgba(166, 138, 127, .2)
}

.pagination__item:not(:last-child) {
    border-right: 1px solid #e1e1e1
}

.pagination__btn:hover,
.pagination__item.active .pagination__btn {
    background: #101820;
    color: #fff
}

.pagination__btn {
    width: 60px;
    height: 69px;
    font-family: FuturaPT;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #101820;
    background: #fefefe;
    -webkit-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease
}

.pagination-arrows {
    display: -webkit-inline-box;
    display: inline-flex;
    box-shadow: 0 9px 44px rgba(62, 51, 46, .4)
}

.dropdown__box,
.ui__colors ._item {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .25), 0 0 1px 0 rgba(0, 0, 0, .25)
}

.pagination-arrows__btn {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    background: #101820
}

.pagination-arrows__btn span,
.pagination-arrows__btn:after,
.pagination-arrows__btn:before {
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.pagination-arrows__btn:after,
.pagination-arrows__btn:before {
    content: "";
    width: 20px
}

.pagination-arrows__btn span {
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    width: 40px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .pagination-arrows__btn span,
    .pagination-arrows__btn:after,
    .pagination-arrows__btn:before {
        -webkit-transition: none;
        transition: none
    }
}

.pagination-arrows__btn--prev:after,
.pagination-arrows__btn--prev:before {
    right: 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.pagination-arrows__btn--prev:before {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg)
}

.pagination-arrows__btn--prev:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
}

.pagination-arrows__btn--prev span {
    right: 9px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.pagination-arrows__btn--prev:hover:before {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.pagination-arrows__btn--next:hover:before,
.pagination-arrows__btn--prev:hover:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.pagination-arrows__btn--next:hover span,
.pagination-arrows__btn--prev:hover span {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.pagination-arrows__btn--next:after,
.pagination-arrows__btn--next:before {
    left: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.pagination-arrows__btn--next:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.pagination-arrows__btn--next:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.pagination-arrows__btn--next span {
    left: 9px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.pagination-arrows__btn--next:hover:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.pagination-arrows--devided .pagination-arrows__item:not(:last-child) {
    border-right: 2px solid #e1e1e1
}

.dash-list {
    padding-left: 100px;
    font-family: TTDrugs;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -.02em
}

.dash-list--small .dash-list__item,
.dropdown__item,
.tabs-nav__btn {
    font-weight: 400;
    letter-spacing: -.03em
}

.dash-list__item {
    position: relative;
    margin-bottom: 3px
}

.dash-list__item:last-child {
    margin-bottom: 0
}

.dash-list__item:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 100%;
    display: inline-block;
    width: 60px;
    height: 2px;
    margin-right: 40px;
    background: #ed1a3b
}

@media (max-width:1023px) {
    .dash-list {
        padding-left: 80px
    }

    .dash-list .dash-list__item:before {
        top: 16px;
        width: 40px
    }
}

@media (max-width:767px) {
    .dash-list {
        font-size: 20px;
        line-height: 30px;
        padding-left: 60px
    }

    .dash-list .dash-list__item:before {
        top: 16px;
        width: 40px;
        margin-right: 20px
    }
}

@media (max-width:374px) {
    .dash-list {
        padding-left: 40px
    }

    .dash-list .dash-list__item:before {
        width: 20px
    }
}

.dash-list--small .dash-list__item {
    font-family: FuturaPT;
    font-size: 20px;
    line-height: 30px
}

.dash-list--small .dash-list__item:before {
    top: 15px
}

.captcha {
    width: 225px;
    height: 60px;
    background: #f8f8f9
}

.tabs-nav {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    background: #f6f6f6;
    border-radius: 5px;
    overflow: hidden
}

.tabs-nav__item {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.tabs-nav__btn,
.tabs-nav__btn.active {
    -webkit-transition: color .1s;
    transition: color .1s
}

.tabs-nav__btn {
    width: 100%;
    padding: 16px 20px 18px;
    font-family: FuturaPT;
    font-size: 20px;
    line-height: 26px;
    color: #707479
}

@media (max-width:767px) {
    .tabs-nav__btn {
        padding: 11px 20px 13px
    }
}

.tabs-nav__btn:hover {
    color: #101820
}

.tabs-nav__btn.active {
    background-color: #101820;
    color: #fff
}

.tabs-nav__btn.active:hover {
    color: #fff
}

.accord-header.active+.accord-content,
.dropdown.opened .dropdown__box {
    display: block
}

.accord-content {
    display: none
}

.accord-content.animate {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .32s ease;
    transition: height .32s ease
}

.dropdown {
    position: relative
}

.dropdown.disabled .dropdown__header {
    cursor: default
}

.dropdown.disabled .dropdown__arrow {
    display: none
}

.dropdown.hide .dropdown__box {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

.dropdown__header {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown__arrow svg,
.dropdown__arrow use {
    -webkit-transition: stroke .05s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, stroke .05s ease;
    transition: transform .2s ease, stroke .05s ease, -webkit-transform .2s ease
}

.dropdown__box {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin-top: 10px;
    min-width: 100%;
    max-width: 250px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
    z-index: 10
}

.dropdown__scroll {
    position: relative;
    min-height: 50px;
    max-height: 250px
}

.checkbox,
.radio {
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer
}

.dropdown__list {
    padding: 10px 0
}

.dropdown__item {
    display: block;
    padding: 10px 20px;
    font-family: FuturaPT;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    color: #707479
}

.dropdown__item.highlight,
.dropdown__item:hover {
    color: #101820;
    background-color: #f1f2f5
}

.dropdown__item.hide {
    display: none
}

.radio {
    position: relative;
    display: block;
    min-width: 20px
}

.radio__radiomark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 6px;
    border-radius: 50%;
    background: #e1e1e1
}

.checkbox__label,
.radio__label {
    padding-left: 32px;
    font-family: FuturaPT;
    color: #101820;
    font-size: 20px;
    letter-spacing: -.03em
}

.radio__radiomark:after {
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.radio__label {
    line-height: 26px
}

.radio__control:checked~.radio__radiomark {
    background: #101820
}

.radio__control:checked~.radio__radiomark:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear
}

.checkbox {
    position: relative;
    display: block;
    min-width: 20px
}

.checkbox__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #e1e1e1
}

.checkbox__checkmark svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox__checkmark svg,
.checkbox__checkmark svg use {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 35px;
    stroke-dasharray: 35px
}

.checkbox__label {
    line-height: 26px
}

.checkbox__control:checked~.checkbox__checkmark {
    background-color: #101820
}

.checkbox__control:checked~.checkbox__checkmark svg,
.checkbox__control:checked~.checkbox__checkmark svg use {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset .25s linear;
    transition: stroke-dashoffset .25s linear
}

.loader {
    position: relative;
    min-height: 90px
}

.loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 39
}

.loader__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 40
}

.loader__circle:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border: 2px solid #f5f5f5;
    border-top: 3px solid #ed1a3b;
    border-radius: 100%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.loader--trans:before {
    display: none
}

.loader-small {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(237, 29, 60, .75) rgba(237, 29, 60, .75) rgba(237, 29, 60, .25) rgba(237, 29, 60, .25);
    border-radius: 100%;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite
}

.loader-block {
    position: relative;
    min-height: 100px
}

.input-size.form-error .input-size__inner:after,
.input-size.form-error .input-size__inner:before,
.mm-contacts__list-link:hover span,
.mm-nav-list__link:hover span {
    color: #ed1a3b
}

.input-size.form-error .input-size__control {
    box-shadow: none
}

.input-size__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    padding: 17px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    background: #fff
}

.input-size__inner:after,
.input-size__inner:before {
    flex-shrink: 0;
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.03em
}

.input-size__inner:before {
    content: attr(data-prefix);
    color: #707479
}

.input-size__inner:after {
    content: attr(data-postfix);
    color: #101820
}

.input-size__control {
    flex-shrink: 1;
    height: 100%;
    padding: 0 2px 0 10px;
    text-align: right;
    background: 0 0
}

.ps:hover .ps--focus,
.ps:hover .ps--scrolling-y,
.ps:hover .ps__rail-y {
    opacity: 1
}

.ps__rail-y {
    width: 4px;
    border-radius: 3px;
    margin: 20px 7px 20px 0;
    z-index: 0
}

.ps__rail-y:after,
.ps__rail-y:before {
    content: "";
    position: absolute;
    z-index: -1
}

.ps__rail-y:before {
    width: 20px;
    background: #fff;
    top: -20px;
    right: -7px;
    bottom: -20px
}

.ps__rail-y:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    background: #e1e1e1
}

.ps__rail-y.ps--clicking,
.ps__rail-y:focus,
.ps__rail-y:hover {
    opacity: 1
}

.ps__rail-y.ps--clicking>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    width: 4px;
    background-color: #ed1a3b
}

.ps__thumb-y {
    right: auto;
    left: auto;
    width: 100%;
    border-radius: 3px;
    background-color: #ed1a3b
}

.ps--active-y .ps__rail-y {
    background-color: #e1e1e1;
    opacity: 1
}

.logo {
    display: block;
    width: 190px
}

@media (max-width:767px) {
    .logo {
        width: 156px
    }
}

.fullscreen-slider {
    position: relative
}

.fullscreen-slider__slide {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 194px);
    z-index: 0
}

@media (max-width:767px) {
    .fullscreen-slider__slide {
        height: calc(100vh - 182px)
    }
}

.fullscreen-slider__slide--light .fullscreen-slider__text,
.fullscreen-slider__slide--light .fullscreen-slider__title {
    color: #fff
}

.fullscreen-slider__slide--dark .fullscreen-slider__text,
.fullscreen-slider__slide--dark .fullscreen-slider__title {
    color: #40381e
}

.fullscreen-slider__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1
}

.fullscreen-slider__bg-img.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.about__img--transition img,
.fullscreen-slider__bg-img.img-container img,
.history-timeline__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.fullscreen-slider__bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1
}

@supports (object-fit:cover) and (not (-ms-ime-align:auto)) {
    .fullscreen-slider__bg-video {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.fullscreen-slider__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    min-height: 320px;
    margin: auto 0
}

.fullscreen-slider__title {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center
}

.fullscreen-slider__text {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center
}

.fullscreen-slider__btn {
    flex-shrink: 1;
    background: rgba(16, 24, 32,.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

@media (min-width:768px) {
    .fullscreen-slider__btn {
        margin-top: auto
    }
}

.fullscreen-slider__bullets {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 40px;
    z-index: 1
}

@media (max-width:767px) {
    .fullscreen-slider__bullets {
        left: 20px;
        right: 20px
    }
}

.fs-bullets {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.fs-bullets__btn {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, .2)
}

.fs-bullets__btn:not(:last-child) {
    margin-right: 9px
}

.fs-bullets__progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    display: block;
    background: #fff
}

.collection-slider {
    display: -webkit-box;
    display: flex;
    text-align: center
}

.collection-slider__main-slider,
.collection-slider__side-slider {
    position: relative;
    z-index: 0
}

.collection-slider__main-slider.to-prev .collection-slider__slide.prev,
.collection-slider__side-slider.to-prev .collection-slider__slide.prev {
    z-index: 1
}

.collection-slider__main-slider.to-next .collection-slider__slide.prev,
.collection-slider__main-slider.to-prev .collection-slider__slide.next,
.collection-slider__side-slider.to-next .collection-slider__slide.prev,
.collection-slider__side-slider.to-prev .collection-slider__slide.next {
    z-index: 2
}

.collection-slider__main-slider.to-next .collection-slider__slide.next,
.collection-slider__side-slider.to-next .collection-slider__slide.next,
.instagram__preview-slider.to-prev .instagram__subpreview.prev {
    z-index: 1
}

.collection-slider__bg {
    position: absolute;
    top: -30px;
    right: -16%;
    width: 110%;
    z-index: -1
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .collection-slider__bg {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .collection-slider__bg {
        right: -17%;
        width: 120%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .collection-slider__bg {
        top: calc(50% - 30px);
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:767px) {
    .collection-slider__bg {
        display: none
    }
}

.collection-slider__bg svg {
    position: relative;
    width: 100%
}

.collection-slider__bg svg rect {
    -webkit-transition: fill 1s cubic-bezier(.4, 0, .2, 1);
    transition: fill 1s cubic-bezier(.4, 0, .2, 1)
}

.collection-slider__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 0 !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    width: auto !important
}

@media (min-width:1024px) {
    .collection-slider__pagination {
        display: none
    }

    .collection-slider__slide {
        visibility: hidden
    }
}

.collection-slider__pagination-item {
    width: 10px;
    height: 10px;
    border: 1px solid #101820;
    border-radius: 50%;
    background: 0 0;
    opacity: 1
}

.collection-slider__pagination-item:not(:last-child) {
    margin-right: 20px
}

.collection-slider__pagination-item.active {
    background: #101820
}

.collection-slider__main {
    width: calc(100% - 220px)
}

@media (max-width:1023px) {
    .collection-slider__bg svg rect {
        -webkit-transition: fill .4s cubic-bezier(.4, 0, .2, 1);
        transition: fill .4s cubic-bezier(.4, 0, .2, 1)
    }

    .collection-slider__main {
        width: 100%
    }

    .collection-slider__side {
        display: none
    }
}

.collection-slider__main-slider[data-theme=brown] .collection-slider__bg svg rect {
    fill: #f9e6e0
}

.collection-slider__main-slider[data-theme=green] .collection-slider__bg svg rect {
    fill: #cad8c1
}

.collection-slider__main-slider[data-theme=gray] .collection-slider__bg svg rect {
    fill: #d1d1d1
}

.collection-slider__side {
    flex-shrink: 0;
    width: 200px;
    padding: 40px 0 70px;
    margin-left: 60px
}

.collection-slider__side-slides {
    margin-top: 60px
}

@media (min-width:1024px) and (max-width:1280px) {
    .collection-slider__side {
        width: 150px;
        padding: 30px 0 50px;
        margin-left: 40px
    }

    .collection-slider__side-slides {
        margin-top: 40px
    }
}



.collection-slider__nav {
    z-index: 1;
}

.collection-slider__nav .prev {
    margin-left: -30px;
}

.collection-slider__nav .next {
    margin-right: -30px;
}

.more-content .collection-slider__nav {
    position: absolute;
    display: none;
    justify-content: space-between;
    margin-top: -370px;
    width: 100%;
    box-shadow: none;
}

.collections-slider .collection-slider__nav {
    position: absolute;
    margin-top: -270px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-shadow: none;
}

.collections-slider .collection-slider__nav .pagination-arrows__item {
    box-shadow: 0 9px 44px rgba(62, 51, 46, .4);
}


@media (min-width:1024px) and (max-width:1280px) {
    .collection-slider__nav {
        margin-top: 50px
    }
}

.collection-slider__slide {
    display: -webkit-box;
    display: flex;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 0
}

.collection-slider__slide[data-theme=brown] .collection-slider__preview:after {
    background: linear-gradient(115.99deg, #f9e6e0 15.72%, rgba(249, 230, 224, 0) 54.76%)
}

.collection-slider__slide[data-theme=green] .collection-slider__preview:after {
    background: linear-gradient(115.99deg, #cad8c1 15.72%, rgba(249, 230, 224, 0) 54.76%)
}

.collection-slider__slide[data-theme=gray] .collection-slider__preview:after {
    background: linear-gradient(115.99deg, #d1d1d1 15.72%, rgba(249, 230, 224, 0) 54.76%)
}

.collection-slider__slide.active .collection-slider__preview-mask,
.collection-slider__slide.next .collection-slider__preview-mask,
.collection-slider__slide.prev .collection-slider__preview-mask {
    width: 100%
}

.collection-slider__slide.active {
    z-index: 3
}

@media (min-width:768px) and (max-width:1023px) {
    .collection-slider__slide {
        padding: 0 30px 50px
    }
}

@media (max-width:767px) {
    .collection-slider__pagination {
        bottom: 30px !important
    }

    .collection-slider__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px 20px 80px
    }
}

.collection-slider__slide:not(.collection-slider__slide--extra) .collection-slider__preview:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background .5s cubic-bezier(.4, 0, .2, 1);
    transition: background .5s cubic-bezier(.4, 0, .2, 1)
}

.collection-slider__slide--extra {
    display: block
}

.collection-slider__slide--extra .collection-slider__preview:before {
    padding-top: 150%
}

.collection-slider__slide--extra .collection-slider__title {
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: normal;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden
}

.collection-slider__col--small {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    margin-right: -110px;
    z-index: 1
}

@media (min-width:768px) and (max-width:1023px) {
    .collection-slider__col--small {
        max-width: 390px
    }
}

.collection-slider__col--big {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

@media (max-width:767px) {
    .collection-slider__col--small {
        max-width: none;
        margin-bottom: 20px;
        margin-right: 0
    }

    .collection-slider__col--big {
        width: 100%
    }
}

.collection-slider__detail {
    width: 100%;
    max-width: 450px;
    padding: 20px 0 30px;
    margin: auto
}

.collection-slider__label {
    display: inline-block;
    margin-bottom: 66px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #101820
}

.about__text,
.history-timeline__date,
.ht-fraction {
    font-weight: 400;
    font-family: TTDrugs
}

@media (min-width:768px) and (max-width:1280px) {
    .collection-slider__label {
        margin-bottom: 27px
    }
}

@media (max-width:767px) {
    .collection-slider__detail {
        padding: 0
    }

    .collection-slider__label {
        margin-bottom: 20px
    }
}

.collection-slider__title {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #101820
}

@media (min-width:768px) and (max-width:1023px) {
    .collection-slider__title {
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 60px
    }
}

.collection-slider__description {
    color: #101820
}

.collection-slider__btn {
    width: 300px;
    margin-top: 70px
}

@media (min-width:768px) and (max-width:1280px) {
    .collection-slider__btn {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .collection-slider__title {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 40px
    }

    .collection-slider__description {
        display: none
    }

    .collection-slider__btn {
        width: 285px;
        margin-top: -30px;
        z-index: 1
    }

    .history-timeline__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.collection-slider__preview {
    position: relative;
    width: 100%;
    overflow: hidden
}

.collection-slider__preview:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 92%
}

@media (min-width:1024px) and (max-width:1280px) {
    .collection-slider__preview:before {
        padding-top: 125%
    }
}

.collection-slider__preview-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%
}

.collection-slider__preview-img.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.about,
.about__images {
    position: relative
}

.collection-slider__preview-img.img-container img {
    width: 100%;
    height: 100%
}

.history-timeline__slider {
    overflow: visible
}

.history-timeline__slide {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media (min-width:1024px) {

    .collection-slider__slide.active,
    .collection-slider__slide.next,
    .collection-slider__slide.prev {
        visibility: visible
    }

    .collection-slider__slide.active .collection-slider__preview:after {
        -webkit-animation: gradientIn 1s ease;
        animation: gradientIn 1s ease
    }

    .collection-slider__slide.active .collection-slider__preview-mask {
        -webkit-animation: animation-mask-x 1s ease;
        animation: animation-mask-x 1s ease
    }

    .collection-slider__slide:not(.active) .collection-slider__detail,
    .collection-slider__slide:not(.active) .collection-slider__title {
        opacity: 0
    }

    .history-timeline {
        padding-left: 100px;
        padding-right: 100px
    }

    .history-timeline__slider {
        padding-top: 60px
    }

    .history-timeline__slide.active {
        -webkit-transform: translateY(-60px) !important;
        transform: translateY(-60px) !important
    }

    .history-timeline__extra {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

.history-timeline__img {
    flex-shrink: 0;
    width: 310px
}

.history-timeline__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 134%
}

.history-timeline__detail {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-left: 40px
}

@media (max-width:767px) {
    .history-timeline__img {
        width: 100%;
        margin-bottom: 20px
    }

    .history-timeline__detail {
        width: 100%;
        margin-left: 0
    }
}

.history-timeline__date {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    color: #ed1a3b
}

.history-timeline__text {
    color: #101820
}

.history-timeline__extra {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 310px;
    margin-top: 40px;
    z-index: 1
}

@media (min-width:768px) and (max-width:1023px) {
    .history-timeline__extra {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .history-timeline__date {
        margin-bottom: 10px
    }

    .history-timeline__extra {
        margin-top: 20px
    }
}

@media (max-width:1023px) {
    .collection-slider__detail {
        max-width: 350px
    }

    .history-timeline__nav {
        display: none
    }
}

.ht-fraction {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: end;
    align-items: flex-end;
    line-height: 1
}

.ht-fraction__curr,
.ht-fraction__total {
    display: inline-block;
    font-size: 36px;
    color: #ed1a3b
}

.ht-fraction__total {
    padding: 3px 0;
    font-size: 20px;
    color: #101820
}

.ht-fraction__total:before {
    content: "/";
    margin: 0 10px
}

.about__img--transition:before,
.embed-video:before,
.embed-video__btn ._icon:after,
.embed-video__btn ._icon:before,
.embed-video__btn:before,
.instagram__preview:before,
.instagram__title:before,
.main-menu:before,
.map__inner:before,
.media--responsive .media__img:before,
.media--with-overlay .media__img:after,
.mm-social__link:after,
.promo__mask:after,
.promo__mask:before,
.sales__preview:before,
.view__bg.img-container:after {
    content: ""
}

.about__text {
    font-size: 24px;
    line-height: 36px
}

@media (min-width:1024px) {
    .about__text {
        padding-left: 100px;
        max-width: 650px
    }

    .sales__preview {
        box-shadow: 0 0 0 10px #fff
    }
}

.about__images {
    width: 100%;
    max-width: 460px;
    margin: 100px auto 0
}

@media (max-width:1023px) {
    .about__images {
        display: none
    }
}

.about__img[class*=extra-]:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:1280px) {
    .about__img--extra-1 {
        width: 280px
    }

    .about__img--extra-2 {
        width: 180px
    }
}

.about__img--transition:before,
.embed-video:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 128%
}

.about__extra-images {
    position: absolute;
    top: 0;
    left: calc(100% - 210px);
    width: 100%;
    max-width: 400px;
    margin-left: 20px
}

@media (max-width:1280px) {
    .about__extra-images {
        top: 150px
    }
}

@media (max-width:1023px) {
    .about__extra-images {
        display: none
    }
}

.embed-video {
    position: relative;
    overflow: hidden;
    background: #f5f5f5
}

.embed-video:before {
    padding-top: 56.25%
}

.embed-video__btn:before,
.embed-video__poster.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.embed-video__poster.img-container img,
.sales__bg.img-container img,
.sales__preview img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.embed-video__btn,
.embed-video__player {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.embed-video__btn {
    display: block;
    width: 100px;
    height: 100px
}

.embed-video__btn:hover:before {
    -webkit-transform: scale(.94);
    transform: scale(.94)
}

.embed-video__btn:active:before {
    -webkit-transform: scale(.88);
    transform: scale(.88)
}

.embed-video__btn:before {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.embed-video__btn ._icon {
    display: block;
    width: 100%;
    height: 100%
}

.embed-video__btn ._icon:after,
.embed-video__btn ._icon:before {
    position: absolute;
    right: 18%;
    display: block;
    width: 30px;
    height: 1px;
    background: #fff
}

.embed-video__btn ._icon:before {
    top: 39%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.embed-video__btn ._icon:after {
    bottom: 39%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.vacancy__title {
    margin-bottom: 30px;
    padding-left: 100px
}

@media (min-width:768px) and (max-width:1023px) {
    .vacancy__title {
        padding-left: 80px
    }
}

@media (max-width:767px) {
    .embed-video__btn {
        width: 60px;
        height: 60px
    }

    .embed-video__btn ._icon:after,
    .embed-video__btn ._icon:before {
        right: 13%;
        width: 20px
    }

    .vacancy__title {
        padding-left: 60px
    }
}

.overview__title {
    margin-bottom: 0;
    font-family: TTDrugs;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.overview__title ._line {
    display: block
}

.overview__title ._line:not(:first-child) {
    margin-top: -40px
}

.overview__title ._line:last-child {
    padding-right: 130px
}

@media (min-width:768px) and (max-width:1023px) {
    .overview__title ._line:not(:first-child) {
        margin-top: -20px
    }

    .overview__title {
        font-size: 70px;
        line-height: 100px
    }
}

@media (max-width:767px) {
    .overview__title {
        font-size: 22px;
        line-height: 38px;
        text-align: center
    }

    .overview__title ._line {
        display: inline
    }

    .overview__title ._line:not(:first-child) {
        margin-top: 0
    }

    .overview__title ._line:last-child {
        padding-right: 0
    }
}

@media (max-width:374px) {
    .vacancy__title {
        padding-left: 40px
    }

    .overview__title {
        font-size: 28px;
        line-height: 42px
    }
}

.overview__description {
    max-width: 600px;
    margin-left: auto;
    font-family: TTDrugs;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px
}

@media (max-width:767px) {
    .overview__description {
        margin: 0 auto;
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }
}

.overview__stats {
    margin-top: 35px
}

@media (max-width:767px) {
    .overview__stats {
        margin-top: 50px
    }

    .overview__stats-scroll {
        display: -webkit-box;
        display: flex;
        margin: 0 -20px;
        padding-bottom: 10px;
        overflow-x: auto
    }
}

.overview__stats-rail {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
    min-width: 100%;
    margin: 0 -10px
}

.overview__stats-label,
.overview__stats-value {
    display: block;
    font-family: TTDrugs
}

@media (max-width:767px) {
    .overview__stats-rail {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0
    }
}

.overview__stats-item {
    flex-shrink: 0;
    width: 33.33333%;
    padding: 0 10px;
    text-align: center
}

.overview__stats-value {
    font-size: 80px;
    font-weight: 300;
    line-height: 1
}

@media (max-width:767px) {
    .overview__stats-value {
        font-size: 50px
    }
}

.overview__stats-label {
    width: 150px;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.collection-preview__caption,
.sales__label {
    font-family: FuturaNew
}

@media (max-width:767px) {
    .overview__stats-label {
        margin-top: 15px
    }
}

.sales {
    display: -webkit-box;
    display: flex
}

.sales__block {
    width: 57%
}

.sales__block--preview {
    margin-right: -7%;
    z-index: 1
}

.sales__block--detail {
    margin-left: -7%;
    z-index: 0
}

@media (min-width:1024px) and (max-width:1280px) {
    .sales__block {
        width: 55%
    }

    .sales__block--preview {
        margin-right: -5%
    }

    .sales__block--detail {
        margin-left: -5%
    }
}

@media (max-width:1023px) {
    .sales {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .sales__block {
        width: 100%
    }

    .sales__block--detail {
        margin: 0
    }
}

.sales__preview {
    position: relative;
    margin-top: -80px
}

.sales__preview:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 83%
}

@media (max-width:1023px) {
    .sales__preview {
        margin-top: 0
    }
}

.sales__detail {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 60px 30px 70px;
    text-align: center
}

@media (min-width:1281px) {
    .sales__detail {
        min-height: 580px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .overview__description {
        max-width: 460px
    }

    .sales__detail {
        min-height: 418px
    }
}

.sales__bg.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: transform;
    z-index: -1
}

.sales__overlay {
    width: 100%
}

.sales__label {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #4d7541
}

.sales__title {
    display: block;
    max-width: 450px;
    margin: 0 auto
}

@media (min-width:1024px) and (max-width:1280px) {
    .sales__title {
        max-width: 360px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sales__title {
        max-width: 400px
    }
}

@media (max-width:767px) {
    .sales__detail {
        padding: 60px 20px
    }

    .sales__title {
        font-size: 28px
    }
}

@media (max-width:345px) {
    .sales__title {
        font-size: 26px
    }
}

.sales__btn {
    width: 300px;
    margin-top: 70px
}

@media (min-width:768px) and (max-width:1280px) {
    .sales__btn {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .sales__btn {
        margin-top: 30px
    }
}

.instagram {
    padding: 20px 0 30px;
    text-align: center
}

.instagram__header {
    max-width: 972px;
    margin: 0 auto 50px
}

@media (max-width:767px) {
    .instagram__header {
        margin-bottom: 40px
    }
}

.instagram__logo {
    margin: 0 auto 24px
}

.header-top__inner .instagram__logo {
    margin: 0 auto 0;
    height: 30px;
}

.instagram__title {
    position: relative;
    text-align: center;
    z-index: 0
}

.instagram__title:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background: #101820;
    z-index: -1
}

@media (max-width:767px) and (max-width:767px) and (min-width:375px) {
    .instagram__title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .instagram__title:before {
        display: none
    }
}

.instagram__title-text {
    display: inline-block;
    padding: 0 90px;
    background: #fff
}

@media (max-width:767px) {
    .instagram__title-text {
        padding: 0
    }
}

.instagram__slider {
    overflow: visible
}

.instagram__preview {
    position: relative;
    overflow: hidden
}

@media (min-width:1024px) {
    .instagram__preview:nth-child(n+4) {
        display: none
    }
}

.instagram__preview:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.get-job__inner,
.view__inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media (min-width:1024px) {
    .instagram__preview {
        width: calc(33.33333% - 60px)
    }

    .instagram__preview:not(:last-child) {
        margin-right: 90px
    }

    .instagram__preview:nth-child(2) {
        margin-top: 60px
    }

    .instagram__subpreview.active .instagram__subpreview-mask--to-left,
    .instagram__subpreview.active .instagram__subpreview-mask--to-right {
        -webkit-animation: animation-mask-x 1s ease;
        animation: animation-mask-x 1s ease
    }

    .instagram__subpreview.active .instagram__subpreview-mask--to-bottom,
    .instagram__subpreview.active .instagram__subpreview-mask--to-top {
        -webkit-animation: animation-mask-y 1s ease;
        animation: animation-mask-y 1s ease
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .instagram__preview {
        width: calc(33.33333% - 40px)
    }

    .instagram__preview:not(:last-child) {
        margin-right: 60px
    }

    .instagram__preview:nth-child(2) {
        margin-top: 30px
    }
}

.instagram__subpreview,
.instagram__subpreview.active .instagram__subpreview-mask,
.instagram__subpreview.next .instagram__subpreview-mask,
.instagram__subpreview.prev .instagram__subpreview-mask {
    width: 100%;
    height: 100%
}

.instagram__preview-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.instagram__preview-slider.to-next .instagram__subpreview.prev,
.instagram__preview-slider.to-prev .instagram__subpreview.next {
    z-index: 2
}

.instagram__preview-slider.to-next .instagram__subpreview.next {
    z-index: 1
}

.instagram__subpreview {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: hidden;
    z-index: 0
}

.instagram__subpreview.active,
.instagram__subpreview.next,
.instagram__subpreview.prev {
    visibility: visible
}

.instagram__subpreview.active {
    z-index: 3
}

.instagram__subpreview-mask {
    position: absolute
}

.instagram__subpreview-mask--to-left {
    top: 0;
    right: 0;
    width: 0;
    height: 100%
}

.instagram__subpreview-mask--to-top {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0
}

.instagram__subpreview-mask--to-bottom {
    left: 0;
    top: 0;
    width: 100%;
    height: 0
}

.instagram__subpreview-img.img-container {
    background: #f5f5f5
}

.instagram__subpreview-img.img-container img {
    width: 100%;
    height: 100%;
    opacity: 1 !important
}

.view,
.view__inner {
    position: relative
}

.instagram__subpreview-img.img-container,
.view__bg.img-container,
.view__bg.img-container img,
.view__bg.img-container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.view__bg.img-container:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(46.91%, rgba(16, 24, 32, .4)), color-stop(65.74%, rgba(16, 24, 32, 0)));
    background: linear-gradient(90deg, rgba(16, 24, 32, .4) 46.91%, rgba(16, 24, 32, 0) 65.74%)
}

@media (max-width:1023px) {
    .instagram__subpreview-mask {
        width: 100%;
        height: 100%
    }

    .view__bg.img-container:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(16, 24, 32, .4)), to(rgba(16, 24, 32, 0)));
        background: linear-gradient(90deg, rgba(16, 24, 32, .4), rgba(16, 24, 32, 0))
    }
}

.view__bg.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    font-family: "object-fit: cover, object-position: 70% center"
}

.view__inner {
    display: flex;
    flex-direction: column;
    /* min-height: 505px; */
    min-height: 260px;
    padding: 100px 0 50px
}

@media (max-width:767px) {
    .view__inner {
        min-height: 80vh
    }
}

.view__breadcrumbs {
    position: absolute;
    top: 40px;
    left: 0;
    max-width: 100%
}

.view__title {
    max-width: 100%;
    margin-top: auto;
    color: #fff;
    word-break: break-word
}

@media (max-width:374px) {
    .view__inner {
        min-height: 60vh
    }

    .view__title {
        font-size: 42px;
        line-height: 42px
    }
}

.view--title-only .view__inner {
    height: auto;
    min-height: auto;
    padding-top: 50px
}

@media (max-width:767px) {
    .view--title-only .view__inner {
        padding-top: 30px
    }
}

.view--title-only .view__title {
    position: relative;
    bottom: auto;
    left: auto;
    color: #101820;
}

.view--breadcrumbs-only .view__inner {
    min-height: auto;
    padding: 25px 0;
    border-top: 1px solid #e1e1e1
}

.view--breadcrumbs-only .view__breadcrumbs {
    position: relative;
    top: auto;
    left: auto
}

.section__inner {
    padding: 60px 0 80px
}

.section__title {
    max-width: 660px;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .section__inner {
        padding: 40px 0 60px
    }

    .section__title {
        margin-bottom: 40px
    }
}

.section--slim .section__inner {
    max-width: 880px;
    margin: 0 auto
}

.section--no-gutter-bottom .section__inner {
    padding-bottom: 0
}

.section--no-gutters .section__inner {
    padding: 0
}

.section--overflow {
    overflow: hidden
}

.section--accent {
    background: #f9e6e0
}

.section--main.section--accent {
    background: #fff
}

.section--inverse-main+.section--inverse-main:not(.section--accent) .section__inner,
.section--inverse-main+.section--main:not(.section--accent) .section__inner,
.section--main+.section--inverse-main:not(.section--accent) .section__inner,
.section--main+.section--main:not(.section--accent) .section__inner {
    padding-top: 0
}

.section--inverse-main.section--accent .section__inner,
.section--main.section--accent .section__inner {
    padding: 80px 0
}

@media (max-width:767px) {

    .section--inverse-main.section--accent .section__inner,
    .section--main.section--accent .section__inner {
        padding: 50px 0
    }
}

.section--inverse-main .section__inner {
    padding: 30px 0 0;
}

.section--main .section__inner {
    padding: 30px 0 60px;
}

.section--main.home-overview .section__inner {
    padding: 30px 0;
}

.section--main.main-news .section__inner {
    padding: 0 0 30px;
}

@media (min-width:768px) and (max-width:1023px) {

    .section--inverse-main .section__inner,
    .section--main .section__inner {
        padding: 95px 0
    }
}

@media (max-width:767px) {

    .section--inverse-main .section__inner,
    .section--main .section__inner {
        padding: 40px 0
    }
}

.section--inverse-main .section__title,
.section--main .section__title {
    max-width: 50%;
    padding-left: 100px;
    overflow: hidden
}

.section--inverse-main .section__title-text,
.section--main .section__title-text {
    position: relative;
    display: inline-block
}

.section--inverse-main .section__title-line,
.section--main .section__title-line {
    position: absolute;
    top: 40px;
    left: 100%;
    display: block;
    width: 200px;
    height: 1px;
    margin-left: 50px;
    background: #101820;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    will-change: transform
}

@media (min-width:768px) and (max-width:1280px) {

    .section--inverse-main .section__title,
    .section--main .section__title {
        padding-left: 80px
    }

    .section--inverse-main .section__title-line,
    .section--main .section__title-line {
        width: 150px
    }
}

@media (max-width:767px) {

    .section--inverse-main .section__title,
    .section--main .section__title {
        padding-left: 0
    }

    .section--inverse-main .section__title-line,
    .section--main .section__title-line {
        top: 30px;
        width: 100px;
        margin-left: 30px
    }
}

@media (max-width:1023px) {

    .section--inverse-main .section__title,
    .section--main .section__title {
        max-width: none
    }

    .section--hc .container {
        max-width: none;
        padding: 0
    }
}

.section--bg-solid {
    position: relative;
    z-index: 0
}

.section--bg-solid .bg-solid {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #e2f3f3;
    will-change: transform;
    z-index: -1
}

.img-container,
.media__img {
    position: relative
}

.block:not(:last-child) {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .block:not(:last-child) {
        margin-bottom: 40px
    }
}

.block__title {
    margin-bottom: 45px
}

.img-container.is-contain img {
    object-fit: contain;
    font-family: "object-fit: contain"
}

.img-container.is-contain img.zoomImg {
    background-color: #fff;
}

.img-container.is-cover img {
    object-fit: cover;
    font-family: "object-fit: cover"
}

img.lazy:not([src]) {
    visibility: hidden
}

img.lazyloaded {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

img.lazyloading {
    opacity: 0
}

.media__img {
    overflow: hidden;
    text-align: center;
    background: #f5f5f5
}

.collections-slider__slider,
.franchise-steps__slider,
.franchise-stock__slider,
.more-content__slider {
    overflow: visible
}

.media__description {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #bebebe
}

.media--responsive .media__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 74%
}

.media--responsive .media__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.media--with-overlay .media__img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(196, 196, 196, .2);
    z-index: 1
}

.more-content__item {
    width: 315px
}

.more-content__item:not(:last-child) {
    margin-right: 20px
}

.more-content__actions {
    margin-top: 70px;
    text-align: center
}

@media (max-width:767px) {
    .block__title {
        margin-bottom: 25px
    }

    .more-content__item {
        max-width: 88vw
    }

    .more-content__actions {
        margin-top: 50px
    }
}

.more-content__btn {
    width: 330px
}

@media (min-width:1024px) {
    .section--inverse-main .section__title {
        margin-left: auto
    }

    .more-content--gutter {
        padding-left: 100px
    }
}

@media (min-width:1281px) {
    .more-content--wide .more-content__item:not(:last-child) {
        margin-right: 80px
    }
}

.get-job {
    background: #f9e6e0
}

.get-job__inner {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 70px 0 90px
}

.get-job__cta {
    margin-bottom: 45px;
    text-align: center
}

.get-job__btn {
    width: 300px
}

@media (min-width:1024px) {
    .care {
        padding-left: 100px
    }
}

.care__item {
    display: -webkit-box;
    display: flex
}

.care__item:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .care__item {
        flex-wrap: wrap
    }

    .care__icon {
        margin-bottom: 20px
    }
}

.care__icon {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    margin-right: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(61, 61, 61, .15)
}

.care__icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.care__text {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    color: #101820
}

.original__content {
    max-width: 880px;
    margin: 0 auto
}

.original__content>.original-stickers {
    margin-top: 50px;
    margin-bottom: 50px
}

.original-stickers {
    width: 100%;
    max-width: 660px;
    margin: 0 auto
}

.original-stickers>.row {
    margin-top: -17px;
    margin-bottom: -17px
}

.original-stickers>.row>[class*=col-] {
    margin-top: 17px;
    margin-bottom: 17px
}

.original-stickers__label {
    display: inline-block;
    margin-bottom: 30px;
    font-family: TTDrugs;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -.02em
}

.filters-popup__title,
.sc-results__title,
.sc-results__value {
    font-family: TTDrugs
}

.original-stickers__list>.row {
    margin-top: -10px;
    margin-bottom: -10px
}

.original-stickers__list>.row>[class*=col-] {
    margin-top: 10px;
    margin-bottom: 10px
}

.promo {
    margin-top: 90px;
    background: #ebf3f5
}

.promo__inner {
    position: relative;
    padding: 60px 0
}

@media (min-width:768px) and (max-width:1023px) {
    .promo__inner {
        padding: 40px 0
    }
}

@media (max-width:767px) {
    .care__text {
        width: 100%
    }

    .promo__inner {
        padding: 30px 0
    }
}

.promo__mask {
    position: relative;
    padding: 70px 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff
}

.promo__mask:after,
.promo__mask:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: #fff
}

.not-found,
.size-calc {
    background: #f9e6e0
}

.promo__mask:before {
    top: 0;
    left: 0;
    z-index: 0
}

.promo__mask:after {
    bottom: 0;
    left: 0;
    z-index: 3
}

.promo__group {
    width: 100%;
    max-width: 400px;
    margin-left: 10%
}

@media (min-width:1024px) and (max-width:1280px) {
    .promo__group {
        margin-left: 5%
    }
}

@media (max-width:1023px) {
    .promo {
        margin-top: 0
    }

    .promo__group {
        margin: 0 auto
    }

    .promo__img {
        display: none
    }
}

.promo__title {
    margin: 0 auto;
    text-align: center;
    color: #101820
}

@media (max-width:767px) {
    .promo__mask {
        padding: 50px 20px
    }

    .promo__title {
        max-width: 260px
    }
}

.promo__action {
    margin-top: 46px;
    text-align: center
}

.promo__btn {
    width: 330px
}

.promo__img {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 450px;
    z-index: 2
}

@media (min-width:1024px) and (max-width:1280px) {
    .promo__img {
        right: 2%;
        width: 420px
    }

    .size-calc__img {
        right: -100px
    }
}

.size-calc {
    overflow: hidden
}

.size-calc__inner {
    position: relative;
    padding: 120px 0 140px
}

.size-calc__title {
    max-width: 620px;
    margin-bottom: 44px
}

@media (max-width:1023px) {
    .size-calc__inner {
        padding: 45px 0
    }

    .size-calc__title {
        margin-bottom: 22px
    }
}

.size-calc__form {
    max-width: 620px;
    margin-bottom: 64px
}

.size-calc__img {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media (min-width:1281px) {
    .size-calc__img {
        left: 620px;
        width: calc(100% - 620px)
    }
}

@media (max-width:1023px) {
    .size-calc__form {
        max-width: none;
        margin-bottom: 32px
    }

    .size-calc__img {
        display: none
    }
}

.sc-form__row:not(:last-child) {
    margin-bottom: 40px
}

.sc-form__row>.row {
    margin-right: -20px;
    margin-left: -20px
}

.sc-form__row>.row>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:767px) {
    .sc-form__row>.row>[class*=col-]:not(:last-child) {
        margin-bottom: 20px
    }
}

.sc-form__actions .btn {
    width: 290px
}

@media (max-width:1023px) {
    .sc-form__row:not(:last-child) {
        margin-bottom: 20px
    }

    .sc-form__row>.row {
        margin-right: -10px;
        margin-left: -10px
    }

    .sc-form__row>.row>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

    .sc-form__actions .btn {
        width: 300px
    }
}

.sc-results__title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.03em
}

.sc-results__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin: -25px
}

@media (max-width:1023px) {
    .sc-results__list {
        margin: -15px -25px
    }
}

@media (max-width:767px) {
    .sc-results__list {
        margin: -10px -25px
    }
}

.sc-results__item {
    margin: 25px
}

@media (max-width:1023px) {
    .sc-results__item {
        margin: 15px 25px
    }
}

@media (max-width:767px) {
    .sc-results__item {
        margin: 10px 25px
    }
}

.sc-results__value {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    color: #101820
}

.sc-results__label {
    display: block;
    font-family: FuturaPT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707479
}

.mm-contacts__list-link,
.mm-nav-list__link,
.not-found__text {
    font-family: TTDrugs;
    font-weight: 400
}

.not-found__inner {
    padding: 50px 0
}

.not-found__img {
    position: relative;
    max-width: 642px;
    margin: 0 auto
}

.not-found__text {
    max-width: 568px;
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center
}

.main-menu,
.main-menu__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0s .3s;
    transition: transform 0s .3s;
    transition: transform 0s .3s, -webkit-transform 0s .3s;
    z-index: 1000
}

.main-menu:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: -1
}

.main-menu.opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.main-menu.opened:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-menu.opened .main-menu__body,
.main-menu.opened .main-menu__header {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.main-menu.opened .main-menu__header .header-general__menu-toggle {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-menu.opened .mm-contacts__list-link,
.main-menu.opened .mm-nav-list__link {
    -webkit-animation: menu-item-in .35s ease forwards;
    animation: menu-item-in .35s ease forwards
}

@media (min-width:1281px) {
    .main-menu.opened .mm-nav-list__link.active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: background .2s, -webkit-transform .4s 1.1s;
        transition: transform .4s 1.1s, background .2s;
        transition: transform .4s 1.1s, background .2s, -webkit-transform .4s 1.1s
    }

    .main-menu.opened .mm-nav-list__link.active span {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transition: color .2s, -webkit-transform .4s 1.1s;
        transition: transform .4s 1.1s, color .2s;
        transition: transform .4s 1.1s, color .2s, -webkit-transform .4s 1.1s
    }
}

.main-menu.opened .mm-contacts__address {
    -webkit-animation: menu-item-in .35s ease .42s forwards;
    animation: menu-item-in .35s ease .42s forwards
}

.main-menu.opened .mm-social {
    -webkit-animation: menu-item-in .35s ease .3s forwards;
    animation: menu-item-in .35s ease .3s forwards
}

.main-menu__content {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.main-menu__header {
    flex-shrink: 0;
    padding-top: 50px;
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

@media (max-width:767px) {
    .not-found__text {
        font-size: 20px;
        line-height: 30px
    }

    .main-menu__header {
        padding-top: 30px
    }
}

.main-menu__header .header-general__menu-toggle {
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transition: -webkit-transform 0s ease-out;
    transition: transform 0s ease-out;
    transition: transform 0s ease-out, -webkit-transform 0s ease-out
}

.main-menu__body {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    margin: auto 0;
    padding: 40px 0 130px;
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.main-menu__inner,
.main-menu__nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.main-menu__nav {
    width: 75%
}

@media (min-width:768px) and (max-width:1023px) {
    .main-menu__body {
        padding-bottom: 90px
    }

    .main-menu__nav {
        width: 100%
    }

    .main-menu__info {
        margin-top: 50px
    }
}

.main-menu__info {
    width: 25%
}

@media (max-width:1023px) {
    .main-menu__info {
        width: 100%
    }
}

@media (max-width:767px) {
    .main-menu__body {
        padding: 20px 0 50px
    }

    .main-menu__info {
        margin-top: 30px
    }
}

.main-menu__social {
    margin-top: 100px
}

.mm-nav-list__item:not(:last-child) {
    margin-bottom: 10px
}

.mm-nav-list__item:nth-last-child(1) .mm-nav-list__link {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.mm-nav-list__item:nth-last-child(2) .mm-nav-list__link {
    -webkit-animation-delay: .42s;
    animation-delay: .42s
}

.mm-nav-list__item:nth-last-child(3) .mm-nav-list__link {
    -webkit-animation-delay: .54s;
    animation-delay: .54s
}

.mm-nav-list__item:nth-last-child(4) .mm-nav-list__link {
    -webkit-animation-delay: .66s;
    animation-delay: .66s
}

.mm-nav-list__item:nth-last-child(5) .mm-nav-list__link {
    -webkit-animation-delay: .78s;
    animation-delay: .78s
}

.mm-nav-list__item:nth-last-child(6) .mm-nav-list__link {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.mm-nav-list__item:nth-last-child(7) .mm-nav-list__link {
    -webkit-animation-delay: 1.02s;
    animation-delay: 1.02s
}

.mm-nav-list__item:nth-last-child(8) .mm-nav-list__link {
    -webkit-animation-delay: 1.14s;
    animation-delay: 1.14s
}

.mm-nav-list__item:nth-last-child(9) .mm-nav-list__link {
    -webkit-animation-delay: 1.26s;
    animation-delay: 1.26s
}

.mm-nav-list__item:nth-last-child(10) .mm-nav-list__link {
    -webkit-animation-delay: 1.38s;
    animation-delay: 1.38s
}

.mm-nav-list__item:nth-last-child(11) .mm-nav-list__link {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.mm-nav-list__item:nth-last-child(12) .mm-nav-list__link {
    -webkit-animation-delay: 1.62s;
    animation-delay: 1.62s
}

.mm-nav-list__link {
    display: inline-block;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    color: #101820;
    opacity: 0
}

.mm-nav-list__link span {
    display: inline-block;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s
}

.mm-nav-list--main {
    width: 60%
}

@media (min-width:768px) and (max-width:1023px) {
    .main-menu__social {
        margin-top: 60px
    }

    .mm-nav-list--main {
        width: 65%
    }
}

@media (max-width:767px) {
    .main-menu__social {
        margin-top: 30px
    }

    .mm-nav-list--main {
        width: 100%;
        margin-bottom: 30px
    }
}

.mm-nav-list--main .mm-nav-list__link {
    position: relative;
    font-size: 60px;
    line-height: 70px
}

@media (min-width:1281px) {
    .mm-nav-list--main .mm-nav-list__link {
        padding-left: 80px
    }

    .mm-nav-list--main .mm-nav-list__link.active:hover:before {
        background: #ed1a3b
    }

    .mm-nav-list--main .mm-nav-list__link.active:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 80px;
        height: 1px;
        background: #101820;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: background .2s;
        transition: background .2s
    }
}

@media (max-width:767px) {
    .mm-nav-list--main .mm-nav-list__link {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width:374px) {
    .mm-nav-list--main .mm-nav-list__link {
        font-size: 30px;
        line-height: 40px
    }
}

.mm-nav-list--extra {
    width: 40%;
    padding-top: 10px
}

@media (min-width:768px) and (max-width:1023px) {
    .mm-nav-list--extra {
        width: 35%
    }
}

.mm-nav-list--extra .mm-nav-list__link {
    font-size: 24px;
    line-height: 34px
}

.mm-contacts {
    padding-top: 10px
}

.mm-contacts__list {
    margin-bottom: 30px
}

.mm-contacts__list-item:not(:last-child) {
    margin-bottom: 10px
}

.mm-contacts__list-item:nth-last-child(1) .mm-contacts__list-link {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mm-contacts__list-item:nth-last-child(2) .mm-contacts__list-link {
    -webkit-animation-delay: .72s;
    animation-delay: .72s
}

.mm-contacts__list-item:nth-last-child(3) .mm-contacts__list-link {
    -webkit-animation-delay: .84s;
    animation-delay: .84s
}

.mm-contacts__list-item:nth-last-child(4) .mm-contacts__list-link {
    -webkit-animation-delay: .96s;
    animation-delay: .96s
}

.mm-contacts__list-item:nth-last-child(5) .mm-contacts__list-link {
    -webkit-animation-delay: 1.08s;
    animation-delay: 1.08s
}

.mm-contacts__list-item:nth-last-child(6) .mm-contacts__list-link {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.mm-contacts__list-item:nth-last-child(7) .mm-contacts__list-link {
    -webkit-animation-delay: 1.32s;
    animation-delay: 1.32s
}

.mm-contacts__list-item:nth-last-child(8) .mm-contacts__list-link {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s
}

.mm-contacts__list-item:nth-last-child(9) .mm-contacts__list-link {
    -webkit-animation-delay: 1.56s;
    animation-delay: 1.56s
}

.mm-contacts__list-item:nth-last-child(10) .mm-contacts__list-link {
    -webkit-animation-delay: 1.68s;
    animation-delay: 1.68s
}

.mm-contacts__list-item:nth-last-child(11) .mm-contacts__list-link {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.mm-contacts__list-item:nth-last-child(12) .mm-contacts__list-link {
    -webkit-animation-delay: 1.92s;
    animation-delay: 1.92s
}

.mm-contacts__list-link {
    display: inline-block;
    font-size: 20px;
    line-height: 26px
}

.mm-contacts__list-link span {
    -webkit-transition: color .2s;
    transition: color .2s
}

.mm-contacts__address,
.mm-contacts__list-link,
.mm-social {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    opacity: 0
}

.mm-contacts__address {
    display: block;
    font-family: FuturaPT;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #7a7a7a
}

.mm-social {
    display: -webkit-box;
    display: flex
}

.mm-social__item:not(:last-child) {
    margin-right: 14px
}

.mm-social__link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #101820;
    -webkit-transition: background .2s;
    transition: background .2s
}

.mm-social__link:hover {
    background: #ed1a3b
}

.mm-social__link:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mm-social__link--fb:after,
.mm-social__link--ig:after,
.mm-social__link--tw:after,
.mm-social__link--yt:after {
    display: block;
    background-color: transparent;
    background-image: url(../images/svg/sprite.svg);
    background-size: 195px 215px;
    width: 17px;
    height: 15px;
    background-position: -112px -140px
}

.mm-social__link--fb:after,
.mm-social__link--ig:after,
.mm-social__link--yt:after {
    width: 8px;
    height: 17px;
    background-position: -88px -107px
}

.mm-social__link--ig:after,
.mm-social__link--yt:after {
    width: 16px;
    height: 16px;
    background-position: -96px -124px
}

.mm-social__link--yt:after {
    width: 18px;
    height: 18px;
    background-position: -129px -155px
}

.map__inner,
.mm-social__link {
    position: relative
}

.map__inner:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 50%
}

@media (min-width:768px) and (max-width:1023px) {
    .map__inner:before {
        padding-top: 70%
    }
}

@media (max-width:767px) {
    .map__inner:before {
        padding-top: 100%;
        max-height: 100vh
    }
}

@media (max-width:374px) {
    .map__inner:before {
        padding-top: 130%
    }
}

.map__widget {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.catalog__filters {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media (min-width:768px) and (max-width:1280px) {
    .catalog__filters {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .catalog__filters {
        flex-wrap: wrap;
        margin-bottom: 30px
    }
}

.catalog__popup-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 1;
    width: 330px;
    height: 60px;
    padding: 18px 20px;
    margin-right: 30px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.03em;
    color: #101820;
    background: #f6f6f6
}

.filters-panel__item--reset,
.filters-select .dropdown__header,
.filters-select__header {
    line-height: 26px;
    letter-spacing: -.03em;
    font-size: 20px;
    font-weight: 400;
    font-family: FuturaPT
}

.catalog__popup-toggle ._icon {
    flex-shrink: 0;
    margin-right: 20px
}

@media (min-width:1024px) {
    .catalog__popup-toggle {
        display: none
    }
}

.catalog__filters-panel {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.catalog__pagination {
    margin-top: 80px
}

@media (max-width:767px) {
    .catalog__popup-toggle {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .catalog__pagination {
        margin-top: 50px
    }
}

.filters-panel,
.filters-panel__group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}

.filters-panel__group {
    margin-right: 20px;
}

.filters-panel__item {
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.filters-panel__item {
    /* margin-right: 20px; */
    width: auto;
}

@media (min-width:1280px) and (max-width:1500px) {
    .filters-panel__item {
        /* margin-right: 15px */
    }
}

@media (max-width:1023px) {
    .filters-panel__item {
        display: none
    }
}

.filters-panel__item--sort {
    margin-left: auto
}

@media (min-width:768px) and (max-width:1023px) {
    .filters-panel__item--sort {
        margin-left: 0
    }
}

.filters-select__action {
    line-height: 26px;
    letter-spacing: -.03em;
    font-size: 20px;
    font-weight: 400;
    font-family: FuturaPT;
    border: solid 1px #333;
    padding: 5px 10px;
    transition: .15s ease;
}

.filters-select__drop .filters-select__action {
    width: 100%;
}

.filters-select__action:hover {
    color: #ed1a3b;
    border-color: #ed1a3b;
}

.filters-panel__item--reset {
    color: #ed1a3b;
    border: solid 1px #ed1a3b;
    padding: 5px 10px;
    transition: .15s ease;
}

.filters-select {
    position: relative
}

.filters-select.selected .filters-select__header:before {
    content: attr(data-placeholder) ": "attr(data-selected-count)
}

.filters-select.selected .filters-select__arrow {
    display: none
}

.filters-select.opened .filters-select__drop,
.filters-select.selected .filters-select__reset {
    display: block
}

.filters-select.opened .filters-select .dropdown__header,
.filters-select.opened .filters-select__header {
    color: #ed1a3b
}

.filters-select.opened .filters-select .dropdown__arrow svg,
.filters-select.opened .filters-select__arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filters-select .dropdown__header:hover .dropdown__arrow svg,
.filters-select .dropdown__header:hover .dropdown__arrow use,
.filters-select .dropdown__header:hover .filters-select__arrow svg,
.filters-select .dropdown__header:hover .filters-select__arrow use,
.filters-select.opened .filters-select .dropdown__arrow svg,
.filters-select.opened .filters-select .dropdown__arrow svg use,
.filters-select.opened .filters-select__arrow svg,
.filters-select.opened .filters-select__arrow svg use,
.filters-select__header:hover .dropdown__arrow svg,
.filters-select__header:hover .dropdown__arrow use,
.filters-select__header:hover .filters-select__arrow svg,
.filters-select__header:hover .filters-select__arrow use {
    stroke: #ed1a3b
}

.filters-select.hide .filters-select__drop {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

.filters-select .dropdown__header,
.filters-select__header {
    position: relative;
    padding-right: 24px;
    color: #101820;
    cursor: pointer;
    -webkit-transition: color .15s ease;
    transition: color .15s ease
}

.filters-select .dropdown__header:before,
.filters-select__header:before {
    content: attr(data-placeholder)
}

.filters-select .dropdown__header:hover,
.filters-select__header:hover {
    color: #ed1a3b
}

.filters-select .dropdown__arrow,
.filters-select__arrow,
.filters-select__reset {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px
}

.filters-select .dropdown__arrow svg,
.filters-select .dropdown__arrow use,
.filters-select__arrow svg,
.filters-select__arrow use,
.filters-select__reset svg,
.filters-select__reset use {
    fill: none;
    stroke: #101820;
    stroke-width: 1.5;
    -webkit-transition: stroke .05s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, stroke .05s ease;
    transition: transform .2s ease, stroke .05s ease, -webkit-transform .2s ease
}

.filters-select__reset {
    display: none;
    height: 12px
}

.filters-select__reset:hover svg,
.filters-select__reset:hover use {
    stroke: #ed1a3b;
    -webkit-transition: stroke .05s ease;
    transition: stroke .05s ease
}

.filters-select__drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
    z-index: 100
}

.filters-select__scroll {
    position: relative;
    min-height: 50px;
    max-height: 250px
}

.filters-select__list {
    padding: 10px 0
}

.filters-select .dropdown__item,
.filters-select__item {
    position: relative;
    display: block;
    padding: 10px 30px 10px 20px;
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707479;
    cursor: pointer
}

.filters-select .dropdown__item:not(.disabled):hover,
.filters-select__item:not(.disabled):hover {
    color: #101820;
    background-color: #f1f2f5
}

.filters-select .dropdown__item:last-child,
.filters-select__item:last-child {
    margin-bottom: 0
}

.filters-select .dropdown__item.hide,
.filters-select__item.hide {
    display: none
}

.filters-select .dropdown__item.disabled,
.filters-select__item.disabled {
    cursor: default
}

.filters-popup:before,
.filters-select .dropdown__item.disabled:after,
.filters-select__item.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.filters-select .dropdown__item.disabled .checkbox__label,
.filters-select__item.disabled .checkbox__label {
    color: #bebebe
}

.filters-select__action {
    /* width: 100% */
}

.filters-select--sort .dropdown__box {
    left: auto;
    right: 0
}

.filters-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0s .3s;
    transition: transform 0s .3s;
    transition: transform 0s .3s, -webkit-transform 0s .3s;
    z-index: 1000
}

@media (min-width:1024px) {
    .filters-popup {
        display: none
    }
}

.filters-popup:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: -1
}

.filters-popup.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.filters-popup.active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.filters-popup.active .filters-popup__box {
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.filters-popup__box {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.filters-popup__inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 100%
}

.filters-popup__tab {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #fff
}

.filters-popup__tab.active {
    display: block;
    z-index: 1
}

.filters-popup__tab-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.filters-popup__header {
    position: relative;
    flex-shrink: 0;
    padding: 30px 60px;
    border-bottom: 1px solid #e1e1e1
}

.filters-popup__title {
    display: block;
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #101820;
    overflow: hidden
}

.filters-popup__back,
.filters-popup__close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.filters-popup__back {
    left: 20px;
    display: block;
    width: 32px;
    height: 52px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.02em
}

.filters-popup__back:after,
.filters-popup__list--selects .filters-popup__list-item:after {
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../images/svg/sprite.svg);
    background-size: 195px 215px;
    width: 13px;
    height: 22px;
    background-position: -75px -85px
}

.filters-popup__close {
    right: 20px;
    z-index: 2
}

@media (max-width:374px) {
    .filters-popup__header {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .filters-popup__close {
        right: 10px
    }
}

.filters-popup__body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    max-height: 100%
}

.filters-popup__scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.filters-popup__list--selects .filters-popup__list-item {
    padding-right: 50px
}

.filters-popup__list--selects .filters-popup__list-item:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.filters-popup__list--options .filters-popup__list-item {
    padding: 0
}

.filters-popup__list--options .filters-popup__list-item .checkbox,
.filters-popup__list--options .filters-popup__list-item .radio {
    width: 100%;
    padding: 22px 20px 23px
}

.filters-popup__list--options .filters-popup__list-item .checkbox__checkmark,
.filters-popup__list--options .filters-popup__list-item .radio__radiomark {
    top: 25px;
    left: 20px
}

@media (max-width:374px) {

    .filters-popup__list--options .filters-popup__list-item .checkbox,
    .filters-popup__list--options .filters-popup__list-item .radio {
        padding-top: 19px;
        padding-bottom: 21px
    }

    .filters-popup__list--options .filters-popup__list-item .checkbox__checkmark,
    .filters-popup__list--options .filters-popup__list-item .radio__radiomark {
        top: 22px
    }
}

.filters-popup__list-item {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 22px 20px 23px;
    border-bottom: 1px solid #e1e1e1;
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #101820;
    cursor: pointer
}

@media (max-width:374px) {
    .filters-popup__list-item {
        padding-top: 19px;
        padding-bottom: 21px
    }
}

.filters-popup__list-item.disabled {
    cursor: default
}

.filters-popup__list-item.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.filters-popup__list-item.disabled .checkbox__label,
.filters-popup__list-item.disabled .radio__label {
    color: #bebebe
}

.filters-popup__list-label {
    flex-shrink: 0
}

.filters-popup__selected-list {
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #bebebe
}

.filters-popup__selected-item {
    display: inline;
    font-size: 0;
    line-height: 0
}

.collection-preview__images.slick-initialized .slick-dots li:not(:last-child),
.filters-popup__selected-item:not(:last-child) {
    margin-right: 5px
}

.filters-popup__selected-item:not(:last-child) .filters-popup__selected-label:after {
    content: ","
}

.filters-popup__selected-label {
    display: inline;
    font-size: 20px;
    line-height: 26px;
    white-space: nowrap
}

.filters-popup__select {
    max-width: 290px
}

@media (max-width:767px) {
    .filters-popup__select {
        width: 220px
    }
}

.filters-popup__footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    background: #fff
}

.filters-popup__action {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 18px
}

.catalog-grid__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -10px
}

.catalog-grid__item {
    width: 25%;
    padding: 10px
}

@media (max-width:1023px) {
    .catalog-grid__item {
        width: 50%
    }
}

.catalog-preview {
    position: relative;
    display: block
}

.catalog-preview:hover .catalog-preview__sizes {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.catalog-preview:hover .catalog-preview__details,
.catalog-preview:hover .catalog-preview__img {
    z-index: 2
}

.catalog-preview__sizes {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
}

@media (max-width:767px) {
    .catalog-preview__sizes {
        display: none
    }
}

.catalog-preview__sizes-list:before,
.catalog-preview__sizes:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 35px rgba(16, 24, 32, .2)
}

.catalog-preview__sizes:before {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fff;
    z-index: -1
}

.catalog-preview__sizes-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px 24px 24px;
    border: 1px solid #e1e1e1;
    border-top: 0;
    background: #fff
}

.catalog-preview__sizes-list:before {
    z-index: -2
}

.catalog-preview__sizes-item {
    padding: 3px 5px;
    font-family: FuturaPT;
    font-size: 16px;
    line-height: 28px;
    color: #707479
}

.catalog-preview__collection,
.news-preview__date {
    line-height: 19px;
    text-transform: uppercase;
    text-align: center
}

.catalog-preview__img {
    position: relative;
    max-width: 315px;
    margin: 0 auto 20px
}

.catalog-preview__img:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.catalog-preview__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%
}

.catalog-preview__details {
    position: relative
}

.catalog-preview__collection {
    display: block;
    margin-bottom: 18px;
    font-family: FuturaPT;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .4em;
    color: #bebebe
}

@media (max-width:767px) {
    .catalog-preview__img img {
        width: 95%;
        height: 95%
    }

    .catalog-preview__collection {
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 17px
    }
}

.catalog-preview__title {
    display: block;
    margin-bottom: 6px;
    font-family: TTDrugs;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #101820
}

.catalog-preview__label,
.collection-preview__option--more:after,
.product-info__calc-btn,
.product-info__details-item {
    font-family: FuturaPT
}

@media (max-width:767px) {
    .catalog-preview__title {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 20px
    }
}

.catalog-preview__label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #707479
}

.catalog-preview--in-set .catalog-preview__img {
    border: 1px solid #e1e1e1
}

.collection-grid__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.collection-grid__item {
    width: calc(25% - 20px);
    margin: 10px
}

@media (min-width:1024px) and (max-width:1280px) {
    .collection-grid__item {
        width: calc(33.33333% - 20px)
    }
}

@media (max-width:1023px) {
    .collection-grid__item {
        width: calc(50% - 20px)
    }
}

.collections-slider__item {
    width: 203px;
    margin: 0 10px
}

.collection-preview {
    position: relative;
    display: block;
    cursor: pointer
}

.collection-preview:hover:not(.collection-preview--quick-view) .collection-preview__img-inner {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.collection-preview:hover:not(.collection-preview--quick-view) .collection-preview__caption {
    color: #ed1a3b
}

.collection-preview.active .collection-preview__quick-view {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.collection-preview.active .collection-preview__caption,
.collection-preview.active .collection-preview__media {
    z-index: 2
}

.collection-preview.active.view-left .collection-preview__quick-view {
    left: -10px;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.collection-preview.active.view-right .collection-preview__quick-view {
    right: -10px;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.collection-preview__quick-view {
    position: absolute;
    top: -10px;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    width: calc(100% + 110px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
}

@media (max-width:767px) {
    .catalog-preview__label {
        font-size: 14px;
        line-height: 20px
    }

    .collection-preview__quick-view {
        display: none
    }
}

.collection-preview__quick-view:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, .2);
    z-index: -1
}

.collection-preview__options-list {
    width: 100px;
    padding: 10px
}

.collection-preview__option--more:before,
.collection-preview__thumb:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.collection-preview__list-item:not(:last-child) {
    margin-bottom: 10px
}

.collection-preview__option {
    display: block
}

.collection-preview__option--more {
    position: relative;
    border: 1px solid #e1e1e1
}

.collection-preview__option--more:hover,
.collection-preview__thumb:hover {
    border-color: #bebebe
}

.collection-preview__option--more:before {
    content: ""
}

.collection-preview__option--more:after {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #707479
}

.collection-preview__img:before,
.collection-preview__thumb:before,
.franchise-illustration__img:before,
.franchise-nav__item:before,
.franchise-shops__img:before,
.franchise-shops__text:before,
.franchise-step__img:before,
.product-gallery__img:before,
.product-gallery__thumb:before,
.product-info__block-header ._icon:after {
    content: ""
}

.collection-preview__thumb {
    border: 1px solid #e1e1e1;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.collection-preview__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%
}

.collection-preview__media {
    position: relative
}

.collection-preview__images:not(.slick-initialized) {
    display: -webkit-box;
    display: flex;
    overflow: hidden
}

.collection-preview__images.slick-initialized .slick-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    display: -webkit-box;
    display: flex
}

.collection-preview__images.slick-initialized .slick-dots li {
    display: block;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.collection-preview__images.slick-initialized .slick-dots li button {
    width: 100%;
    height: 2px;
    font-size: 0;
    background: rgba(255, 255, 255, .2)
}

.collection-preview__img {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    background: #e1e1e1
}

.collection-preview__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 168%
}

.collection-preview__img-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.collection-preview__img-inner img,
.product-gallery__img .img-container img,
.product-gallery__thumb .img-container img {
    width: 100%;
    height: 100%
}

.collection-preview__caption {
    position: relative;
    padding: 25px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #101820;
    -webkit-transition: color .2s;
    transition: color .2s
}

.product {
    display: -webkit-box;
    display: flex
}

@media (max-width:767px) {
    .collection-preview__caption {
        padding: 20px 8px
    }

    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .product__gallery {
        width: 100%;
        margin-bottom: 20px
    }
}

.product__gallery {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.product__info {
    position: relative;
    width: 550px
}

@media (min-width:1024px) and (max-width:1280px) {
    .product__info {
        width: 410px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product__info {
        width: 350px
    }
}

@media (max-width:767px) {
    .product__info {
        width: 100%
    }
}

.product-gallery {
    display: -webkit-box;
    display: flex
}

.product-gallery__thumbs {
    width: 100px;
    margin-right: 20px
}

@media (max-width:1280px) {
    /*.product-gallery__thumbs {
        display: none
    }*/
    .product-gallery {
        display: flex;
        flex-direction: column;
    }
    .product-gallery__thumbs {
        display: block;
        order: 2;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin-right: 0;
        margin-top: 0px;
    }
    .product-gallery__thumbs-inner {
        display: flex;
        max-width: 100%;
        overflow: hidden;
        justify-content: center;
    }
    .product-gallery__thumbs .product-gallery__thumb {
        width: 50px;
        margin: 10px 5px;
    }
    .product-gallery__thumbs .product-gallery__thumb:not(:first-child){
        margin-top: 10px;
    }
    .product-gallery__thumbs .product-gallery__thumb.active{
        opacity:0.7;
    }
    .product-gallery__bullets.pg-bullets{
        display: none;
    }
}

.product-gallery__slider {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.product-gallery__slides {
    height: auto
}

.form-field.form-error{
    position: relative;
}
.popup__content .form-message {
    display: inline-block;
    margin-top: -10px;
    margin-left: 15px;
    line-height: 26px;
    background: #fff;
    padding: 3px 7px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    left:0;
    bottom: -6px;
    margin-bottom: -2px;
}

@media (min-width:768px) {
    .product-gallery__slider {
        /* overflow: visible */
    }

    .product-gallery__slides {
        display: block
    }
}

.product-gallery__img,
.product-gallery__thumb {
    position: relative;
    border: 1px solid #e1e1e1
}

/* .product-gallery__img:not(:first-child), */
.product-gallery__thumb:not(:first-child) {
    margin-top: 20px
}

.product-gallery__img {
    transition: .2s;
    opacity: 0;
    height: 0px;
    display: none;
}
.product-gallery__img.active {
    height: auto;
    opacity: 1;
    display: block;
}



@media (max-width:767px) {
    .product-gallery__slider {
        width: 100%
    }

    .product-gallery__img:not(:first-child),
    .product-gallery__thumb:not(:first-child) {
        margin-top: 0
    }
}

.product-gallery__img:before,
.product-gallery__thumb:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.product-gallery__img .img-container,
.product-gallery__thumb .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product-gallery__img {
    width: 100%;
    height: auto
}

.product-gallery__thumb {
    width: 100px;
    cursor: pointer;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.product-gallery__thumb.active,
.product-gallery__thumb:hover {
    border-color: #bebebe
}

.pg-bullets {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
    font-size: 0
}

.pg-bullets__btn {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #101820;
    border-radius: 50%;
    background: 0 0
}

.product-info__sections-item,
.shop-info__inner {
    border-bottom: 1px solid #e1e1e1
}

.pg-bullets__btn:not(:last-child) {
    margin-right: 20px
}

.pg-bullets__btn.active {
    background: #101820
}

.product-info {
    position: relative;
    top: 0;
    width: 550px;
    background: #fff
}

@media (min-width:1281px) {
    .product-info {
        padding-left: 70px
    }
}

@media (min-width:768px) and (max-width:1280px) {
    .product-info {
        padding-left: 30px
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .product-info {
        width: 410px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .product-info {
        width: 350px
    }
}

@media (max-width:767px) {
    .product-info {
        width: 100%;
        max-width: none
    }
}

.product-info__title {
    margin-bottom: 35px
}

@media (min-width:768px) {
    .product-info__options {
        max-width: 330px
    }
}

.product-info__options-item:not(:last-child) {
    margin-bottom: 20px
}

.product-info__calc-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #101820
}

.product-info__calc-btn ._icon {
    margin-right: 15px
}

.product-info__submit-btn {
    width: 100%
}

.product-info__sections {
    margin-top: 15px
}

.product-info__block-header {
    position: relative;
    padding: 20px 20px 20px 0;
    font-family: TTDrugs;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #101820;
    cursor: pointer
}

.product-info__block-header.active ._icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-info__block-header ._icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.product-info__block-header ._icon:after {
    display: block;
    background-color: transparent;
    background-image: url(../images/svg/sprite.svg);
    background-size: 195px 215px;
    width: 10px;
    height: 10px;
    background-position: 0 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.product-info__block-content {
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.product-info__block-inner {
    padding-bottom: 25px
}

.product-info__description {
    margin-bottom: 25px;
    color: #101820
}

.product-info__details-item {
    display: -webkit-box;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.product-info__details-item:not(:last-child) {
    margin-bottom: 15px
}

.product-info__details-label {
    display: block;
    width: 50%;
    padding-right: 15px;
    color: rgba(16, 24, 32, .5)
}

@media (max-width:374px) {
    .product-info__details-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .product-info__details-label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px
    }
}

.product-info__details-value {
    display: block;
    width: 50%;
    /* width: auto; */
    color: #101820
}

@media (max-width:374px) {
    .product-info__details-value {
        width: 100%
    }
}

.product-info__set-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.product-info__set-item {
    width: 50%;
    padding: 10px
}

.franchise {
    position: relative
}

.franchise__nav {
    position: absolute;
    top: 0;
    right: calc(50% + 440px)
}

.franchise__nav.fixed {
    position: fixed
}

.franchise-nav {
    width: 100%;
    max-width: 220px;
    padding: 100px 0;
    z-index: 1
}

@media (max-width:1023px) {
    .franchise-nav {
        display: none
    }
}

.franchise-nav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
}

.franchise-nav__item {
    position: relative;
    padding: 10px 0;
    cursor: pointer
}

.franchise-nav__item:not(:last-child) {
    margin-bottom: 10px
}

.franchise-nav__item:before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bebebe;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.franchise-nav__item.active:before,
.franchise-nav__item:hover:before {
    background: #ed1a3b
}

.franchise-nav__item.active .franchise-nav__text,
.franchise-nav__item:hover .franchise-nav__text {
    opacity: 1;
    visibility: visible
}

@media (max-width:1280px) {
    .franchise-nav__item.active:not(:hover) .franchise-nav__text {
        opacity: 0;
        visibility: hidden
    }
}

.franchise-nav__text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 220px;
    padding-left: 30px;
    font-family: FuturaNew;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    color: #ed1a3b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease
}

.franchise-shops__text,
.franchise-solutions__text {
    color: #101820;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.03em;
    font-weight: 400
}

@media (min-width:1024px) and (max-width:1280px) {
    .franchise__nav {
        right: calc(100% - 240px)
    }

    .franchise-nav,
    .franchise-nav__text {
        max-width: 190px
    }
}

.franchise-benefits>.row {
    margin: 0 -20px
}

.franchise-benefits>.row>[class*=col] {
    padding: 0 20px
}

@media (max-width:767px) {
    .franchise-benefits>.row>[class*=col]:not(:last-child) .franchise-benefits__item:last-child {
        margin-bottom: 25px
    }
}

.franchise-benefits__list {
    max-width: 370px
}

@media (max-width:1023px) {
    .franchise-benefits__list {
        max-width: none
    }
}

.franchise-benefits__item:not(:last-child) {
    margin-bottom: 45px
}

@media (max-width:767px) {
    .franchise-benefits__item:not(:last-child) {
        margin-bottom: 25px
    }
}

.franchise-shops__item:not(:last-child) {
    margin-bottom: 55px
}

.franchise-shops__item:nth-child(even) .franchise-shops__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.popup__inner,
.ui,
.ui__text {
    -webkit-box-orient: vertical
}

@media (min-width:768px) {
    .franchise-shops__item:nth-child(even) .franchise-shops__description {
        padding-right: 30px
    }

    .franchise-shops__item:nth-child(even) .franchise-shops__text:before {
        right: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }

    .franchise-shops__item:nth-child(odd) .franchise-shops__description {
        padding-left: 70px
    }

    .franchise-shops__item:nth-child(odd) .franchise-shops__text:before {
        left: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }
}

.franchise-shops__media {
    display: -webkit-box;
    display: flex
}

.franchise-shops__img {
    position: relative;
    width: 480px
}

@media (max-width:767px) {
    .franchise-shops__item:not(:last-child) {
        margin-bottom: 45px
    }

    .franchise-shops__media {
        flex-wrap: wrap
    }

    .franchise-shops__img {
        width: 100%
    }
}

.franchise-shops__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 63%
}

.franchise-illustration__img img,
.franchise-shops__img img,
.franchise-solutions__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.franchise-shops__description {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding-top: 40px
}

@media (max-width:767px) {
    .franchise-shops__description {
        width: 100%;
        padding-top: 30px
    }
}

.franchise-shops__text {
    max-width: 330px;
    font-family: FuturaPT
}

.franchise-shops__text:before {
    position: absolute;
    top: 53px;
    display: block;
    width: 60px;
    height: 2px;
    background: #ed1a3b
}

@media (max-width:767px) {
    .franchise-shops__text:before {
        position: relative;
        top: auto;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        margin: 0 7px 4px 0
    }
}

.franchise-steps__item:not(:last-child),
.franchise-stock__item:not(:last-child) {
    margin-right: 20px
}

@media (max-width:374px) {
    .franchise-shops__text:before {
        width: 20px
    }
}

.franchise-illustration__img {
    position: relative
}

.franchise-illustration__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 55%
}

.franchise-stock__item {
    width: 350px
}

.franchise-solutions>.row {
    margin-top: -20px;
    margin-bottom: -20px
}

.franchise-solutions>.row>[class*=col-] {
    margin-top: 20px;
    margin-bottom: 20px
}

.franchise-solutions__item {
    display: -webkit-box;
    display: flex
}

@media (max-width:767px) {
    .franchise-stock__item {
        width: 300px;
        max-width: 88vw
    }

    .franchise-solutions__item {
        flex-wrap: wrap
    }
}

.franchise-solutions__img {
    position: relative;
    width: 100px;
    height: 100px
}

.franchise-solutions__description {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin-left: 40px
}

.franchise-solutions__text {
    max-width: 210px;
    font-family: FuturaPT
}

@media (max-width:767px) {
    .franchise-solutions__description {
        width: 100%;
        margin-top: 15px;
        margin-left: 0
    }

    .franchise-solutions__text {
        max-width: 310px
    }

    .franchise-steps__item {
        max-width: 88vw
    }
}

@media (min-width:1024px) {

    .franchise-solutions,
    .franchise-steps,
    .franchise-stock {
        padding-left: 100px
    }
}

.franchise-steps__slides {
    counter-reset: franchise-steps
}

.franchise-steps__item {
    width: 440px
}

.franchise-step:hover .franchise-step__img-inner,
.news-preview:hover .news-preview__img-inner {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.franchise-step__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.franchise-step__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 62%
}

.franchise-step__img-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.franchise-step__img-inner img,
.news-preview__img-inner img {
    width: 100%;
    height: 100%
}

.franchise-step__description {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.franchise-step__description:before {
    counter-increment: franchise-steps;
    content: counter(franchise-steps);
    display: inline-block;
    min-width: 60px;
    font-family: TTDrugs;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #ed1a3b
}

@media (min-width:768px) and (max-width:1023px) {
    .franchise-step__description:before {
        min-width: 40px;
        font-size: 45px
    }
}

@media (max-width:767px) {
    .franchise-step__description:before {
        min-width: 30px;
        font-size: 40px
    }
}

.franchise-step__text {
    margin-left: 20px;
    color: #101820
}

@media (max-width:480px) {
    .franchise-step__description:before {
        display: none
    }

    .franchise-step__text {
        margin-left: 0
    }
}

.franchise-contacts__block:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e2c8c0
}

.franchise-contacts__title {
    display: block;
    max-width: 370px;
    font-family: TTDrugs;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #101820
}

.franchise-contacts__label:after,
.franchise-contacts__title:after {
    content: ":"
}

.news-preview__img:before,
.news-social__icon:after,
.shop-info__block:before {
    content: ""
}

@media (max-width:767px) {
    .franchise-contacts__title {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .franchise-contacts__detail {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: end;
        align-items: flex-end
    }
}

.franchise-contacts__item {
    width: 100%;
    max-width: 250px
}

.franchise-contacts__item:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .franchise-contacts__item:not(:last-child) {
        margin-bottom: 20px
    }
}

.franchise-contacts__label,
.franchise-contacts__link {
    display: inline-block;
    font-family: FuturaPT;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.03em
}

.franchise-contacts__label {
    margin-bottom: 2px;
    color: #ed1a3b
}

.franchise-contacts__list-item:not(:last-child) {
    margin-bottom: 1px
}

.franchise-contacts__link {
    color: #101820
}

.news-feed__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -60px;
    overflow: visible !important
}

.news-feed__item {
    width: calc(25% - 20px);
    margin: 0 10px 60px;
    will-change: inherit !important
}

@media (min-width:768px) and (max-width:1023px) {
    .news-feed__item {
        width: calc(50% - 20px)
    }
}

@media (max-width:767px) {
    .news-feed__item {
        width: calc(100% - 20px)
    }
}

.news-feed__item--big {
    width: calc(50% - 20px)
}

@media (max-width:1023px) {
    .news-feed__item--big {
        width: calc(100% - 20px)
    }
}

.news-feed__pagination {
    margin-top: 100px
}

@media (max-width:767px) {
    .news-feed__pagination {
        margin-top: 60px
    }
}

.news-content__opening {
    max-width: 660px;
    margin: 0 auto
}

.news-content__date {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    letter-spacing: -.03em;
    color: #707479
}

.news-content__intro {
    width: 100%;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .news-content__intro {
        margin-bottom: 40px
    }
}

.news-content__content {
    max-width: 880px;
    margin: 0 auto
}

.news-content__social {
    max-width: 660px;
    margin: 60px auto 0
}

@media (max-width:767px) {
    .news-content__social {
        margin-top: 40px
    }
}

.news-social {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

.news-social__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.news-social__item:not(:last-child) {
    margin: 0 20px 20px 0
}

@media (max-width:767px) {
    .news-social__item:not(:last-child) {
        margin: 0 10px 10px 0
    }
}

.news-social__btn {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    padding: 7px 0;
    border-radius: 5px
}

@media (max-width:359px) {
    .news-social__btn {
        height: 38px
    }
}

.news-social__btn--fb {
    background: #3c5996
}

.news-social__btn--fb .news-social__icon:after,
.news-social__btn--ok .news-social__icon:after,
.news-social__btn--vk .news-social__icon:after {
    display: block;
    background-color: transparent;
    background-image: url(../images/svg/sprite.svg);
    background-size: 195px 215px;
    width: 16px;
    height: 16px;
    background-position: -147px -173px
}

.news-social__btn--vk {
    background: #4d75a1
}

.news-social__btn--ok .news-social__icon:after,
.news-social__btn--vk .news-social__icon:after {
    height: 10px;
    background-position: -179px -205px
}

.news-social__btn--ok {
    background: #f38632
}

.news-social__btn--ok .news-social__icon:after {
    height: 16px;
    background-position: -163px -189px
}

.news-social__icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 46px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.news-social__icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-preview__img,
.news-preview__media,
.search-res__item-title,
.shop-info__block,
.shops {
    position: relative
}

.news-social__counter {
    min-width: 46px;
    padding: 0 7px 0 5px;
    text-align: center;
    color: #fff
}

@media (max-width:359px) {
    .news-social__icon {
        width: 40px
    }

    .news-social__counter {
        min-width: 40px
    }
}

.news-preview {
    display: block;
    text-align: center;
    -webkit-transition: none;
    transition: none
}

.news-preview:hover .news-preview__title {
    color: #ed1a3b
}

.news-preview__img {
    margin-bottom: 26px;
    overflow: hidden;
    background: #e1e1e1
}

.news-preview__img:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 143%
}

.news-preview__img-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.news-preview__date {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-family: FuturaNew;
    font-size: 15px;
    font-weight: 500;
    color: #bebebe
}

.news-preview__title {
    max-width: 445px;
    margin: 0 auto;
    color: #101820;
    -webkit-transition: color .2s;
    transition: color .2s
}

.news-preview__description {
    max-width: 445px;
    margin: 26px auto 0;
    color: #101820
}

.news-preview:not(.news-preview--big) .news-preview__title {
    font-size: 24px;
    line-height: 30px
}

.contacts-link,
.search-bar__control,
.shop-info__link {
    line-height: 26px;
    letter-spacing: -.03em;
    font-size: 20px
}

.shops {
    max-width: 1100px;
    margin: 0 auto
}

.shops__tabs-nav {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:767px) {
    .shops__tabs-nav {
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }

    .shops-filters {
        width: 100%
    }
}

@media (max-width:374px) {
    .shops__tabs-nav {
        margin-bottom: 10px
    }
}

.shops__tab-header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.shops__tab-header+.shops__tab-body {
    padding-top: 0
}

.shops__tab-body {
    padding-top: 100px
}

.shops-filters {
    display: inline-block
}

.shops-filters__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: -10px
}

.shops-filters__item {
    flex-shrink: 1;
    width: 210px;
    max-width: 100%;
    padding: 10px
}

@media (max-width:374px) {
    .shops-filters__list {
        margin: -5px
    }

    .shops-filters__item {
        padding: 5px
    }
}

.shops-list__block:not(:last-child) {
    margin-bottom: 30px
}

.shop-info__title {
    margin-bottom: 34px
}

@media (max-width:767px) {
    .shops-filters__item {
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        width: 50%;
        max-width: none
    }

    .shop-info__title {
        margin-bottom: 20px
    }
}

.shop-info__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 990px;
    margin-left: auto;
    padding-bottom: 15px
}

.shop-info__block {
    -webkit-box-flex: 1;
    flex: 1 1 33.33333%;
    min-width: 300px;
    padding-left: 40px;
    margin-bottom: 20px
}

@media (-ms-high-contrast:none) and (min-width:1024px),
(-ms-high-contrast:active) and (min-width:1024px) {
    .shop-info__block {
        max-width: 33.33333%
    }
}

.shop-info__block:before {
    position: absolute;
    top: 2px;
    left: 0
}

@media (min-width:768px) {
    .shop-info__block {
        padding-right: 5px
    }
}

@media (max-width:767px) {
    .shop-info__block {
        min-width: 280px
    }
}

@media (min-width:1024px) {
    .shop-info__block--big {
        -webkit-box-flex: 1;
        flex: 1 1 42%
    }

    .shop-info__block--small {
        -webkit-box-flex: 1;
        flex: 1 1 29%;
        min-width: 250px
    }
}

@media (min-width:1024px) and (-ms-high-contrast:none),
(min-width:1024px) and (-ms-high-contrast:active) {
    .shop-info__block--big {
        max-width: 42%
    }

    .shop-info__block--small {
        max-width: 29%
    }
}

.shop-info__block--address:before,
.shop-info__block--hours:before,
.shop-info__block--phones:before {
    display: block;
    background-color: transparent;
    background-image: url(../images/svg/sprite.svg);
    background-size: 195px 215px;
    width: 25px;
    height: 25px;
    background-position: -35px -35px
}

.shop-info__block--hours:before,
.shop-info__block--phones:before {
    background-position: -10px -10px
}

.shop-info__block--phones:before {
    width: 15px;
    background-position: -60px -60px;
    left: 5px
}

.shop-info__item {
    display: block
}

.shop-info__link {
    margin-top: 5px;
    font-family: FuturaPT;
    font-weight: 400
}

.contacts-label {
    display: block;
    font-weight: bold;
}

.contacts-label:not(:last-child) {
    margin-bottom: 10px
}

.contacts-text {
    display: inline-block
}

.contacts-link {
    font-family: FuturaPT;
    font-weight: 400
}

.contacts-link:not(:first-child) {
    margin-top: 10px
}

.contacts-detail {
    max-width: 660px;
    margin: 0 auto
}

.contacts-detail--grid .contacts-detail__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -35px
}

.contacts-detail--grid .contacts-detail__item {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    padding: 0 15px;
    margin-bottom: 35px
}

@media (max-width:767px) {
    .contacts-detail--grid .contacts-detail__item {
        min-width: 300px;
        margin-bottom: 25px
    }
}

.contacts-detail--list .contacts-detail__item {
    max-width: 550px
}

.contacts-detail--list .contacts-detail__item:not(:last-child) {
    margin-bottom: 35px
}

@media (max-width:767px) {
    .contacts-detail--list .contacts-detail__item:not(:last-child) {
        margin-bottom: 25px
    }
}

.contacts-detail--list .contacts-detail__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.contacts-detail--list .contacts-detail__col {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    padding: 0 15px
}

@media (max-width:767px) {
    .contacts-detail--list .contacts-detail__col {
        min-width: 210px
    }

    .contacts-detail--list .contacts-detail__col:not(:last-child) {
        margin-bottom: 10px
    }
}

.contacts-form .form-row>.row {
    margin: 0 -10px
}

.contacts-form .form-row>.row>[class*=col-] {
    padding: 0 10px
}

@media (max-width:767px) {
    .contacts-form .form-row>.row>[class*=col-]:not(:last-child) {
        margin-bottom: 20px
    }
}

.contacts-form__actions .btn {
    width: 330px
}

.search-res__inner {
    max-width: 880px;
    margin: 0 auto
}

.search-res__amount {
    display: inline-block;
    margin-bottom: 25px;
    color: #e1e1e1
}

.search-res__amount:after {
    content: " "attr(data-amount)
}

.search-res__message {
    color: #101820
}

.search-res__list {
    counter-reset: search-res
}

.search-res__list-item:not(:last-child) {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .search-res__list-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.search-res__item-title {
    margin-bottom: 16px;
    color: #ed1a3b
}

.search-res__item-title:before {
    counter-increment: search-res;
    content: counter(search-res) ".";
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 10px
}

@media (max-width:1023px) {
    .search-res__item-title:before {
        position: relative;
        top: auto;
        right: auto
    }
}

.search-res__context ._key {
    position: relative;
    display: inline-block
}

.search-res__context ._key:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -2px;
    right: -2px;
    bottom: 0;
    border-radius: 3px;
    background-color: rgba(249, 230, 224, .7);
    z-index: -1
}

.search-res__pagination {
    margin-top: 100px
}

@media (max-width:767px) {
    .search-res__pagination {
        margin-top: 60px
    }
}

.search-bar__field {
    position: relative;
    display: block;
    max-width: 880px;
    margin: 0 auto;
    cursor: text
}

.search-bar__field:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 8px 20px rgba(217, 190, 182, .5)
}

.search-bar__control {
    width: 100%;
    min-width: 1px;
    height: 60px;
    padding: 17px 70px 17px 30px;
    border: 0;
    font-family: FuturaPT;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #101820;
    background: #fff
}

.search-bar__control::-webkit-input-placeholder {
    color: #707479;
    opacity: 1
}

.search-bar__control:-moz-placeholder,
.search-bar__control::-moz-placeholder {
    color: #707479;
    opacity: 1
}

.search-bar__control:-ms-input-placeholder {
    color: #707479;
    opacity: 1
}

.search-bar__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 100%
}

.search-bar__icon svg {
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.popup__box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9e6e0;
    z-index: 9999
}

#form .popup__box {
    width: 500px;
    left: calc(50% - 250px);
    height: 700px;
    top: 15%;
}

.popup__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    z-index: 1
}

#form .block__title {
    text-align: center;
}

#form .popup__header {
    padding-top: 10px;
    margin-top: 20px;
}

@media (max-width:767px) {
    .popup__header {
        padding-top: 30px
    }
}

.ui,
.ui__aside {
    padding: 0 10px
}

.popup__header .header-general__inner {
    min-height: 80px
}

@media (max-width:767px) {
    .popup__header .header-general__inner {
        min-height: 50px
    }
}

.popup__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    border: 10px solid #fff;
    box-shadow: 0 4px 60px -10px rgba(217, 190, 182, .8)
}

.popup__inner .popup__content {
    display: block
}

.popup__content {
    display: none;
    width: 100%;
    margin: auto 0
}

.ui,
.ui__container {
    display: -webkit-box
}

.ui {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh
}

.ui__title {
    text-align: center;
    padding: 30px 0;
    flex-shrink: 0
}

.ui__container {
    flex-shrink: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #fcfcfc;
    margin: 0 -10px;
    display: flex
}

.ui__aside {
    flex-basis: 25%;
    background-color: #f9f9f9
}

.ui__aside .aside__inner {
    padding: 40px 0
}

.ui__aside .aside__nav ._link {
    display: block;
    font-size: 20px;
    padding: 10px 30px;
    width: 100%;
    text-align: left
}

.ui__aside .aside__nav ._link:hover {
    background-color: #ececec
}

.ui__main {
    max-width: 75%;
    flex-basis: 75%;
    padding: 0 10px
}

.ui__main .main__section {
    padding: 30px 20px;
    border-bottom: 1px solid #e8e8e8
}

.ui__main .main__section ._body,
.ui__main .main__section ._body .row+.row {
    margin-top: 20px
}

.ui__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column
}

.ui__text .__item {
    padding: 10px 0;
    border-bottom: 2px solid #e1e1e1
}

.ui__text .__item:last-child {
    border-bottom: none
}

.ui__colors {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.btn-list,
.ui__colors ._item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.ui__colors ._item {
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    margin: 0 5px 10px
}

.btn-list {
    flex-wrap: wrap;
    margin: 0 -5px 20px
}

.btn-list:last-child {
    margin-bottom: 0
}

.btn-list__item {
    margin: 0 5px 15px
}

.btn-list__item:last-child {
    margin-right: 0
}

.social-block {}

.social-block .social-icons ul {
    margin: 0 0px 0px -8px;
    padding: 0;
    width: auto;
    font-size: 0;
}

ul li:first-of-type {
    margin-top: 0;
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 0px;
    margin: 0px;
}

.social-icons li a {
    background: url(../images/social2.png) -4px -4px/548px 148px no-repeat;
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: 4px 0px 4px 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 40px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0;
}

.social-icons li.vk a,
.soc-avt a i.vk {
    /*background-position: -4px -4px;*/
	background: url(../images/svg/vk.png) no-repeat;
	background-size:cover;
}

.social-icons li.facebook a,
.soc-avt a i.facebook {
   /*background-position: -54px -4px;*/
   background: url(../images/svg/fb.png) no-repeat;
   background-size:cover;
}

.social-icons li.tiktok a,
.soc-avt a i.tiktok {
   /*background-position: -54px -4px;*/
   background: url(../images/svg/tt.png) no-repeat;
   background-size:cover;
}

.social-icons li.twitter a,
.soc-avt a i.twitter {
   /* background-position: -104px -4px;*/
}

.social-icons li.instagram a,
.soc-avt a i.instagram {
    /*background-position: -154px -4px;*/
	background: url(../images/svg/insta.png) no-repeat;
	background-size:cover;
}

.social-icons li.telegram a,
.soc-avt a i.telegram {
   /* background-position: -4px -104px;*/
}

.social-icons li.ytb a,
.soc-avt a i.ytb {
    /*background-position: -204px -4px;*/
	background: url(../images/svg/yt.png) no-repeat;
	background-size:cover;
}

.social-icons li.odn a,
.soc-avt a i.odn {
   /* background-position: -254px -4px;*/
   background: url(../images/svg/od.png) no-repeat;
   background-size:cover;
}

.social-icons li.gplus a,
.soc-avt a i.gplus {
   /* background-position: -54px -54px;*/
}

.social-icons li.mail a,
.soc-avt a i.mymailru {
    background-position: -4px -54px;
}

.footer-social.footer__social {
    display: none;
}

a.scroll-to-top.visible {
    opacity: 1;
}

a.scroll-to-top {
    display: block !important;
}

a.scroll-to-top {
    background-color: #f9e6e0;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #f9e6e0 url("../images/scroll.svg") no-repeat;
    background-position-x: 16px;
    background-position-y: -70px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 30px;
    left: inherit;
    bottom: 63px;
    opacity: 0;
    z-index: 99 !important;
}
.side-fixed__form {display:none}
@media (max-width:768px) {
.side-fixed__form {
    position: fixed;
    top: 42%;
    right: 0px;
    width: 58px;display:block;
    height: 76px;
    background-color: #f9e6e0;
    border-radius: 5px 0 0 5px;
    z-index: 100;
}
}
/* contacts */
.contact-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.line-contact {
    display: flex;
    flex-direction: row;
}

.row-title,
.row-info {
    display: flex;
    flex-direction: column;
    width: 50%;    
}

.row-info {
    /* border-top: 1px solid rgba(0,0,0,.1); */
}

.row-title {
    /* background-color: #f9e6e0; */
    margin-bottom: 0;
}

.contacts-link:not(:first-child) {
    max-width: fit-content;
}

.row-title:first-child,
.row-info:first-child {
    /* border-right: 1px solid #ccc; */
    padding: 15px 50px 15px 0;
    text-align: center;
}

.row-title:last-child,
.row-info:last-child {
    padding: 15px 0 15px 50px;
    text-align: center;
    /* border-left: 1px solid rgba(0,0,0,.1); */
}


.row-title {
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.row-title > span {
    font-size: 14px;
    font-weight: normal;
    color: #777;
}

.js-fullscreen-slider .pagination-arrows.collection-slider__nav {
    display: flex;
    margin-top: -320px;
}

.js-fullscreen-slider .pagination-arrows__item {    
    margin: auto 30px auto 30px;
}

.js-fullscreen-slider .pagination-arrows__item .pagination-arrows__btn {
    background: rgba(16, 24, 32,.4);
    backdrop-filter: blur(8px);
}

/* responsive MBM */

/* lang */
.header-top__extra .header-top__extra-item:last-child {
    /* display: none; */
}

.translatorjs_langs{
    display: none!important;
}

.header-top__langs > span {
    cursor: pointer;
    transition: .2s;
}

.header-top__langs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-top__langs > span:hover,
.header-top__extra-item .translatorjs_lang_active {
    color: #ed1a3b;
}

.contact-table.mobile,
.footer-detail__item-inner.collections.mobile,
.main-mob-blog {
    display: none;
}

@media screen and (max-width:767px) {
    .contact-table{
        display: none;
    }

    .contact-table.mobile {
        display: flex;
    }

    .row-title, .row-info {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .row-title {
        margin-top: 30px;
    }

    .line-contact:first-child .row-title {
        margin-top: 0;
    }

    .row-title:last-child, .row-info:last-child {
        padding: 15px 5px 15px 5px;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .row-info:last-child {
        padding: 5px;
    }

    .text.contacts-text,
    .contacts-label {
        font-size: 16px;
        line-height: 1.2;
    }

    .js-fullscreen-slider .pagination-arrows.collection-slider__nav{
        margin-top: -60%;
        display: none;
    }

    .js-fullscreen-slider .pagination-arrows__item {    
        margin: -20% 30px auto 30px;
    }

    /* lang */
    .header-top__extra .header-top__extra-item.form_top_icon, .header-top__extra .header-top__extra-item.langs   {
        /*display: none;*/
    }

    /* catalog */
    .header.page__header .header-nav {
        display: none;
    }

    .mm-nav-list--main .mm-nav-list__link {
        font-size: 24px;
        line-height: 34px;
    }

    .view__inner {
        min-height: 30vh;
    }

    .fullscreen-slider.js-fullscreen-slider,
    .fullscreen-slider.js-fullscreen-slider .swiper-container {
        max-height: 380px;
    }

    .fullscreen-slider__slide {
        max-height: 350px;
    }

    .overview__stats-rail {
        flex-direction: column;
    }

    .overview__stats-item {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        margin: 10px 0;
    }
    .overview__stats-value {
        font-size: 50px;
        width: 40%;
      }

    .overview__stats-label {
        margin: unset;
        text-align: left;
    }

    .sales__preview::before {
        padding-top: 60%;
    }

    .sales__detail {
        padding: 25px 20px;
    }

    .sales__btn {
        margin-top: 20px;
    }

    .sales__label {
        margin-bottom: 10px;
    }

    .sales__title {
        font-size: 24px;
    }

    .main-mob-blog {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main-mob-blog .news-preview__date {
        display: none;
    }

    .main-mob-blog .more-content__item,
    .main-mob-blog .more-content__item:not(:last-child) {
        margin-right: 0;
        padding: 10px;
        width: 48%;
        /* max-width: 50%; */
    }

    .main-mob-blog .news-preview:not(.news-preview--big) .news-preview__title {
        font-size: 18px;
        line-height: 24px;
    }

    .swiper-container.more-content__slider {
        display: none;
    }
    
    .footer-detail__item-inner.collections {
        flex-wrap: wrap;
    }

    .section .swiper-slide .collection-preview{
        min-width: 200px;
    }

    .filters-panel__item.filters-panel__item--sort.open {
        display: flex;
        flex-direction: column;
    }

    /* product */
    .colors-item .color-list label {
        width: 40px;
        height: 40px;
    }

    .product-info__title {
        margin-bottom: 20px;
    }

    .form-select .dropdown__header {
        height: 50px;
        padding: 13px 52px 18px 10px;
    }

    .complect .product-info__set-item {
        width: 50%;
    }

    .complect .complect-items.fullwidth {
        flex-wrap: wrap;
    }

    /* about */
    .section__title {
        margin-bottom: 30px;
    }

    .section.section--slim.section--overflow .container {
        min-height: auto!important;
    }

    .section__inner {
        padding: 20px 0 10px;
    }

    .section__title {
        margin-bottom: 20px;
        text-align: center;
    }

    .about__text {
        font-size: 18px;
        line-height: 24px;
        text-align: justify;
    }

    .section.section--schema .container {
        padding: 20px 0!important;
    }

    .product-schema .item {
        margin: 10px auto 20px;
    }

    .block-level-1, .block-level-2, .block-level-3 {
        margin-bottom: 10px;
    }

    .vacancy__title {
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 28px;
    }

    .dash-list {
        font-size: 15px;
        line-height: 24px;
        padding-left: 60px;
    }

    .get-job__inner {
        padding: 20px 0 0px;
    }

    .get-job__cta {
        margin-bottom: 20px;
    }

    /* contacts */

    .block__title {
        margin-bottom: 10px;
    }

    .contacts-detail--grid .contacts-detail__item {
        margin-bottom: 10px;
    }

    .block__title {
        font-size: 22px;
        line-height: 32px;
    }

    /* blog */

    .section .news-feed .news-feed__inner{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .news-feed__item {
        width: calc(50% - 20px);
    }

    .franchise-benefits .dash-list {
        display: flex;
        flex-wrap: wrap;
    }

    .franchise-benefits .dash-list .dash-list__item {
        width: 50%;
        padding-right: 10px;
    }

    .franchise-benefits__item img {
        width: 40px;
        margin-right: 15px;
    }

    .franchise-benefits__item span {
        font-size: 16px;
        line-height: 18px;
    }

    .franchise .form-input {

    }

    #COUNTRY,
    .franchise .form-area {
        min-height: 60px;
    }

    .care__item {
        justify-content: center;
    }

    .care__icon {
        margin-right: 0;
        width: 90px;
        height: 90px;
    }

    .care__text {
        font-size: 16px;
        line-height: 22px;
    }

    .h3.h3--reg.block__title {
        text-align: center;
    }

    .static.original > p {
        font-size: 16px;
        line-height: 24px;
    }

    .original-stickers__item {
        display: flex;
        justify-content: center;
    }

    .static.original {
        font-size: 18px;
        line-height: 24px;
    }

    #form .popup__box {
        max-width: 100%;
        left: 0;
        margin: auto;
    }

    #form .popup__content {
        margin: 75px 0 auto;
    }

    #form .form-area {
        min-height: 80px;
    }

    .footer-detail__item-label {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 32px;
    }

    .footer-detail__link {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-detail__item-inner.collections {
        display: none;
    }

    .footer-detail__item-inner.collections.mobile {
        display: flex;
    }

    .contacts-label {
        font-weight: bold;
        margin-top: 10px;
        text-transform: none;
    }

    .block__title > b {
        margin-bottom: 10px;
        text-transform: uppercase;
    }    
}

@media screen and (max-width:400px) {
    .fullscreen-slider__title {
        font-size: 38px;
        line-height: 50px;
    }

    .btn {
        padding: 5px 10px 5px 15px;
        font-size: 14px;
    }
}
.note-tooltip * {
  color: #fff !important;
}
.note-btn > span.note-icon-caret:nth-child(2) {
    float: right;
}

.summernote-block {
    min-width: 580px;
}