/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

body {
    margin: 0;
}

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

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

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

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

canvas {
    display: block;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.is-overflow,
body.is-popup {
    overflow: hidden;
    position: relative;
}

body.is-fake-scroll::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 8;
}

a {
    color: currentColor;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
}

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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 1em 0;
    text-transform: uppercase;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
    margin-bottom: 0;
}

h1,
h2 {
    font-size: 90px;
    margin: 0.5em 0;
}

h1:first-child,
h2:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 70px;
    line-height: 1.09;
    margin: 0.5em 0;
}

h4 {
    font-size: 36px;
    line-height: 1.36;
}

h5 {
    font-size: 24px;
    line-height: 1.08;
}

p {
    margin: 1em 0;
}

p:first-child {
    margin-top: 0 !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

input,
textarea {
    display: block;
    width: 100%;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    height: 68px;
    padding: 12px 44px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 34px;
    transition: border-color 0.3s, color 0.3s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input[type="date"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
    /*&::-webkit-calendar-picker-indicator {
            display: none;
        }*/
}

textarea {
    height: 320px;
    resize: none;
}

label {
    display: inline-block;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
}

button {
    font-family: 'Roboto', Helvetica, sans-serif;
}

img {
    max-width: 100%;
}

@media only screen and (min-width: 1024px) {
    a:hover {
        opacity: 0.6;
    }
}

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

    h1,
    h2 {
        font-size: 70px;
        line-height: 1.06;
    }

    h3 {
        font-size: 48px;
        line-height: 1.09;
    }

    h4 {
        font-size: 30px;
        line-height: 1.13;
    }

    input,
    textarea {
        font-size: 24px;
        line-height: 1;
        height: 56px;
        padding: 15px 24px;
        border-radius: 26px;
    }

    textarea {
        height: 168px;
    }

    label {
        line-height: 1.2;
    }
}

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

    h1,
    h2 {
        font-size: 48px;
        line-height: 1.08;
    }

    h3 {
        font-size: 48px;
        line-height: 1.08;
    }

    h4 {
        font-size: 30px;
        line-height: 1.13;
    }
}

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

    h1,
    h2,
    h3 {
        font-size: 36px;
        line-height: 1;
    }

    h4,
    h5 {
        font-size: 24px;
        line-height: 1.08;
    }

    textarea {
        height: 148px;
    }
}

/* Blocks */
.box__main {
    background: url("../images/box-main-bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box__wrap {
    padding: 40px 0 130px;
}

.box--store-finder .box__wrap {
    padding: 0;
}

.box--store-finder .box-head__wrap {
    padding: 40px 0 44px;
}

.box--store-finder .box-head__title {
    max-width: 623px;
    text-transform: uppercase;
    margin: 0 0 67px;
}

.box--profile .box__wrap {
    padding: 50px 0 80px;
}

.box--profile .box-head__wrap {
    padding: 40px 0 36px;
}

.box--profile .box-head__title {
    max-width: 743px;
    text-transform: uppercase;
    margin: 0 0 80px;
}

.box--contact .box__wrap {
    padding: 55px 0 118px;
}

.box--contact .box-head__wrap {
    padding: 40px 0 36px;
}

.box--contact .box-head__title {
    margin: 0 0 34px;
}

.box--contact .box-head__text {
    max-width: 1145px;
}

.box--contact .box-head__subtitle {
    margin-top: 80px;
}

.box-head {
    background: url("../images/box-head-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.box-head__wrap {
    padding: 36px 0;
    position: relative;
}

.box-head__title {
    margin: 0 0 0.25em;
    text-transform: uppercase;
}

.box-head__subtitle {
    text-transform: uppercase;
}

.box-head-control {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    top: 42px;
    right: 0;
    text-align: right;
}

.box-head-control__text {
    margin-bottom: 2px;
}

.box-head-control__link {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.box-head-control__link .svg-icon {
    fill: currentColor;
    margin-left: 18px;
}

@media only screen and (max-width: 1440px) {
    .box__wrap {
        padding: 24px 0 58px;
    }

    .box--store-finder .box__wrap {
        padding: 0;
    }

    .box--store-finder .box-head__wrap {
        padding: 40px 0 57px;
    }

    .box--store-finder .box-head__title {
        max-width: 100%;
        margin: 0 0 42px;
    }

    .box--contact .box__wrap {
        padding: 24px 0 58px;
    }

    .box--contact .box-head__wrap {
        padding: 40px 0 23px;
    }

    .box--contact .box-head__title {
        margin: 0 0 27px;
    }

    .box--contact .box-head__subtitle {
        margin-top: 60px;
    }

    .box--profile .box__wrap {
        padding: 24px 0 64px;
    }

    .box--profile .box-head__wrap {
        padding: 40px 0 25px;
    }

    .box--profile .box-head__title {
        max-width: 100%;
        margin: 0 0 90px;
    }

    .box-head {
        font-size: 30px;
        line-height: 1.14;
    }

    .box-head__wrap {
        padding: 40px 0 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .box--store-finder .box__wrap {
        padding: 0;
    }

    .box--store-finder .box-head__wrap {
        padding: 40px 0 57px;
    }

    .box--store-finder .box-head__title {
        max-width: 100%;
        margin: 0 0 28px;
    }

    .box--contact .box-head__wrap {
        padding: 40px 0 16px;
    }

    .box--contact .box-head__subtitle {
        margin-top: 50px;
    }

    .box--profile .box__wrap {
        padding: 24px 0 64px;
    }

    .box--profile .box-head__wrap {
        padding: 40px 0 17px;
    }

    .box--profile .box-head__title {
        margin: 0 0 118px;
    }

    .box-head__subtitle {
        font-size: 24px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .box--store-finder .box__wrap {
        padding: 0;
    }

    .box--store-finder .box-head__wrap {
        padding: 40px 0 57px;
    }

    .box--store-finder .box-head__title {
        line-height: 1.12;
        margin: 0 0 23px;
    }

    .box--contact .box-head__subtitle {
        margin-top: 40px;
    }

    .box--profile .box-head__wrap {
        padding: 40px 0 8px;
    }

    .box--profile .box-head__title {
        margin: 0 0 86px;
    }
}

.button {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding: 24px 80px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #d94349;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.button .svg-icon {
    fill: currentColor;
}

.button-light {
    background-color: #fff;
    color: #d94349;
}

.button-brand2 {
    background-color: #4c8dc0;
}

.button-brand3 {
    background-color: #a7a9ab;
}

.button-brand4 {
    background-color: #342f6a;
}

.button-brand5 {
    background-color: #292929;
}

.button-dark {
    background-color: #000;
}

@media only screen and (min-width: 1024px) {
    .button:hover {
        opacity: 1;
        background-color: #bd262c;
    }

    .button-light:hover {
        background-color: #d94349;
        color: #fff;
    }

    .button-brand2:hover {
        background-color: #38719f;
    }

    .button-brand3:hover {
        background-color: #84878a;
    }

    .button-brand4:hover {
        background-color: #2a2655;
    }

    .button-brand5:hover {
        background-color: #3e3e3e;
    }

    .button-dark:hover {
        background-color: #1a1a1a;
    }
}

@media only screen and (max-width: 1440px) {
    .button {
        padding: 16px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .button {
        padding: 16px 20px;
    }
}

.checkbox {
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    vertical-align: top;
    white-space: nowrap;
}

.checkbox__control {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.checkbox__control label.error {
    display: none !important;
    margin: 0;
}

.checkbox__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    margin: 0;
    cursor: pointer;
}

.checkbox__input:checked~.checkbox__icon {
    background-color: #000 !important;
    color: #fff;
}

.checkbox__input:checked~.checkbox__icon .svg-icon {
    opacity: 1;
}

.checkbox__icon {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: 1;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

.checkbox__icon .svg-icon {
    flex-shrink: 0;
    fill: currentColor;
    opacity: 0;
    transition: opacity 0.3s;
}

.checkbox__required {
    position: absolute;
    bottom: 100%;
    left: 100%;
    color: #d94349;
    font-size: 20px;
    line-height: 0;
}

.checkbox__label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 0 34px;
    cursor: pointer;
    white-space: normal;
}

.checkbox--text .checkbox__icon {
    width: auto;
    min-width: 68px;
    border-radius: 34px;
    font-size: 42px;
    line-height: 66px;
    padding: 0 30px;
}

.is-error .checkbox__icon {
    border-color: #f00;
}

@media only screen and (min-width: 1024px) {
    .checkbox--text:hover .checkbox__icon {
        background-color: #4d4d4d;
        color: #fff;
    }
}

@media only screen and (max-width: 1440px) {
    .checkbox {
        align-items: flex-start;
    }

    .checkbox__icon {
        width: 40px;
        height: 40px;
    }

    .checkbox__icon .svg-icon {
        transform: scale(0.6);
    }

    .checkbox__label {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 0 16px;
    }

    .checkbox__label br {
        display: none;
    }

    .checkbox--text .checkbox__icon {
        width: auto;
        height: 48px;
        min-width: 48px;
        border-radius: 24px;
        font-size: 24px;
        line-height: 28px;
        padding: 0 48px;
    }
}

@media only screen and (max-width: 767px) {
    .checkbox--text .checkbox__icon {
        width: auto;
        height: 38px;
        min-width: 38px;
        border-radius: 19px;
        font-size: 22px;
        line-height: 26px;
        padding: 0 18px;
    }
}

.comparison-slider {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
    opacity: 0;
}

.comparison-slider.is-init {
    opacity: 1;
}

.comparison-slider__placeholder {
    display: block;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}

.comparison-slider__item {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
}

.comparison-slider__item:first-child {
    left: 0;
}

.comparison-slider__item:first-child img {
    float: left;
}

.comparison-slider__item:last-child {
    right: 0;
}

.comparison-slider__item:last-child img {
    float: right;
}

.comparison-slider__item img {
    width: 100%;
    max-width: none;
    height: auto;
}

.comparison-slider__control {
    display: block;
    position: absolute;
    top: 0;
    height: 90%;
    width: 2px;
    margin-left: -1px;
    z-index: 9;
    cursor: ew-resize;
    background-color: #fff;
    user-select: none;
}

.comparison-slider__control span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
    .comparison-slider__control span {
        width: 96px;
        height: 96px;
        font-size: 15px;
    }
}

.content {
    background: #fbfbfb url("../images/box-main-bg.jpg") 50% 0 no-repeat;
    background-size: 100% auto;
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 100px;
}

.content h3 {
    font-size: 52px;
    line-height: 1;
    margin: 0;
}

.content h4 {
    text-transform: none;
    font-size: 36px;
    line-height: 1;
}

.content ul {
    margin: 1.5em 0;
}

.content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.content ul li::before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
    font-size: 1.1em;
    line-height: 1.3;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content__note {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

.content__top {
    padding: 70px 0 48px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 38px;
}

.content__main p {
    margin: 1.5em 0;
}

.content__border {
    padding: 38px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 26px 0 38px;
}

@media only screen and (max-width: 1440px) {
    .content {
        font-size: 24px;
    }

    .content h3 {
        font-size: 48px;
        margin-bottom: 5px;
    }

    .content h4 {
        font-size: 32px;
        line-height: 1;
    }

    .content__note {
        font-size: 24px;
    }

    .content__border {
        padding: 32px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .content {
        font-size: 20px;
    }

    .content h3 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .content h4 {
        font-size: 28px;
        line-height: 1;
    }

    .content ul li {
        margin-bottom: 10px;
    }

    .content ul li:last-child {
        margin-bottom: 0;
    }

    .content__note {
        font-size: 20px;
    }

    .content__border {
        padding: 28px 0;
        margin: 20px 0 28px;
    }
}

@media only screen and (max-width: 767px) {
    .content {
        font-size: 16px;
    }

    .content h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .content h4 {
        font-size: 24px;
        line-height: 1;
    }

    .content ul li {
        margin-bottom: 5px;
        padding-left: 24px;
    }

    .content ul li:last-child {
        margin-bottom: 0;
    }

    .content__top {
        padding: 35px 0 28px;
        margin-bottom: 28px;
    }

    .content__note {
        font-size: 16px;
    }

    .content__border {
        padding: 20px 0;
        margin: 16px 0 20px;
    }
}

.faq {
    padding: 106px 0;
    background: url("../images/faq-index-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.faq__title {
    color: #d94349;
    margin: 0 0 0.75em;
}

.faq__item {
    margin-bottom: 30px;
}

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

.faq__controls {
    margin-top: 78px;
}

.faq__link {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.faq__link-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    margin-right: 24px;
    transition: color 0.3s, background-color 0.3s;
}

.faq__link-icon .svg-icon {
    fill: currentColor;
    margin: auto;
}

.faq--history {
    padding: 68px 0;
}

.faq--history .faq__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0;
}

.faq--history .faq__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.faq--history .faq-card__top {
    padding: 25px 50px 26px 0;
}

.faq--history .faq-card__title {
    font-size: 70px;
    line-height: 1.2;
}

.faq--history .faq-card__control {
    width: 42px;
    height: 46px;
}

.faq--history .faq-card__control .svg-icon {
    width: 42px;
    height: 46px;
}

.faq--history .faq-card__main {
    padding: 0 0 40px;
}

.faq-card__top {
    display: flex;
    align-items: center;
    padding: 10px 54px 10px 0;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s;
}

.faq-card__title {
    flex-grow: 1;
    font-size: 32px;
    line-height: 1.53;
    margin: 0;
}

.faq-card__control {
    width: 35px;
    height: 35px;
    margin-left: 40px;
    position: relative;
}

.faq-card__control .svg-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    fill: currentColor;
    transition: transform 0.3s;
}

.faq-card__control .svg-icon--cross {
    transform: translate(-50%, -50%) scale(0);
}

.faq-card__drop {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}

.faq-card__main {
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.45;
}

.faq-card.is-active .faq-card__top {
    color: #d94349;
}

.faq-card.is-active .faq-card__control .svg-icon--arrow {
    transform: translate(-50%, -50%) scale(0);
}

.faq-card.is-active .faq-card__control .svg-icon--cross {
    transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 1024px) {
    .faq__link:hover {
        opacity: 1;
    }

    .faq__link:hover .faq__link-icon {
        background-color: #000;
        color: #fff;
    }

    .faq-card__top:hover {
        color: #d94349;
    }
}

@media only screen and (max-width: 1440px) {
    .faq {
        padding: 57px 0;
    }

    .faq__title {
        margin: 0 0 0.5em;
    }

    .faq__item {
        margin-bottom: 20px;
    }

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

    .faq__controls {
        margin-top: 48px;
    }

    .faq__link-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .faq__link-icon .svg-icon {
        transform: scale(0.8);
    }

    .faq--history {
        padding: 55px 0;
    }

    .faq--history .faq__controls {
        margin-top: 40px;
    }

    .faq--history .faq-card__top {
        padding: 24px 0;
    }

    .faq--history .faq-card__title {
        font-size: 30px;
        line-height: 1.13;
    }

    .faq--history .faq-card__control {
        width: 24px;
        height: 24px;
    }

    .faq--history .faq-card__control .svg-icon {
        width: 24px;
        height: 24px;
    }

    .faq--history .faq-card__main {
        padding: 0 0 40px;
    }

    .faq-card__top {
        padding: 10px 0;
    }

    .faq-card__title {
        font-size: 30px;
        line-height: 1.13;
        margin: 0;
    }

    .faq-card__control {
        width: 24px;
        height: 24px;
    }

    .faq-card__control .svg-icon {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .faq {
        padding: 60px 0 55px;
    }

    .faq__title {
        margin: 0 0 0.5em;
    }

    .faq__item {
        margin-bottom: 14px;
    }

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

    .faq__controls {
        margin-top: 40px;
    }

    .faq--history {
        padding: 42px 0 56px;
    }

    .faq--history .faq__controls {
        margin-top: 40px;
    }

    .faq--history .faq-card__top {
        padding: 17px 0 14px;
    }

    .faq--history .faq-card__main {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .faq {
        padding: 42px 0 64px;
    }

    .faq__title {
        margin: 0 0 1em;
    }

    .faq__item {
        margin-bottom: 30px;
    }

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

    .faq__controls {
        margin-top: 40px;
    }

    .faq__link {
        line-height: 1.2;
    }

    .faq--history {
        padding: 42px 0 40px;
    }

    .faq--history .faq__controls {
        margin-top: 26px;
    }

    .faq--history .faq-card__top {
        padding: 18px 0;
    }

    .faq--history .faq-card__title {
        font-size: 22px;
        line-height: 1.18;
        margin: 0;
    }

    .faq--history .faq-card__control {
        margin-left: 22px;
    }

    .faq-card__top {
        padding: 10px 0;
    }

    .faq-card__title {
        font-size: 22px;
        line-height: 1.18;
        margin: 0;
    }

    .faq-card__control {
        margin-left: 22px;
    }
}

.footer {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.footer__wrap {
    display: flex;
    flex-flow: column nowrap;
    padding: 38px 0 16px;
}

.footer__main {
    flex-grow: 1;
}

.footer__bottom {
    flex-shrink: 0;
    margin-top: 70px;
    border-top: 1px solid #000;
    padding-top: 15px;
}

.footer__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.footer__col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.footer__col li a {
    line-height: 2rem;
}

.footer__col--subscribe {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
}

.footer__col--main {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}

.footer__col--menu {
    width: 33.33333333333333%;
    padding-left: 16px;
    padding-right: 16px;
}

.footer__title {
    text-transform: uppercase;
    margin: 0 0 1.25em;
}

.footer__copy {
    text-align: center;
}

.footer-menu__link {
    text-decoration: none;
}

.is-logged .footer__col--subscribe {
    display: block;
}

.is-logged .footer__col--main {
    padding-left: 0;
}

@media only screen and (min-width: 1024px) {
    .footer-menu__link:hover {
        opacity: 1;
        color: #d94349;
    }
}

@media only screen and (max-width: 1440px) {
    .footer__wrap {
        display: flex;
        flex-flow: column nowrap;
        padding: 38px 0 16px;
    }

    .footer__main {
        flex-grow: 1;
    }

    .footer__copy {
        font-size: 14px;
    }

    .footer__col {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__col--subscribe {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 16.666666666666664%;
        display: none;
    }

    .footer__col--main {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__col--menu {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__title {
        margin: 0 0 0.75em;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__col--subscribe {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 8.333333333333332%;
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__wrap {
        display: flex;
        flex-flow: column nowrap;
    }

    .footer__bottom {
        margin-top: 44px;
    }

    .footer__row {
        flex-flow: column nowrap;
    }

    .footer__col--subscribe {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 0%;
    }

    .footer__col--main {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 40px;
    }

    .footer__col--main .footer__row {
        flex-flow: row nowrap;
    }

    .footer__col--menu {
        width: 33.33333333333333%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__title {
        margin: 0 0 0.75em;
    }

    .is-logged .footer__col--main {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__row {
        flex-flow: column nowrap;
    }

    .footer__col--main .footer__row {
        flex-flow: column nowrap;
    }

    .footer__col--menu {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 23px;
    }

    .footer__col--menu:first-child {
        margin-top: 0;
    }

    .footer__title {
        margin: 0 0 0.75em;
    }

    .footer__bottom {
        margin-top: 40px;
    }

    .footer__copy {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .is-logged .footer__col--main {
        padding-left: 16px;
    }
}

.form__block.is-hidden {
    display: none;
}

.form__main {
    margin-top: -36px;
}

.form__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
    margin-left: -34px;
    margin-right: -34px;
}

.form__col {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    padding: 0 34px;
}

.form__field {
    position: relative;
    margin-top: 36px;
}

.form__field--controls {
    text-align: center;
}

.form__field--date .form__verified {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    bottom: 22px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.form__field--date .form__verified-icon {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    margin-right: 12px;
}

.form__field--date .form__verified-icon .svg-icon {
    fill: currentColor;
    margin: auto;
}

.form__field--date.is-success .form__verified {
    opacity: 1;
    visibility: visible;
}

.form__field--date.is-success .form__verified+.form__input {
    padding-right: 200px;
}

.form__field.is-error .form__input,
.form__field.is-error .form__textarea {
    border-color: #f00;
}

.form__link {
    display: inline-block;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
}

.form__message {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.form__message p {
    display: none;
}

.form__message p:first-child {
    display: block;
}

.form__message--checkbox {
    display: none;
}

.form__button {
    width: 100%;
    max-width: 480px;
    position: relative;
}

.form__button span {
    opacity: 1;
    transition: opacity 0.3s;
}

.form__button .svg-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    opacity: 0;
    animation: spin 1s linear infinite;
    transition: opacity 0.3s;
}

.form__button.is-loading {
    pointer-events: none;
}

.form__button.is-loading span {
    opacity: 0;
}

.form__button.is-loading .svg-icon {
    opacity: 1;
}

.form--subscribe .form__field {
    margin: 0;
    display: flex;
    padding: 10px 0;
}

.form--subscribe .form__input {
    flex-grow: 1;
    border: none;
    border-radius: 0;
    height: 34px;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 15px;
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #000000;
}

.form--subscribe .form__button {
    flex-shrink: 0;
    width: 128px;
    background-color: #8e2332;
    font-size: 16px;
    line-height: 34px;
    padding: 0
}

@media only screen and (max-width:767px) {
    .form--subscribe .form__field {
        flex-direction: column;
    }

    .form--subscribe .form__button {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}

.form--store-index {
    display: flex;
}

.form--store-index .form__label {
    display: none;
}

.form--store-index .form__field {
    flex-grow: 1;
    position: relative;
    margin: 0;
}

.form--store-index .form__icon {
    display: block;
    position: absolute;
    color: #000;
    top: 50%;
    margin-top: -15px;
    left: 46px;
}

.form--store-index .form__icon .svg-icon {
    fill: currentColor;
}

.form--store-index .form__input {
    padding-left: 100px;
    font-size: 42px;
    border-radius: 36px;
}

.form--store-index .form__button {
    margin-left: 32px;
    width: 350px;
}

.form--reg .form__block {
    margin-bottom: 122px;
}

.form--reg .form__block--password {
    margin-bottom: 78px;
}

.form--reg .form__block--password .form__title {
    margin: 0 0 64px;
}

.form--reg .form__block--agreement {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 43px;
}

.form--reg .form__block--agreement .form__note {
    color: #d94349;
    margin-left: 102px;
    margin-top: 40px;
    font-weight: 400;
}

.form--reg .form__block--id {
    margin-bottom: 30px;
}

.form--reg .form__block--id .form__main {
    margin-top: 0;
}

.form--reg .form__block--id .form__title {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
    color: #d94349;
}

.form--reg .form__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 28px;
}

.form--reg .form__field--file {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 64px;
    overflow: hidden;
}

.form--reg .form__field--file .form__label {
    flex-shrink: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 20px 10px 0;
}

.form--reg .form__field--note {
    margin: 0;
    border: 8px solid #d94349;
    padding: 50px 90px;
}

.form--reg .form__field--controls {
    text-align: center;
    margin-top: 30px;
}

.form--reg .form__text {
    font-size: 42px;
    line-height: 1.04;
    margin-bottom: 40px;
}

.form--reg .form__text span {
    display: block;
    font-weight: 700;
    color: #d94349;
}

.form--reg .form__note {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.form--reg .form__note-icon {
    flex-shrink: 0;
    display: flex;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-right: 34px;
}

.form--reg .form__note-icon .svg-icon {
    fill: currentColor;
    margin: auto;
}

.form--reg .form__button {
    width: 100%;
    max-width: 478px;
}

.form--login {
    color: #fff;
}

.form--login .form__label {
    color: #fff;
}

.form--login .form__field--controls {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 54px;
    margin-top: 72px;
}

.form--login .form__input {
    border: none;
}

.form--login .form__button {
    width: 100%;
    max-width: 478px;
}

.form--login .form__link {
    margin-top: 34px;
}

.form--password {
    color: #fff;
}

.form--password .form__row {
    align-items: flex-end;
}

.form--password .form__button {
    width: 100%;
    max-width: 478px;
}

.form--password .form__main {
    margin-top: -76px;
}

.form--password .form__field {
    margin-top: 76px;
}

.form--password .form__field--note {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.form--password .form__label {
    color: #fff;
}

.form--password .form__input {
    border: none;
}

.form--password .form__text {
    font-size: 42px;
    line-height: 1;
    max-width: 1295px;
}

.form--profile {
    margin-bottom: 110px;
}

.form--profile .form__block {
    margin-bottom: 88px;
}

.form--profile .form__block--subscription {
    margin-bottom: 68px;
}

.form--profile .form__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 45px;
}

.form--profile .form__field--agreement {
    margin-top: 78px;
}

.form--profile .form__field--controls {
    text-align: center;
}

.form--profile .form__button {
    width: 100%;
    max-width: 480px;
}

.form--change-password .form__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 28px;
    margin-bottom: 56px;
}

.form--change-password .form__field--controls {
    margin-top: 90px;
    text-align: center;
}

.form--change-password .form__button {
    width: 100%;
    max-width: 480px;
}

.form--change-password .form__note {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 80px;
}

.form--contact .form__block {
    margin-bottom: 137px;
}

.form--contact .form__block--product {
    margin-bottom: 86px;
}

.form--contact .form__block--product .form__main {
    margin-top: 0;
}

.form--contact .form__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 23px;
}

.form--contact .form__title sup {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.5;
    text-transform: none;
    font-weight: 400;
    top: -1em;
}

.form--contact .form__field--comment {
    margin-top: 70px;
}

.form--contact .form__field--product {
    overflow: hidden;
    margin: -22px 0 0 -25px;
}

.form--contact .form__field--product .checkbox {
    margin: 22px 0 0 25px;
}

.form--contact .form__field--note {
    padding-top: 47px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.form--contact .form__button {
    width: 100%;
    max-width: 480px;
}

.form-file {
    max-width: 100%;
    overflow: hidden;
}

.form-file__label {
    display: block;
    width: 100%;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    height: 68px;
    padding: 12px 30px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 34px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-file__input {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .form--subscribe .form__button:hover {
        background-color: #ac141a;
    }
}

@media only screen and (max-width: 1440px) {
    .form__main {
        margin-top: -24px;
    }

    .form__row {
        display: flex;
        flex-flow: row wrap;
        margin-left: -16px;
        margin-right: -16px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .form__col {
        padding: 0 20px;
    }

    .form__field {
        margin-top: 24px;
    }

    .form__field--date .form__verified {
        font-size: 14px;
        bottom: 18px;
        right: 24px;
    }

    .form__field--date .form__verified-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .form__field--date .form__verified-icon .svg-icon {
        transform: scale(0.75);
    }

    .form__field--date.is-success .form__verified+.form__input {
        padding-right: 130px;
    }

    .form--store-index {
        display: flex;
        align-items: center;
    }

    .form--store-index .form__field {
        flex-grow: 1;
        position: relative;
        margin: 0;
    }

    .form--store-index .form__icon {
        left: 20px;
        transform: scale(0.75);
    }

    .form--store-index .form__input {
        padding-left: 60px;
        font-size: 24px;
    }

    .form--store-index .form__button {
        margin-left: 55px;
        width: 282px;
        padding: 16px 20px;
    }

    .form--contact .form__block {
        margin-bottom: 83px;
    }

    .form--contact .form__block--product {
        margin-bottom: 56px;
    }

    .form--contact .form__block--product .form__main {
        margin-top: 0;
    }

    .form--contact .form__title {
        position: relative;
        margin: 0 0 0.8em;
    }

    .form--contact .form__title sup {
        position: absolute;
        left: 0;
        bottom: 100%;
        top: auto;
    }

    .form--contact .form__main {
        margin-top: -24px;
    }

    .form--contact .form__field--comment {
        margin-top: 24px;
    }

    .form--contact .form__field--product {
        margin: -16px 0 0 -24px;
    }

    .form--contact .form__field--product .checkbox {
        margin: 16px 0 0 24px;
    }

    .form--contact .form__field--note {
        padding-top: 24px;
        margin-top: 55px;
        font-size: 14px;
        line-height: 20px;
    }

    .form--contact .form__button {
        max-width: 300px;
    }

    .form--profile {
        margin-bottom: 57px;
    }

    .form--profile .form__block {
        margin-bottom: 54px;
    }

    .form--profile .form__block--subscription {
        margin-bottom: 40px;
    }

    .form--profile .form__block--subscription .form__main {
        overflow: hidden;
    }

    .form--profile .form__title {
        padding-bottom: 15px;
        margin: 0 0 0.8em;
    }

    .form--profile .form__field--agreement {
        margin-top: 24px;
    }

    .form--profile .form__button {
        max-width: 300px;
    }

    .form--change-password .form__title {
        padding-bottom: 15px;
        margin-bottom: 32px;
    }

    .form--change-password .form__field--controls {
        margin-top: 40px;
    }

    .form--change-password .form__button {
        max-width: 300px;
    }

    .form--change-password .form__note {
        margin-top: 63px;
    }

    .form--reg .form__block {
        margin-bottom: 54px;
    }

    .form--reg .form__block--password .form__title {
        margin: 0 0 1em;
    }

    .form--reg .form__block--password .form__field--agreement {
        margin-top: 32px;
        padding-top: 32px;
    }

    .form--reg .form__block--id {
        margin-bottom: 30px;
    }

    .form--reg .form__block--id .form__main {
        margin-top: 0;
    }

    .form--reg .form__block--agreement .form__note {
        margin-left: 56px;
    }

    .form--reg .form__title {
        padding-bottom: 15px;
    }

    .form--reg .form__field--file {
        margin-top: 30px;
    }

    .form--reg .form__field--file .form__label {
        font-size: 30px;
    }

    .form--reg .form__field--controls {
        text-align: center;
    }

    .form--reg .form__field--note {
        padding: 50px 60px;
    }

    .form--reg .form__text {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 34px;
    }

    .form--reg .form__note {
        align-items: flex-start;
        font-size: 14px;
        line-height: 20px;
    }

    .form--reg .form__note-icon {
        display: flex;
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }

    .form--reg .form__note-icon .svg-icon {
        transform: scale(0.6);
    }

    .form--reg .form__button {
        max-width: 300px;
        padding: 16px;
    }

    .form--login .form__field--controls {
        padding-top: 30px;
        margin-top: 40px;
    }

    .form--login .form__button {
        max-width: 300px;
    }

    .form--login .form__link {
        margin-top: 12px;
    }

    .form--password .form__button {
        max-width: 300px;
    }

    .form--password .form__main {
        margin-top: -40px;
    }

    .form--password .form__field {
        margin-top: 40px;
    }

    .form--password .form__field--note {
        padding: 40px 0 0;
    }

    .form--password .form__text {
        font-size: 30px;
        line-height: 1.13;
        max-width: 100%;
    }

    .form-file__label {
        font-size: 24px;
        line-height: 1;
        height: 56px;
        padding: 15px 24px;
        border-radius: 26px;
    }

    .form-file__input {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .form__col {
        flex-basis: 100%;
        width: 100%;
    }

    .form__title {
        font-size: 24px;
        line-height: 1;
    }

    .form--store-index {
        display: block;
    }

    .form--store-index .form__button {
        margin: 24px 0 0;
        width: 280px;
        padding: 16px 20px;
    }

    .form--change-password .form__title {
        margin-bottom: 23px;
    }

    .form--change-password .form__note {
        margin-top: 56px;
    }

    .form--login .form__main {
        margin-top: -16px;
    }

    .form--login .form__field {
        margin-top: 16px;
    }

    .form--login .form__field--controls {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 23px;
        margin: 30px 0 40px;
    }

    .form--login .form__field--controls br {
        display: none;
    }

    .form--login .form__button {
        max-width: 300px;
        margin-right: 36px;
    }

    .form--login .form__link {
        white-space: nowrap;
        margin: 10px 0;
    }

    .form--password .form__main {
        margin-top: -24px;
    }

    .form--password .form__field {
        margin-top: 24px;
    }

    .form--password .form__field--note {
        padding: 30px 0 0;
        margin: 40px 0 35px;
    }

    .form--password .form__text {
        font-size: 30px;
        line-height: 1.13;
        max-width: 100%;
    }

    .form--reg .form__field--file .form__label {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .form__field--date .form__verified {
        right: 18px;
    }

    .form--store-index {
        display: block;
    }

    .form--store-index .form__label {
        display: block;
        font-size: 18px;
        line-height: 1.33;
    }

    .form--store-index .form__input {
        height: 56px;
    }

    .form--store-index .form__input::-webkit-input-placeholder {
        color: transparent;
    }

    .form--store-index .form__input::-moz-placeholder {
        color: transparent;
        opacity: 1;
    }

    .form--store-index .form__input:-moz-placeholder {
        color: transparent;
        opacity: 1;
    }

    .form--store-index .form__input:-ms-input-placeholder {
        color: transparent;
    }

    .form--store-index .form__icon {
        left: 12px;
    }

    .form--store-index .form__button {
        margin: 22px 0 0;
    }

    .form--contact .form__block--product {
        margin-bottom: 40px;
    }

    .form--contact .form__title {
        padding-bottom: 14px;
        margin: 0 0 1em;
    }

    .form--contact .form__field--product {
        margin: -15px 0 0 -15px;
    }

    .form--contact .form__field--product .checkbox {
        margin: 15px 0 0 15px;
    }

    .form--contact .form__field--note {
        margin-top: 22px;
    }

    .form--contact .form__button {
        max-width: 300px;
    }

    .form--login .form__field--controls {
        flex-flow: column nowrap;
        align-items: center;
        padding-top: 33px;
        margin: 30px 0 25px;
    }

    .form--login .form__button {
        margin-right: 0;
    }

    .form--password .form__field--note {
        padding: 23px 0 0;
        margin: 40px 0 45px;
    }

    .form--password .form__text {
        font-size: 30px;
        line-height: 1.13;
        max-width: 100%;
    }

    .form--reg .form__block--id {
        margin-bottom: 30px;
    }

    .form--reg .form__field--note {
        border: 4px solid #d94349;
        padding: 24px 36px;
    }

    .form--reg .form__field--file {
        flex-flow: column nowrap;
    }

    .form--reg .form__field--file .form__label {
        margin: 0 0 10px;
    }

    .form--reg .form__text {
        font-size: 20px;
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header {
    display: block;
    height: 112px;
    background: linear-gradient(278.13deg, #d94349 24.27%, #8e2332 81.5%), #d94349;
    position: relative;
    z-index: 99;
}

.header__wrap {
    background: linear-gradient(278.13deg, #d94349 24.27%, #8e2332 81.5%), #d94349;
    color: #fff;
    position: relative;
}

.header__wrap.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header__main {
    display: flex;
    align-items: center;
    height: 112px;
}

.header__logo {
    flex-shrink: 0;
    line-height: 0;
    text-decoration: none;
}

.header__logo img {
    display: none;
}

.header__logo span {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    display: block;
}

.header__burger {
    display: none;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    cursor: pointer;
    color: #fff;
    margin-left: auto;
    transition: color 0.3s;
}

.header__burger i {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    border-radius: 2px;
    background: currentColor;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    transform: rotate(0deg);
    transition: width 0.3s, margin 0.3s, top 0.3s, transform 0.3s;
}

.header__burger i:nth-child(1) {
    margin-top: -9px;
}

.header__burger i:nth-child(2),
.header__burger i:nth-child(3) {
    margin-top: -1px;
}

.header__burger i:nth-child(4) {
    margin-top: 7px;
}

.header__burger.is-open i {
    margin-top: -1px;
}

.header__burger.is-open i:nth-child(1),
.header__burger.is-open i:nth-child(4) {
    width: 0;
    margin-left: 0;
}

.header__burger.is-open i:nth-child(2) {
    transform: rotate(45deg);
}

.header__burger.is-open i:nth-child(3) {
    transform: rotate(-45deg);
}

.is-logged .header__logo {
    align-self: flex-start;
    margin-top: 25px;
    width: 400px;
}

.is-logged .header__logo img {
    display: block;
}

.is-logged .header__logo span {
    display: none;
}

@media only screen and (max-width: 1599px) {
    .is-logged .header__logo {
        width: 360px;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 1440px) {
    .header {
        height: 72px;
    }

    .header__main {
        height: 72px;
    }

    .header__logo span {
        font-size: 31px;
    }

    .is-logged .header__logo {
        margin-top: 17px;
        width: 236px;
    }
}

@media only screen and (max-width: 1023px) {
    .is-logged .header__burger {
        display: block;
    }
}

.history-banner {
    background: url("../images/history-banner-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
}

.history-banner__wrap {
    padding: 40px 0 112px;
}

.history-banner__title {
    margin: 0;
}

.history-banner__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.history-banner__col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.history-banner__col--img {
    width: 75%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 25%;
}

.history-banner__col--text {
    width: 58.333333333333336%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 41.66666666666667%;
    margin-top: -110px;
}

.history-banner__image {
    width: 100%;
}

.history-banner__image img {
    width: 100%;
}

.history-banner__text {
    font-size: 42px;
    line-height: 1.02;
    max-width: 85%;
}

.history-banner__note {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 40px;
}

.history-banner--index {
    background: url("../images/history-banner-index-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.history-banner--index .history-banner__stripes {
    display: block;
    position: absolute;
    width: 35%;
    height: auto;
    max-width: 565px;
    bottom: -5px;
    right: -5px;
    line-height: 0;
    z-index: 1;
}

.history-banner--index .history-banner__wrap {
    padding: 38px 0 36px;
}

.history-banner--index .history-banner__row {
    align-items: center;
}

.history-banner--index .history-banner__col--img {
    width: 58.333333333333336%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 0%;
}

.history-banner--index .history-banner__col--text {
    width: 33.33333333333333%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0%;
    padding-left: 46px;
    margin-top: 0;
}

.history-banner--index .history-banner__image {
    width: 100%;
}

.history-banner--index .history-banner__image img {
    max-width: 942px;
    width: 110%;
    transform: translateX(-5.5%);
}

.history-banner--index .history-banner__content {
    position: relative;
    z-index: 2;
}

.history-banner--index .history-banner__title {
    margin: -0.9em 0 0.6em;
}

.history-banner--index .history-banner__link {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.history-timeline {
    background: linear-gradient(180deg, #d94349 0%, #8e2332 100%);
    padding: 45px 0 35px;
    color: #fff;
    position: relative;
}

.history-timeline__stripes {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.history-timeline__wrap {
    position: relative;
}

.history-timeline__title {
    margin: 0 0 10px;
}

.history-timeline-card {
    display: flex;
    flex-flow: column nowrap;
    width: 443px;
    min-height: 630px;
    height: 100%;
    color: #fff;
    background-color: #d94349;
    margin: 0 4px;
    position: relative;
}

.history-timeline-card__year {
    text-align: center;
    border-bottom: 1px solid #000;
    height: 177px;
    line-height: 177px;
    white-space: nowrap;
    font-size: 117px;
    font-weight: 700;
    color: #8e2332;
    flex-shrink: 0;
}

.history-timeline-card__main {
    flex-grow: 1;
    padding: 40px 54px;
    text-align: center;
}

.history-timeline-card__image {
    max-width: 100%;
    margin-top: 40px;
}

.history-timeline-card__control {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 177px;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
}

.history-timeline-card__control::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #000;
}

@media only screen and (max-width: 1440px) {
    .history-banner__wrap {
        padding: 40px 0 22px;
    }

    .history-banner__title {
        max-width: 640px;
        margin: 0 0 0.4em;
    }

    .history-banner__text {
        font-size: 30px;
        line-height: 1.14;
        max-width: 90%;
    }

    .history-banner__image {
        width: 100%;
    }

    .history-banner__image img {
        width: 165%;
        transform: translateX(-10%);
        max-width: none;
    }

    .history-banner__col--text {
        order: -1;
        width: 58.333333333333336%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0%;
        margin-top: 0;
    }

    .history-banner__col--img {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 0%;
        margin-top: -160px;
    }

    .history-banner--index .history-banner__stripes {
        width: 18%;
        bottom: 0;
        right: 0;
    }

    .history-banner--index .history-banner__wrap {
        padding: 70px 0 55px;
    }

    .history-banner--index .history-banner__col--img {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 0%;
        margin-top: 0;
    }

    .history-banner--index .history-banner__col--text {
        order: 0;
        width: 58.333333333333336%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0%;
        padding-left: 40px;
        margin-top: 0;
    }

    .history-banner--index .history-banner__image img {
        max-width: none;
        width: 145%;
        margin: 0;
        transform: translateX(-28%);
    }

    .history-banner--index .history-banner__title {
        font-size: 48px;
        margin: 0 0 0.6em;
        max-width: none;
    }

    .history-timeline {
        padding: 57px 0 44px;
    }

    .history-timeline__stripes {
        width: 8%;
    }

    .history-timeline__title {
        font-size: 48px;
        line-height: 1.17;
        margin: 0 0 0.5em;
    }

    .history-timeline-card {
        width: 277px;
        min-height: 407px;
        margin: 0 20px 0 0;
        padding: 15px 20px;
    }

    .history-timeline-card__year {
        border-bottom: none;
        height: auto;
        line-height: 86px;
        font-size: 64px;
    }

    .history-timeline-card__main {
        padding: 0;
    }

    .history-timeline-card__image {
        max-width: 100%;
        margin-top: 20px;
    }

    .history-timeline-card__control {
        position: relative;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: none;
    }

    .history-timeline-card__control::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 1px;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .history-timeline-card--2018 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .history-banner__wrap {
        padding: 40px 0 0;
    }

    .history-banner__title {
        max-width: 100%;
        font-size: 48px;
        margin: 0 0 0.5em;
    }

    .history-banner__text {
        max-width: 100%;
    }

    .history-banner__image {
        width: 100%;
    }

    .history-banner__image img {
        width: 430%;
        transform: translateX(-16%);
        max-width: 584px;
    }

    .history-banner__col--text {
        order: -1;
        width: 75%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
        padding-right: 0;
    }

    .history-banner__col--img {
        width: 25%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
    }

    .history-banner--index .history-banner__stripes {
        width: 22%;
    }

    .history-banner--index .history-banner__wrap {
        padding: 33px 0 52px;
    }

    .history-banner--index .history-banner__col--text {
        order: 0;
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
    }

    .history-banner--index .history-banner__col--img {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .history-banner--index .history-banner__image img {
        width: 125%;
        transform: translateX(-15%);
    }

    .history-banner--index .history-banner__title {
        margin: 1em 0 0.35em;
        line-height: 1.17;
    }
}

@media only screen and (max-width: 767px) {
    .history-banner__wrap {
        padding: 40px 0 56px;
    }

    .history-banner__title {
        font-size: 36px;
        line-height: 1.12;
        margin: 0 0 0.7em;
    }

    .history-banner__image {
        width: 100%;
    }

    .history-banner__image img {
        width: 225%;
        transform: translateX(0);
        max-width: 630px;
    }

    .history-banner__row {
        flex-flow: column nowrap;
    }

    .history-banner__col--text {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .history-banner__col--img {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 30px;
    }

    .history-banner__note {
        font-size: 14px;
    }

    .history-banner--index .history-banner__stripes {
        display: none;
    }

    .history-banner--index .history-banner__wrap {
        padding: 56px 0 57px;
    }

    .history-banner--index .history-banner__col--text {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        order: -1;
        margin-bottom: 37px;
    }

    .history-banner--index .history-banner__col--img {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
    }

    .history-banner--index .history-banner__image img {
        width: 160%;
        transform: translateX(3%);
    }

    .history-banner--index .history-banner__title {
        margin: 0 0 0.75em;
        font-size: 36px;
        line-height: 1;
        max-width: 260px;
    }

    .history-timeline {
        padding: 55px 0 60px;
    }

    .history-timeline__stripes {
        width: 28%;
    }

    .history-timeline__title {
        font-size: 36px;
        line-height: 1.17;
        margin: 0 0 0.85em;
    }
}

.wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 48px;
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1104px;
        padding: 0 64px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

.main {
    flex-grow: 1;
}

.main--404 {
    display: flex;
    flex-flow: column nowrap;
}

.warning {
    flex-shrink: 0;
    min-height: 112px;
    border: 7px solid #000;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 1599px) {
    .warning {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1440px) {
    .warning {
        min-height: 82px;
        border: 3px solid #000;
        font-size: 30px;
        line-height: 1.13;
    }
}

@media only screen and (max-width: 1199px) {
    .warning {
        font-size: 24px;
        line-height: 1.16;
    }
}

@media only screen and (max-width: 1023px) {
    .warning {
        height: 88px;
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .warning {
        height: 112px;
        font-size: 22px;
        line-height: 1.27;
    }
}

.nav {
    display: flex;
    align-items: center;
    margin-left: 70px;
    flex-grow: 1;
    display: none;
}

.nav__links {
    white-space: nowrap;
}

.nav__link {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.nav__link--user {
    border: 1px solid currentColor;
    padding: 8px 20px;
    border-radius: 20px;
    max-width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav__link--user span:last-child {
    max-width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav__link--user span:last-child::before {
    /*content: ', ';*/
}

@media only screen and (max-width: 1024px) {
    .nav__link--user span {
        display: block;
    }
}

.nav__link--logout {
    margin-left: 25px;
}

.nav__link--logout .svg-icon {
    fill: currentColor;
    margin-left: 7px;
}

.nav-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: -15px;
}

.nav-menu__item {
    margin-left: 15px;
}

.nav-menu__link {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.3s;
}

.nav-menu__link.is-active {
    border: 1px solid currentColor;
}

.is-logged .nav {
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .nav__link--user:hover {
        opacity: 1;
        border: 1px solid #fff;
        background-color: #fff;
        color: #d94349;
    }

    .nav-menu__link:hover {
        opacity: 1;
        border: 1px solid currentColor;
    }
}

@media only screen and (max-width: 1599px) {
    .nav {
        margin-left: 50px;
    }

    .nav__link {
        font-size: 18px;
    }

    .nav-menu__link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .nav {
        margin-left: 40px;
    }

    .nav__link {
        font-size: 16px;
        line-height: 1.25;
    }

    .nav__link--user {
        padding: 4px 15px;
        border-radius: 15px;
    }

    .nav__link--user span:last-child {
        /*display: none;*/
    }

    .nav__link--logout {
        margin-left: 16px;
    }

    .nav-menu {
        margin-left: -8px;
    }

    .nav-menu__item {
        margin-left: 8px;
    }

    .nav-menu__link {
        font-size: 16px;
        line-height: 1.25;
        padding: 4px 15px;
        border-radius: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav__link {
        font-size: 15px;
        line-height: 1.2;
    }

    .nav__link--user {
        padding: 5px 13px;
    }

    .nav__link--logout {
        margin-left: 13px;
    }

    .nav-menu {
        margin-left: -8px;
    }

    .nav-menu__item {
        margin-left: 8px;
    }

    .nav-menu__link {
        font-size: 15px;
        line-height: 1.2;
        padding: 5px 13px;
    }
}

@media only screen and (max-width: 1023px) {
    .nav {
        display: flex;
        flex-flow: column nowrap;
        align-items: stretch;
        top: 100%;
        left: 100%;
        position: absolute;
        max-width: 256px;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        margin: 0;
        padding: 36px 62px 196px;
        background: linear-gradient(215.52deg, #d94349 18.11%, #8e2332 81.48%), #d94349;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        z-index: 9;
        transform: translateX(0);
        transition: transform 0.3s;
    }

    .nav.is-open {
        transform: translateX(-100%);
    }

    .nav__links {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .nav__link {
        display: block;
        font-size: 20px;
        line-height: 1.2;
        border-radius: 20px;
    }

    .nav__link--user {
        padding: 8px 4px;
    }

    .nav__link--logout {
        margin: 20px 0 0;
    }

    .nav-menu {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .nav-menu__item {
        margin: 25px 0 0;
    }

    .nav-menu__item:first-child {
        margin-top: 0;
    }

    .nav-menu__link {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        padding: 8px 4px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav {
        max-width: 200px;
        padding: 20px 34px 36px;
    }

    .nav__link {
        display: block;
        font-size: 20px;
        line-height: 1.2;
        border-radius: 20px;
    }

    .nav__link--user {
        padding: 8px 4px;
    }

    .nav__link--logout {
        margin: 20px 0 0;
    }

    .nav-menu__item {
        margin: 15px 0 0;
    }

    .nav-menu__item:first-child {
        margin-top: 0;
    }
}

.not-found {
    background: url("../images/history-banner-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 130px 0 200px;
}

.not-found__wrap {
    max-width: 995px;
    margin: 0 auto;
}

.not-found__title {
    line-height: 1;
    text-align: center;
    margin: 0 0 40px;
}

.not-found__title span {
    display: block;
    font-size: 200px;
}

.not-found__text {
    font-size: 36px;
    line-height: 1.11;
    padding: 40px 0;
    border-top: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
}

@media only screen and (max-width: 1440px) {
    .not-found__title span {
        font-size: 180px;
    }

    .not-found__text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .not-found {
        padding: 100px 0 150px;
    }

    .not-found__title span {
        font-size: 140px;
    }

    .not-found__text {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .not-found {
        padding: 60px 0 100px;
    }

    .not-found__title span {
        font-size: 70px;
    }

    .not-found__text {
        font-size: 18px;
        border-top-width: 2px;
        border-bottom-width: 2px;
        padding: 24px 0;
    }
}

.not-found-auth {
    background-color: #8e2332;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: start;
    padding: 130px 0 200px
}

.not-found-auth__wrap {
    max-width: 995px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.not-found-image {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.not-found-auth__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    margin: 0 0 24px
}

.not-found-auth__title span {
    display: block;
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.not-found-auth__text {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-bottom: 24px;
}

@media only screen and (max-width:767px) {
    .not-found-auth__wrap {
        flex-direction: column-reverse;
    }

    .not-found-image {
        flex-direction: row;
        align-self: center;
        padding-bottom: 24px;
    }

    .not-found-auth__title,
    .not-found-auth-content {
        text-align: center;
    }

}

@media only screen and (max-width:1440px) {
    .not-found-auth__title {
        font-size: 40px
    }

    .not-found-auth__title span {
        font-size: 120px
    }

    .not-found-auth__text {
        font-size: 24px
    }
}

@media only screen and (max-width:1023px) {
    .not-found-auth {
        padding: 100px 0 150px
    }

    .not-found-auth__title {
        font-size: 48px
    }

    .not-found-auth__title span {
        font-size: 140px
    }

    .not-found-auth__text {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .not-found-auth {
        padding: 60px 0 100px
    }

    .not-found-auth__title {
        font-size: 36px
    }

    .not-found-auth__title span {
        font-size: 70px
    }

    .not-found-auth__text {
        font-size: 18px;
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
}

.not-found-banner {

    color: #fff;
}

@media only screen and (max-width:767px) {
    .not-found-banner {
        display: none;
    }
}

.not-found-banner__wrap {
    padding: 90px 0 40px
}

.not-found-banner__title {
    font-size: 130px;
    line-height: .875;
    margin: 0 0 .35em
}

.not-found-banner__title span {
    display: block;
    color: #c4c4c4
}

.not-found-banner__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px
}

.not-found-banner__col {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px
}

.not-found-banner__col--img {
    width: 75%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 25%
}

.not-found-banner__col--text {
    width: 58.333333333333336%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 41.66666666666667%;
    margin-top: -110px
}

.not-found-banner__image {
    width: 85%;
    max-width: 689px;
    margin: 0 auto;
    position: relative
}

.not-found-banner__image::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 89%
}

.not-found-banner__image-item {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    transition: opacity .3s
}

.not-found-banner__image-item--brand {
    opacity: 0
}

.not-found-banner__text {
    font-size: 42px;
    line-height: 1.02;
    max-width: 85%
}

.not-found-banner--index {
    background-color: #641923;
    color: #fff;
    position: relative;
    overflow: hidden
}

.not-found-banner--index .not-found-banner__wrap {
    padding: 110px 0 68px
}

.not-found-banner--index .not-found-banner__row {
    align-items: center
}

.not-found-banner--index .not-found-banner__col--img {
    width: 58.333333333333336%;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 0
}

.not-found-banner--index .not-found-banner__col--text {
    width: 33.33333333333333%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    padding-left: 36px;
    margin-top: 0
}

.not-found-banner--index .not-found-banner__image {
    width: 90%;
    margin: 0 auto;
    max-width: 770px
}

.not-found-banner--index .not-found-banner__content {
    position: relative;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.not-found-banner--index .not-found-banner__title {
    font-size: 100px;
    margin: -1.8em 0 .6em;
    line-height: .95
}

.not-found-banner--index .not-found-banner__link {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600
}

.package {
    background: linear-gradient(180deg, #000 0%, #8e2332 99.05%);
    color: #fff;
}

.package__wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
    padding: 72px 0 54px;
    align-items: center;
}

.package__image {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8.333333333333332%;
    padding-right: 0;
    line-height: 0;
}

.package__image img {
    margin: 0 -19px 0 -34px;
    max-width: calc(100% + 53px);
}

.package__content {
    width: 66.66666666666666%;
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 40px;
}

.package__title {
    font-size: 62px;
    line-height: 1.13;
    margin: 0 0 0.15em;
}

.package__text {
    font-size: 24px;
    line-height: 1.38;
    max-width: 780px;
}

.package__controls--mobile {
    display: none;
}

.package__button {
    width: 350px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
    .package__wrap {
        padding: 80px 0 15px;
    }

    .package__image {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0%;
    }

    .package__image img {
        margin: 0;
        max-width: 100%;
    }

    .package__content {
        width: 58.333333333333336%;
        padding-left: 16px;
        padding-right: 16px;
        padding-left: 40px;
        margin-top: 0;
    }

    .package__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0 0 0.6em;
    }

    .package__title br {
        display: none;
    }

    .package__text {
        font-size: 30px;
        line-height: 1.13;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .package__button {
        width: 305px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1023px) {
    .package__wrap {
        padding: 56px 0;
        flex-flow: column nowrap;
    }

    .package__image {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0%;
        max-width: 310px;
        margin: 0 auto;
    }

    .package__content {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        order: -1;
    }

    .package__title {
        font-size: 48px;
        line-height: 1.17;
        margin: 0 0 0.5em;
    }

    .package__text {
        font-size: 30px;
        line-height: 1.13;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .package__controls {
        display: none;
    }

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

    .package__button {
        width: 305px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .package__image {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0%;
        max-width: 310px;
        margin: 0 auto;
    }

    .package__content {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        order: -1;
    }

    .package__title {
        font-size: 36px;
        line-height: 1.13;
        margin: 0 0 0.7em;
    }

    .package__text {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .package__controls--mobile {
        margin: 17px 0 0;
    }

    .package__button {
        width: 280px;
        margin-left: 0;
    }
}

.pager__list {
    display: flex;
    align-items: stretch;
}

.pager__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    height: 220px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 2;
    padding: 74px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.pager__link::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    height: 100%;
    background-color: #000;
    transition: background-color 0.3s;
}

.pager__link:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.pager__link:first-child::before {
    right: 0;
}

.pager__link:last-child::before {
    left: 0;
}

.pager__link span {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .pager__link:hover {
        opacity: 1;
    }

    .pager__link:hover::before {
        background-color: #1a1a1a;
    }
}

@media only screen and (max-width: 1440px) {
    .pager__link {
        height: 140px;
        font-size: 30px;
        line-height: 1.13;
        padding: 54px 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .pager__link {
        height: 136px;
        font-size: 30px;
        line-height: 1.13;
        padding: 36px 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pager__link {
        height: 136px;
        font-size: 22px;
        line-height: 1.1;
        padding: 40px 10px;
    }
}

.popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 100px 80px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.popup__box {
    width: 100%;
    max-width: 546px;
    padding: 48px 40px;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.popup__close {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 35px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.3s;
}

.popup__close .svg-icon {
    fill: currentColor;
    margin: auto;
}

.popup__title {
    margin-bottom: 10px;
}

.popup__text p {
    margin: 1.5em 0;
}

.popup__text p:first-child {
    margin-top: 0;
}

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

.popup__controls {
    margin-top: 35px;
}

.popup__button {
    width: 100%;
    padding: 17px 40px;
}

.popup--why .popup__box,
.popup--contact .popup__box {
    min-height: 280px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    padding: 84px 50px;
}

.popup--package {
    padding: 20px 20px;
}

.popup--package .popup__box {
    width: auto;
    max-width: 1530px;
    padding: 0;
}

.popup--package .popup__main {
    line-height: 0;
}

.popup--package .popup__close {
    top: 7.5%;
    right: 4.5%;
}

.popup--subscribe .popup__box {
    max-width: 545px;
    padding: 48px 40px 26px;
}

.popup--subscribe .popup__title {
    color: #d94349;
}

.popup--remove-account .popup__box {
    max-width: 545px;
    padding: 48px 40px 26px;
}

.popup--remove-account .popup__title {
    color: #d94349;
}

.popup--remove-account .popup__controls {
    margin-top: 50px;
    display: flex;
}

.popup--remove-account .popup__button {
    flex-grow: 1;
    flex-basis: 0;
    flex-shrink: 0;
    margin-left: 14px;
}

.popup--remove-account .popup__button:first-child {
    margin-left: 0;
}

.popup.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}

@media only screen and (min-width: 1024px) {
    .popup__close:hover {
        color: #d94349;
    }
}

@media only screen and (max-width: 1023px) {
    .popup--package .popup__close {
        top: 6%;
        right: 7%;
    }
}

@media only screen and (max-width: 767px) {
    .popup {
        padding: 20px 20px;
    }

    .popup__box {
        padding: 48px 20px;
        text-align: center;
    }

    .popup__close {
        right: 20px;
    }

    .popup--why .popup__box,
    .popup--contact .popup__box {
        min-height: 280px;
        padding: 72px 20px;
    }

    .popup--package .popup__close {
        top: 2%;
        right: 7%;
    }

    .popup--remove-account .popup__box {
        padding: 48px 20px 32px;
        max-width: 300px;
    }

    .popup--remove-account .popup__title {
        color: #d94349;
    }

    .popup--remove-account .popup__controls {
        display: block;
    }

    .popup--remove-account .popup__button {
        width: 100%;
        max-width: 280px;
        margin: 16px 0 0;
    }

    .popup--remove-account .popup__button:first-child {
        margin: 0;
    }

    .popup--subscribe .popup__box {
        max-width: 545px;
        padding: 72px 20px 32px;
    }

    .popup--subscribe .popup__title {
        color: #d94349;
    }
}

.products-sect {
    text-align: center;
    color: #fff;
    position: relative;
    background: linear-gradient(180deg, #4b4b4b 0%, #a7a9ab 99.05%);
}

.products-sect__wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 48px;
    padding-top: 130px;
    padding-bottom: 60px;
    position: relative;
    max-width: 100% !important;
    z-index: 3;
}

@media only screen and (max-width: 1440px) {
    .products-sect__wrap {
        max-width: 1104px;
        padding: 0 64px;
    }
}

@media only screen and (max-width: 767px) {
    .products-sect__wrap {
        padding: 0 20px;
    }
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 48px;
    padding-top: 0px;
    margin-top: -20px;
}

.btn {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: color .3s, background-color .3s, border-color .3s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.btn-sm {
    padding: 12px 40px;
    font-size: 14px;
}

.btn-white {
    color: #000;
    background-color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #af313d;
}

.core-std-toggle-wrap {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 30px;
    padding: 1px;
    display: inline-block;
}

.core-std-toggle-wrap a,
.core-std-toggle-wrap a:active,
.core-std-toggle-wrap a:hover,
.core-std-toggle-wrap a:visited {
    border-radius: 30px;
    color: #af313d;
    text-decoration: none;
    display: inline-block;
    padding: 5px 50px;
    text-transform: uppercase;
}

.core-std-toggle-wrap a.active {
    background-color: #af313d;
    color: #fff;
}

.section--core-std {
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    background-size: cover
}

.core-std-brand {
    display: none;
    padding-top: 48px;
}

.core-std-brand.active {
    display: block;
}

.core-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.core-prods {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 98px 0 118px;
}

.products-sect__main {
    overflow: visible !important;
}

.products-sect__title {
    margin: 0 0 0.8em;
}

.products-sect__list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.products-sect__item {
    width: 33.33333333333333%;
    padding-left: 16px;
    padding-right: 16px;
}

.products-sect__controls {
    display: none;
    padding: 0 20px;
    margin-top: 24px;
}

.products-sect__scroll {
    display: block;
    height: 12px;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.products-sect__scroll::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.products-sect__scroll-button {
    position: absolute;
    height: 12px;
    width: 180px;
    border-radius: 10px;
    background-color: #fff;
}

.products-sect--index {
    background: url("../images/products-index-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.products-sect--index .products-sect__wrap {
    padding-top: 40px;
    padding-bottom: 70px;
}

.products-sect--index .products-sect__title {
    margin: 0 0 0.4em;
}

.products-sect--index .products-sect__list {
    justify-content: center;
}

.products-sect--index .products-sect__item {
    width: 41.66666666666667%;
    padding-left: 16px;
    padding-right: 16px;
}

.products-sect--index .products-card {
    text-align: center;
    padding: 0 15px;
    width: 75%;
    min-width: 330px;
}

.products-sect--index .products-card__control {
    line-height: 0;
    margin-top: -24px;
}

.products-sect--index .products-card__button {
    min-width: 300px;
    padding: 24px 32px;
}

.products-sect[data-tab-active="core"] .products-bg__image {
    background: url("../images/core-family-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.products-sect[data-tab-active="smooth"] .products-bg__image {
    background: url("../images/smooth-family-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.products-sect--inner .products-sect__wrap {
    padding-top: 92px;
    padding-bottom: 60px;
}

.products-sect--inner .products-sect__title {
    margin: 0 0 0.33em;
}

.products-sect--inner .products-tabs__list {
    position: static;
    justify-content: center;
    margin: 0 0 88px;
}

.products-sect--inner[data-tab-active="core"] .products-bg__image {
    background: url("../images/core-family-inner-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.products-sect--inner[data-tab-active="smooth"] .products-bg__image {
    background: url("../images/smooth-family-inner-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.products-sect[data-active="1"] .products-sect__item:nth-child(1) .products-card__image {
    transform: scale(1.1) translateZ(0);
}

.products-sect[data-active="2"] .products-sect__item:nth-child(2) .products-card__image {
    transform: scale(1.1) translateZ(0);
}

.products-sect[data-active="3"] .products-sect__item:nth-child(3) .products-card__image {
    transform: scale(1.1) translateZ(0);
}

.products-tabs__list {
    position: absolute;
    right: 48px;
    top: 48px;
    display: flex;
}

.products-tabs__link {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    margin-left: 30px;
}

.products-tabs__link:first-child {
    margin-left: 0;
}

.products-tabs__link.is-active {
    text-decoration: none;
    pointer-events: none;
}

.products-tabs__item {
    display: block;
    height: 0;
    visibility: hidden;
}

.products-tabs__item.is-active {
    height: auto;
    visibility: visible;
}

.products-card {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    will-change: transform;
    transition: transform .3s;
    text-decoration: none;
}

.products-card__image {
    width: 100%;
    transform: scale(1) translateZ(0);
    will-change: transform;
    transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    transition: transform 0.3s;
}

.products-card__image img {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.products-card__title {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 2;
    transition: opacity .3s
}

.products-card--dark {
    color: #333;
}

.products-card.is-active {
    opacity: 0.5;
    pointer-events: none;
}

.products-card__strength-title {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
}

.products-card__strength span {
    display: inline-block;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: #6c6c6c;
    margin: 3px;
}

.products-card__strength span.full {
    background-color: #ff0000;
}

.products-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products-bg__image {
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .products-card:hover {
        opacity: 1;
    }

    .products-card:hover .products-card__image {
        transform: scale(1.14);
    }

    .products-card:hover .products-card__title {
        opacity: 1;
    }
}

@media only screen and (max-width: 1440px) {
    .products-sect__wrap {
        padding-top: 106px;
        padding-bottom: 35px;
    }

    .products-sect__title {
        font-size: 72px;
        line-height: 1.06;
        margin: 0 0 1em;
    }

    .products-sect--index .products-sect__wrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .products-sect--index .products-sect__title {
        margin: 0 0 0.45em;
    }

    .products-sect--index .products-sect__title br {
        display: none;
    }

    .products-sect--index .products-card {
        text-align: center;
    }

    .products-sect--index .products-card__control {
        margin-top: 5px;
    }

    .products-sect--index .products-card__button {
        min-width: 300px;
        padding: 16px 16px;
    }

    .products-sect--inner .products-sect__wrap {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .products-sect--inner .products-sect__title {
        font-size: 48px;
        line-height: 1.17;
        margin: 0 0 0.5em;
    }

    .products-sect--inner .products-tabs__list {
        margin: 0 0 64px;
    }

    .products-tabs__list {
        top: 40px;
    }

    .products-tabs__link {
        font-size: 16px;
    }

    .products-card {
        text-align: center;
    }

    .products-card__title {
        font-size: 30px;
        line-height: 1.13;
        margin: -1em 0 0;
    }
}

@media only screen and (max-width: 1440px) {
    .products-card {
        width: 60%;
    }
}

@media only screen and (max-width: 1199px) {
    .products-card {
        width: 70%;
    }
}

@media only screen and (max-width: 1023px) {
    .products-sect__wrap {
        padding-top: 90px;
        padding-bottom: 48px;
    }

    .products-sect__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0 0 1.5em;
    }

    .products-sect--index .products-sect__wrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .products-sect--index .products-sect__item {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .products-sect--index .products-sect__title {
        margin: 0 0 1.25em;
    }

    .products-sect--index .products-card {
        padding: 0 5px;
        transform: none !important;
    }

    .products-sect--index .products-card__control {
        margin-top: 0;
    }

    .products-tabs__list {
        top: 40px;
        left: 0;
        right: 0;
        justify-content: center;
    }

    .products-tabs__link {
        font-size: 16px;
    }

    .products-card {
        width: 80%;
    }

    .products-card__title {
        font-size: 20px;
        line-height: 1.2;
        margin: -1.2em 0 0;
        opacity: 1;
    }
}

@media only screen and (max-width:767px) {
    .products-sect__wrap {
        padding-top: 130px;
        padding-bottom: 60px
    }

    .products-sect__title {
        font-size: 48px;
        line-height: 1.11;
        text-align: left;
        margin: 0 0 .8em
    }

    .products-sect__title span {
        font-size: 36px
    }

    .products-sect__main {
        overflow: visible !important
    }

    .products-sect__list {
        display: block;
        margin-left: -16px;
        margin-right: -16px;
        margin: 0
    }

    .products-sect__item {
        width: 100vw;
        flex-shrink: 0;
        padding: 0 20px;
        margin-bottom: 80px;
    }

    .products-sect__item:last-child {
        margin-bottom: 0px;
    }

    .products-sect__controls {
        display: block
    }

    .products-sect--index .products-sect__wrap {
        padding-top: 40px;
        padding-bottom: 56px
    }

    .products-sect--index .products-sect__main {
        overflow: hidden !important
    }

    .products-sect--index .products-sect__list {
        flex-wrap: wrap;
        margin: 0 -16px
    }

    .products-sect--index .products-sect__item {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 55px;
        padding: 0 16px
    }

    .products-sect--index .products-sect__item:first-child {
        margin-top: 0
    }

    .products-sect--index .products-sect__title {
        text-align: left;
        margin: 0 0 1.5em
    }

    .products-sect--index .products-card {
        padding: 0;
        width: 100%;
        max-width: 320px;
        min-width: 0
    }

    .products-sect--index .products-card__image-item--default {
        opacity: 1 !important
    }

    .products-sect--index .products-card__image-item--brand {
        opacity: 0 !important
    }

    .products-sect--index .products-card__control {
        margin-top: 0
    }

    .products-sect--index .products-card__button {
        min-width: 0
    }

    .products-sect--index .products-bg__image {
        width: 100%
    }

    .products-sect--inner .products-sect__wrap {
        padding-top: 70px;
        padding-bottom: 90px
    }

    .products-sect--inner .products-sect__title {
        font-size: 48px;
        line-height: 1.1;
        margin: 0 20px .8em 0
    }

    .products-sect[data-tab-active=core][data-active="1"] .products-bg__image {
        transform: translate3d(0, 0, 0)
    }

    .products-sect[data-tab-active=core][data-active="2"] .products-bg__image {
        transform: translate3d(-33.3%, 0, 0)
    }

    .products-sect[data-tab-active=core][data-active="3"] .products-bg__image {
        transform: translate3d(-66.6%, 0, 0)
    }

    .products-sect[data-tab-active=standart][data-active="1"] .products-bg__image {
        transform: translate3d(0, 0, 0)
    }

    .products-sect[data-tab-active=standart][data-active="2"] .products-bg__image {
        transform: translate3d(-50%, 0, 0)
    }

    .products-tabs__list {
        left: 20px;
        right: 20px;
        top: 40px;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start
    }

    .products-tabs__link {
        font-size: 16px;
        margin: 18px 0 0
    }

    .products-tabs__link:first-child {
        margin: 0
    }

    .products-tabs__item {
        margin: 0 -20px
    }

    .products-tabs__item[data-tab=standart] .products-sect__item {
        width: 100vw
    }

    .products-card {
        transform: translate3d(0, 0, 0) !important;
        max-width: 280px
    }

    .products-card__image {
        transform: scale(1) !important
    }

    .products-bg__image {
        width: 300%;
        transition: transform .3s
    }

    .products-sect__scroll-button {
        display: none;
    }
}

@media (min-width: 768px) {
    .products-sect__list {
        width: auto !important;
        transform: none !important;
    }
}

.products-detail {
    color: #fff;
    background: url("../images/original-bg.jpg") 50% 50% no-repeat;
    background-size: cover !important;
}

.products-detail__wrap {
    padding: 48px 0 20px;
    position: relative;
}

.products-detail__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.products-detail__col {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}

.products-detail__col--main {
    padding-left: 82px;
    padding-right: 100px;
}

.products-detail__slider {
    margin: 77px auto -40px;
    max-width: 412px;
}

.products-detail__link {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.products-detail__link .svg-icon {
    fill: currentColor;
    margin-right: 18px;
}

.products-detail__link--back {
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 2;
}

.products-detail__link--package {
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.products-detail__main {
    font-size: 20px;
    line-height: 1.2;
}

.products-detail__title {
    line-height: 1;
    margin: 0;
}

.products-detail__properties {
    margin-top: 15px;
}

.products-detail__image {
    display: block;
    line-height: 0;
    margin: 35px 0;
}

.products-detail__controls {
    margin-top: 47px;
    text-align: center;
    line-height: 0;
}

.products-detail__button {
    text-transform: none;
    min-width: 288px;
}

.products-detail__note {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 15px;
    line-height: 2;
}

.products-detail--rich {
    background: url("../images/rich-bg.jpg") 50% 50% no-repeat;
}

.products-detail--smooth {
    background: url("../images/smooth-bg.jpg") 50% 50% no-repeat;
}

.products-detail--filter {
    background: url("../images/filter-bg.jpg") 50% 50% no-repeat;
}

.products-detail--fine {
    background: url("../images/fine-bg.jpg") 50% 50% no-repeat;
}

.products-detail--subtle {
    background: url("../images/subtle-bg.jpg") 50% 50% no-repeat;
}

.products-detail-info {
    display: flex;
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1;
}

.products-detail-info:last-child {
    margin-bottom: 0;
}

.products-detail-info__icon {
    flex-shrink: 0;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #888;
    color: #fff;
    line-height: 0;
}

.products-detail-info__icon--brand2 {
    background-color: #4c8dc0;
}

.products-detail-info__icon--brand5 {
    background-color: #292929;
}

.products-detail-info__icon--brand7 {
    background-color: #9a7800;
}

.products-detail-info__icon .svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.products-detail-info__main {
    margin-left: 62px;
    padding-top: 12px;
}

.products-detail-info__title {
    margin: 0 0 0.3em;
}

.products-detail-info__content .rating {
    margin: 4px 0 0;
}

.products-detail-info__content p {
    margin: 0.7em 0;
}

@media only screen and (max-width: 1440px) {
    .products-detail__wrap {
        padding: 40px 0 56px;
    }

    .products-detail__col--image {
        width: 41.66666666666667%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .products-detail__col--main {
        width: 58.333333333333336%;
        padding-left: 16px;
        padding-right: 16px;
        padding-left: 44px;
        padding-right: 80px;
    }

    .products-detail__slider {
        margin: 12px 0 -15px 7px;
        max-width: 340px;
    }

    .products-detail__link {
        font-size: 20px;
        line-height: 1.2;
    }

    .products-detail__link .svg-icon {
        margin-right: 12px;
    }

    .products-detail__link--back {
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 56px;
    }

    .products-detail__link--package {
        float: none;
        margin-right: 0;
    }

    .products-detail__title {
        line-height: 1.08;
        margin: 0 0 0.35em;
    }

    .products-detail__properties {
        margin-top: 30px;
    }

    .products-detail__image {
        margin: 43px auto 0;
        max-width: 365px;
    }

    .products-detail__controls {
        margin: 64px 0 0;
    }

    .products-detail__button {
        min-width: 300px;
    }

    .products-detail__note {
        position: static;
        text-align: center;
        font-size: 15px;
        margin: 15px 0 0;
    }

    .products-detail-info {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 1.2;
    }

    .products-detail-info__icon {
        width: 56px;
        height: 56px;
    }

    .products-detail-info__main {
        margin-left: 16px;
        padding-top: 5px;
    }

    .products-detail-info__title {
        margin: 0 0 0.3em;
    }

    .products-detail-info__content .rating {
        margin: 0;
    }

    .products-detail-info__content p {
        margin: 0.45em 0;
    }
}

@media only screen and (max-width: 1023px) {
    .products-detail__wrap {
        padding: 57px 0 50px;
    }

    .products-detail__col--image {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .products-detail__col--main {
        width: 50%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .products-detail__slider {
        margin: 12px 0 -12px 10px;
        max-width: 240px;
    }

    .products-detail__link--back {
        margin-bottom: 44px;
    }

    .products-detail__main {
        font-size: 16px;
        line-height: 1.25;
    }

    .products-detail__title {
        font-size: 36px;
        line-height: 1.11;
        margin: 0 0 0.25em;
    }

    .products-detail__properties {
        margin-top: 36px;
    }

    .products-detail__image {
        margin: 27px auto 0;
        max-width: 280px;
    }

    .products-detail__controls {
        margin: 50px 0 0;
    }

    .products-detail__button {
        min-width: 300px;
    }

    .products-detail__note {
        position: static;
        text-align: center;
        font-size: 15px;
        margin: 10px 0 0;
    }

    .products-detail-info {
        margin: 0 0 18px;
    }

    .products-detail-info__content p {
        margin: 0.8em 0;
    }
}

@media only screen and (max-width: 767px) {
    .products-detail__wrap {
        padding: 25px 0 50px;
    }

    .products-detail__row {
        flex-flow: column nowrap;
    }

    .products-detail__col--image {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .products-detail__col--main {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 30px;
    }

    .products-detail__slider {
        margin: 12px auto -12px;
        max-width: 260px;
    }

    .products-detail__link--back {
        margin-bottom: 36px;
    }

    .products-detail__main {
        text-align: center;
    }

    .products-detail__title {
        font-size: 36px;
        line-height: 1.11;
        margin: 0 0 0.2em;
    }

    .products-detail__properties {
        margin-top: 24px;
    }

    .products-detail__controls {
        margin: 40px 0 0;
    }

    .products-detail__button {
        min-width: 280px;
    }

    .products-detail__note {
        position: static;
        text-align: center;
        font-size: 15px;
        margin: 10px 0 0;
    }

    .products-detail-info {
        margin: 0 0 16px;
        font-size: 24px;
        line-height: 1.2;
        flex-flow: column nowrap;
        align-items: center;
    }

    .products-detail-info__icon {
        width: 72px;
        height: 72px;
    }

    .products-detail-info__main {
        margin: 16px 0 0;
        padding-top: 0;
        text-align: center;
    }

    .products-detail-info__title {
        margin: 0 0 0.3em;
    }

    .products-detail-info__content .rating {
        margin: 0;
    }

    .products-detail-info__content p {
        margin: 0.45em 0;
    }
}

.rating {
    display: inline-flex;
    white-space: nowrap;
}

.rating__item {
    margin-left: 8px;
    color: currentColor;
    position: relative;
    width: 32px;
    height: 28px;
    line-height: 0;
}

.rating__item .svg-icon {
    fill: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating__item .svg-icon--default {
    opacity: 1;
}

.rating__item .svg-icon--active {
    opacity: 0;
}

.rating__item:first-child {
    margin-left: 0;
}

.rating[data-rating="1"] .rating__item:nth-child(1) .svg-icon--active {
    opacity: 1;
}

.rating[data-rating="1"] .rating__item:nth-child(1) .svg-icon--default {
    opacity: 0;
}

.rating[data-rating="2"] .rating__item:nth-last-child(n+4) .svg-icon--active {
    opacity: 1;
}

.rating[data-rating="2"] .rating__item:nth-last-child(n+4) .svg-icon--default {
    opacity: 0;
}

.rating[data-rating="3"] .rating__item:nth-last-child(n+3) .svg-icon--active {
    opacity: 1;
}

.rating[data-rating="3"] .rating__item:nth-last-child(n+3) .svg-icon--default {
    opacity: 0;
}

.rating[data-rating="4"] .rating__item:nth-last-child(n+2) .svg-icon--active {
    opacity: 1;
}

.rating[data-rating="4"] .rating__item:nth-last-child(n+2) .svg-icon--default {
    opacity: 0;
}

.rating[data-rating="5"] .rating__item .svg-icon--active {
    opacity: 1;
}

.rating[data-rating="5"] .rating__item .svg-icon--default {
    opacity: 0;
}

@media only screen and (max-width: 1440px) {
    .rating {
        display: inline-flex;
        white-space: nowrap;
    }

    .rating__item {
        margin-left: 7px;
        color: currentColor;
        position: relative;
        width: 27px;
        height: 24px;
    }

    .rating__item .svg-icon {
        width: 100%;
        height: 100%;
    }
}

.sitemap {
    background-color: #fff;
    color: #000;
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-flow: column nowrap;
}

.sitemap__head {
    display: flex;
    align-items: center;
    height: 112px;
    background: linear-gradient(278.13deg, #d94349 24.27%, #8e2332 81.5%), #d94349;
}

.sitemap__logo {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    line-height: 0;
    color: #fff;
}

.sitemap__main {
    flex-grow: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sitemap__list {
    display: block;
    column-count: 2;
}

.sitemap__item {
    display: block;
    margin: 20px 0 0;
}

.sitemap__link {
    font-size: 20px;
    line-height: 1.33;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 1024px) {
    .sitemap__link:hover {
        opacity: 1;
        color: #d94349;
    }
}

@media only screen and (max-width: 1023px) {
    .sitemap__list {
        column-count: 1;
    }
}

.slider {
    width: 100%;
    position: relative;
}

.slider__list {
    display: flex;
    align-items: stretch;
}

.slider__item {
    flex-shrink: 0;
}

.slider__scroll {
    display: block;
    height: 19px;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.slider__scroll::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider__scroll-button {
    position: absolute;
    height: 19px;
    width: 180px;
    border-radius: 10px;
    background-color: #8e2332;
}

.slider--tobacco {
    margin: 50px 0 95px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.slider--tobacco .slider__wrap {
    padding: 47px 0 75px;
    overflow: visible !important;
}

.slider--history {
    position: relative;
}

.slider--history .slider__wrap {
    overflow: visible !important;
}

.slider--history .slider__controls {
    margin-top: 34px;
}

.slider--history .slider__scroll {
    position: absolute;
    top: 167px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.slider--history .slider__scroll::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.slider--history .slider__scroll-button {
    background-color: #000;
}

@media only screen and (max-width: 1440px) {
    .slider--tobacco {
        margin: 47px 0;
    }

    .slider--tobacco .slider__wrap {
        padding: 40px 0 16px;
        overflow: visible !important;
    }

    .slider--history .slider__scroll {
        position: relative;
        top: 0;
    }

    .slider--history .slider__controls {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider__scroll {
        height: 12px;
    }

    .slider__scroll::before {
        top: 6px;
    }

    .slider__scroll-button {
        position: absolute;
        height: 12px;
        border-radius: 6px;
    }

    .slider--tobacco {
        margin: 32px 0 56px;
    }

    .slider--tobacco .slider__wrap {
        padding: 24px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .slider--tobacco {
        margin: 23px 0 56px;
    }

    .slider--tobacco .slider__wrap {
        margin: 0 -20px;
        padding: 24px 0 22px;
    }

    .slider--tobacco .slider__item {
        width: 100vw;
        padding: 0 20px;
    }
}

.socials {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
}

.socials__list {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.socials__link {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    margin-left: 10px;
    transition: border-color 0.3s, color 0.3s;
}

.socials__link .svg-icon {
    fill: currentColor;
    margin: auto;
}

.socials__link:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 1024px) {
    .socials__link:hover {
        color: #d94349;
        border: 1px solid rgba(217, 67, 73, 0.5);
    }
}

@media only screen and (max-width: 1440px) {
    .socials__list {
        margin-left: 24px;
    }

    .socials__link {
        width: 40px;
        height: 40px;
        margin-left: 16px;
    }

    .socials__link .svg-icon {
        transform: scale(0.8);
    }

    .socials__link:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .socials {
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .socials__list {
        margin: 7px 0 0;
    }
}

.start__wrap {
    padding: 53px 0 130px;
}

.start--initial .start-head__wrap {
    padding: 42px 0 52px;
}

.start--initial .start-head__title {
    margin: 0 0 0.25em;
}

.start--initial .start-head__row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
    align-items: flex-end;
}

.start--initial .start-head__col--main {
    width: 75%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 28px;
}

.start--initial .start-head__col--side {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 50px;
}

.start--initial .start-head__link {
    display: inline-block;
    margin: 56px 0 63px;
    font-size: 18px;
    text-transform: uppercase;
}

.start--initial .start-head__controls {
    display: flex;
}

.start--initial .start-head__button {
    min-width: 350px;
    margin-left: 14px;
}

.start--initial .start-head__button:first-child {
    margin-left: 0;
}

.start--reg .start-head__wrap {
    padding: 36px 0 38px;
}

.start--reg .start-head__subtitle {
    margin: 106px 0 0;
}

.start--login .start-head__wrap {
    padding: 36px 0 94px;
}

.start--login .start-head__title+.start-head__form {
    margin-top: 70px;
}

.start--login .start-head__form {
    margin-top: 38px;
}

.start--verification .start-head__wrap {
    padding-right: 220px;
    min-height: 670px;
}

.start--verification .start-head__text {
    max-width: 860px;
}

.start--verification .start-head__title {
    margin-bottom: 0.5em;
}

.start--password .start-head__wrap {
    padding: 36px 0 42px;
}

.start--password .start-head__text {
    max-width: 960px;
}

.start--password .start-head__form {
    margin-top: 38px;
}

.start-head {
    background: linear-gradient(180deg, #000 0%, #8e2332 99.05%);
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.start-head__wrap {
    padding: 36px 0;
    position: relative;
}

.start-head__title {
    margin: 0 0 0.25em;
    text-transform: uppercase;
}

.start-head__subtitle {
    text-transform: uppercase;
}

.start-head-control {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    top: 42px;
    right: 0;
    text-align: right;
}

.start-head-control__text {
    margin-bottom: 2px;
}

.start-head-control__link {
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.start-head-control__link .svg-icon {
    fill: currentColor;
    margin-left: 18px;
}

.start-contacts {
    font-size: 18px;
    border-left: 5px solid currentColor;
    padding-left: 32px;
}

.start-contacts__title {
    margin: 0 0 1.2em;
}

.start-contacts__controls {
    display: flex;
}

.start-contacts__link {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: 28px;
}

.start-contacts__link:first-child {
    margin-left: 0;
}

.start-contacts__icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 4px solid currentColor;
    display: flex;
    margin: 0 auto 20px;
}

.start-contacts__icon .svg-icon {
    fill: currentColor;
    margin: auto;
}

@media only screen and (max-width: 1440px) {
    .start__wrap {
        padding: 24px 0 58px;
    }

    .start--initial .start-head__wrap {
        padding: 42px 0 52px;
    }

    .start--initial .start-head__title {
        margin: 0 0 0.6em;
    }

    .start--initial .start-head__col--main {
        margin-bottom: 0;
    }

    .start--initial .start-head__col--side {
        padding: 0;
    }

    .start--initial .start-head__link {
        margin: 45px 0 78px;
    }

    .start--initial .start-head__button {
        min-width: 305px;
        margin-left: 30px;
        padding: 16px 60px;
    }

    .start--initial .start-head__button:first-child {
        margin-left: 0;
    }

    .start--reg .start-head__wrap {
        padding: 40px 0 23px;
    }

    .start--reg .start-head__title {
        margin: 0 0 0.4em;
    }

    .start--reg .start-head__subtitle {
        margin: 80px 0 0;
    }

    .start--login .start-head__wrap {
        padding: 40px 0 50px;
    }

    .start--login .start-head__title+.start-head__form {
        margin-top: 35px;
    }

    .start--password .start-head__wrap {
        padding: 40px 0 42px;
    }

    .start--password .start-head__title {
        max-width: 60%;
        margin: 0 0 0.4em;
    }

    .start--password .start-head__text {
        max-width: 100%;
    }

    .start--password .start-head__form {
        margin-top: 40px;
    }

    .start--verification .start-head__title {
        font-size: 70px;
        margin-bottom: 0.25em;
    }

    .start-head {
        font-size: 30px;
        line-height: 1.14;
    }

    .start-contacts {
        border-left: 2px solid currentColor;
        padding-left: 24px;
    }

    .start-contacts__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .start-contacts__link {
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        margin-left: 28px;
    }

    .start-contacts__link:first-child {
        margin-left: 0;
    }

    .start-contacts__icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        margin: 0 auto 16px;
    }

    .start-contacts__icon .svg-icon {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1023px) {
    .start--initial .start-head__wrap {
        padding: 42px 0 94px;
    }

    .start--initial .start-head__title {
        margin: 0 0 0.5em;
    }

    .start--initial .start-head__col--main {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .start--initial .start-head__col--side {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 55px;
    }

    .start--initial .start-head__link {
        margin: 20px 0 40px;
    }

    .start--reg .start-head__wrap {
        padding: 40px 0 15px;
    }

    .start--reg .start-head__title {
        margin: 0 0 0.5em;
    }

    .start--reg .start-head__text {
        max-width: 423px;
        margin-bottom: 42px;
    }

    .start--reg .start-head__subtitle {
        margin: 34px 0 0;
    }

    .start--login .start-head__wrap {
        padding: 40px 0 84px;
    }

    .start--password .start-head__wrap {
        padding: 40px 0 58px;
    }

    .start--password .start-head__title {
        max-width: 100%;
        margin: 0 0 0.5em;
    }

    .start--password .start-head__text {
        max-width: 100%;
    }

    .start--password .start-head__form {
        margin-top: 40px;
    }

    .start--verification .start-head__wrap {
        padding: 56px 220px 56px 0;
    }

    .start--verification .start-head__title {
        font-size: 48px;
        margin-bottom: 0.5em;
    }

    .start--verification .start-head-control {
        position: absolute;
        text-align: right;
        top: 56px;
    }

    .start-head__subtitle {
        font-size: 24px;
        line-height: 1;
    }

    .start-head-control {
        display: inline-block;
        position: static;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .start--initial .start-head__wrap {
        padding: 40px 0 56px;
    }

    .start--initial .start-head__title {
        margin: 0 0 0.4em;
    }

    .start--initial .start-head__col--side {
        margin-top: 55px;
    }

    .start--initial .start-head__link {
        margin: 20px 0 37px;
    }

    .start--initial .start-head__controls {
        flex-flow: column nowrap;
    }

    .start--initial .start-head__button {
        min-width: 280px;
        margin: 8px 0 0;
        padding: 16px 20px;
    }

    .start--initial .start-head__button:first-child {
        margin: 0;
    }

    .start--reg .start-head__wrap {
        padding: 40px 0 15px;
    }

    .start--reg .start-head__title {
        margin: 0 0 0.65em;
    }

    .start--login .start-head__wrap {
        padding: 40px 0 56px;
    }

    .start--login .start-head__title {
        margin: 0 0 0.4em;
    }

    .start--password .start-head__title {
        margin: 0 0 0.65em;
    }

    .start--password .start-head__form {
        margin-top: 33px;
    }

    .start--verification .start-head__wrap {
        padding-right: 0;
    }

    .start--verification .start-head__title {
        font-size: 36px;
        margin-bottom: 0.7em;
    }

    .start--verification .start-head-control {
        position: static;
        text-align: left;
        margin-top: 40px;
    }
}

.store-finder {
    padding: 106px 0;
    background: url("../images/faq-index-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.store-finder__title {
    color: #d94349;
    max-width: 480px;
    text-transform: uppercase;
    margin: 0 0 1em;
}

.store-finder__controls {
    margin-top: 100px;
}

.store-finder__link {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.store-finder__link-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    margin-right: 24px;
    transition: color 0.3s, background-color 0.3s;
}

.store-finder__link-icon .svg-icon {
    fill: currentColor;
    margin: auto;
}

.store-finder-map {
    display: block;
    height: 680px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    position: relative;
}

.store-finder-map #map {
    height: 100%;
}

.store-finder-map .hidden {
    display: none;
}

.store-finder-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    margin: 46px 48px;
    margin: 0;
    z-index: 2;
}

.store-finder-form__input {
    padding-right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store-finder-form__control {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    display: flex;
    top: 78px;
    right: -15px;
}

.store-finder-form__button {
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    transition: color 0.3s;
    pointer-events: none;
}

.store-finder-form__button--reset {
    display: none;
    cursor: pointer;
}

.store-finder-form__button .svg-icon {
    fill: currentColor;
}

.store-finder-form.is-filled .store-finder-form__button {
    display: block;
}

.store-finder-form.is-filled .store-finder-form__button--submit {
    display: none;
}

.store-finder-map-card {
    padding: 10px;
    max-width: 240px;
}

.store-finder-map-card__title {
    font-size: 32px;
    margin: 0 0 5px;
}

.store-finder-map-card__main {
    margin-bottom: 20px;
}

.store-finder-map-card__controls {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.store-finder-map-card__link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    margin-left: 10px;
}

.store-finder-map-card__button {
    width: 52px;
    height: 52px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-left: 10px;
    color: #000;
}

.store-finder-map-card__button .svg-icon {
    fill: currentColor;
    margin: auto;
}

.store-finder-map-card__button:first-child {
    margin-left: 0;
}

.store-finder-list {
    display: none;
    margin: 40px 0 0;
}

.store-finder-list__title {
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 40px;
}

.store-finder-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.store-finder-list.is-open {
    display: block;
}

.store-finder-card {
    display: flex;
    padding: 26px 0 42px;
    align-items: center;
}

.store-finder-card__main {
    flex-grow: 1;
}

.store-finder-card__title {
    font-size: 32px;
    margin: 0;
}

.store-finder-card__controls {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.store-finder-card__link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.store-finder-card__button {
    width: 52px;
    height: 52px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-left: 18px;
    color: #000;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.store-finder-card__button .svg-icon {
    fill: currentColor;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
    .store-finder__link:hover {
        opacity: 1;
    }

    .store-finder__link:hover .store-finder__link-icon {
        background-color: #000;
        color: #fff;
    }

    .store-finder-card__button:hover,
    .store-finder-map-card__button:hover {
        opacity: 1;
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

    .store-finder-form__button--reset:hover {
        color: #d94349;
    }
}

@media only screen and (max-width: 1440px) {
    .store-finder {
        padding: 57px 0;
    }

    .store-finder__title {
        color: #d94349;
        max-width: 100%;
        text-transform: uppercase;
        margin: 0 0 0.5em;
    }

    .store-finder__controls {
        margin-top: 60px;
    }

    .store-finder__link-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .store-finder__link-icon .svg-icon {
        transform: scale(0.8);
    }

    .store-finder-form {
        width: 480px;
        margin: 40px;
    }

    .store-finder-form__input {
        padding-right: 60px;
    }

    .store-finder-form__control {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .store-finder-form__button .svg-icon {
        transform: scale(0.75);
        transform-origin: 0 0;
    }

    .store-finder-list {
        margin: 44px 0 40px;
    }

    .store-finder-list__title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .store-finder-card {
        padding: 16px 0 13px;
        align-items: center;
    }

    .store-finder-card__main {
        flex-grow: 1;
    }

    .store-finder-card__title {
        font-size: 24px;
        line-height: 1.17;
        margin: 0 0 6px;
    }

    .store-finder-card__button {
        width: 44px;
        height: 44px;
        margin-left: 8px;
    }

    .store-finder-card__button .svg-icon {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1023px) {
    .store-finder {
        padding: 60px 0 55px;
    }

    .store-finder-map {
        height: auto;
    }

    .store-finder-map #map {
        height: 440px;
    }

    .store-finder-form {
        width: 100%;
        position: relative;
        margin: 0 0 24px;
    }

    .store-finder-list {
        margin: 35px 0 44px;
    }
}

@media only screen and (max-width: 767px) {
    .store-finder {
        padding: 42px 0 64px;
    }

    .store-finder__title {
        line-height: 1.1;
        margin: 0 0 0.75em;
    }

    .store-finder__link {
        line-height: 1.2;
    }

    .store-finder-map #map {
        height: 424px;
    }

    .store-finder-form {
        margin: 0 0 32px;
    }

    .store-finder-form__control {
        right: 24px;
    }

    .store-finder-list {
        margin: 35px 0 44px;
    }

    .store-finder-card {
        padding: 24px 0;
        flex-flow: column nowrap;
        align-items: flex-start;
        font-size: 14px;
        line-height: 20px;
    }

    .store-finder-card__main {
        flex-grow: 0;
    }

    .store-finder-card__title {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 3px;
    }

    .store-finder-card__controls {
        margin: 16px 0 0;
    }

    .store-finder-card__button:first-child {
        margin-left: 0;
    }
}

.subscribe {
    max-width: 385px;
    width: 100%;
}

.subscribe__title {
    color: #000;
    margin: 0 0 1em;
}

@media only screen and (max-width: 1440px) {
    .subscribe__title {
        margin: 0 0 0.5em;
    }
}

@media only screen and (max-width: 1023px) {
    .subscribe {
        max-width: 416px;
    }
}

.tobacco-banner {
    background: url("../images/tobacco-banner-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 1071px;
}

.tobacco-banner__wrap {
    padding: 80px 0;
}

.tobacco-banner--index {
    background: url("../images/tobacco-banner-index-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    min-height: 530px;
    display: flex;
    align-items: center;
}

.tobacco-banner--index .tobacco-banner__wrap {
    padding: 64px 0;
}

.tobacco-banner--index .tobacco-banner__content {
    max-width: 856px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.tobacco-banner--index .tobacco-banner__title {
    margin: 0 0 0.5em;
}

.tobacco-banner--index .tobacco-banner__controls {
    margin-top: 50px;
    line-height: 0;
}

.tobacco-intro {
    position: relative;
    color: #fff;
    text-align: center;
}

.tobacco-intro__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 130px;
    right: 0;
    background: url("../images/tobacco-intro-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.tobacco-intro__wrap {
    padding: 44px 0 0;
    position: relative;
}

.tobacco-intro__title {
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.375em;
}

.tobacco-intro__image {
    display: block;
    width: 49%;
    margin: 0 auto;
}

.tobacco-process {
    background: url("../images/tobacco-process-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 85px;
    margin-top: -130px;
    overflow: hidden;
}

.tobacco-process__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.tobacco-process__title {
    color: #d94349;
    margin: 10px 0 18px;
    letter-spacing: -0.01em;
}

.tobacco-process__text {
    font-size: 30px;
    line-height: 1.2;
}

.tobacco-process-card__title {
    margin: 0 0 22px;
}

.tobacco-process-card__title span {
    color: #d94349;
}

.tobacco-process-card__image {
    display: block;
    line-height: 0;
}

.tobacco-process-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
}

.tobacco-process-card__note {
    font-size: 13px;
    margin-top: 20px;
}

.tobacco-process-card--step1 {
    display: flex;
    margin-right: 8vw;
}

.tobacco-process-card--step1 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 22.7vw;
    margin-right: 6.3vw;
}

.tobacco-process-card--step1 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 47.2vw;
}

.tobacco-process-card--step2 {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 6.5vw;
}

.tobacco-process-card--step2 .tobacco-process-card__image {
    order: -1;
    width: 34.8vw;
}

.tobacco-process-card--step2 .tobacco-process-card__main {
    margin-top: 46px;
    width: 20vw;
}

.tobacco-process-card--step3 {
    display: flex;
    margin-right: 4.4vw;
}

.tobacco-process-card--step3 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 24vw;
    margin-right: 5.7vw;
    margin-top: 102px;
}

.tobacco-process-card--step3 .tobacco-process-card__title {
    padding-left: 66px;
    position: relative;
}

.tobacco-process-card--step3 .tobacco-process-card__title span {
    position: absolute;
    left: 0;
}

.tobacco-process-card--step3 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 39.8vw;
}

.tobacco-process-card--step4 {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 3vw;
}

.tobacco-process-card--step4 .tobacco-process-card__image {
    order: -1;
    width: 30vw;
}

.tobacco-process-card--step4 .tobacco-process-card__main {
    margin-top: 40px;
    width: 42vw;
    padding-left: 70px;
    position: relative;
}

.tobacco-process-card--step4 .tobacco-process-card__title span {
    position: absolute;
    left: 0;
}

.tobacco-process-card--step5 {
    display: flex;
}

.tobacco-process-card--step5 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 30vw;
    margin-right: 2vw;
}

.tobacco-process-card--step5 .tobacco-process-card__title {
    padding-left: 66px;
    position: relative;
}

.tobacco-process-card--step5 .tobacco-process-card__title span {
    position: absolute;
    left: 0;
}

.tobacco-process-card--step5 .tobacco-process-card__text {
    width: 25vw;
}

.tobacco-process-card--step5 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 26.7vw;
}

@media only screen and (max-width: 1440px) {
    .tobacco-banner {
        min-height: 424px;
    }

    .tobacco-banner__wrap {
        padding: 57px 0;
    }

    .tobacco-banner__title {
        font-size: 48px;
        line-height: 1.08;
    }

    .tobacco-banner--index {
        min-height: 0;
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 55px 0;
    }

    .tobacco-banner--index .tobacco-banner__content {
        max-width: 100%;
    }

    .tobacco-banner--index .tobacco-banner__title {
        margin: 0 0 0.8em;
    }

    .tobacco-banner--index .tobacco-banner__text {
        text-align: center;
    }

    .tobacco-banner--index .tobacco-banner__text p {
        margin: 1.25em 0;
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 56px;
        line-height: 0;
    }

    .tobacco-intro__bg {
        bottom: 94px;
    }

    .tobacco-intro__wrap {
        padding: 42px 0 0;
    }

    .tobacco-intro__title {
        font-size: 72px;
        line-height: 1.05;
        margin: 0 0 0.45em;
    }

    .tobacco-intro__image {
        width: 48%;
    }

    .tobacco-process {
        margin-top: -94px;
    }

    .tobacco-process__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0.4em 0 0.3em;
        letter-spacing: 0;
    }

    .tobacco-process__text {
        font-size: 20px;
    }

    .tobacco-process-card__title {
        margin: 0 0 0.5em;
    }

    .tobacco-process-card__image {
        display: block;
        line-height: 0;
    }

    .tobacco-process-card--step1 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step1 .tobacco-process-card__main {
        width: 26vw;
        margin-right: 8.6vw;
    }

    .tobacco-process-card--step1 .tobacco-process-card__image {
        width: 40.7vw;
    }

    .tobacco-process-card--step2 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__main {
        margin-top: 24px;
        width: 24vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__image {
        width: 44vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__title {
        margin: 0 0 0.35em;
    }

    .tobacco-process-card--step3 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step3 .tobacco-process-card__main {
        width: 27vw;
        margin-right: 7vw;
        margin-top: 102px;
    }

    .tobacco-process-card--step3 .tobacco-process-card__image {
        width: 37vw;
    }

    .tobacco-process-card--step4 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step4 .tobacco-process-card__image {
        width: 37vw;
    }

    .tobacco-process-card--step4 .tobacco-process-card__main {
        margin-top: 40px;
        width: 50vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__main {
        width: 32vw;
        margin-right: 4vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__text {
        width: 30vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__image {
        width: 27vw;
    }
}

@media only screen and (max-width: 1023px) {
    .tobacco-banner__title {
        font-size: 36px;
        line-height: 1.12;
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 58px 0;
    }

    .tobacco-banner--index .tobacco-banner__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0 0 0.5em;
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 40px;
    }

    .tobacco-intro__bg {
        bottom: 72px;
    }

    .tobacco-intro__wrap {
        padding: 42px 0 0;
    }

    .tobacco-intro__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0 0 1.2em;
        text-align: left;
    }

    .tobacco-intro__image {
        width: 64%;
    }

    .tobacco-process {
        margin-top: -72px;
        padding-top: 53px;
    }

    .tobacco-process__subtitle {
        font-size: 16px;
        line-height: 1.12;
    }

    .tobacco-process__title {
        font-size: 36px;
        line-height: 1.11;
        margin: 0.3em 0;
    }

    .tobacco-process__text {
        display: none;
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 0.3em;
    }

    .tobacco-process-card--step1 {
        margin-right: 20px;
    }

    .tobacco-process-card--step1 .tobacco-process-card__main {
        width: 35vw;
        margin-right: 7.8vw;
    }

    .tobacco-process-card--step1 .tobacco-process-card__image {
        width: 38.7vw;
    }

    .tobacco-process-card--step2 {
        margin-right: 20px;
    }

    .tobacco-process-card--step2 .tobacco-process-card__image {
        width: 45.5vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__main {
        margin-top: 24px;
        width: 48vw;
    }

    .tobacco-process-card--step3 {
        margin-right: 20px;
    }

    .tobacco-process-card--step3 .tobacco-process-card__main {
        width: 36vw;
        margin-right: 7vw;
        margin-top: 40px;
    }

    .tobacco-process-card--step3 .tobacco-process-card__title {
        padding-left: 30px;
    }

    .tobacco-process-card--step3 .tobacco-process-card__image {
        width: 38.6vw;
    }

    .tobacco-process-card--step4 {
        margin-right: 20px;
    }

    .tobacco-process-card--step4 .tobacco-process-card__image {
        order: -1;
        width: 34vw;
    }

    .tobacco-process-card--step4 .tobacco-process-card__main {
        margin-top: 24px;
        width: 48vw;
        padding-left: 30px;
    }

    .tobacco-process-card--step5 {
        display: flex;
    }

    .tobacco-process-card--step5 .tobacco-process-card__main {
        width: 35vw;
        margin-right: 7.8vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__title {
        padding-left: 30px;
    }

    .tobacco-process-card--step5 .tobacco-process-card__text {
        width: 100%;
    }

    .tobacco-process-card--step5 .tobacco-process-card__image {
        width: 35vw;
    }
}

@media only screen and (max-width: 767px) {
    .tobacco-banner {
        min-height: 656px;
    }

    .tobacco-banner--index {
        min-height: 0;
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 56px 0;
    }

    .tobacco-banner--index .tobacco-banner__content {
        text-align: left;
    }

    .tobacco-banner--index .tobacco-banner__title {
        font-size: 36px;
        line-height: 1.12;
        margin: 0 0 0.2em;
    }

    .tobacco-banner--index .tobacco-banner__text {
        text-align: left;
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 40px;
    }

    .tobacco-banner--index .tobacco-banner__button {
        max-width: 280px;
        width: 100%;
        text-align: center;
    }

    .tobacco-intro__bg {
        bottom: 46px;
    }

    .tobacco-intro__wrap {
        padding: 40px 0 0;
    }

    .tobacco-intro__title {
        font-size: 36px;
        line-height: 1.12;
        margin: 0 0 1em;
    }

    .tobacco-intro__image {
        width: 100%;
    }

    .tobacco-process {
        margin-top: -46px;
        padding-top: 63px;
    }

    .tobacco-process__subtitle {
        font-size: 16px;
        line-height: 1.12;
    }

    .tobacco-process__title {
        line-height: 1.12;
        margin: 0.25em 0;
    }

    .tobacco-process__text {
        display: none;
    }

    .tobacco-process-card {
        margin-right: 0 !important;
        flex-flow: column nowrap;
    }

    .tobacco-process-card__main {
        width: 100% !important;
        margin: 0 0 36px !important;
    }

    .tobacco-process-card__image {
        width: 100% !important;
        order: 0 !important;
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 0.3em;
    }

    .tobacco-process-card--step3 .tobacco-process-card__title {
        position: static;
        padding: 0;
    }

    .tobacco-process-card--step3 .tobacco-process-card__title span {
        position: static;
    }

    .tobacco-process-card--step3 .tobacco-process-card__image {
        width: auto !important;
        height: 200px;
    }

    .tobacco-process-card--step4 .tobacco-process-card__main {
        padding-left: 0;
        position: static;
    }

    .tobacco-process-card--step4 .tobacco-process-card__title span {
        position: static;
    }

    .tobacco-process-card--step5 .tobacco-process-card__image {
        width: auto !important;
        height: 200px;
    }
}

.warning-title {
    color: #ee1d23;
    font-weight: 900;
    font-size: 0.9em;
    text-transform: uppercase;
}

.warning-bold {
    font-weight: 700;
    font-size: 0.7em;
    text-transform: uppercase;
}

.warning-sub {
    font-weight: 700;
    font-size: 0.6em;
    text-transform: none;
}

.warning-hc {
    font-weight: 400;
    text-transform: none;
}

.container-hw {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 1440px) {
    .container-hw {
        padding: 0 5px;
    }

    .warning-sub {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 900px) {
    .warning-sub {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .container-hw {
        padding: 0 5px;
    }

    .warning-title {
        font-size: 0.7em;
    }

    .warning-bold {
        font-size: 0.6em;
    }

    .warning-sub {
        font-size: 0.6em;
        display: block;
    }
}

/*# sourceMappingURL=styles.css.map */
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}