/*global CSS*/

html {
    overflow-x: hidden;
}

body {
    position: relative;
    background-color: #262d3f;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 1.00);
    text-align: left;
    word-break: break-word;
    overflow-x: hidden;
}

p {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    margin-top: 25px;
    text-align: left;
}

ul,
ol {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    padding: 0px;
}

ul>li,
ol>li {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 25px;
    padding-left: 30px;
    margin-top: 25px;
    text-align: left;
}

ul>li:after {
    content: "-";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 25px;
    color: #fa5b01;
    font-weight: bold;
}

ol {
    counter-reset: number;
}

ol>li:after {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 25px;
    color: #fa5b01;
    font-weight: bold;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    display: inline-block;
    position: relative;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    text-align: inherit;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: center;
}

.semi-content__wrap {
    width: calc(100% + 30px);
    margin-right: -30px;
}

.semi-content {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    padding-right: 30px;
    margin-top: 0px;
    padding-left: 0px;
}

.third-content:after,
.semi-content:after {
    display: none;
}

.smallest {
    padding-top: 50px;
    padding-bottom: 50px;
}

.third-wrap-content {
    display: block;
    position: relative;
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -30px;
}

.third-content {
    display: inline-block;
    vertical-align: middle;
    width: 30.2%;
    margin-left: 30px;
    padding-left: 0px;
    margin-top: 0px;
}

h1,
h2,
h3,
h4,
.title {
    display: block;
    position: relative;
    width: 100%;
    font-family: "Roboto Condensed";
    text-align: left;
}

h1,
.title.general {
    font-size: calc(25px + 25 * (100vw / 1170));
    line-height: calc(30px + 25 * (100vw / 1170));
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #fa5b01;
}

h2,
.title.high {
    font-size: calc(25px + 25 * (100vw / 1170));
    line-height: calc(30px + 25 * (100vw / 1170));
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fa5b01;
    text-align: center
}

h3,
.title.middle {
    font-size: calc(20px + 15 * (100vw / 1170));
    line-height: calc(25px + 15 * (100vw / 1170));
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin-top: 25px;
}

h4,
.title.lower {
    font-size: calc(20px + 10 * (100vw / 1170));
    line-height: calc(25px + 5 * (100vw / 1170));
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 160px;
    height: 100%;
    max-height: 50px;
    border: 2px solid #457fc6;
    background-color: #457fc6;
    border-radius: 50px;
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1.00);
    white-space: nowrap;
    cursor: pointer;
    padding: 0px 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.button:hover {
    text-decoration: none;
    background: none;
}


/*hamburger*/

.header__list .mobile {
    display: none;
}

.ham {
    margin-top: -5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham3 .top {
    stroke-dasharray: 40 130;
}

.ham3 .middle {
    stroke-dasharray: 40 140;
}

.ham3 .bottom {
    stroke-dasharray: 40 205;
}

.ham3.active .top {
    stroke-dasharray: 75 130;
    stroke-dashoffset: -63px;
}

.ham3.active .middle {
    stroke-dashoffset: -102px;
}

.ham3.active .bottom {
    stroke-dasharray: 110 205;
    stroke-dashoffset: -86px;
}


/*End hamburger*/


/*End global CSS*/


/*Header*/

.header {
    background-color: #1b202d;
    max-height: 100px;
    padding: 25px 0px;
}

.header__list {
    text-align: justify;
    margin-bottom: -24px;
}

.header__list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.header__list li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    padding-left: 0px;
}

.header__list .mobile,
.header__list li:after {
    display: none;
}

.header-menu__list>li:not(:first-child) {
    margin-left: 15px;
}

.lang-active {
    padding: 12px 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(10, 100, 105);
}

.lang-active>img {
    opacity: 0.5;
    transition: all 0.5s;
}

.lang-active:hover img {
    opacity: 1;
}

.lang-active.active {
    opacity: 0.5;
    background-color: rgba(10, 100, 105, 0.5);
}

.header-lang__list {
    position: absolute;
    top: 75px;
    left: -12.5px;
    width: 75px;
    height: auto;
    padding: 15px 15px;
    background-color: rgba(5, 65, 70, 0.8);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
    z-index: 10;
    display: none;
}

.header-lang__list.active {
    display: block;
}

.header-lang__list a {
    width: 45px;
    height: 45px;
    padding: 10px 10px;
    border-radius: 50%;
    background-color: rgba(10, 100, 105, 0);
    overflow: hidden;
}

.header-lang__list a:hover {
    background-color: rgba(10, 100, 105, 1);
}

.header-login__button,
.header-sign__button {
    min-width: 100px;
    padding: 0px 15px;
    vertical-align: middle;
    margin-top: 0px;
}

.header-login__button {
    border-color: #fa5b01;
    background-color: #fa5b01;
}

.header-menu__link span {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(14, 167, 181, 0);
    transition: all 0.5s;
}

.header-menu__link svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.header-menu__link .cls-1 {
    transition: all 0.5s;
}

.header-menu__link:hover span {
    border-bottom: 2px solid rgba(14, 167, 181, 1);
}

.header-menu__link:hover .cls-1 {
    fill: #fff;
}

.header__logo>img {
    max-height: 25px;
}

.header__logo:hover {
    opacity: 0.5;
}

.header__text {
    font-size: 20px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-weight: 300;
    margin-left: 25px;
}

@media only screen and (max-width: 1030px) {
    .header__list .desktop {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .header__list .desktop-double {
        display: none;
    }
    .header__list .mobile {
        display: inline-block;
        vertical-align: middle;
    }
    .header {
        padding: 0px 0px;
        height: 75px;
    }
    .header__content {
        padding-left: 0px;
        padding-right: 20px;
    }
    .header__menu {
        position: absolute;
        left: -105%;
        top: 75px;
        max-width: 320px;
        width: 100%;
        background-color: rgb(6, 82, 89);
        padding: 30px 25px;
        z-index: 100;
        transition: all 0.5s;
    }
    .header__menu.active {
        left: 0;
    }
    .header-menu__list>li:not(:first-child) {
        margin-left: 0px;
        margin-top: 25px;
    }
    .header-menu__list>li {
        display: block;
        text-align: center;
    }
    .header-lang__list {
        top: 58px;
    }
    h1,
    .title.general {
        font-size: calc(25px + 25 * (100vw / 1170));
        line-height: calc(30px + 25 * (100vw / 1170));
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    h2,
    .title.high {
        font-size: calc(25px + (25 + 25 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(30px + (25 + 25 * 0.7) * ((100vw - 320px) / 1170));
    }
    h3,
    .title.middle {
        font-size: calc(20px + (15 + 15 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(25px + (15 + 15 * 0.7) * ((100vw - 320px) / 1170));
    }
    h4,
    .title.lower {
        font-size: calc(20px + (10 + 10 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(25px + (5 + 5 * 0.7) * ((100vw - 320px) / 1170));
    }
}

.main {
    padding: 50px 30px;
}

@media only screen and (max-width: 420px) {
    .main {
        padding: 30px 20px;
    }
}

.bonus {
    max-width: 1110px;
    background-color: #262d3f;
    padding: 50px 30px;
}

.bonus__list>li {
    vertical-align: middle;
}

.bonus__img.semi-content {
    width: 37%;
    text-align: center;
}

.bonus__info.semi-content {
    width: 60%;
}

.bonus__list>li>span {
    display: block;
    font-family: "Roboto Condensed";
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.bonus-up {
    text-transform: uppercase;
}

.bonus-free,
.bonus-up>span,
.bonus-free>span {
    font-size: calc(25px + 30 * (100vw / 1170));
    line-height: calc(25px + 30 * (100vw / 1170));
    color: rgb(23, 229, 85);
}

.bonus-up,
.bonus-deposit {
    font-size: calc(20px + 25 * (100vw / 1170));
    line-height: calc(25px + 35 * (100vw / 1170));
}

@media only screen and (max-width: 700px) {
    .bonus__list {
        margin-left: 0px;
        width: 100%;
    }
    .bonus__list>li {
        max-width: none;
        width: 100% !important;
    }
    .bonus__img {
        display: none;
    }
    .bonus-free,
    .bonus-free>span,
    .bonus-up>span {
        font-size: calc(25px + (30 + 30 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(25px + (30 + 30 * 0.7) * ((100vw - 320px) / 1170));
    }
    .bonus-up,
    .bonus-deposit {
        font-size: calc(20px + (25 + 25 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(25px + (35 + 35 * 0.7) * ((100vw - 320px) / 1170));
    }
}

@media only screen and (max-width: 420px) {
    .bonus {
        padding: 30px 20px;
    }
}

.steps {
    margin-top: 50px;
}

.steps__list {
    margin-left: 0px;
    width: 100%;
    letter-spacing: -4px;
    background-color: rgb(6, 82, 89);
}

.steps__list:before,
.steps__list:after {
    content: '';
    position: absolute;
    top: 0;
    left: 33.1%;
    transform: translateX(-100%);
    width: 65px;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/iPTOFsXv9bnk.png);
}

.steps__list:before {
    left: 66.2%;
}

.steps__list>li {
    min-height: 110px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 0px;
    width: 33.1%;
    letter-spacing: normal;
    text-align: left;
    vertical-align: middle;
    padding: 25px 30px;
}

.steps__list>li>span {
    display: inline-block;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    max-width: calc(100% - 83px);
    width: 100%;
    margin-left: 15px;
    vertical-align: middle;
}

.steps__list>li>img {
    display: inline-block;
    max-width: 70px;
    vertical-align: middle
}

@media only screen and (max-width: 810px) {
    .steps__list>li {
        width: 100%;
        min-height: auto;
    }
    .steps__list:after,
    .steps__list:before {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .steps.content {
        padding: 0px 20px;
        margin-top: 30px;
    }
}

.about {
    padding: 50px 30px;
}

.about__title.title {
    margin-top: 0px;
}

@media only screen and (max-width: 420px) {
    .about {
        padding: 30px 20px;
    }
}

.tables {
    padding: 50px 30px;
}

.tables__list>li {
    display: block !important;
    border-bottom: 1px solid #fa5b01;
    padding: 10px 0px;
}

.tables__list li {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

.tables__list li:after {
    display: none;
}

.tables__left {
    max-width: 255px;
    width: 100%;
}

.tables__right {
    max-width: calc(100% - 261px);
    width: 100%;
    padding-left: 30px !important;
}

@media only screen and (max-width: 810px) {
    .tables__left,
    .tables__right {
        max-width: none;
    }
    .tables__right {
        padding-left: 0px !important;
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 420px) {
    .tables.content {
        padding: 30px 20px;
    }
}

.faq {
    padding: 50px 0px;
    background-color: rgb(8, 96, 102);
}

.faq__title.title {
    text-transform: uppercase;
    margin-top: 0px;
}

.faq__list {
    position: relative;
    z-index: 1;
}

.faq__list li {
    padding-left: 0px;
}

.faq__list li:after {
    display: none;
}

.faq-title__module {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    width: 100%;
    max-width: 350px;
}

.faq-item__title.title {
    text-align: left;
    padding: 0px 25px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin-top: 0px;
}

li.faq-text__module {
    display: inline-block;
    width: calc(100% - 355px);
    vertical-align: top;
    padding: 0px 30px;
}

.faq-text__module:after {
    display: none;
}

.faq-text__module p {
    margin-top: 0px;
    color: rgb(143, 177, 178);
    font-style: italic;
}

.faq__list>li {
    margin-top: 0px;
}

@media only screen and (max-width: 850px) {
    .faq-title__module {
        max-width: none;
        width: 100%;
        margin-top: 0px;
    }
    li.faq-text__module {
        width: 100%;
        margin-top: 0px;
    }
    .faq__list {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .faq__content.content {
        padding: 0px 20px;
    }
    .faq {
        padding: 30px 0px;
    }
}

.footer {
    padding: 50px 0px;
    background: #262d3f
}

.footer__content {
    text-align: left;
}

.footer span {
    display: inline-block;
    margin-top: 25px;
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(143, 177, 179);
    font-weight: 300;
}

@media only screen and (max-width: 420px) {
    .footer {
        padding: 30px 0px;
    }
    .footer__content.content {
        padding: 0px 20px;
    }
}

.scroll-top__button {
    position: fixed;
    right: 5%;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #457fc6;
    box-shadow: 5.657px 5.657px 8px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
    display: none;
}

.scroll-top__button:hover {
    opacity: 0.502;
}

.scroll-top__button.active {
    display: block;
}

.bonuses-item {
    padding: 50px 0px;
}

.bonuses-item:nth-child(odd) {
    background-color: rgb(5, 65, 70);
}

.bonuses-item:nth-child(odd) .bonuses-item__info {
    padding-left: 30px;
}

.bonuses-item__title.title {
    margin-top: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: -10px;
}

.bonuses-item__list>li {
    vertical-align: middle;
    padding-right: 0px;
    text-align: center;
}

.bonuses-item__img {
    max-width: 350px;
    width: 100%;
}

.bonuses-item__info {
    max-width: calc(100% - 354px);
    width: 100%;
    padding-right: 30px !important;
}

.bonuses-item p {
    text-align: center;
}

@media only screen and (max-width: 840px) {
    .bonuses-item__list {
        text-align: center;
    }
    .bonuses-item__info {
        max-width: none;
        padding-right: 0px !important;
        margin-top: 25px;
    }
    .bonuses-item:nth-child(odd) .bonuses-item__info {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 420px) {
    .bonuses-item {
        padding: 30px 0px;
    }
    .bonuses-item__content.content {
        padding: 0px 20px;
    }
}

.main__link {
    margin-left: -40px;
    width: calc(100% + 40px);
    margin-bottom: 25px;
    text-align: left;
    margin-top: -20px
}

.main__link>li {
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-top: 0px;
}

.main__link>li:after {
    display: none;
}

.main__link>li>a {
    font-weight: 300;
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.main__link>li.current>a {
    color: rgb(15, 190, 205);
}

.main__link>li:not(:first-child):before {
    content: '|';
    position: absolute;
    top: 0;
    left: -27px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 25px;
    font-size: 18px;
}


table {
    width: 100%;
    color: #fff;
    font-size: 20px;
}

table tbody tr {
    border-top: 1px solid #2daf55;
}

table tbody tr:last-child {
    border-bottom: 1px solid #2daf55;
}

table td {
    padding: 10px 0;
text-align: left;
}

table tr td:first-child {
    width: 255px;
    font-weight: 700;
}

table tr td:nth-child(2) {
    padding-left: 30px;
}

@media screen and (max-width: 800px) {
    table tr td {
        display: block;
    }

    table tr td:first-child {
        width: 100%;
    }

    table tr td:last-child {
        padding-top: 0;
        padding-left: 0;
        width: 100%;
    }
}



.main-item__button {
    font-size: 20px;
    background-color: #fa5b01;
    animation: none;
    border: none;
	min-width: 320px;
}

.main-item__button:before {
    content: '';
    width: 100%;
    min-height: calc(50px + 12px);
    border: 6px solid #00ffcb;
    border-radius: 50px;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.main-item__button:hover,.main-item__button:focus {
    transform: translateY(-6px)
}

.main-item__button:hover:before,.main-item__button:focus:before {
    opacity: 1
}

.main-item__button:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 8px solid #fa5b01;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ring 1.5s infinite
}

.main-item__button:hover:after,.main-item__button:focus:after {
    animation: none;
    display: none
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0
    }
}