@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .header__menu-button path, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background-color: #05071a;
}

body.active {
    overflow: hidden;
    background: #171e28;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #e9403a;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
    margin: auto;
}

.content {
    max-width: 1290px;
    padding: 25px 30px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.main {
    padding: 0 30px;
    max-width: 1350px;
    margin: auto;
}

.main > * {
    margin-top: 50px;
}

.main > * > * + * {
    margin-top: 25px;
}

h1, h2, h3, h4, .title {
    font-weight: 400;
    text-transform: uppercase;
    color: #e9403a;
}

h1, .title.general {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}

h2, .title.high {
    font-size: 40px;
    line-height: 45px;
}

h3, .title.middle {
    font-size: 35px;
    line-height: 40px;
}

h4, .title.small {
    font-size: 30px;
    line-height: 45px;
}

.button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 180px;
    background-color: #e9403a;
    padding: 12.5px 20px;
    font-size: 15px;
    line-height: 25px;
    color: #030408;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button:hover {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
}



/* header */

.header {
    padding: 0 30px;
    max-width: 1350px;
    margin: 25px auto 0;
    z-index: 1000;
}

.header__content {
    background: #171e28;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 0;
}

.header__logo {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 210px;
    -moz-box-flex: 0;
    flex: 0 1 210px;
    padding: 20px 30px;
}

.header__logo img {
    display: block;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.menu ul a {
    display: block;
    padding: 37.5px 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.menu a:hover, .header__menu > ul > li:nth-child(2n) a:hover {
    color: #fff;
    background-color: #171e28;
}

.header__menu, .header__expand-menu > ul {
    background-color: #1d252f;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 210px - 240px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 210px - 240px);
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.header__menu > ul > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    flex: 1 1 25%;
}

.header__expand-menu {
    display: none;
}

.header__expand-menu .header__button {
    display: none;
}

.header__expand-menu li {
    display: block;
}

.header__menu > ul > li:first-child a, .header__menu > ul > li:last-child a, .header__expand-menu > ul > li:first-child a, .header__expand-menu > ul > li:last-child a {
    color: #fff;
}

.header__menu > ul > li:nth-child(2n) a, .header__expand-menu > *:nth-child(2) > li:nth-child(2n) a {
    background-color: #13181f;
}

.header__menu > ul > li:first-child a:hover, .header__menu > ul > li:last-child a:hover {
    color: #e9403a;
}


/* banner */

.banner {
    margin-top: 25px;
}

.banner + * {
    margin-top: 25px;
}

.banner__image img {
    transition: all 0.2s linear;
}

.banner__image:hover img {
    transform: scale(1.05);
}


/* cover */

.cover__content {
    border: 1px solid #e9403a;
    background-color: #171e28;
    text-align: center;
    padding: 75px 50px;
}

.title.cover__title {
    max-width: 530px;
    margin: auto;
    z-index: 10;
}

.cover__image {
    position: absolute;
    bottom: 0;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.cover__image.left {
    left: 0;
}

.cover__image.right {
    right: 0;
}

.cover-table__content {
    background-color: #171e28;
}

.cover__table table {
    background-color: #232c38;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cover__table table tr > td:first-child {
    padding-left: 0;
}


/* table */

table {
    word-break: break-word;
    font-size: 18px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 25px 50px;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

table td {
    padding: 12.5px 0 12.5px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

table tbody tr {
    border-top: 1px solid #e9403a;
}


/* app */

.app__article h2 > span {
    color: #666e78;
}

.app-table__content {
    background-color: #171e28;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.app__table table thead {
    font-weight: 700;
}



/* article  */

article > * + *, .article > * + * {
    margin-top: 25px;
}

article li, .article li {
    display: block;
    padding-left: 30px;
}

article li + li, .article li + li {
    margin-top: 20px;
}

.article .bonus__list li:before {
    content: none;
}

article ul li:before {
    content: "—";
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol);
    font-weight: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}


/* mobile devices */

.mobile-devices-table__content {
    border: 1px solid #e9403a;
}

.mobile-devices__table thead {
    font-weight: 700;
}


/* downloading */

.downloading__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.downloading-list__article {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 30px;
    background-color: #171e28;
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2)
}

.article.downloading-list__article > *:first-child {
    font-size: 24px;
}



/* bonus */


.bonus__list {
    margin-top: 50px;
}

.bonus__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e9403a;
}

.bonus__item + .bonus__item {
    margin-top: 25px;
}

.bonus-item__desc {
    max-width: 850px;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 210px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 210px);
    padding: 25px 30px 30px 10px;
}

.bonus-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 210px;
    -moz-box-flex: 0;
    flex: 0 1 210px;
    text-align: center;
}


/* vip program */

.vip-program__article h2 {
    color: #eed82f;
}


/* slots */

.slots__article h2 {
    color: #eed82f;
}

.slots-table__content {
    border: 1px solid #eed82f;
    overflow: hidden;
}

.slots-table__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 28%;
    background-color: #0c0e23;
}

.slots__table table {
    font-size: 15px;
}

.slots__table table tbody tr {
    border-top: none;
}

.slots__table table td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.slots__table table tr td:first-child {
    padding-left: 0;
    padding-right: 50px;
}

.slots__table thead {
    color: #eed82f;
}

.slots__table table {
    padding: 25px 0 25px 50px;
}

.slots__table table tr > td:nth-child(1), .slots__table table tr > td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 28%;
    -moz-box-flex: 0;
    flex: 0 1 28%;
}

.slots__table table tr > td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -moz-box-flex: 0;
    flex: 0 1 24%;
}

.slots__table table tr > td:nth-child(n + 3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -moz-box-flex: 0;
    flex: 0 1 16%;
}


/* games */

.games__article h2 {
    color: #eed82f;
}

.games__list {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.games__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 4);
    font-size: 18px;
    color: #eed82f;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #171e28;
    text-align: center;
    margin-top: 25px;
}


/* live-games */

.live-games__list {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.live-games__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 4);
    font-size: 18px;
    color: #e9403a;
    padding: 25px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #171e28;
    text-align: center;
    margin-top: 25px;
}



/* payment */

.payment > .payment__article:nth-child(1) p {
    color: #e9403a;
}

.payment__content {
    background-color: #171e28;
    margin-top: 50px;
}

.payment__content li {
    display: block;
    margin-top: 15px;
}

.payment__content li:first-child {
    color: #e9403a;
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
}


/* vpn support license */

.vpn__article h2, .vpn__article p, .license__article h2, .license__article p {
    color: #87898d;
}

.support__article h2 {
    color: #fff;
}


/* reviews */

.reviews__list {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 30px;
    color: #87898d;
    background: #171e28;
    margin-top: 25px;
}


/* verdict */

.verdict__article h2, .verdict__article p {
    color: #87898d;
}



/* faq */

.faq > h2 span {
    font-weight: 700;
}

.title.middle.faq-item__title {
    font-size: 30px;
    line-height: 35px;
    padding: 6.5px 30px;
    color: #fff;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid;
    border-color: #e9403a;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #171e28;
    text-transform: none;
}

.title.middle.faq-item__title:after {
    content: none;
}

.faq__item {
    display: block;
    cursor: pointer;
    margin-bottom: 25px;
    background-color: #171e28;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item:hover .title.middle.faq-item__title {
    background-color: #e9403a;
}

.faq__item.active .title.middle.faq-item__title {
    background-color: #e9403a;
    color: #05071a;
}

.faq-item__answer {
    padding: 25px 30px 50px;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}


/* footer */

footer {
    padding-top: 50px;
    z-index: -1;
    overflow: hidden;
    min-height: 150px;
}

.footer__image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
