@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
}
body {
    font-family: var(--font-family);
    font-style: normal;
    color: #fff;
    background: #0b0d0e;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1440px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}
.title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 30;
    background: #1fad66;
    border-radius: 8px;
    padding: 14px 23px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s all;
}
.button span {
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    transition: 0.3s all;
    text-wrap: nowrap;
}
.button:hover {
    background: #3ad387;
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    .button {
        max-width: 100%;
        width: 100%;
    }
    .title {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        text-align: left;
    }
}
.hero {
    position: relative;
    background: url(../img/hero-bg.jpg) no-repeat;
    background-position: center right;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.hero__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 1080px;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.hero__link {
    display: inline-block;
    margin-bottom: 30px;
}
.hero__content {
    position: relative;
    z-index: 5;
    max-width: 400px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}
.hero__mascot {
    position: absolute;
    bottom: 0;
    right: 3vw;
    height: 90vh;
}
.hero__mascot img {
    height: 100%;
    width: auto;
    display: block;
}
.hero__qr {
    position: absolute;
    top: 42%;
    right: 22%;
    width: 25%;
    height: auto;
    aspect-ratio: 1/1;
}
.hero__qr canvas {
    width: 100%;
    height: 100%;
}
.hero__mobile {
    display: none;
}
.hero__desktop {
    display: block;
}
.hero__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
}
.hero__icons {
    max-width: 310px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 40px;
}
@media screen and (min-width: 1920px) {
    .hero__container {
        max-width: calc(1500px + -420 * (100vw - 3000px) / -1080);
    }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
    .hero__mascot {
        right: -5vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (orientation: portrait) {
    .hero__mascot {
        right: -15vw;
        height: 70vh;
    }
}
@media screen and (max-width: 768px) {
    .hero {
        background: 0 0;
        height: auto;
    }
    .hero__container {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero__mascot {
        display: none;
    }
    .hero__content {
        text-align: center;
        max-width: 100%;
    }
    .hero__desktop {
        display: none;
    }
    .hero__mobile {
        display: block;
    }
    .hero__link {
        display: inline-block;
        margin-bottom: 24px;
    }
    .hero__title {
        max-width: 300px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 12px;
    }
    .hero__text {
        text-align: left;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.25px;
        color: #cfd4d8;
        margin-bottom: 24px;
    }
    .hero__tabs {
        display: flex;
        background: #1a1d1f;
        border-radius: 8px;
        padding: 2px;
        margin-bottom: 26px;
    }
    .hero__tab {
        flex: 0 1 50%;
        padding: 12px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.25px;
        color: #abb2ba;
        background: 0 0;
        border: none;
        cursor: pointer;
    }
    .hero__tab.active {
        color: #f9fafa;
        background: #4c555e;
        border-radius: 6px;
    }
    .hero__android,
    .hero__ios {
        display: none;
    }
    .hero__android.active,
    .hero__ios.active {
        display: block;
    }
    .hero__img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .hero__apps {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 24px;
    }
    .hero__app {
        width: 68px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 8px;
        background: #2c3235;
        border-radius: 12px;
        border: none;
        transition: 0.3s background;
        border: 1px solid transparent;
    }
    .hero__app span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        letter-spacing: -0.2px;
        color: #cfd4d8;
    }
    .hero__app:hover {
        background: #454d51;
    }
    .hero__app.active {
        border: 1px solid #32d74b;
    }
    .hero__button-download {
        background: #2c3235;
        margin-top: 12px;
    }
    .hero__button-download:hover {
        background: #454d51;
    }
}
@media screen and (max-width: 600px) {
    .hero__app {
        width: calc(61px + 49 * (100vw - 320px) / 280);
    }
}
.features__container {
    padding-top: 60px;
    padding-bottom: 30px;
}
.features__content {
    text-align: center;
}
.features__title {
    margin-bottom: 40px;
}
.features__block {
    background: url(../img/features-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 40px;
    text-align: left;
}
.features__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
}
.features__item {
    display: grid;
    grid-template-columns: 64px auto;
    grid-template-areas: "icon title" "icon text";
    gap: 8px 20px;
    padding: 24px;
    background: #22262a;
    border-radius: 24px;
}
.features__item img {
    grid-area: icon;
}
.features__item h3 {
    grid-area: title;
    align-content: end;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #f9fafa;
}
.features__item p {
    grid-area: text;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #cfd4d8;
}
@media screen and (max-width: 768px) {
    .features__container {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .features__title {
        margin-bottom: 24px;
    }
    .features__block {
        background: url(../img/features-bg-mobile.jpg) no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 180px 12px 12px;
        margin-bottom: 24px;
    }
    .features__list {
        gap: 12px;
    }
    .features__item h3 {
        line-height: 28px;
    }
}
@media screen and (max-width: 370px) {
    .features__list {
        gap: 12px;
    }
    .features__item {
        grid-template-columns: 64px auto;
        padding: 12px;
        gap: 8px 10px;
    }
    .features__item h3 {
        font-size: 20px;
    }
    .features__item p {
        font-size: 14px;
    }
}
.get__container {
    padding-top: 60px;
    padding-bottom: 30px;
}
.get__content {
    text-align: center;
}
.get__title {
    margin-bottom: 40px;
}
.get__block {
    background: url(../img/get-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    padding: 68px 24px;
    margin-bottom: 40px;
    text-align: left;
}
.get__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 550px;
    width: 100%;
}
.get__item {
    display: grid;
    grid-template-columns: 64px auto;
    grid-template-areas: "icon title" "icon text";
    gap: 8px 20px;
    padding: 24px;
    background: #22262a;
    border-radius: 24px;
}
.get__item img {
    grid-area: icon;
}
.get__item h3 {
    grid-area: title;
    align-content: end;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #f9fafa;
}
.get__item p {
    grid-area: text;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #cfd4d8;
}
@media screen and (max-width: 768px) {
    .get__container {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .get__title {
        margin-bottom: 24px;
    }
    .get__block {
        background: url(../img/get-bg-mobile.jpg) no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 180px 12px 12px;
        margin-bottom: 24px;
    }
    .get__list {
        gap: 12px;
    }
    .get__item h3 {
        line-height: 28px;
    }
}
@media screen and (max-width: 370px) {
    .get__list {
        gap: 12px;
    }
    .get__item {
        grid-template-columns: 64px auto;
        padding: 12px;
        gap: 8px 10px;
    }
    .get__item h3 {
        font-size: 20px;
    }
    .get__item p {
        font-size: 14px;
    }
}
.how__container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.how__content {
    text-align: center;
}
.how__title {
    margin-bottom: 40px;
}
.how__list {
    display: flex;
    gap: 24px;
    text-align: left;
    margin-bottom: 40px;
}
.how__item {
    flex: 0 1 50%;
    display: grid;
    grid-template-columns: 64px auto;
    grid-template-areas: "icon title" "icon text";
    gap: 8px 20px;
    padding: 24px;
    background: #22262a;
    border-radius: 24px;
}
.how__item img {
    grid-area: icon;
}
.how__item h3 {
    grid-area: title;
    align-content: end;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #f9fafa;
}
.how__item p {
    grid-area: text;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #cfd4d8;
}
@media screen and (max-width: 1000px) {
    .how__list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .how__item {
        flex: 0 1 100%;
    }
}
@media screen and (max-width: 768px) {
    .how__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .how__title {
        margin-bottom: 24px;
    }
    .how__list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 24px;
    }
    .how__item {
        padding: 12px;
    }
    .how__item h3 {
        line-height: 28px;
    }
}
@media screen and (max-width: 370px) {
    .how__title {
        margin-bottom: 24px;
    }
    .how__item {
        grid-template-columns: 64px auto;
        padding: 12px;
        gap: 8px 10px;
    }
    .how__item h3 {
        font-size: 20px;
    }
    .how__item p {
        font-size: 14px;
    }
}
.bonus__container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bonus__content {
    max-width: 695px;
}
.bonus__main-title {
    max-width: 615px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #f9fafa;
    margin-bottom: 24px;
}
.bonus__text {
    max-width: 685px;
    color: #cfd4d8;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin-bottom: 24px;
}
.bonus__text a {
    color: #cfd4d8;
}
.bonus__btn-details {
    max-width: 320px;
    width: 100%;
    padding: 14px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: 0 0;
    border: none;
    color: #cfd4d8;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.bonus .offers-hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.bonus .offers-hidden .offer {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}
.bonus .offers-hidden .offer a {
    color: #cfd4d8;
}
.bonus .offers-hidden .offer__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #f9fafa;
}
.bonus .offers-hidden .offer__subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #f9fafa;
}
.bonus .offers-hidden .offer__text {
    color: #cfd4d8;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.bonus .offers-hidden .offer__ul {
    color: #cfd4d8;
    padding-left: 20px;
}
.bonus .offers-hidden .offer__ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.bonus .offers-hidden .offer__ul li:last-child {
    margin-bottom: 0;
}
.bonus .offers-hidden .offer__ol {
    color: #cfd4d8;
    padding-left: 20px;
}
.bonus .offers-hidden .offer__ol li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.bonus .offers-hidden .offer__ol li:last-child {
    margin-bottom: 0;
}
.bonus .offers-hidden .offer__faq {
    margin-bottom: 10px;
}
.bonus .offers-hidden .offer__img--mobile {
    display: none;
}
.bonus .offers-hidden .offer-faq {
    gap: 24px;
}
.bonus .offers-hidden .offer-faq .offer__subtitle {
    margin-bottom: 8px;
}
.bonus .offers-hidden.open {
    max-height: 12000px;
}
@media screen and (max-width: 768px) {
    .bonus__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bonus__main-title span {
        display: block;
    }
    .bonus__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .bonus__text {
        margin-bottom: 16px;
    }
    .bonus .offers-hidden.open {
        max-height: 11000px;
    }
    .bonus .offers-hidden .offer__img--mobile {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .bonus .offers-hidden .offer__img--desktop {
        display: none;
    }
}
.footer {
    overflow: hidden;
    position: relative;
    background: url(../img/footer-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer__container {
    padding-top: 105px;
    padding-bottom: 100px;
}
.footer__content {
    position: relative;
    z-index: 5;
    max-width: 270px;
}
.footer__phone {
    position: absolute;
    bottom: 0;
    right: 15vw;
    height: 100%;
}
.footer__phone img {
    height: 100%;
    width: auto;
    display: block;
}
.footer__qr {
    position: absolute;
    top: 37%;
    right: 31%;
    width: 40%;
    height: auto;
    aspect-ratio: 1/1;
}
.footer__qr canvas {
    width: 100%;
    height: 100%;
}
.footer__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}
.footer__icons {
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 40px;
}
.footer__button span {
    text-transform: initial;
}
.footer__button-desktop {
    display: flex;
}
.footer__button-mobile {
    display: none;
}
@media screen and (max-width: 1000px) {
    .footer__phone {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .footer {
        background: url(../img/footer-bg-mobile.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .footer__container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer__phone {
        display: none;
    }
    .footer__content {
        max-width: 100%;
    }
    .footer__title {
        max-width: 270px;
    }
    .footer__button span {
        text-transform: uppercase;
    }
    .footer__button-desktop {
        display: none;
    }
    .footer__button-mobile {
        display: block;
    }
}
