

/*--------------------------------------------
    Header
---------------------------------------------*/

.header {
    padding: 25px 0;
    z-index: 1029;

    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -ms-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.header.nav-fixed {
    padding: 5px 0;
    background: #081990;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}
.navbar {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}
.navbar-logo {  }
.logo {
    width: 160px;
    display: block;
}
.logo img { width: 100%; }
.navbar-menu { }
.navbar-nav { }
.navbar-nav li { margin-right: 18px; }
.navbar-nav li a {
    padding: 15px 0;
    font-family: 'UbuntuMedium', sans-serif;
    position: relative;
    text-transform: uppercase;
}
.navbar-nav li a:hover { color: #ff69c9; }
.navbar-login {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lang-box {
    cursor: pointer;
    position: relative;
    width: 73px;
    padding: 5px 12px 5px 5px;
    color: #fff;
    margin-right: 30px;
}
.lang-box__link { display: block; }
.lang-box__link.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 7px;
    z-index: 9999;
    background-color: #0e0d50;
    display: none;
}
.lang-box__link img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 3px;
}
.lang-box__arr {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
}
.person {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.person-link {
    padding: 0 21px;
    margin: 0 20px 0 0;
}
.person-link:last-child {
    margin-right: 0;
    height: 33px;
    line-height: 33px;
}
.person-link.active-register {
    margin-right: 0;
}


/*--------------------------------------------
    Top section
---------------------------------------------*/

.top-section {
    padding: 200px 0 100px;
    position: relative;

    background: -moz-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(25,61,192,1)), color-stop(50%, rgba(10,29,149,1)), color-stop(100%, rgba(25,61,192,1)));
    background: -webkit-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -o-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -ms-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: linear-gradient(270deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
}
.top-section::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('../images/top-section-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.top-section .container {
    position: relative;
    z-index: 9;
}
.top-img__box img { width: 100%; }
.top-text__box {color: #fff;}
.top-text h1 {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 45px;
}
.top-text__box p { line-height: 21px; margin-bottom: 40px;}
.top-btn__link {
    width: 210px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
}

/*--------------------------------------------
    coin
---------------------------------------------*/

.coin {
    background-color: #081990;
}
.coin-wrap { width: 100%; }
.coin-wrap__icon {
    height: 60px;
    padding: 5px;
}
.coin-wrap__icon-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coin-wrap__icon img { width: 130px; }



/*--------------------------------------------
    advant
---------------------------------------------*/

.advant {
    background: #000;

    background: -moz-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(25,61,192,1)), color-stop(50%, rgba(10,29,149,1)), color-stop(100%, rgba(25,61,192,1)));
    background: -webkit-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -o-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: -ms-linear-gradient(180deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
    background: linear-gradient(270deg, rgba(25,61,192,1) 0%, rgba(10,29,149,1) 50%, rgba(25,61,192,1) 100%);
}
.advant .row:last-child {margin-top: 30px;}
.advant-box {
    text-align: center;
    color: #fff;
}
.advant-box img {
    margin-bottom: 21px;
}
.advant-box h4 {
    margin-bottom: 18px;
}

/*--------------------------------------------
    step
---------------------------------------------*/

.step {
    background: linear-gradient(to right, #c947ff 0%,#0089fe 61%,#00ece2 100%);
    color: #fff;
}
.step-item__wrap {flex-wrap: wrap;}
.step-item {
    width: 25%;
    height: 140px;
    padding: 20px 35px;
    position: relative;
}
.step-item__title {
    font-size: 35px;
    color: #00ece2;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
}
.step-item__text {
    color: #fff;
    font-size: 19px;
}
.step-item__num {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 90px;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: bold;
    opacity: .35;
}


/*--------------------------------------------
    plans
---------------------------------------------*/

.plans {
    background: url('../images/plans-bg.jpg') no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
}
.plans-wrap {
    // overflow: hidden;
}
.plan-card {
    background-color: #120641;
    width: 380px;
    height: 400px;
    padding: 30px 20px;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    border-radius: 5px;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/p-bg-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .3;
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -ms-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.plan-card:hover::before { opacity: .7; }
.plan-card:hover {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 236, 226, 0.24);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 236, 226, 0.4);
    box-shadow: 0 0 2px 1px rgba(0, 236, 226, 0.4);
}
.plan-card:nth-child(2)::before { background: url('../images/p-bg-2.png') no-repeat center; background-size: cover; }
.plan-card:nth-child(3)::before { background: url('../images/p-bg-3.png') no-repeat center; background-size: cover; }
.plan-card:nth-child(4)::before { background: url('../images/p-bg-4.png') no-repeat center; background-size: cover; }
.plan-card__title,
.plan-card__subtitle,
.plan-card__body { position: relative; }
.plan-card__title {
    padding: 12px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    font-family: 'UbuntuBold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.plan-card__subtitle {
    color: #d601f9;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
.plan-card__subtitle dt { margin-bottom: 21px; }
.plan-card__subtitle dd {
    margin-bottom: 24px;
    font-size: 32px;
    color: #00ece2;
    font-family: 'UbuntuMedium', sans-serif;
}
.plan-card__body {}
.plan-card__row {
    color: #fff;
    font-size: 16px;
   
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-card__row:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.plan-card__row dt {}
.plan-card__row dd {
    font-size: 26px;
    font-family: 'UbuntuBold', sans-serif;
}
.plan-card__row .col-8,
.plan-card__row .col-4 {
    padding: 0;
}
.plan-card__row .col-4 {
    text-align: right;
}
.plan-card.best .crown {
    position: absolute;
    top: -30px;
    left: 55px;
    width: 60px;
    height: 60px;
}

.plans-wrap .slick-arrow {
    font-size: 25px;
    border: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #d601f9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
}
.plans-wrap .slick-prev {
    left: -10px;
}
.plans-wrap .slick-next {
    right: -10px;
}

/*--------------------------------------------
    statistic
---------------------------------------------*/

.statistic {
    background: #193dc0;
}
.stat-box {
    color: #fff;
    text-align: center;
}
.stat-box img {
    margin-bottom: 12px;
}
.stat-box__title {
    font-family: 'UbuntuBold', sans-serif;
    font-size: 18px;
}
.stat-box__text {
    font-size: 15px;
    margin-top: 12px;
}
.statistic .btn-control {
    margin-top: 40px;
}


/*--------------------------------------------
    affiliate
---------------------------------------------*/

.affiliate {
    background: #e5e5e5;
}
.affiliate-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.affiliate-item {
    width: 25%;
    height: 150px;
    padding: 20px 30px;
    position: relative;
    color: #fff;
}
.affiliate-item:nth-child(1) {background: #c947ff;}
.affiliate-item:nth-child(2) {background: #6753ff;}
.affiliate-item:nth-child(3) {background: #0091fd;}
.affiliate-item:nth-child(4) {background: #1b0a5f;}

.affiliate-item__start {
    font-size: 30px;
    text-align: center;
    font-family: 'UbuntuBold', sans-serif;
}
.affiliate-item__num {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 32px;
}
.affiliate-item__title {font-size: 24px;}
.affiliate-item__text {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.7);
    float: right;
    line-height: 1;
    font-weight: 100;
}


/*--------------------------------------------
    news
---------------------------------------------*/
.news {
    background: url('../images/news-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.news-card__wrap {
    overflow: hidden;
}


.news-card,
.news-card__big {
    background: #251760;
    float: left;
}

.news-card {
    padding: 20px;
    width: 260px;
    height: 287px;
}
.news-card:nth-child(2),
.news-card:nth-child(4) {
    margin-right: 25px;
}
.news-card:nth-child(2),
.news-card:nth-child(3) {
    margin-bottom: 25px;
}
.news-card__big {
    width: 540px;
    height: 600px;
    margin-right: 25px;
}

.news-card__img,
.news-card__date,
.news-card__title,
.news-card__desc,
.news-card__box,
.news-card__link { display: block; }

.news-card__link {

}
.news-card__img {
    height: 270px;
    overflow: hidden;
}
.news-card__img img {
    width: 100%;
}
.news-card__box {
    padding: 30px;
}
.news-card__date {
    color: #cd45ff;
    font-size: 14px;
    margin-bottom: 20px;
}
.news-card__date i {
    color: #0acc95;
    margin-right: 5px;
    vertical-align: text-top;
}
.news-card__title {
    font-size: 27px;
    line-height: 32px;
    color: #00ece2;
    font-weight: 700;
    margin-bottom: 15px;
}
.news-card__desc { line-height: 25px; }
.news-card.small .news-card__date {margin-bottom: 10px;}
.news-card.small .news-card__title {
    font-size: 17px;
    line-height: 22px;
}
.news-card.small .news-card__desc {line-height: 23px;}

/*--------------------------------------------
    footer
---------------------------------------------*/

.footer { color: #fff; }
.footer .logo { margin-bottom: 20px; }
.footer .logo + p {
    font-size: 14px;
    margin-bottom: 0;
}
.footer-top {
    padding: 25px 0;

    position: relative;
    background: url('../images/footer-bg.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;

}
.footer-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 25, 144, 0.8);
}
.footer-top .container {
    position: relative;
    z-index: 9;
}
.footer-menu { padding-left: 40px; }
.footer-menu .icon-arrow-right { font-size: 11px; }

.footer-menu li { margin-bottom: 12px; }
.footer-menu li a:hover { color: #ff69c9; }

.footer-bottom {
    padding: 15px 0;
    background-color: #193dc0;
    font-size: 12px;
}
.footer-bottom p { margin: 0; color: #fff;}
.footer-bottom a { float: right; }
.footer-bottom a:hover { color: #ff69c9; }
.contact-box { font-size: 14px; }
.contact-box__title {
    font-size: 23px;
    font-family: 'UbuntuBold', sans-serif;
    margin-bottom: 12px;
}
.contact-box__item { margin-bottom: 10px; }
.contact-box__text {
    margin-bottom: 10px;
    line-height: 19px;
}
.contact-box i {
    display: inline-block;
    margin-right: 8px;
    color: indianred;
}

/*--------------------------------------------
    about
---------------------------------------------*/
.part-page__img,
.about-page__img {
    float: left;
    margin-right :34px;
	border:11px solid #fff;
	box-shadow:0px 0px 21px rgba(0, 0, 0, 0.21);
	margin-bottom:28px;
}
.about-page__img21 {
    float: right;
	max-width:30%;
	max-height:auto;
    margin-left :34px;
	border:11px solid #fff;
	box-shadow:0px 0px 21px rgba(0, 0, 0, 0.21);
	margin-bottom:28px;
}

/*--------------------------------------------
    partners
---------------------------------------------*/



/*--------------------------------------------
    faq
---------------------------------------------*/

.beefup {
    padding: 15px 0;
    background: #fff;
}
.beefup__head {
    color: #2196f3;
    font-size: 21px;
    font-family: 'UbuntuMedium', sans-serif;
}
.beefup__body { padding-top: 10px; }
.beefup__body p {
    margin-bottom: 8px;
    color: #333;
    font-size: 15px;
}
.beefup__body p:last-child { margin-bottom: 0; }


/*--------------------------------------------
    support
---------------------------------------------*/

.support-page {}
.support-section-bg {  }
.contacts-form__wrap {
    padding: 25px;
    background: #fff;
}
.contacts-form {  }
.help-box {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}
.help-box img {
    border-radius: 50%;
    border: 3px solid #2196f3;
    margin: 20px auto 0;
    display: block;
    width: 193px;
}
.help-box__title {
    font-size: 25px;
    color: #2196f3;
    font-family: 'UbuntuBold', sans-serif;
    margin-bottom: 20px;
}
.help-box__address {
    line-height: 25px;
    color: #333;
}
.help-box__address i {color: #2196f3;}

.contacts-form .field1 {
    width: 100%;
    padding: 6px 20px;
    border: 0;
    border-bottom: 1px solid #2196f3;
    text-align: center;
    margin-bottom: 21px;
    font-size: 16px;
}
.contacts-form .field1:focus {
    border-bottom: 1px solid #d601f9;
}
.contacts-form textarea {
    width: 100%;
    height: 60px;
    padding: 8px;
    color: #333;
    border: 1px solid #2196f3;
    border-radius: 3px;
}
.contacts-form textarea:focus {
    -webkit-box-shadow: inset 0 0 2px 2px rgba(33, 150, 243, 0.2);
    -moz-box-shadow: inset 0 0 2px 2px rgba(33, 150, 243, 0.2);
    box-shadow: inset 0 0 2px 2px rgba(33, 150, 243, 0.2);
}

.contacts-form .input-btn {
    width: 90%;
    max-width: 300px;
    height: 40px;
    display: block;
    margin: 0 auto;
}



/*--------------------------------------------
    news
---------------------------------------------*/

.news-content small {
    color: #cd45ff;
    font-size: 14px;
}


/*--------------------------------------------
    rules
---------------------------------------------*/

.rules-page__card {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(64, 64, 64, 0.16);
    padding: 40px 40px 30px 40px;
}

/*--------------------------------------------
    404
---------------------------------------------*/

.page-404 {
    background: url('../images/404.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}
.page-404-btn {
    width: 210px;
    top: 20%;
    position: relative;
}

/*--------------------------------------------
    login
---------------------------------------------*/

.log-reg-bg {
    background: url('../images/log-reg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.log-reg-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43, 54, 158, 0.6);
}


.adm-box {
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.adm-box h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
}
.adm-box h3+p {
    font-size: 12px;
    margin-bottom: 21px;
}
.form-content input:not(.submit) {
    width: 100%;
    border: 1px solid rgba(0, 149, 255, 0);
    background-color: #F7F7F7;
    color: #000000;
    padding: 20px 20px;
    text-align: left;
    outline: 0;
    font-size: 15px;
    font-weight: 300;

    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}
.form-content input:not(.submit):hover,
.form-content input:not(.submit):focus {
    border: 1px solid #0093FF;
}
.login-table { width: 100%; }
.login-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.login-table tr:nth-child(1) td:nth-child(1),
.login-table tr:nth-child(2) td:nth-child(1) {display: none;}
.login-table tr:nth-child(3) td {text-align: left;}
.form-content input[type=checkbox] {
    width: auto;
    margin: 0 9px 0 0;
}
.captcha-table label,
.form-content input[type=checkbox]+label {
    color: #333;
    font-size: 14px;
}
.captcha-table {
    width: 100%;
    margin-top: 18px;
}
.captcha-table img {
    border: 2px solid #d601f9;
}
.form-content .captcha-table input {
    padding: 9px 20px;
    text-align: center;
}
.captcha-table tr td:nth-child(1) {
    text-align: left;
}
.captcha-table label span {
    display: inline-block;
    margin-bottom: 3px;
}
.captcha-table td {position: relative;}

.form-content .input-btn {
    width: 100%;
    height: 50px;
    margin: 0;
}
.form-content .input-btn input {text-transform: uppercase;}
.link-wrap {margin-top: 15px;}

.welcome-box__wrap {
    position: relative;
    z-index: 9;
    height: 100vh;
}
.welcome-box { text-align: center; }
.welcome-box__logo {
    margin-bottom: 20px;
    display: inline-block;
}
.welcome-box p {
    font-size: 25px;
    color: #fff;
}
.welcome-box .btn {
    margin-top: 32px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

/*--------------------------------------------
    registration
---------------------------------------------*/

.form__reg__wrap {
    margin-bottom: 10px;
    position: relative;
}
.form__reg__wrap .box { display: none; }
.form__reg__wrap:nth-child(5) .box {
    display: block;
    position: relative;
}
.form__reg__wrap:nth-child(5) input {text-align: center;border: 1px solid rgba(0, 147, 255, 0.5);}
.form__reg__wrap:nth-child(5) input:hover {border: 1px solid rgba(0, 147, 255, 0.5);}
.form__reg__wrap:nth-child(5) .box label {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 12px;
    color: #444;
    z-index: 99;
}

.form__reg__wrap .boxs {position: relative;}



















