@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Organetto";
    src: url("../fonts/Organetto-RegularExt.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Organetto";
    src: url("../fonts/Organetto-UltraBoldSemiExt.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Organetto";
    src: url("../fonts/Organetto-UltraBoldExt.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

button {
    cursor: pointer;
}

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

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

@-webkit-keyframes sectionAppear {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes sectionAppear {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAppear {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fontSize {
    0% {
        font-size: 16px;
    }

    100% {
        font-size: 24px;
    }
}

@keyframes fontSize {
    0% {
        font-size: 16px;
    }

    100% {
        font-size: 24px;
    }
}

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    background-color: #0B0C0F;
    color: #FFFFFF;
    overflow-x: hidden;
    min-height: 100vh;
}

.title {
    font-family: "Organetto", sans-serif;
    font-size: 40px;
    line-height: 1.25;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.title span {
    font-weight: 900;
}

.text {
    color: #A6A6A6;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.text span {
    font-weight: 700;
}

.button {
    display: inline-block;
    background-color: #A10A0B;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    min-width: 215px;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.button:hover {
    background-color: #B71818;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 19px 10px #a10a0b96;
    box-shadow: 0px 0px 19px 10px #a10a0b96;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #A10A0B;
}

.section__hero {
    background: url("../img/hero-bg.jpg") 0 0/100% auto no-repeat;
    padding-bottom: 160px;
}

.hero {
    text-align: center;
}

.header {
    padding: 129px 0 100px;
}

.header img {
    width: 100%;
    max-width: 163px;
}

.hero__title {
    max-width: 715px;
    margin-bottom: 47px;
}

.hero__button {
    margin-bottom: 12px;
}

.hero__subinfo {
    font-size: 12px;
    line-height: 14px;
    color: #A6A6A6;
}

.section__benefits {
    margin-bottom: 81px;
    margin-top: -83px;
    overflow: hidden;
}

.benefitsSwiper {
    padding-bottom: 32px;
    overflow: visible;
}

.benefitsSwiper .swiper-wrapper {
    overflow: visible;
}

.benefitsSwiper .swiper-slide {
    height: auto;
}

.benefit {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 25px 20px 30px;
    background-color: #171719;
    border-radius: 11px;
    border: 1px solid #A10A0B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 21px;
}

.benefit__title {
    font-family: "Organetto", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
}

.benefit__text {
    font-size: 14px;
    line-height: 16px;
    margin-top: auto;
}

.section__video {
    margin-bottom: 81px;
}

.video {
    text-align: center;
}

.video__title {
    max-width: 800px;
    margin-bottom: 24px;
}

.video__text {
    margin-bottom: 39px;
}

.video__info {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding-top: 80px;
}

.video__info-state {
    position: absolute;
    left: 0;
    top: 55px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}

.video__info-state span {
    -webkit-animation: fontSize 0.5s ease forwards;
    animation: fontSize 0.5s ease forwards;
    color: #A10A0B;
    font-weight: 700;
    margin-left: 3px;
    text-shadow: #B71818 1px 0 7px;
}

.switch {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    background: #111317;
    border-radius: 18px;
    padding: 15px 22px;
}

.switch__logo {
    width: 100%;
    max-width: 127px;
}

.switch__input {
    display: none;
}

.switch__input:checked+label:before,
.switch__input:checked+label:after {
    left: 22px;
    background: #A10A0B;
}

.switch__input+label {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 18px;
    cursor: pointer;
}

.switch__input+label:before,
.switch__input+label:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #919599;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.switch__input+label:after {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.switch__input+label:before {
    background: lightgray;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.switch__input+label:active:before {
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1);
    opacity: 0;
}

.switch__indication {
    position: absolute;
    right: -70px;
    top: -67px;
}

.switch__text {
    position: absolute;
    font-family: "Organetto", sans-serif;
    font-size: 12px;
    line-height: 1.1;
    width: 100%;
    max-width: 100px;
    right: -157px;
    top: -74px;
    text-align: left;
}

.switch__text span {
    font-weight: 900;
}

.video__wrapper {
    position: relative;
    margin-top: -29px;
}

.video__block {
    position: relative;
    width: 100%;
    max-width: 806px;
    margin: 0 auto;
}

.video__block.hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.video__item {
    width: 100%;
    max-width: 806px;
    border-radius: 30px;
    aspect-ratio: 806/667;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__ping {
    position: absolute;
    top: 5%;
    left: 12%;
    line-height: 1.1;
    font-weight: 500;
    text-align: left;
    z-index: 100;
}

.video__ping-on {
    opacity: 0;
}

.video__ping-on::before {
    content: url(./../img/circle.svg);
    position: absolute;
    top: -54px;
    left: -40px;
}

.video__button {
    margin-top: 54px;
    margin-bottom: 12px;
}

.video__subinfo {
    font-size: 12px;
    line-height: 14px;
    color: #A6A6A6;
}

.section__travel {
    margin-bottom: 63px;
}

.travel {
    text-align: center;
}

.travel__title {
    max-width: 870px;
    margin-bottom: 32px;
}

.travel__map {
    width: 100%;
    max-width: 100%;
    margin-top: -30px;
}

.travel__arrow {
    margin-top: 12px;
}

.section__steps {
    margin-bottom: 132px;
}

.steps {
    text-align: center;
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
}

.steps__title {
    margin-bottom: 36px;
}

.steps__text {
    margin-bottom: 85px;
}

.steps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
}

.step {
    width: 100%;
    max-width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step__img {
    width: 100%;
    max-width: 90px;
}

.step__text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.step__number {
    font-size: 72px;
    line-height: 83px;
    margin-top: auto;
}

.step__arrow {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.steps__button {
    margin-top: 81px;
}

.section__players {
    margin-bottom: 70px;
    overflow: hidden;
}

.players {
    text-align: center;
}

.players__title {
    margin-bottom: 30px;
}

.players__text {
    margin-bottom: 75px;
}

.playersSwiper {
    padding-bottom: 32px;
    overflow: visible;
}

.playersSwiper .swiper-wrapper {
    overflow: visible;
}

.playersSwiper .swiper-slide {
    height: auto;
}

.player {
    position: relative;
    text-align: left;
    padding: 53px 38px 194px;
    background-color: #171719;
    border: 2px solid #A10A0B;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.player__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 13px;
    z-index: 1;
}

.player__game {
    font-size: 16px;
    line-height: 18px;
    color: #9C9C9C;
    margin-bottom: 23px;
    z-index: 1;
}

.player__followers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 36px;
    z-index: 1;
}

.player__followers span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.player__wins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    max-width: 156px;
    margin-top: auto;
    z-index: 1;
}

.player__img {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 0;
}

.players__arrow {
    margin-top: 75px;
}

.section__proto {
    margin-bottom: 105px;
}

.proto {
    text-align: center;
}

.proto__title {
    max-width: 720px;
    margin-bottom: 46px;
}

.proto__text {
    margin-bottom: 90px;
}

.proto__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.proto__card {
    position: relative;
    background-color: #171719;
    padding: 20px;
    border: 2px solid #A10A0B;
    border-radius: 10px;
    width: 100%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.proto__card-twitter {
    position: absolute;
    top: 20px;
    left: 20px;
}

.proto__card-user {
    display: block;
    border-radius: 100px;
    padding: 5px;
    border: 2px solid #A10A0B;
    margin-bottom: 19px;
}

.proto__card-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 8px;
}

.proto__card-subtitle {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 13px;
}

.proto__card-text {
    font-size: 14px;
    line-height: 16px;
    color: #B4B4B4;
}

.proto__card-text span {
    font-size: 24px;
    line-height: 28px;
}

.proto__button {
    margin-top: 124px;
}

.section__games {
    margin-bottom: 72px;
}

.games {
    text-align: center;
}

.games__title {
    max-width: 1150px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.games__text {
    padding: 0 20px;
    margin-bottom: 62px;
}

.gamesSwiper {
    padding-bottom: 22px;
}

.gamesSwiper .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gamesSwiper .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.gamesSwiper .swiper-slide img {
    pointer-events: none;
}

.games__arrow {
    margin-top: 75px;
}

.section__discount {
    margin-bottom: 87px;
}

.discount {
    text-align: center;
}

.discount__title {
    margin-bottom: 138px;
    max-width: 1100px;
}

.table {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.table__column {
    border: 2px solid #A10A0B;
}

.table__column-left {
    width: 100%;
    max-width: 42%;
    border: none;
}

.table__column-left .table__item {
    border-left: 2px solid #A10A0B;
    border-bottom: 2px solid #A10A0B;
}

.table__column-left .table__item-tl {
    border-top: 2px solid #A10A0B;
    border-radius: 21px 0px 0px 0px;
    height: 63.5px;
    margin-top: -1.5px;
}

.table__column-left .table__item-bl {
    border-bottom: 2px solid #A10A0B !important;
    border-radius: 0px 0px 0px 21px;
    height: 64px;
}

.table__column-middle {
    width: 100%;
    max-width: 29%;
    background: #020202;
    -webkit-box-shadow: 3px 3px 45px 4.5px rgba(255, 0, 0, 0.25);
    box-shadow: 3px 3px 45px 4.5px rgba(255, 0, 0, 0.25);
    border-radius: 21px 0px 0px 0px;
    z-index: 10;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.table__column-middle:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.table__column-right {
    width: 100%;
    max-width: 29%;
    border-left: none;
    border-radius: 0px 21px 21px 0px;
}

.table__info {
    position: relative;
    border-bottom: 2px solid #A10A0B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.table__info-left {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Organetto", sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    height: 253.2px;
    padding: 20px 32px;
    border: 2px solid transparent;
}

.table__info-left span {
    font-weight: 900;
}

.table__info-title {
    font-family: "Organetto", sans-serif;
    font-size: 18px;
    margin-bottom: 26px;
}

.table__info-label {
    background: #590001;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.table__info-warning {
    height: 41px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.5px;
    letter-spacing: 0.04em;
    color: #A10A0B;
    width: 100%;
    max-width: 130px;
    margin-bottom: 16px;
}

.table__info-subinfo {
    font-size: 9px;
    color: #A6A6A6;
    margin-bottom: 23px;
}

.table__info-button {
    font-size: 14px;
    padding: 10px;
    min-width: 162px;
}

.table__info-button-outline {
    background: transparent;
    border: 2px solid #A10A0B;
    height: 41px;
}

.table__info-best {
    position: absolute;
    top: -11px;
    text-align: center;
    padding: 4.5px 13px;
    background: #A10A0B;
    border-radius: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.table__item {
    font-size: 12px;
    padding: 10px 60px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    border-bottom: 2px solid #A10A0B;
}

.table__item:last-child {
    border-bottom: none;
}

.table__item-mobile {
    display: none;
}

.discount__button {
    margin-top: 100px;
}

.section__connect {
    margin-bottom: 60px;
    overflow-x: hidden;
}

.connect {
    text-align: center;
}

.connect__title {
    max-width: 860px;
    margin-bottom: 112px;
}

.connect__block {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #171719;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px;
    padding: 115px 50px 98px;
    text-align: left;
}

.connect__block-logo {
    width: 100%;
    max-width: 250px;
}

.connect__block-title {
    font-family: "Organetto", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1;
    width: 100%;
    max-width: 46%;
}

.connect__block-button {
    padding: 12px 40px;
}

.connect__block-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 48%;
}

.connect__arrow {
    margin-top: 76px;
}

.section__faq {
    margin-bottom: 130px;
}

.faq {
    text-align: center;
}

.faq__title {
    margin-bottom: 86px;
}

.accordion {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.accordion__item {
    background: #171719;
    border: 2px solid #A10A0B;
    border-radius: 21px;
}

.accordion__item.accordion__item-active .accordion__item-trigger {
    font-weight: 900;
}

.accordion__item.accordion__item-active .accordion__item-trigger img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion__item.accordion__item-active .accordion__item-content {
    display: block;
}

.accordion__item-trigger {
    position: relative;
    cursor: pointer;
    padding: 45px 90px;
    font-family: "Organetto", sans-serif;
    font-size: 20px;
    line-height: 1.1;
}

.accordion__item-trigger img {
    position: absolute;
    top: 47px;
    right: 45px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.accordion__item-content {
    display: none;
    padding: 0 120px 40px;
    text-align: left;
}

.accordion__item-content span {
    font-weight: 700;
}

.faq__button {
    margin-top: 150px;
    padding: 12px 42px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 29px 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer__links a {
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.footer__links a:hover {
    color: #A10A0B;
}

@media (min-width: 1449.98px) {
    .section__hero {
        padding-bottom: calc(160px + 20vw);
        margin-bottom: -20vw;
    }

    .section__benefits {
        margin-top: calc(-83px - 20vw);
    }
}

@media (max-width: 1199.98px) {
    .title {
        font-size: 36px;
    }

    .text {
        font-size: 22px;
    }

    .header {
        padding: 100px 0 80px;
    }

    .benefit {
        padding: 20px 20px 25px;
        gap: 16px;
    }

    .player {
        padding: 40px 28px 200px;
    }

    .player__title {
        font-size: 34px;
        line-height: 38px;
    }

    .player__followers {
        font-size: 34px;
        line-height: 38px;
    }

    .proto__title {
        max-width: 650px;
    }

    .proto__wrapper {
        gap: 25px;
    }

    .games__title {
        max-width: 1050px;
    }

    .section__discount {
        margin-bottom: 75px;
    }

    .discount__title {
        margin-bottom: 110px;
    }

    .discount__button {
        margin-top: 85px;
    }

    .connect__title {
        margin-bottom: 90px;
    }

    .connect__block {
        padding: 80px 50px;
    }

    .connect__block-logo {
        max-width: 220px;
    }

    .connect__block-title {
        font-size: 34px;
        max-width: 50%;
    }

    .connect__block-img {
        max-width: 44%;
    }

    .faq__title {
        margin-bottom: 70px;
    }

    .accordion {
        gap: 36px;
    }

    .accordion__item-content {
        padding: 0 90px 40px;
    }

    .faq__button {
        margin-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .title {
        font-size: 32px;
    }

    .text {
        font-size: 20px;
    }

    .button {
        font-size: 18px;
    }

    .section__hero {
        padding-bottom: 130px;
    }

    .header {
        padding: 75px 0 50px;
    }

    .hero__title {
        max-width: 615px;
        margin-bottom: 35px;
    }

    .video__title {
        max-width: 700px;
    }

    .travel__title {
        max-width: 700px;
        margin-bottom: 24px;
    }

    .section__steps {
        margin-bottom: 100px;
    }

    .steps__title {
        margin-bottom: 24px;
    }

    .steps__text {
        margin-bottom: 60px;
    }

    .step__text {
        font-size: 14px;
        line-height: 16px;
    }

    .step__number {
        font-size: 62px;
        line-height: 68px;
    }

    .steps__button {
        margin-top: 70px;
    }

    .players__title {
        margin-bottom: 24px;
    }

    .players__text {
        margin-bottom: 60px;
    }

    .section__proto {
        margin-bottom: 80px;
    }

    .proto__title {
        max-width: 550px;
        margin-bottom: 36px;
    }

    .proto__text {
        margin-bottom: 70px;
    }

    .proto__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .proto__card {
        max-width: calc(50% - 12.5px);
    }

    .proto__button {
        margin-top: 90px;
    }

    .games__title {
        max-width: 950px;
    }

    .games__text {
        margin-bottom: 40px;
    }

    .discount__title {
        margin-bottom: 80px;
    }

    .table__column-left {
        max-width: 36%;
    }

    .table__column-middle {
        max-width: 32%;
    }

    .table__column-right {
        max-width: 32%;
    }

    .table__info-left {
        font-size: 21px;
        padding: 20px;
        height: 247.5px;
    }

    .table__info-title {
        font-size: 16px;
    }

    .table__info-button {
        font-size: 14px;
        padding: 10px;
    }

    .table__item {
        padding: 10px 20px;
        font-size: 13px;
    }

    .connect__title {
        max-width: 700px;
        margin-bottom: 60px;
    }

    .connect__block {
        padding: 65px 40px;
    }

    .connect__block-title {
        font-size: 30px;
    }

    .connect__block-button {
        padding: 12px;
    }

    .connect__block-img {
        max-width: 46%;
        right: -30px;
    }

    .connect__arrow {
        margin-top: 60px;
    }

    .accordion__item-content {
        font-size: 21px;
        padding: 0 60px 40px;
    }
}

@media (max-width: 767.98px) {
    .title {
        font-size: 26px;
    }

    .text {
        font-size: 18px;
    }

    .button {
        padding: 8px 12px;
        font-size: 16px;
    }

    .header {
        padding: 50px 0 30px;
    }

    .header img {
        max-width: 130px;
    }

    .hero__title {
        max-width: 515px;
    }

    .hero__subinfo {
        font-size: 10px;
        line-height: 12px;
    }

    .benefit {
        padding: 20px 15px 25px;
    }

    .benefit__title {
        font-size: 15px;
        line-height: 21px;
    }

    .benefit__text {
        font-size: 12px;
        line-height: 14px;
    }

    .video__title {
        max-width: 520px;
        margin-bottom: 16px;
    }

    .video__text {
        margin-bottom: 28px;
    }

    .video__ping {
        left: 5%;
        font-size: 20px;
    }

    .video__ping-on::before {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        top: -60px;
        left: -46px;
    }

    .video__button {
        margin-top: 30px;
    }

    .video__subinfo {
        font-size: 10px;
        line-height: 12px;
    }

    .section__travel {
        margin-bottom: 50px;
    }

    .travel__title {
        max-width: 600px;
    }

    .travel__map {
        margin-top: -10px;
    }

    .steps__text {
        margin-bottom: 48px;
    }

    .steps__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }

    .step {
        gap: 12px;
        max-width: 160px;
    }

    .step__number {
        display: none;
    }

    .step__arrow {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin: 0;
    }

    .section__players {
        margin-bottom: 50px;
    }

    .playersSwiper .swiper-slide {
        width: auto;
    }

    .player {
        width: 370px;
    }

    .players__arrow {
        margin-top: 50px;
    }

    .proto__title {
        max-width: 450px;
    }

    .section__games {
        margin-bottom: 60px;
    }

    .games__arrow {
        margin-top: 65px;
    }

    .section__discount {
        margin-bottom: 60px;
    }

    .discount__title {
        margin-bottom: 60px;
    }

    .table__column-left {
        display: none;
    }

    .table__column-middle {
        max-width: 50%;
        border-radius: 21px 0px 0px 21px;
    }

    .table__column-right {
        max-width: 50%;
    }

    .table__info-title {
        max-width: 270px;
    }

    .table__info-button {
        font-size: 14px;
        padding: 10px;
    }

    .table__item {
        font-size: 12px;
    }

    .table__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .table__item-mobile {
        display: inline-block;
        text-align: left;
    }

    .discount__button {
        margin-top: 70px;
    }

    .connect__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        border-radius: 21px;
        padding: 50px 30px 0;
        gap: 30px;
    }

    .connect__block-logo {
        max-width: 170px;
    }

    .connect__block-title {
        max-width: 500px;
        font-size: 24px;
    }

    .connect__block-img {
        position: static;
        max-width: 500px;
        margin-top: -40px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .section__faq {
        margin-bottom: 80px;
    }

    .accordion {
        gap: 24px;
    }

    .accordion__item-trigger {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        padding: 30px;
        text-align: left;
    }

    .accordion__item-trigger img {
        position: static;
    }

    .accordion__item-content {
        font-size: 18px;
        padding: 0 30px 30px;
    }

    .faq__button {
        margin-top: 80px;
    }

    .footer {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 15px;
    }

    .title {
        font-size: 22px;
    }

    .text {
        font-size: 16px;
    }

    .section__hero {
        background: url("../img/hero-bg.jpg") right 0/170% auto no-repeat;
        padding-bottom: 90px;
    }

    .header {
        padding: 40px 0 30px;
    }

    .header img {
        max-width: 110px;
    }

    .hero__title {
        max-width: 415px;
    }

    .section__benefits {
        margin-top: -40px;
    }

    .benefitsSwiper .swiper-slide {
        width: auto;
    }

    .benefit {
        max-width: 250px;
    }

    .video__title {
        max-width: 440px;
    }

    .switch {
        gap: 16px;
        padding: 12px 18px;
        border-radius: 12px;
    }

    .switch__logo {
        max-width: 100px;
    }

    .switch__indication {
        width: 100%;
        max-width: 70px;
        right: -60px;
        top: -48px;
    }

    .switch__text {
        font-size: 10px;
        right: -60px;
    }

    .video__wrapper {
        margin-top: -24px;
    }

    .video__item {
        border-radius: 20px;
    }

    .video__ping {
        left: 15px;
        top: 30px;
        font-size: 16px;
    }

    .video__ping-on::before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -65px;
        left: -51px;
    }

    .travel__map {
        margin-top: 0;
    }

    .players__text {
        margin-bottom: 48px;
    }

    .player {
        width: 290px;
    }

    .player__img {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .proto__title {
        margin-bottom: 24px;
    }

    .proto__text {
        margin-bottom: 48px;
    }

    .proto__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .proto__card {
        max-width: 350px;
    }

    .proto__button {
        margin-top: 70px;
    }

    .games__text {
        margin-bottom: 20px;
    }

    .discount__title {
        margin-bottom: 48px;
    }

    .table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .table__column-middle {
        max-width: 300px;
        border-radius: 21px;
    }

    .table__column-right {
        max-width: 300px;
        border: 2px solid #A10A0B;
        border-radius: 21px;
    }

    .discount__button {
        margin-top: 60px;
    }

    .section__connect {
        margin-bottom: 50px;
    }

    .connect__title {
        margin-bottom: 48px;
    }

    .connect__block {
        padding: 30px 20px 0;
    }

    .connect__block-title {
        font-size: 20px;
    }

    .connect__arrow {
        margin-top: 50px;
    }

    .faq__title {
        margin-bottom: 55px;
    }

    .accordion__item-trigger {
        font-size: 16px;
        padding: 25px;
    }

    .accordion__item-content {
        font-size: 16px;
        padding: 0 25px 25px;
    }
}