@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;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&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

html {
    scroll-behavior: smooth;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    overflow-x: hidden;
    background: #121317;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

a {
    color: inherit;
}

body.active {
    margin-top: 52px;
    overflow: hidden;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 1000;
    width: 100%;
    background: #16181D;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    background: #252A31;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.content.black {
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
}

.content.black h2, .content.black h3, .content.black h4 {
    color: #fff;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #4EA522;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    font-weight: 800;
}

h2, .title.high {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
}

h2:before, .title.high:before, h2:after, .title.high:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/h2.svg);
}

h2:before, .title.high:before {
    left: 0;
}

h2:after, .title.high:after {
    right: 0;
}

h3, .title.middle {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}

h4, .title.small {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}

.button {
    min-width: 200px;
    background: #4EA522;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px 20px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background: #58dc16;
}



/* header */



.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 57px;
    margin-right: 57px;
}

.header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-align: right;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.header__menu > ul > li + li {
    margin-left: 20px;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.header__expand-menu {
    display: none;
    margin-bottom: 50px;
    z-index: 1001;
}

.header__expand-menu svg {
    display: block;
    margin: auto;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    background-color: #23272E;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 20px;
    max-width: 300px;
    margin-bottom: 15px;
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-transform: uppercase;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu a span + span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10px;
    -moz-box-flex: 0;
    flex: 0 1 10px;
    margin-left: 10px;
}







.content.header__content {
    padding: 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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    border: none;
    min-height: 52px;
    overflow: visible;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-height: 52px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
    width: 45px;
}

.header__button:last-child {
    margin-left: 10px;
}

.header__buttons .button {
    min-width: 0;
    margin-right: 0vh;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.header__buttons > *:nth-child(2) {
    background: #23272E;
}

.header__buttons > *:nth-child(2):hover {
    background: #00d1a0;
    color: #23272E;
    background: #fff;
}


.header__menu .header__buttons {
    display: none;
}

.header__expand-menu .header__buttons {
    display: none;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.header__buttons > *:not(:first-child) {
    margin-left: 10px;
}




.header-languages__button img {
    display: block;
    max-width: 24px;
}

.header-languages__button {
    color: #fff !important;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.header-languages__button span:first-child {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 10px - 5px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 10px - 5px);
}

.header-languages__button span:nth-child(2) {
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10px;
    -moz-box-flex: 0;
    flex: 0 1 10px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}




.header__languages {
    position: relative;
    z-index: 1000;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.header__languages img {
    display: block;
}

.header-languages__wrap {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -5px;
    min-width: 100%;
}

.header-languages__list {
    padding: 0;
    background: #121317;
    border-top: none;
    z-index: 10;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: auto;
    max-height: -webkit-calc(100vh - 52px);
    max-height: -moz-calc(100vh - 52px);
    max-height: calc(100vh - 52px);
    width: auto;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    min-width: 100%;
    padding: 10px;
}

.header-languages__list a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    white-space: nowrap;
}

.header-languages__list li {
    width: 100%;
    display: block;
}

.header-languages__list li + li {
    margin-top: 5px;
}

.header-languages__list a:hover {
    text-decoration: underline;
}




/* cover */

.cover {
    overflow: hidden;
    padding-top: 20px;
}

.content.cover__content {
    padding: 60px;
    overflow: visible;
    background: transparent;
    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;
    min-height: 385px;
}

.cover__desc {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

.cover__wrap {
    z-index: 100;
    max-width: 400px;
    width: 60%;
}

.cover__button.button {
    margin-top: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#A6FC71), to(#4CA421));
    background: -webkit-linear-gradient(left, #A6FC71, #4CA421);
    background: -moz-linear-gradient(left, #A6FC71, #4CA421);
    background: -o-linear-gradient(left, #A6FC71, #4CA421);
    background: linear-gradient(to right, #A6FC71, #4CA421);
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 80%;
    object-position: 80%;
}



/* table */

table {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

table thead tr:nth-child(n) {
    background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#4EA522));
    background: -webkit-linear-gradient(#1C1C1C, #4EA522);
    background: -moz-linear-gradient(#1C1C1C, #4EA522);
    background: -o-linear-gradient(#1C1C1C, #4EA522);
    background: linear-gradient(#1C1C1C, #4EA522);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

table tr {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: stretch;
    min-height: 42px;
}

table tbody tr + tr {
    border-top: 1px solid #424848;
}

table td {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}

table td:nth-child(n + 2) {
    border-left: 1px solid #424848;
}

.table__wrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #4EA522;
    background: #23272E;
}

.information__table {
    text-align: center;
}

.information__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.information__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}


.plus__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

table a {
    display: block;
}


.slots__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.slots__table tbody tr + tr {
    border-top: none;
}

.slots__table td:nth-child(n + 2) {
    border-left: 2px solid rgba(22, 30, 24, 0.8);
}







/* article  */

article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 22px;
    display: block;
    text-align: left;
}

article li span, .article li span {
    font-weight: 700;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4EA522;
    position: absolute;
    left: 0px;
    top: 8.5px;
}

.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-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article p a {
    text-decoration: underline;
}

.article p a, article p a, .article li a, article li a {
    color: #78CF48;
    text-decoration: none;
}

.article .image, article .image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}





/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.title.middle.faq-item__title {
    padding: 16px 52px 16px 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#4EA522));
    background: -webkit-linear-gradient(#1C1C1C, #4EA522);
    background: -moz-linear-gradient(#1C1C1C, #4EA522);
    background: -o-linear-gradient(#1C1C1C, #4EA522);
    background: linear-gradient(#1C1C1C, #4EA522);
    color: #fff;
    font-weight: 700;
}

.title.middle.faq-item__title:before {
    content: url(../images/faq.svg);
    position: absolute;
    right: 19px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    line-height: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.title.middle.faq-item__title:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq__item.active .title.middle.faq-item__title:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item {
    display: block;
    cursor: pointer;
    margin-top: 16px;
}

.faq-item__answer {
    padding: 16px 12px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #4EA522;
    border-top: none;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}


/* footer */

.footer {
    margin-top: 20px;
}

.content.footer__content {
    padding: 30px 0;
    background: transparent;
    color: #BEBFC1;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.footer img {
    display: block;
    margin: auto;
}

.footer__link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #16181D;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 45px 15px 15px;
    display: block;
}

.footer__link span:last-child {
    position: absolute;
    right: 18px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
}

.footer__wrap, .footer__info {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
}

.footer__wrap > *, .footer__copyright {
    margin-top: 10px;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #16181D;
    padding: 15px;
    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;
}

.footer__wrap > *:first-child, .footer__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 58%;
    -moz-box-flex: 0;
    flex: 0 1 58%;
}

.footer__wrap > *:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(42% - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(42% - 20px);
    max-width: 265px;
}

.footer__payments img {
    max-height: 60px;
    margin: auto auto auto 0;
}

.footer-info__right {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(42% - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(42% - 20px);
    margin-top: 10px;
    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;
}

.footer__age {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #16181D;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
}

.footer__button.button {
    margin-top: 10px;
    min-width: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #23272E;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    font-weight: 400;
}

.footer__button.button:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #2b2f37;
}




/* comment */

.comment__content.content {
    overflow: hidden;
    color: #fff;
}

.comment__content > * + * {
    margin-top: 16px;
}

.comment__content > * {
    z-index: 100;
}

.comment__list + * {
    margin-top: 0;
}

.comment__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;
    z-index: 100;
}

.comment-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 15px 20px 20px;
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
    border: 2px solid #4EA522;
    background: #252A31;
    -webkit-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    -moz-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    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;
}

.comment-item__top {
    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-box-flex: 0;
    -webkit-flex: 0 1 210px;
    -moz-box-flex: 0;
    flex: 0 1 210px;
}

.comment-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60px;
    -moz-box-flex: 0;
    flex: 0 1 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.comment-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(1005 - 60px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(1005 - 60px - 20px);
    font-weight: 700;
}

.comment-item__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 210px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 210px);
    padding-left: 10px;
}

.comment-item__name {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
    color: #4EA522;
    font-weight: 700;
}





/* offer */

.offer__content.content {
    padding: 20px;
    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;
    overflow: hidden;
    min-height: 400px;
}

.offer__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.offer__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    -o-object-position: 70%;
    object-position: 70%;
}

.offer__wrap {
    max-width: 400px;
    width: 70%;
    text-align: center;
    z-index: 100;
}

.offer__title.title {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    display: block;
}

.offer__title.title:before, .offer__title.title:after {
    content: none;
}

.offer__title.high.title {
    font-size: 28px;
    padding: 0;
    background: transparent;
    color: #4EA522;
}

.offer__title.middle.title {
    font-size: 15px;
}

.offer__wrap > * + * {
    margin-top: 20px;
}




/* registration */

.registration__list {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-left: -20px;
}

.registration__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
    margin-top: 20px !important;
    margin-left: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 20px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #4EA522;
    -webkit-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    -moz-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    min-height: 130px;
}


.registration__list li:before {
    content: none !important;
}

.registration__list span {
    display: block;
    font-weight: 400 !important;
}

.registration__list span:first-child {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800 !important;
    color: #4EA522;
    text-decoration: underline;
}




/* support */

.list.support__list li {
    background: #252A31;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.list.support__list li a {
    color: #fff;
    text-decoration: underline;
}

.list.support__list li:before {
    content: '' !important;
    left: 0;
    top: 0;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 0;
    display: block;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12px;
    -moz-box-flex: 0;
    flex: 0 1 12px;
    min-width: 12px;
}


.prime__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.prime__list.list .title.middle {
    margin-bottom: 0;
}




/* mobile */

.mobile__content.content {
    background-image: url(../images/mobile-bg.webp);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #4EA522;
    padding-right: 315px;
    line-height: 2;
}

.mobile__content > *:not(.mobile__image) {
    z-index: 10;
}

.mobile__image {
    position: absolute;
    max-height: 280px;
    right: 75px;
    bottom: 0;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
}

.mobile__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}






/* games */

.prime__content > * + * {
    margin-top: 16px;
}

.prime__content > * {
    z-index: 100;
}

.list {
    margin-top: 0 !important;
    margin-left: -20px;
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
    margin-top: 20px;
    margin-left: 20px !important;
    padding: 20px 20px 24px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 1.5;
    border: 2px solid #4EA522;
    -webkit-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    -moz-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    text-align: center;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/prime-bg.webp);
    background-position: center;
}

.list li:before {
    content: none !important;
}

.list .title.middle {
    color: #4EA522;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 12px;
}



.list.games__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
}





/* bonus */

.bonus__list {
    margin-top: 0;
    margin-left: -16px;
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bonus-list__item {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
    margin-top: 16px;
    margin-left: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #4EA522;
    overflow: hidden;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#4EA522));
    background: -webkit-linear-gradient(left, #000000, #4EA522);
    background: -moz-linear-gradient(left, #000000, #4EA522);
    background: -o-linear-gradient(left, #000000, #4EA522);
    background: linear-gradient(to right, #000000, #4EA522);
}

.bonus-list__item:before {
    content: none !important;
}

.bonus-item__image {
    width: 100%;
}

.bonus-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
}

.bonus-item__wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding: 30px 8%;
    text-align: center;
    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;
    -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;
    line-height: 1.5;
    color: #fff;
}

.bonus-item__wrap > * + * {
    margin-top: 16px;
}

.bonus-item__title.title {
    font-size: 24px;
    line-height: 32px;
    max-width: 400px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.bonus-item__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.bonus-item__button.button {
    color: #fff;
}




/* promotions */

.promotions__content {
    background-image: url(../images/promotions-bg.webp);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list.promotions__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
    background: #23272E;
    line-height: 2;
}



/* providers */

.providers__wrap {
    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;
}

.providers__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
    min-width: 330px;
}

.providers__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
    -moz-box-flex: 0;
    flex: 0 1 70%;
    padding: 0 0 0 20px;
    max-width: -webkit-calc(100% - 330px);
    max-width: -moz-calc(100% - 330px);
    max-width: calc(100% - 330px);
}

.providers__image img {
    max-width: 660px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: none;
    width: 100%;
}




/* conclusion */

.conclusion__content.content {
    padding-right: 420px;
}

.conclusion__content.content *:not(.conclusion__decor, .conclusion__image) {
    z-index: 10;
}

.conclusion__decor {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    right:  0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.conclusion__decor img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.conclusion__image {
    position: absolute;
    z-index: 2;
    max-height: 300px;
    height: -webkit-calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    right: 100px;
    bottom: 0;
}

.conclusion__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}



/* grade */

.grade__content {
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/grade-bg.webp);
}

.grade__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -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;
    margin-left: -20px;
}

.grade-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
    margin-top: 20px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #4EA522;
    background: #252A31;
    -webkit-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    -moz-box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    box-shadow: 0 0 2px 2px rgba(78, 165, 34, 0.7);
    min-height: 76px;
    padding: 5px 20px 20px 0;
}

.grade-list__item img {
    display: block;
    margin: auto;
    max-height: 42px;
}

.grade-list__item span:last-child {
    font-size: 24px;
    color: #4EA522;
}

.grade-list__item span {
    margin-left: 20px;
    margin-top: 15px;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1250px) {
    .list li {
        padding: 20px 16px !important;
    }

    .promotions-item__title {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 1200px) {
    .registration__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1150px) {
    .list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 60px) / 3);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1100px) {
    .offer__content.content {
        min-height: 350px;
    }

    .list.games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .comment-list__item {
        display: block;
    }

    .comment-item__top {
        margin-bottom: 10px;
    }

    .comment-item__desc {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .header__menu {
        display: none;
    }

    .header__content > .header__buttons {
        margin-right: 45px;
    }

    .header__button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__menu-button {
        position: absolute;
        display: inline-block;
        top: 0.5;
        right: -5px;
    }

    .header__expand-menu {
        position: fixed;
        top: -300vh;
        overflow: auto;
        right: 0;
        width: 100vw;
        height: auto;
        background: #16181D;
        z-index: 4;
        font-size: 15px;
        padding: 25px 0 25px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        transition: all 0.4s linear;
        display: block;
    }

    .header__expand-menu.active {
        top: 52px;
    }

    .header__expand-menu > *:nth-child(2) {
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }

    .header__menu-button svg {
        overflow: visible;
    }

    .header__menu-button.active .rect1 {
        -webkit-transform: rotate(45deg) scaleX(1.32);
        -moz-transform: rotate(45deg) scaleX(1.32);
        -o-transform: rotate(45deg) scaleX(1.32);
        transform: rotate(45deg) scaleX(1.32);
        -webkit-transform-origin: 15px 15px;
        -moz-transform-origin: 15px 15px;
        -o-transform-origin: 15px 15px;
        transform-origin: 15px 15px;
    }

    .header__menu-button.active .rect2 {
        display: none;
    }

    .header__menu-button.active .rect3 {
        -webkit-transform: rotate(-45deg) scaleX(1.32);
        -moz-transform: rotate(-45deg) scaleX(1.32);
        -o-transform: rotate(-45deg) scaleX(1.32);
        transform: rotate(-45deg) scaleX(1.32);
        -webkit-transform-origin: 12.5px 35px;
        -moz-transform-origin: 12.5px 35px;
        -o-transform-origin: 12.5px 35px;
        transform-origin: 12.5px 35px;
    }

    .cover__content.content {
        padding: 30px;
        min-height: 350px;
    }

    .promotions-item__title {
        font-size: 23px;
    }
}

@media screen and (max-width: 900px) {
    .cover__content.content {
        padding: 20px;
        min-height: 350px;
    }

    .cover__wrap {
        max-width: 420px;
        width: 70%;
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: rgba(18, 19, 23, 0.8);
    }

    .cover__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .offer__wrap {
        padding: 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: rgba(18, 19, 23, 0.8);
    }

    .offer__bg img {
        -o-object-position: 80%;
        object-position: 80%;
    }

    .bonus-item__wrap {
        padding: 20px;
    }

    .promotions-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 16px * 2) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 16px * 2) / 2);
    }

    .mobile__image {
        right: 20px;
    }

    .mobile__content.content {
        padding-right: 215px;
    }

    .list.promotions__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 0 1 calc((100% - 40px) / 2);
    }

    .list.support__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .conclusion__image {
        right: 0;
    }

    .conclusion__content.content {
        padding-right: 290px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding: 20px 15px;
    }

    .cover__content.content {
        padding: 15px;
    }

    .offer__content.content {
        padding: 15px;
        min-height: 300px;
    }

    .registration__list li {
        padding: 20px 16px !important;
    }

    .providers__wrap {
        display: block;
    }

    .providers__article {
        min-width: 0;
    }

    .providers__image {
        max-width: none;
        margin-top: 16px;
        padding: 0;
    }

    .providers__image img {
        max-width: none;
    }

    .grade-list__item {
        font-size: 18px;
        line-height: 24px;
    }

    .grade-list__item span:last-child {
        font-size: 22px;
    }

    .grade-list__item span {
        margin-left: 15px;
    }

    .grade-list__item {
        padding: 5px 15px 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .grade-list__item span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 700px) {
    .article ul li:before, article ul li:before {
        line-height: 20px;
    }

    body.active {
        overflow: hidden;
    }

    .header__expand-menu {
        height: -webkit-calc(100vh - 52px);
        height: -moz-calc(100vh - 52px);
        height: calc(100vh - 52px);
        top: -150vh;
        overflow: auto;
        padding-bottom: 100px;
    }

    .information__table td:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
        -moz-box-flex: 0;
        flex: 0 1 40%;
        min-width: 180px;
    }

    .information__table td:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
        -moz-box-flex: 0;
        flex: 0 1 60%;
        max-width: -webkit-calc(100% - 180px);
        max-width: -moz-calc(100% - 180px);
        max-width: calc(100% - 180px);
    }

    .slots__wrap {
        overflow: auto;
    }

    .slots__table {
        width: 700px;
    }

    .list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 0;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .registration__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
        -moz-box-flex: 1;
        flex: 1 1 calc((100% - 40px) / 2);
    }

    .mobile__content.content {
        padding-right: 15px;
    }

    .mobile__image {
        opacity: 0.5;
        z-index: 0;
    }

    .conclusion__content.content {
        padding-right: 15px;
    }

    .conclusion__image, .conclusion__decor {
        opacity: 0.5;
    }
}

@media screen and (max-width: 650px) {
    .comment-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
        padding: 15px;
    }

    .bonus-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .bonus-item__wrap {
        padding: 30px 10%;
    }
}

@media screen and (max-width: 600px) {
    .header__content > .header__buttons > .button {
        display: none;
    }

    .header__expand-menu > *:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .header__expand-menu > *:first-child a.button {
        padding: 8px 20px;
        width: 100%;
        max-width: 200px;
    }

    .header__content > .header__buttons {
        margin-right: 50px;
    }

    .header__expand-menu > .header__buttons {
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .header__buttons .button, .header__buttons > .button:first-child {
        min-width: 200px;
    }

    .header__buttons > .button:nth-child(n) {
        margin-left: auto;
        margin-right: auto;
    }

    .header__content > .header__buttons {
        margin-right: 40px;
    }

    .cover__content.content {
        min-height: 320px;
    }

    .cover__wrap {
        margin: auto;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    h1, .title.general {
        text-align: center;
    }

    .cover__bg img {
        -o-object-position: 99%;
        object-position: 99%;
    }

    .main .offer__content.content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        min-height: 250px;
    }

    .offer__bg img {
        -o-object-position: right;
        object-position: right;
    }

    .offer__wrap {
        width: 100%;
        max-width: 380px;
    }

    .list.games__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 550px) {
    .footer__wrap {
        display: block;
    }

    .footer__payments img {
        margin: auto;
    }

    .footer__wrap > *:nth-child(2) {
        max-width: none;
    }

    .list.support__list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        flex: 1 1 100%;
    }

    .grade-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .grade-list__item span:nth-child(n) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 500px) {
    .title.middle.faq-item__title {
        padding: 10px 45px 10px 12px;
    }

    .faq-item__answer {
        padding: 10px 12px;
    }

    .title.middle.faq-item__title:before {
        right: 15px;
    }

    .title.middle.faq-item__title:after {
        width: 20px;
        height: 20px;
        top: -webkit-calc(50% - 10px);
        top: -moz-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 10px;
    }

    .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    .header__expand-menu > *:first-child a.button {
        width: 100%;
        max-width: 300px;
    }

    .header__button:last-child {
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }

    .information__wrap, .plus__wrap {
        overflow: auto;
    }

    .information__table, .plus__table {
        width: 500px;
    }

    h2, .title.high {
        font-size: 20px;
    }

    .bonus-item__wrap {
        padding: 30px;
    }

    .bonus-item__title.title {
        font-size: 20px;
        line-height: 28px;
    }

    .list li, .list.promotions__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .promotions-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 450px) {
    .cover__bg img {
        -o-object-position: 95%;
        object-position: 95%;
    }

    .footer__info {
        display: block;
    }

    .footer__copyright {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .registration__list li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
        min-height: 0;
    }

    .offer__bg img {
        -o-object-position: 90%;
        object-position: 90%;
    }
}

@media screen and (max-width: 400px) {
    .logo img {
        max-height: 40px;
    }

    .cover__content.content {
        min-height: 0;
    }

    h1, .title.general {
        line-height: 1.3;
    }

    .bonus-item__wrap {
        padding: 20px 15px;
    }

    .offer__bg img {
        -o-object-position: 85%;
        object-position: 85%;
    }

    .grade-list__item span:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }
}
