/*global CSS*/

html {
    overflow-x: hidden;
}

body {
    position: relative;
    background-color: rgb(255, 255, 255);
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgb(10, 100, 105);
    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(10, 100, 105);
    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(10, 100, 105);
    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: rgb(10, 100, 105);
    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: rgb(10, 100, 105);
    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;
}

.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,
h2,
.title.high,
.title.general {
    font-size: calc(25px + 25 * (100vw / 1170));
    line-height: calc(30px + 25 * (100vw / 1170));
    font-weight: bold;
    color: rgb(31, 50, 51);
    text-transform: uppercase;
    z-index: 1;
    padding-left: calc(30px + 40 * (100vw / 1170));
}

h2,
.title.high {
    margin-top: 25px;
}

.title.high:after,
.title.general:after {
    content: '';
    position: absolute;
    top: calc(0px + 7 * (100vw / 1170));
    left: 0;
    height: 100%;
    max-height: 50px;
    max-width: 50px;
    width: 100%;
    background-position-x: left;
    background-position-y: center;
    background-image: url('../images/ULD9kXyTFz06.png');
    background-repeat: no-repeat;
    background-size: contain;
}

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

h4,
.title.lower {
    font-size: calc(20px + 10 * (100vw / 1170));
    line-height: calc(25px + 5 * (100vw / 1170));
    color: rgb(31, 50, 51);
    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 rgb(255, 73, 73);
    background-color: rgb(255, 73, 73);
    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;
    margin-top: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

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


/*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-top {
    background-color: rgb(5, 65, 70);
    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;
    font-size: 20px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: 300;
}

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

.header-menu__list>li:not(:first-child) {
    margin-left: 15px;
}
.header-login__button{
    border-color: rgb(14, 167, 181);
    background-color: rgb(14, 167, 181);
}

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

.header-sign__button {
    border-color: rgb(255, 73, 73);
    background-color: rgb(255, 73, 73);
}

.header-menu__link {
    font-size: 15px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transition: all 0.5s;
}

.header-menu__link:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.header__logo,
.header__logo>img {
    max-height: 45px;
    transition: all 0.5s;
}

.header__logo:hover {
    opacity: 0.5;
}

.header-bottom {
    background-color: rgba(10, 100, 105, 0.8);
    padding: 20px 0px;
}

@media only screen and (max-width: 800px) {
    .header-text.dektop {
        display: none;
    }
    .button {
        max-height: 52px;
    }
}

@media only screen and (max-width: 435px) {
    .header__list .mobile {
        display: inline-block;
        vertical-align: middle;
    }
    .header-top {
        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(5, 65, 70);
        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;
    }
    .header-bottom__content {
        padding: 0px 20px;
    }
    .header__logo {
        width: 132px;
        margin-left: auto;
    }
    h2,
    h1,
    .title.general,
    .title.high {
        font-size: calc(25px + (25 + 25 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(30px + (25 + 25 * 0.7) * ((100vw - 320px) / 1170));
        padding-left: calc(50px + 40*(100vw/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 {
    background-color: rgb(5, 65, 70);
}

.bonus__content {
    padding: 50px 30px;
}

.bonus .mobile {
    display: none;
}

.bonus__info {
    max-width: calc(100% - 355px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    width: 100%;
    text-align: center;
}

.bonus__info .button{
	margin: 25px auto 0;
    width: fit-content;
    display: block;
}

.bonus__img {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 100%;
}

.bonus-up {
    font-family: "Roboto Condensed";
    font-size: calc(25px + 20 * (100vw / 1170));
    line-height: calc(25px + 20 * (100vw / 1170));
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: rgb(14, 167, 181);
    vertical-align: middle;
	text-align: center;
}

.bonus-up>.span-cl {
    color: rgb(255, 73, 73);
}

.bonus-up>.bonus {
    color: rgb(255, 255, 255);
}

.bonus-info__list {
    margin-left: -40px;
    width: calc(100% + 40px);
}

.bonus-info__list>li {
    display: inline-block;
    font-size: 25px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding-left: 50px;
    margin-top: 30px;
    line-height: 40px;
    margin-left: 40px;
}

.bonus-info__list>li>span {
    font-weight: bold;
}

.bonus-info__list {
    counter-reset: number-info;
}

.bonus-info__list li:after {
    display: none
}

.bonus-info__list>li:before {
    counter-increment: number-info;
    content: counter(number-info);
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-family: "Roboto Condensed";
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(45, 175, 85);
}

@media only screen and (max-width: 920px) {
    .bonus-up {
        font-size: calc(25px + (20 + 20 * 0.7) * ((100vw - 320px) / 1170));
        line-height: calc(25px + (20 + 20 * 0.7) * ((100vw - 320px) / 1170));
    }
    .bonus__img {
        display: none;
    }
    .bonus__info {
        max-width: none;
        padding-right: 0px;
    }
}

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

.about {
    padding: 0px 30px 0px;
    text-align: center;
}

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

.about__button:hover {
    color: rgb(50, 50, 50);
}

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

.rating-module.content {
    padding: 50px 30px 0px;
}

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

.rating-module__list {
    margin-top: 25px;
}

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

.rating-module__list>li {
    padding: 5px 15px;
    display: block;
}

.rating-module__list>li:nth-child(odd) {
    background-color: rgba(5, 65, 70, 0.25);
    border-radius: 5px;
}

.rating-module__list li:after {
    display: none;
}

.rating-item__text {
    font-size: 19px;
    font-family: "Open Sans";
    color: rgb(51, 83, 84);
    text-transform: uppercase;
    line-height: 25px;
    font-weight: normal;
    vertical-align: middle;
    width: 50%;
}

.rating__list {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.rating-sub__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-sub__list>li {
    width: 50%;
}

.rating-item__right {
    text-align: right;
}

.rating__text {
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
    width: 100%;
    font-size: 19px;
    font-family: "Open Sans";
    color: rgb(51, 83, 84);
    font-weight: bold;
}

@media only screen and (max-width: 830px) {
    .rating-sub__list {
        flex-direction: column;
    }
    .rating-item__right {
        text-align: left;
        margin-top: 10px !important;
    }
    .rating-sub__list>li {
        width: 100% !important;
    }
}

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

.faq {
    padding: 50px 0px;
}

.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-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin-top: 0px;
    color: rgb(10, 100, 105);
}

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

.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-color: rgb(6, 74, 79);
}

.footer__content {
    text-align: left;
}

.footer p {
    color: rgba(255, 255, 255, 0.75);
}

.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;
    bottom: 35px;
    right: 8.2%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(45, 175, 85);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
    display: none;
    transition: all 0.5s;
}

.scroll-top__button:hover {
    background-color: rgba(45, 175, 85, 0.5);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

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

.main__link {
    margin-left: -40px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
    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(31, 50, 51);
}

.main__link>li.current>a {
    font-weight: bold;
}

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

.bonuses-module__list {
    margin-left: -30px;
    width: calc(100% + 30px);
    text-align: left;
}

.bonuses-module__list>li {
    margin-top: 25px;
    background-color: rgba(2, 24, 26, 0.15);
    box-shadow: 3.536px 3.536px 10px 0px rgba(31, 50, 51, 0.1);
    text-align: center;
    margin-left: 30px;
    padding-right: 0px;
    width: calc(33.3% - 34px);
}

.bonuses-item__info {
    padding: 10px 20px 30px;
}

.bonuses-item__title.title,
.bonuses-module__title.title {
    margin-top: 0px;
}

.item-info__module {
    background-color: rgb(255, 255, 255);
    box-shadow: 3.536px 3.536px 5px 0px rgba(31, 50, 51, 0.5);
    padding: 20px 25px;
    text-align: center;
    transform: translateY(-50px);
    margin-bottom: -50px;
}

.bonuses-item__info p,
.bonuses-item__title.title {
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .bonuses-module__list>li {
        width: calc(50% - 34px);
    }
}

@media only screen and (max-width: 700px) {
    .bonuses-module__list {
        width: 100%;
        margin-left: 0px;
    }
    .bonuses-module__list>li {
        width: 100%;
        max-width: 410px;
        margin-left: 0px;
    }
}

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