@charset "UTF-8";
@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-Light.eot");
    src: local("Akrobat Light"), local("Akrobat-Light"), url("../fonts/Akrobat-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Light.woff2") format("woff2"), url("../fonts/Akrobat-Light.woff") format("woff"), url("../fonts/Akrobat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-ExtraLight.eot");
    src: local("Akrobat ExtraLight"), local("Akrobat-ExtraLight"), url("../fonts/Akrobat-ExtraLight.eot#iefix") format("embedded-opentype"), url("../fonts/Akrobat-ExtraLight.woff2") format("woff2"), url("../fonts/Akrobat-ExtraLight.woff") format("woff"), url("../fonts/Akrobat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

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

@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-Thin.eot");
    src: local("Akrobat Thin"), local("Akrobat-Thin"), url("../fonts/Akrobat-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Thin.woff2") format("woff2"), url("../fonts/Akrobat-Thin.woff") format("woff"), url("../fonts/Akrobat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

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

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

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

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.pen {
    pointer-events: none;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    background: #000;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: "Akrobat";
    font-size: 14px;
    color: #fff;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #fff;
    cursor: pointer;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: "Akrobat";
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent;
}

button,
input[type=submit] {
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    transition: all 200ms ease;
}

.box {
    box-sizing: border-box;
}

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

.wrap {
    margin: 0 auto;
    width: 1300px;
}

* {
    outline: none !important;
}

.seo h2 {
    color: var(--White, #F4F4F4);
    text-align: center;
    font-family: Akrobat;
    margin-bottom: 60px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.seo p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: italic;
}


.main-title {
    color: var(--White, #F4F4F4);
    text-align: center;
    font-family: Akrobat;
    margin-bottom: 60px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex2 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.header {
    padding: 20px 0 20px;
    position: fixed;
    width: 100%;
    background: rgba(27, 27, 27, 0.8);
    z-index: 999999999;
}

.header .menu {
    margin-top: 19px;
}

.header .menu li {
    display: inline-block;
}

.header .menu li:not(:last-child) {
    margin-right: 60px;
}

.header .menu li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    opacity: 0.7;
}

.header .menu li a:hover {
    opacity: 1;
}

.header .right-block {
    position: relative;
}

.right-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .right-block * {
    vertical-align: middle;
    text-decoration: none;
}

.header .right-block .langs {
    display: inline-block;
}

.header .right-block .langs .link {
    padding-left: 23px;
    background: url("../img/lang.svg") no-repeat left;
    line-height: 20px;
    font-size: 17px;
    font-weight: 700;
    margin-right: 20px;
    opacity: 0.7;
}

.header .right-block .langs .link:hover {
    opacity: 1;
}

.header .right-block .login {
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 20px;
    opacity: 0.7;
}

.header .right-block .login:hover {
    opacity: 1;
}

.header .right-block button {
    max-width: 190px;
    height: 40px;
    border-radius: 100px;
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
}

.header .right-block button span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/play.svg");
    margin: -2px 2px 0 0;
}

.header .right-block ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 5;
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.header .right-block ul li:not(:last-child) {
    margin-bottom: 10px;
}

.header .right-block ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.header .right-block ul li a:hover {
    color: #cbcbcb;
}

.header .right-block .user {
    display: inline-block;
    padding-right: 40px;
    background: url("../img/arrow2.svg") no-repeat right;
    position: relative;
}

.header .right-block .user:hover ul {
    display: block;
}

.header .right-block .user div {
    display: table-cell;
    vertical-align: middle;
    color: #818181;
    font-size: 15px;
    line-height: 18px;
}

.header .right-block .user div span {
    color: #fff;
}

.header .right-block .user div .name {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 3px;
}

.header .right-block .user div img {
    width: 41px;
    max-width: 41px;
    margin-right: 10px;
}

.header .right-block .user ul {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.header .right-block .user ul li {
    margin: 0 !important;
}

.header .right-block .user ul li a {
    padding: 10px;
}

.header .right-block .user ul li a:hover {
    color: #000;
    background: #CCCCCC;
}

.header .menu-button {
    width: 30px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-top: 22px;
    display: none;
}

.header .menu-button.active span:nth-child(1) {
    transform: translate(3px, 7px) rotate(45deg);
    left: 0;
}

.header .menu-button.active span:nth-child(2) {
    display: none;
}

.header .menu-button.active span:nth-child(3) {
    transform: translate(3px, -7px) rotate(-45deg);
    left: 0;
}

.header .menu-button:hover span:nth-child(1) {
    left: 0;
}

.header .menu-button:hover span:nth-child(2) {
    left: 6px;
}

.header .menu-button:hover span:nth-child(3) {
    left: 0;
}

.header .menu-button span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 200ms ease;
}

.header .menu-button span:nth-child(1) {
    top: 0;
    left: 6px;
}

.header .menu-button span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.header .menu-button span:nth-child(3) {
    bottom: 0;
    left: 6px;
}

.index-first-block {
    padding-bottom: 180px;
    position: relative;
    background: url("../img/mainPhoto.png") no-repeat top/cover;
}

.index-first-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, transparent, #1b1b1b);
    z-index: 3;
}

.days-free {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-first-block .header {
    margin-bottom: 112px;
}

.index-first-block .text {
    max-width: 640px;
    margin-bottom: 120px;
    position: relative;
    z-index: 4;
}

.index-first-block .text h1 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
}

.index-first-block .text p {
    font-size: 20px;
    font-weight: 600;
}

.index-first-block .text .tags a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    border: 1px solid rgba(244, 244, 244, 0.6);
    border-radius: 100px;
    padding: 8px 20px;
    margin: 0 10px 10px 0;
}

.index-first-block .buttons {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
}

.index-first-block .buttons .price p {
    font-family: Akrobat;
    font-size: 20px;
}

.index-first-block .buttons .price p:first-child {
    color: #68CBFF;
    font-weight: 700;
    margin-bottom: 5px;
}

.index-first-block .buttons .price p:last-child {
    font-weight: 600;
}

.index-first-block .buttons button {
    margin: 0 10px 10px 0;
    background: #68CBFF;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    animation: buttonLight 2s infinite;
}

.index-first-block .buttons button:hover {
    background: #fff;
    color: #000;
}

.index-first-block .buttons button:hover svg path {
    fill: black;
}

.index-counts-block {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #1b1b1b;
}

.index-counts-block .item {
    width: 24%;
    height: 240px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: box-shadow 0.4s ease-out;
    border-radius: 20px;
    background: linear-gradient(122deg, #FF4545 0%, #FF4545 55.21%, #68CBFF 111.5%);
    padding: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.index-counts-block .item:hover {
    box-shadow: 0px 0px 40px 0px #121212, 0px 0px 38.215px 0px #878787, 0px 0px 10.919px 0px #FFF, 0px 0px 5.459px 0px #FFF;
}

.index-counts-block .item p {
    flex: 1 1 auto;
}

.available {
    margin-top: 150px;
}

.available .flex2 {
    gap: 20px;
}

.available .main-title {
    text-align: left;
}

.available .item {
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-sizing: border-box;
    padding: 30px 20px;
    box-shadow: 0;
    border-radius: 20px;
}

.available .item .item-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
}

.available .item .item-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.available .item:hover {
    box-shadow: 0px 0px 38.215px 0px #878787;
    transform: scale(1.04);
}

.duos {
    position: relative;
}

.duos .item {
    width: calc(50% - 20px);
    overflow: hidden;
    padding: 30px;
    height: 382px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
    color: #F4F4F4;
    font-family: Akrobat;
}

.duos .item:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 40px 0px #121212, 0px 0px 38.215px 0px #878787, 0px 0px 10.919px 0px #FFF, 0px 0px 5.459px 0px #FFF;
}

.duos .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.duos .item:first-child {
    background: linear-gradient(122deg, #FF4545 0%, #FF4545 55.21%, #68CBFF 111.5%);
}

.duos .item:last-child {
    background: linear-gradient(125deg, #242424 25.05%, #000 44.22%, #68CBFF 111.64%);
}

.duos .item p {
    flex: 1 1 auto;
}

.duos .item button {
    align-self: flex-start;
}

.duos .item__title-block {
    margin-top: -35px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}

.duos .item__title-block span {
    width: 4rem;
    margin-top: 45px;
    text-align: left;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}

.duos .item__title-main {
    font-size: 12rem;
}

.duos .item__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.duos .item__sub-title {
    font-size: 20px;
    font-weight: 400;
    width: 56%;
}

.duos .item .item-content-block {
    color: #F4F4F4;
    font-family: Akrobat;
    font-size: 20px;
}

.duos .item .item-content-block p {
    font-weight: 700;
}

.duos .item .item-content-block span {
    font-weight: 200;
}

.duos .item-image {
    width: 650px;
    position: absolute;
    z-index: 0;
    top: 15px;
    right: -50px;
}

.duos .item-image-friends {
    width: 221px;
    height: 198px;
    position: absolute;
    z-index: 0;
    bottom: 30px;
    right: 30px;
}

.duos .item-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 3;
}

.buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    padding: 20px 80px;
    background-color: #F4F4F4;
    color: black;
    font-family: Akrobat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
}

.buy-btn svg path {
    transition: 0.3s;
}

.buy-btn:hover {
    background-color: #68CBFF;
    box-shadow: 0px 0px 10.919px 0px #FFF;
    color: white;
}

.buy-btn:hover svg path {
    fill: white;
}

.buy-btn:active {
    opacity: 0.8 !important;
}

.btn-bordered {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-bordered:hover {
    background-color: #F4F4F4;
    color: black;
}

.btn-bordered:hover svg path {
    fill: black;
}

.btn-bordered:active {
    opacity: 0.8;
}

.buy-red {
    background-color: #FF4545;
    color: white;
}

.releases-block {
    padding-bottom: 100px;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
}

.releases-block .main-title {
    text-align: left;
    margin-bottom: 50px;
}

.releases-block h2 {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.releases-block h2.other {
    margin-bottom: 40px;
}

.releases-block .top-text {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
}

.releases-block .list {
    position: relative;
}

.releases-block .list .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F4F4F4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    width: 54px;
    height: 54px;
    opacity: 0.7;
}

.releases-block .list .slider-nav:hover {
    opacity: 1;
}

.releases-block .list .slider-nav.prev {
    left: 20px;
}

.releases-block .list .slider-nav.next {
    right: 20px;
    transform-origin: center;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transform: rotate(180deg);
}

.releases-block .list .item {
    height: 534px;
    position: relative;
    width: 300px;
    border-radius: 20px;
}

.releases-block .list .item.two {
    width: 470px;
}

.releases-block .list .item.two .block {
    width: 100%;
    height: calc(50% - 5px);
    border-radius: 20px;
    position: relative;
}

.releases-block .list .item.two .block:first-child {
    margin-bottom: 10px;
}

.releases-block .list .item .tags {
    position: absolute;
    left: 20px;
    top: 20px;
}

.releases-block .list .item .tags span {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 17px;
    color: #000;
    background: #fff;
    padding: 4px 10px;
    border-radius: 100px;
}

.releases-block .list .item .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.releases-block .list .item .name span {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.start-block {
    padding-bottom: 120px;
}

.start-block h2 {
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(145.27deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Akrobat;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.start-block .top-text {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.start-block .content {
    position: relative;
}

.start-block .content .text {
    max-width: 640px;
    border-radius: 20px;
    background: linear-gradient(142.89deg, rgba(71, 71, 71, 0) 3.868%, #474747 126.155%);
    padding: 40px 150px 40px 40px;
    position: relative;
    box-sizing: border-box;
}

.start-block .content .text p {
    margin-bottom: 60px;
    padding-left: 26px;
    font-size: 17px;
    line-height: 20px;
    position: relative;
}

.start-block .content .text p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(95.86deg, #ffffff -85.368%, #171717 118.934%);
}

.start-block .content .text button {
    background: #fff;
    width: 200px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.start-block .content .text button:hover {
    transform: scale(1.1);
}

.start-block .content .text .days {
    position: absolute;
    right: 40px;
    bottom: 5px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    opacity: 0.5;
}

.start-block .content .text .days span {
    font-size: 160px;
}

.start-block .content .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
    pointer-events: none;
}

.invite-block {
    background: url("../img/invite-block.jpg") center/cover;
    margin-bottom: 100px;
    padding: 100px 0;
}

.invite-block .text {
    max-width: 450px;
}

.invite-block .text h2 {
    margin-bottom: 10px;
    background: linear-gradient(130.88deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.invite-block .text p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 24px;
}

.invite-block .text button {
    background: #fff;
    width: 200px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.invite-block .text button:hover {
    transform: scale(1.1);
}

.iptv-block {
    padding-bottom: 100px;
}

.iptv-block h2 {
    margin-bottom: 10px;
    background: linear-gradient(130.88deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.iptv-block .top-text {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}

.iptv-block .content {
    position: relative;
    padding: 50px;
    border-radius: 20px;
    background: linear-gradient(143.35deg, rgba(71, 71, 71, 0) -5.325%, #474747 126.943%);
}

.iptv-block .content .items .list:last-child {
    margin: 10px 0 0 260px;
}

.iptv-block .content .items .list .item {
    display: inline-block;
    transition: all 200ms ease;
    width: 178px;
    height: 126px;
    text-align: center;
    line-height: 126px;
    border-radius: 20px;
    background: linear-gradient(94.15deg, rgba(71, 71, 71, 0) -2.28%, #474747 123.65%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 10px;
}

.iptv-block .content .items .list .item:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 5.46px 0px #ffffff, 0px 0px 10.92px 0px #ffffff, 0px 0px 38.22px 0px #878787, 0px 0px 40px 0px #121212;
}

.iptv-block .content .items .list .item img {
    vertical-align: middle;
}

.iptv-block .content .items2 {
    position: relative;
}

.iptv-block .content .items2:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 0;
    width: 6px;
    height: 136px;
    border-radius: 100px;
    background: linear-gradient(95.86deg, #ffffff -85.368%, #171717 118.934%);
}

.iptv-block .content .items2 h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.iptv-block .content .items2 ol {
    padding-left: 16px;
    list-style: decimal;
    padding-bottom: 10px;
}

.iptv-block .content .items2 ol li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
}

.iptv-block .content .items2 button {
    width: 261px;
    height: 56px;
    border-radius: 100px;
    background: linear-gradient(145.99deg, #ffffff -2.152%, #171717 111.029%);
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.iptv-block .content .items2 button:hover {
    transform: scale(1.1);
}

.prices-block {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.prices-block h2 {
    margin-bottom: 10px;
    background: linear-gradient(130.88deg, #ffffff, #171717);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.prices-block .top-text {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.prices-block .includes {
    width: 31%;
}

.prices-block .includes p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.prices-block .includes span {
    display: inline-block;
    align-self: self-start;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 20px;
    border: 1px solid rgba(244, 244, 244, 0.6);
    border-radius: 100px;
}

.includes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prices-block .item {
    display: flex;
    flex-direction: column;
    width: 33%;
    border-radius: 20px;
    border: 1px solid white;
    background: transparent;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    transition: 400ms ease;
}

.prices-block .item:hover button {
    background: #fff;
    color: #000;
}

.prices-block .item.hover button {
    background: #fff;
    color: #000;
}

.prices-block .item .time {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
}

.prices-block .item .price {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.prices-block .item .price sup {
    display: inline-block;
    width: inherit;
    color: white;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #FF4545;
    margin: -50px 0 0 -50px;
}

@media (min-width: 770px) {
    .prices-block .item .price .percent-diff-profile {
        margin: -200px 0 0 270px;
    }
}

@media (min-width: 995px) {
    .prices-block .item .price .percent-diff-profile {
        margin: -200px 0 0 340px;
    }
}

.prices-block .item .price2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    flex: 1 1 auto;
}

.prices-block .item .discount {
    align-self: flex-start;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid black;
    border-radius: 100px;
    padding: 8px 20px;
}

.prices-block .item ul {
    padding-top: 30px;
}

.prices-block .item ul li {
    width: 49%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 30px;
    background: url("../img/li.svg") no-repeat 0 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.prices-block .item button {
    width: 100%;
    height: 56px;
    margin-top: 40px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f4f4;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.prices-block .item button:hover {
    background-color: #68CBFF !important;
}

.devices-block {
    padding-bottom: 100px;
    text-align: center;
}

.devices-block h2 {
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.devices-block .top-image {
    position: relative;
}

.devices-block .list {
    background: #242424;
    padding: 165px 0 100px;
    margin-top: -100px;
}

.devices-block .list .item {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 20px;
    background: #2d2d2d;
    padding: 20px;
    transition: all 200ms ease;
    border: 1px solid transparent;
}

.devices-block .list .item:hover {
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 5.46px 0px #ffffff, 0px 0px 10.92px 0px #ffffff, 0px 0px 38.22px 0px #878787, 0px 0px 40px 0px #121212;
}

.devices-block .list .item p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.devices-block .bottom-text {
    text-align: left;
}

.devices-block .bottom-text h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.devices-block .bottom-text p {
    max-width: 284px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.devices-block .links {
    padding-top: 24px;
}

.devices-block .links a {
    display: inline-block;
}

.devices-block .links a:not(:last-child) {
    margin-right: 20px;
}

.benefits-block {
    padding-bottom: 60px;
}

.benefits-block h2 {
    margin-bottom: 40px;
    background: linear-gradient(147.69deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.benefits-block .list .item {
    width: 24%;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.benefits-block .list .item h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.benefits-block button {
    background: #fff;
    width: 200px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.benefits-block button:hover {
    transform: scale(1.1);
}

.faq-block {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
}

.faq-block .faq-page-title {
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(147.69deg, #ffffff, #78D3F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-shadow: 0 0 10px rgba(120, 211, 245, 0.5);
}

.faq-block .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    border-radius: 25px;
    padding: 16px 20px;
}

.faq-block .item h3 {
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
}

.faq-block .item h3.active:after {
    transform: rotate(45deg);
}

.faq-block .item h3:after {
    content: "";
    position: absolute;
    transition: all 200ms ease;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url("../img/plus.svg");
}

.faq-block .item .text {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    display: none;
}

.faq-block h2 {
    animation-delay: 0.1s;
}

.faq-block .item {
    animation-delay: 0.2s;
}

.faq-block h2,
.faq-block .item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.pre-footer-block {
    text-align: center;
    padding-bottom: 120px;
}

.pre-footer-block button {
    border-radius: 100px;
    background: var(--Blue, #68CBFF);
    color: white;
    border-radius: 100px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}

.pre-footer-block button:hover {
    transform: scale(1.1);
}

.footer {
    margin-top: auto;
    padding: 60px 0;
    background: #0D0D0D;
}

.footer .logo .social {
    margin-top: 35px;
}

.footer .logo .social a {
    display: inline-block;
    margin-right: 3px;
}

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

.footer ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .copy {
    text-align: right;
}

.footer .logo {
    width: 100%;
}

.upper-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

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

.copy__wrapper {
    display: flex;
    gap: 10px;
}

.copy__wrapper .buy-btn {
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.footer .copy button span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/play.svg");
    margin: -2px 2px 0 0;
}

.footer .pay p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0.5;
}

.footer .pay p a {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
}

.navi {
    margin-bottom: 90px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.navi a {
    text-decoration: none;
    color: #474747;
}

.navi span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../img/navi.svg");
}

.invite-page {
    padding-bottom: 120px;
}

.invite-page h1 {
    margin-bottom: 10px;
    max-width: 724px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.invite-page .top-text {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.invite-page .list {
    width: 58%;
    border-radius: 20px;
    background: #242424;
    box-sizing: border-box;
    padding: 20px;
}

.invite-page .list .item {
    transition: all 200ms ease;
    width: 25%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 18px;
}

.invite-page .list .item:hover {
    box-shadow: 0px 0px 5.46px 0px #ffffff, 0px 0px 10.92px 0px #ffffff, 0px 0px 38.22px 0px #878787, 0px 0px 40px 0px #121212;
    background: #474747;
}

.invite-page .list .item p {
    margin: 10px 0 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.invite-page .list .arrow {
    width: 43px;
    background: url("../img/arrow.svg") no-repeat center;
}

.invite-page .login {
    width: 40%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #242424;
    padding: 30px 20px;
}

.invite-page .login p {
    margin-bottom: 20px;
    background: linear-gradient(145.99deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.invite-page .login button {
    width: 200px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.invite-page .login button:hover {
    transform: scale(1.1);
}

.rules-block {
    padding: 100px 0 120px;
    margin-bottom: 100px;
    background: url("../img/rules-block.jpg") center/cover;
}

.rules-block h2 {
    margin-bottom: 10px;
    max-width: 729px;
    background: linear-gradient(130.88deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: Akrobat;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.rules-block p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.rules-block ul {
    padding-bottom: 40px;
}

.rules-block ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url("../img/li.svg") no-repeat 0 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.rules-block button {
    background: #fff;
    width: 200px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.rules-block button:hover {
    transform: scale(1.1);
}

.cabinet-page {
    padding-top: 125px;
    padding-bottom: 100px;
}

.cabinet-page .cabinet {
    padding-bottom: 100px;
}

.cabinet-page .cabinet .user {
    width: 58%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    background: #262626;
}

.cabinet-page .cabinet .user .avatar {
    width: 200px;
}

.cabinet-page .cabinet .user .fields {
    width: calc(100% - 220px);
}

.cabinet-page .cabinet .user .fields h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.cabinet-page .cabinet .user .fields h3 .edit {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/edit.svg");
}

.cabinet-page .cabinet .user .fields p {
    margin-bottom: 10px;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.cabinet-page .cabinet .user .fields input[type=text] {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    text-align: center;
    background: none;
    border: 1px solid #474747;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

.cabinet-page .cabinet .user .fields input[type=text].small-profile {
    width: 60%;
}

.cabinet-page .cabinet .user .fields .flex input[type=text] {
    width: 60%;
}

.cabinet-page .cabinet .user .fields .flex button {
    background: #fff;
    width: 37%;
    height: 46px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
}

.cabinet-page .cabinet .user .fields .flex button:hover {
    transform: scale(1.1);
}

.cabinet-page .cabinet .info {
    width: 40.5%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    background: #262626;
}

.cabinet-page .cabinet .info h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.cabinet-page .cabinet .info h3 .edit {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/edit.svg");
}

.cabinet-page .cabinet .info p {
    margin-bottom: 10px;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.cabinet-page .cabinet .info input[type=text] {
    width: 100%;
    height: 46px;
    text-align: center;
    background: none;
    border: 1px solid #474747;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

.cabinet-page .cabinet .info input[type=text]:not(:last-child) {
    margin-bottom: 10px;
}

.cabinet-page .cabinet .link {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    background: #262626;
    padding: 20px;
    margin-top: 20px;
}

.cabinet-page .cabinet .link input[type=text] {
    width: 66%;
    height: 56px;
    text-align: center;
    background: none;
    border: 1px solid #474747;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}

.cabinet-page .cabinet .link button {
    background: #fff;
    width: 32%;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.cabinet-page .cabinet .link button:hover {
    transform: scale(1.1);
}

.cabinet-page .prices-block .item {
    width: 32%;
}

.cabinet-page .prices-block .item.big {
    width: 49%;
}

.cabinet-page h2 {
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.cabinet-page .subscriptions {
    max-width: 420px;
    box-sizing: border-box;
    margin-bottom: 110px;
    border-radius: 20px;
    background: linear-gradient(145.27deg, rgba(71, 71, 71, 0) -7.719%, #222222 126.763%);
    padding: 20px;
}

.cabinet-page .subscriptions h3 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.cabinet-page .subscriptions .date {
    color: #777777;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.cabinet-page .subscriptions .date span {
    display: block;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.cabinet-page .orders table {
    width: 100%;
}

.cabinet-page .orders table thead tr td {
    padding: 0 20px 10px 20px;
    color: #818181;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.cabinet-page .orders table tbody tr {
    border-bottom: 1px solid #474747;
}

.cabinet-page .orders table tbody tr td {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.cabinet-page .choose-plan {
    padding: 50px 0 50px 51%;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.cabinet-page .choose-plan .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -250px;
    pointer-events: none;
}

.cabinet-page .choose-plan h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 10px;
}

.success-page {
    background: url("../img/success-page.jpg") center/cover;
    text-align: center;
    height: 100%;
    position: relative;
}

.success-page.other {
    background: url("../img/success-page2.jpg") center/cover;
}

.success-page.other h1 {
    background: url("../img/x.svg") no-repeat 50% 0;
}

.success-page .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.success-page .navi {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    text-align: left;
}

.success-page .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.success-page h1 {
    margin-bottom: 50px;
    padding-top: 60px;
    background: url("../img/check.svg") no-repeat 50% 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.success-page button {
    background: #fff;
    width: 400px;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.success-page button:hover {
    transform: scale(1.1);
}

.success-page .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.popup {
    color: #fff;
    border-radius: 20px;
    background: #474747 !important;
    padding: 20px !important;
}

.popup .membership {
    text-align: center;
}

.popup .membership h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.popup .membership .top-text {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.popup .membership p {
    margin-bottom: 10px;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.popup .membership .referal-link {
    height: 46px;
    line-height: 44px;
    box-sizing: border-box;
    text-align: center;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

.popup .membership .referal-link .copy {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/copy.svg");
    width: 20px;
    height: 20px;
    margin: -4px 0 0 4px;
}

.popup form h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.popup form .top-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
}

.popup form .spam {
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 18px;
}

.popup form .top-text a {
    font-weight: 700;
}

.popup form input[type=text] {
    width: 100%;
    height: 56px;
    text-align: center;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.popup form input[type=password] {
    width: 100%;
    height: 56px;
    text-align: center;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.popup form .phone {
    position: relative;
    margin-bottom: 10px;
}

.popup form .phone .top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    background: #474747;
    padding: 0 5px;
}

.popup form .phone input[type=text] {
    margin: 0;
    padding-left: 50%;
    text-align: left;
}

.popup form .phone .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 48%;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.popup form .phone .link img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.popup form .phone .window {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -10px;
    width: calc(100% - 50px);
    border-radius: 10px;
    background: #747474;
    z-index: 4;
    box-sizing: border-box;
    padding: 0 10px;
    display: none;
}

.popup form .phone .window .list {
    height: 180px;
    overflow-y: scroll;
}

.popup form .phone .window .list::-webkit-scrollbar {
    width: 4px;
}

.popup form .phone .window .list::-webkit-scrollbar-thumb {
    background: #848484;
}

.popup form .phone .window .checkbox {
    display: none;
}

.popup form .phone .window .checkbox + label {
    display: block;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #6a6a6a;
    font-size: 20px;
    line-height: 24px;
}

.popup form .phone .window .checkbox + label span {
    font-weight: 700;
}

.popup form .phone .window .checkbox + label img {
    vertical-align: middle;
    margin: -4px 4px 0 0;
}

.popup form .phone .window .checkbox:checked + label {
    background: url("../img/checkbox.svg") no-repeat right;
}

.popup form .agree {
    padding: 10px 0 30px;
    text-align: center;
}

.popup form .agree input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: -4px 6px 0 0;
}

.popup form .agree label {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.popup form button {
    background: #fff;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.popup form button:hover {
    transform: scale(1.05);
}

.popup form .top-phone {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.popup form .top-phone span {
    font-weight: 700;
}

.popup form .code {
    padding-bottom: 30px;
}

.popup form .code input[type=text] {
    width: 18%;
    height: 60px;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
}

.popup form .code input[type=text].error {
    border: 1px solid #e06565;
}

.popup form .code .error-text {
    width: 100%;
    text-align: center;
    color: #e06565;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.popup form .timer {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
}

.popup form .timer span {
    font-weight: 700;
}

.popup .success h3 {
    margin-bottom: 10px;
    padding-top: 35px;
    background: url("../img/check.svg") no-repeat 50% 0;
    background-size: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

.popup .success td.label {
    text-align: right;
}

.popup .success h3.other {
    background: url("../img/x.svg") no-repeat 50% 0;
    background-size: 30px;
}

.popup .success table {
    margin-left: 45px;
}

.popup .success table tr {
    height: 15px;
}

.popup .success p,
.popup .success td.label,
.popup .success td.info {
    margin-bottom: 10px;
    color: #818181;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
}

.popup .success p span,
.popup .success p.white,
.popup .success td.info {
    color: #fff;
}

.popup .success td.info span {
    margin-left: 20px;
}

.popup .success p .copy {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/copy.svg");
    margin: -2px 0 0 4px;
}

.popup .success button {
    background: #fff;
    margin-top: 10px;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.popup .success button:hover {
    transform: scale(1.05);
}

.popup .reg-finish {
    text-align: center;
}

.popup .reg-finish h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.popup .reg-finish .top-text {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.popup .reg-finish .text {
    border-top: 1px solid #343434;
    padding: 20px 0 10px;
}

.popup .reg-finish .text p {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.popup .reg-finish .text p a {
    font-weight: 700;
}

.popup .reg-finish .buttons {
    border-radius: 15px;
    background: #636363;
    padding: 10px;
}

.popup .reg-finish .buttons p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.popup .reg-finish .buttons button {
    background: #fff;
    width: 100%;
    height: 56px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
}

.popup .reg-finish .buttons button:hover {
    transform: scale(1.05);
}

.popup .reg-finish .buttons button:not(:last-child) {
    margin-bottom: 20px;
}

.support-page form .fields {
    width: 74.5%;
}

.support-page form .contacts {
    width: 24%;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 120px;
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    display: none;
}

.tab-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.tab-content p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
}

.tab-content.active {
    max-height: 900px;
    opacity: 1;
}

.tab-item {
    width: 35%;
    margin: 0 5px;
}

.tab-button {
    padding: 10px 20px;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #2B2B2B;
    transition: 0.3s;
    position: relative;
}

.tab-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
    height: 0px;
    background: linear-gradient(0deg, rgba(255, 69, 69, 0.4) 10%, rgba(16, 17, 17, 0) 100%);
}

.tab-button .tab-img {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.tab-button .tab-img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.tab-button p {
    color: var(--White, #F4F4F4);
    text-align: center;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.ellipse-blue, .ellipse-red {
    opacity: 0;
    border-radius: 100%;
    transition: 0.4s;
    width: 168px;
    height: 168px;
    position: absolute;
    z-index: 0;
}

.ellipse-blue {
    top: -50px;
    left: 80px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #68CBFF;
    filter: blur(27.4500007629px);
}

.ellipse-red {
    top: 20px;
    left: 50px;
    background-color: #FF4545;
    filter: blur(27.4500007629px);
}

.tab-button:hover,
.tab-button.active {
    color: white;
    border-color: rgb(255, 69, 69);
}

.tab-button:hover .ellipse-blue, .tab-button:hover .ellipse-red,
.tab-button.active .ellipse-blue,
.tab-button.active .ellipse-red {
    opacity: 0.2;
}

.tab-button:hover::before,
.tab-button.active::before {
    height: 98px;
}

.choose-slider {
    background: #0D0D0D;
    padding-top: 150px;
    position: relative !important;
    overflow: hidden;
}

.slider-choose {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.slider-choose .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    color: #333;
}

.slider-choose .swiper-slide .slide-wrapper-half .item {
    width: 50%;
}

.slider-choose .swiper-slide .slide-wrapper-half .item:last-child {
    display: flex;
    justify-content: flex-end;
}

.slider-choose .swiper-slide .slide-wrapper-half .item:last-child button {
    margin-left: auto;
    margin-bottom: auto;
}

.slider-choose .swiper-slide .slide-wrapper-half .item:last-child a {
    margin-top: auto;
    margin-bottom: auto;
}

.slider-choose .swiper-slide .slide-wrapper-half .item:last-child a:first-child {
    margin-right: 10px;
}

.slider-choose .swiper-wrapper .item {
    color: var(--White, #F4F4F4);
    font-family: Akrobat;
}

.slider-choose .swiper-wrapper .item a {
    transition: 0.4s;
}

.slider-choose .swiper-wrapper .item a:hover {
    opacity: 0.5;
}

.slider-choose .swiper-wrapper .item h2 {
    font-size: 30px;
    font-weight: 700;
}

.slider-choose .swiper-wrapper .item p {
    margin-top: 10px;
    width: 55%;
    font-size: 17px;
    font-weight: 300;
}

.slider-choose .swiper-wrapper .item .buy-btn {
    padding: 15px 40px;
}

.choose-img {
    text-align: center;
}

.slider-tvs {
    margin-top: 40px;
}

.slider-tvs .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 10px);
    border-radius: 25px;
    background: #1D1D1D;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.4s ease;
}

.slider-tvs .item:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 40px 0px #121212, 0px 0px 38.215px 0px #878787, 0px 0px 10.919px 0px #FFF, 0px 0px 5.459px 0px #FFF;
}

@keyframes buttonLight {
    0% {
        box-shadow: 0px 5px 21px 0px rgba(255, 255, 255, 0.15);
    }
    50% {
        box-shadow: 0px 5px 21px 0px rgba(255, 255, 255, 0.55);
    }
    100% {
        box-shadow: 0px 5px 21px 0px rgba(255, 255, 255, 0.15);
    }
}

.slider-tvs.flex2 {
    gap: 10px;
    justify-content: center;
}

.menubg a {
    text-decoration: none;
}

@media (max-width: 1330px) {
    .support-page form h2 {
        width: 100%;
    }

    .support-page form .fields {
        width: 100%;
        margin-bottom: 30px;
    }

    .support-page form .contacts {
        width: 100%;
    }

    .wrap {
        width: 970px;
    }

    .header .menu li:not(:last-child) {
        margin-right: 30px;
    }

    .index-first-block .header {
        margin-bottom: 40px;
    }

    .index-first-block .text {
        margin-bottom: 60px;
    }

    .index-first-block {
        padding-bottom: 80px;
    }

    .index-counts-block .item {
        width: 49%;
    }

    .start-block .content .text {
        max-width: 100%;
    }

    .start-block .content .image {
        display: none;
    }

    .iptv-block .content .items .list:last-child {
        margin: 10px 0 0 50px;
    }

    .iptv-block .content {
        padding: 30px;
    }

    .iptv-block .content .items .list .item {
        width: 170px;
        margin-right: 5px;
    }

    .prices-block .item .price {
        font-size: 44px;
    }

    .invite-page .list {
        width: 100%;
        margin-bottom: 30px;
    }

    .invite-page .login {
        width: 100%;
    }

    .rules-block {
        background: url("../img/rules-block.jpg") left center/cover;
    }

    .available .item {
        width: calc(25% - 20px);
    }

    .prices-block .includes {
        width: 100%;
    }

    .includes-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cabinet-page .prices-block .item {
        width: 49%;
        margin-top: 30px;
    }

    .prices-block .item {
        width: 49%;
        margin-top: 30px;
    }

    .cabinet-page .choose-plan {
        padding: 0;
    }

    .cabinet-page .choose-plan .image {
        display: none;
    }

    .success-page {
        height: auto;
    }

    .success-page .header {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
    }

    .success-page .navi {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
    }

    .success-page .footer {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
    }

    .success-page .content {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        padding: 100px 0;
    }

    .duos .item .item-image {
        top: 0;
        right: -230px;
    }

    .duos .item .item-image-friends {
        width: 189px;
        height: 170px;
        right: -50px;
        bottom: 50px;
    }

    .duos .item .item__sub-title {
        width: 80%;
    }

    .duos .buy-btn {
        padding: 20px 60px;
    }

    .slider-choose .slide-wrapper .item:first-child {
        width: 65%;
    }

    .slider-choose .swiper-wrapper .item p {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .wrap {
        width: 747px;
    }

    .header .menu li:not(:last-child) {
        margin-right: 10px;
    }

    .invite-block {
        padding: 60px 0;
    }

    .iptv-block .content .items2 {
        width: 100%;
        margin: 30px 0 0 30px;
    }

    .prices-block .includes {
        width: 100%;
    }

    .upper-block {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer .copy, .copy__wrapper {
        width: 100%;
    }

    .copy__wrapper button, .copy__wrapper a {
        width: calc(25% - 20px);
    }

    .footer .logo .pay {
        margin-top: 40px !important;
    }

    .duos .flex {
        gap: 20px;
    }

    .duos .item {
        width: 100%;
    }

    .duos .item .item-image {
        width: 90%;
        right: 0;
    }

    .duos .item .item-image-friends {
        right: -30px;
        bottom: 30px;
    }

    .duos .item__title-block {
        align-items: flex-start;
    }

    .duos .item__title-block h2 {
        line-height: 200px;
    }

    .duos .item__title-block span {
        margin-top: 66px;
    }

    .benefits-block .list .item {
        width: 49%;
    }

    .footer .pay p a {
        margin-right: 10px;
    }

    .rules-block {
        padding: 80px 0;
    }

    .cabinet-page .cabinet .user {
        width: 100%;
        margin-bottom: 20px;
    }

    .cabinet-page .cabinet .info {
        width: 100%;
    }

    .available .item {
        width: calc(34.333% - 20px);
    }

    .slider-choose .slide-wrapper-half {
        flex-direction: column;
    }

    .slider-choose .slide-wrapper-half .item {
        width: 100% !important;
    }

    .slider-choose .slide-wrapper-half .item:last-child button {
        margin-left: 0 !important;
    }

    .slider-choose .slide-wrapper-half .item:last-child {
        margin-top: 20px;
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .support-page .navi {
        margin-bottom: 30px;
    }

    .support-page .top-text {
        margin-bottom: 40px;
    }

    .support-page form {
        padding: 60px 0;
    }

    .support-page .success .window {
        width: 500px;
    }

    .support-page form h2,
    .support-page h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .available .item .item-logo {
        width: 97px;
        height: 45px;
        padding: 0;
    }

    .wrap {
        width: 556px;
    }

    .choose-slider {
        margin-bottom: 100px;
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }

    .header .menu {
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        left: -280px;
        background: #fff;
        z-index: 12;
        transition: all 200ms ease;
        margin: 0;
    }

    .header .menu.opened {
        left: 0;
    }

    .header .menu li {
        display: block;
        margin: 0 !important;
    }

    .copy__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .copy__wrapper button, .copy__wrapper a {
        box-sizing: border-box;
        width: 100%;
    }

    .footer .logo .pay {
        flex-direction: column;
    }

    .header .menu li a {
        display: block;
        padding: 10px 20px;
        color: #000;
        border-bottom: 1px solid #ccc;
    }

    .header .menu-button {
        display: block;
    }

    .index-first-block .text h1 {
        font-size: 26px;
    }

    .index-first-block .text p {
        font-size: 15px;
    }

    .days-free {
        right: -50px;
        bottom: 50px;
    }

    .days-free img {
        width: 129px;
    }

    .index-counts-block .item p svg {
        width: 40px;
        height: 40px;
    }

    .index-counts-block .item {
        height: 160px;
        margin-bottom: 10px;
    }

    .invite-block {
        background: url("../img/invite-block.jpg") left center/cover;
    }

    .iptv-block .content .items .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .iptv-block .content .items .list .item {
        width: 32%;
        margin: 0 0 10px 0;
    }

    .iptv-block .content .items {
        width: 100%;
    }

    .iptv-block .content .items .list:last-child {
        margin: 0;
    }

    .prices-block .item {
        width: 100%;
    }

    .footer .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .invite-page .list .arrow {
        display: none;
    }

    .invite-page .list .item {
        width: 32%;
    }

    .invite-page .list .item p {
        font-size: 18px;
    }

    .cabinet-page .prices-block .item {
        width: 100%;
    }

    .cabinet-page .prices-block .item.big {
        width: 100%;
    }

    .duos .item {
        height: 241px;
        padding: 20px;
    }

    .duos .item .item-image {
        width: 350px;
        right: 20px;
    }

    .duos .item .item-image-friends {
        bottom: -30px;
    }

    .duos .item__title-block h2 {
        font-size: 6rem;
        line-height: 150px;
    }

    .duos .item__title-block span {
        font-size: 2rem;
        margin-top: 58px;
    }

    .duos .item__title {
        font-size: 20px;
    }

    .duos .item__sub-title {
        font-size: 15px;
    }

    .slider-choose {
        display: none;
    }

    .tab-content {
        margin-top: 20px;
    }

    .tab-content .buy-btn {
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }

    .slider-tvs .item {
        width: calc(50% - 10px);
    }

    .slider-tvs .item h2 {
        margin-bottom: 10px;
    }

    .slide-wrapper-half .item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wrap {
        width: auto;
        padding: 0 15px;
    }

    .pre-footer-block button {
        width: 100%;
    }

    .header .right-block button {
        display: none;
    }

    .header .right-block .login {
        margin-right: 0;
    }

    .header .right-block {
        margin-top: 18px;
    }

    .index-first-block .buttons {
        flex-direction: column;
    }

    .index-first-block .buttons button {
        width: 100%;
        margin: 0;
    }

    .index-first-block .buttons .price {
        text-align: center;
    }

    .index-first-block::before {
        display: none;
    }

    .index-first-block .header {
        margin-bottom: 20px;
    }

    .days-free {
        bottom: -170px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .index-first-block .text {
        margin-bottom: 30px;
    }

    .index-first-block {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .index-counts-block .item {
        width: 100%;
    }

    .index-counts-block {
        padding-bottom: 30px;
    }

    .success-page h1,
    .cabinet-page .choose-plan h3,
    .cabinet-page h2,
    .rules-block h2,
    .invite-page h1,
    .pre-footer-block h2,
    .faq-block h2,
    .benefits-block h2,
    .devices-block h2,
    .prices-block h2,
    .iptv-block h2,
    .invite-block .text h2,
    .start-block h2,
    .releases-block h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .releases-block .list .item.two {
        width: 300px;
    }

    .releases-block .list .item {
        height: 400px;
    }

    .releases-block {
        padding-bottom: 60px;
    }

    .start-block .top-text {
        margin-bottom: 30px;
    }

    .start-block .content .text {
        padding: 30px;
    }

    .start-block .content .text .days {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 40px;
    }

    .start-block .content .text p {
        margin-bottom: 30px;
    }

    .start-block {
        padding-bottom: 60px;
    }

    .invite-block .text p {
        margin-bottom: 30px;
    }

    .invite-block {
        margin-bottom: 60px;
    }

    .iptv-block .content {
        padding: 25px;
    }

    .iptv-block .content .items .list .item {
        width: 100%;
    }

    .iptv-block {
        padding-bottom: 60px;
    }

    .prices-block .includes span {
        font-size: 14px;
        line-height: 18px;
    }

    .prices-block {
        padding-bottom: 60px;
    }

    .devices-block .list {
        padding: 140px 0 60px;
    }

    .devices-block .list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .devices-block .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .devices-block .links a {
        width: 49%;
        margin: 0 !important;
    }

    .devices-block {
        padding-bottom: 60px;
    }

    .benefits-block .list .item {
        width: 100%;
    }

    .faq-block {
        padding-bottom: 50px;
    }

    .pre-footer-block h2 {
        margin-bottom: 30px;
    }

    .pre-footer-block {
        padding-bottom: 60px;
    }

    .footer {
        text-align: center;
        padding: 40px 0;
    }

    .footer ul {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .copy {
        width: 100%;
        text-align: center;
    }

    .footer .pay p {
        margin-top: 20px;
    }

    .footer .pay p a {
        display: block;
        margin: 0 0 10px 0;
    }

    .navi {
        margin-bottom: 30px;
    }

    .invite-page .top-text {
        margin-bottom: 30px;
    }

    .invite-page .list .item {
        width: 100%;
        text-align: center;
    }

    .invite-page {
        padding-bottom: 60px;
    }

    .rules-block {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .rules-block ul {
        padding-bottom: 20px;
    }

    .header .right-block .user div img {
        display: none;
    }

    .header .right-block.other {
        margin-top: 8px;
    }

    .cabinet-page .cabinet .user .avatar {
        width: 100%;
        margin-bottom: 20px;
    }

    .cabinet-page .cabinet .user .fields {
        width: 100%;
    }

    .cabinet-page .cabinet .link input[type=text] {
        width: 100%;
        margin-bottom: 20px;
    }

    .cabinet-page .cabinet .link button {
        width: 100%;
    }

    .cabinet-page .cabinet {
        padding-bottom: 60px;
    }

    .cabinet-page .prices-block h2 {
        margin-bottom: 0;
    }

    .cabinet-page .subscriptions {
        margin-bottom: 50px;
    }

    .cabinet-page .orders table tbody tr td {
        padding: 10px;
        font-size: 16px;
    }

    .cabinet-page .orders table thead tr td {
        padding: 10px;
    }

    .cabinet-page {
        padding-bottom: 60px;
    }

    .success-page .navi {
        margin-bottom: 40px;
    }

    .success-page h1 {
        margin-bottom: 30px;
    }

    .success-page button {
        width: 100%;
    }

    .success-page .content {
        padding: 50px 0;
    }

    .duos .item {
        height: 287px;
    }

    .duos .item:last-child {
        height: 334px;
    }

    .duos .item button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .duos .item__title {
        margin-bottom: 10px;
    }

    .duos .item p {
        flex: 0 0 auto;
        margin-bottom: 20px;
    }

    .duos .item .item-image {
        width: 320px;
        right: -23px;
    }

    .duos .item .item-image-friends {
        bottom: -70px;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(15deg);
    }

    .duos .item .item-content-block p {
        text-align: center;
        margin-bottom: 0;
    }

    .duos .item-content {
        flex-direction: column;
        justify-content: center;
    }

    .slide-wrapper-half {
        gap: 20px;
    }
}

.spinner {
    display: none;
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#login-modal .error-login {
    width: 100%;
    text-align: center;
    color: #e06565;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#registration-modal .error-registration {
    width: 100%;
    text-align: center;
    color: #e06565;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.prices-block .item:hover,
.prices-block .item.active {
    box-shadow: 0px 0px 5.46px 0px #ffffff, 0px 0px 10.92px 0px #ffffff, 0px 0px 38.22px 0px #878787, 0px 0px 40px 0px #121212;
    background: white;
    color: black;
}

.prices-block .item:hover button,
.prices-block .item.active button {
    color: white;
    background-color: #FF4545;
}

.pcidss.new-tariff {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: center;
}

.pcidss img {
    width: 60px;
    margin-right: 5px;
}

.pcidss span {
    color: #7C8497;
    font-size: 18px;
    line-height: 36px;
}

.footer .logo .pay {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer .logo .email {
    margin-top: 10px;
    font-size: 18px;
}

.footer .logo .pay img:not(:last-child) {
    margin-right: 20px;
}

.footer .logo .pay img {
    vertical-align: middle;
    filter: grayscale(100%);
}

.footer .logo .pay img:hover {
    filter: none;
}

.privacy-page {
    width: 100%;
    padding: 160px 20px 60px;
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
    color: #ffffff;
}

.privacy-page .privacy-page__container {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Akrobat", sans-serif;
    line-height: 1.6;
}

.privacy-page .privacy-page__container h1 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #78D3F5;
    text-shadow: 0 0 10px rgba(120, 211, 245, 0.5);
}

.privacy-page .privacy-page__container p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #cccccc;
}

.privacy-page .privacy-page__container li {
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #cccccc;
}

.terms-of-service-page {
    width: 100%;
    padding: 160px 20px 60px;
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
    color: #ffffff;
}

.terms-of-service-page .terms-of-service-page__container {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Akrobat", sans-serif;
    line-height: 1.6;
}

.terms-of-service-page .terms-of-service-page__container h1 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #78D3F5;
    text-shadow: 0 0 10px rgba(120, 211, 245, 0.5);
}

.terms-of-service-page .terms-of-service-page__container h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #78D3F5;
    border-left: 5px solid #78D3F5;
    padding-left: 15px;
}

.terms-of-service-page .terms-of-service-page__container p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #cccccc;
}

.terms-of-service-page .terms-of-service-page__container li {
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #cccccc;
}

.about-us-page {
    width: 100%;
    padding: 160px 20px 60px;
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
    color: #ffffff;
}

.about-us-page .about-us-page__container {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Akrobat", sans-serif;
    line-height: 1.6;
}

.about-us-page .about-us-page__container h1 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #78D3F5;
    text-shadow: 0 0 10px rgba(120, 211, 245, 0.5);
}

.about-us-page .about-us-page__container h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #78D3F5;
    border-left: 5px solid #78D3F5;
    padding-left: 15px;
}

.about-us-page .about-us-page__container p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #cccccc;
}

.about-us-page .about-us-page__container li {
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #cccccc;
}

.privacy-page .privacy-page__container h1,
.privacy-page .privacy-page__container p,
.privacy-page .privacy-page__container li,
.terms-of-service-page .terms-of-service-page__container h1,
.terms-of-service-page .terms-of-service-page__container h2,
.terms-of-service-page .terms-of-service-page__container p,
.terms-of-service-page .terms-of-service-page__container li,
.about-us-page .about-us-page__container h1,
.about-us-page .about-us-page__container h2,
.about-us-page .about-us-page__container p,
.about-us-page .about-us-page__container li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

.privacy-page .privacy-page__container h1 {
    animation-delay: 0.1s;
}

.privacy-page .privacy-page__container p {
    animation-delay: 0.2s;
}

.privacy-page .privacy-page__container li {
    animation-delay: 0.3s;
}

.terms-of-service-page .terms-of-service-page__container h1 {
    animation-delay: 0.1s;
}

.terms-of-service-page .terms-of-service-page__container h2 {
    animation-delay: 0.2s;
}

.terms-of-service-page .terms-of-service-page__container p {
    animation-delay: 0.3s;
}

.terms-of-service-page .terms-of-service-page__container li {
    animation-delay: 0.4s;
}

.about-us-page .about-us-page__container h1 {
    animation-delay: 0.1s;
}

.about-us-page .about-us-page__container h2 {
    animation-delay: 0.2s;
}

.about-us-page .about-us-page__container p {
    animation-delay: 0.3s;
}

.about-us-page .about-us-page__container li {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.support-page {
    padding: 124px 0 90px;
    position: relative;
}

.support-page .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.support-page .success {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    background: rgba(19, 17, 17, 0.5);
}

.support-page .success .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 640px;
    box-sizing: border-box;
    padding: 30px 30px 40px 30px;
    border-radius: 30px;
    text-align: center;
    color: #000;
}

.support-page .success .window .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url("../img/close.svg");
}

.support-page .success .window h3 {
    padding-top: 72px;
    background: url("../img/check4.svg") no-repeat 50% 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Akrobat";
    margin-bottom: 10px;
}

.support-page .success .window p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 23px;
}

.support-page .success .window button {
    width: 310px;
    height: 88px;
    text-align: left;
    color: #fff;
    border-radius: 100px;
    background: url("../img/btn.svg") no-repeat right 20px top 50%, #78D3F5;
    font-size: 22px;
    font-weight: 600;
    padding: 0 40px;
}

.support-page .header {
    margin-bottom: 4px;
}

.support-page .navi {
    margin-bottom: 60px;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
}

.support-page .navi a {
    display: inline-block;
    text-decoration: none;
    color: #5d5d5d;
}

.support-page .navi .fa {
    margin: 0 10px;
    color: #5d5d5d;
}

.support-page h1 {
    color: #78D3F5;
    text-shadow: 0 0 10px rgba(120, 211, 245, 0.5);
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
}

.support-page .top-text {
    max-width: 1300px;
    margin-bottom: 96px;
    color: #7c8497;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.support-page form {
    margin: 0 30px;
    border-radius: 40px;
    padding: 100px 0 120px;
    position: relative;
    z-index: 4;
}

.support-page form h2 {
    margin-bottom: 50px;
    font-family: "Akrobat";
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    width: 74.5%;
}

.support-page form .fields input[type=text] {
    width: 100%;
    height: 68px;
    margin-bottom: 20px;
    border: 1px solid #596069;
    border-radius: 100px;
    background: none;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
}

.support-page form .fields input[type=text]:focus {
    border: 1px solid #fff;
}

.support-page form .fields p {
    margin-bottom: 20px;
    color: #7c8497;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.support-page form .fields p .info-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
}

.support-page form .fields p .info-block .l {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url("../img/info.svg");
}

.support-page form .fields p .info-block .l:hover + .text {
    display: block;
}

.support-page form .fields p .info-block .text {
    position: absolute;
    background: #fff;
    color: #000;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 255px;
    z-index: 4;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.support-page form .fields .problem {
    margin-bottom: 20px;
    position: relative;
}

.support-page form .fields .problem .link {
    color: #fff;
    display: block;
    text-decoration: none;
    height: 68px;
    line-height: 66px;
    border: 1px solid #596069;
    border-radius: 100px;
    padding: 0 40px;
    font-size: 16px;
    box-sizing: border-box;
    background: url("../img/select.svg") no-repeat right 40px top 50%;
}

.support-page form .fields .problem .link.active {
    background-color: #78D3F5;
    color: black;
}

.support-page form .fields .problem .window {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
    z-index: 6;
    overflow: hidden;
    background: #fff;
    display: none;
}

.support-page form .fields .problem .window .radio {
    display: none;
}

.support-page form .fields .problem .window .radio + label {
    display: block;
    cursor: pointer;
    padding: 24px 60px 24px 40px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #e7e5e5;
    color: #000;
}

.support-page form .fields .problem .window .radio:hover + label {
    background: #f2f1f1;
}

.support-page form .fields textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border: 1px solid #596069;
    border-radius: 30px;
    background: none;
    color: #fff;
    padding: 22px 40px;
    font-size: 16px;
    font-family: "Akrobat";
}

.support-page form .fields textarea:focus {
    border: 1px solid #fff;
}

.support-page form .fields .attach .link {
    display: inline-block;
    text-decoration: none;
    width: 310px;
    height: 68px;
    line-height: 68px;
    border-radius: 100px;
    background: #41474f url("../img/file.svg") no-repeat right 10px top 50%;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 22px;
    font-weight: 600;
    margin-right: 20px;
}

.support-page form .fields .attach input[type=file] {
    position: absolute;
    pointer-events: none;
    z-index: -10;
    opacity: 0;
}

.support-page form .fields .attach .no-file {
    font-size: 16px;
    line-height: 20px;
}

.support-page form .fields .attach .no-file.other {
    color: #de332a;
}

.support-page form .fields .attach .file-name {
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    height: 68px;
    box-sizing: border-box;
    line-height: 66px;
    border: 1px solid #596069;
    border-radius: 100px;
    padding: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-right: 20px;
}

.support-page form .fields .attach .replace {
    display: block;
    margin-top: 20px;
    padding-left: 25px;
    line-height: 20px;
    background: url("../img/replace.svg") no-repeat left;
    color: #f96331;
    font-size: 15px;
    text-decoration: underline;
}

.support-page form .fields .attach .br {
    height: 10px;
}

.support-page form .fields .attach .not-selected {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 329px;
    height: 68px;
    line-height: 68px;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 100px;
    background: #de332a url("../img/x.svg") no-repeat right 10px top 50%;
    font-size: 22px;
    font-weight: 600;
}

.support-page form .fields button {
    width: 310px;
    height: 68px;
    text-align: left;
    border-radius: 100px;
    background: url("../img/btn.svg") no-repeat right 20px top 50%, #78D3F5;
    color: black;
    font-size: 22px;
    font-weight: 600;
    padding: 0 40px;
    margin-top: 23px;
    font-family: "Akrobat";
}

.support-page form .fields button:hover {
    background-color: #5eccf2;
    transform: scale(1.05);
}

.support-page form .contacts .content {
    border-radius: 20px;
    background-color: #78D3F5;
    color: black;
    padding: 30px 30px 40px 30px;
}

.support-page form .contacts h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Akrobat";
}

.support-page form .contacts h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.support-page form .contacts a {
    display: block;
    text-decoration: none;
    color: #ffd0c0;
    font-size: 18px;
    line-height: 23px;
}

.support-page form .contacts a.mb {
    margin-bottom: 30px;
    color: black;
}

.header .support-button i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../img/support.svg");
    margin: -2px 4px 0 0;
}

.header .flex {
    display: flex;
    align-items: center;
}

.header .menu-button {
    margin-top: 0;
}

.menubg button {
    max-width: 290px;
    padding: 0px;
    height: 40px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
}

.sub-mob, .sup-mob {
    display: none;
}

.menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

@media (max-width: 991px) {
    .menubg button {
        min-width: 130px;
    }

    .install-pc, .watch-pc {
        display: none;
    }

    .header .menu-button {
        display: block;
    }

    .menubg button, .menubg a {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .header .right-block {
        margin-top: 0px;
    }

    .sub-mob, .sup-mob {
        display: block;
    }

    .includes-wrapper {
        flex-direction: column;
    }

    .prices-block .includes span {
        align-self: auto;
    }

    .support-page {
        padding: 120px 0 60px 0;
    }

    .support-page form {
        padding: 40px 0;
        margin: 0;
    }

    .support-page form h2 {
        margin-bottom: 30px;
    }

    .support-page form .fields .attach {
        width: 100%;
    }

    .support-page form .fields .attach .link {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .support-page form .fields button {
        width: 100%;
    }

    .support-page form .fields .attach .file-name {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 10px 0;
    }

    .support-page form .fields .attach .not-selected {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .support-page .success .window {
        width: 360px;
    }

    .support-page .success .window button {
        width: 100%;
    }
}

.device-container {
    width: 100%;
    max-width: 1342px;
    margin: auto;
}

.device-nav-title {
    color: var(--Style, #FFF);
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    margin-top: 220px;
}

.device-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.device-tab {
    width: calc(25% - 20px);
    flex: 1 auto;
    padding: 60px 40px;
    position: relative;
    border-radius: 26px;
    background: linear-gradient(94deg, rgba(71, 71, 71, 0) -2.28%, #474747 123.65%);
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s;
}

.device-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: 0.1s ease;
    border-radius: 26px; /* синхронизируйте с border-radius блока */
    pointer-events: none; /* чтобы псевдоэлемент не мешал кликам */
}

.device-tab svg path {
    fill: #7C8497;
}

.device-tab img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.device-tab:hover,
.device-tab.active {
    background: var(--Grey, #474747);
    box-shadow: 0px 0px 40px 0px #121212, 0px 0px 38.215px 0px #878787, 0px 0px 10.919px 0px #FFF, 0px 0px 5.459px 0px #FFF;
}

.device-tab:hover::before,
.device-tab.active::before {
    border-color: var(--White, #F4F4F4);
}

.device-tab:hover svg path,
.device-tab.active svg path {
    fill: white;
}

.device-content-wrapper {
    display: flex;
}

.device-content {
    margin: 140px 30px;
    padding: 100px 0;
    border-radius: 40px;
    background: #242424;
}

.device-content h2 {
    width: 100%;
    height: 59px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 58px;
}

.device-content p {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.device-content ol {
    list-style: none;
    counter-reset: custom-counter;
    padding-left: 0;
    margin: 40px 0 80px;
}

.device-content ol li {
    counter-increment: custom-counter;
    margin: 20px 0 0;
    position: relative;
    padding-left: 40px;
    color: #7C8497;
    font-size: 17px;
}

.device-content ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(166.95% 309.8% at 36.56% 175%, #CFCFCF 0%, #5E5E5E 51.62%, #3F3F3F 100%);
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
}

.device-content-block {
    width: 50%;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
}

.device-content-block:first-child {
    align-items: flex-start;
}

.device-content-block:last-child {
    border-radius: 20px;
    overflow: hidden;
}

.device-content-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.content-section {
    display: none;
    position: relative;
}

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

.white-ellipse {
    border-radius: 368.826px;
    background: radial-gradient(166.95% 309.8% at 36.56% 175%, rgba(207, 207, 207, 0.66) 0%, rgba(94, 94, 94, 0.66) 51.62%, rgba(63, 63, 63, 0.66) 100%);
    filter: blur(61.5px);
    position: absolute;
    bottom: 0px;
    left: 200px;
    width: 368.826px;
    height: 149.354px;
    z-index: 0;
}

.btn {
    padding: 20px 40px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    transition: 0.3s ease;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 310px;
    border-radius: 100px;
}

.btn-white {
    margin-right: 30px;
    text-align: left;
    color: black;
    background: white;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 20px 18px 40px;
}

.btn-white svg circle {
    fill: black;
}

.btn-white svg path {
    stroke: white;
}

.btn-border {
    border: 1px solid white;
    background: transparent;
}

.btn-border:hover {
    background: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.btn-white:hover {
    opacity: 0.5;
    cursor: pointer;
}

.small {
    flex-wrap: nowrap;
    margin-top: 100px;
    width: 100%;
}

.small::-webkit-scrollbar {
    display: none;
}

.small .device-tab {
    width: auto;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small button {
    border-radius: 8px;
    padding: 12px 20px;
    border-radius: 100px;
}

.burger-btn {
    display: none;
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.star-ellipse {
    position: absolute;
    width: 600px;
    top: -300px;
    right: 0;
    z-index: 0;
}

.star-ellipse img {
    width: 100%;
    height: 100%;
}

.instruction {
    margin-bottom: 100px;
}

.for-you-block .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.for-you-block .content {
    padding-right: 40%;
}

.for-you-block h2 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

.for-you-block .top-text {
    margin-bottom: 80px;
    color: #A5A5A5;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding-right: 100px;
}

.for-you-block .list {
    max-width: 620px;
}

.for-you-block .list .item {
    width: 49%;
    color: #7c8497;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.for-you-block .list .item p {
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.for-you-block .list .item a {
    color: #fff;
}

.for-you-block .image {
    width: 1000px;
}

.for-you-block h2 {
    font-size: 40px;
    line-height: 50px;
}

.for-you-block .top-text {
    margin-bottom: 50px;
}

.for-you-block {
    padding-bottom: 40px;
}

.for-you-block {
    padding-bottom: 67px;
    position: relative;
    font-size: 14px;
}

.instruction.for-you-block h2, .instruction.for-you-block .top-text {
    text-align: left;
}

.instruction.for-you-block .content {
    padding-right: 30%;
}

.instruction.for-you-block .list {
    width: 970px;
    max-width: 970px;
    align-items: self-start;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.instruction.for-you-block .list .item p {
    margin-top: 0;
}

.instruction.for-you-block .list .item {
    width: calc(33% - 20px);
    margin-bottom: 0 !important;
}

.instruction__image span {
    position: absolute;
    z-index: 0;
}

.instruction__image span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.instruction__image-play {
    width: 600px;
    top: -200px;
    right: 0;
}

.instruction__image-star {
    width: 900px;
    height: 400px;
    right: 0;
    bottom: -100px;
}

.instruction {
    position: relative;
}

.for-you-block h2 span {
    background: linear-gradient(94deg, #FFF -2.28%, #171717 123.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1366px) {
    .films-banners {
        right: 20px;
    }

    .device-content-wrapper,
    .device-nav {
        padding: 0 20px;
    }

    .device-tab {
        padding: 60px 0;
    }

    .device-tab svg {
        width: 185px;
    }

    .instruction__image-play {
        width: 400px;
        top: -100px;
        right: -100px;
    }

    .instruction__image-star {
        right: -400px;
    }

    .instruction {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .films-banners {
        font-size: 20px;
    }

    .films-banner-black {
        padding: 20px;
        transform: translate(35px, 50px);
    }

    .films-banner-white {
        padding: 20px;
    }

    .films-banner-green {
        padding: 40px;
        font-size: 46px;
    }

    .films-banner-green span {
        font-size: 20px;
    }

    .films {
        margin-top: 0px;
    }

    .films-banners {
        top: -100px;
    }

    .device-content {
        margin: 120px 20px;
        overflow: hidden;
    }

    .device-nav-title {
        width: 90%;
    }

    .device-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .device-tab {
        width: calc(33% - 20px);
    }

    .device-content-block {
        width: 100%;
    }

    .device-content ol {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 40px;
    }

    .device-content ol li {
        width: 50%;
    }

    .small {
        margin-top: 80px;
    }

    .star-ellipse {
        top: 0;
        right: -200px;
    }

    .white-ellipse {
        bottom: 0;
        top: 350px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .instruction {
        margin-bottom: 50px;
    }

    .instruction.for-you-block .content {
        padding-right: 0;
    }

    .instruction.for-you-block h2, .instruction.for-you-block .top-text {
        width: 65%;
    }

    .instruction.for-you-block .list {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .films-banner-green {
        padding: 26px;
        font-size: 36px;
    }

    .films-banners {
        font-size: 16px;
    }

    .device-nav-title {
        font-size: 20px;
    }

    .device-tab {
        padding: 50px 0;
        width: calc(50% - 20px);
    }

    .device-tab svg {
        width: 120px;
        height: 36px;
    }

    .device-tab:nth-child(1) svg {
        width: 120px;
    }

    .device-tab:nth-child(2) svg,
    .device-tab:nth-child(3) svg,
    .device-tab:nth-child(4) svg {
        width: 100px;
    }

    .prices-block .item .price {
        font-size: 26px;
    }

    .prices-block .item .price2 {
        font-size: 17px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .prices-block .item button {
        margin-top: 20px;
    }

    .prices-block .item .price sup {
        margin: -40px 0 0 -30px;
    }

    .small .device-tab svg {
        width: 100px;
        height: 25px;
    }

    .main-title {
        font-size: 26px;
    }

    .device-content {
        margin: 60px 10px 0;
        padding: 60px 0;
    }

    .device-content ol {
        flex-direction: column;
    }

    .device-content ol li {
        width: 100%;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .device-content-block button {
        font-size: 16px;
    }

    .popup-overlay.active {
        display: block !important;
    }

    .popup-content {
        width: 90%;
        padding: 50px 20px 20px;
        height: auto;
        overflow-y: auto;
    }

    .star-ellipse {
        right: -190px;
        width: 400px;
    }

    .white-ellipse {
        top: 450px;
    }

    .instruction__image-play {
        right: -220px;
    }

    .instruction.for-you-block .list .item {
        width: calc(50% - 20px);
    }

    .tabs-nav {
        flex-direction: column;
    }

    .tab-content {
        display: block;
    }

    .tab-item {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 475px) {
    .device-tab {
        padding: 30px 0;
    }

    .films-banner-white,
    .films-banner-black {
        padding: 20px;
    }

    .films-banner-white {
        width: 130px;
        transform: translate(100px, -20px);
    }

    .films-banner-green {
        padding: 20px;
        font-size: 26px;
    }

    .content-section .btn {
        width: 100%;
    }

    .instruction.for-you-block h2 {
        font-size: 26px;
    }

    .instruction.for-you-block h2, .instruction.for-you-block .top-text {
        width: 85%;
    }

    .instruction__image-play {
        right: -300px;
    }

    .instruction.for-you-block .list .item {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */

.footer .logo .pay svg {
    vertical-align: middle;
    filter: grayscale(100%);
}

.footer .logo .pay svg:hover {
    filter: none;
}

.tarifs {
    padding: 120px 20px;
}

.tariffs-page-footer {
    position: relative;
}

.login-page__films {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    margin-left: calc((100% - 1800px) / 2);
    margin-bottom: 60px;
}

.tariffs-page-footer .login-page__films .films-block {
    position: relative;
    flex: 1 1 calc(33.33% - 20px);
    max-width: 240px;
    height: 354px;
    margin: 0;
    box-shadow: 0px 0px 22.8px 0px rgba(41, 167, 205, 0.85);
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.tariffs-page-footer .login-page__films .films-block:nth-child(1),
.tariffs-page-footer .login-page__films .films-block:nth-child(7) {
    margin-top: 80px;
    opacity: 0.15;
}

.tariffs-page-footer .login-page__films .films-block:nth-child(2),
.tariffs-page-footer .login-page__films .films-block:nth-child(6) {
    margin-top: 50px;
    opacity: 0.45;
}

.tariffs-page-footer .login-page__films .films-block:nth-child(3),
.tariffs-page-footer .login-page__films .films-block:nth-child(5) {
    margin-top: 20px;
    opacity: 0.75;
}

@media (max-width: 1800px) {
    .tariffs-page-footer .login-page__films .films-block:nth-child(1),
    .tariffs-page-footer .login-page__films .films-block:nth-child(7) {
        display: none;
    }

    .login-page__films {
        margin-left: calc((100% - 1280px) / 2);
    }
}

@media (max-width: 1280px) {
    .tariffs-page-footer .login-page__films .films-block:nth-child(2),
    .tariffs-page-footer .login-page__films .films-block:nth-child(6) {
        display: none;
    }

    .login-page__films {
        margin-left: calc((100% - 760px) / 2);
    }
}

@media (max-width: 1025px) {
    .tariffs-page-footer {
        display: none;
    }
}
