@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;600;700&display=swap');
html{
    background: #000!important;
}
html, body{
    margin: 0;
    padding: 0;
    font-size: 18px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    background: #000;
    background: url(../img/wrapper.jpg) top center;
    font-family: 'Hind', sans-serif;
}
button{
    font-size: 18px;
}
h1,h2,h3,h4{
    text-decoration: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    transition: 0.4s;
}
input, select, textarea{
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 2px;
    font-family: 'Hind', sans-serif;
}
.content{
    margin: 0 auto;
    width: 1100px;
}
header{
    padding: 15px 0;
    position: relative;
    z-index: 10;
}
header .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-block a{
    color: #fff;
    border: 2px solid #000;
}
.logo{
    color: #fff;
}
.login-block a:hover{
    background: #000;
    border: 2px solid rgba(255,255,255,0.8);
}
.login{
    display:inline-block;
    width: 130px;
    text-align: center;
    padding: 3px 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.registration{
    display:inline-block;
    width: 130px;
    text-align: center;
    padding: 3px 0;
    border-radius: 8px;
    margin-left: 10px;
    color: #000!important;
    background: #88d8d9;
    border: 2px solid #88d8d9!important;    
    /*color: #000!important;*/
}
.registration:hover{
    background: #000!important;
    color: #fff!important;
    border: 2px solid rgba(255,255,255,0.8)!important;
}
.menu{
    width: 1500px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    text-align: center;
    border-radius: 2px;
}
.menu a{
    color: #fff;
    display: inline-block;
    /*width: 120px;*/
    margin: 5px 20px;
    position: relative;
}
.menu a:hover{
    color: #b6fafb;
}
.menu a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #b6fafb;
    content: "";
    transition: width 0.3s ease-out;
}
.menu a:hover:after, .menu a:focus:after {
    width: 100%;
}
.main .content{
    width: 1300px;
    margin: 90px auto 50px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    /*align-items: center;*/
}
.center-stat{
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.title-main{
    margin-top: 50px;
    font-size: 80px;
    text-align: center;
    /*letter-spacing: 2px;*/
    font-weight: 600;
    position: relative;
}
.multiply{
    font-size: 32px;
    margin-top: -20px;
    opacity: 0.7;
}
.legal{
    margin-top: 10px;
    font-size: 32px;
}
.center-stat a{
    display: block;
    width: 320px;
    padding: 10px 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 70px auto;
    /* background: #f7dd28; */
    border-bottom: 2px solid rgb(49 5 52);
    letter-spacing: 1px;
    margin-top: 300px;
    position: relative;
    /*border-radius: 6px;*/
    text-shadow: 0 0 1px #000;
    z-index: 10;
    background: linear-gradient(0deg, #309495 0%, #64e4e5 100%);
    box-shadow: 3px 3px 3px #0000008f;
    /*background: linear-gradient(0deg, rgb(255 169 168) 0%, rgb(255 211 223) 100%);*/
    /*background: linear-gradient(0deg, rgb(255 129 0) 0%, rgba(255,223,6,1) 100%); */
}
.center-stat a:hover{
    background: linear-gradient(0deg, #000 0%, #000 100%);
    color: #fff;
}
.left-stat .stat{
    text-align: right;
}
.left-stat .stat div{
    font-size: 32px;
}
.left-stat{
    width: 400px;
    position: relative;
    z-index: 10;
}
.right-stat{
    width: 400px;
    position: relative;
    z-index: 10;
}
.stat{
    margin: 0px 0 40px 0;
    padding: 15px;
    /*background: rgba(0, 0, 0, 1.0);*/
    /*background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 70%);*/
}
.right-stat .stat{
    /*background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 70%);*/
}
.right-stat .stat div{
    font-size: 32px;
}
.stat span{
    opacity: 0.8;
}
.main-text{
    text-align: center;
}
.first-left{
    padding-right: 125px;
    background: url(../img/forst-left.png)top right no-repeat;
}
.second-left{
    margin-right: -12px;
    padding-right: 65px;
    background: url(../img/second-left.png)top right no-repeat;
}
.first-right{
    padding-left: 125px;
    background: url(../img/first-right.png)top left no-repeat;
}
.second-right{
    margin-left: -12px;
    padding-left: 65px;
    background: url(../img/second-right.png)top left no-repeat;
}
.main-img{
    position: absolute;
    top: -8px;
    left: 245px;
    z-index: 1;
}
#example .new {
    opacity: 0;
    margin-right: -1px;
}
#example .div_opacity {
    animation: move 4s infinite linear;
}
@keyframes move {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    color: #fff;
  }
  90% {
    opacity: 0.8;
  }
}
.title-main span {
    position: relative;
    display: inline-block;
    color: #64feff;
    text-shadow: 0 2px 2px #360733;
    text-transform: uppercase;
    /*animation: flip 2s infinite;*/
    /*animation-delay: calc(.2s * var(--i))*/
    margin-right: -10px;
}
/*@keyframes flip {
  0%,80% {
    transform: rotateY(360deg)
  }
}*/
.dot1{
    position: absolute;
    top: 245px;
    left: 156px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: down 2s infinite linear;
}
@keyframes down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(70px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dot2{
    position: absolute;
    top: 158px;
    left: 43px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: left 3s infinite linear;
}
@keyframes left{
  0% {
    transform: translateY(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(-140px);
    opacity: 1;
  }
  75% {
    transform: translate(-165px, 25px);
    opacity: 0.5;
  }
  100% {
    transform: translate(-165px, 25px);
    opacity: 0;
  }
}
.dot3{
    position: absolute;
    top: 108px;
    left: 43px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: left3 3s infinite linear;
    animation-delay: 1s;
    opacity: 0;
}
@keyframes left3{
  0% {
    transform: translateY(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  35% {
    transform: translateX(-98px);
    opacity: 1;
  }
  60% {
    transform: translate(-160px, -61px);
    opacity: 1;
  }
  80% {
    transform: translate(-223px, -61px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-223px, -61px);
    opacity: 0;
  }
}
.dot4{
    position: absolute;
    top: 91px;
    left: 267px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: right1 3s infinite linear;
    animation-delay: 0.6s;
    opacity: 0;
 
}
@keyframes right1{
  0% {
    transform: translateY(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  13% {
    transform: translateX(35px);
    opacity: 1;
  }
  40% {
    transform: translate(120px, -87px);
    opacity: 1;
  }
  70% {
    transform: translate(215px, -87px);
    opacity: 1;
  }
  82% {
    transform: translate(240px, -111px);
    opacity: 1;
  }
  90% {
    transform: translate(265px, -111px);
    opacity: 0.7;
  }
  100% {
    transform: translate(265px, -111px);
    opacity: 0;
  }
}
.dot5{
    position: absolute;
    top: 191px;
    left: 267px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: right2 3s infinite linear;
    animation-delay: 0.2s;
 
}
@keyframes right2{
  0% {
    transform: translateY(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  39% {
    transform: translateX(75px);
    opacity: 1;
  }
  52% {
    transform: translate(89px, 14px);
    opacity: 1;
  }
  85% {
    transform: translate(152px, 14px);
    opacity: 0.7;
  }
  100% {
    transform: translate(152px, 14px);
    opacity: 0;
  }
}


.divblik{

}

.blik {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); // Наклон
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; // Время и тип анимации можно менять
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.right-bg{
    position: absolute;
    top: -50px;
    right: -100px;
    opacity: 0.10;
}
.left-bg{
    position: absolute;
    top: -50px;
    left: -100px;
    opacity: 0.25;
}
.login img{
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}
.plans{
    background: rgba(0, 0, 0, 0.3);
    padding: 40px 0 1px 0;
    min-height: 700px;
    background: url(../img/plans3.jpg)top center;
    position: relative;
    z-index: 12;
}
.title{
    text-align: center;
    font-size: 40px;
    padding-top: 8px;
    background: linear-gradient(85deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%);
    margin-bottom: 15px;
}
.small-title{
    text-align: center;
    font-size: 26px;
}
.info-plans{
    text-align: center;
    font-size: 16px;
    margin-top: -5px;
}
.all-plans{
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    justify-content: center;

}
.tarif{
    width: 270px;
    background: #f9f5f5;
    border-radius: 20px;
    color: #160506;
    text-align: center;
    position: relative;
    margin: 0px 25px;
    /*overflow: auto;*/
}

.coast-tarif{
    /*background: rgba(0,0,0,0.7);*/
    background: url(../img/coast.png) bottom center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 40px;
    border-radius: 18px 18px 0 0;
    padding: 30px 0 50px 0;
    border: 2px solid #f9eaea;
}
.name-tarif{
    font-size: 50px;
    padding:  0 0 10px 0;
    color: #3ba5a6;
    text-shadow: 0 2px 2px #360733;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -5px;
    position: relative;
}
.earning{
    padding: 10px 0;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    margin: 0 10px;
    color: #1b0203;
}
.earning div{
    font-size: 24px;
    font-weight: 600;
    margin-top: -5px;
}
.duration{
    padding: 10px 0;
    color: #1b0203;
}
.duration div{
    font-size: 24px;
    font-weight: 600;
    margin-top: -5px;
}
.total-profit{
    color: #fff;
    font-size: 40px;
    padding: 20px 0;
    background: #21999b;
    border-radius: 0 0 18px 18px;
}
.total-profit div{
    font-size: 18px;
    margin-top: -10px;
}
/*.dot1-tarif{
    position: absolute;
    top: -2px;
    left: 15px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: dot-tarif 5s infinite linear;
    opacity: 0.7;
}
@keyframes dot-tarif {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(220px);
  }
  100% {
    transform: translateX(0px);
  }
}
.dot2-tarif{
    position: absolute;
    bottom: -2px;
    right: 15px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: dot2-tarif 5s infinite linear;
    opacity: 0.7;
}
@keyframes dot2-tarif {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-220px);
  }
  100% {
    transform: translateX(0px);
  }
}*/

.name-tarif span{
    margin-left: 26px;
}
.name-tarif img{
    position: absolute;
    top: 8px;
    right: 3px;
    width: 96px;
    opacity: 0.5;
    z-index: 1;
}
.name-tarif div{
    position: relative;
    z-index: 2;
}
.top-tarif{
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0.7;
}
.popular-text{
    position: absolute;
    right: -23px;
    top: 20px;
    background: #aa0000;
    color: #fff;
    padding: 5px;
    line-height: 65%;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: -6px;
    bordeR: 2px solid #fff;
}
.dot-popular{
    position: absolute;
    top: 5px;
    right: -3px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgb(255 255 255 / 50%);
    z-index: 2;
    border-radius: 50%;
    animation: popular 3.1s infinite linear;
}
@keyframes popular {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(140px);
  }
  100% {
    transform: translateY(0px);
  }
}
.affiliate{
    min-height: 850px;
    padding: 40px 0;
    background: url(../img/affiliate-fon2.png)bottom center no-repeat;
}
.bonus{
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.affiliate .small-title{
    font-size: 36px;
}
.level1 {
    position: absolute;
    top: 110px;
    left: 287px;
    font-size: 180px;
    color: #0fb7b9;
    text-shadow: 0 4px 4px #360733;
    text-transform: uppercase;
    font-weight: 700;
}
.level1 div {
    text-shadow: none;
    font-size: 30px;
    margin-top: -70px;
    color: #707070;
}
.level1 span{
    font-size: 90px;
}
.level2 {
    position: absolute;
    top: 377px;
    left: 577px;
    font-size: 110px;
    color: #459a9b;
    text-shadow: 0 3px 3px #360733;
    text-transform: uppercase;
    font-weight: 700;
}
.level2 div {
    text-shadow: none;
    font-size: 22px;
    margin-top: -45px;
    color: #707070;
}
.level2 span{
    font-size: 60px;
}
.level3 {
    position: absolute;
    top: 319px;
    left: 775px;
    font-size: 70px;
    color: #668889;
    text-shadow: 0 2px 2px #282728;
    text-transform: uppercase;
    font-weight: 700;
}
.level3 div {
    text-shadow: none;
    font-size: 16px;
    margin-top: -25px;
    color: #707070;
}
.level3 span{
    font-size: 40px;
}
.line-bonus1{
    position: absolute;
    top: 73px;
    left: 297px;
    height: 5px;
    width: 50px;
    background: #0fb7b9;
    border-radius: 5px;
    transform: rotate(-26deg);
    /*animation: width-line 5s infinite linear;*/
}
@keyframes width-line {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.line-bonus2{
    position: absolute;
    top: 169px;
    left: 561px;
    height: 5px;
    width: 50px;
    /*opacity: 0;*/
    background: #0fb7b9;
    border-radius: 5px;
    transform: rotate(-296deg);
    /*animation: width-line2 5s infinite linear;*/
    /*animation-delay: 0.5s;*/
}
@keyframes width-line2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.line-bonus3{
    position: absolute;
    top: 435px;
    left: 462px;
    height: 5px;
    width: 50px;
     /*opacity: 0; */
    background: #0fb7b9;
    border-radius: 5px;
    transform: rotate(-204deg);
    /*animation: width-line3 5s infinite linear;*/
    /*animation-delay: 1s;*/
}
@keyframes width-line3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.line-bonus4{
    position: absolute;
    top: 336px;
    left: 199px;
    height: 5px;
    width: 50px;
     /*opacity: 0; */
    background: #0fb7b9;
    border-radius: 5px;
    transform: rotate(-114deg);
    /*animation: width-line4 5s infinite linear;*/
    /*animation-delay: 1.5s;*/
}
@keyframes width-line4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.live-stat{
    position: relative;
    margin-top: -20px;
}
.live-stat .content{
    /*background: #f6f6f6;*/
    position: relative;
    padding: 20px 0;
    border-radius: 320px;
    overflow: hidden;
    width: 1320px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    border: 20px solid #fff;
    background: rgb(255,255,255);
    background: linear-gradient(59deg, rgba(255,255,255,1) 20%, rgba(216,217,218,1) 100%);
}
.live-stat .title{
    background: none;
    color: #1b0203;
    padding-top: 0px;
}
.right-line-stat{
    width: 50%;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 20;
}
.left-line-stat{
    width: 50%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 20;
}
.right-dot{
    position: absolute;
    top: 6px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #3ba5a6;
    box-shadow: 0px 0px 5px 5px rgba(15,183,185,0.5);
    animation: right-stat 3.5s infinite linear;
    z-index: 21;
}
@keyframes right-stat{
  0% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(-450px);
    opacity: 1;
  }
  50% {
    transform: translateX(-1100px);
    opacity: 0;
  }
  100% {
    transform: translateX(-1100px);
    opacity: 0;
  }
}
.left-dot{
    position: absolute;
    bottom: 6px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background: #3ba5a6;
    box-shadow: 0px 0px 5px 5px rgba(15,183,185,0.5);
    animation: left-stat 3.5s infinite linear;
    z-index: 21;
}
@keyframes left-stat{
  0% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(450px);
    opacity: 1;
  }
  50% {
    transform: translateX(1100px);
    opacity: 0;
  }
  100% {
    transform: translateX(1100px);
    opacity: 0;
  }
}
.table-stat{
    width: 850px;
    margin: 0 auto 10px auto;
    color: #1b0203;
    position: relative;
    z-index: 10;
}
.row-stat{
    display: flex;
    /*border: 1px solid #000;*/
    border-radius: 25px;
    text-align: center;
    align-items: center;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    transition: 0.4s;
}
.event{
    width: 20%;
}
.amount{
    width: 18%;
    text-align: right;
    font-weight: 600;
}
.address{
    width: 42%;
}
.date-table{
    width: 10%
}
.link-table{
    width: 30%;
    margin-left: 10px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.deposit-event{
    background: #21999b;
    color: #fff;
    padding: 3px 0px;
    border-radius: 20px 0 0 20px;
    /*letter-spacing: 1px;*/
}
.withdrawal-event{
    background: #aa0000;
    color: #fff;
    padding: 3px 0px;
    border-radius: 20px 0 0 20px;
    /*letter-spacing: 1px;*/
}
.tree{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.link-table img{
    vertical-align: bottom;
    display: none;
}
.link-table a{
    color: #007fbd;
}
.link-table a:hover{
    color: #001e1e;
}
.step{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    margin-top: 50px;
    margin-bottom: 100px;
    background: linear-gradient(85deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%);
    /*background: url(../img/step-bg.png)top center;*/
}
.first-step{
    display: flex;
    width: 550px;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-right: 2px solid #fff;
    position: relative;
    /*background: linear-gradient(85deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);*/
}
.text-step h3{
    font-size: 30px;
}
.text-step p{
    font-size: 20px;
    margin-top: 10px;
}
.img-step{
    margin-left: 20px;
}
.second-step .img-step{
    margin-lefT: 0px;
    margin-right: 20px;
}
.text-step{
    text-align: center;
    width: 270px;
}
.second-step{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 550px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    /*border-radius: 10px;*/
    padding: 10px;
    margin-left: 548px;
    border-left: 2px solid #fff;
    position: relative;
    /*border-radius: 150px;*/
    /*background: linear-gradient(85deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);*/
}
.third-step{
    display: flex;
    width: 550px;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 10px;
    border-right: 2px solid #fff;
    position: relative;
    /*background: linear-gradient(85deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);*/
}
.all-step{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.number{
    position: absolute;
    left: -60px;
    top: 25px;
    color: #fff;
    font-size: 100px;
    text-shadow: 0 4px 4px #360733;
    font-weight: 700;
}
.second-step .number{
    left: auto;
    right: -60px;
}
.first-step .number{
    left: -55px;
}
.img-step img{
    display: block;
}
.dot-step{
    position: absolute;
    right: -4px;
    top: 0px;
    width: 6px;
    height: 6px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgb(255 255 255 / 50%);
    z-index: 2;
    border-radius: 50%;
    animation: dot-step 5s infinite linear;
}
@keyframes dot-step {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(560px);
  }
  100% {
    transform: translateY(0px);
  }
}
.step-left-bg{
    position: absolute;
    top: -15px;
    left: -85px;
    opacity: 0.3;
}
.step-right-bg{
    position: absolute;
    top: -15px;
    right: -85px;
    opacity: 0.1;
}
.best{
    padding-top: 50px;
}
.best a{
    display: block;
    width: 320px;
    padding: 10px 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 100px auto;
    border-bottom: 2px solid rgb(49 5 52);
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 1px #000;
    z-index: 10;
    background: linear-gradient(0deg, #309495 0%, #64e4e5 100%);
    box-shadow: 3px 3px 3px #0000008f;
    text-align: center;
}
.best-trx{
    text-align: center;
    font-size: 34px;
    line-height: 145%;
}
footer{
    padding: 40px 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
}
footer .menu{
    width: 100%;
    text-align: center;
    background: transparent;
    margin-bottom: 40px;
}
.best a:hover {
    background: linear-gradient(0deg, #000 0%, #000 100%);
    color: #fff;
}
.best-img{
    position: absolute;
    top: -120px;
    left: -100px;
}
.best .content{
    position: relative;
}
.best-trx{
    position: relative;
    z-index: 2;
    color: #22070e;
}
.page{
    padding-bottom: 50px;
    box-sizing: border-box;
    min-height: calc(100vh - 358px);
}
.wrapper{
    overflow: hidden;
}
.title-page{
    padding: 20px 0;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.dot1-best{
    position: absolute;
    top: 158px;
    left: 534px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: down1-best 2s infinite linear;
    animation-delay: 250ms;
}
@keyframes down1-best {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(70px);
  }
  100% {
    transform: translateY(70px);
  }
}
.dot2-best{
    position: absolute;
    top: 158px;
    left: 551px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: down1-best 2s infinite linear;
    animation-delay: 650ms;
}
.dot3-best{
    position: absolute;
    top: 158px;
    left: 568px;
    width: 5px;
    height: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(255,255,255,0.5);
    z-index: 2;
    border-radius: 50%;
    animation: down3-best 2s infinite linear;
    animation-delay: 0ms;
}
@keyframes down3-best {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(30px);
  }
  45% {
    transform: translate(10px, 50px);
  }
  100% {
    transform: translate(10px, 50px);
  }
}
form{
    margin: 20px auto 70px auto;
    width: 500px;
    background: #160509;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
form input{
    width: 100%;
    box-sizing: border-box;
}
form label{
    font-size: 14px;
    opacity: 0.9;
}
form textarea{
    width: 100%;
    box-sizing: border-box;
    height: 120px;
}
.row{
    margin: 10px 0;
}
.error{
    color: red;
    text-align: center;
}
.recover-link a{
    color: #b6fafb;
}
.recover-link a:hover{
    color: #6cdfe1;
}
.input-btn{
    text-align: center;
    margin-top: 25px;
}
.input-btn input{
    width: 220px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    background: linear-gradient(0deg, #309495 0%, #64e4e5 100%);
    box-shadow: 3px 3px 3px #0000008f;
}
.input-btn input:hover{
    background: linear-gradient(0deg, #64e4e5 0%, #64e4e5 100%);
    color: #000;
}
.right-form{
    position: absolute;
    top: 0;
    right: -115px;
}
.left-form{
    position: absolute;
    bottom: 10px;
    left: -90px;
}
.reg-link input{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
}
label span{
    color: #9afafb;
}
.reg-link a{
    color: #b6fafb;
}
.reg-link a:hover{
    color: #6cdfe1;
}
.info-contact{
    text-align: center;
}
label img{
    vertical-align: top;
    margin-right: 5px;
    margin-top: 6px;
}
.ask{
    background: rgba(0, 0, 0, 0.5);
    color: #f2e8e9;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.ask p{
    margin-bottom: 0px;
    margin-top: 10px;
}
.ask h3{
    color: #88d8d9;
    margin-bottom: 0px;
}
.term{
    background: rgba(0, 0, 0, 0.5);
    color: #f2e8e9;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.term h3{
    color: #fff;
}
.confirm{
    text-align: center;
    font-size: 24px;
    color: #b5fafb;
}
.btn-login{
    display: block;
    width: 320px;
    padding: 10px 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 50px auto;
    border-bottom: 2px solid rgb(49 5 52);
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 1px #000;
    z-index: 10;
    background: linear-gradient(0deg, #309495 0%, #64e4e5 100%);
    box-shadow: 3px 3px 3px #0000008f;
    text-align: center;
}
.btn-login:hover{
    background: linear-gradient(0deg, #64e4e5 0%, #64e4e5 100%);
    color: #000;
}
.term h3{
    border-bottom: 1px solid #fff;
}
.btn-media{
    display: none;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
}
.title-mail-wrapper{
    font-size: 80px;
    font-weight: 700;
    margin-top: 60px;
    color: #bdfeff;
    /*color: #fff;*/
    text-shadow: 0 2px 2px #000;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
.line-title{
    width: 700px;
    height: 3px;
    border-radius: 4px;
    background: #62e1e2;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 350px);
}
.top-line-title{
    width: 500px;
    height: 3px;
    border-radius: 4px;
    background: #62e1e2;
    position: absolute;
    top: 0px;
    left: calc(50% - 250px);
}
.blick{
    position: absolute;
    top: -1px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    animation: blick 5s infinite linear;
    opacity: 0;
    box-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 20px #fff;
}
/*@keyframes blick{
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    transform: translateX(350px);
    opacity: 0.8;
    width: 20px;
  }
  40% {
    transform: translateX(700px);
    opacity: 0;
  }
  100% {
    transform: translateX(700px);
    opacity: 0;
  }
}*/
.blink-2 {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;  
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}