@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 {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.pen {
    pointer-events: none;
}

body,
html {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

body {
    background: #1b1b1b url('../img/bg.svg') center / cover;
    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;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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'] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

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

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

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

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

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

* {
    outline: none !important;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

.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: .7;
}

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

.header .right-block {
    margin-top: 9px;
    position: relative;
}

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

.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: .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: .7;
}

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

.header .right-block button {
    background: #fff;
    width: 139px;
    height: 40px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
}

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

.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;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    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 {
    background: url('../img/index-first-block.jpg') center / cover;
    padding-bottom: 180px;
    position: relative;
}

.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;
}

.index-first-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.index-first-block .header {
    margin-bottom: 112px;
    position: relative;
    z-index: 4;
}

.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: 60px;
    font-weight: 700;
    line-height: 72px;
}

.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;
}

.index-first-block .buttons button {
    width: 200px;
    height: 56px;
    margin: 0 10px 10px 0;
    background: none;
    color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 100px;
    font-size: 20px;
}

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

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

.index-counts-block {
    padding-top: 60px;
}

.index-counts-block .item {
    width: 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 20px;
    background: linear-gradient(145.27deg, rgba(71, 71, 71, 0) -11.653%, #474747 129.015%);
    padding: 10px 20px 30px 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.index-counts-block .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;
    transform: scale(1.05);
}

.index-counts-block .item p {
    background: linear-gradient(137.22deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: Akrobat;
    font-size: 90px;
    font-weight: 700;
    line-height: 108px;
}

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

.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%);
    z-index: 3;
    width: 54px;
    height: 54px;
    opacity: .7;
}

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

.releases-block .list .slider-nav.prev {
    left: 20px;
    background: url('../img/prev.svg');
}

.releases-block .list .slider-nav.next {
    right: 20px;
    background: url('../img/next.svg');
}

.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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    text-fill-color: transparent;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: .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;
    text-fill-color: transparent;
    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;
    text-fill-color: transparent;
    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;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    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;
}

.prices-block h2 {
    margin-bottom: 10px;
    background: linear-gradient(130.88deg, #ffffff, #171717);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    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;
    margin: 0 10px 10px 0;
    font-size: 17px;
    line-height: 20px;
    padding: 8px 20px;
    border: 1px solid rgba(244, 244, 244, 0.6);
    border-radius: 100px;
}

.prices-block .item {
    width: 33%;
    border-radius: 20px;
    background: linear-gradient(145.05deg, rgba(71, 71, 71, 0) -393.013%, #222222 -244.19%);
    padding: 20px 20px 120px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.prices-block .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;
}

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

.prices-block .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;
}

.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;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #474747;
    border-radius: 10px;
    background: linear-gradient(131.86deg, #ffffff -34.231%, #171717 115.283%);
    margin: -50px 0 0 -30px;
}

.prices-block .item .price2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.prices-block .item .discount {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid rgba(244, 244, 244, 0.6);
    border-radius: 100px;
    padding: 8px 20px;
}

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

.prices-block .item ul li {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: 56px;
    background: none;
    border: 1px solid #f4f4f4;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 20px;
    background: #2d2d2d;
    padding: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    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;
    text-fill-color: transparent;
    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 {
    padding-bottom: 90px;
}

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

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

.faq-block .item h3 {
    cursor: pointer;
    padding-right: 40px;
    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;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    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;
}

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

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

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

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

.footer {
    padding: 60px 0;
    background: linear-gradient(34.8deg, rgba(71, 71, 71, 0) -18.21%, #474747 96.761%);
}

.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 .copy button {
    background: #fff;
    width: 139px;
    height: 40px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 700;
}

.footer .copy button:hover {
    transform: scale(1.1);
}

.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 .copy p {
    margin-top: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    opacity: .6;
}

.footer .copy p a {
    display: inline-block;
    margin-right: 20px;
}

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.invite-page .list .item {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    text-fill-color: transparent;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.invite-page .login button {
    background: #fff;
    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;
    text-fill-color: transparent;
    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-bottom: 100px;
}

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

.cabinet-page .cabinet .user {
    width: 58%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 50px;
    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: 50px;
}

.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 {
    text-align: center;
}

.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;
}

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

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

.popup .success p span {
    color: #fff;
}

.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;
}

@media (max-width: 1330px) {
    .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;
    }

    .cabinet-page .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;
    }
}

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

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

    .header .right-block button {
        width: 120px;
    }

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

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

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

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

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

    .footer .copy 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%;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: 556px;
    }

    .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;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        margin: 0;
    }

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

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

    .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: 50px;
        line-height: 1.2;
    }

    .index-counts-block .item p {
        font-size: 70px;
        line-height: 1.2;
    }

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

    .iptv-block .content .items .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        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%;
    }
}

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

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

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

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

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

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

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

    .index-first-block .buttons button {
        width: 160px;
        font-size: 16px;
    }

    .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        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 .copy p {
        margin-top: 20px;
    }

    .footer .copy 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;
    }
}

.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;
}
