a,
img {
    display: block;
}

a,
a:visited {
    text-decoration: none;
}

button,
input,
textarea {
    border: none;
    outline: 0;
}

#custom-range:focus,
:active,
:focus,
a:active,
a:focus,
button {
    outline: 0;
}

body,
input,
textarea {
    background-color: #fff;
}

.main__info-inner,
.main__offer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

@font-face {
    font-family: BuiltTitlingRg-Bold;
    src: url("../fonts/BuiltTitlingRg-Bold.eot?");
    src: url("../fonts/BuiltTitlingRg-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BuiltTitlingRg-Bold.woff2") format("woff2"),
    url("../fonts/BuiltTitlingRg-Bold.woff") format("woff"),
    url("../fonts/BuiltTitlingRg-Bold.ttf") format("truetype"),
    url("../fonts/BuiltTitlingRg-Bold.svg#BuiltTitlingRg-Bold") format("svg");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    display: swap;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: Roboto, sans-serif;
}

.main__info-title,
h1 {
    font-family: BuiltTitlingRg-Bold, sans-serif;
}

.main__btn:hover,
button {
    background-color: transparent;
}

h1 {
    font-size: 64px;
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: 400;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: inherit;
}

button {
    padding: 0;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
textarea::-webkit-search-cancel-button,
textarea::-webkit-search-decoration,
textarea::-webkit-search-results-button,
textarea::-webkit-search-results-decoration {
    display: none;
}

.main__btn {
    background: #111;
    border: 2px solid transparent;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.02);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding: 18px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main__btn:hover {
    color: #111;
    border: 2px solid #111;
}

.main__btn.disable__btn {
    background-color: #808080;
    pointer-events: none;
}

.main::after,
.main__offer::after {
    background: url("../img/main-smoke.svg") center/cover no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
}

.page {
    overflow-x: hidden;
}

.main {
    background-color: #000;
    position: relative;
}

.main::after {
    height: 60%;
    pointer-events: none;
}

.main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 620px;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__labels,
.main__offer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
}

.main__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    position: relative;
    z-index: 1;
}

.main__offer::after {
    height: 240px;
    display: none;
}

.main__offer-inner {
    max-width: 676px;
    margin-left: auto;
    padding: 72px 107px 100px 91px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .main::after {
        display: none;
    }

    .main__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .main__column {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main__offer::after {
        display: block;
    }

    .main__offer-inner {
        margin: 0 auto;
        max-width: 500px;
        position: relative;
        z-index: 1;
        padding: 45px 0;
    }
}

.main__offer-title {
    color: #fff;
    max-width: 480px;
    margin: 80px 0 20px;
    line-height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (max-width: 1200px) {
    .main__offer-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 992px) {
    .main__offer-title {
        margin-bottom: 85px;
    }

    .main__offer {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}

.main__offer-link {
    color: #fff;
    position: relative;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.main__offer-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    bottom: 0;
}

.main__offer-link:hover::after {
    width: 100%;
}

.main__form {
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 120px 70px 120px 120px;
}

@media screen and (max-width: 992px) {
    .main__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .form {
        margin: 0 auto;
    }
}

.form {
    max-width: 486px;
}

.form__block {
    position: relative;
}

.form__block_textarea {
    margin: 70px 0;
}

.form__block_textarea .form__block-label {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .main__offer-title {
        margin: 50px 0;
        line-height: 100%;
    }

    .main__form {
        padding: 50px 25px;
    }

    .form__block_textarea {
        margin-bottom: 40px;
    }
}

.form__block-inputfield {
    position: relative;
    margin-bottom: 13px;
}

.form__block-inputfield:first-child {
    margin-bottom: 0;
}

.form__block-inputfield_last {
    margin-bottom: 30px;
}

.form__block-label {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #808080;
    font-size: 20px;
    line-height: 130%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
}

.form__block-input,
.form__block-textarea {
    background-color: #f5f5f5;
    border-radius: 5px;
    line-height: 120%;
    color: #111;
    width: 100%;
}

.form__block-textarea {
    height: 151px;
    resize: none;
    padding: 18px 14px 14px;
    font-size: 16px;
}

/* .form__block-textarea:valid + label, */
.form__block-textarea.not-empty + label,
.form__block-textarea:focus + label {
    top: 5px;
    left: 19px;
    font-size: 12px;
}

.form__block-input {
    padding: 20px 5px 5px 20px;
    min-height: 61px;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 556px) {
    .main__offer-inner {
        padding: 25px 0 11px;
    }

    .main__offer-logo {
        width: 69px;
        height: 73px;
    }

    .main__offer-title {
        margin: 27px 0 0;
        font-size: 28px;
        max-width: 85%;
    }

    .main__offer-link {
        font-size: 14px;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .main__form {
        padding: 52px 25px 62px;
    }

    .form__block_textarea {
        margin-top: 84px;
        margin-bottom: 49px;
    }

    .form__block-inputfield {
        margin-bottom: 10px;
    }

    .form__block-label {
        font-size: 16px;
    }

    .form__block-input {
        min-height: 55px;
        padding-left: 14px;
        font-size: 16px;
    }

    .form__block-input:focus + label,
    .form__block-input:valid + label {
        top: 17px;
        left: 14px !important;
        font-size: 12px;
    }
}

.form__block-input.not-empty + label,
.form__block-input:focus + label {
    top: 17px;
    left: 19px;
    font-size: 12px;
}

.form__step {
    font-size: 16px;
    line-height: 124.19%;
    color: #808080;
    position: absolute;
    top: 4px;
    left: -53px;
}

.form__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 124.19%;
    margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
    .form__title {
        margin-bottom: 25px;
    }
}

.form__labels {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9px;
}

.form__labels-item {
    width: 26px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.form__range-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.form__range-status__value {
    color: #808080;
    font-size: 12px;
    line-height: 130%;
}

.form__block-checkbox__label,
.form__block-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}

.form__block-inputfield.error .form__block-input {
    border: 1px solid #f00;
}

.form__block-inputfield.error .form__block-textarea {
    border: 1px solid #f00;
}

.form__block-inputfield.error .form__block-input:focus + label,
.form__block-inputfield.error .form__block-input:valid + label {
    top: 17px;
    left: 19px;
    font-size: 12px;
}

.form__block-inputfield.error .form__block-label {
    top: 42%;
}

.form__block-inputfield.error .form__block-error {
    position: static;
    opacity: 1;
}

.form__buttons.error .form__block-error {
    flex: 1 0 100%;
    top: calc(100% + 10px);
    opacity: 1;
}

.form__block-error {
    position: absolute;
    color: #f00;
    opacity: 0;
}

#custom-range {
    -webkit-appearance: none;
    width: 100%;
}

#custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#000),
            to(#dee4ec)
    );
    background: -webkit-linear-gradient(
            left,
            #000 var(--range-progress),
            #dee4ec var(--range-progress)
    );
    background: linear-gradient(
            90deg,
            #000 var(--range-progress),
            #dee4ec var(--range-progress)
    );
    border-radius: 1rem;
}

#custom-range::-moz-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: linear-gradient(
            90deg,
            #000 var(--range-progress),
            #dee4ec var(--range-progress)
    );
    border-radius: 1rem;
}

#custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    height: 26px;
    width: 26px;
    -webkit-transform: translateY(calc(-50% + 3px));
    transform: translateY(calc(-50% + 3px));
}

#custom-range::-moz-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    height: 26px;
    width: 26px;
    transform: translateY(calc(-50% + 3px));
}

.form__block-checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form__block-checkbox__label {
    position: relative;
    cursor: pointer;
    color: #808080;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.form__block_radio {
    margin-bottom: 90px;
}

.form__buttons {
    display: flex;
}

.form_radio {
    flex: 1 0 50%;
}

.form_radio:not(:last-child) {
    margin-right: 5px;
}

.form_radio input[type="radio"] {
    display: none;
}

.form_radio label {
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    user-select: none;
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.5s;
}

.form_radio input[type="radio"]:checked + label {
    color: #fff;
    background-color: #111;
}

.form_radio label:hover {
    color: #fff;
    background-color: #3c3c3c;
}

.form_radio input[type="radio"]:disabled + label:before {
    filter: grayscale(100%);
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.wrapper.show {
    transform: scale(1);
}

.age-popup {
    position: relative;
    width: 453px;
    height: 504px;
    overflow: hidden;
    background: url(https://www.aramaxvape.com/assets/img/age-popup-bg.png) no-repeat 50% 50%;
    color: #fff;
}

.age-popup__inner {
    padding: 180px 35px 0 50px;
}

.age-popup__welcome {
    position: absolute;
    left: 120px;
    top: 100px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.age-popup__button,
.age-popup__title {
    font-family: BuiltTitlingRg-Bold, "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.age-popup__title {
    text-align: center;
    padding-right: 20px;
    margin: 0 0 5px;
    font-size: 30px;
}

.age-popup__button {
    display: inline-block;
    width: 47%;
    border: 2px #fff solid;
    background-color: transparent;
    font-size: 20px;
    line-height: 50px;
    height: 45px;
    color: #fff;
    appearance: none;
    cursor: pointer;
    border-radius: 5px;
}

.age-popup__button_enter {
    background-color: #44b759;
    border: 2px solid #44b759;
}

.age-popup__button_enter:hover {
    background-color: #55c068;
}

.age-popup__button_enter:active {
    background-color: #369247;
}

.age-popup__text {
    font-size: 12px;
    line-height: 1.2;
    padding-right: 20px;
    margin-top: 12px;
}

.form__block-inputfield_last label {
    display: inline-block;
    padding-left: 30px;
}

.select-link {
    text-decoration: underline;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .age-popup {
        width: 290px;
        height: 323px;
        background-size: contain;
    }

    .age-popup__inner {
        padding: 105px 25px 0 30px;
    }

    .age-popup__welcome {
        font-size: 13px;
        top: 65px;
        left: 75px;
    }

    .age-popup__title {
        font-size: 25px;
    }

    .age-popup__button {
        font-size: 14px;
        white-space: nowrap;
    }

    .age-popup__text {
        font-size: 11px;
        text-align: center;
    }
}

@media screen and (max-width: 556px) {
    .form__step {
        top: -20px;
        left: 0;
    }

    .form__title {
        margin-bottom: 24px;
        font-size: 23px;
        line-height: 130%;
    }

    .form__block-checkbox__label {
        margin-top: 16px;
        max-width: 90%;
    }
}

.form__block-checkbox__label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #111;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 14px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.form__block-checkbox:checked + .form__block-checkbox__label:before {
    background-color: #111;
}

.form__block-checkbox__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: url("../img/check.svg") center no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.form__block-checkbox:checked + .form__block-checkbox__label:after {
    opacity: 1;
}

.main__info {
    background-color: #fff;
    padding: 119px 110px 100px 120px;
}

.main__info-inner {
    max-width: 500px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .main__info {
        padding: 50px 25px;
    }

    .main__info-inner {
        margin: 0 auto;
    }
}

.main__info-image {
    margin-bottom: 65px;
    width: 65px;
    height: 65px;
}

.main__info-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 17px;
    color: #111;
}

@media screen and (max-width: 1200px) {
    .main__info-title {
        font-size: 48px;
    }
}

.main__info-text {
    font-size: 20px;
    line-height: 23px;
    color: #111;
    max-width: 440px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
    .page_thanks .main__content {
        height: 100vh;
    }

    .main__info {
        padding-top: 62px;
        padding-bottom: 35px;
    }

    .main__info-image {
        width: 41px;
        height: 41px;
        margin-bottom: 27px;
    }

    .main__info-title {
        font-size: 28px;
        margin-bottom: 5px;
        max-width: 85%;
    }

    .main__info-text {
        font-size: 16px;
    }
}
