* {
    font-family: 'Montserrat', sans-serif;
}
html {
    overflow-x: hidden;
}
body, html {
    height: 100%;
}
button:active,
button:focus {
    outline: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.fixed-header {
    padding-top: 62px;
}
.fixed-header .first-screen {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.fixed-header .first-screen__img {
    display: none;
}
.fixed-header .steps {
    margin-top: 430px;
}
.footer {
    flex: 0 0 auto;
}
.dark-section {
    background-color: #f9f9f9;
}
.heading {
    color: #2c3e50;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-align: center;
}
.step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 96px;
    text-transform: uppercase;
    letter-spacing: 0.19px;
    line-height: 66px;
    font-weight: 600;
    z-index: 0;
    white-space: nowrap;
}
.step.step-gray {
    color: #f9f9f9;
}
.subheading {
    text-align: center;
    color: #2c3e50;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.45px;
}
.step-title {
    line-height: 20px;
    display: inline-block;
    border-radius: 3px;
    background-color: #0090ed;
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    padding: 0 20px;
    margin-top: 35px;
    margin-bottom: 17px;
}
.btn__bordered {
    text-decoration: none;
    outline: none;
    display: inline-block;
    border-radius: 3px;
    padding: 0 8px;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
}
.btn__filled {
    border: none;
    outline: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.btn__lg {
    min-width: 112px;
    padding: 0 10px;
}
.input {
    color: #8d8d8d;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.35px;
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
    line-height: 29px;
    padding: 0 11px;
    border: none;
    outline: none;
}
.textarea {
    color: #8d8d8d;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.35px;
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 3px;
    line-height: 29px;
    background-color: #f9f9f9;
    padding: 0 11px;
    border: none;
    outline: none;
    resize: vertical;
}
.modal-form {
    max-width: 700px;
    width: 100%;
    margin: 50px auto;
    display: block;
    background-color: white;
}
.modal-video-frame-wrap {
    position: relative;
}
.modal-frame-body {
    max-width: 700px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}
.modal-frame-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.modal-video-close-btn {
    cursor: pointer;
}

/* card-box*/
.card-box {
    box-shadow: 0 1px 0 #d1d1d1;
    border-radius: 3px;
    background-color: #eaeaea;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 1px;
}
.card-box__logo {
    margin-bottom: 21px;
    height: 18px;
}
.card-box__games {
    width: 218px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 21px;
}
.card-box__game {
    border-radius: 3px;
    background-color: #f9f9f9;
    line-height: 37px;
    border: none;
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.45px;
    width: 100px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.card-box__game:focus, .card-box__game:active {
    outline: none;
}
.card-box__content {
    display: none;
}
.card-box__content.active {
    display: block;
}
.card-box__btn-video {
    width: 218px;
    padding: 0;
    border: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.card-box__btn-video:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/img/play-button.svg");
    background-size: 38px;
    transition: all .05s;
}
.card-box__btn-video:hover:after {
    background-size: 45px;
}
.card-box__btn-video:active,
.card-box__btn-video:focus {
    outline: none;
}
.card-box__text {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}
.card-box__video-thumb {
    vertical-align: text-top;
    width: 100%;
}
.card-box__btn-wrap {
    margin-bottom: 23px;
}
.card-box__btn-download {
    color: #2c3e50;
    font-size: 9px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.35px;
}
.card-box__btn-download:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/download.svg");
    background-size: 11px;
    vertical-align: middle;
}
.card-box__btn-register {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 2.5;
    border-radius: 3px;
    background-color: #0090ed;
    margin-bottom: 24px;
    transition: all 0.3s;
    border: 1px solid #0090ed;
}
.card-box__btn-register:hover {
    background-color: #ffffff;
    color: #0090ed;
    border: 1px solid;
}

/* accordion */
.accordion__item {
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
    border-left: 3px solid #0090ed;
    padding: 0 7px 5px 15px;
    margin-bottom: 10px;
}
.accordion__title {
    margin-top: 0;
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.45px;
    position: relative;
    padding: 12px 30px 7px 0;
    cursor: pointer;
    margin-bottom: 0;
}
.accordion__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #0090ed;
}
.accordion__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 6px;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background-color: #0090ed;
    opacity: 1;
    transition: all .3s;
}
.active .accordion__title:after {
    opacity: 0;
}
.accordion__content {
    display: none;
    color: #2c3e50;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 11px;
}
.active .accordion__content {
    display: block;
}
.accordion__content a {
    color: #0090ed;
}

/* Table */
.table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 25px;
    width: 100%;
}
.table__head {
    box-shadow: 0 2px 0 -1px #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
    display: block;
}
.table__head th:nth-of-type(2),
.table__head th:nth-of-type(3),
.table__head th:nth-of-type(4) {
    display: none;
}
.table__head th {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.45px;
    height: 38px;
    padding: 0 25px;
    text-align: left;
    border-radius: 3px;
    border-left: 3px solid #0090ed;
    border-right: 3px solid #0090ed;
    width: 100%;
    display: block;
    line-height: 38px;
    margin-bottom: 10px;
}
.table tbody {
    border-radius: 3px;
    overflow: hidden;
}
.table tr {
    background-color: #f9f9f9;
    cursor: pointer;
}
.table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.table tr td {
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.45px;
    padding: 3px 25px;
    display: block;
    line-height: 30px;
}
.table tr td p {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    margin: 0;
    display: none;
}
.table tr td:first-of-type {
    position: relative;
}
.table tr td:first-of-type:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 8px;
    top: 18px;
    left: 11px;
    border-radius: 2px;
    background-color: #0090ed;
}
.table tr td:first-of-type:after {
    content: ' ';
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 2px;
    top: 15px;
    left: 14px;
    border-radius: 2px;
    background-color: #0090ed;
}
.table tr.active td:first-of-type:after {
    display: none;
}
.table tr td:nth-of-type(2),
.table tr td:nth-of-type(3),
.table tr td:nth-of-type(4){
    font-weight: 400;
    display: none;
    line-height: 16px;
}
.table tr td:nth-of-type(4){
    padding-bottom: 13px;
}
.table tr.active td p {
    display: block;
}
.table tr.active td:nth-of-type(2),
.table tr.active td:nth-of-type(3),
.table tr.active td:nth-of-type(4){
    display: block;
}
.table tr td:before {
    display: inline-block;
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.45px;
    margin-right: 5px;
}
.table tr td:nth-of-type(2):before{
    content: 'Slots: ';
}
.table tr td:nth-of-type(3):before{
    content: '1-st Qualification: ';
}
.table tr td:nth-of-type(4):before{
    content: '2-nd Qualification: ';
}

/* Navigation

1 First screen
2 Steps
3 Platforms
4 Register Form
5 Invite
6 Faq
7 Suggestions
8 Footer
9 Multi-list
10 Rules
11 Tabs box

*/


/* 1 First screen*/
.first-screen {
    background-image: url("/img/header-xs.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.first-screen.first-screen--blue {
    background-image: none;
    background-color: #0090ed;
}
.first-screen .container {
    position: relative;
    height: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header__logo {
    background: url("/img/logo_sm.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 86px;
    height: 22px;
}
.header__lang, .header__menu {
    display: none;
}
.header__menu-btn {
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}
.header__btn-line {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 1px;
}
.header__btn-line:first-child,
.header__btn-line:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.header__btn-line:first-child {
    top: 0;
}
.header__btn-line:nth-child(2) {
    top: 8px;
}
.header__btn-line:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.first-screen__img {
    width: 95%;
    max-width: 472px;
    display: block;
    margin: 37vw auto 47vw;
}
.show-menu {
    overflow: hidden;
}
.show-menu .first-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0090ed;
    z-index: 1;
}
.show-menu .first-screen__img{
    display: none;
}
.show-menu .header__menu{
    display: block;
    margin-top: 30px;
    width: 100%;
}
.show-menu .header__btn-line:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 1px;
}
.show-menu .header__btn-line:nth-child(2) {
    width: 0;
    opacity: 0;
}
.show-menu .header__btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 1px;
}
.mobile-lang {
    display: none;
}
.show-menu .mobile-lang {
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    right: 30px;
    left: 15px;
}
.mobile-lang__title {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.44px;
}
.mobile-lang__title:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 10px;
    background-image: url("/img/down-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
    margin-left: 10px;
    vertical-align: middle;
}
.mobile-lang__list {
    list-style: none;
    padding-left: 0;
}
.mobile-lang__list-item a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.44px;
}

/* Top Menu */
.top-menu {

}
.top-menu__item {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-menu__item.active {
    font-weight: 600;
}

.lang__dropdown {
    display: none;
}

/* 2 Steps */
.steps {
    padding-top: 30px;
}
.steps__title {
    margin-bottom: 40px;
}
.steps__img {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    vertical-align: top;
}
.steps__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 23px;
    position: relative;
    margin-bottom: 23px;
}
.steps__items:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #eaeaea;
    position: absolute;
    z-index: 0;
    left: 40px;
}
.steps__item {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    margin-bottom: 20px;
    align-items: center;
}
.steps__item:last-of-type {
    margin-bottom: 0;
}
.steps__content {
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
    border-bottom: 3px solid transparent;
    text-align: center;
    width: 100%;
    padding-top: 27px;
    transition: all 0.3s;
    height: 161px;
}
.steps__item:hover .steps__number {
    border-radius: 3px;
    background-color: #0090ed;
    color: #ffffff;
}
.steps__item:hover .steps__content {
    border-radius: 3px;
    border-bottom: 3px solid #0090ed;
}
.steps__number {
    display: inline-block;
    width: 40px;
    height: 39px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
    box-shadow: 0 0 0 12px #ffffff;
    position: relative;
    background-color: #ffffff;
    transition: all 0.3s;
}
.steps__content-title {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-top: 0;
    margin-bottom: 11px;
}
.steps__text {
    color: #2c3e50;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

/* 3 Platforms */
.platforms {
    position: relative;
}
.platforms .container {
    position: relative;
    text-align: center;
}
.platforms__items {
    margin-top: 40px;
}

/* 4 Register Form */
.register-form {
    position: relative;
}
.register-form .container{
    position: relative;
    text-align: center;
}
.register-form__subtitle {
    margin-bottom: 26px;
}
.register-form__box {
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 16px 0 5px;
    margin-bottom: 24px;
}
.register-form__box-title {
    color: #2c3e50;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 0;
    margin-bottom: 21px;
}
.tabs__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 220px;
    margin: 0 auto;
}
.tabs__item {
    color: #0090ed;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 36px;
    width: 100px;
    margin-bottom: 22px;
    transition: all .3s;
}
.tabs__item:hover {
    background-color: #0090ed;
    color: #ffffff;
    border-color: #0090ed;
}
.tabs__item.active {
    background-color: #0090ed;
    color: #ffffff;
    border-color: #0090ed;
}
.tabs__item--two-line {
    height: 36px;
    line-height: 1;
    padding-top: 7px;
}
.tabs__item--two-line p {
    font-size: 6px;
    margin-top: 3px;
}

/* 5 invite */
.invite {
    position: relative;
}
.invite .container{
    position: relative;
    text-align: center;
}
.invite__box-btn {
    border-radius: 3px;
    background-color: #f9f9f9;
    line-height: 37px;
    border: none;
    color: #2c3e50;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.45px;
    width: 100px;
    text-align: center;
    padding: 0;
}
.invite__wrap {
    padding-top: 7px;
}

/* 6 Faq */
.faq {
    padding-bottom: 20px;
}

/* 7 suggestions */
.suggestions {

}
.suggestions__form {
    padding: 10px 0 0;
}
.suggestions__input {
    margin-bottom: 11px;
    width: 100%;
}
.suggestions__textarea {
    margin-bottom: 11px;
    width: 100%;
}
.suggestions__btn {
    color: #ffffff;
    font-size: 9px;
    line-height: 21px;
    letter-spacing: 0.35px;
    border-radius: 3px;
    background-color: #0090ed;
    padding: 0 18px;
    display: inline-block;
}
.suggestions__btn-wrap {
    text-align: center;
    margin-bottom: 30px;
}

/* 8 Footer */
.footer {
    background-image: url('/img/footer-xs.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
}
.footer .container {
    text-align: center;
}
.footer__logo {
    width: 100%;
    max-width: 124px;
    margin-bottom: 30px;
}
.footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer__elem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px 27px;
    justify-content: center;
}
.footer__partner-title {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.footer__partner-logo {
    height: 18px;
    object-fit: contain;
}
.footer__partner-logo {
    margin-left: 20px;
}
.full-width .footer__partner-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
}

/* 9 Multi-list */
.multi-list__box {
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 6px 20px 20px 5px;
}
.multi-list {
    padding-left: 15px;
    list-style: none;
    counter-reset: li;
    margin-bottom: 19px;
}
.multi-list__item {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.45px;
}
.multi-list__item:before {
    counter-increment: li;
    /*content: counters(li,".") ". ";*/
}
.multi-list__text {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.35px;
    padding-left: 15px;
    line-height: 13px;
    margin-bottom: 16px;
}
.multi-list .multi-list {
    margin-top: 1em;
}

/* 10 Rules */
.rules {
    padding-top: 20px;
}

/* 11 Tabs*/
.tabs__box {
    padding-top: 15px;
}
.tabs__content {
    display: none;
}
.tabs__content>iframe{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
    display: block;
    border-radius: 5px;
}
.tabs__content.active {
    display: block;
}

@media (min-width: 480px) {
    .first-screen {
        background-image: url("/img/header-sm.jpg");
    }
    .first-screen__img {
        margin: 160px auto 300px;
    }
}

@media (min-width: 768px) {
    .heading {
        font-size: 29px;
    }
    .step {
        font-size: 217px;
        text-transform: uppercase;
        letter-spacing: 0.35px;
        line-height: 151px;
    }
    .step-title {
        line-height: 24px;
        font-size: 12px;
        margin-top: 46px;
        margin-bottom: 2px;
    }
    .subheading {
        font-size: 14px;
    }
    .btn__lg {
        min-width: 166px;
    }
    .input {
        font-size: 11px;
        letter-spacing: 1.2px;
        line-height: 38px;
        padding: 0 15px;
    }
    .textarea {
        font-size: 11px;
        letter-spacing: 1.2px;
        line-height: 38px;
        padding: 3px 15px;
    }
    .fixed-header {
        padding-top: 66px;
    }
    .fixed-header .steps {
        margin-top: 560px;
    }
    .content {
        margin-bottom: 50px;
    }

    /* card-box */
    .card-box {
        width: 50%;
        margin: 0 12px;
        padding-top: 26px;
    }
    .card-box__logo {
        height: 22px;
        margin-bottom: 26px;
    }
    .card-box__games {
        width: 273px;
        margin: 0 auto 28px;
    }
    .card-box__game {
        width: 125px;
        line-height: 46px;
        font-size: 14px;
    }
    .card-box__text {
        font-size: 14px;
    }
    .card-box__btn-video {
        width: 272px;
        margin-bottom: 15px;
    }
    .card-box__btn-video:after {
        background-size: 48px;
    }
    .card-box__btn-video:hover:after {
        background-size: 60px;
    }
    .card-box__btn-download {
        font-size: 11px;
        line-height: 22px;
        padding: 0 13px;
    }
    .card-box__btn-wrap {
        margin-bottom: 32px;
    }
    .card-box__btn-register {
        font-size: 19px;
    }

    /* accordion */
    .accordion__item {
        padding: 0 7px 2px 20px;
        margin-bottom: 13px;
    }
    .accordion__title {
        padding: 16px 30px 13px 0;
        font-size: 14px;
        letter-spacing: 0.6px;
    }
    .accordion__content {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 17px;
    }
    .accordion__title:before {
        top: 22px;
        right: 16px;
        width: 20px;
        height: 6px;
        border-radius: 3px;
    }
    .accordion__title:after {
        top: 15px;
        right: 23px;
        width: 6px;
        height: 20px;
        border-radius: 3px;
    }

    /* Table */
    .table__head {
        border-radius: 3px;
    }
    .table__head th {
        display: table-cell;
        line-height: 48px;
        font-size: 19px;
        letter-spacing: 0.6px;
        border-left: none;
        border-right: none;
        white-space: nowrap;
        padding: 0 10px;
        border-radius: 0;
    }
    .table__head th span {
        display: none;
    }
    .table__head th:first-of-type {
        border-left: 3px solid #0090ed;
        padding: 0 34px;
        border-radius: 3px 0 0 3px;
    }
    .table__head th:last-of-type {
        border-right: 3px solid #0090ed;
        border-radius: 0 3px 3px 0;
    }
    .table__head th:nth-of-type(2),
    .table__head th:nth-of-type(3),
    .table__head th:nth-of-type(4) {
        display: table-cell;
        text-align: center;
    }
    .table__head {
        display: table-row;
    }
    .table tr td {
        display: table-cell;
        font-size: 14px;
    }
    .table tr td:first-of-type  {
        padding: 8px 10px 8px 34px;
    }
    .table tr td:nth-of-type(4) {
        padding-bottom: 3px;
    }
    .table tr td:nth-of-type(2),
    .table tr td:nth-of-type(3),
    .table tr td:nth-of-type(4) {
        display: table-cell;
        text-align: center;
        white-space: nowrap;
    }
    .table tr.active td:nth-of-type(2),
    .table tr.active td:nth-of-type(3),
    .table tr.active td:nth-of-type(4) {
        display: table-cell;
        padding: 15px 10px;
        vertical-align: top;
    }
    .table tr td:before {
        display: none;
    }
    .table tr td:first-of-type:before {
        top: 22px;
    }
    .table tr td:first-of-type:after {
        top: 19px;
    }
    .table tr.active td p {
        display: block;
        margin-top: 4px;
        line-height: 13px;
        margin-bottom: 6px;
        font-size: 11px;
    }

    /* first screen */
    .first-screen {
        background-image: url("/img/header-md.jpg");
    }
    .header__menu-btn {
        display: none;
    }
    .header__menu {
        display: flex;
        justify-content: space-between;
        margin-right: 107px;
    }
    .header__lang {
        display: block;
        position: relative;
    }
    .lang__btn {
        border: none;
        background: transparent;
        color: #ffffff;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.35px;
        padding: 0 10px 10px;
        cursor: pointer;
        outline: none;
    }
    .lang__btn:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 8px;
        margin-right: 10px;
        background-image: url("/img/down-arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .lang__dropdown {
        position: absolute;
        top: 10px;
        right: 10px;
        list-style: none;
    }
    .lang__dropdown-item {
        color: #ffffff;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 14px;
        padding: 3px 0 3px 10px;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        width: 100%;
    }
    .top-menu__item {
        font-size: 11px;
        font-weight: 400;
        border-bottom: none;
        margin-right: 33px;
        line-height: 20px;
    }
    .top-menu__item:last-of-type {
        margin-right: 0;
    }
    .first-screen__img {
        margin: 14vw auto 26vw;
    }
    .first-screen--blue .lang__dropdown-item {
        background-color: #0090ed;
        padding: 3px 10px;
        transition: all .3s;
    }
    .first-screen--blue .lang__dropdown-item:hover {
        color: #0090ed;
        background-color: #ffffff;
    }
    .first-screen--blue .lang__dropdown {
        right: 0;
    }

    /* steps */
    .steps__title {
        width: 650px;
        margin: 0 auto 37px;
    }
    .steps__items {
        flex-direction: row;
        align-items: stretch;
        padding: 0;
        margin-bottom: 31px;
    }
    .steps__item {
        flex-direction: column;
        height: 100%;
        width: 31.5%;
    }
    .steps__number {
        margin: 0 0 44px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 19px;
        box-shadow: 0 0 0 16px #ffffff;
    }
    .steps__items:before {
        height: 1px;
        width: 100%;
        left: 0;
        top: 25px;
    }
    .steps__img {
        width: 55px;
        height: 55px;
    }
    .steps__content {
        padding-top: 35px;
        height: 100%;
        min-height: 200px;
    }
    .steps__content-title {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 14px;
    }
    .steps__text {
        font-size: 11px;
        margin-top: 0;
    }

    /* platforms */
    .platforms {
        padding-bottom: 40px;
    }
    .platforms__title {
        margin-bottom: 14px;
    }
    .platforms__subtitle {
        margin-top: 0;
    }
    .platforms__items {
        display: flex;
        justify-content: space-between;
        margin: 60px -12px 0;
    }

    /* register form */
    .register-form__title {
        margin: 18px 0 14px;
    }
    .register-form__subtitle {
        margin-bottom: 38px;
    }
    .register-form__box-outer {
        display: flex;
        margin: 0 -12px;
    }
    .register-form__box {
        width: 50%;
        margin: 0 12px 39px;
        padding: 22px 0 5px;
    }
    .register-form__box-title {
        font-size: 19px;
        margin-bottom: 28px;
    }
    .tabs__wrap {
        width: 282px;
        justify-content: center;
    }
    .tabs__item {
        font-size: 14px;
        line-height: 43px;
        width: 125px;
        margin-bottom: 28px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .tabs__item--two-line {
        height: 45px;
        line-height: 1;
        padding-top: 7px;
    }
    .tabs__item--two-line p {
        font-size: 8px;
        margin-top: 5px;
    }

    /* invite */
    .invite__title {
        margin-bottom: 14px;
    }
    .invite__subtitle {
        margin-top: 0;
    }
    .invite__wrap {
        padding-top: 44px;
        display: flex;
        margin: 0 -12px;
    }
    .invite {
        padding-bottom: 50px;
        margin-bottom: 22px;
    }

    /* faq */
    .faq {
        padding-bottom: 10px;
    }
    .faq__title {
        margin-bottom: 14px;
    }
    .faq__subtitle {
        margin-top: 0;
        margin-bottom: 40px;
    }

    /* suggestions */
    .suggestions__title {
        margin-bottom: 14px;
    }
    .suggestions__subtitle {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .suggestions__btn {
        font-size: 11px;
        line-height: 24px;
        padding: 0 26px;
    }

    /* footer */
    .footer {
        background-image: url("/img/footer-md.png");
        padding-top: 92px;
    }
    .footer__logo {
        max-width: 142px;
    }
    .full-width .footer__partner-title {
        width: auto;
        margin-bottom: 0;
    }

    /* 9 Multi-list */
    .multi-list {
        margin-bottom: 19px;
    }
    .multi-list__box {
        padding: 24px 27px 20px 27px;
    }
    .multi-list__text {
        margin-bottom: 9px;
    }

    /* 10 Rules */
    .rules {
        padding-top: 55px;
    }

    /* 11 Tabs*/
    .tabs__box .tabs__wrap {
        width: 570px;
        margin-bottom: 18px;
    }
}

@media (min-width: 1024px) {
    .fixed-header {
        padding-top: 59px;
    }
    .fixed-header .steps {
        margin-top: 760px;
    }
    .content {
        margin-bottom: 40px;
    }

    /* card box */
    .card-box {
        margin: 0 34px;
    }
    .card-box__logo {
        margin-bottom: 30px;
    }
    .card-box__games {
        width: 368px;
        margin: 0 auto 37px;
    }
    .card-box__game {
        width: 172px;
        line-height: 60px;
        font-size: 19px;
    }
    .card-box__btn-video {
        width: 328px;
    }
    .card-box__btn-wrap {
        margin-bottom: 38px;
    }
    .card-box__btn-register {
        margin-bottom: 36px;
    }

    /* accordion */
    .accordion__title {
        padding-right: 50px;
    }
    .accordion__title:before {
        top: 21px;
        right: 20px;
        width: 19px;
        height: 5px;
    }
    .accordion__title:after {
        right: 27px;
        width: 5px;
        height: 19px;
        top: 14px;
    }
    .accordion__content {
        margin-top: 0;
        margin-bottom: 18px;
        line-height: 14px;
        padding-right: 60px;
    }

    /* Table */
    .table__head th span {
        display: inline-block;
    }
    .table__head th {
        padding: 0 26px;
    }
    .table tr td:first-of-type {
        padding: 9px 10px 3px 34px;
    }
    .table tr td {
        line-height: 34px;
    }
    .table tr.active td p {
        margin-top: 3px;
        margin-bottom: 7px;
    }
    .table tr td:first-of-type:before {
        top: 25px;
    }
    .table tr td:first-of-type:after {
        top: 22px;
    }
    .table tr.active td:nth-of-type(2),
    .table tr.active td:nth-of-type(3),
    .table tr.active td:nth-of-type(4) {
        padding: 17px 10px;
    }

    /* first screen */
    .first-screen {
        background-image: url(/img/header-lg.jpg);
        padding-top: 13px;
    }
    .first-screen__img {
        width: 100%;
        max-width: 482px;
        margin: 183px auto 372px;
    }
    .lang__btn {
        padding: 0 0 10px 10px;
    }
    .header__menu {
        margin-right: 270px;
    }
    .first-screen--blue .lang__dropdown {
        right: -10px;
    }
    .lang__dropdown {
        right: 0;
    }

    /* steps */
    .steps {
        padding-top: 0;
    }
    .steps__title {
        width: 100%;
    }
    .steps__title {
        margin: 0 auto 63px;
    }
    .steps__content {
        padding-top: 50px;
        min-height: 240px;
    }
    .steps__items {
        margin-bottom: 41px;
    }

    /* platforms */
    .platforms {
        padding-bottom: 51px;
    }
    .platforms__items {
        margin: 60px -34px 0;
    }

    /* register form */
    .register-form {
        margin-bottom: 20px;
    }
    .register-form__box-outer {
        display: block;
        margin: 0;
    }
    .register-form__box {
        width: 100%;
        padding: 22px 0 6px;
        margin: 0 0 40px;
    }
    .tabs__wrap {
        width: 100%;
        justify-content: center;
    }
    .register-form__box-title {
        margin-bottom: 21px;
    }
    .tabs__item {
        margin: 0 26px 30px;
        font-size: 19px;
        line-height: 46px;
        width: 175px;
    }
    .tabs__wrap.tabs__wrap--center {
        justify-content: center;
    }
    .tabs__item--two-line {
        height: 45px;
        line-height: 1;
        padding-top: 5px;
    }

    /* invite */
    .invite {
        margin-bottom: 7px;
    }

    /* faq */
    .faq {
        padding-bottom: 47px;
    }

    /* footer */
    .footer {
        background-image: url("/img/footer-lg.png");
        padding-top: 120px;
    }
    .footer__partner-title {
        font-size: 11px;
    }
    .footer__logo {
        max-width: 178px;
        margin-bottom: 35px;
        height: auto;
    }
    .footer__inner {
        justify-content: center;
    }
    .footer__elem {
        margin: 0 20px 30px;
    }
    .footer__partner-logo {
        height: 23px;
    }

    /* 9 Multi-list */


    /* 10 Rules */


    /* 11 Tabs */
    .tabs__box {
        padding-top: 42px;
    }
    .tabs__box .tabs__wrap {
        width: 940px;
        margin-bottom: 44px;
    }
}

@media (min-width: 1280px) {

    .heading {
        font-size: 36px;
    }
    .subheading {
        font-size: 18px;
    }
    .step-title {
        line-height: 30px;
        font-size: 14px;
        margin-top: 56px;
        padding: 0 26px;
    }
    .step {
        font-size: 271px;
        line-height: 189px;
    }
    .input {
        font-size: 14px;
        letter-spacing: 1.2px;
        line-height: 46px;
        padding: 0 18px;
    }
    .textarea {
        font-size: 14px;
        letter-spacing: 1.2px;
        line-height: 46px;
        padding: 0 18px;
    }
    .fixed-header {
        padding-top: 65px;
    }
    .content {
        margin-bottom: 64px;
    }

    /* card box */
    .card-box {
        margin: 0 43px;
        padding-top: 36px;
    }
    .card-box__logo {
        margin-bottom: 40px;
        height: 26px;
    }
    .card-box__games {
        width: 450px;
        margin: 0 auto 42px;
    }
    .card-box__game {
        width: 212px;
        line-height: 78px;
        font-size: 24px;
    }
    .card-box__text {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .card-box__btn-video {
        width: 410px;
        margin-bottom: 17px;
    }
    .card-box__btn-download {
        font-size: 14px;
        line-height: 28px;
        padding: 0 13px;
    }
    .card-box__btn-wrap {
        margin-bottom: 48px;
    }
    .card-box__btn-download:before {
        width: 17px;
        height: 17px;
        background-size: 17px;
        margin-right: 8px;
    }
    .card-box__btn-register {
        font-size: 24px;
        line-height: 60px;
        min-width: 220px;
        margin-bottom: 46px;
    }
    .card-box__btn-video:after {
        background-size: 60px;
    }
    .card-box__btn-video:hover:after {
        background-size: 75px;
    }

    /* accordion */
    .accordion__item {
        padding: 0 7px 2px 25px;
        margin-bottom: 17px;
        border-left: 4px solid #0090ed;
    }
    .accordion__title {
        font-size: 18px;
        padding: 21px 50px 17px 0;
        letter-spacing: 0.5px;
    }
    .accordion__content {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 23px;
    }
    .accordion__title:before {
        top: 27px;
        right: 25px;
        width: 24px;
        height: 6px;
    }
    .accordion__title:after {
        width: 6px;
        height: 24px;
        top: 18px;
        right: 34px;
    }

    /* Table */
    .table__head th:first-of-type {
        border-left: 4px solid #0090ed;
    }
    .table__head th {
        font-size: 24px;
        padding: 0 29px;
        line-height: 58px;
    }
    .table tr td {
        font-size: 18px;
    }
    .table tr td:first-of-type {
        padding: 13px 10px 13px 44px;
    }
    .table tr.active td p {
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 1px;
    }
    .table tr td:first-of-type:before {
        top: 26px;
        width: 11px;
        height: 3px;
        left: 15px;
    }
    .table tr td:first-of-type:after {
        top: 22px;
        width: 3px;
        height: 11px;
        left: 19px;
    }

    /* first screen */
    .first-screen {
        background-image: url(/img/header.jpg);
        padding-top: 14px;
    }
    .header__logo {
        width: 107px;
        height: 28px;
    }
    .top-menu__item {
        font-size: 14px;
    }
    .header {
        align-items: center;
    }
    .top-menu__item {
        margin-right: 41px;
    }
    .header__menu {
        margin-right: 281px;
    }
    .lang__btn {
        padding: 5px 0 10px 5px;
        font-size: 14px;
    }
    .lang__btn:before {
        width: 12px;
        height: 10px;
    }
    .lang__dropdown-item {
        font-size: 14px;
    }
    .lang__dropdown-item {
        padding: 4px 0 4px 10px;
    }
    .first-screen__img {
        max-width: 602px;
    }

    /* steps */
    .steps__number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        margin: 0 0 55px;
    }
    .steps__title {
        margin: 0 auto 84px;
    }
    .steps__items {
        margin-bottom: 57px;
    }
    .steps__items:before {
        top: 30px;
    }
    .steps__img {
        width: 69px;
        height: 69px;
        margin-bottom: 17px;
    }
    .steps__content {
        padding-top: 62px;
        min-height: 300px;
    }
    .steps__content-title {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .steps__text {
        font-size: 14px;
    }

    /* platforms */
    .platforms {
        padding-bottom: 63px;
    }
    .platforms__title {
        margin-bottom: 16px;
    }
    .platforms__items {
        margin: 76px -43px 0;
    }

    /* register form */
    .register-form__title {
        margin: 23px 0 14px;
    }
    .register-form__subtitle {
        margin-bottom: 48px;
    }
    .register-form__box-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .tabs__wrap {
        padding: 0 45px;
        justify-content: space-between;
    }
    .tabs__item {
        margin: 0;
        font-size: 24px;
        line-height: 58px;
        width: 219px;
    }
    .register-form__box {
        padding: 22px 0 43px;
        margin: 0 0 53px;
    }
    .tabs__wrap--center .tabs__wrap{
        justify-content: center;
    }
    .tabs__wrap--center .tabs__item {
        margin: 0 34px;
    }

    /* invite */
    .invite__title {
        margin-bottom: 17px;
        margin-top: 33px;
    }
    .invite__subtitle {
        margin-bottom: 30px;
    }

    /* faq */
    .faq__subtitle {
        margin-bottom: 50px;
    }

    /* suggestions */
    .suggestions__title {
        margin-bottom: 16px;
    }
    .suggestions__subtitle {
        margin-bottom: 66px;
    }
    .suggestions__input {
        margin-bottom: 20px;
    }
    .suggestions__textarea {
        margin-bottom: 15px;
    }
    .suggestions__btn {
        font-size: 14px;
        line-height: 30px;
        padding: 0 31px;
    }

    /* footer */
    .footer {
        background-image: url('/img/footer.png');
    }
    .footer__partner-title {
        font-size: 14px;
    }
    .footer__logo {
        max-width: 218px;
        margin-bottom: 46px;
    }
    .footer__partner-logo {
        height: 30px;
    }
    .footer__elem {
        margin: 0 20px 40px;
    }

    /* 9 Multi-list */
    .multi-list {
        padding-left: 17px;
        margin-bottom: 23px;
    }
    .multi-list__item {
        font-size: 18px;
    }
    .multi-list__text {
        font-size: 14px;
        padding-left: 19px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    /* 10 Rules */
    .rules {
        padding-top: 75px;
    }

    /* 11 Tabs */
    .tabs__box {
        padding-top: 54px;
    }
    .tabs__box .tabs__wrap {
        width: 100%;
        margin-bottom: 47px;
        justify-content: center;
    }
    .tabs__box .tabs__item {
        margin: 0 18px 35px;
    }
    .tabs__item--two-line {
        line-height: 1;
        height: 61px;
        padding-top: 7px;
    }
    .tabs__item--two-line p {
        font-size: 14px;
    }
}