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

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

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

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

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

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


:root {
    --black: #000000;
    --orange: #F3410E;
    --main-bg: #F9F4EC;
}

* {
    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: 'Montserrat', sans-serif !important;
    /* 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;
}

.grecaptcha-badge {
    display: none !important;
}

.main {
    background-color: var(--main-bg);
}

.hamburger {
    display: none;
}

.body-ofh {
    overflow: hidden;
}

.hamburger {
    display: none;
}

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

.button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: opacity .3s;
}

.button_size_normal {
    height: 63px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 32px;
}

.button_color_orange {
    background-color: var(--orange);
    color: #fff;
    transition: box-shadow .3s;
}

.button_color_orange:hover{
    box-shadow: 0px 4px 30.9px 0px #F3410E;
}

.button_color_white {
    background-color: #FFFFFF;
    color: #000000;
}

.button_color_blue {
    background-color: #35A2EB;
    color: #fff;
}

.button_color_golden {
    background-image:
        linear-gradient(107.85deg, #FFFBB4 8.88%, #C38500 61.34%, #FFFFFF 101.58%);
    color: #000000;
    box-shadow: 0px 12px 26.7px 0px #C3850078, 0px 4px 4px 0px #FFFFFF54 inset;
}

.text {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.text_size_big {
    font-size: 22px;
}

.text_size_normal {
    font-size: 20px;
}

.text_size_small {
    font-size: 16px;
}

.text_color_white {
    color: #FFF;
}

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

.caption {
    font-weight: 800;
}

.caption_size_h1 {
    font-size: 52px;
    line-height: 120%;
}

.caption_size_h2 {
    font-size: 38px;
    line-height: 120%;
}

/* .caption_size_h3{
    font-size: 28px;
    line-height: 110%;
} */

.caption_size_h3 {
    font-size: 25px;
    line-height: 110%;
}

.caption_size_h4 {
    font-size: 18px;
    line-height: 130%;
}

.caption_color_white {
    color: #FFF;
}

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

/* .header {
    background-color: #F3410E;
    height: 72px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
} */

/* .header-menu__logo {
    display: flex;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav__logo {
    position: absolute;
    left: 0;
    top: -20px;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav__main-menu {
    margin-left: auto;
}

.main-menu__link {
    font-size: 24px;
    font-weight: 700;
    font-family: Noteworthy;
    color: #fff;
} */

.main-banner {
    background-image: url(../img/banner-bottom-shape.png), url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 140px, cover;
    background-position: center calc(100% + 2px), center 0;
    min-height: 810px;
    display: flex;
    /* height: 100dvh; */
}

.main-banner__content {
    max-width: 450px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.main-banner__logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 35px;
}

.main-banner__title {
    margin-bottom: 55px;
}

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

.main-banner__caption {
    text-transform: uppercase;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 800;
}

.main-banner__caption span:first-child {
    font-size: 22px;
}

.main-banner__caption span:nth-child(2) {
    font-size: 23px;
}

.main-banner__caption span:nth-child(3) {
    font-size: 14.5px;
}

.main-banner__caption span:nth-child(4) {
    font-size: 50px;
    line-height: 45px;
}

.main-banner__button {
    width: 215px;
    grid-gap: 10px;
    text-align: center;
}

.main-banner__button img {
    transition: .3s;
}

.main-banner__button:hover img {
    transform: translateY(4px);
}

.main-infos {
    background-color: var(--main-bg);
    padding-top: 60px;
    padding-bottom: 210px;
}

.main-infos > .app-container{
    /* overflow: hidden; */
}

.ingridients {
    background-image: url(../img/ingridient-content-bg-shape.svg);
    background-size: contain;
    width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
}

.ingridients:before {
    content: '';
    position: absolute;
    left: -130px;
    bottom: 19px;
    width: 670px;
    height: 670px;
    background-image: url(../img/product-banner-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ingridients:after {
    content: '';
    position: absolute;
    right: -67px;
    bottom: 40px;
    width: 140px;
    height: 140px;
    background-image: url(../img/soon-sticker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    animation: floating 3s infinite;
}

@keyframes floating {
    0%,100% {
        transform: translateY(0);
    }

    50%{
        transform: translateY(-20px);
    }
}

.ingridients__content {
    background-image: url(../img/ingridient-content-shape.svg);
    background-size: cover, contain;
    width: 870px;
    height: 495px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 150px;
    /* padding-right: 50px; */
    margin-left: auto;
    margin-top: 26px;
    margin-right: 20px;
    padding-top: 0px;
}

.ingridients__caption {
    margin-bottom: 15px;
}

.ingridients__text {
    max-width: 650px;
    margin-bottom: 70px;
}

.ingridients-list {
    display: flex;
    margin-left: -20px;
}

.ingridients-list picture:nth-child(2n) {
    /* transform: translateY(-40px); */
    margin-top: -40px;
}

.main-infos__ingridients {
    margin-bottom: 30px;
    margin-left: auto;
    /* margin-right: auto; */
}

.game-info {
    background-image: url(../img/game-info-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 570px;
    padding-left: 90px;
    display: flex;
    align-items: center;
    position: relative;
    scroll-margin-top: 60px;
}

.game-info:after {
    content: '';
    position: absolute;
    width: 620px;
    height: 660px;
    background-image: url(../img/rockman.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: -50px;
}


.game-info:before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -139px;
    width: 200px;
    height: 200px;
    background-image: url(../img/ican-sticker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    animation: floating 3s infinite;
}

.game-info__content {
    max-width: 650px;
}

.game-info__caption {
    margin-bottom: 20px;
}

.game-info__text {
    margin-bottom: 40px;
}

.game-info__button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 270px;
}

.game-info__button img {
    transform: rotate(-90deg);
}

.last-sections-wrapper{
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.days {
    background-color: var(--main-bg);
    background-image: radial-gradient(111.45% 290.39% at 18.74% 45.45%, #441500 0%, #AA3500 100%);
    background-size: calc(100% + 2px);
    background-position: -2px 0;
    height: 1030px;
    padding-top: 200px;
    margin-top: -80px;
    overflow: hidden;
    clip-path: polygon( 2.421% 0.477%,2.421% 0.477%,2.645% 0.353%,2.873% 0.247%,3.105% 0.16%,3.339% 0.092%,3.576% 0.042%,3.814% 0.012%,4.054% 0%,4.293% 0.008%,4.533% 0.034%,4.772% 0.08%,4.772% 0.08%,5.014% 0.191%,5.213% 0.341%,5.371% 0.521%,5.49% 0.726%,5.571% 0.948%,5.615% 1.18%,5.625% 1.414%,5.601% 1.644%,5.546% 1.863%,5.461% 2.063%,5.461% 2.063%,5.433% 2.113%,5.405% 2.163%,5.376% 2.212%,5.346% 2.259%,5.316% 2.306%,5.284% 2.352%,5.252% 2.397%,5.22% 2.441%,5.186% 2.484%,5.152% 2.526%,5.152% 2.526%,5.085% 2.596%,5.02% 2.67%,4.959% 2.75%,4.901% 2.834%,4.847% 2.922%,4.796% 3.014%,4.748% 3.109%,4.705% 3.209%,4.665% 3.312%,4.63% 3.418%,4.63% 3.418%,4.571% 3.663%,4.547% 3.903%,4.554% 4.134%,4.588% 4.356%,4.645% 4.566%,4.719% 4.762%,4.806% 4.942%,4.903% 5.104%,5.004% 5.247%,5.105% 5.367%,5.105% 5.367%,5.177% 5.435%,5.25% 5.498%,5.325% 5.558%,5.402% 5.614%,5.48% 5.665%,5.559% 5.713%,5.64% 5.757%,5.722% 5.796%,5.805% 5.832%,5.888% 5.863%,5.888% 5.863%,6.168% 5.924%,6.466% 5.949%,6.783% 5.937%,7.12% 5.886%,7.48% 5.797%,7.862% 5.668%,8.268% 5.498%,8.699% 5.288%,9.156% 5.035%,9.641% 4.739%,9.641% 4.739%,10.394% 4.239%,11.099% 3.754%,11.775% 3.291%,12.439% 2.857%,13.111% 2.459%,13.81% 2.106%,14.553% 1.803%,15.361% 1.558%,16.25% 1.378%,17.241% 1.27%,17.241% 1.27%,17.291% 1.266%,17.425% 1.26%,17.626% 1.258%,17.877% 1.269%,18.16% 1.299%,18.459% 1.356%,18.754% 1.447%,19.029% 1.579%,19.267% 1.76%,19.45% 1.997%,19.45% 1.997%,19.553% 2.208%,19.623% 2.421%,19.665% 2.636%,19.682% 2.848%,19.678% 3.054%,19.658% 3.253%,19.626% 3.441%,19.586% 3.616%,19.541% 3.774%,19.497% 3.913%,19.497% 3.913%,19.469% 3.994%,19.445% 4.076%,19.424% 4.16%,19.407% 4.245%,19.393% 4.331%,19.383% 4.418%,19.376% 4.506%,19.373% 4.595%,19.374% 4.684%,19.378% 4.773%,19.378% 4.773%,19.41% 4.963%,19.465% 5.153%,19.545% 5.338%,19.654% 5.512%,19.794% 5.669%,19.968% 5.803%,20.18% 5.908%,20.431% 5.979%,20.725% 6.01%,21.065% 5.995%,21.065% 5.995%,21.633% 5.869%,22.234% 5.624%,22.86% 5.284%,23.503% 4.87%,24.155% 4.405%,24.808% 3.911%,25.453% 3.411%,26.083% 2.927%,26.689% 2.481%,27.263% 2.096%,27.263% 2.096%,27.734% 1.828%,28.225% 1.599%,28.73% 1.413%,29.236% 1.271%,29.736% 1.175%,30.22% 1.128%,30.678% 1.131%,31.1% 1.188%,31.477% 1.299%,31.8% 1.468%,31.8% 1.468%,31.934% 1.58%,32.052% 1.714%,32.155% 1.865%,32.245% 2.025%,32.322% 2.191%,32.388% 2.356%,32.443% 2.513%,32.49% 2.659%,32.528% 2.786%,32.56% 2.889%,32.56% 2.889%,32.722% 3.36%,32.921% 3.844%,33.169% 4.318%,33.481% 4.756%,33.872% 5.136%,34.355% 5.432%,34.945% 5.621%,35.657% 5.678%,36.503% 5.58%,37.5% 5.301%,37.5% 5.301%,37.833% 5.171%,38.165% 5.034%,38.495% 4.89%,38.823% 4.739%,39.149% 4.58%,39.474% 4.415%,39.797% 4.242%,40.118% 4.062%,40.437% 3.876%,40.753% 3.682%,40.753% 3.682%,41.491% 3.261%,42.209% 2.857%,42.907% 2.477%,43.589% 2.131%,44.254% 1.828%,44.904% 1.574%,45.54% 1.38%,46.164% 1.253%,46.777% 1.203%,47.38% 1.237%,47.38% 1.237%,47.985% 1.444%,48.402% 1.834%,48.689% 2.36%,48.905% 2.971%,49.11% 3.62%,49.363% 4.258%,49.723% 4.837%,50.249% 5.308%,51% 5.622%,52.035% 5.731%,52.035% 5.731%,52.684% 5.681%,53.294% 5.553%,53.891% 5.352%,54.5% 5.081%,55.146% 4.744%,55.855% 4.344%,56.652% 3.885%,57.562% 3.372%,58.611% 2.807%,59.825% 2.195%,59.825% 2.195%,61.032% 1.668%,62.034% 1.339%,62.851% 1.184%,63.506% 1.18%,64.02% 1.303%,64.414% 1.529%,64.712% 1.834%,64.934% 2.195%,65.103% 2.588%,65.24% 2.988%,65.24% 2.988%,65.362% 3.35%,65.508% 3.749%,65.693% 4.162%,65.928% 4.568%,66.228% 4.946%,66.606% 5.274%,67.075% 5.532%,67.647% 5.697%,68.338% 5.748%,69.158% 5.665%,69.158% 5.665%,69.779% 5.507%,70.407% 5.276%,71.054% 4.982%,71.729% 4.634%,72.445% 4.24%,73.211% 3.809%,74.039% 3.351%,74.938% 2.873%,75.92% 2.386%,76.996% 1.898%,76.996% 1.898%,77.901% 1.547%,78.673% 1.318%,79.323% 1.198%,79.864% 1.176%,80.306% 1.237%,80.662% 1.37%,80.944% 1.561%,81.163% 1.798%,81.332% 2.069%,81.461% 2.36%,81.461% 2.36%,81.547% 2.617%,81.642% 2.938%,81.753% 3.305%,81.892% 3.7%,82.066% 4.103%,82.287% 4.497%,82.562% 4.862%,82.902% 5.179%,83.316% 5.431%,83.813% 5.598%,83.813% 5.598%,84.336% 5.683%,84.831% 5.702%,85.311% 5.658%,85.785% 5.555%,86.267% 5.396%,86.769% 5.185%,87.301% 4.924%,87.877% 4.617%,88.507% 4.268%,89.203% 3.88%,89.203% 3.88%,89.926% 3.482%,90.673% 3.072%,91.436% 2.665%,92.201% 2.277%,92.959% 1.923%,93.697% 1.618%,94.405% 1.378%,95.071% 1.219%,95.685% 1.156%,96.233% 1.204%,96.233% 1.204%,96.649% 1.356%,96.968% 1.601%,97.212% 1.924%,97.403% 2.307%,97.56% 2.732%,97.706% 3.183%,97.86% 3.643%,98.044% 4.095%,98.278% 4.521%,98.585% 4.905%,98.585% 4.905%,98.881% 5.162%,99.196% 5.364%,99.525% 5.515%,99.862% 5.62%,100.203% 5.685%,100.541% 5.716%,100.872% 5.717%,101.19% 5.694%,101.49% 5.653%,101.767% 5.598%,101.767% 5.598%,102.077% 5.516%,102.406% 5.409%,102.756% 5.276%,103.127% 5.119%,103.519% 4.938%,103.932% 4.733%,104.367% 4.504%,104.824% 4.253%,105.303% 3.978%,105.805% 3.682%,105.805% 3.682%,107.285% 2.843%,108.594% 2.184%,109.74% 1.697%,110.73% 1.373%,111.573% 1.204%,112.275% 1.182%,112.845% 1.298%,113.289% 1.544%,113.616% 1.912%,113.832% 2.393%,113.832% 2.393%,113.981% 2.871%,114.17% 3.421%,114.418% 4.001%,114.744% 4.567%,115.165% 5.074%,115.701% 5.479%,116.371% 5.738%,117.192% 5.808%,118.184% 5.643%,119.366% 5.202%,119.366% 5.202%,119.622% 5.081%,119.883% 4.953%,120.148% 4.819%,120.418% 4.68%,120.691% 4.536%,120.967% 4.388%,121.246% 4.236%,121.528% 4.082%,121.812% 3.925%,122.097% 3.767%,122.097% 14.338%,104.514% 14.338%,104.514% 92.547%,104.514% 92.547%,99.518% 93.914%,94.402% 95.151%,89.171% 96.257%,83.832% 97.227%,78.391% 98.058%,72.853% 98.745%,67.226% 99.286%,61.515% 99.677%,55.727% 99.914%,49.867% 99.994%,49.867% 99.994%,42.444% 99.866%,35.137% 99.486%,27.961% 98.861%,20.927% 97.999%,14.048% 96.908%,7.338% 95.594%,0.808% 94.065%,-5.528% 92.328%,-11.658% 90.391%,-17.569% 88.261%,-17.569% 13.913%,-0.313% 13.913%,-0.313% 2.063%,-0.313% 2.063%,-0.064% 1.896%,0.197% 1.733%,0.468% 1.573%,0.745% 1.414%,1.027% 1.258%,1.312% 1.102%,1.596% 0.947%,1.877% 0.791%,2.153% 0.635%,2.421% 0.477% );
}

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

.days__sub-caption {
    text-align: center;
    margin-bottom: 120px;
}

.slider-wrapper .swiper-slide {
    width: 305px;
}

.slider-wrapper{
    max-width: 100%;
}

.slider-wrapper .swiper {
    overflow: visible;
    max-width: 1170px;
    /* width: 1200px; */
}

.slider-wrapper__arrows {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    justify-content: center;
}

.slider-wrapper__arrows {
    margin-top: 70px;
}

.slider-wrapper__prev,
.slider-wrapper__next {
    width: 64px;
    height: 64px;
    box-shadow: 0px 9.52px 58.56px 0px #F3410E;
    transition: .3s;
}

.slider-wrapper__prev.swiper-button-disabled,
.slider-wrapper__next.swiper-button-disabled {
    box-shadow: none;
    opacity: .4;
}

.slider-wrapper__prev {
    transform: rotate(90deg);
}

.slider-wrapper__next {
    transform: rotate(-90deg);
}

.slide-day {
    height: 350px;
    display: flex;
    flex-direction: column;
    padding: 5px 16px 16px;
    border: 1px solid #FFFFFF66;
    border-radius: 30px;
}

.slide-day__image-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}

.slide-day__image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(107.85deg, #FFFBB4 8.88%, #C38500 61.34%, #FFFFFF 101.58%);
}

.slide-day__image img {
    position: absolute;
    left: -30px;
    top: -40px;
}

.slide-day__status {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    width: 150px;
    height: 55px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    border-radius: 27px;
    border: 1px solid #0000000F;
    padding: 0 12px;
}

.slide-day__status-text{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.slide-day__status-icon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0000002B;
    align-items: center;
    justify-content: center;
}

.slide-day__status_done .slide-day__status-icon {
    background-color: var(--orange);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACQSURBVHgB7dPRCYAgFIXhM0ojNEKb5AiN0CaN1giNcFLwoaBMb56I6IcLPSQfWgJfj2TnZ/TT4Kk81nNfC3UHaGiAshOU0uNOoA6qfvRdaFyw+JnDMwzRstMIbivCaT3euFtacN75puGlk8W9DLXirPn35uJUXJkrnMp7msAnGZqB69AC3EFVAndQd4A7VGgFujjde37Ftz0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.slide-day__caption {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-day__button {
    margin-top: auto;
}

.slide-day__button_ready {
    margin-top: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.slide-day__button_ready span {
    margin-right: auto;
}

.slide-day_active {
    background-color: #fff;
}

.conditions {
    background-color: var(--main-bg);
    padding-top: 130px;
    padding-bottom: 0px;
    overflow: hidden;
}

.conditions__start-button {
    margin-left: auto;
    margin-right: 4%;
    margin-top: -150px;
    width: 144px;
    height: 144px;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    font-weight: 700;
    gap: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 9.52px 58.56px 0px #F3410E;
    z-index: 2;
    position: sticky;
    top: 70dvh;
    animation: pulse 1s infinite;
}



.conditions__start-button img {
    transform: rotate(-90deg);
}

.conditions .app-container {
    position: relative;
    padding-bottom: 10px;
}

.conditions .app-container::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 210px;
    width: 170px;
    height: 153px;
    background-image: url(../img/delay-sticker.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    animation: floating 3s infinite;
}

.conditions__caption {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.conditions-items {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    justify-content: center;
    grid-gap: 140px;
}

.condition-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.condition-item__image {
    position: relative;
    width: max-content;
    margin-bottom: 18px;
}

.condition-item__image span {
    position: absolute;
    width: 55px;
    height: 48px;
    background-color: var(--orange);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 24px;
}

.condition-item__caption {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

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

.condition-item__text b {
    color: var(--orange);
}

.conditions__conditions-items {
    margin-bottom: 130px;
}

.faq{
    margin-bottom: 190px;
}

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

.faq-email {
    width: 330px;
    display: flex;
    height: 70px;
    gap: 10px;
    font-size: 16px;
    color: #000;
    background: #FFFFFF40;
    border: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.faq__bottom-email {
    display: none;
}

.faq__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.faq-item__content {
    padding: 10px 35px 20px;
    display: none;
}

.faq-item__header {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 20px;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 35px;
    transition: background-color .3s;
}

.faq-item__title {
    font-size: 16px;
    color: #000;
}

.faq-item__button {
    width: 43px;
    height: 43px;
    background-color: var(--orange);
    border-radius: 50%;
    background-image: url(../img/chevron-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    transition: .3s;
    flex-shrink: 0;
    /* transform: rotate(90deg); */
}

.faq-item {
    background-color: #fff;
    border-radius: 30px;
}

.faq-items li:not(:last-child) {
    margin-bottom: 10px;
}

.faq-item__header_active {
    background-color: var(--orange);
}


.faq-item__header_active .faq-item__button {
    background-color: #fff;
    background-image: url(../img/chevron-orange.svg);
    transform: rotate(180deg);
}


.faq-item__header_active .faq-item__title {
    color: #fff;
}

.faq-item__header_active+.faq-item__content {
    display: flex;
}

.faq-item__content .text {
    font-size: 14px;
    color: #000;
}

/* .footer {
    background-color: var(--orange);
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

.footer::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 10vw;
    background-image: url(../img/footer-shape.svg);
    background-repeat: no-repeat;
    background-size: calc(100% + 2px);
    background-position: center calc(100% + 2px);
}

.footer-content {
    display: flex;
    gap: 75px;
}

.footer__logo {
    display: flex;
    margin-bottom: 10px;
}

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

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: 840px;
    gap: 13px 55px;
}

.footer-menu__link {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.footer-menu__link:hover{
    text-decoration: underline;
} */