:root {
    --small-spacer: 15px;
    --medium-spacer: 30px;
    --large-spacer: 85px;
    --xlarge-spacer: 155px;
}

@media only screen and (max-width: 1023px) {
    :root {
        --small-spacer: 15px;
        --medium-spacer: 15px;
        --large-spacer: 30px;
        --xlarge-spacer: 64px;
    }
}


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

body {
    margin: 0
}

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

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
}

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

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

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 {
    color: #000000;
    background-color: #ffff00;
}

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

button,
select {
    text-transform: none;
}

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

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

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

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

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

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] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

canvas {
    display: block;
}

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

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

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

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

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

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

h1,
h2 {
    font-family: 'americane', 'Roboto', Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;

}

h3,
h4,
h5 {
    font-family: 'americane', 'Roboto', Helvetica, sans-serif;
    font-weight: 700;
    /* letter-spacing: 0.352em; */
    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 {
    font-size: 90px;
}

h2 {
    font-size: 80px;
}

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

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

h3 {
    font-size: 70px;
    line-height: 1.09;
    margin: .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 {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: block;
    width: 100%;
    height: 68px;
    padding: 12px 44px;
    transition: border-color .3s, color .3s;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 34px;
    background-color: #ffffff;
}

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000000
}

input[type=date] {
    min-height: 1.2em;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

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

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

button {
    font-family: 'Montserrat', 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 {
        font-size: 95px;
        line-height: 1em;
    }

    h2 {
        font-size: 80px;
        line-height: 1em;
    }

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

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

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

    textarea {
        height: 168px;
    }

    label {
        line-height: 1.2;
    }
}

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

    h1 {
        font-size: 64px;
        line-height: 1;
    }

    h2 {
        font-size: 40px;
        line-height: 1;
    }

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

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

    .hero {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .lead {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .button {
        font-size: 16px !important;
        line-height: 16px !important;
        padding: 15px 20px !important;
    }
}

/* Utility Classes */
.container-wide {
    padding-right: 30px;
    padding-left: 30px;
}

.position-relative {
    position: relative;
}

.text-dark {
    color: #1c1b1c;
}

.text-white {
    color: #ffffff;
}

.text-muted {
    color: #d1d3d4;
}

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

.lead {
    font-size: 20px;
    font-weight: 300;
}

.width-100 {
    width: 100%;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: var(--small-spacer) !important;
}

.pt-2 {
    padding-top: var(--medium-spacer) !important;
}

.pt-3 {
    padding-top: var(--large-spacer) !important;
}

.pt-4 {
    padding-top: var(--xlarge-spacer) !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: var(--small-spacer) !important;
}

.pb-2 {
    padding-bottom: var(--medium-spacer) !important;
}

.pb-3 {
    padding-bottom: var(--large-spacer) !important;
}

.pb-4 {
    padding-bottom: var(--xlarge-spacer) !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: var(--small-spacer) !important;
}

.mt-2 {
    margin-top: var(--medium-spacer) !important;
}

.mt-3 {
    margin-top: var(--large-spacer) !important;
}

.mt-4 {
    margin-top: var(--xlarge-spacer) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: var(--small-spacer) !important;
}

.mb-2 {
    margin-bottom: var(--medium-spacer) !important;
}

.mb-3 {
    margin-bottom: var(--large-spacer) !important;
}

.mb-4 {
    margin-bottom: var(--xlarge-spacer) !important;
}

.section {
    position: relative;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Primary Styles */

.box__main {
    overflow: hidden;
    background: #ffffff;
}

.box__wrap {
    padding: 40px 0 130px
}

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

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

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

.box--store-finder .box-head__title {
    max-width: 650px;
    margin: 0 0 62px;
}

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

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

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

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

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

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

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

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

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

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

.box-head {
    font-size: 42px;
    line-height: 1;
    background-size: cover;
}

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

.box-head__title {
    font-size: 100px;
    line-height: .9;
    margin: 0 0 .25em;
    text-transform: uppercase;
}

.box-head__subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;

}

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

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

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

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

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

    .box--store-finder .box-head__title {
        font-size: 64px;
        line-height: 1.2;
        max-width: 450px;
        margin: 0 0 30px;
    }

    .box--store-finder .box-head__subtitle {
        font-size: 45px;
        margin-top: 50px;
    }

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

    .box--contact .box-head__wrap {
        min-height: 360px;
        padding: 42px 0 23px;
    }

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

    .box--contact .box-head__text br {
        display: none;
    }

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

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

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

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

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

    .box-head__title {
        font-size: 64px;
        line-height: 1.2;
    }

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

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

    .box--store-finder .box-head__wrap {
        padding: 58px 0 24px;
    }

    .box--store-finder .box-head__title {
        font-size: 48px;
        max-width: 400px;
        margin: 0 0 24px;
    }

    .box--store-finder .box-head__subtitle {
        font-size: 24px;
        margin-top: 28px;
    }

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

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

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

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

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

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

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

    .box--store-finder .box-head__title {
        font-size: 36px;
        margin: 0 0 24px;
    }

    .box--store-finder .box-head__subtitle {
        margin: 36px 0 0;
    }

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

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

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

    .box-head__title {
        font-size: 36px;
    }
}

.button {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    cursor: pointer;
    transition: color .3s, background-color .3s, border-color .3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #000000;
}

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

.button-light {
    color: #000000;
    background-color: #ffffff;
}

.button-bd {
    padding: 22px 78px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.button-brand {
    background-color: #16446e;
}

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

    .button-light:hover {
        color: #ffffff;
        background-color: #000000;
    }

    .button-bd:hover {
        color: #000000;
        background-color: #ffffff;
    }

    .button-brand:hover {
        background-color: #236bad
    }
}

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

    .button-bd {
        padding: 14px 78px;
    }
}

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

    .button-bd {
        padding: 14px 18px;
    }
}

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

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

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

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

.checkbox__input:checked ~ .checkbox__icon {
    color: #ffffff;
    background-color: #000000 !important;
}

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

.checkbox__input:checked ~ .checkbox__icon:after {
    position: absolute;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background-image: url('../images/ICON_close-white.svg');
}

.checkbox__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: background-color .3s, color .3s;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: #ffffff;
}

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

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

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

.checkbox--text .checkbox__icon {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    width: auto;
    min-width: 50px;
    padding: 0 30px;
    text-align: center;
    letter-spacing: 0.22em;
    border-radius: 34px;

}

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

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

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

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

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

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

    .checkbox__label br {
        display: none;
    }

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

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

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

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

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

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

.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 {
    position: absolute;
    z-index: 9;
    top: 0;
    display: block;
    width: 2px;
    height: 96%;
    margin-left: -1px;
    cursor: ew-resize;
    user-select: none;
    background-color: #ffffff;
}

.comparison-slider__control span {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #000000;
}

@media only screen and (max-width: 1023px) {
    .comparison-slider__control {
        height: 102%;
    }

    .comparison-slider__control span {
        width: 118px;
        height: 118px;
    }
}

@media only screen and (max-width: 767px) {
    .comparison-slider__control span {
        font-size: 20px;
        width: 128px;
        height: 128px;
    }
}

.content {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 100px;
    background: #ffffff;
}

.content h3 {
    font-size: 80px;
    font-weight: 900;
    line-height: 76px;
    text-align: left;
    letter-spacing: 0;

}

.content h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    letter-spacing: 0;

}

.content ul {
    margin: 1.5em 0;
}

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

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

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

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

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

.content__main p {
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    letter-spacing: 0;

}

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

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

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

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

    .content__note {
        font-size: 24px;
    }

    .content__border {
        padding: 32px 0;
    }
}

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

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

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

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

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

    .content__note {
        font-size: 20px;
    }

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

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

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

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

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

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

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

    .content__note {
        font-size: 16px;
    }

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

.faq__wrap {
    padding: 75px 0 154px;
}

.faq__title {
    font-size: 80px;
    margin: 0 0 .4em;
}

.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 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
}

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

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

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

.faq--history .faq__title {
    margin: 0 0 .4em;
    color: #16446e;
}

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

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

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

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

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

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

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

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

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

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

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

.faq-card.is-active .faq-card__top::before {
    background-color: #000000 !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 {
        color: #ffffff;
        background-color: #000000;
    }

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

    .faq-card__top:hover::before {
        background-color: #333333;
    }
}

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

    .faq__title {
        font-size: 64px;
        line-height: 1.2;
        margin: 0 0 .35em;
    }

    .faq__controls {
        margin-top: 40px;
    }

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

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

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

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

    .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 {
        font-size: 24px;
        line-height: 1.25;
        padding: 26px 0;
    }

    .faq-card__top {
        min-height: 80px;
        padding: 6px 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: 42px 0 80px;
    }

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

    .faq__controls {
        margin-top: 32px;
    }

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

    .faq--history .faq-card__main {
        font-size: 16px;
        line-height: 1.5;
        padding: 16px 0 40px
    }

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

    .faq-card__main {
        font-size: 16px;
        line-height: 1.5;
        padding: 16px 0 40px;
    }
}

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

    .faq__title {
        font-size: 36px;
        margin: 0 0 .4em;
    }

    .faq__controls {
        margin-top: 32px;
    }

    .faq__link {
        line-height: 1.2;
        align-items: flex-start;
    }

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

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

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

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

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

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

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

.footer__main {
    flex-grow: 1;
}

.footer__bottom {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
    column-gap: 5%;
}

.footer__bottom p {
    font-family: 'americane-condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.footer__bottom ul {
    display: flex;
    list-style-type: none;
    text-transform: uppercase;
    column-gap: 40px;
}

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

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

.footer__col li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin: 0 0 17px;
    text-align: left;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

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

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

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

.footer__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 1.25em;
    letter-spacing: 0.22em;
    text-transform: uppercase;


}

.footer__copy {
    text-align: center;
}

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

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

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

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

@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-right: 16px;
        padding-left: 16px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .footer__bottom {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .footer__bottom ul {
        flex-direction: column;
        margin-bottom: 7px;
    }

    .footer__bottom ul li {
        margin-bottom: 7px;
    }

    .footer__bottom p {
        font-size: 16px;
    }

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

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

    .page-template-brand #brand-footer-section .hero-image {
        position: absolute;
        top: 56px !important;
        left: -30px;
        width: auto;
        max-width: 300%;
    }
}

.form__block.is-hidden {
    display: none
}

.form__main {
    margin-top: -36px
}

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

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

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

.toggle-password {
    position: absolute;
    right: 25px;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transform: translateY(50%);
    border: none;
    background-color: transparent;
}

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

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

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

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

.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-size: 24px;
    font-weight: 700;
    line-height: 2;
    display: inline-block;
    text-transform: uppercase;
}

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

.form__message p {
    display: none;
}

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

.form__message--checkbox {
    display: none;
}

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

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

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

.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 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}

.form--subscribe .form__input {
    font-size: 16px;
    line-height: 1.5;
    flex-grow: 1;
    height: 40px;
    margin-right: 10px;
    padding: 5px 15px 5px 0;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: transparent;
}

.form--subscribe .form__button {
    font-size: 16px;
    line-height: 34px;
    flex-shrink: 0;
    width: 180px;
    padding: 7px 30px;
    color: #1c1b1c;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

.form--subscribe .form__button:hover,
.form--subscribe .form__button:focus {
    color: #ffffff !important;
    border-color: #1c1b1c !important;
    background-color: #1c1b1c !important;
}

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

    .form--subscribe .form__field input {
        border-bottom: 1px solid #ffffff;
    }

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--reg .form__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 28px;
    padding-bottom: 28px;
    letter-spacing: 0;

}

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

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

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

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

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

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

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

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

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

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

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


.form--login .form__button {
    line-height: 1em;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    border: 3px solid #1c1b1c !important;
}

.login-action-buttons {
    display: flex;
    column-gap: 20px;
}

.form--login .form__button.button-outline {
    color: #1c1b1c !important;
    border: 3px solid #1c1b1c !important;
    background-color: #ffffff !important;
}

.form--login .form__button.button-outline:hover,
.form--login .form__button.button-outline:focus {
    color: #ffffff !important;
    background-color: #1c1b1c !important;
}

.form--login .form__link {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 15px;
    letter-spacing: 0.02em;

}

.form--login p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.02em;

}


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

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

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

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

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

.form--password .form__text {
    font-size: 42px;
    line-height: 1;
    max-width: 1295px;
}
.form--password .button {
	border-radius:0px;
	color:#fff;
}
.form--profile {
    margin-bottom: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-file__input {
    display: none;
}

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

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

    .form__col {
        padding: 0 20px;
    }

    .form__field {
        margin-top: 24px;
    }

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

    .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 {
        position: relative;
        flex-grow: 1;
        margin: 0;
    }

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

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

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

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

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

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

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

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

    .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 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 55px;
        padding-top: 24px;
    }

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

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

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

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

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

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

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

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

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

    .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 {
        font-size: 14px;
        line-height: 20px;
        align-items: flex-start;
    }

    .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: 300px;
        padding: 16px;
    }

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

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

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

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

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

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

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

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

    .form-file__input {
        display: none;
    }
}

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

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

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

    .form--store-index .form__button {
        width: 280px;
        margin: 24px 0 0;
        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__link {
        margin: 10px 0;
        white-space: nowrap;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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 {
        margin: 0 0 1em;
        padding-bottom: 14px;
    }

    .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 {
        align-items: center;
        flex-flow: column nowrap;
        margin: 30px 0 25px;
        padding-top: 33px;
    }

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

    .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 {
        padding: 24px 36px;
        border: 4px solid #d71921;
    }

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

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

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

@-moz-keyframes spin {
    0% {
        transform: rotate(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 {
    position: relative;
    z-index: 99;
    display: block;
    height: 104px;
    background: #ffffff;
}

.header__wrap {
    position: relative;
    color: #000000;
    background: #ffffff;
}

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

.header__main {
    display: flex;
    align-items: center;
    height: 104px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .5);
}

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

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

.guest .header__burger {
    color: #ffffff;
}

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

.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 {
    width: 280px;
}

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

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

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

    .header__main {
        height: 72px;
    }

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

    .is-logged .header__logo {
        width: 184px;
    }
}

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

.history-banner {
    position: relative;
}

.history-banner__wrap {
    position: relative;
    padding: 70px 0 0;
}

.history-banner__title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
}

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

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

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

.history-banner__text {
    font-size: 25px;
    line-height: 1.16;
    margin-right: -35px;
    margin-bottom: 88px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
}

.history-banner__image {
    display: block;
}

.history-banner__image img {
    width: 98%;
    transform: translateX(-1.5%);
}

.history-banner--index {
    position: relative;
    background: url(../images/equalizer-bg.png) 50% 0 no-repeat;
    background-size: cover;
}

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

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

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

.history-banner--index .history-banner__col--text {
    margin-top: 0;
    padding-left: 76px;
}

.history-banner--index .history-banner__image {
    overflow: hidden;
    width: 100%;
    margin-bottom: -10px;
    opacity: .8;
}

.history-banner--index .history-banner__image img {
    width: 180%;
    max-width: none;
    transform: translateX(-6%)
}

.history-banner--index .history-banner__title {
    font-size: 75px;
    line-height: 1.11;
    margin: 0 0 .35em;
    text-align: left;
}

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

.history-timeline {
    position: relative;
    padding: 87px 0 120px;
}

.history-timeline__wrap {
    position: relative;
}

.history-timeline__title {
    font-size: 80px;
    margin: 0 0 1.55em;
}

.history-timeline-card {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 389px;
    height: 100%;
}

.history-timeline-card::before {
    position: absolute;
    top: 105px;
    left: 50%;
    display: block;
    width: 1px;
    height: 64px;
    content: '';
    background-color: #000000;
}

.history-timeline-card::after {
    position: absolute;
    top: 137px;
    left: 100%;
    display: block;
    width: 1px;
    height: 32px;
    margin-left: 14px;
    content: '';
    background-color: #000000;
}

.history-timeline-card__year {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    flex-shrink: 0;
    margin-bottom: 170px;
    transition: opacity .3s;
    text-align: center;
    opacity: .2;
    color: #16446e;
}

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

.history-timeline-card__image {
    line-height: 0;
    max-width: 100%;
}

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

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

.history-timeline-card--2020::after {
    display: none;
}

.active .history-timeline-card__year {
    opacity: 1;
}

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

    .history-banner__title {
        font-size: 64px;
        line-height: 1.2;
        margin: 0 0 1em;
    }

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

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

    .history-banner__text {
        font-size: 24px;
        line-height: 1.25;
        position: relative;
        z-index: 2;
        margin-right: -30px;
        margin-bottom: 50px;
    }

    .history-banner__image {
        display: block;
    }

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

    .history-banner--index .history-banner__wrap {
        padding: 75px 0 50px;
    }

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

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

    .history-banner--index .history-banner__image {
        width: 123%;
        margin-bottom: 0;
        margin-left: -23%;
    }

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

    .history-banner--index .history-banner__content {
        margin-top: 106px;
    }

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

    .history-banner--index .history-banner__link {
        font-size: 24px;
    }

    .history-timeline {
        padding: 75px 0 120px;
    }

    .history-timeline__title {
        font-size: 64px;
        line-height: 1.2;
        margin: 0 0 .7em;
    }

    .history-timeline-card {
        width: 304px;
    }

    .history-timeline-card::before {
        top: 87px;
        height: 40px;
    }

    .history-timeline-card::after {
        top: 95px;
        height: 32px;
    }

    .history-timeline-card__year {
        font-size: 64px;
        line-height: 1.2;
        margin: 0 0 128px
    }
}

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

    .history-banner__title {
        font-size: 48px;
        line-height: 1.2;
        margin: 0 0 .2em;
    }

    .history-banner__text {
        font-size: 16px;
        margin-bottom: 42px;
    }

    .history-banner__image {
        display: block;
    }

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

    .history-banner--index .history-banner__wrap {
        padding: 67px 0 60px;
    }

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

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

    .history-banner--index .history-banner__image {
        width: 117%;
        margin-left: -13%;
    }

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

    .history-banner--index .history-banner__content {
        margin-top: 57px;
    }

    .history-banner--index .history-banner__title {
        font-size: 30px;
        line-height: 1.15;
        margin: 0 0 .65em;
    }

    .history-banner--index .history-banner__link {
        font-size: 20px;
    }

    .history-timeline {
        padding: 50px 0 80px;
    }

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

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

    .history-banner__title {
        font-size: 36px;
        line-height: 1.2;
        margin: 0 -10px .8em 0;
    }

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

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

    .history-banner__col--image {
        order: -1;
    }

    .history-banner__text {
        margin: 20px 0 0;
    }

    .history-banner__image img {
        width: 190%;
        transform: translateX(-2%);
    }

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

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

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

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

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

    .history-banner--index .history-banner__image {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

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

    .history-banner--index .history-banner__content {
        margin-top: 0;
    }

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

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

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

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

    .history-timeline-card::before {
        top: 70px;
    }

    .history-timeline-card::after {
        top: 78px;
    }

    .history-timeline-card__year {
        font-size: 36px;
        line-height: 1.2;
        margin: 0 0 144px
    }
}

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

.container {
    position: relative;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
}

.container.container-no-max {
    max-width: 100%;
}

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

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

.main {
    flex-grow: 1;
}

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

.warning {
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-height: 112px;
    text-align: center;
    text-transform: uppercase;
    border: 7px solid #000000;
    background-color: #ffffff;
}

.hidden {
    display: none;
}

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

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

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

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

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

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

.nav__links {
    white-space: nowrap;
}

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

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

.nav__link--user span:last-child {
    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 {
    margin-left: 7px;
    fill: currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .guest #menu-header-menu .menu-item-description {
        padding: 8px 4px;
        text-align: left;
        color: #ffffff;
    }

    .guest #menu-header-menu .nav-menu__link {
        color: #ffffff;
    }
}

@media only screen and (max-width: 1023px) {
    .nav {
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 100%;
        display: flex;
        align-items: stretch;
        flex-flow: column nowrap;
        width: 100%;
        height: calc(100vh - 72px);
        margin: 0;
        padding: 36px 62px 196px;
        transition: transform .3s;
        transform: translateX(0);
        background: #ffffff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    }

    .guest .nav {
        background: #1c1b1c;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.not-found {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 130px 0 200px;
    color: #ffffff;
    background-size: cover;
}

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

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

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

.not-found__text {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.11;
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

.not-found-banner {
    color: #ffffff;
    background-size: cover;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

.not-found-banner--index {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #0f304d;
}

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

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

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

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

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

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

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

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

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

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

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

.package__image img {
    width: 108%;
    max-width: 380px;
}

.package__content {
    width: 50%;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
}

.package__title {
    font-size: 76px;
    line-height: 1.18;
    margin: 0 0 .25em;
}

.package__text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.38;
    max-width: 628px;
    margin: 0 auto 56px;
}

.package__controls {
    margin-top: 88px;
}

.package__controls--mobile {
    display: none;
}

.package__button {
    width: 350px;
}

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

    .package__image img {
        width: 124%;
    }

    .package__image:first-child img {
        transform: translateX(-20%);
    }

    .package__content {
        padding: 0 40px;
    }

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

    .package__title br {
        display: none;
    }

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

    .package__controls {
        margin-top: 64px;
    }

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

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

    .package__image {
        margin: 0;
    }

    .package__image img {
        width: 145%;
        transform: translateX(-8%);
    }

    .package__image:first-child img {
        transform: translateX(-26%);
    }

    .package__content {
        margin-top: 0;
        padding: 0 12px;
    }

    .package__controls {
        margin-top: 55px;
    }
}

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

    .package__image {
        width: 50%;
        margin: 0 auto;
        padding: 0 16px;
    }

    .package__image img {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        transform: translateX(0);
    }

    .package__image:first-child img {
        transform: translateX(0);
    }

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

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

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

    .package__controls {
        display: none;
    }

    .package__controls--mobile {
        display: block;
        margin: 10px 0 30px;
        text-align: center;
    }

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

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

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

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

.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 {
        font-size: 30px;
        line-height: 1.13;
        height: 140px;
        padding: 54px 50px;
    }
}

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

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

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

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

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

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

.popup__title {
    margin-bottom: 10px;
}

.popup__text p {
    margin: 1.5em 0;
}

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

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

.popup__controls {
    margin-top: 35px;
}

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

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

.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__controls {
    display: flex;
    margin-top: 50px;
}

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

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

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

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

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

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

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

    .popup__close {
        right: 20px;
    }

    .popup--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 {
        max-width: 300px;
        padding: 48px 20px 32px;
    }

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

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

.btn-submit {
    display: block;
    padding: 18px 28px;
    white-space: nowrap;
    border-radius: 30px;
}

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

.btn-white {
    color: #000000;
    background-color: #ffffff;
}

.btn-discover {
    display: block;
    padding: 15px 50px;
    color: #276087;
    border: 2px solid #276087;
    border-radius: 30px;
    background-color: #ffffff;
}

.btn-red {
    color: #ffffff;
    background-color: #1b435f;
}

.find-store-form {
    padding-top: 30px;
}

.find-store-form .form--store-index .form__input {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    border: none;
}

.find-store-form .search-wrapper {
    display: none;
    width: 100%;
    margin-right: 25px;
    border-radius: 34px;
    background-color: #ffffff;
}

.products-sect__wrap .store-finder-form__input.pac-target-input,
.products-sect__wrap .pac-target-input,
.products-sect__wrap .store-finder-form__input {
    margin: 0 !important;
    padding-left: 40px;
}

.find-store-form .svg-icon {
    float: right;
    margin-top: -46px;
    margin-right: 25px;
}

@media only screen and (max-width: 1023px) {
    .find-store-form .btn-submit {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .find-store-form {
        display: flex;
        max-width: 80%;
        margin: 0 auto;
    }

    .find-store-form .search-wrapper {
        display: block;
        flex: 1;
    }

    .btn-submit {
        display: inline-block;
    }

    .btn-discover {
        display: inline-block;
    }
}


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

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

.core-std-toggle-wrap a.active {
    color: #ffffff;
    background-color: #1b435f;
}

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

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

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

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

.core-prods {
    padding: 98px 0 118px;
    text-align: center;
}


/* hero */

.hero {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.352em;
    text-transform: uppercase;
}

.bg-dark-overlay {
    background: rgba(0, 0, 0, .80);
    background-blend-mode: multiply;
}

.bg-dark {
    background: #1c1b1c;
}

.bg-watermark-dark {
    background-color: #1c1b1c;
    background-image: url('../images/watermark_background_black_desktop.png');
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
}

.bg-watermark-light {
    background-color: #ffffff;
    background-image: url('../images/watermark_background_white_desktop-2.png');
    background-repeat: repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 48px;
    text-shadow: 0 4px 5px rgb(0 0 0 / 74%);
}

#hero-section {
    min-height: calc(55vw);
}

.hero-image {
    position: absolute;
    top: 85px;
    left: 0;
    width: auto;
    max-width: 100%;
    height: 60vw;
    z-index: 1;
}

.hero-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 55vw;
}

.home .hero-text {
    position: relative;
    width: 65%;
    margin-left: 32%;
    padding-right: 85px;
    z-index: 2;
}

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

.products-sect__title {
    font-size: 68px;
    line-height: 1.07;
    margin: 0 0 .8em;
}

.products-sect__wrap {
    margin-bottom: 42px;
    padding: 80px 0 70px;
    background: url(../images/products-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.products-sect__wrap:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

.products-sect--index {
    padding-right: 30px;
    padding-left: 30px;
    color: #ffffff;
    background-size: cover;
}

.products-sect--index .products-sect__wrap {
    margin: 0;
    padding: 100px 0 55px;
    background: 0 0;
}

.products-sect--index .products-sect__main {
    width: 55%;
    margin: 0 auto;
}

.products-sect--index .products-sect__title {
    font-size: 100px;
    line-height: 1;
    margin: 0 0 .26em;
    text-shadow: 0 4px 5px rgba(0, 0, 0, .74);
}

.products-sect--index .products-card {
    max-width: none;
    padding: 0;
    text-align: center;
}

.products-sect--index .products-card__image {
    position: static;
    width: 100%;
    max-width: 820px;
    padding-bottom: 0;
    transform: none;
}

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

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

.products-sect--inner .products-sect__top {
    padding: 50px 0;
}

.products-sect--inner .products-sect__wrap {
    margin-bottom: 96px;
    padding: 75px 0 0;
    background: url(../images/equalizer-bg.png) 50% 100% no-repeat;
    background-size: cover;
}

.products-sect--inner .products-sect__list {
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
}

.products-sect--inner .products-sect__item {
    flex-shrink: 0;
    width: 466px;
    margin-right: 70px;
    padding: 0;
}

.products-sect--inner .products-sect__item:last-child {
    margin-right: 0;
}

.products-sect--inner .products-sect__title {
    margin: 0 0 .33em;
}

.products-sect--inner .products-sect__controls {
    display: block;
    margin-top: 70px;
}

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

.products-sect--inner .products-sect__scroll::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: rgba(0, 0, 0, .4);
}

.products-sect--inner .products-sect__scroll-button {
    position: absolute;
    width: 180px;
    height: 19px;
    border-radius: 10px;
    background-color: #000000;
}

.products-sect--inner .products-card {
    color: #000000;
}

.products-sect--inner .products-card__title {
    margin: 0 0 40px;
}

.products-sect--inner .products-card__title img {
    width: 196px;
}

.products-card {
    display: block;
    width: 50%;
    margin: 0 auto;
    transition: transform .3s;
    text-align: center;
    text-decoration: none;
    will-change: transform;
}

.products-card__image {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    transition: transform .3s;
    transform: translateX(-8%);
}

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

.products-card__image-item--old {
    opacity: 0;
}

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

.products-card__title img {
    display: block;
    margin: 0 0 5px;
    text-align: center;
}

.products-card__scale {
    line-height: 0;
    margin: 20px 0 0;
}

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

.products-card__strength-title {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}

.products-card__strength span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px;
    border-radius: 100%;
    background-color: #6c6c6c;
}

.products-card__strength span.full {
    background-color: #1b435f;
}

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

    .products-card:hover .products-card__image-item--new {
        opacity: 0;
    }

    .products-card:hover .products-card__image-item--old {
        opacity: 1;
    }
}

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

    .products-sect__wrap:last-child {
        margin-bottom: 0;
    }

    .products-sect__top {
        padding: 41px 0;
    }

    .products-sect__title {
        font-size: 64px;
        line-height: 1.2;
    }

    .products-sect--index .products-sect__wrap {
        padding: 48px 0 56px;
    }

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

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

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

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

    .products-sect--index .products-card__button {
        max-width: 280px;
        padding: 16px 16px;
    }

    .products-sect--inner .products-sect__top {
        padding: 90px 0 40px;
    }

    .products-sect--inner .products-sect__wrap {
        padding: 32px 0 80px;
    }

    .products-sect--inner .products-sect__title {
        font-size: 64px;
        line-height: 1.2;
        margin: 0;
    }

    .products-sect--inner .products-sect__item {
        width: 305px;
        margin-right: 30px;
    }

    .products-sect--inner .products-sect__controls {
        margin-top: 60px;
    }

    .products-card__image {
        max-width: 240px;
    }

    .products-card__title {
        margin-bottom: 70px;
    }

    .products-card__scale {
        margin: 60px 0 0;
    }
}

@media only screen and (max-width: 1023px) {
    .products-sect__wrap {
        margin-bottom: 24px;
        padding: 56px 0 54px;
    }

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

    .products-sect--index .products-sect__wrap {
        padding: 62px 0 57px;
    }

    .products-sect--index .products-sect__title {
        font-size: 48px;
        margin: 0 0 .6em;
    }

    .products-sect--index .products-sect__main {
        width: 65%;
    }

    .products-sect--index .products-card__control {
        margin-top: 0;
    }

    .products-sect--inner .products-sect__top {
        padding: 45px 0 30px;
    }

    .products-sect--inner .products-sect__wrap {
        padding: 30px 0 60px;
    }

    .products-sect--inner .products-sect__title {
        font-size: 48px;
        line-height: 1.2;
        margin: 0;
    }

    .products-sect--inner .products-sect__item {
        width: 192px;
        margin-right: 32px;
    }

    .products-sect--inner .products-sect__controls {
        margin-top: 43px;
    }

    .products-sect--inner .products-card__image {
        max-width: 150px;
    }

    .products-sect--inner .products-card__title {
        margin-bottom: 62px;
    }

    .products-sect--inner .products-card__title img {
        width: 164px;
        margin: 0 0 9px;
    }

    .products-card__title {
        margin: 0 0 56px;
    }

    .products-card__image {
        max-width: 150px;
    }

    .products-card__scale {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .products-sect__wrap {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .products-sect__title {
        font-size: 48px;
        line-height: 1.11;
        margin: 0 0 .8em;
        text-align: left;
    }

    .products-sect__title span {
        font-size: 36px;
    }

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

    .products-sect__list {
        display: block;
        margin: 0 -16px;
    }

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

    .products-sect__item:last-child {
        margin-bottom: 0;
    }

    .products-sect__controls {
        display: block
    }

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

    .products-sect--index .products-sect__main {
        overflow: hidden !important;
    }

    .products-sect--index .products-sect__list {
        flex-wrap: wrap;
        margin: 0 -16px;
    }

    .products-sect--index .products-sect__item {
        width: 100%;
        margin-top: 55px;
        padding: 0 16px;
    }

    .products-sect--index .products-sect__item:first-child {
        margin-top: 0;
    }

    .products-sect--index .products-sect__title {
        margin: 0 0 1.5em;
        text-align: left;
    }

    .products-sect--index .products-card {
        width: 100%;
        min-width: 0;
        max-width: 320px;
        padding: 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 {
        top: 40px;
        right: 20px;
        left: 20px;
        align-items: flex-start;
        flex-flow: column nowrap;
        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 {
        max-width: 280px;
        transform: translate3d(0, 0, 0) !important;
    }

    .products-card__image {
        transform: scale(1) !important;
    }

    .products-bg__image {
        width: 300%;
        transition: transform .3s;
    }

    .products-sect__scroll-button {
        display: none;
    }
}

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

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

.products-detail__wrap {
    position: relative;
    padding: 98px 0 16px;
}

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

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

.products-detail__col--image {
    position: relative;
    padding-bottom: 50px;
}

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

.products-detail__slider {
    max-width: 464px;
    margin: 0 auto -50px;
}

.products-detail__link {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}

.products-detail__link .svg-icon {
    margin-right: 18px;
    fill: currentColor;
}

.products-detail__link--back {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    color: #000000;
}

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

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

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

.products-detail__properties {
    margin-top: 6px;
}

.products-detail__image {
    line-height: 0;
    display: block;
    margin: 40px -20px 21px -6px;
}

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

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

.products-detail__note {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.products-detail-info {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    margin: 0 0 21px;
}

.products-detail-info:last-child {
    margin-bottom: 0;
}

.products-detail-info__icon {
    line-height: 0;
    overflow: hidden;
    flex-shrink: 0;
    width: 98px;
    height: 98px;
    margin-left: -155px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #231f20;
}

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

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

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

    .products-detail__col--image {
        width: 50%;
        padding-right: 16px;
        padding-bottom: 0;
        padding-left: 16px;
    }

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

    .products-detail__slider {
        max-width: 380px;
        margin: 34px 0 -14px;
    }

    .products-detail__link {
        font-size: 20px;
        line-height: 1.2;
    }

    .products-detail__link .svg-icon {
        margin-right: 12px;
    }

    .products-detail__link--back {
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 60px;
    }

    .products-detail__link--package {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0;
    }

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

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

    .products-detail__properties {
        margin-top: 30px;
    }

    .products-detail__image {
        max-width: 365px;
        margin: 43px auto 0;
    }

    .products-detail__controls {
        margin: 46px 0 0;
    }

    .products-detail__button {
        min-width: 300px;
    }

    .products-detail__note {
        font-size: 15px;
        position: static;
        margin: 15px 0 0;
    }

    .products-detail-info {
        font-size: 20px;
        line-height: 1.2;
        margin: 0 0 30px;
    }

    .products-detail-info__icon {
        width: 56px;
        height: 56px;
        margin-left: -74px;
    }

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

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

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

    .products-detail__slider {
        max-width: 245px;
        margin: 56px 0 5px;
    }

    .products-detail__link--back {
        margin-bottom: 50px;
    }

    .products-detail__link--package {
        margin: 25px 0 0;
    }

    .products-detail__main {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 0;
        padding-left: 0;
    }

    .products-detail__title {
        font-size: 48px;
        line-height: 1.11;
        margin: 0 0 .25em;
    }

    .products-detail__properties {
        margin-top: 45px;
    }

    .products-detail__image {
        max-width: 280px;
        margin: 23px auto 0;
    }

    .products-detail__controls {
        margin: 68px 0 0;
    }

    .products-detail__button {
        min-width: 300px;
    }

    .products-detail__note {
        font-size: 15px;
        margin: 10px 0 0;
    }

    .products-detail-info {
        margin: 0 0 25px;
    }

    .products-detail-info__icon {
        margin-left: 0;
    }

    .products-detail-info__content p {
        margin: .8em 0;
    }
}

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

    .products-detail__row {
        flex-flow: column nowrap;
    }

    .products-detail__col--image {
        width: 100%;
        padding-right: 16px;
        padding-bottom: 0;
        padding-left: 16px;
        text-align: center;
    }

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

    .products-detail__slider {
        max-width: 250px;
        margin: 53px auto 0;
    }

    .products-detail__link--back {
        margin-bottom: 30px;
    }

    .products-detail__link--package {
        margin: 32px 0 0;
    }

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

    .products-detail__title {
        font-size: 48px;
        line-height: 1.11;
    }

    .products-detail__properties {
        margin-top: 35px;
    }

    .products-detail__image {
        margin: 36px auto 0;
    }

    .products-detail__controls {
        margin: 40px 0 0;
    }

    .products-detail__button {
        min-width: 280px;
    }

    .products-detail__note {
        font-size: 15px;
        position: static;
        margin: 15px 0 0;
    }

    .products-detail-info {
        font-size: 20px;
        line-height: 1.2;
        align-items: center;
        flex-flow: column nowrap;
        margin: 0 0 33px;
    }

    .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 .6em;
    }

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

    .products-detail-info__content p {
        margin: 1.4em 0;
    }
}

.rating {
    display: inline-flex;
    white-space: nowrap;
}

.rating__item {
    line-height: 0;
    position: relative;
    width: 32px;
    height: 28px;
    margin-left: 8px;
    color: currentColor;
}

.rating__item .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    fill: currentColor;
}

.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+5) .svg-icon {
    opacity: 1;
}

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

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

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

.rating[data-rating='6'] .rating__item .svg-icon {
    opacity: 1;
}

@media only screen and (max-width: 1440px) {
    .rating {
        display: inline-flex;
        white-space: nowrap;
    }

    .rating__item {
        position: relative;
        width: 27px;
        height: 24px;
        margin-left: 7px;
        color: currentColor;
    }

    .rating__item .svg-icon {
        width: 100%;
        height: 100%;
    }
}

.sitemap {
    display: flex;
    overflow-y: auto;
    flex-flow: column nowrap;
    flex-grow: 1;
    color: #000000;
    background-color: #ffffff;
}

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

.sitemap__logo {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.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;
    font-weight: 400;
    line-height: 1.33;
    color: #000000;
}

@media only screen and (min-width: 1024px) {
    .sitemap__link:hover {
        opacity: 1;
        color: #16446e;
    }
}

@media only screen and (max-width: 1023px) {
    .sitemap__list {
        column-count: 1;
    }
}

.slider {
    position: relative;
    width: 100%;
}

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

.slider__item {
    flex-shrink: 0;
}

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

.slider__scroll::before {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: rgba(0, 0, 0, .3);
}

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

.slider--tobacco {
    margin: 35px 0;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

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

.slider--history {
    position: relative;
}

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

.slider--history .slider__item {
    margin: 0 30px 0 0;
}

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

.slider--history .slider__scroll {
    position: absolute;
    z-index: 2;
    top: 192px;
    left: 0;
    width: 100%;
}

.slider--history .slider__scroll::before {
    background-color: #000000;
}

.slider--history .slider__scroll-button {
    background-color: #000000;
}

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

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

    .slider--history .slider__item {
        margin: 0 32px 0 0;
    }

    .slider--history .slider__scroll {
        top: 152px;
        height: 12px;
    }

    .slider--history .slider__scroll::before {
        top: 6px;
    }

    .slider--history .slider__scroll-button {
        position: absolute;
        height: 12px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider__scroll {
        height: 12px;
    }

    .slider__scroll::before {
        top: 6px;
    }

    .slider__scroll-button {
        position: absolute;
        height: 12px;
        border-radius: 6px;
    }

    .slider--tobacco {
        margin: 17px 0 0;
    }

    .slider--tobacco .slider__wrap {
        padding: 16px 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    .slider--tobacco .slider__wrap {
        padding: 24px 0 32px;
    }

    .slider--history .slider__item {
        margin: 0 16px 0 0;
    }

    .slider--history .slider__scroll {
        top: 134px;
    }
}

.socials {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    display: flex;
    align-items: center;
}

.socials__list {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.socials__link {
    display: flex;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-left: 10px;
    transition: border-color .3s, color .3s;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
}

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

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

@media only screen and (min-width: 1024px) {
    .socials__link:hover {
        color: #16446e;
        border: 1px solid rgba(22, 68, 110, .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: 767px) {
    .socials {
        align-items: flex-start;
        flex-flow: column nowrap;
    }

    .socials__list {
        margin: 7px 0 0;
    }
}

.start__wrap {
    padding: 53px 0 130px;
}

.start--initial .start-head__wrap {
    padding: 58px 0 90px;
}

.start--initial .start-head__row {
    display: flex;
    align-items: flex-end;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.start--initial .start-head__col--main {
    width: 75%;
    padding-right: 16px;
    padding-left: 16px;
}

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

.start--initial .start-head__link {
    font-size: 18px;
    display: inline-block;
    margin: 54px 0 163px;
    text-transform: uppercase;
}

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

.start--initial .start-head__button {
    width: 100%;
    max-width: 350px;
    margin-left: 14px;
}

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

.start--reg .start-head__wrap {
    padding: 66px 0 43px;
}

.start--reg .start-head__title {
    margin: 0 0 .1em;
}

.start--reg .start-head__subtitle {
    margin: 84px 0 0;
}

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

.start--login .start-head__title {
    margin-bottom: .25em;
}

.start--verification .start-head__wrap {
    padding: 220px 0 245px;
}

.start--verification .start-head__content {
    max-width: 1120px;
}

.start--verification .start-head__title {
    margin-bottom: .35em;
}

.start--password .start-head__wrap {
    padding: 63px 0 103px;
}

.start--password .start-head__title {
    margin-bottom: .25em;
}

.start--password .start-head__text {
    max-width: 960px;
}

.start--password .start-head__form {
    margin-top: 38px;
}

.start-head {
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
    background: rgba(0, 0, 0, .89);
}

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

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

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

.start-head-control {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin-left: auto;
    text-align: right;
    color: #ffffff;
}

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

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

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

.start-contacts {
    font-size: 18px;
    padding-left: 32px;
    border-left: 5px solid currentColor;
}

.start-contacts__title {
    margin: 0 0 1.2em;
}

.start-contacts__controls {
    display: flex;
}

.start-contacts__link {
    margin-left: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.start-contacts__link:first-child {
    margin-left: 0;
}

.start-contacts__icon {
    display: flex;
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border: 4px solid currentColor;
    border-radius: 50%;
}

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

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

    .start--initial .start-head__wrap {
        padding: 50px 0 52px;
    }

    .start--initial .start-head__title {
        margin: 0 0 .35em;
    }

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

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

    .start--initial .start-head__button {
        max-width: 305px;
        margin-left: 30px;
        padding: 14px 60px;
    }

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

    .start--reg .start-head__wrap {
        padding: 40px 0 23px;
    }

    .start--reg .start-head__title {
        font-size: 90px;
        margin: 0 0 .05em;
    }

    .start--reg .start-head__subtitle {
        margin: 68px 0 0;
    }

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

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

    .start--password .start-head__title {
        margin: 0 0 .3em;
    }

    .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__content {
        max-width: 890px;
    }

    .start--verification .start-head__title {
        margin-bottom: .2em;
    }

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

    .start-head__text {
        letter-spacing: -.03em;
    }

    .start-head-control {
        top: 40px;
    }

    .start-contacts {
        padding-left: 24px;
        border-left: 2px solid currentColor;
    }

    .start-contacts__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .start-contacts__link {
        margin-left: 28px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .start-contacts__link:first-child {
        margin-left: 0;
    }

    .start-contacts__icon {
        width: 72px;
        height: 72px;
        margin: 0 auto 16px;
        border-radius: 50%;
    }

    .start-contacts__icon .svg-icon {
        transform: scale(.8);
    }
}

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

    .start--initial .start-head__title {
        margin: 0 0 .2em;
    }

    .start--initial .start-head__col--main {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .start--initial .start-head__col--side {
        width: 100%;
        margin-top: 55px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .start--initial .start-head__link {
        margin: 14px 0 36px;
    }

    .start--reg .start-head__wrap {
        padding: 40px 0 15px;
    }

    .start--reg .start-head__title {
        font-size: 56px;
        margin: 0 0 .1em;
    }

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

    .start--reg .start-head__subtitle {
        margin: 34px 0 0;
    }

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

    .start--password .start-head__title {
        max-width: 100%;
    }

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

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

    .start--verification .start-head__wrap {
        padding: 262px 0 190px;
    }

    .start--verification .start-head__title {
        font-size: 50px;
    }

    .start--verification .start-head__text br {
        display: none;
    }

    .start--verification .start-head-control {
        position: absolute;
        top: 56px;
        right: auto;
        left: 0;
        text-align: left;
    }

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

    .start-head__title {
        font-size: 56px;
    }

    .start-head-control {
        position: static;
        display: inline-block;
        text-align: left;
    }
}

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

    .start--initial .start-head__title {
        margin: 0 0 .65em;
    }

    .start--initial .start-head__col--side {
        margin-top: 48px;
    }

    .start--initial .start-head__link {
        margin: 14px 0 43px;
    }

    .start--initial .start-head__controls {
        flex-flow: column nowrap;
    }

    .start--initial .start-head__button {
        min-width: 280px;
        margin: 8px 0 0;
        padding: 14px 20px;
    }

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

    .start--reg .start-head__wrap {
        padding: 40px 0 15px;
    }

    .start--reg .start-head__title {
        font-size: 40px;
        margin: 0 0 .25em;
    }

    .start--login .start-head__title {
        font-size: 44px;
        margin: 0 0 .35em;
    }

    .start--password .start-head__title {
        font-size: 44px;
        margin: 0 0 .35em;
    }

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

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

    .start--verification .start-head__title {
        font-size: 36px;
        margin-bottom: .7em;
    }

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

    .start-head__title {
        font-size: 40px;
    }

    .start-head__title br {
        display: none;
    }

    .start-head__text {
        line-height: 1.2;
    }
}

.store-finder__wrap {
    padding: 50px 0 100px;
    text-align: center;
}

.store-finder__title {
    font-size: 95px;
    line-height: .95;
    margin: 0 0 .4em;
    text-transform: uppercase;
}

.store-finder__controls {
    margin-top: 100px;
    text-align: left;
}

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

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

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

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

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

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

.store-finder-form {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 550px;
    margin: 46px 48px;
}

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

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

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

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

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

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

.store-finder-form__button--reset {
    display: none;
    cursor: pointer;
}

.store-finder-form__button .svg-icon {
    max-height: 20px;
    margin-top: 8px;
    fill: #ffffff;
}

.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 {
    max-width: 240px;
    padding: 10px;
}

.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 {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.store-finder-map-card__link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.store-finder-map-card__button {
    display: flex;
    width: 52px;
    height: 52px;
    margin-left: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}

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

.store-finder-map-card__button:first-child {
    margin-left: 0;
}

.store-finder-list {
    display: none;
}

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

.store-finder-list__item:first-child {
    border-top: none;
}

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

.store-finder-card {
    display: flex;
    align-items: center;
    padding: 25px 0 35px;
}

.store-finder-card__main {
    flex-grow: 1;
}

.store-finder-card__title {
    font-size: 32px;
    margin: 0;
}

.store-finder-card__controls {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.store-finder-card__link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
}

.store-finder-card__button {
    display: flex;
    width: 52px;
    height: 52px;
    margin-left: 18px;
    transition: border-color .3s, background-color .3s, color .3s;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}

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

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

    .store-finder__link:hover .faq__link-icon {
        color: #ffffff;
        background-color: #000000;
    }

    .store-finder-card__button:hover,
    .store-finder-map-card__button:hover {
        opacity: 1;
        color: #ffffff;
        border-color: #000000;
        background-color: #000000;
    }

    .store-finder-form__button--reset:hover {
        color: #16446e;
    }
}

@media only screen and (max-width: 1440px) {
    .store-finder__wrap {
        padding: 92px 0 50px;
    }

    .store-finder__title {
        font-size: 72px;
        line-height: 1.2;
        margin: 0 0 .75em;
        text-transform: uppercase;
    }

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

    .store-finder__link-icon .svg-icon {
        transform: scale(.8);
    }

    .store-finder-form {
        width: 480px;
        margin: 40px;
    }

    .store-finder-form__input {
        padding-right: 60px;
    }

    .store-finder-form__control {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .store-finder-form__button .svg-icon {
        transform: scale(.75);
        transform-origin: 0 0;
    }

    .store-finder-list__title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .store-finder-card {
        align-items: center;
        padding: 16px 0 13px;
    }

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

    .store-finder__title {
        font-size: 48px;
        line-height: 1.2;
        margin: 0 0 .7em;
    }

    .store-finder-map {
        height: auto;
    }

    .store-finder-map #map {
        height: 440px;
    }

    .store-finder-form {
        position: relative;
        width: 100%;
        margin: 0 0 24px;
    }
}

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

    .store-finder__title {
        font-size: 36px;
        line-height: 1.2;
        margin: 0 0 .9em;
    }

    .store-finder__link {
        line-height: 1.2;
        align-items: flex-start;
    }

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

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

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

    .store-finder-card {
        font-size: 14px;
        line-height: 20px;
        align-items: flex-start;
        flex-flow: column nowrap;
        padding: 24px 0;
    }

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

    .store-finder-card__button:first-child {
        margin-left: 0;
    }
}

.subscribe {
    width: 100%;
    max-width: 425px;
}

.subscribe__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 1em;
    text-align: left;
    letter-spacing: 0.22em;

}

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

.tobacco-banner {
    margin-top: -186px;
    color: #000000;
    background: url(../images/equalizer-bg.png) 50% -15% no-repeat;
    background-size: 100% auto;
}

.tobacco-banner__wrap {
    padding: 215px 0 110px;
}

.tobacco-banner__title {
    font-size: 90px;
    line-height: .97;
    max-width: 1300px;
    margin: 0 0 1em;
}

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

.tobacco-banner--index .tobacco-banner__wrap {
    padding: 108px 0 43px;
}

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

.tobacco-banner--index .tobacco-banner__title {
    font-size: 100px;
    line-height: 1;
    max-width: none;
    margin: 0 0 .35em;
    text-shadow: 0 4px 5px rgba(0, 0, 0, .74)
}

.tobacco-banner--index .tobacco-banner__controls {
    line-height: 0;
    margin-top: 60px;
    text-align: center;
}

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

.tobacco-banner-images {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    margin: 0 -16px;
}

.tobacco-banner-images__item {
    line-height: 0;
    width: 50%;
    padding: 0 16px;
}

.tobacco-banner-images__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tobacco-intro {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 61.75%;
    background: url(../images/tobacco-intro-bg.jpg) 50% 50% no-repeat;
    background-size: 100% auto
}

.tobacco-intro__wrap {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 4.2% 0 0;
}

.tobacco-intro__title {
    font-size: 100px;
    font-weight: 700;
    line-height: .8;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.tobacco-process {
    overflow: hidden;
    background-size: cover;
}

.tobacco-process__title {
    font-size: 80px;
    line-height: 1;
    max-width: 924px;
    margin: 0 0 .15em;
}

.tobacco-process__text {
    font-size: 30px;
    line-height: 1.2;
}

.tobacco-process-card__title {
    font-size: 45px;
    line-height: 1;
    margin: 0 0 .55em;
}

.tobacco-process-card__image {
    line-height: 0;
    display: block;
}

.tobacco-process-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
}

.tobacco-process-card__note {
    font-size: 13px;
    margin-top: 20px;
}

.tobacco-process-card--step1 {
    display: flex;
    margin-right: 5vw;
}

.tobacco-process-card--step1 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 23vw;
    margin-top: 38px;
    margin-right: 2vw;
}

.tobacco-process-card--step1 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 41.5vw;
}

.tobacco-process-card--step2 {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 5vw;
}

.tobacco-process-card--step2 .tobacco-process-card__image {
    order: -1;
    width: 33.5vw;
}

.tobacco-process-card--step2 .tobacco-process-card__main {
    width: 20vw;
    margin-top: 50px;
}

.tobacco-process-card--step3 {
    display: flex;
    margin-right: 5.5vw;
}

.tobacco-process-card--step3 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 23vw;
    margin-top: 25px;
    margin-right: 2vw;
}

.tobacco-process-card--step3 .tobacco-process-card__title {
    max-width: 80%;
}

.tobacco-process-card--step3 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 41.5vw;
}

.tobacco-process-card--step4 {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 5.5vw;
}

.tobacco-process-card--step4 .tobacco-process-card__image {
    order: -1;
    width: 33.2vw;
}

.tobacco-process-card--step4 .tobacco-process-card__main {
    position: relative;
    width: 32vw;
    margin-top: 52px;
}

.tobacco-process-card--step4 .tobacco-process-card__title span {
    position: absolute;
    left: 0;
}

.tobacco-process-card--step5 {
    display: flex;
    margin-right: 0 !important;
}

.tobacco-process-card--step5 .tobacco-process-card__main {
    flex-shrink: 0;
    width: 23vw;
    margin-top: 34px;
    margin-right: 2vw;
}

.tobacco-process-card--step5 .tobacco-process-card__image {
    flex-shrink: 0;
    width: 41vw;
}

@media only screen and (max-width: 1440px) {
    .tobacco-banner {
        min-height: 424px;
        margin-top: 0;
        background-position: 50% 0;
    }

    .tobacco-banner__wrap {
        padding: 72px 0 80px;
    }

    .tobacco-banner__title {
        font-size: 64px;
        line-height: 1.2;
        max-width: 930px;
        margin: 0 0 .85em;
    }

    .tobacco-banner--index {
        min-height: 0;
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 88px 0 80px;
    }

    .tobacco-banner--index .tobacco-banner__title {
        font-size: 72px;
        margin: 0 0 .32em;
    }

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

    .tobacco-banner--index .tobacco-banner__button {
        max-width: 300px;
        padding: 10px 40px;
    }

    .tobacco-banner-images {
        margin: 0 -12px;
    }

    .tobacco-banner-images__item {
        padding: 0 12px;
    }

    .tobacco-intro__title {
        font-size: 64px;
    }

    .tobacco-process__title {
        font-size: 64px;
        line-height: 1.2;
        max-width: 850px;
        margin: 0 0 .5em;
    }

    .tobacco-process__text {
        font-size: 24px;
    }

    .tobacco-process-card__title {
        font-size: 70px;
        line-height: 1.08;
        margin: 0 0 .25em;
    }

    .tobacco-process-card__image {
        line-height: 0;
        display: block;
    }

    .tobacco-process-card--step1 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step1 .tobacco-process-card__main {
        width: 30vw;
        margin-top: 0;
        margin-right: 4.6vw;
    }

    .tobacco-process-card--step1 .tobacco-process-card__image {
        width: 54vw;
    }

    .tobacco-process-card--step2 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__main {
        width: 24vw;
        margin-top: 24px;
    }

    .tobacco-process-card--step2 .tobacco-process-card__image {
        width: 43vw;
    }

    .tobacco-process-card--step2 .tobacco-process-card__title {
        margin: 0 0 .35em;
    }

    .tobacco-process-card--step3 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step3 .tobacco-process-card__main {
        width: 27vw;
        margin-top: 0;
        margin-right: 7vw;
    }

    .tobacco-process-card--step3 .tobacco-process-card__image {
        width: 54vw;
    }

    .tobacco-process-card--step4 {
        margin-right: 2.5vw;
    }

    .tobacco-process-card--step4 .tobacco-process-card__image {
        width: 43vw;
    }

    .tobacco-process-card--step4 .tobacco-process-card__main {
        width: 50vw;
        margin-top: 40px;
    }

    .tobacco-process-card--step5 {
        margin-right: 0 !important;
    }

    .tobacco-process-card--step5 .tobacco-process-card__main {
        width: 32vw;
        margin-right: 4vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__text {
        width: 30vw;
    }

    .tobacco-process-card--step5 .tobacco-process-card__image {
        width: 54vw;
    }
}

@media only screen and (max-width: 1023px) {
    .tobacco-banner {
        background-position: 50% 0;
    }

    .tobacco-banner__wrap {
        padding: 62px 0;
    }

    .tobacco-banner__title {
        font-size: 48px;
        line-height: 1.2;
        margin: 0 0 .9em;
    }

    .tobacco-banner--index .tobacco-banner__wrap {
        padding: 58px 0 56px;
    }

    .tobacco-banner--index .tobacco-banner__title {
        font-size: 48px;
        line-height: 1.08;
        margin: 0 0 .45em;
    }

    .tobacco-banner--index .tobacco-banner__content {
        font-size: 24px;
        line-height: 1.25;
        max-width: 550px;
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 38px;
    }

    .tobacco-banner--index .tobacco-banner__button {
        padding: 6px 40px;
    }

    .tobacco-banner-images {
        margin: 0 -7px;
    }

    .tobacco-banner-images__item {
        padding: 0 7px;
    }

    .tobacco-intro__wrap {
        padding: 5.5% 0 0;
    }

    .tobacco-intro__title {
        font-size: 48px;
        line-height: 1;
    }

    .tobacco-process__title {
        font-size: 48px;
        line-height: 1.2;
        margin: 0 0 .3em;
    }

    .tobacco-process__text {
        font-size: 16px;
    }

    .tobacco-process-card {
        flex-flow: column nowrap;
        width: 304px;
        margin-right: 32px !important;
    }

    .tobacco-process-card__main {
        width: 100% !important;
        margin: 0 !important;
    }

    .tobacco-process-card__image {
        order: -1 !important;
        width: 100% !important;
        height: 150px !important;
        margin: 0 0 17px !important;
    }

    .tobacco-process-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 .3em !important;
    }

    .tobacco-process-card__text {
        width: 100% !important;
    }

    .tobacco-process-card--step5 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .tobacco-banner__wrap {
        padding: 77px 0 55px;
    }

    .tobacco-banner__title {
        font-size: 36px;
        margin: 0 0 1em;
    }

    .tobacco-banner--index {
        min-height: 0;
    }

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

    .tobacco-banner--index .tobacco-banner__content {
        text-align: left;
    }

    .tobacco-banner--index .tobacco-banner__title {
        line-height: 1.2;
        margin: 0 0 .55em;
    }

    .tobacco-banner--index .tobacco-banner__text {
        text-align: left;
    }

    .tobacco-banner--index .tobacco-banner__controls {
        margin-top: 55px;
    }

    .tobacco-banner--index .tobacco-banner__button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .tobacco-banner-images {
        flex-flow: column nowrap;
    }

    .tobacco-banner-images__item {
        width: 100%;
        margin-top: 18px;
        padding: 0 16px;
    }

    .tobacco-banner-images__item:first-child {
        margin-top: 0;
    }

    .tobacco-intro {
        min-height: 390px;
        padding-bottom: 88%;
        background-size: cover;
    }

    .tobacco-intro__wrap {
        padding: 6% 0 0;
    }

    .tobacco-intro__title {
        font-size: 36px;
        line-height: 1;
        max-width: 280px;
        margin: 0 auto;
    }

    .tobacco-process {
        padding-top: 50px;
    }

    .tobacco-process__title {
        font-size: 36px;
        line-height: 1.2;
        margin: 0 0 .4em;
    }

    .tobacco-process__text {
        margin-right: -15px;
    }

    .tobacco-process-card {
        flex-flow: column nowrap;
        width: 280px;
        height: 100%;
        margin-right: 20px !important;
    }

    .tobacco-process-card__main {
        flex-grow: 1;
        margin: 0 0 36px !important;
    }

    .tobacco-process-card__image {
        order: 0 !important;
        height: 218px !important;
        margin: 0 !important;
    }

    .tobacco-process-card__title {
        font-size: 24px;
        line-height: 1.5;
        margin: 0 0 .3em;
    }

    .tobacco-process-card--step5 {
        margin-right: 0 !important;
    }
}

.warning-title {
    font-size: 0.9em;
    font-weight: 900;
    text-transform: uppercase;
    color: #ee1d23;
}

.warning-bold {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
}

.warning-sub {
    font-size: 0.6em;
    font-weight: 700;
    text-transform: none;
}

.warning-hc {
    font-weight: 400;
    text-transform: none;
}

.container-hw {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

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

    .warning-sub {
        font-size: 0.7em;
    }
}

@media only screen and (max-width: 900px) {
    .warning-sub {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .container-hw {
        padding: 0 5px;
    }

    .warning-title {
        font-size: 0.7em;
    }

    .warning-bold {
        font-size: 0.6em;
    }

    .warning-sub {
        font-size: 0.6em;
        display: block;
    }
}

#g-recaptcha-response {
    position: absolute;
    z-index: -999999;
    display: block !important;
    width: 302px !important;
    height: 76px !important;
    margin: -78px 0 0 0 !important;
    opacity: 0;
}

/* No Auth */

.guest .header__wrap {
    background: rgba(0, 0, 0, .89);
}

.guest h1 {
    font-size: 80px;
}

@media only screen and (max-width: 767px) {
    .guest h1 {
        font-size: 48px;
    }
}

.guest .footer__col li a {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
}

.guest .footer__row {
    width: 100%;
}

.video-accent-image {
    position: absolute;
    top: -4em;
    right: 0;
    width: auto;
    height: calc(100% + 30px);
}

.video-play-button {
    width: 100%;
    text-align: center;
}

.video-play-button:hover {
    opacity: 1;
}

.video-play-button img {
    margin: 0 auto;
    transition: .2s all;
}

.video-play-button img:hover {
    content: url('/wp-content/themes/exporta-2024/images/Glitch_Play-It.png');
}

/* .product-features {
    margin: 0;
    list-style-type: none;
}

.product-features li {
    position: relative;
    justify-content: center;
}

.product-features-icons {
    position: absolute;
    top: 0;
    right: 0;
} */

/* Apply styles only on the home page */
.home .product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; /* Default (for desktop) */
}

.home .product-features li {
    display: flex;
    align-items: center;
    gap: 30px; /* Adds spacing between the icon and text */
}

.home .product-features-icons {
    flex-shrink: 0; /* Prevents icon from shrinking */
}

.home .text-content {
    display: flex;
    flex-direction: column; /* Stacks the heading and paragraph */
}

.home .product-hero {
    font-size: 2em;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .352em;
    text-transform: uppercase;
}

.home .product-features p.mt-0 {
    margin-top: 0.5rem; /* Adds spacing between heading and paragraph */
}

.home .glitch-animation-pack {
    position: absolute;
    left: -6em;
    bottom: -4em;
    width: 75%;
}

#product-section .container-wide {
    display: grid;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 155px;
    padding-left: 85px;
    grid-template-columns: 68% 32%;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0;
}

.product-list-description {
    padding-left: 3em;
    padding-right: 5em;
}

.history-slider .item {
    display: flex;
}

.history-slider .item .history-slide-content {
    display: flex;
    flex-direction: column;
    width: 31%;
    padding-top: 1px;
    padding-bottom: 37px;
    padding-left: 100px;
}

.history-slider .item .history-slide-content h3{
    width: max-content;
}

.history-slider .lead {
    font-weight: 100;
    margin-top: 0;
    font-size: 30px !important;
    max-width: 89%;
    width: max-content;
    line-height: normal;
}

.history-slider .item .history-slide-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 5%;
}

.history-slider .item .history-slide-img img {
    max-width: 100%;
}

.history-slider .owl-nav {
    position: absolute;
    top: 16%;
    display: flex;
    justify-content: space-between;
    width: 34%;
    max-width: 100%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent !important;
}

.history-slide-content {
    position: relative;
    padding-bottom: 30px; /* Adds space for the dots */
}

.owl-dots {
    margin-top: 10px; /* Adjust this as needed for spacing between content and dots */
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
}






.history-slide-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.history-slider .lead {
    margin-bottom: 10px; /* Adjust spacing between the lead and dots */
}

.history-slider .custom-dots-container {
    margin-top: 10px !important;
    text-align: left !important;
}

.history-slider .owl-dots .owl-dot {
    display: inline-block  !important;
    margin: 0 5px !important;
}

.history-slider .owl-theme .owl-dots {
    text-align: left !important;
    -webkit-tap-highlight-color: transparent;
}









/* Products Page */
.product-container {
    scroll-margin-top: 100px; /* Adjust this based on your header height */
}

.product-hero-text {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 751px;
    padding-left: 64px;
}

.product-hero-text h1 {
    font-size: 100px;
}


.product-hero-text .hero {
    font-size: 30px;
    line-height: 30px;
}

.product-hero-image {
    position: relative;
    z-index: 1;
    left: 20%;
    width: 80%;
    margin-left: auto;
}

#product-list-section h2 {
    font-size: 64px;
}

#product-list-section .product-container {
    display: grid;
    margin-bottom: 17vw;
    padding-right: 64px;
    grid-template-columns: 39% 15% auto;
    grid-template-rows: 1fr;
    grid-column-gap: 33px;
    grid-row-gap: 0;
}

#product-list-section .product-container.plus .position-relative:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 35%;
    height: 50%;
    content: '';
    background-image: url('../images/plus-accent.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#product-list-section p,
#product-list-section p.lead {
    font-weight: 200;
}

#product-list-section .product-description-image {
    position: absolute;
    top: -2.3em;
    left: 5em;
    width: 80%;
    transition: all .5s ease-in-out;
}

#product-list-section .product-container:hover .product-description-image {
    transform: scale(110%);
}

#product-list-section .product-features-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-list-section .product-features-icons {
    position: initial;
    width: 20%;
}

#product-list-section .product-features .hero {
    font-size: 20px;
    line-height: 20px;
}

#product-list-section .product-features p {
    font-size: 16px;
    padding: 0 2em;
}

#product-list-section .product-description-accent {
    position: absolute;
    width: 100%;
}

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

.products-sect__top {
    padding: 53px 0 50px;
}

#product-list-section .plus:after {
    position: absolute;
    top: 10%;
    right: 5%;
    display: block;
    width: 22%;
    height: 50%;
    content: '';
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: contain
}

@media only screen and (max-width: 1023px) {
    #product-list-section .product-description-accent {
        position: relative;
        left: -15%;
        margin-bottom: -15vw;
    }

    #product-list-section .product-container {
        display: block;
        padding-right: 0px;
    }

    #product-list-section .product-list-description {
        padding-right: 64px;
        padding-left: 64px;
    }

    #product-list-section .product-features {
        padding-right: 64px;
        padding-left: 64px;
    }
}

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

    #product-list-section .product-container {
        display: block;
        padding-right: 20px;
    }

    #product-list-section .product-list-description {
        padding-left: 20px;
    }

    #product-list-section .product-features {
        padding-right: 20px;
        padding-left: 20px;
    }

    #product-hero-section {
        text-align: center;
    }

    #product-hero-section h1 {
        font-size: 48px !important;
    }

    .product-hero-text {
        position: static;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px 15px;
    }

    .product-hero-image {
        position: static;
        z-index: 1;
        left: 0;
        width: 120%;
        max-width: 120%;
        margin-bottom: 30px;
        margin-left: -8%;
    }
}

/* Brand Page */
.page-template-brand .product-features {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: space-between; /* Space between columns */
}

.page-template-brand .product-features li {
    flex: 0 1 30%; /* Three columns: 30% width each with room for spacing */
    box-sizing: border-box;
    margin-bottom: 20px; /* Add space between rows */
}

.page-template-brand .feature-item {
    display: flex;
    align-items: flex-start; /* Align items to the top */
}

.page-template-brand .product-features-icons {
    margin-right: 15px; /* Space between icon and text */
}

.page-template-brand .feature-text {
    display: flex;
    flex-direction: column; /* Align text vertically */
}

.page-template-brand .feature-item h3 {
    margin: 0; /* Ensure no extra margin on heading */
}


@media only screen and (min-width: 1023px) and (max-width: 1400px) {
    #hero-section {
        min-height: 65vw;
    }

    .hero-image {
        height: 65vw;
    }

    .hero-image-mask {
        height: 65vw;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    #hero-section {
        min-height: 76vw;
    }

    .hero-image {
        height: 76vw;
    }

    .hero-image-mask {
        height: 76vw;
    }

    .hero-text {
        position: relative;
        width: 55%;
        margin-left: 45%;
        padding-right: 85px;
    }
}
.home h1 {
    font-size: 110px !important;
    line-height: 100px;
}
@media only screen and (max-width: 1023px) {

    .hero-image {
        position: absolute;
        top: initial;
        bottom: -5vh;
        left: 0;
        width: auto;
        max-width: 100%;
        height: 90vw;
    }

    .hero-image-mask {
        position: absolute;
        top: initial;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 90vw;
    }

    .hero-text {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 85px 64px 90vw 64px !important;
    }

    #product-section {
        text-align: center;
    }

    .video-accent-image {
        position: absolute;
        top: initial;
        right: 0;
        bottom: 0;
        width: auto;
        height: 30%;
    }

    #product-section .container-wide {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 64px;
        padding-left: 64px;
        text-align: center;
    }

    .product-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }

    .product-features-icons {
        position: initial;
        width: auto;
        height: 66px;
    }

    #history-section {
        text-align: center;
    }

    .history-slider {
        margin-top: 20px;
    }

    .history-slider .owl-stage {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }

    .history-slider .owl-item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }

    .history-slider .item {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        height: 100%;
    }

    .history-slider .item .history-slide-content {
        width: 100%;
        min-height: 8em;
        margin-bottom: 60px;
        padding: 0 64px;
        text-align: left;
    }

    .history-slider .item .history-slide-img {
        width: 100%;
        margin-left: 64px;
    }

    .history-slider .owl-nav {
        position: absolute;
        top: 30px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

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

    .home h1 {
        font-size: 64px !important;
        line-height: 65px;
    }

    .home .glitch-animation-pack {
        position: absolute;
        left: -4em;
        bottom: 1em;
        width: 80%;
    }

    #product-section .container-wide {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 20px;
        padding-left: 20px;
    }

  .bg-watermark-light {
        background-color: #ffffff;
        background-image: url('../images/watermark_background_white_mobile-2.png');
        background-repeat: repeat;
        background-position: top !important;
        background-size: 100% auto;
        min-height: 796px;
    }

    .video-play-button {
        width: 100%;
        text-align: center;
        top: 11em;
        position: relative;
    }

    .home .hero-text {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding: 2em !important;
        z-index: 2;
    }

    .home .hero-image {
        position: absolute;
        top: initial;
        bottom: -18vh;
        left: 0;
        width: auto;
        max-width: 100%;
        height: 100vw;
    }

    .home .hero-image-mask {
        position: absolute;
        top: initial;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100vw;
    }

    .home #hero-section {
        height: 110vh;
    }

    .home .product-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
        gap: 20px; /* Space between columns */
    }
    
    .home .product-features li {
        flex-direction: column;
        text-align: center; /* Center align the text and icons for better appearance on mobile */
        gap: 10px;
    }
    
    .home .product-features-icons {
        margin-bottom: 10px; /* Space between icon and text */
    }

    .home .product-hero {
        font-size: 1em;
        line-height: 1.3em;    
    }

    .home .product-features p.mt-0 {
        font-size: 12px;
    }

    .hero-text {
        text-align: center;
    }

    .page-template-brand .feature-item {
        display: block !important;
    }
    .page-template-brand .feature-item h3 {
        margin: 0;
        text-align: center !important;
    }
    
}




/* Brand Page */

.hero-image-mask .mobile-image,
.mobile-image {
    display: none;
}
/* Mobile styles */
@media (max-width: 767px) {
    .hero-image-mask .desktop-image,
    .desktop-image {
        display: none;
    }

    .hero-image-mask .mobile-image,
    .mobile-image {
        display: block;
    }
}


.page-template-brand #hero-section {
    min-height: 50vw;
}

.page-template-brand .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: 55vw;
}

.page-template-brand .hero-image-mask {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 50vw;
}

.page-template-brand .hero-text {
    padding-right: 63px;
    text-align: right;
}

.page-template-brand .hero-text .hero {
    font-size: 20px;
    line-height: 20px;
}

.page-template-brand h1 {
    font-size: 6.5em;
    line-height: 1;
}

#timeline-section .image-grid {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#timeline-section .image-grid .image-grid-small {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 60%;
    height: auto;
}

#timeline-section .image-grid .image-grid-large {
    width: 50%;
    height: auto;
    margin-left: auto;
}

@media only screen and (max-width: 1315px) {
    .page-template-brand h1 {
        font-size: 115px;
        line-height: 106px;
    }

    .page-template-brand .hero-text .hero {
        font-size: 16px;
        line-height: 1;
    }
}

@media only screen and (max-width: 1115px) {
    .page-template-brand h1 {
        font-size: 105px;
        line-height: 98px;
    }
}

@media only screen and (max-width: 1023px) {
    .page-template-brand h1 {
        font-size: 64px;
        line-height: 60px;
    }

    .page-template-brand .hero-text {
        padding: 85px 64px 85px 64px !important;
    }

    .page-template-brand #hero-section {
        min-height: 35vh;
    }

    .page-template-brand .hero-image {
        position: absolute;
        top: 0;
        width: auto;
        max-width: 100%;
    }

    .page-template-brand .hero-image-mask {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: 35vh;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-brand .hero-text {
        padding: 45px 30px 85px 64px !important;
        z-index: 1;
    }

    .page-template-brand #hero-section {
        min-height: 130vw;
    }

    .page-template-brand .hero-image {
        height: 150vw !important;
    }

    .page-template-brand .hero-text .hero {
        padding-left: 95px !important;
        font-size: 0.9em !important;
    }

    .page-template-brand h1 {
        line-height: 1;
        font-size: 4em !important;
    }

    .page-template-brand .hero-image-mask {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: 130vw;
    }
}

.page-template-brand .product-showcase-x {
    padding-right: 20px;
    padding-left: 20px;
}


.product-showcase-title {
    position: absolute;
    bottom: 65%;
    left: 7%;
    min-width: 34%;
    text-align: center;
}

.product-showcase-package {
    transition: all .3s;
}

.product-showcase-package:hover {
    transform: scale(105%);
}

.page-template-brand .product-features {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: space-between; /* Space between columns */
}

.page-template-brand .product-features li {
    flex: 0 1 30%; /* Three columns: 30% width each with room for spacing */
    box-sizing: border-box;
    margin-bottom: 20px; /* Add space between rows */
}

.page-template-brand .feature-item {
    display: flex;
    align-items: center;
}

.page-template-brand .product-features-icons {
    margin-right: 15px; /* Space between icon and text */
}

.page-template-brand .feature-text {
    display: flex;
    flex-direction: column; /* Align text vertically */
}

.page-template-brand .feature-item h3 {
    margin: 0;
    text-align: left;
}

.page-template-brand p:last-child {
    margin-bottom: 0 !important;
    font-size: 13px;
}

.product-showcase-title {
    position: absolute;
    bottom: 65%;
    left: 7%;
    min-width: 34%;
    text-align: center;
}

.product-showcase-package {
    transition: all .3s;
}

.product-showcase-package:hover {
    transform: scale(105%);
}

.page-template-brand #product-section .container-wide {
    display: block;
}

.page-template-brand .product-features li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 75px;
    text-align: center;
}

.page-template-brand .product-features .product-features-icons {
    top: .5em;
    height: 100px;
}

.owl-timeline .item h3,
.owl-timeline .item p {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.owl-timeline .item h3.hero {
    font-size: 20px;
    line-height: 20px;
}

.owl-timeline .item h2 {
    position: relative;
    margin-bottom: 30px;
}

.owl-timeline .item h2:before {
    position: absolute;
    top: 94px;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    transform: translatex(-50%);
    border-radius: 50%;
    background-color: #ffffff;
}

.owl-timeline .item h2:after {
    display: block;
    width: 100%;
    height: 7px;
    margin-top: 30px;
    content: '';
    background-color: #ffffff;
}

.owl-timeline .owl-item:first-child h2:after {
    width: 80%;
    margin-left: 20%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.owl-timeline .owl-item:last-child h2:after {
    width: 80%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.owl-timeline .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 100%;
    opacity: 0;
}

.owl-timeline .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    opacity: 0;
}

.owl-timeline .owl-nav {
    margin-top: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .owl-timeline .item h2:before {
        top: 61px;
        width: 25px;
        height: 25px;
    }
}

.page-template-brand #brand-footer-section .hero-image {
    position: absolute;
    top: 0;
    left: -30px;
    width: auto;
    max-width: 300%;
    height: 85vh;
}

.page-template-profile .checkbox__input:checked ~ .checkbox__icon:after,
.page-template-registration .checkbox__input:checked ~ .checkbox__icon:after {
    display: none;
}

/* Store Locator */
#store-locator-hero .locator-hero-text {
    padding-right: 20%;
    padding-left: 10%;
}

.store-locator-hero-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: auto;
    height: 70%;
}

.store-locator-hero-right {
    position: absolute;
    top: 8em;
    right: 0;
    width: auto;
    height: 75%;
}

#store-product-section .owl-item h3 {
    text-align: right;
    font-weight: 800;
}

#store-product-section .owl-item h3 {
    text-align: right;
}

#store-product-section .product-description-accent {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0%;
    width: 100%;
    transition: all .5s ease-in-out;
    left: -16%;
    height: 110%;
}


#product-list-section  .plus:after {
    position: absolute;
    top: 10%;
    right: 5%;
    display: block;
    width: 22%;
    height: 50%;
    content: '';
    background-image: url(//qa.exportacigarettes.ca/wp-content/themes/exporta-2024/css/../images/plus-accent.png);
    background-repeat: no-repeat;
    background-size: contain;
}




#store-product-section .item {
    transition: all .3s;
    transform: scale(.55) translateY(30%);
    opacity: .5;
}

#store-product-section .firstActiveItem .item {
    transform: scale(1) translateY(0);
    opacity: 1;
}

#store-product-section .firstActiveItem .item h3 {
    line-height: 52px !important;
    position: absolute;
    top: 10px;
    right: -15%;
    height: 52px;
}

#store-product-section .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 60%;
}

#store-product-section {
    overflow: hidden;
}

#store-product-section .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* Ensure .cover-store-locator is clickable and doesn't block the hover */
.cover-store-locator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer; /* Indicate it's clickable */
    pointer-events: auto; /* Ensure pointer events are enabled */
}

/* Product image with hover effect */
#store-product-section .product-description-image {
    padding-right: 30%;
    padding-left: 25%;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    pointer-events: auto; /* Allow hover on the image */
}

#store-product-section .product-description-image:hover {
    transform: scale(1.05);
}

.page-template-privacy-policy h1,
.page-template-terms-and-conditions h1 {
    font-size: 80px;
}

@media (min-width: 1921px) {
    .page-template-brand h1 {
        text-align: center;
    }

    .page-template-brand .hero-text .hero {
        font-size: 36px;
        text-align: center;
    }

    .page-template-brand .hero-image {
        max-height: 1100px;
    }

    .page-template-brand .hero-image-mask {
        max-height: 1000px;
    }

    .page-template-brand #hero-section {
        min-height: 1000px;
        max-height: 1000px;
    }
}

@media (min-width: 1381px) and (max-width: 1920px) {

}

@media (min-width: 1024px) and (max-width: 1380px) {
    .store-locator-hero-left {
        left: -10%;
    }

    .store-locator-hero-right {
        right: -10%;
    }

    #timeline-section .container h2 {
        font-size: 68px;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .store-locator-hero-left {
        left: -15vh;
    }

    .store-locator-hero-right {
        right: -15vh;
    }

    h1 {
        font-size: 48px !important;
    }

    #store-product-section .owl-stage-outer {
        padding-top: 75px;
    }

    #store-product-section .owl-theme .owl-nav {
        right: 5%;
        left: initial;
    }

    #store-product-section .firstActiveItem .item h3 {
        position: absolute;
        top: -65px;
        right: 5%;
        height: 52px;
        margin-right: 150px;
    }

}


@media (max-width: 1220px) and (min-width: 1024px) {
    .history-slider .owl-nav {
        padding-left: 30px;
    }

    .history-slider .item .history-slide-content {
        padding-left: 100px !important;
    }

    .history-slider .hero {
        font-size: 26px;
        line-height: 1em;
    }

    .history-slider .lead {
        font-size: 20px;
        line-height: 1.3em;
    }

    #timeline-section .container h2 {
        font-size: 68px;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .history-slider .owl-theme .owl-dots {
        top: 9em;
    }

    .nav__link--user {
        display: inline-block;
        padding: 10px 20px;
    }

    #store-product-section {
        text-align: center;
    }

    #store-product-section .product-description-accent {
        right: 10%;
        width: 120%;
    }

}

@media (max-width: 1023px) and (min-width: 768px) {
    #history-section h2 {
        font-size: 68px !important;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .history-slider .item .history-slide-content {
        min-height: 10em;
    }

    .history-slider .owl-theme .owl-dots {
        top: 9em;
    }

    .page-template-brand .product-features li {
        padding-right: 0 !important;
    }

    .product-showcase-title {
        font-size: 6vw;
    }
    #product-list-section .product-features-icons {
        position: initial;
        width: 50%;
    }
    .history-slider .item .history-slide-img {
        width: 100%;
        margin-left: 10px;
        top: -20px;
        position: relative;
    }
    .history-slider .lead {
        max-width: 100%;
        width: max-content;
        font-size: 20px !important;
    }
}

@media (max-width: 467px) {
    .history-slider .item .history-slide-content {
        min-height: 11em;
    }

    .history-slider .owl-theme .owl-dots {
        top: 10.6em;
        margin: 0 auto;
        text-align: left !important;
    }

    .home .product-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
        gap: 20px; /* Space between columns */
    }
    
    .home .product-features li {
        flex-direction: column;
        text-align: center; /* Center align the text and icons for better appearance on mobile */
    }
    
    .home .product-features-icons {
        margin-bottom: 10px; /* Space between icon and text */
        height: 30%;
    }

    .home .product-hero {
        font-size: 0.9em;
        line-height: 1.3em;    
    }
    
    .home .product-features p.mt-0 {
        font-size: 11px;
    }

    .home .product-showcase-title {
        margin-bottom: 0;
    }

    #product-list-section .product-features .hero {
        font-size: 0.9em !important;
    }
    #product-list-section .product-features p {
        font-size: 11px;
        padding: 0;
    }
    .page-template-brand .product-features{
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 columns on mobile */
        gap: 20px; /* Space between columns */
    }
    .page-template-brand .product-features .product-features-icons {
        height: 30%;
    }
    .page-template-brand .product-features li {
        justify-content: normal;
    }
    .page-template-brand .product-features p {
        font-size: 11px;
    }
    .page-template-brand .product-features .hero {
        font-size: 0.9em !important;
    }
}

@media (max-width: 360px) {
    .product-features {
        display: block !important;
    }

    .login-action-buttons {
        flex-direction: column;
        row-gap: 10px;
    }

    .history-slider .item .history-slide-content {
        min-height: 14em;
    }

    .history-slider .owl-theme .owl-dots {
        top: 15em;
    }
}

.expanded-link {
    position: relative;
}

.expanded-link a {
    text-decoration: none;
}

.expanded-link a.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
}

#store-product-section .plus:after {
    position: absolute;
    top: 10%;
    right: 5%;
    display: block;
    width: 22%;
    height: 50%;
    content: '';
    background-image: url(../images/plus-accent.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-name {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}