@font-face {
    font-family: "BlissPro";
    src: url("../fonts/BlissPro-Heavy/BlissPro-Heavy.eot");
    src: url("../fonts/BlissPro-Heavy/BlissPro-Heavy.eot?#iefix")format("embedded-opentype"),
        url("../fonts/BlissPro-Heavy/BlissPro-Heavy.woff")format("woff"),
        url("../fonts/BlissPro-Heavy/BlissPro-Heavy.woff2")format("woff2"),
        url("../fonts/BlissPro-Heavy/BlissPro-Heavy.ttf")format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "BlissPro";
    src: url("../fonts/BlissPro-Medium/BlissPro-Medium.eot");
    src: url("../fonts/BlissPro-Medium/BlissPro-Medium.eot?#iefix")format("embedded-opentype"),
        url("../fonts/BlissPro-Medium/BlissPro-Medium.woff")format("woff"),
        url("../fonts/BlissPro-Medium/BlissPro-Medium.woff2")format("woff2"),
        url("../fonts/BlissPro-Medium/BlissPro-Medium.ttf")format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BlissPro";
    src: url("../fonts/BlissPro/BlissPro.eot");
    src: url("../fonts/BlissPro/BlissPro.eot?#iefix")format("embedded-opentype"),
        url("../fonts/BlissPro/BlissPro.woff")format("woff"),
        url("../fonts/BlissPro/BlissPro.woff2")format("woff2"),
        url("../fonts/BlissPro/BlissPro.ttf")format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* @font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff")format("woff"),
        url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff2")format("woff2"),
        url("../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf")format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

:root {
    --black: #1F1F1F;
    --green: #5EA616;
    --red: #AA0F2E;
    --white: #ffffff;

}

* {
    outline: none !important;
    box-sizing: border-box !important;
}

ul,
ol,
p,
div,
label,
h1,
h2,
h3,
h4,
h5 {
    list-style: none;
    padding: 0;
    margin: 0;
}

button,
button span {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

img {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

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

body,
html {
    font-family: 'BlissPro', sans-serif;
    /* min-height: 100vh; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}

.body-ovh {
    overflow: hidden;
}

.caption {
    font-weight: 900;
    /* line-height: 1; */
    /* text-transform: uppercase; */
}

.caption_size_h1 {
    font-size: 50px;
    line-height: 55px;
}

.caption_size_h2 {
    font-size: 48px;
}

.caption_size_h3 {
    font-size: 40px;
}

.caption_size_h4 {
    font-size: 35px;
}

.caption_size_h5 {
    font-size: 30px;
}

.caption_color_white {
    color: var(--white);
}

.caption_color_black {
    color: var(--black);
}

.caption_color_red {
    color: var(--red);
}

.text {
    font-weight: 400;
}

.text_color_white {
    color: var(--white);
}

.text_color_red {
    color: var(--red);
}

.text_color_red a {
    color: var(--red);
    text-decoration: underline;
}

.text_color_white a {
    color: var(--white);
    text-decoration: underline;
}

.text_color_black {
    color: var(--black);
}

.text_color_black a {
    color: var(--black);
    text-decoration: underline;
}

.text_size_small {
    font-size: 14px;
}

.text_size_normal {
    font-size: 18px;
}

.text_size_big {
    font-size: 24px;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hamburger {
    display: none;
}

.header {
    background-color: #fff;
    height: 95px;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.main {
    padding-top: 95px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu__logo {
    /* margin-right: 60px; */
    margin-right: auto;
    display: flex;
    align-items: center;
}

.main-menu {}


.main-menu__links {
    display: flex;
    grid-gap: 48px;
}

.main-menu__link {
    position: relative;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}

.main-menu__link:hover {
    color: var(--green);
}

.main-menu__link:hover:after {
    content: '';
    position: absolute;
    top: calc(100% + 32px);
    width: calc(100% + 50px);
    left: -25px;
    height: 6px;
    background: var(--red);
}

.main-banner {
    /* background-color: #F8F8F8; */
    background-image: url(../img/banner-apples.png), linear-gradient(180deg, #F8F8F8, #FFFFFF);
    background-repeat: no-repeat;
    background-position: 100% 0, 0 0;
    background-size: 468px, cover;
    /* height: calc(100dvh - 95px); */
    /* display: flex; */
    /* align-items: center; */
    padding: 230px 0 130px;
}


.main-banner__main-image-wrapper {
    position: relative;
}

.main-banner__main-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-banner__content {
    /* display: flex;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 75px;
}

.main-banner__text {
    max-width: 500px;
}

.main-banner__caption {
    margin-bottom: 35px;
}

.main-banner__caption span {
    color: var(--red);
}

.main-banner__subcaption {
    margin-bottom: 100px;
}

.main-banner__gifts {
    display: flex;
    margin-bottom: 30px;
}

.main-banner__prize {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F6F6F6;
    padding: 25px 25px 25px 25px;
    border-radius: 16px;
    position: relative;
    margin-bottom: 35px;
}

.main-banner__gifts {
    position: absolute;
    right: 35px;
    top: -20px;
}

.tabs-swiper-wrapper {
    width: 100%;
}

.tabs-swiper-wrapper__dots,
.videos-wrapper__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    grid-gap: 16px;
}

.tabs-swiper-wrapper__dots .swiper-pagination-bullet,
.videos-wrapper__dots .swiper-pagination-bullet {
    background-color: #DADADA;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 8px;
    transition: .3s;
}

.tabs-swiper-wrapper__dots .swiper-pagination-bullet-active,
.videos-wrapper__dots .swiper-pagination-bullet-active {
    background-color: var(--red);
}

.tabs-swiper {
    /* width: ; */
}


.info-section {
    padding-top: 60px;
    padding-bottom: 100px;
}

.info-tabs {
    border-radius: 30px;
    /* overflow: hidden; */
}

.tabs-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 2px solid var(--white);
    grid-gap: 2px;
}

.tabs-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    height: 80px;
    position: relative;
    background-color: #F8F6F6;
}

.tabs-button:first-child {
    border-radius: 30px 0 0 0;
}

.tabs-button:last-child {
    border-radius: 0 30px 0 0;
}

.tabs-button span {
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    color: var(--black);
}

.tabs-button img {
    position: absolute;
    right: 35px;
    bottom: 14px;
}

.tabs-button_active {
    background-color: var(--red);
}

.tabs-button_active span {
    color: var(--white);
}

.tabs-panel .container {
    display: flex;
    align-items: flex-start;
    position: relative;
    grid-gap: 45px;
    background-image: url(../img/panel-monster.svg);
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: 95px;
    padding: 60px 70px 50px 90px;
    min-height: 680px;
}

.tabs-panel {
    justify-content: space-between;
    background-image: url(../img/tab-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 45vw 100%;
    position: relative;
    background-color: var(--red);
}

.tabs-panel__caption {
    margin-bottom: 20px;
}

.tabs-panel__text {
    font-weight: 800;
    margin-bottom: 32px;
}

.tabs-list li {
    position: relative;
    padding-left: 40px;
}

.tabs-list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--green);
}

.tabs-list li:not(:last-child) {
    margin-bottom: 20px;
}

.tabs-panel__tabs-list {
    max-width: 480px;
    margin-bottom: 40px;
}

.tabs-tags {
    display: flex;
    grid-gap: 10px;
}

.tabs-tags__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 23px;
    border-radius: 23px;
    font-size: 16px;
    color: var(--white);
    border: 1px solid var(--white);
    transition: .3s;
}

.tabs-tags__tag:hover {
    color: var(--black);
    background-color: var(--white);
}

.tabs-panel__image_align_center {
    margin-top: auto;
    margin-bottom: auto;
}

.tabs-panel__image .text {
    position: absolute;
    right: 35px;
    bottom: 55px;
}

.info-section__info-tabs {
    margin-bottom: 80px;
}

.steps-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.steps-header__caption span {
    color: var(--red);
}

.steps-header__caption {
    position: relative;
    max-width: 435px;
}

.steps-header__caption:after {
    content: '';
    position: absolute;
    left: calc(100% + 25px);
    width: 415px;
    height: 30px;
    background-image: url(../img/steps-header-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}

.steps-header__content .text {
    margin-top: 12px;
}

.steps-header__content {}

.steps__caption {
    margin-bottom: 30px;
}

.steps-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 25px;
}

.steps-item {
    height: 160px;
    display: flex;
    align-items: center;
    grid-gap: 45px;
    padding: 0 35px;
    border-radius: 30px;
    border: 1px solid #DADADA;
}

.steps-item__value {
    font-weight: 900;
    font-size: 48px;
    color: var(--green);
}

.steps__links {
    margin-top: 35px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    color: var(--white);
    background-color: var(--green);
    height: 55px;
    border-radius: 28px;
    transition: .3s;
    /* border: 1px solid var(--green); */
}

.button:hover {
    background-color: #559A0F;
    /* color: var(--green); */
}

.test-section {
    background-color: var(--green);
    padding-top: 100px;
    padding-bottom: 140px;
}

.test-section__caption {
    margin-bottom: 10px;
}

.test-section__sub-caption {
    margin-bottom: 35px;
}

.test-wrapper {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.test-wrapper__left {
    padding: 50px 25px 50px 100px;
    background-color: var(--white);
    width: 100%;
    display: flex;
}

.test-wrapper__left_active {
    background-color: var(--green);
}

.test-wrapper__left_active .form-screen {
    display: none !important;
}

.test-wrapper__left_active .submited-screen {
    display: flex;
    flex-direction: column;
}

.test-wrapper__right {
    background-color: #F4F4F4;
    padding: 100px 36px;
    width: 390px;
    flex-shrink: 0;
    background-image: url(../img/test-pic.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 100%;
    background-size: 250px;
}

.test-wrapper__right_active {
    background-color: var(--green);
    background-image: url(../img/form-pic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 315px;
}

.test-wrapper__right_active .caption,
.test-wrapper__right_active .text,
.test-wrapper__right_active .socials {
    display: none;
}

.test-wrapper__right .caption {
    margin-bottom: 25px;
}

.test-wrapper__right .text {
    margin-bottom: 32px;
}

.test-wrapper__right .text a {
    color: var(--green);
}

.test-block__top {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 18px;
    background-color: var(--red);
    width: max-content;
    margin-bottom: 15px;
}

.submited-screen {
    display: none;
    margin-top: auto;
    margin-bottom: auto;
}

.form-screen {
    margin-top: auto;
    margin-bottom: auto;
}

.form-screen__caption {
    margin-bottom: 17px;
}

.form-screen__text {
    margin-bottom: 17px;
}

.input {
    display: flex;
    align-items: center;
    padding: 0 30px;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #F4F4F4;
    width: 100%;

    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--black);
}

.input::placeholder {
    color: #9f9f9f;
}

.form__input:not(:last-child) {
    margin-bottom: 10px;
}

.acceptance input {
    display: none;
}

.acceptance label {
    font-size: 14px;
    color: #6D6D6D;
    padding-left: 38px;
    cursor: pointer;
    position: relative;
    display: block;
}

.acceptance label::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    display: flex;
    border-radius: 2px;
    background-color: #F4F4F4;
}

.acceptance input:checked+label::before {
    background-image: url(../img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.acceptance label a {
    color: #6D6D6D;
    text-decoration: underline;
}

.form__acceptance {
    margin-bottom: 10px;
    margin-top: 20px;
}

.form__button {
    margin-top: 25px;
}

.form__button:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.socials {
    display: flex;
    grid-gap: 5px;
}

.socials a {
    transition: .3s;
}

.socials a:hover {
    filter: brightness(0.85);
}

.test-block__question {
    margin-bottom: 20px;
}

.test-answer:not(:last-child) {
    margin-bottom: 10px;
}

.test-answer input {
    display: none;
}

.test-answer label {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    border-radius: 25px;
    cursor: pointer;
}

.test-answer input:checked+label {
    background-color: var(--green);
}

.test-answer input:checked+label .text,
.test-answer input:checked+label .text span {
    color: var(--white);
}

.test-answer label span {
    color: var(--green);
}

.test-answers {
    margin-bottom: 20px;
}

.test-block__next-button {
    width: max-content;
}

.test-block__restart-button {
    width: max-content;
}

.result-screen {
    margin-top: auto;
    margin-bottom: auto;
}

.result-screen__caption {
    margin-bottom: 15px;
}

.result-screen__text {
    margin-bottom: 30px;
}

.faq-section {
    padding-top: 70px;
    padding-bottom: 200px;
    scroll-margin-top: 60px;
}

.faq-section__caption {
    margin-bottom: 30px;
}

.video-item img {
    display: flex;
    max-width: 100%;
}

.video-item {
    position: relative;
    transition: filter .3s;
}

.video-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background-image: url(../img/play-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .4));
}

.video-item:hover {
    filter: drop-shadow(0px 0px 10px var(--green));
}

.faq-section__videos-wrapper {
    margin-bottom: 80px;
}

.faq-item {
    border-bottom: 2px solid #DBDBDB
}

.faq-item__top {
    cursor: pointer;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item__caption {
    padding-right: 30px;
}

.faq-item__button {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.faq-item__button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background-color: var(--white);
    margin: auto;
}

.faq-item__button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background-color: var(--white);
    margin: auto;
    transform: rotate(90deg);
    transition: .3s;
}

.faq-item__content {
    padding-bottom: 40px;
    display: none;
}

.faq-item_active .faq-item__content {
    display: block;
}

.faq-item_active .faq-item__button:before {
    transform: rotate(0deg);
}

.faq-section__faq-items {
    margin-bottom: 60px;
}

.faq-section__subcaption {
    margin-bottom: 20px;
}

.woman-banner {
    background-color: var(--green);
}

.woman-banner__content {
    display: flex;
    align-items: flex-end;
    grid-gap: 120px;
}

.woman-banner__pic {
    position: relative;
}

.woman-banner__pic img {
    position: absolute;
    left: 0;
    bottom: -80px;
}

.woman-banner__text {
    max-width: 380px;
    padding-top: 110px;
    padding-bottom: 85px;
}

.woman-banner__caption {
    margin-bottom: 40px;
}

.footer {
    background-image: linear-gradient(180deg, #F8F8F8, #FFFFFF);
    border-top: 5px solid var(--green);
    padding-top: 120px;
    padding-bottom: 30px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    grid-gap: 80px;
    align-items: center;
}

.copyright {
    font-size: 14px;
    color: #939393;
}

.shops {
    padding-top: 150px;
    padding-bottom: 150px;
}

.shops__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shops__caption {
    position: relative;
}

.shops__caption:after {
    content: '';
    position: absolute;
    left: calc(100% + 25px);
    width: 415px;
    height: 30px;
    background-image: url(../img/steps-header-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shops-items {
    display: flex;
    grid-gap: 60px;
    align-items: center;
}

.shop-item {
    display: flex;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

.modal {
    max-width: 1200px;
    width: 100%;
    background-color: var(--white);
    padding: 40px;
    position: relative;
}

.instruction-modal__caption {
    margin-bottom: 35px;
}

.instruction-modal__sub-caption {
    margin-bottom: 30px;
}

.instuction-info {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.instuction-info__caption {
    min-height: 42px;
    margin-bottom: 12px;
}

.instruction-modal__instruction-info:not(:last-child) {
    margin-bottom: 60px;
}

.modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
}

.overlay {
    display: none;
}

.overlay_active {
    display: flex;
}

.modal {
    display: none;
    max-height: calc(100dvh - 100px);
    overflow: auto;
}

.modal_active {
    display: flex;
    flex-direction: column;
}

.video-modal {
    padding: 0;
    width: max-content;
    overflow: visible;
}

.video-modal iframe {
    padding: 0;
    display: flex;
}

.video-modal__close {
    right: -70px;
    top: 0px;
    filter: invert(1);
}

.modal-options li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
}

.modal-options {
    /* padding-bottom: 30px; */
}

.winners-table-wrapper {
    border-radius: 30px;
    padding: 20px;
    background-color: #fff;
}

.winners-table {
    width: 100%;
    /* border-collapse: ; */
    display: flex;
    flex-direction: column;
}

.winners-table thead {
    margin-bottom: 10px;
}

.winners-table tbody {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.winners-table thead th {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

.winners-table tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.winners-table thead th:first-child {
    border-radius: 25px 0 0 25px;
    padding-left: 30px;
}

.winners-table thead th:last-child {
    border-radius: 0 25px 25px 0;
    padding-right: 30px;
}

.winners-table tbody td:first-child {
    border-radius: 25px 0 0 25px;
    padding-left: 30px;
    border-left: 1px solid #00000014;
}

.winners-table tbody td:last-child {
    border-radius: 0 25px 25px 0;
    padding-right: 30px;
    border-right: 1px solid #00000014;
}

.winners-table tbody td {
    border-top: 1px solid #00000014;
    border-bottom: 1px solid #00000014;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}