/* 
Big Screen Monitor
1900px

Macbook Monitor 13"
1420px

Ipad Viewport screen size  
Vertical : 820px
Horizontal: 1180px

Ipad Mini Viewport Screen size vertical
Vertical: 744px
Horizontal: 1133px

Iphone
Vertical: 390px
Horizontal: 750px

Samsung Galaxy S20 Ultra
Vertical: 412px
Horizontal: 915px
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,900&display=swap');

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}

/* fallback */
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2) format('woff2');
}

/* fallback */
@font-face {
    font-family: 'Material Icons Sharp';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2) format('woff2');
}

/* fallback */
@font-face {
    font-family: 'Material Icons Two Tone';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0NjbrHg.woff2) format('woff2');
}

body {
    --google-font-color-materialiconstwotone: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.home-chevron {
    font-size: 40px;
    font-weight: bold;
    color: #979797;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    color: #000;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.slider-close {
    color: #FFF;
}

.slider-arrow {
    color: #FFF;
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-sharp {
    font-family: 'Material Icons Sharp';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body.logged-in {
    background: url(../images/bg.jpg);
    background-size: cover;
}

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

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

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: -.25em
}

sup {
    top: -.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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

input::placeholder {
    font-size: 16px;
    color: #5D5D5D;
}

button,
select {
    text-transform: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova/ProximaNova-Regular.eot);
    src: url(../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova/ProximaNova-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova/ProximaNova-Semibold.eot);
    src: url(../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format('woff'), url(../fonts/ProximaNova/ProximaNova-Semibold.ttf) format('truetype'), url(../fonts/ProximaNova/ProximaNova-Semibold.svg) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova/ProximaNova-Bold.eot);
    src: url(../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova/ProximaNova-Bold.woff) format('woff'), url(../fonts/ProximaNova/ProximaNova-Bold.ttf) format('truetype'), url(../fonts/ProximaNova/ProximaNova-Bold.svg) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Druk Web;
    src: url(../fonts/Druk/Druk-Heavy-Trial.otf);
    src: url(../fonts/Druk/Druk-Heavy-Trial.otf?#iefix) format('embedded-opentype'), url(../fonts/Druk/Druk-Super.woff) format('woff'), url(../fonts/Druk/Druk-Super.ttf) format('truetype'), url(../fonts/Druk/Druk-Super.svg) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Druk Navbar;
    src: url(../fonts/Druk/Druk-Medium-Cy-Web.062158b0.woff2) format('woff2'),
        url(../fonts/Druk/Druk-Medium-Cy-Web.ee9e3f2a.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Druk;
    src: url(../fonts/Druk/Druk-Heavy-Cy-Web.c3e13bcd.woff2) format('woff2'),
        url(../fonts/Druk/Druk-Heavy-Cy-Web.743a8457.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway/Raleway-VariableFont_wght.ttf),
        url(../fonts/Raleway/Raleway-VariableFont_wght.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: RalewayBlack;
    src: url(../fonts/Raleway/Raleway-Black.ttf),
        url(../fonts/Raleway/Raleway-Black.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: FranklinGoth;
    src: url(../fonts/FranklinGoth/FranklinGothicStd-Roman.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Druk Web Second;
    src: url(../fonts/Druk/Druk-Medium.otf);
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box
}

:focus {
    outline: 0 !important
}

canvas {
    display: block
}

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

body {
    font-family: Raleway, 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 .3s, background-color .3s, border-color .3s, opacity .3s
}

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

h1,
h2,
h3,
h4,
h5 {
    font-family: Raleway, Arial, Helvetica, 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-family: Druk, Arial, Helvetica, sans-serif;
    font-size: 120px;
    margin: .5em 0
}

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

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

h3 {
    font-family: Druk, Arial, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 1;
    margin: .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, 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    height: 68px;
    padding: 12px 45px;
    color: #5D5D5D;
    background-color: #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
    /*border-radius:34px;*/
    transition: border-color .3s, color .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
}

textarea {
    height: 320px;
    resize: none
}

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

button {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif
}

img {
    max-width: 100%
}

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

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

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

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

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

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

    textarea {
        height: 168px
    }

    label {
        line-height: 1.2
    }

    .form__col-contact .form__input-title {
        left: 26px !important;
        top: 5px !important
    }
}

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

    h1,
    h2 {
        font-size: 72px;
        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:743px) {

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

    h3 {
        font-size: 36px
    }

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

    textarea {
        height: 148px
    }
}

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

.box__wrap {
    padding: 40px 0 130px
}

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

.box--store-finder .box-head {
    background: #ec1f28 url(../images/store-locator-background.png) 50% 0 no-repeat;
    background-size: cover
}

.box--store-finder .box-head__wrap {
    padding: 50px 0 30px
}

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

.box--store-finder .box-head__subtitle {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    margin: 47px 0 0;
    color: #fff;
    opacity: 0;
    transition: opacity .3s
}

.box--store-finder .box-head__subtitle.is-open {
    opacity: 1
}

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

.box--profile .box-head__wrap {
    padding: 50px 0 0px
}

.box--profile .box-head__title {
    text-transform: uppercase;
    margin: 0 0 20px
}

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

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

.box--contact .box-head__title {
    margin: 0 0 34px;
    font-style: italic;
    font-family: Druk;
}

.box--contact .box-head__text {
    line-height: 40px;
}

.box--contact .box-head__subtitle {
    margin-top: 74px;
    text-align: center;
    font-family: Druk;
    font-style: italic;
    letter-spacing: 2.4px;
}

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

.box-head__wp {
    padding: 50px 0;
    position: relative
}

.box-head__title {
    font-size: 100px;
    line-height: .9;
    margin: 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
}

.box-head__text {
    font-size: 30px;
}

@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 30px
    }

    .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 10px
    }

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

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

    .box--contact .box-head__wrap {
        margin-right: 0px;
        margin-left: 0px;
    }
}

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

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

    .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__title {
        font-size: 72px
    }

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

@media only screen and (max-width:1000px) {
    .box--profile .box-head__title {
        margin: 0 0 50px;
    }
}

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

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

    .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__title {
        margin: 0 0 86px
    }

    .box-head__title {
        font-size: 48px
    }

    .box-head__text {
        font-size: 24px
    }
}

@media only screen and (max-width:600px) {
    .box-head__subtitle {
        font-size: 28px !important;
    }
}

.button {
    font-family: Druk, Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding: 24px 80px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s, background-color .3s, border-color .3s
}

.button .svg-icon {
    fill: currentColor
}

.button-brand {
    background-color: #d71921;
    color: #fff;
}

.button-register {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.button-contact {
    font-family: RalewayBlack, sans-serif;
    background-color: #fff;
    color: #d71921;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.user-logged-in-button {
    color: #fff;
    background-color: #d71921;
}

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

.button-light1 {
    background-color: #fff;
    color: #d71921
}

.button-light2 {
    background-color: #fff;
    color: #083091
}

.button-light3 {
    background-color: #fff;
    color: #a7a9ac
}

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

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

    .button-brand:hover {
        background-color: #ac141a
    }

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

    .button-light1:hover {
        background-color: #d71921 !important;
        color: #fff
    }

    .button-light2:hover {
        background-color: #083091 !important;
        color: #fff
    }

    .button-light3:hover {
        background-color: #a7a9ac !important;
        color: #fff
    }
}

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

@media only screen and (max-width:743px) {
    .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: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: 1;
    color: #000;
    transition: background-color .3s, color .3s
}

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

.checkbox__required {
    position: absolute;
    bottom: 100%;
    left: 100%;
    color: #d71921;
    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;
    font-family: Raleway, sans-serif;
}

.checkbox__label-unsubscribe {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 0 100px;
    cursor: pointer;
    white-space: normal;
    font-family: Raleway, sans-serif;
}

@media screen and (max-width: 1440px) {
    .checkbox__label-unsubscribe {
        margin: 0 0 0 34px;
    }
}


.checkbox--text .checkbox__icon {
    font-family: Roboto, sans-seri;
    width: auto;
    min-width: 68px;
    border-radius: 0px;
    border: none;
    /* font-size:42px; */
    line-height: 66px;
    padding: 0 30px;
    color: #5D5D5D;
}

.is-error .checkbox__icon {
    border-color: red
}

@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(.6)
    }

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

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

    .checkbox__label br {
        /*display: none*/
    }

    .checkbox--text .checkbox__icon {
        width: auto;
        height: 48px;
        min-width: 48px;
        /*border-radius: 24px;*/
        font-size: 16px;
        line-height: 28px;
        padding: 0 48px;
        color: #5D5D5D;
    }
}

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

.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: 100%;
    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
}

.products-detail--bold .comparison-slider__control span,
.products-detail--standart-bold .comparison-slider__control span {
    color: #d71921
}

.products-detail--medium .comparison-slider__control span,
.products-detail--standart-medium .comparison-slider__control span {
    color: #083091
}

.products-detail--smooth .comparison-slider__control span {
    color: #a7a9ac
}

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

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

.content h3 {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    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-family: Roboto, sans-serif;
    font-size: 20px;
    margin-top: 22px;
    text-transform: uppercase;
    color: #fff;
}

.content__top {
    padding: 70px 0 202px;
    /*border-bottom: 2px solid rgba(0, 0, 0, .3);*/
    /*margin-bottom: 38px;*/
}

.content__top h1 {
    font-family: Druk;
    font-style: italic;
    color: #fff;
    font-size: 100px;
    font-weight: 900;
    line-height: 85px;
    letter-spacing: 4px;
}

.content__main p {
    margin: 1.5em 0
}

@media screen and (max-width:639px) {
    .content__main {
        font-size: 18px !important;
    }
}

.content__border {
    padding: 38px 0;
    /*font-weight: 700;*/
    text-decoration: underline;
    /*border-bottom: 1px solid rgba(0, 0, 0, .3);*/
    margin: 26px 0 38px
}

.content__border-terms {
    padding: 38px 0;
    font-weight: 500;
    /*border-bottom: 1px solid rgba(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: 20px
    }

    .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:743px) {
    .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: 40px 0 28px;
        margin-bottom: 28px
    }

    .content__note {
        font-size: 16px
    }

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

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

.faq__wrap {
    padding: 60px 0 154px
}

.faq__title {
    color: #d71921;
    margin: 0 0 .3em
}

.faq__item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.faq__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, .3)
}

.faq__controls {
    margin-top: 60px
}

.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, .5);
    border-radius: 50%;
    display: flex;
    margin-right: 24px;
    transition: color .3s, background-color .3s
}

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

.faq--history .faq__wrap {
    padding: 45px 0
}

.faq--history .faq__title {
    margin: 0 0 .4em
}

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

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

.faq--history .faq__controls {
    margin-top: 45px
}

.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: 45px 95px;
    font-size: 30px;
    line-height: 1.33
}

.faq-card__top {
    display: flex;
    align-items: center;
    padding: 15px 54px 15px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    color: #fff;
    transition: color .3s
}

.faq-card__top::before {
    content: '';
    display: block;
    position: absolute;
    width: 200vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: #000;
    transition: background-color .3s
}

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

.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 .3s
}

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

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

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

.faq-card.is-active .faq-card__top::before {
    background-color: #d71921 !important
}

.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::before {
        background-color: #1a1a1a
    }
}

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

    .faq__title {
        margin: 0 0 .5em
    }

    .faq__controls {
        margin-top: 48px
    }

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

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

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

    .faq--history .faq-card__top {
        padding: 10px 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: 20px 0;
        font-size: 20px
    }

    .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__wrap {
        padding: 60px 0 55px
    }

    .faq__title {
        margin: 0 0 .5em
    }

    .faq__controls {
        margin-top: 40px
    }

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

@media only screen and (max-width:743px) {
    .faq__wrap {
        padding: 42px 0 64px
    }

    .faq__title {
        font-size: 48px;
        margin: 0 0 1em
    }

    .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 {
    background: #D71921;
}

.is-logged footer {
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
}

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

.footer__main {
    display: flex;
    align-items: center;
    height: 104px;
    justify-content: space-between;
}

.footer__bottom {
    border-top: 1px solid #979797;
    padding-bottom: 17px !important;
    padding-top: 15px !important;
    flex-shrink: 0;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#menu-help-menu li a {
    font-family: "franklin-gothic-urw";
    text-decoration: none;
}

#menu-legal-info-menu li a {
    font-family: "franklin-gothic-urw";
    text-decoration: none;
}

.nav-user-logged li {
    padding-right: 36px;
}

.nav-user-logged li a {
    /*font-family: FranklinGoth, sans-serif;*/
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline !important;
}

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

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

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

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

.footer__col--menu {
    width: 60%;
    padding-left: 16px;
    padding-right: 16px;
    /*margin-right: 100px;*/
}

.footer__title {
    color: #000;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.25em;
}

.footer-menu__link {
    text-decoration: none
}

.footer__copy {
    font-family: "franklin-gothic-urw", sans-serif;
    color: #000;
}

#menu-legal-info-menu {
    color: #FFFFFF;
    /*font-family: FranklinGoth;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.6000000238418579px;
    text-decoration: none;
}

#menu-help-menu {
    color: #FFFFFF;
}

.help-menu li {
    display: inline;
    float: right;
}

.help-menu li a {
    color: #000 !important;
}

@media only screen and (max-width:1180px) {
    .nav-user-logged li {
        padding-right: 25px;
    }
}

@media only screen and (max-width:768px) {
    .nav-user-logged li {
        padding-right: 5px;
    }
}

.menu--legal li {
    padding-right: 16px;
    display: inline;
}

.menu--legal li a {
    color: #000 !important;
}

.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: #d71921
    }
}

@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: 58%;
        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: 60%;
    }

    .footer__title {
        margin: 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 .75em
    }

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

@media only screen and (max-width:743px) {
    .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 .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
    }

    #menu-legal-info-menu {
        display: inline-block;
        margin-right: 20px;
    }
}

@media screen and (max-width:630px) {
    .footer__copy {
        font-size: 14px;
        margin: auto;
    }
}

.form__block.is-hidden {
    display: none
}

.form__main {
    margin-top: -36px
}

.form__row {
    margin-left: -16px;
    margin-right: -16px;
    margin-left: -34px;
    margin-right: -34px;
}

.form__col {
    display: flex;
    justify-content: center;
}

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

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

@media only screen and (min-width: 768px) {
    .form__col-reg {
        flex-basis: 0;
    }
}

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

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

@media only screen and (min-width: 768px) {
    .form__col-contact {
        flex-basis: 0;
    }
}

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

.form__field p {
    color: #858585;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 350px;
}

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

.form__col-contact .form__input-title {
    color: #5D5D5D;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    bottom: 44px;
    left: 46px;
    transition: opacity .3s
}

.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 .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: red
}

.form__link {
    font-family: Roboto, sans-serif;
    display: block;
    font-size: 16px;
    color: #858585;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-decoration: underline;
}

.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 {
    font-family: RalewayBlack, sans-serif;
    width: 100%;
    max-width: 340px;
    position: relative
}

.form__button span {
    opacity: 1;
    transition: opacity .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 .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;
}

@media screen and (max-width:600px) {
    .subscribe__form {
        margin-bottom: 20px !important;
    }

    .form--subscribe .form__field {
        flex-direction: column;
        align-items: center;
    }

    .form--subscribe .form__input {
        margin-bottom: 10px;
    }

    .footer_main_after_auth {
        height: 304px !important;
    }
}

@media screen and (max-width: 600px) {
    .footer__main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 404px;
    }

    .footer-logo {
        margin-bottom: 15px !important;
    }

    .footer__col--subscribe {
        order: 3;
        flex-basis: 100%;
        text-align: right;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__col--subscribe {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.form--subscribe .form__input {
    flex-grow: 1;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    height: 34px;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 5px;
    margin-right: 10px
}

.form--subscribe .form__button {
    font-family: Druk Web Second, sans-serif;
    flex-shrink: 0;
    width: 147px;
    background-color: #d71921;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 3px;
    padding: 0
}

.subscribe__form {
    margin-bottom: 80px;
}

.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;
    height: 72px;
    font-size: 42px;
    border-radius: 36px;
    border-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

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

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

.form--reg .form__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.form__block--photoID .photo-container {
    display: flex;
    align-items: center
}

.form__block--photoID .photo-container .photo-id-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-image: url(../images/your-id-icon.png);
    background-repeat: no-repeat;
    margin-right: 0px;
}

.form__block--photoID .photo-container .photo-id-text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
    /*max-width: 1100px;*/
}

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

.form--reg .form__block--password .form__title {
    margin: 0 0 64px;
    font-family: Druk;
    text-align: center;
    font-style: italic;
    letter-spacing: 2.4px;
    font-size: 36px;
    font-weight: 900;
    color: #d71921;
    margin-bottom: 0px;
    padding-top: 64px;
}

.form--reg .form__block--photoID .form__title {
    margin: 0 0 64px;
    font-family: Druk;
    text-align: center;
    font-style: italic;
    letter-spacing: 2.4px;
    font-size: 56px;
    color: #d71921;
    margin-bottom: 0px;
}

.form--reg .form__block--photoID .form__title {
    border-top: none;
    padding-bottom: 28px
}

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

.form--reg .form__block--agreement .form__note {
    color: #d71921;
    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: #d71921
}

.form--reg .form__title {
    border-top: 1px solid rgba(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 #d71921;
    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: #d71921
}

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

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

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

.form--reg .form__button {
    font-family: RalewayBlack, sans-serif;
    width: 100%;
    max-width: 479px;
    padding: 16px;
}

.form--login {
    color: #fff
}

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

/* .form--login .form__field--controls{
    border-top:1px solid rgba(255,255,255,.3);
    padding-top:54px;
    margin-top:72px
} */
.password-input {
    position: relative;
}

.password-input input[type="password"] {
    padding-right: 1.5rem;
}

.toggle-password-icon {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
}

.toggle-password-icon {
    content: url("../images/eye-cross-icon.svg");
    display: block;
    width: 16px;
    height: 16px;
}

.toggle-password-icon.toggled {
    content: url("../images/eye-icon.svg");
}

.form--login .form__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.form--login .form__button {
    font-family: Druk Web, sans-serif;
    width: 100%;
    max-width: 340px
}

.form--password {
    color: #fff
}

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

.form--password .form__button {
    height: 72px;
}

.form__button-height {
    height: 40px !important;
    padding: 8px 80px !important;
}

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

.form--password .form__field {
    /*margin-top: 46px*/
}

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

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

.form--password .form__input {
    width: 300px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.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 {
    letter-spacing: 2.4px;
    border-top: 1px solid #fff;
    font-size: 42px;
    font-family: Druk;
    font-style: italic;
    padding-bottom: 45px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

@media screen and (max-width:639px) {
    .form--profile .form__title {
        font-size: 28px;
    }
}

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

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

.form--profile .form__button {
    background-color: #000;
    width: 100%;
    max-width: 480px
}

.form--change-password .form__title {
    padding-bottom: 28px;
    margin-bottom: 16px
}

.form--change-password .form__field--controls {
    margin-top: 40px;
    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__input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

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

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

.form--contact .form__title {
    letter-spacing: 2.4px;
    font-size: 36px;
    text-align: center;
    font-style: italic;
    color: #fff;
    font-family: Druk;
    border-top: 2px solid #FFFFFF;
    border-top: 1px solid #f1f1f1;
    background-clip: padding-box;
    /* Firefox 4+, Opera, Chrome */
}

.form--contact .form__optional-title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-bottom: 23px;
    font-weight: 500;
}

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

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

.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 {
    font-family: Roboto, sans-serif;
    padding-top: 47px;
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    letter-spacing: 0.8px;
}

@media screen and (max-width:1180px) {
    .form--contact .form__field--note br {
        display: none;
    }
}

@media (max-width: 768px) {
    .form--contact .form__field--note br {
        display: none;
    }
}

.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: 'Proxima Nova', Arial, 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
}

.checkid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.checkid label {
    margin-right: 10px;
}

.checkid input[type="file"] {
    width: auto;
    display: inline-block;
}

@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__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(.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(.75)
    }

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

    .form--store-index .form__button {
        margin-left: 55px;
        max-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;
    }

    .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: 20px
    }

    .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 .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(.6)
    }

    .form--reg .form__button {
        max-width: 479px;
        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
    }

    .form__block--photoID .photo-container .photo-id-text {
        max-width: 1000px;
    }
}

@media only screen and (max-width:1023px) {
    .form__title {
        font-size: 24px;
        line-height: 1
    }

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

    .form--store-index .form__button {
        margin: 24px 0 0;
        max-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 br {
        display: none
    }

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

    .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
    }

    .form__block--photoID .photo-container .photo-id-text {
        max-width: 400px;
    }
}

@media only screen and (max-width:743px) {
    .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 #d71921;
        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
    }

    .form__block--photoID .photo-container .photo-id-text {
        max-width: 200px;
    }
}

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

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

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

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

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

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

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

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

.header {
    display: block;
    height: 104px;
    background: #fff
}

.header__wrap {
    background: #D71921;
    color: #fff;
    position: relative
}

.logged-in .header__wrap {
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

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

@media screen and (min-width:1901px) {
    .is-fixed .profile-info {
        right: 0px;
    }
}

.header__main {
    display: flex;
    align-items: center;
    height: 104px;
    justify-content: space-between;
}

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

.header__logo-img {
    display: none
}

.header__logo-text {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: block
}

.header__logo-text span {
    font-weight: 700;
    color: #fff
}

.header__burger {
    display: none;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    position: relative;
    cursor: pointer;
    color: #d71921;
    margin-left: auto;
    transition: color .3s;
    transform: skewY(-17deg);
}

.header__burger i {
    display: block;
    position: absolute;
    height: 4px;
    width: 26px;
    background: currentColor;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    transform: rotate(0);
    transition: width .3s, margin .3s, top .3s, transform .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-img {
    display: block
}

.is-logged .header__logo-text {
    display: none
}

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

    .header__main {
        height: 72px
    }

    .header__logo span {
        font-size: 30px
    }
}

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

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

.video-banner .__play {
    position: absolute;
    top: 50%;
    left: calc(50% + 1em);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-out;
}

.video-banner .__play-text {
    background-color: #979797;
    font-size: 2.5em;
    border: 2px solid var(--color-light);
    padding: 0.5em 0.5em;
    max-width: 140px;
    text-align: center;
    line-height: 0.9em;
    font: var(--font-title);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--color-light);
}

.skew {
    transform: skewY(var(--skew));
}

.video-banner__wrap {
    padding: 90px 0 40px
}

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

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

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

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

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

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

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

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

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

.video-banner__image-item--brand {
    opacity: 0
}

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

.video-banner--index {
    height: 970px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1500px) {
    .video-banner--index {
        height: 1300px;
        width: 1920px;
    }
}

@media screen and (min-width:3000px) {
    .video-banner--index {
        height: 2200px;
    }
}

@media screen and (max-width:1494px) {
    .video-banner--index {
        height: 1070px;
    }
}

@media screen and (max-width:1194px) {
    .video-banner--index {
        height: 820px;
    }
}

@media (min-width: 744px) and (max-width: 1180px) {
    .c-video {
        margin-top: 0px !important;
    }

    .video-banner--index {
        background-size: contain;
        background-position: center;

    }
}

@media screen and (max-width: 679px) {
    .video-banner--index {
        height: 700px
    }
}

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

.video-banner--index .video-banner__row {
    align-items: center
}

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

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

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

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

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

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

.history-timeline {
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    padding: 75px 0 150px;
    position: relative;
    text-align: center
}

.history-timeline__wrap {
    position: relative
}

.history-timeline__title {
    color: #d71921;
    margin: 0 0 64px
}

.history-timeline-card {
    display: flex;
    flex-flow: column nowrap;
    width: 370px;
    height: 100%;
    margin: 0 16px 0 0;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

.history-timeline-card__title {
    flex-shrink: 0;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    height: 64px
}

.history-timeline-card__box {
    flex-grow: 1;
    transform: skew(0deg, -17deg);
    transform-origin: 50% 0;
    background-color: #d71921;
    margin-top: 70px
}

.history-timeline-card__main {
    transform: skew(0deg, 17deg);
    transform-origin: 50% 0;
    flex-grow: 1;
    padding: 50px 60px;
    text-align: center;
    min-height: 485px;
    color: #fff
}

.history-timeline-card__image {
    display: flex;
    width: 100%;
    height: 140px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 55px
}

.history-timeline-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.history-timeline-card__text {
    max-width: 340px;
    margin: 0 auto
}

.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
}

.history-timeline-card__control::after {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    opacity: 0;
    transition: opacity .3s
}

.history-timeline-card--brand1 .history-timeline-card__box {
    background-color: #d71921
}

.history-timeline-card--brand2 .history-timeline-card__box {
    background-color: #083091
}

.history-timeline-card--brand3 .history-timeline-card__box {
    background-color: #a7a9ac
}

.history-timeline-card--brand4 .history-timeline-card__box {
    background-color: #2f2f2f
}

@media only screen and (min-width:1024px) {
    .history-banner__image:hover .history-banner__image-item--default {
        opacity: 0
    }

    .history-banner__image:hover .history-banner__image-item--brand {
        opacity: 1
    }
}

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

    .history-banner__title {
        font-size: 100px;
        margin: 0 0 .4em
    }

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

    .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: 58.333333333333336%;
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 0;
        margin-top: 0
    }

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

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

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

    .history-timeline-card__title {
        max-width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .history-banner--index .history-banner__title {
        font-size: 48px;
        line-height: 1.17
    }
}

@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 .5em
    }

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

    .history-banner__image {
        width: 100%;
        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__wrap {
        padding: 52px 0 32px
    }

    .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__title {
        line-height: 1.17
    }

    .history-timeline-card {
        width: 320px;
        margin: 0 30px 0 0;
        font-size: 20px
    }

    .history-timeline-card__title {
        font-size: 30px;
        max-width: 100%;
        height: 60px
    }

    .history-timeline-card__box {
        margin-top: 70px
    }

    .history-timeline-card__main {
        min-height: 0
    }

    .history-timeline-card__image {
        height: 100px;
        margin-bottom: 30px
    }

    .history-timeline-card__image img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
}

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

    .history-banner__image {
        width: 100%
    }

    .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--index .history-banner__wrap {
        padding: 52px 0 32px
    }

    .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 {
        max-width: 400px
    }

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

    .history-timeline {
        padding: 60px 0 100px
    }

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

    .history-timeline-card {
        width: 280px;
        margin: 0 20px 0 0
    }

    .history-timeline-card__box {
        margin-top: 70px
    }

    .history-timeline-card__main {
        padding: 60px 40px
    }
}

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

@media screen and (min-width:1901px) {
    .wrapper {
        width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

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

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

.main {
    flex-grow: 1;
    margin-bottom: 200px;
}

@media only screen and (max-width:1440px) {
    .main {
        margin-bottom: 220px;
    }
}

.warning {
    flex-shrink: 0;
    min-height: 112px;
    border: 7px solid #000;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    z-index: 1000;
    font-family: 'Proxima Nova',Arial,Helvetica,sans-serif;
}

.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;
        font-size: 32px;
        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:743px) {
    .warning {
        height: 112px;
        font-size: 22px;
        line-height: 1.27
    }
}

@media only screen and (max-width:639px) {
    .warning {
        height: 60px;
        font-size: 18px;
        line-height: 1.27;
        border: 2px solid #000;
    }
}

.nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    display: none
}

.nav__links {
    white-space: nowrap
}

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

.nav__link--user {
    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: left;
    flex-grow: 1;
    margin-left: -15px
}

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

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

.nav-menu__link {
    font-family: Druk Navbar;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #858585;
}

.main-nav li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.nav-menu__link.is-active {
    color: #d71921;
}

.nav-menu__link:hover {
    border: none;
    color: #d71921;
    opacity: 1;
}

.is-logged .nav {
    display: flex
}

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

    .nav-menu__link:hover {
        border: none;
        color: #d71921;
        opacity: 1;
    }
}

@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: 0px 0px;
    }

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

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

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

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

.footer-nav-menu li a {
    padding: 8px 60px !important;
}

@media only screen and (max-width:1440px) {
    .footer-nav-menu li a {
        padding: 4px 40px !important;
    }
}

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

    .nav__link--user {
        padding: 0px 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:1180px) {
    .nav {
        display: flex;
        flex-flow: column nowrap;
        align-items: stretch;
        top: 100%;
        left: 100%;
        position: absolute;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 36px 62px 196px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        z-index: 9;
        transform: translateX(0);
        transition: transform .3s;
        background: url(../images/bg.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .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: 20px 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;
    }
}

@media only screen and (max-width:743px) {
    .nav {
        padding: 20px 34px 36px;
        background: url(../images/bg.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .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
    }
}

@media only screen and (max-width:500px) {
    .nav {
        background: url(../images/bg.jpg) 50% 50% no-repeat;
        background-size: cover;
        padding-left: 14px;
    }
}

.nav-homepage-footer {
    display: flex;
    align-items: center;
    flex-grow: 1;
    display: none
}

@media screen and (max-width:1180px) {
    .nav-homepage-footer {
        flex-flow: unset !important;
        align-items: unset !important;
        top: unset !important;
        left: unset !important;
        position: unset !important;
        width: unset !important;
        height: unset !important;
        height: unset !important;
        margin: unset !important;
        padding: unset !important;
        background: unset !important;
        box-shadow: unset !important;
        z-index: unset !important;
        transform: unset !important;
        transition: unset !important;
    }
}

@media screen and (max-width:600px) {
    .nav-homepage-footer {
        order: 2;
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 10px;
        width: 100% !important;
    }

    .nav-menu-homepage li {
        margin-left: 0px;
    }

    .nav-menu-homepage li a {
        padding-left: 0px !important;
    }
}

.nav-menu-homepage {
    display: flex !important;
    flex-grow: 1 !important;
    flex-direction: column !important;
    margin-left: -15px;
    align-items: left;
}

@media screen and (max-width:1180px) {
    .nav-menu-homepage {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

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

    .nav-menu-homepage li a {
        font-size: 15px;
        line-height: 1.2;
        padding: 0px 20px;
        text-align: left;
    }
}

@media screen and (max-width:768px) {
    .nav-menu-homepage {
        margin-left: 20px;
    }
}

@media screen and (max-width:600px) {
    .nav-menu-homepage {
        margin-left: 0px;
    }
}

.not-found {
    background: url(../images/404-user-background.png) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 130px 0 700px
}

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

.not-found__title {
    font-family: Druk;
    font-size: 90px;
    line-height: 1;
    font-style: italic;
    margin: 0 0 40px;
    letter-spacing: 2.4px;
}

.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 {
        font-size: 70px
    }

    .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 {
        font-size: 48px
    }

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

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

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

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

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

    .not-found__title {
        font-size: 36px
    }

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

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

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

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

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

.package__image img {
    transform: translateX(-6%)
}

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

.package__title {
    font-size: 90px;
    margin: 0 0 .3em
}

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

@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%;
        transform: translateX(0)
    }

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

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

    .package__title br {
        display: none
    }

    .package__text {
        max-width: 100%
    }
}

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

    .package__image {
        width: 33.33333333333333%;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: -30px
    }

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

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

@media only screen and (max-width:743px) {
    .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;
        margin-top: 0
    }

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

    .package__controls {
        display: none
    }

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

    .package__button {
        max-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 .3s
}

.pager__link:first-child {
    border-right: 1px solid rgba(255, 255, 255, .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:743px) {
    .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, .5);
    z-index: 99;
    padding: 100px 80px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s, opacity .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, .3);
    transition: color .3s
}

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

.popup__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
}

.popup-text {
    font-family: Raleway, sans-serif;
}

.popup__text p {
    font-size: 16px;
    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--contact .popup__box,
.popup--why .popup__box {
    max-height: 280px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    padding: 84px 0px
}

.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--remove-account .popup__box {
    max-width: 545px;
    padding: 48px 40px 26px
}

.popup--remove-account .popup__title {
    font-weight: bold;
    color: #d71921
}

.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 .3s
}

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

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

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

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

    .popup__close {
        right: 20px
    }

    .popup--contact .popup__box,
    .popup--why .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: #d71921
    }

    .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: #d71921
    }
}

.products-sect {
    text-align: center;
    color: #fff;
    position: relative;
}

.products-sect__wrap {
    width: 100%;
    height: 1100px;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 70px;
    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:743px) {
    .products-sect__wrap {
        padding: 0 20px
    }
}

.products-sect__main {
    overflow: visible !important
}

.products-sect__title {
    text-align: left;
    font-style: italic;
    font-family: Druk;
    font-size: 100px;
    line-height: 85px;
    max-width: 400px;
}

.products-sect__description {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-style: normal;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 80px;
    margin-top: 10px;
}

.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, .5)
}

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

.products-sect--index .products-sect__wrap {
    padding-top: 60px;
    padding-bottom: 120px
}

.products-sect--index .products-sect__title {
    margin: 0
}

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

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

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

.products-sect--index .products-card__image {
    display: block;
    position: relative
}

.products-sect--index .products-card__image-item {
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .3s
}

/* @media screen and (min-width:768px) and (max-width:1180px) {
    .products-sect--index .products-card__image-item {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .products-sect--index .products-sect__description {
        margin-bottom: 0px;
    }

    .products-sect--index .products-sect__wrap {
        margin-bottom: 250px
    }
} */


.products-sect--index .products-card__image-item--brand {
    opacity: 0
}

.products-sect--index .products-card__image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 22%
}

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

.products-sect--index .products-card__button {
    width: 100%;
    max-width: 350px;
    padding: 24px 32px
}

.products-sect--index .products-bg__image {
    background: url(../images/homepage-section-intro.png) 50% 50% no-repeat;
    background-size: cover
}

@media only screen and (max-width:1440px) {
    .products-sect--index .products-bg__image {
        object-fit: cover;
    }
}

@media only screen and (max-width: 1180px) {
    /* .products-sect--index .products-bg__image {
        background-size: contain;
        background-position: center;
    } */

    .products-sect__wrap {
        height: 820px;
        margin-bottom: 200px;
    }

    .products-sect__main {
        margin-top: -120px;
    }
}

@media screen and (max-width:1024px) {
    .products-sect__main {
        margin-top: 180px;
    }
}

@media screen and (max-width:1000px) {
    .products-sect__main {
        margin-top: 100px;
    }

    .products-sect__wrap {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:980px) {
    .products-sect__main {
        margin-top: 100px;
    }

    .products-sect__wrap {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:979px) {
    .products-sect__main {
        margin-top: 200px;
    }

    .products-sect__wrap {
        margin-bottom: 200px;
    }
}

@media only screen and (max-width:914px) {
    .products-sect--index .products-bg__image {
        height: 80%;
    }
}

@media only screen and (max-width:834px) {
    .products-sect__main {
        margin-top: 50px;
    }

    .products-sect__wrap {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:820px) {
    .products-sect--index .products-bg__image {
        height: 70%;
    }

    .products-sect__main {
        margin-top: 120px;
    }

    .products-sect__wrap {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:800px) {
    .products-sect__main {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .products-sect--index .products-bg__image {
        background-size: contain;
        background-position: center;
        height: 100%;
    }

    .products-sect__wrap {
        height: 500px;
        margin-bottom: 200px;
    }

    .products-sect__main {
        margin-top: 0px !important;
    }
}


@media screen and (max-width:744px) {
    .products-sect--index .products-bg__image {
        background: url(../images/homepage-mobile-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width:734px) {
    .products-sect--index .products-bg__image {
        background: url(../images/homepage-mobile-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width:639px) {
    .products-sect--index .products-bg__image {
        background: url(../images/homepage-mobile-bg.png) 50% 50% no-repeat;
        background-size: cover;
    }
}

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

.products-sect--inner .products-sect__title {
    font-size: 100px;
    margin: 0 0 .25em
}

.products-sect--inner .products-tabs__list {
    position: static;
    justify-content: center;
    margin: 0 0 64px
}

.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=standart] .products-bg__image {
    background: url(../images/standart-family-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="1"] .products-sect__item:nth-child(1) .products-card__image-item--default {
    opacity: 0
} */

.products-sect[data-active="1"] .products-sect__item:nth-child(1) .products-card__image-item--brand {
    opacity: 1
}

.products-sect[data-active="2"] .products-sect__item:nth-child(2) .products-card__image {
    transform: scale(1.1) translateZ(0)
}

.products-sect[data-active="2"] .products-sect__item:nth-child(2) .products-card__image-item--default {
    opacity: 0
}

.products-sect[data-active="2"] .products-sect__item:nth-child(2) .products-card__image-item--brand {
    opacity: 1
}

.products-sect[data-active="3"] .products-sect__item:nth-child(3) .products-card__image {
    transform: scale(1.1) translateZ(0)
}

.products-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:712px) {
    .products-bg {
        height: 80%;
    }
}

.products-bg__image {
    width: 100%;
    height: 100%;
    opacity: 1
}

.products-tabs__list {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: flex;
    justify-content: center
}

.products-tabs__link {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    margin-left: 55px
}

.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[data-tab=standart] .products-sect__item {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px
}

.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
}

.products-card__image {
    width: 100%;
    margin: 0 0 -20px;
    transform: scale(1) translateZ(0);
    will-change: transform;
    transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    transition: transform .3s
}

.products-card__image img {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.products-card__title {
    display: inline-block;
    font-family: Druk, Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s
}

.products-card--brand1 .products-card__image::before {
    background-color: #d71921
}

.products-card--brand2 .products-card__image::before {
    background-color: #083091
}

.products-card--brand3 .products-card__image::before {
    background-color: #a7a9ac
}

.products-card.is-active {
    opacity: .5;
    pointer-events: none
}

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

    .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 {
        line-height: none;
        margin: 0 0 .45em
    }

    .products-sect--index .products-sect__wrap {
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 0px;
    }

    .products-sect--index .products-sect__title {
        margin: 0 0
    }

    .products-sect--index .products-sect__title br {
        display: none
    }

    .products-sect--index .products-card {
        text-align: center;
        width: 70%
    }

    .products-sect--index .products-card__control {
        margin-top: 5px
    }

    .products-sect--index .products-card__button {
        max-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: 70px;
        line-height: 1.17;
        margin: 0 0 .5em
    }

    .products-tabs__list {
        top: 40px
    }

    .products-tabs__link {
        font-size: 16px
    }

    .products-card {
        text-align: center;
        width: 60%
    }

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

    .products-bg__image {
        height: 80%;
    }

    .products-sect__title {
        line-height: 95px;
        font-weight: 900;
    }
}

@media only screen and (max-width:1023px) {
    .products-sect__wrap {
        padding-top: 90px;
        padding-bottom: 48px
    }

    .products-sect__title span {
        font-size: 48px
    }

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

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

    .products-sect--index .products-card {
        padding: 0 5px
    }

    .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: 70%
    }

    .products-card__image {
        margin: 0
    }

    .products-card__image::before {
        display: none
    }

    .products-card__title {
        opacity: 1
    }
}

@media only screen and (max-width:834px) {
    .products-sect--index .products-sect__wrap {
        height: 790px;
    }

    .products-sect__description {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:820px) {
    .products-sect__main {
        margin-top: 50px;
    }

    .products-sect--index .products-sect__title {
        font-size: 65px;
        line-height: 70px;
    }
}

@media screen and (max-width:768px) {
    .products-sect--index .products-sect__wrap {
        height: 500px;
    }
}

@media screen and (max-width:744px) {
    .products-sect--index .products-sect__wrap {
        height: 700px;
    }
}

@media only screen and (max-width:743px) {
    .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: flex;
        flex-flow: row wrap;
        margin-left: -16px;
        margin-right: -16px;
        flex-wrap: nowrap;
        margin: 0
    }

    .products-sect__item {
        width: 100vw;
        flex-shrink: 0;
        padding: 0 20px
    }

    .products-sect__controls {
        display: block
    }

    .products-sect--index .products-sect__wrap {
        height: 600px;
        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: 620px;
        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
    }
}

@media screen and (max-width:800px) {
    .products-sect--index .products-card {
        max-width: 620px;
    }
}

@media screen and (max-width:639px) {
    .products-sect--index .products-sect__wrap {
        padding-top: 12px;
        margin-bottom: -100px;
        height: 500px;
    }

    .products-sect__description {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .products-sect--index .products-sect__title {
        margin: 0px 0px;
        font-size: 2.5em;
        line-height: 0.85em !important;
    }

    .products-sect__main {
        margin-top: 50px;
    }
}

@media (min-width:768px) {
    .products-sect__list {
        width: auto !important;
        transform: none !important
    }
}

.products-detail {
    color: #fff;
    background: url(../images/brand1-bg.jpg) 50% 50% no-repeat;
    background-size: cover !important
}

.products-detail__wrap {
    padding: 40px 0 16px;
    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--image {
    position: relative;
    padding-bottom: 50px
}

.products-detail__col--main {
    width: 41.66666666666667%;
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 50px
}

.products-detail__slider {
    margin: 25px auto 14px;
    max-width: 420px
}

.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: 30px;
    color: #000;
    z-index: 2
}

.products-detail__link--package {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 46px
}

.products-detail__main {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 155px;
    margin-bottom: 100px
}

.products-detail__title {
    font-size: 80px;
    line-height: 1;
    margin: 0 0 .1em
}

.products-detail__properties {
    margin-top: 8px
}

.products-detail__image {
    display: block;
    line-height: 0;
    margin: 37px -32px 40px -12px
}

.products-detail__controls {
    margin-top: 47px;
    line-height: 0
}

.products-detail__button {
    min-width: 288px
}

.products-detail__note {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 15px;
    line-height: 2
}

.products-detail--medium {
    background: url(../images/brand2-bg.jpg) 50% 50% no-repeat
}

.products-detail--smooth {
    background: url(../images/brand3-bg.jpg) 50% 50% no-repeat
}

.products-detail--standart-bold {
    background: url(../images/brand1-bg.jpg) 50% 50% no-repeat
}

.products-detail--standart-medium {
    background: url(../images/brand2-bg.jpg) 50% 50% no-repeat
}

.products-detail--standart-bold .products-detail__slider,
.products-detail--standart-medium .products-detail__slider {
    margin: 85px auto 14px;
    max-width: 634px
}

.products-detail-info {
    display: flex;
    margin: 0 0 18px;
    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: #231f20;
    color: #fff;
    line-height: 0;
    margin-left: -155px
}

.products-detail-info__icon .svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.products-detail-info__main {
    margin-left: 57px;
    padding-top: 16px
}

.products-detail-info__title {
    margin: 0 0 .3em
}

.products-detail-info__content .rating {
    margin: 4px 0 0
}

.products-detail-info__content p {
    margin: .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 0 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 {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 40px 0 0
    }

    .products-detail__main {
        padding-left: 0;
        margin-bottom: 30px
    }

    .products-detail__title {
        line-height: 1.08;
        margin: 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;
        text-align: center
    }

    .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;
        margin-left: 0
    }

    .products-detail-info__main {
        margin-left: 16px;
        padding-top: 5px
    }

    .products-detail-info__title {
        margin: 0 0 .3em
    }

    .products-detail-info__content .rating {
        margin: 0
    }

    .products-detail-info__content p {
        margin: .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 auto 0;
        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: 48px;
        line-height: 1.11;
        margin: 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: .8em 0
    }
}

@media only screen and (max-width:743px) {
    .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;
        padding-bottom: 0
    }

    .products-detail__col--main {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 30px
    }

    .products-detail__slider {
        margin: 12px auto 0;
        max-width: 260px
    }

    .products-detail__link--back {
        margin-bottom: 36px
    }

    .products-detail__main {
        text-align: center;
        margin-bottom: 0
    }

    .products-detail__title {
        font-size: 48px;
        line-height: 1.11;
        margin: 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 .3em
    }

    .products-detail-info__content .rating {
        margin: 0
    }

    .products-detail-info__content p {
        margin: .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: .2
}

.rating__item:first-child {
    margin-left: 0
}

.rating[data-rating="1"] .rating__item:nth-child(1) .svg-icon {
    opacity: 1
}

.rating[data-rating="2"] .rating__item:nth-last-child(n+4) .svg-icon {
    opacity: 1
}

.rating[data-rating="3"] .rating__item:nth-last-child(n+3) .svg-icon {
    opacity: 1
}

.rating[data-rating="4"] .rating__item:nth-last-child(n+2) .svg-icon {
    opacity: 1
}

.rating[data-rating="5"] .rating__item .svg-icon {
    opacity: 1
}

@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: 104px;
    background: #fff
}

.sitemap__logo {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    line-height: 0;
    text-transform: uppercase;
    color: #000
}

.sitemap__logo span {
    font-weight: 700;
    color: #d71921
}

.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: #d71921
    }
}

@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, .3)
}

.slider__scroll-button {
    position: absolute;
    height: 19px;
    width: 180px;
    border-radius: 10px;
    background-color: #000
}

.slider--tobacco {
    margin: 34px 0 47px
}

.slider--tobacco .slider__wrap {
    padding: 0 0 80px;
    overflow: visible !important
}

.slider--tobacco .slider__item:last-child>* {
    margin-right: 0
}

.slider--history {
    position: relative;
    margin: 0 -25px;
    width: auto
}

.slider--history .slider__wrap {
    overflow: visible !important
}

.slider--history .slider__item:last-child>* {
    margin-right: 0
}

.slider--history .slider__scroll {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    height: 12px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s, opacity .3s
}

.slider--history .slider__scroll::before {
    top: 6px;
    background-color: rgba(0, 0, 0, .5)
}

.slider--history .slider__scroll-button {
    height: 12px;
    background-color: #000
}

.slider--history.is-init .slider__scroll {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s
}

@media only screen and (max-width:1440px) {
    .slider--tobacco {
        margin: 50px 0
    }

    .slider--tobacco .slider__wrap {
        padding: 0 0 16px;
        overflow: visible !important
    }

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

@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
    }
}

@media only screen and (max-width:743px) {
    .slider--tobacco {
        margin: 56px 0
    }

    .slider--tobacco .slider__wrap {
        padding: 0 0 22px
    }
}

.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, .5);
    border-radius: 50%;
    display: flex;
    margin-left: 10px;
    transition: border-color .3s, color .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: #d71921;
        border: 1px solid rgba(215, 25, 33, .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(.8)
    }

    .socials__link:first-child {
        margin-left: 0
    }
}

@media only screen and (max-width:743px) {
    .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: 50px 0 90px
}

.start--initial .start-head__title {
    font-style: italic;
    font-size: 99px;
    margin: 0 0 .2em;
}

@media only screen and (max-width:1200px) {
    .start--initial .start-head__title {
        font-size: 90px;
    }
}

.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
}

.start--initial .start-head__col--side {
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    padding-left: 50px
}

/* .start--initial .start-head__link {
    display: block;
    margin: 20px 0 100px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
} */

.start-head__col {
    display: flex;
    flex-direction: column;
}

.start--initial .start-head__link {
    margin-top: auto;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: right;
    max-width: 700px;
    margin: 10px 0 30px;
    margin-left: 30px;
}

.start--initial .start-head__controls {
    display: flex
}

.start--initial .start-head__button {
    font-family: Raleway, sans-serif;
    min-width: 350px;
    margin-left: 14px
}

.start--initial .start-head__button:first-child {
    margin-left: 0
}

.start--reg .start-head__wrap {
    padding: 50px 0 0px
}

.start--reg .start-head__subtitle {
    margin: 80px 0 0
}

.start--login .start-head__wrap {
    padding: 50px 0 90px
}

.start--login .start-head__title {
    text-align: center;
    font-style: italic;
    margin-bottom: .25em;
    font-size: 60px;
    letter-spacing: 2.4px;
}

.start--login .start-head__title+.start-head__form {
    margin-top: 48px
}

.start--login .start-head__form {
    margin-top: 30px
}

.start--verification .start-head__wrap {
    min-height: 510px
}

.start--verification .start-head__title {
    margin-bottom: .25em
}

.start--verification .start-head__text {
    max-width: 860px
}

.start--password .start-head__text {
    max-width: 960px;
    color: #858585;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.start--password .start-head__form {
    margin-top: 70px
}

.start--password .start-head__title {
    text-align: center;
    font-style: italic;
    margin-bottom: .25em;
    font-size: 60px;
    letter-spacing: 2.4px;
}

.start--reg .start-head__title {
    text-align: center;
    font-style: italic;
    margin-bottom: .25em;
    font-size: 60px;
    letter-spacing: 2.4px;
}

.start--reg .start-head__text {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.start--reg .start-head__subtitle {
    font-family: Druk;
    text-align: center;
    font-style: italic;
    letter-spacing: 2.4px;
    font-size: 36px;
    font-weight: 900;
}

.start-head {
    background-color: #d71921;
    color: #fff;
    font-size: 42px;
    line-height: 1
}

.start-head-auth {
    background-color: #FFF;
    color: #d71921;
    font-size: 42px;
    line-height: 1
}

.start-head__wrap {
    padding: 50px 0;
    position: relative
}

.start-head__title {
    line-height: .9;
    margin: 0 0 .2em;
    text-transform: uppercase
}

.start-head__subtitle {
    text-transform: uppercase
}

.start-head-control {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    top: 50px;
    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-header-control {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    right: 0;
    margin-left: auto;
    text-align: right
}

.start-header-control__text {
    margin-bottom: 2px
}

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

.start-header-control__link .svg-icon {
    fill: currentColor;
    margin-left: 18px
}

@media only screen and (max-width: 768px) {
    .start-header-control__text {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 639px) {
    .start-header-control {
        display: none !important;
    }
}

.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 .2em
    }

    .start--initial .start-head__col--main {
        margin-bottom: 0
    }

    .start--initial .start-head__col--side {
        padding: 0
    }

    .start--initial .start-head__link {
        margin: 10px 0 30px
    }

    .start--initial .start-head__button {
        min-width: 305px;
        margin-left: 14px;
        padding: 16px 40px
    }

    .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 .4em
    }

    .start--reg .start-head__subtitle {
        margin: 80px 0 0
    }

    .start--login .start-head__wrap {
        padding: 40px 0 50px
    }

    .start--login .start-head__title {
        margin-bottom: .35em
    }

    .start--password .start-head__wrap {
        padding: 40px 0 42px
    }

    .start--password .start-head__title {
        max-width: 100%;
        margin: 0 0 .4em
    }

    .start--password .start-head__text {
        max-width: 100%
    }

    .start--password .start-head__form {
        margin-top: 40px
    }

    .start--verification .start-head__wrap {
        padding: 180px 0
    }

    .start--verification .start-head__title {
        margin-bottom: .25em
    }

    .start-head {
        font-size: 43px;
        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(.8)
    }
}

@media only screen and (max-width:1023px) {
    .start--initial .start-head__wrap {
        padding: 42px 0 94px
    }

    .start--initial .start-head__title {
        font-size: 70px;
        margin: 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 .5em
    }

    .start--reg .start-head__text {
        max-width: 423px;
        margin-bottom: 42px;
        margin-left: auto;
        margin-right: auto;
    }

    .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 .5em
    }

    .start--password .start-head__text {
        max-width: 100%
    }

    .start--password .start-head__form {
        margin-top: 40px
    }

    .start--verification .start-head__wrap {
        padding: 248px 0 214px
    }

    .start--verification .start-head__title {
        margin-bottom: .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 screen and (max-width:1000px) {
    .footer__col--menu {
        padding-left: 0px;
    }
}

@media only screen and (max-width:800px) {
    .footer__col--menu {
        padding-left: 0px;
    }
}

@media only screen and (max-width:743px) {
    .start--initial .start-head__wrap {
        padding: 40px 0 56px
    }

    .start--initial .start-head__title {
        font-size: 48px;
        margin: 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 .65em
    }

    .start--login .start-head__wrap {
        padding: 40px 0 56px
    }

    .start--login .start-head__title {
        margin: 0 0 .4em
    }

    .start--password .start-head__title {
        margin: 0 0 .65em
    }

    .start--password .start-head__form {
        margin-top: 33px
    }

    .start--verification .start-head__wrap {
        text-align: left;
        padding: 40px 0 48px
    }

    .start--verification .start-head__title {
        margin-bottom: .7em
    }

    .start--verification .start-head-control {
        position: static;
        text-align: left;
        margin-top: 40px
    }

    .start-head {
        font-size: 28px;
        line-height: 1;
    }
}

@media screen and (min-width: 501px) {
    .start-head__title .mobile {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .start-head {
        font-size: 22px;
        line-height: 1;
    }

    .section--content .content__top h1 {
        font-size: 63px;
        line-height: .9;
    }

    .section--content .content__main {
        font-size: 18px !important;
    }

    .start--reg .start-head__text {
        font-size: 30px;
    }

    .form__button {
        font-size: 18px;
    }

    .start--initial .start-head__title {
        font-size: 42px;
    }

    .start-head__title .desktop {
        display: none;
    }

    .footer .container-fluid {
        margin-right: 55px;
    }

    .footer .footer__col--menu {
        width: unset;
        padding-left: 0px;
    }

    .popup__text {
        font-size: 16px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .popup__text br {
        display: none;
    }

    .start-head__text {
        font-size: 21px;
    }
}

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

.store-finder__wrap {
    padding: 82px 0 107px
}

.store-finder__title {
    line-height: .9;
    color: #d71921;
    text-transform: uppercase;
    margin: 0 0 .4em
}

.store-finder__title span {
    display: block;
    color: #000
}

.store-finder-map {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    position: relative
}

.store-finder-map #map {
    height: 680px
}

.store-finder-map .hidden {
    display: none
}

.store-finder-form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.store-finder-form__input {
    padding-right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d71921
}

.store-finder-form__input::-webkit-input-placeholder {
    color: #d71921
}

.store-finder-form__input::-moz-placeholder {
    color: #d71921;
    opacity: 1
}

.store-finder-form__input:-moz-placeholder {
    color: #d71921;
    opacity: 1
}

.store-finder-form__input:-ms-input-placeholder {
    color: #d71921
}

.store-finder-form__control {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 30px;
    top: 50%;
    margin-top: -16px;
    display: flex
}

.store-finder-form__button {
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    transition: color .3s
}

.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, .5);
    background-color: rgba(255, 255, 255, .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: 10px 0 0
}

.store-finder-list__item {
    border-top: 1px solid rgba(0, 0, 0, .3)
}

.store-finder-list.is-open {
    display: block
}

.store-finder-card {
    display: flex;
    padding: 25px 0 35px;
    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, .5);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin-left: 18px;
    color: #000;
    transition: border-color .3s, background-color .3s, color .3s
}

.store-finder-card__button .svg-icon {
    fill: currentColor;
    margin: auto
}

@media only screen and (min-width:1024px) {

    .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: #d71921
    }
}

@media only screen and (max-width:1440px) {
    .store-finder__title {
        max-width: 100%;
        text-transform: uppercase;
        margin: 0 0 .5em
    }

    .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(.75);
        transform-origin: 0 0
    }

    .store-finder-list {
        margin: 10px 0 0
    }

    .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(.8)
    }
}

@media only screen and (max-width:1023px) {
    .store-finder__wrap {
        padding: 60px 0
    }

    .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 0
    }
}

@media only screen and (max-width:743px) {
    .store-finder__title {
        font-size: 48px;
        line-height: 1.1;
        margin: 0 0 .75em
    }

    .store-finder-map #map {
        height: 424px
    }

    .store-finder-form {
        margin: 0 0 32px
    }

    .store-finder-form__control {
        right: 24px
    }

    .store-finder-list {
        margin: 10px 0 0
    }

    .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: 384px;
    width: 100%
}

.subscribe__title {
    font-family: Druk Navbar;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #858585;
}

@media only screen and (max-width:1440px) {
    .subscribe__title {
        margin: 0 0;
    }
}

@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: 980px
}

.tobacco-banner__title {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 82px;
    line-height: 1.04;
    margin: 0 auto;
    max-width: 80%
}

.tobacco-banner__wrap {
    padding: 225px 0 164px
}

.tobacco-banner--index {
    background: url(../images/tobacco-banner-index-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 0
}

.tobacco-banner--index .tobacco-banner__wrap {
    padding: 98px 0 118px
}

.tobacco-banner--index .tobacco-banner__content {
    max-width: 978px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700
}

.tobacco-banner--index .tobacco-banner__title {
    font-size: 100px;
    line-height: 1;
    max-width: 100%;
    font-family: Druk, Arial, Helvetica, sans-serif;
    margin: 0 0 .37em
}

.tobacco-banner--index .tobacco-banner__controls {
    margin-top: 30px;
    line-height: 0
}

.tobacco-banner--index .tobacco-banner__button {
    width: 100%;
    max-width: 350px
}

.tobacco-intro {
    position: relative;
    color: #fff;
    background: url(../images/main-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden
}

.tobacco-intro__wrap {
    padding: 56px 0 30px;
    position: relative;
    width: 98%;
    margin: 0 auto
}

.tobacco-intro__title {
    font-size: 130px;
    line-height: .8;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 .15em
}

.tobacco-intro__title span {
    display: block;
    color: #c4c4c4
}

.tobacco-intro__image {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 46%
}

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

.tobacco-intro__image-item--brand {
    opacity: 0
}

.tobacco-process {
    background: url(../images/bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-top: 40px;
    overflow: hidden;
    text-align: center
}

.tobacco-process__title {
    font-size: 96px;
    color: #d71921;
    margin: 10px 0 17px
}

.tobacco-process__text {
    font-size: 30px;
    line-height: 1.2
}

.tobacco-process-card {
    width: 412px;
    margin-right: 48px;
    text-align: left
}

.tobacco-process-card__image {
    display: block;
    line-height: 0;
    width: 100%;
    height: 240px;
    margin-bottom: 40px
}

.tobacco-process-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tobacco-process-card__title {
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 45px;
    margin: 0 0 25px
}

.tobacco-process-card__text {
    max-width: 85%
}

.tobacco-process-card__text p {
    margin: 1.5em 0
}

@media only screen and (min-width:1024px) {
    .tobacco-intro__image:hover .tobacco-intro__image-item--default {
        opacity: 0
    }

    .tobacco-intro__image:hover .tobacco-intro__image-item--brand {
        opacity: 1
    }
}

@media only screen and (max-width:1440px) {
    .tobacco-banner {
        min-height: 424px
    }

    .tobacco-banner__wrap {
        padding: 100px 0
    }

    .tobacco-banner__title {
        font-size: 48px;
        line-height: 1.08
    }

    .tobacco-banner--index {
        min-height: 0
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 57px 0
    }

    .tobacco-intro__title {
        font-size: 100px;
        line-height: .9;
        margin: 0 0 .5em
    }

    .tobacco-process {
        padding-top: 60px
    }

    .tobacco-process__title {
        font-size: 70px;
        line-height: 1.08;
        margin: 0 0 .5em;
        letter-spacing: 0
    }

    .tobacco-process__text {
        font-size: 20px
    }
}

@media only screen and (max-width:1023px) {
    .tobacco-banner__title {
        max-width: 100%;
        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 .5em
    }

    .tobacco-banner--index .tobacco-banner__text {
        line-height: 1.5
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 40px
    }

    .tobacco-intro__title {
        font-size: 48px;
        line-height: 1.08;
        text-align: left
    }

    .tobacco-process__title {
        font-size: 48px;
        margin: 0 0 .3em
    }

    .tobacco-process-card {
        width: 320px;
        margin-right: 40px
    }

    .tobacco-process-card__image {
        height: 185px;
        margin-bottom: 30px
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 .3em
    }

    .tobacco-process-card__text {
        max-width: 100%
    }
}

@media only screen and (max-width:743px) {
    .tobacco-banner {
        min-height: 0
    }

    .tobacco-banner__wrap {
        padding: 56px 0
    }

    .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__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__wrap {
        padding: 40px 0 20px
    }

    .tobacco-intro__title {
        font-size: 36px;
        line-height: 1.12;
        margin: 0 0 1em
    }

    .tobacco-intro__image {
        width: 100%
    }

    .tobacco-process {
        padding-top: 63px
    }

    .tobacco-process__subtitle {
        font-size: 16px;
        line-height: 1.12
    }

    .tobacco-process__title {
        line-height: 1.12;
        margin: .25em 0
    }

    .tobacco-process__text {
        display: none
    }

    .tobacco-process-card {
        margin-right: 20px;
        width: 280px
    }

    .tobacco-process-card__image {
        height: 162px
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 .3em
    }
}

.warning-title {
    color: #FF000D;
    font-weight: 900;
    font-size: 41px;
    text-transform: uppercase;
}

.warning-bold {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.warning-sub {
    font-weight: 700;
    font-size: 27px;
    text-transform: none;
}

.warning-hc {
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
}

@media screen and (max-width:1550px) {
    .warning-title {
        font-size: 30px;
    }

    .warning-bold {
        font-size: 26px;
    }

    .warning-sub {
        font-size: 18px;
    }

    .warning-hc {
        font-size: 18px;
    }
}
@media screen and (max-width:1350px) {
    .warning-title {
        font-size: 26px;
    }

    .warning-bold {
        font-size: 22px;
    }

    .warning-sub {
        font-size: 16px;
    }

    .warning-hc {
        font-size: 16px;
    }
}
@media screen and (max-width:1068px) {
    .warning-title {
        font-size: 20px;
    }

    .warning-bold {
        font-size: 18px;
    }

    .warning-sub {
        font-size: 12px;
    }

    .warning-hc {
        font-size: 12px;
    }
}
.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;
    }
}

.section hr {
    border-top-width: 2px;
    transform-origin: 0 0;
    color: #fff;
}

.section--products-sect-index .__bottom {
    bottom: 12% !important;
    left: 0px !important;
}

.section hr.__top {
    position: absolute;
    right: 0;
    width: 20%;
}

.section hr.__bottom {
    position: absolute;
    bottom: 60px;
    width: 14%;
}

@media only screen and (max-width:1440px) {
    .section hr.__bottom {
        bottom: 32% !important;
    }
}

@media only screen and (max-width:820px) {
    .section hr.__bottom {
        bottom: 42% !important;
    }
}

@media only screen and (max-width:768px) {
    .section hr.__bottom {
        bottom: 22% !important;
    }
}


.section--video-index .__top {
    bottom: 50% !important;
    left: 750px !important;
}

.section--video-index .__bottom {
    bottom: 30% !important;
    left: 90px !important;
}

.checkbox__control {
    position: relative;
}

.close-icon {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 10px;
    height: 10px;
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
}

.content__main {
    font-family: Raleway, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

#form-contact-name::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

#form-contact-email::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

#form-contact-date::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

#form-contact-phone::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

#your_message::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

.form__input::placeholder {
    font-family: Roboto, sans-serif;
    color: #5D5D5D;
    font-size: 16px;
}

#menu-footer li {
    line-height: 40px;
}

.footer-logo {
    margin-bottom: 5px;
}

.homepage-footer-logo {
    margin-bottom: 95px;
}

@media only screen and (max-width: 639px) {
    #menu-footer-help-legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-user-logged li {
        padding-right: 10px;
    }
}

@media screen and (max-width:1180px) {
    .footer-navbar-menu {
        flex-flow: unset;
        align-items: unset;
        top: unset;
        left: unset;
        position: unset;
        width: unset;
        height: unset;
        height: unset;
        margin: unset;
        padding: unset;
        background: unset;
        box-shadow: unset;
        z-index: unset;
        transform: unset;
        transition: unset;
    }

    .footer-nav-menu {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .footer-nav-menu li a {
        font-size: 16px;
        padding: 4px 20px !important;
    }

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

    .footer__col--menu {
        width: unset;
    }

    .footer__col--menu li a {
        padding-right: 3px;
    }
}

@media screen and (max-width:769px) {
    .footer-navbar-menu {
        flex-flow: unset;
        align-items: unset;
        top: unset;
        left: unset;
        position: unset;
        width: unset;
        height: unset;
        height: unset;
        margin: unset;
        padding: unset;
        background: unset;
        box-shadow: unset;
        z-index: unset;
        transform: unset;
        transition: unset;
    }

    .footer-nav-menu {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .footer-nav-menu li a {
        font-size: 16px;
        padding: 4px 20px !important;
    }

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

    .footer__col--menu {
        width: 30%;
    }

    .footer__col--menu li a {
        padding-right: 3px;
    }
}

@media only screen and (max-width:768px) {
    .footer__col--subscribe {
        width: 400px;
    }
}

@media only screen and (max-width: 1180px) {
    .section--products-sect-index .__bottom {
        bottom: 15% !important;
        left: 0px !important;
    }
}

@media only screen and (max-width: 820px) {
    .section--products-sect-index .__bottom {
        bottom: 42% !important;
        left: 0px !important;
    }
}

@media only screen and (max-width: 744px) {
    .section--products-sect-index .__bottom {
        bottom: 22% !important;
        left: 0px !important;
    }
}

@media screen and (max-width:639px) {
    .section--products-sect-index .__bottom {
        bottom: 42% !important;
        left: 0px !important;
    }

    .footer-navbar-menu {
        width: 100% !important;
    }

    .footer-nav-menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 200px;
    }

    .not-logged-in-legal {
        margin-top: 100px !important;
    }

    .footer-logo {
        height: 88px;
        width: 100%;
    }
}

#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;
}