@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.woff2') format('woff2'),
    url('../fonts/Caveat-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Hairline.woff') format('woff');
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Thin.woff') format('woff');
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Light.woff') format('woff');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Regular.woff') format('woff');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Medium.woff') format('woff');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-SemiBold.woff') format('woff');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Bold.woff') format('woff');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-ExtraBold.woff') format('woff');
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: 'Hero New';
    src: url('../fonts/HeroNew-Super.woff') format('woff');
    font-display: swap;
    font-weight: 900;
}

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

.svg-sprite {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

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

html {
    font-size: 10px;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'Hero New', sans-serif;
    font-size: 24px;
    line-height: 34px;
    background: #161D4D;
    background: linear-gradient(180deg, #161D4D 0%, #0F132E 100%);
    color: #fff;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:hover,
:active,
:focus {
    outline: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

b,
strong {
    font-weight: bold;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    overflow: auto;
    resize: vertical;
}

a,
button {
    transition: 0.15s ease-in-out;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}

a {
    background-color: transparent;
    color: #B69F62;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    text-decoration: underline;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
    margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 800;
    color: inherit;
    margin: 0 0 1em 0;
}

h1,
.h1 {
    font-size: 64px;
    line-height: 90px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 67px;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 50px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

.form-check {
    font-weight: 250;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 16px 51px;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check__input {
    position: absolute;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}

.form-check__input:disabled + .form-check__text {
    opacity: 0.5;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 3px;
}

.form-check__input[type=radio] + .form-check__text:before {
    border-radius: 50%;
}

.form-check__input[type=radio] + .form-check__text:after {
    width: 12px;
    height: 12px;
    margin: 4px 0 0 4px;
    background: #333;
    border-radius: 50%;
    opacity: 0;
}

.form-check__input[type=checkbox] + .form-check__text:after {
    width: 13px;
    height: 7px;
    margin: 4px 0 0 4px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    opacity: 0;
    transform: rotate(-45deg);
}

.form-check__input:checked + .form-check__text:after {
    opacity: 1;
}

.form-check__text a {
    color: inherit;
    text-decoration: none;
}

.form-check__text a:hover {
    text-decoration: underline;
}

.form-btn-row {
    text-align: center;
    margin-top: 32px;
}

.form-group {
    margin-bottom: 28px;
}

.form-group._textarea {
    position: relative;
}

.form-control-maxlength {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    pointer-events: none;
}

.form-control-maxlength:not(.is-active) {
    visibility: hidden;
}

.form-group__label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.form-group__label[for] {
    cursor: pointer;
}

.form-control {
    display: block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: 0.15s ease-in-out;
    width: 100%;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    padding: 0 9px 10px;
    border: 1px solid;
    border-width: 0 0 1px;
    border-radius: 0;
    height: 45px;
    background: none;
    color: currentColor;
}

.form-control::placeholder {
    color: #fff;
}

.form-control:focus::placeholder {
    color: transparent;
}

textarea.form-control {
    height: auto;
    border-radius: 14px;
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    resize: none;
}

.form-control[disabled],
.form-control.disabled {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #888;
    cursor: default;
    cursor: not-allowed;
}

.form-check__input:disabled + .form-check__text {
    cursor: default;
    cursor: not-allowed;
}

.form-control.error,
.form-check__input.error + .form-check__text:before {
    border-color: #ff0000;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ff0000;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: -16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 16px;
    height: 56px;
    min-width: 288px;
    max-width: 100%;
    background: #642D8A;
    background: linear-gradient(15deg, #0072BA 0%, #642D8A 41.1%, #F72824 100%);
    box-shadow: 0px 16px 16px 4px rgba(0, 0, 0, 0.12);
    border-radius: 13px;
    color: #FFFFFF;
    text-shadow: 0px 40px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
}

.btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 2px;
    background: #fff;
    border-radius: 11px;
    opacity: 0;
}

.btn > span {
    display: block;
    position: relative;
}

.btn:hover:before,
.btn:active:before {
    opacity: 1;
}

.btn:hover > span,
.btn:active > span {
    color: #642D8A;
    background: -webkit-linear-gradient(15deg, #0072BA 0%, #642D8A 41.1%, #F72824 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn_border:not(:hover):before {
    background: #0C1024;
    opacity: 1;
}

.btn[disabled],
.btn.is-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default;
    cursor: not-allowed;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url('../images/close.svg') center center no-repeat;
}

.fancybox-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pop-window {
    position: relative;
    z-index: 1;
}

.pop-window,
.pop-window.fancybox-content {
    background-color: #161D4D;
    background-image: url(../images/popup-bg.svg), linear-gradient(150deg, #161D4D 0%, #101431 100%);
    background-position: center top;
    color: #fff;
    border-radius: 22px;
    width: 725px;
    padding: 47px 60px;
    overflow: hidden;
}

.pop-window:not(.fancybox-content) {
    display: none;
}

body:not(.compensate-for-scrollbar) .compensate-for-scrollbar {
    margin-right: 0 !important;
}

.pop-window__title {
    text-align: center;
    margin-bottom: 20px;
}

.pop-window ol {
    margin-bottom: 16px;
}

.pop-window ol a {
    color: inherit;
    text-decoration: none;
}

.pop-window small {
    font-weight: 200;
    font-size: .6667em;
    line-height: 1.5;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: -7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.slick-dots li button:hover:before {
    background: #fff;
}

.slick-dots li.slick-active button:before {
    background: linear-gradient(45deg, #0072BA 0%, #642D8A 41.1%, #F72824 100%);
}

.slick-arrow {
    border: none;
    padding: 0;
    background: transparent;
    background: none;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    opacity: .3;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0 !important;
    cursor: default;
    pointer-events: none;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 23px;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slick-prev:after {
    background-image: url('../images/arrow-left.svg');
}

.slick-next:after {
    background-image: url('../images/arrow-right.svg');
}

.slick-slide > div > * {
    max-width: none;
    vertical-align: top;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col,
[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    pointer-events: none;
}

.header__inner {
    display: flex;
    align-items: center;
    height: 5.25em;
    padding: 0 2.0833em;
}

.header__burger {
    padding: 0;
    border: none;
    font-size: 10px;
    width: 7em;
    height: 3.3em;
    background: url('../images/burger.svg') center center no-repeat;
    background-size: 7em 3.3em;
    background-repeat: no-repeat;
    margin-right: 40px;
    pointer-events: auto;
}

.header__logo {
    position: relative;
    top: .6em;
    font-size: 10px;
    pointer-events: auto;
}

.menu {
    font-size: 10px;
}

.menu__bg {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 90001;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
}

.menu__inner {
    position: fixed;
    z-index: 90002;
    top: 0;
    bottom: 0;
    left: -66.6em;
    width: 66.6em;
    background: #161D4C;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
}

html.is-menu-open .menu__bg {
    opacity: 1;
    visibility: visible;
}

html.is-menu-open .menu__inner {
    transform: translateX(100%);
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
}

.menu__content {
    height: 100%;
    padding: 5.4em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1024px) {
    .menu__content {
        scrollbar-color: #555a7a #161d4c;
        scrollbar-width: thin;
    }

    .menu__content::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .menu__content::-webkit-scrollbar-track {
        background: #161d4c;
    }

    .menu__content::-webkit-scrollbar-thumb {
        background: #555a7a;
        border-radius: 5px;
        border: 3px solid #161d4c;
    }
}

.menu__logo {

}

.menu__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.menu__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 800;
    font-size: 3.6em;
    line-height: 1.39;
}

.menu__nav li {
    margin-top: 0.6em;
}

.menu__nav a {
    color: inherit;
    text-decoration: none;
}

.menu__nav a:hover {
    color: #B69F62;
}

.footer {
    background: rgba(255, 255, 255, 0.04);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 51px 0 22px;
}

.footer__content {

}

.footer__row {
    display: flex;
    margin: 0 -10px;
}

.footer__col {
    padding: 0 10px;
}

.footer__col._1 {
    flex: 0 0 30.1%;
    max-width: 30.1%;
}

.footer__col._2 {
    flex: 0 0 35.6%;
    max-width: 35.6%;
}

.footer__col._3 {
    flex: 0 0 34.3%;
    max-width: 34.3%;
    order: -1;
}

.footer__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 9px;
}

.footer__list {
    margin: 0 -11px 0 0;
    padding: 0;
    list-style: none;
}

.footer__col._1 .footer__list {
    max-width: 250px;
}

.footer__col._2 .footer__list {
    max-width: 320px;
}

.footer__list li {
    display: inline-block;
    margin-bottom: 9px;
}

.footer__list li:not(:last-child):after {
    content: ' |';
    color: #B69F62;
    margin: 0 11px;
}

.footer__list a {

}

.footer__apps-desc {
    max-width: 320px;
    margin-bottom: 15px;
}

.footer__apps-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-bottom: 26px;
}

.footer__apps-item {
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer__apps-item a {

}

.footer__apps-item img {

}

.footer__copyright {

}

.content {
    flex-grow: 1;
    min-height: 1px;
    overflow: hidden;
    padding-top: 122px;
    padding-bottom: 65px;
}

.content._bg {
    background: url('../images/bg.svg') center top;
}

.dec {
    font-size: 10px;
}

.info-links {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-weight: 200;
    font-size: .75em;
    line-height: 1.39;
}

.info-links li {
    margin-bottom: 4px;
}

.info-links a {
    color: inherit;
    text-decoration: none;
}

.info-links a:hover {
    text-decoration: underline;
}

.info-links a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 17px;
    height: 17px;
    background: url('../images/q.svg') center center no-repeat;
    top: -2px;
    margin-right: 10px;
}

.main {
    margin-bottom: 48px;
}

.main__header {
    position: relative;
    text-align: center;
}

.main__hashtag {
    font-family: 'Caveat', sans-serif;
    font-size: 4em;
    line-height: .75;
    margin-top: -24px;
}

.main__title {
    font-size: 4em;
    line-height: 1.396;
    margin-bottom: .24em;
}

.main__lead {
    margin-bottom: 38px;
}

.main__header-dec-1 {
    position: absolute;
    left: -10.3em;
    top: 100%;
    margin-top: -18em;
}

.main__header-dec-2 {
    position: absolute;
    right: -8.6em;
    top: 100%;
    margin-top: -5.9em;
}

.main__image {
    text-align: center;
}

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

.instruction {

}

.instruction__title {
    text-align: center;
    margin-bottom: 44px;
}

.instruction__steps {

}

.instruction__step {
    padding-bottom: 66px;
}

.instruction__step + .instruction__step {
    border-top: 1px solid #fff;
    padding-top: 45px;
}

.instruction__step-row {
    display: flex;
}

.instruction__step-col {

}

.instruction__step-col._header,
.instruction__step-col._image {
    flex: 0 0 39.84%;
}

.instruction__step-col._arrow {
    flex-grow: 1;
    min-width: 1px;
    text-align: center;
    align-self: center;
}

.instruction__step-title {
    text-align: center;
    margin: 0;
}

.instruction__step-list {
    margin: 73px 0 0 0;
}

.instruction__step-arrow {
    font-size: 10px;
    margin-top: 68px;
}

.instruction__step-image {
    margin-top: 14px;
}

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

.instruction__footer {
    text-align: center;
}

.quiz-result {
    margin-bottom: 80px;
}

.quiz-result__title {
    font-size: 4em;
    line-height: 1.396;
    margin: -26px 0 .6146em;
    text-align: center;
}

.quiz-result__wrapper {
    max-width: 37.7917em;
    margin: 0 auto 1.2917em;
    position: relative;
    z-index: 1;
}

.quiz-result__dec-1 {
    position: absolute;
    left: -16.2em;
    top: -11.6em;
}

.quiz-result__dec-2 {
    position: absolute;
    right: -18.2em;
    top: -10em;
    z-index: 2;
}

.quiz-result__dec-3 {
    position: absolute;
    left: -4.9em;
    bottom: -4em;
    z-index: 2;
}

.quiz-result__card {
    position: relative;
    background-color: #151C48;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5833em;
    box-shadow: 0 0 7px 1px #F52830;
}

.quiz-result__card:before {
    content: '';
    display: block;
    padding-top: calc(477 * 100% / 907);
}

.quiz-result__card:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 1.5833em;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 80.79%);
}

.quiz-result__card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    max-width: 33.3333em;
    margin: 0 auto;
    z-index: 1;
    padding: .8333em;
}

.quiz-result__card-title {
    font-family: 'Caveat', sans-serif;
    font-size: 3em;
    line-height: 1.2639em;
}

.quiz-result__card-text {
    font-weight: 600;
    font-size: .8333em;
    line-height: 1.4;
}

.quiz-result__btn-row {
    text-align: center;
}

.promocode-section {
    padding-left: 222px;
    margin-bottom: 128px;
}
.promocode-section.v2{
    padding-left: 40px;
}

.promocode-section__content {
    position: relative;
    max-width: 820px;
}
.v2 .promocode-section__content{
    max-width: 100%;
}

.promocode-section__dec-1 {
    position: absolute;
    right: 100%;
    top: 0;
    margin: -2em 4.6em 0 0;
}
.promocode-section__dec-1-2 {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 5em 0 0 -25em;
}

.promocode-section__title {
    margin-bottom: 16px;
}
.promocode-section__title.center{
    text-align: center;
    font-size:48px;
}
.promocode-section__text {
    margin-bottom: 30px;
    font-size:24px;
}

.promocode-section__row {
    display: flex;
    align-items: center;
}

.promocode-section__code {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #141940;
    background: #fff;
    box-shadow: 0px 16px 16px 4px rgb(0 0 0 / 12%);
    border-radius: 13px;
    padding: 14px 60px;
    width: 345px;
    white-space: nowrap;
    position: relative;
    margin-right: 23px;
}

.promocode-section__value {

}

.promocode-section__copy {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 13px;
}

.promocode-section__copy img {
    display: block;
}

.promocode-section__tooltip {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #141940;
    padding: 0.7em;
    background: #ffffff;
    border-radius: 35px;
    bottom: 100%;
    margin-bottom: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: 0.25s ease-in-out;
    pointer-events: none;
}

.promocode-section__tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    border-style: solid;
    border-width: 10px 8px 0;
    border-color: #ffffff transparent;
}

.promocode-section__code.is-active .promocode-section__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.promocode-section__btn {

}

.prize-instruction {

}

.prize-instruction__header {
    position: relative;
    margin: 0 auto;
    max-width: 978px;
}

.prize-instruction__title {
    text-align: center;
    margin-bottom: .9375em;
}

.prize-instruction__arrow {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 10px;
    margin-top: 1.2em;
}

.prize-instruction__items {
    display: flex;
    justify-content: space-between;
    max-width: 37.1667em;
    margin: 0 auto;
    position: relative;
    left: -.7917em;
}

.prize-instruction__items-col {
    width: 17.9583em;
    max-width: 50%;
    padding: 0 .8333em;
    margin-bottom: 3.5833em;
}

.prize-instruction__item {

}

.prize-instruction__item-image-wrapper {
    position: relative;
}

.prize-instruction__item-image {

}

.prize-instruction__item-image img {
    width: 100%;
    height: auto;
}

.prize-instruction__item-dec-1 {
    position: absolute;
    left: -6.7em;
    top: 9.1em;
}

.prize-instruction__item-dec-2 {
    position: absolute;
    right: -9.6em;
    bottom: 2.0em;

}

.prize-instruction__item-title {
    text-align: center;
    font-weight: 800;
    margin-top: 5px;
}

.prize-instruction__content {
    position: relative;
}

.prize-instruction__bg-1 {
    position: absolute;
    left: 50%;
    margin-left: 331px;
    right: 0;
    top: 14px;
    opacity: .5;
    overflow: hidden;
    z-index: -1;
}

.prize-instruction__share {
    text-align: center;
    margin-bottom: 43px;
}

.prize-instruction__share-title {
    margin-bottom: 12px;
}

.prize-instruction__share-text {
    margin: 0 auto 23px;
}

.prize-instruction__share-text._1 {
    max-width: 550px;
}

.prize-instruction__share-text._2 {
    max-width: 425px;
}

.prize-instruction__share-list {
    position: relative;
    margin: 0 auto 38px;
    max-width: 782px;
}

.prize-instruction__share-dec-1 {
    position: absolute;
    right: 100%;
    top: -5.2em;
}

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

.share-btn {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    margin: 0 8.5px;
}

.prize-instruction__share-btn-wrapper {
    margin-top: 40px;
}

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

.prize-instruction__results-title {
    margin-bottom: 21px;
}

.prize-instruction__results-text {
    margin: 0 auto 25px;
    max-width: 600px;
}

.results {
    position: relative;
}

.results__dec-1 {
    position: absolute;
    left: -46px;
    top: 59px;
}

.results__dec-2 {
    position: absolute;
    right: -74px;
    top: -39px;
}

.results__header {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 2.25em;
}

.results__title {
    font-family: 'Caveat', sans-serif;
    font-size: 6em;
    line-height: 1.1806em;
}

.results__timer {
    margin-bottom: 2.25em;
}

.results__timer-title {
    font-size: 1.5em;
    line-height: 1.3889em;
    margin-bottom: .5em;
}

.results__countdown {

}

.countdown {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.countdown.is-complete {
    opacity: 1;
}

.countdown__item {
    text-align: center;
    width: 9.7em;
    position: relative;
}

.countdown__item:after {
    content: ':';
    position: absolute;
    right: -0.175em;
    top: 0;
    line-height: 1;
}

.countdown__item._d {
    /*width: 7em;*/
}

.countdown__item._d:after,
.countdown__item:last-child:after {
    display: none;
}

.countdown__value,
.countdown__item:after {
    font-size: 4.5833em;
    line-height: 1;
    letter-spacing: 0.03em;
}

.countdown__label {
    font-weight: 100;
}

.results__video-wrapper {
    max-width: 37.7917em;
    margin: 0 auto 2.5833em;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 8px 1px #f52830;
    border-radius: 1.5833em;
}

.results__video-dec-1 {
    position: absolute;
    left: -11.9em;
    bottom: 0;
    z-index: 2;
}

.results__video {
    overflow: hidden;
    position: relative;
    background-color: #040a30;
    border-radius: 1.5833em;
}

.results__video:before {
    content: '';
    display: block;
    padding-top: calc(315 * 100% / 560);
}
.results__video iframe{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.results__video-play {
    position: absolute;
    font-size: 10px;
    margin-left: -11.2em;
    margin-top: -7.3em;
    left: 50%;
    top: 19.5em;
}

.results__video-text {
    position: absolute;
    font-weight: 100;
    left: 0;
    right: 0;
    bottom: 3.125em;
    margin: 0 auto;
    max-width: 17.6667em;
    text-align: center;
}

.movies {

}

.movies__header {
    text-align: center;
}

.movies__title {
    margin: 0 auto 20px;
    max-width: 600px;
}

.movies__lead {
    margin: 0 auto 50px;
    max-width: 960px;
}

.movies-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -42px 86px;
}

.movies-list .slick-list {
    padding: 20px 0;
    margin: -20px 0;
}

.movies-list .slick-dots {
    bottom: -38px;
}

.movies-list__item {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 0 12px;
}

.movie {
    display: block;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 24px;
    line-height: 32px;
    z-index: 1;
}

.movie:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -4px;
    background: linear-gradient(45deg, #0072BA 0%, #642D8A 41.1%, #F72824 100%);
    -webkit-filter: blur(9px);
    filter: blur(9px);
    border-radius: 22px;
    z-index: -1;
}

.movie__image {
    padding-top: calc(601 * 100% / 439);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
    position: relative;
}

.movie__image1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0.8) 80.79%);
    border-radius: 22px;
}

.movie__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
}

.movie__tags {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
}

.movie__tag {
    display: inline-block;
    color: #F2F2F2;
    padding: 4px 8px;
    background: rgba(29, 29, 29, 0.5);
    border-radius: 0px 8px;
}

.movie__title {
    font-weight: 600;
    margin: 0;
}

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

.quiz {
    max-width: 38.25em;
    margin: 0 auto;
}

.quiz__header {
    padding-top: 45px;
}

.quiz__title {
    font-family: 'Caveat', sans-serif;
    font-size: 6em;
    line-height: 1.18;
    text-align: center;
    margin: 0 0 .22em;
}

.quiz__content {

}

.quiz-item {

}

.quiz-item__header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2917em;
}

.quiz-item__num {
    font-size: 1.8333em;
    width: 2.4319em;
    height: 3.0456em;
    margin-right: .6818em;
    margin-top: .1818em;
    padding-top: .75em;
    background: url('../images/num.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.quiz-item__title {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.39;
    min-height: 4.17em;
}

.quiz-item__answers {
    margin-bottom: 2.1667em;
}

.quiz-item__answer {
    display: flex;
    background: rgba(255,255,255,.1);
    font-size: 1.5em;
    line-height: 1.3889em;
    border-radius: .2778em;
    padding: .4167em .8611em .4167em 3.7778em;
    margin-bottom: .5833em;
    position: relative;
    cursor: pointer;
}

.quiz-item__answers.is-complete .quiz-item__answer {
    pointer-events: none;
}

.quiz-item__answer:hover {
    background: rgba(255,255,255,.2);
}

.quiz-item__answer.is-right {
    background: rgba(23,226,0,.1);
    color: #02BF2C;
}

.quiz-item__answer.is-wrong {
    background: rgba(245,40,47,.2);
    color: #F72825;
}

.quiz-item__answer-num {
    position: absolute;
    left: .8611em;
    top: .4444em;
    width: 1.3611em;
    height: 1.3611em;
    border-radius: .2222em;
    box-shadow: 0 0 .1389em #CE2A81;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background: #2C3157;
}

.quiz-item__answer-text {

}

.quiz-item__result {
    font-style: italic;
    margin-bottom: 1.2917em;
}

.quiz-item__btn-wrapper {
    text-align: center;
}

@media (min-width: 1200px) {
    .quiz-item__btn {
        font-size: 24px;
        line-height: 30px;
        height: auto;
        padding: 20px 56px;
        border-radius: 16px;
    }
}

.quiz-item__note {
    font-weight: 100;
    font-size: .75em;
    line-height: 1.3889em;
    margin-top: 13px;
}

.quiz-item__image {
    max-width: 907px;
    margin: 2.8333em auto 0;
}

.quiz-item__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.5833em;
    box-shadow: 0 0 7px 1px #F52830;
}

.text {
    font-weight: 300;
}

@media (min-width: 1400px) {
    .text .container {
        max-width: 1370px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.text h1 {
    font-weight: bold;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 1.25em;
}

.text li {
    margin-bottom: 2rem;
}

.text li li {
    margin-bottom: 0;
}

.text ol {
    counter-reset: item;
    margin: 0;
    padding: 0;
    list-style: none;
}

.text ol ol ol,
.text ol ul ol,
.text li ul {
    padding-left: 3em;
}

.text li li li ul {
    padding-left: 0;
}

.text ol > li {
    padding-left: 1.5em;
    position: relative;
}

.text ol ol > li {
    padding-left: 0;
}

.text ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
    margin-right: 0.25em;
    position: absolute;
    left: 0;
}

.text ol ol > li:before {
    position: static;
}

.text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text ul > li:before {
    content: '●';
    margin-right: .75em;
}

.text p {
    margin: 0 0 1em;
}

.text a {
    color: inherit;
    text-decoration: underline;
}

.text-image {
    text-align: center;
    margin: 0.8em 0;
}

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

.up-btn {
    position: fixed;
    z-index: 1001;
    width: 80px;
    height: 80px;
    background: url('../images/up-btn.svg') center center no-repeat;
    background-size: 100% 100%;
    right: 40px;
    bottom: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
}

.up-btn.is-visible {
    opacity: 1;
    visibility: visible;
}

.pop-window.window-text{
    padding:2.5rem !important;
    width: 100%;
    max-width: 98rem;
    font-size:16px;
    line-height: 1.5;
}
.pop-window.window-text .pop-window__content{
    max-width: 100%;
}

.r-promocode-section-blocks{
    margin-top:30px;
}
.r-promocode-section-blocks .block{
    margin:0 0 65px 0;
    display: flex;
    max-width: 810px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.r-promocode-section-blocks .block:last-child{
    margin-bottom:0;
}
.r-promocode-section-blocks .block .num{
    width: 90px;
    font-style: normal;
    font-weight: bold;
    font-size: 92px;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.2;
    position: relative;
    top:-20px;
}
.r-promocode-section-blocks .block .tlt{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    padding-right:30px;
    width: calc(100% - 435px);
}
.r-promocode-section-blocks .block .right{
    width: 345px;
    text-align: center;
}
.r-promocode-section-blocks .block.last .right{
    padding-top:25px;
}
.r-promocode-section-blocks .block.last .num{
    top:17px;
}
.r-promocode-section-blocks .promocode-section__code{
    margin-bottom:22px;
    width: 100%;
}
.r-promocode-section-blocks .promocode-section__btn{
    width: 100%;
    display: block;
}
.r-promocode-section-blocks .info-links{
    margin-top:10px;
}
.r-input-phone{
    background: transparent;
    outline: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 9px;
    height: 56px;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 16px 13px 15px 13px;
}
.r-phone-error{
    color:red;
    margin:0 0 0 0;
    font-size:14px;
    display: none;
}
#loading_ld{
    position: fixed;
    top:47%
}



/*** new **/
.results__video-btn-row {
    text-align: center;
    margin: -0.9em 0 3.5em;
}

.results__video {
    display: block;
    color: inherit;
    text-decoration: none;
}

.results {
    max-width: 38.5835em;
    margin: 0 auto;
}

.results__section {
    margin-bottom: 1.9em;
}

.results__section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.85em;
}

.results-table {
    margin: 0 auto 1em;
    width: 100%;
}

.results-table._sm {
    width: 25.5em;
}

.results-table th,
.results-table td {
    border: 1px solid;
    vertical-align: middle;
}

.results-table th {
    font-weight: bold;
    text-align: center;
    padding: .396em 0;
}

.results-table td {
    padding: .522em .4em;
    font-weight: 300;
    font-size: .75em;
    line-height: 1.39;
}

.results-table .__sm-text {
    font-size: .778em;
    line-height: 1.43;
    display: block;
}

.results-table .__xs-text {
    font-size: .667em;
    line-height: 1.43;
    display: block;
}

.results__footer {
    margin-top: 2.5em;
}

.results__footer .info-links {
    text-align: left;
}

.results__footer .info-links li:before {
    display: none;
}

.nowrap {
    white-space: nowrap;
}