html, body {
    height: 100%;
    width: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
input:focus{outline:0;}

input,
textarea {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
a{cursor: pointer;}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    /*font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
    font-size: 22px;
    line-height: 32px;
    color: #89898D;
    position: relative;
    min-width: 320px;
    background-color: #000;
/*    min-width: 1300px;*/
}
.copy{font-family: 'Inter', sans-serif;}

#wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
} 
a {text-decoration: none;}

.cookies-block {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 30px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #141414;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    display: none;
}
.cookies-block p {
    margin-right: 0
}
.cookies-block a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 20px;
}
.cookies-block .btn {
    line-height: 17px;
    font-weight: bold;
    padding: 8px 20px 9px;
    border-radius: 14px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.cookies-block .btn:hover,
.cookies-block .btn:focus {
    background: #2151F4;
    color: #fff;
}


/*Cookies page*/
.cookies-page {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.cookies-page .terms {
    flex: 1;
}
.cookies-page footer {
    padding-top: 50px;
    background-color: #0e0e0e;
    width: 100%;
}


.mob,
.column .mob,
.box-holder-block .mob,
.box-holder-block .img-bg.mob,
.join-block .mob {display: none;}

.just-start #header,
.just-start .promo-holder,
.cyber-gamers #header,
.cyber-gamers .promo-holder,
.cybersport-teams #header,
.cybersport-teams .promo-holder,
.fcrukh #header,
.fcrukh .promo-holder{
    background-color: transparent;
}
/*.header-holder {height: 70px}*/
#header {
    position: fixed;
    z-index: 15;
    height: 70px;
    width: 100%;
    top: 0;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(0,0,0,1);
}
.terms-page #header,
.just-start #header.dark,
#header.dark {background: rgba(0,0,0,1);}
#header .holder {
    max-width: 1000px; 
    max-width: 1360px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#logo,
.logo {
    width: 82px;
    height: 20px;
    margin: 0 20px 0 0;
    text-indent: -9999px;
    background-image: url('../img/just-logo2.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    flex-shrink: 0;
}
.block-holder {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
nav {
    display: flex;
    font-size: 15px;
    line-height: 24px;
    height: fit-content;
    align-items: center;

    width: 100%;
    justify-content: center;
}
nav a:first-child {margin: 0}
nav a {
    margin-left: 10px;
    color: #67676a;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
nav a:hover {
    color: #fff;
    border-radius: 50px;
    background: #111;
}
nav .dn {
    display: none;
}
nav .btn-reg {
    background: #fff;
    border-radius: 17px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 252px;
    border: none;
}
nav .btn-reg:hover,
nav .btn-reg:focus {
    background: #2151F4;
    color: #fff;
}
.no-lang-sw .drop-down {
    display: none;
}
.drop-down {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px 0
}
.drop-down:hover .drop-block {
    display: block;
}

.open-btn {
    margin: 0 0 0 32px;
    display: flex;
    color: #c3c3c3
}
.drop-down:hover .open-btn,
.drop-down:focus .open-btn {
    color: #fff;
}

.open-btn .arrow {
    display: block;
    width: 10px;
    height: 7px;
    margin: 9px 0 0 6px;
    stroke: #c3c3c3;
}
.drop-down:hover .arrow,
.drop-down:focus .arrow {
    stroke: #fff;
}

.drop-block {
    position: absolute;
    width: 100px;
    top: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
    background-color: #070707;
    border-radius: 10px;
    right: -20px;
    display: none;
}
.drop-block li {
    border-top: 1px solid #1d1d1d
}
.drop-block li:first-child {
    border: none;
}
.drop-block a {
    display: block;
    text-align: center;
    padding: 3px;
    color: #fff
}

/*.promo-block {
    width: 100%;
    height: 690px;
    position: relative;
    margin-bottom: 40px;
}*/
.promo-block {
    width: 100%;
    height: 56.25vw;
    position: relative;
    margin-bottom: 70px;
}
.promo-block {
    min-width: 1360px;
    min-height: 756px;
}

.grad {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    background: rgba(0, 0, 0, 0.7);
}

#video {
    position: absolute;
    height: 100%;
}



.promo-block .jcarousel-wrapper {
    position: absolute;
    height: 690px;
    width: 1440px;
    top: 0;
    right: 50%;
    margin-right: -720px;
    /*opacity: 0.2*/
}
.promo-info {
    width: 660px;
    margin: 0 auto; 
    position: relative;
    text-align: center;
    padding-top: 200px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
.ru .promo-info {
    padding-top: 253px;
    width: 700px;
}
.ru .promo-info h1 {
    font-size: 60px;
    line-height: 74px;
    margin-bottom: 16px;
}
.promo-info h1 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    font-weight: 800;
/*    font-style: italic;*/
    font-family: Montserrat;
    text-transform: uppercase;
}
.promo-info p {
    margin-bottom: 40px;
}
.ru .promo-info p {
    margin-bottom: 50px;
}
.btns-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns-holder .google,
.btns-holder .appgallery,
.btns-holder .apkpure{
    width: 190px;
    height: 50px;
    display: block;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    margin: 0 8px;
    font-size: 0;
    line-height: 0;
}
.btns-holder >a:hover,
.btns-holder >a:focus {
    background-color: #f6f6f6;
}
.btns-holder .qr {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 6px;
}
.lqrcode {
    display: none;
    padding-left: 10px;
    width: 199px;
    height: 190px;
    left: 62px;
    top: -64px;
    position: absolute;
}
/*.promo-info .btns-holder .qr:hover .lqrcode {
    display: block;
}*/

h2 {
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    font-weight: 800;
}

.scroll-btn {
    position: absolute;
    right: 50%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-right: -75px;
    width: 150px;
    top: 84vh;
    white-space: nowrap;
    visibility: hidden;
}
.scroll-btn .arrow {
    display: block;
    stroke: #fff;
    width: 18px;
    margin: 20px auto 0;
    height: 12px;
}




.features-block {
    width: 1300px;
    margin: 0 auto 140px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.column {
    width: 1300px;
    background: #111;
    border-radius: 40px;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.column img {
    display: block;
    position: relative;
    z-index: 2
}
.column .img {
    /*margin-right: 10px;
    width: 352px;
    height: 578px;*/
    width: 758px;
    height: 682px;
}
.column .img2 {
    /*margin-bottom: 90px;
    width: 352px;
    height: 590px;*/
    margin: 50px 87px 0 0;
    width: 613px;
    height: 632px;
}
.column.add {
    padding-top: 0;
}
.column.add .text-block {margin: 0 0 70px;}
.text-block {
    width: 460px;
    margin-right: -60px;
}
.text-block p.add {
    width: 376px;
}
.column .img-holder {
    position: relative;
/*    margin: 0 auto;*/
/*    width: 352px;*/
    align-self: flex-end;
}
.column .bitcoin,
.column .litecoin,
.column .watch,
.column .eth,
.column .litecoin2 {
    position: absolute;
    z-index: 0
}

@keyframes topbtm {
  0%   {top:-11px;} 
  50%  {top:51px;}
  100% {top:-11px;} 
}
.column .bitcoin {
    left: -77px;
    top: -11px;
    animation: topbtm 12s infinite linear;
}
@keyframes litecoin {
  0%   {left:-210px;} 
  50%  {left:-156px;}
  100% {left:-210px;} 
}
.column .litecoin {
    left: -190px;
    top: 122px;
    animation: litecoin 14s infinite linear;
}
.column .litecoin3 {
    display: none;
}
@keyframes watch {
  0%   {top:184px;} 
  50%  {top:260px;}
  100% {top:184px;} 
}
.column .watch {
    left: 213px;
    top: 184px;
    z-index: 3;
    animation: watch 9s infinite linear;
}
@keyframes eth {
  0%   {top:80px;} 
  50%  {top:210px;}
  100% {top:80px;} 
}
.column .eth {
    left: -153px;
    top: 80px;
    animation: eth 14s infinite linear;
}
@keyframes litecoin2 {
  0%   {left: 360px;} 
  50%  {left:293px;}
  100% {left: 360px;} 
}
.column .litecoin2 {
    left: 360px;
    top: 415px;
    animation: litecoin2 10s infinite linear;
}

.justplus {
    width: 1300px;
    margin: 0 auto 130px;
}
.justplus .text-block {
    width: 1000px;
    margin: 0 auto 100px;
/*    text-align: center;*/
}
.justplus .jcarousel li {
    padding: 0 13px;
}
.justplus .jcarousel li img {border-radius: 30px;}
.justplus .jcarousel {
    overflow: visible;
    height: 424px;
    margin-bottom: 60px;
}
.justplus .jcarousel .mob {display: none;}
.justplus .holder-block {
    display: flex;
    justify-content: center;
}
.justplus .jcarousel-prev,
.justplus .jcarousel-next {
    font-size: 0;
    line-height: 0;
}
.justplus .jcarousel-prev .arrow,
.justplus .jcarousel-next .arrow {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 10px;
    stroke: #5C5C5C;
}
.justplus .jcarousel-prev:hover .arrow,
.justplus .jcarousel-prev:focus .arrow,
.justplus .jcarousel-next:hover .arrow,
.justplus .jcarousel-next:focus .arrow  {
    stroke: #fff;
}
.justplus .jcarousel-next {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.justplus .jcarousel-pagination {
    display: none;
}

.box-holder-block {
    width: 1360px;
    margin: 0 auto 130px;
}
.box-holder-block h2 {
    width: 1000px;
    color: #fff;
/*    text-align: center;*/
    font-size: 54px;
    line-height: 66px;
    margin: 0 auto 150px;
}
.box-holder-block .box {
    width: 1300px;
    height: 584px;
    border-radius: 40px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding: 0 52px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 1300px 584px;
}
.box-holder-block .box1 {
    background-image: url('../img/index/box1-bg.jpg');
} 
.box-holder-block .box2 {
    background-image: url('../img/index/box2-bg.jpg');
}
.box-holder-block .box1 .img,
.box-holder-block .box2 .img{
    align-self: flex-end;
}
.box-holder-block .box .img {
    width: 510px;
    height: 540px;
}
.box-holder-block .box3 .img {
    width: 644px;
    height: 580px;
}
.box-holder-block .text-block {
    width: 312px;
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.box-holder-block h3 {
    color: #FFF;
    font-size: 44px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 16px;
}
.box-holder-block p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.box-holder-block .box3 {
    background: linear-gradient(103deg, #4DA158 0%, #9FEC62 100%);
}
.box-holder-block .box3 .text-block {
    width: 450px;
}
.box-holder-block .twl {
    width: 178px;
    height: 50px;
    margin-bottom: 34px;
}
.box-holder-block .box3 a {
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    background: #000;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}





.join-block {
    width: 1300px;
    margin: 0 auto 140px;
    text-align: center;
}
.join-block h2 {
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 20px;
}
.join-block p {
    margin-bottom: 80px;
}
.join-block .box-holder {
    display: flex;
    justify-content: space-between;
}
.join-block .box {
    padding: 40px 40px;
    width: 412px;
    height: 278px;
    background: #111111;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 42px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    align-items: center;
}
.join-block .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}
.join-block .icon {
    width: 46px;
    height: 46px;
    margin-right: 16px;
}
.join-block h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #fff;
}
.join-block .box p {
    margin-bottom: 30px;
}
.join-block img {
    display: block;
    height: 84px;
}



.disciplines {
    position: relative;
    text-align: center;
}
.disciplines .header {
    margin: 0 auto 80px;
}
.disciplines h2 {
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 20px;
}
.disciplines p {
    margin: 0
}
.disciplines .lists-holder {
    margin-bottom: 100px;
    position: relative;
    animation: example 240s infinite linear;
}
@keyframes example {
  0%   {right:0px;} 
  50% {right:200vw;}
  100%   {right:0px;} 
}
.disciplines .list {
    display: flex;
    margin-left: -180px;
}
.disciplines .list.add {
    padding-left: 100px;
    margin-left: -100px;
}
.disciplines .list li {
    margin: 0 20px 20px 0;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.disciplines li img{
    width: 360px;
    height: 200px;
    display: block;
}
.disciplines li span {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 8px 20px;
    background-color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border-radius: 16px;
    color: #fff;
}

.roadmap {
    width: 1300px;
    margin: 0 auto 130px;
}
.roadmap .heading {
    text-align: center;
}
.roadmap h2 {    
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 20px;
    text-align: center;
}
.roadmap .heading p {
    margin: 0 auto 80px;
}
.roadmap .row {
    display: flex;
    margin-bottom: 32px;
    position: relative;
    justify-content: space-between;
}
.roadmap .row.end {
/*    justify-content: flex-end;*/
}
.roadmap .box {
    width: 412px;
    height: 178px;
    background: #111;
    border-radius: 50px;
    padding: 50px 50px 46px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.roadmap h3 {
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.roadmap .bullet {
    width: 8px;
    height: 8px;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    margin-right: 12px;
    border-radius: 50%;
}


.orange {background-color: #FF9A0A}
.blue { background-color: #44A5FE}
.green { background-color: #6CA969}
.red { background-color: #DB3C59}
.viol { background-color: #AA60F2}
.yellow { background-color: #FFC531}

.roadmap .line {
    position: absolute;
    width: 100%;
    right: 116px;
    top: 50%;
    height: 12px;
    background-color: #6CA969;
    margin-top: -6px;
    margin-left: -9999px;
    padding-left: 9999px;
}
.roadmap .line.add {
    width: auto;
    right: 116px;
    left: 115px;
    top: 235px;
    margin: 0;
    padding: 0;
}
.roadmap .end .line {
    width: 100%;
    right: auto;
    left: 115px;
    margin: -6px -9999px 0 0;
    padding: 0 9999px 0 0;
}
.roadmap .semi-circle {
    position: absolute;
    width: 69px;
    height: 138px;
    right: 35px;
    top: 50%;
    margin-top: -6px;
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 12px solid #6CA969;
    border-left: 0;
}
.roadmap .semi-circle.add {
    right: auto;
    left: 34px;
    top: -59px;
    margin-top: -6px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.download-block {
    text-align: center;
    font-family: Montserrat;
    margin-bottom: 100px;
}
.download-block h2 {
    margin-bottom: 20px;
}
.download-block p {
    margin-bottom: 60px;
}



.twigse-block {
    width: 1360px;
    height: 656px;
    margin: 0 auto 140px;
    background: #6CA969;
    border-radius: 40px;
    padding: 70px 0 0 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.twigse-block .text-block {
    width: 430px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.twigse-block .lg {
    height: 80px;
    display: block;
    margin-bottom: 59px;
}
.twigse-block h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
}
.twigse-block p {margin-bottom: 65px}
.twigse-block a {
    background: #000;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 66px;
    display: inline-block;
    color: #fff;
}
.twigse-block .page {
    align-self: flex-end;
}
.twigse-block .phone {
    position: absolute;
    width: 450px;
    height: 443px;
    left: 456px;
    bottom: 0;
    bottom: -330px;
}
.twigse-block.anim .phone {
    animation: phone .5s 1 forwards linear;
}
@keyframes phone {
  0%   {bottom: -330px;}
  100% {bottom: 0;} 
}
.twigse-block .mob {display: none;}



.benefits-block {
    width: 1360px;
    margin: 0 auto 100px;
}
.benefits-block h2 {
    text-align: center;
    margin-bottom: 80px;
}
.benefits-block .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.benefits-block .text-block {
    width: 528px;
    height: 572px;
    background: #2151F4;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 111px 64px 0;
    color: #fff;
    margin-bottom: 0
}
.benefits-block .text-block h3 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 24px;
}
.benefits-block .text-block p {
    margin-bottom: 0
}
.benefits-block .image-block {
    width: 792px;
    height: 572px;
    background: #111;
    border-radius: 40px;
    position: relative;
}
.benefits-block .row.reverse {
    flex-direction: row-reverse;
}
.benefits-block .row.reverse .text-block {
    background: #6B63BC;
    padding-top: 88px;
}
.benefits-block .img1,
.benefits-block .img2 {
    position: absolute;
}
#pb1,
#pb2 {
    overflow: hidden;
}
.benefits-block .img1 {
    /*bottom: 0;*/
    bottom: -300px;
    right: 0;
}
.benefits-block .img2 {
    /*top: 0;*/
    top: -300px;
    left: 40px;
}
#pb1.anim .img1 {
    animation: phone1 .5s 1 forwards linear;
}
@keyframes phone1 {
  0%   {bottom: -300px;}
  100% {bottom: 0;} 
}
#pb1.anim .img2 {
    animation: phone2 .5s 1 forwards linear;
}
@keyframes phone2 {
  0%   {top: -300px;}
  100% {top: 0;} 
}
.benefits-block .reverse .img1 {
    /*right: 0;*/
    right: -400px;
    top: 45px;
}
.benefits-block .reverse .img2 {
    /*left: 0;*/
    left: -400px;
    top: 27px;
}
#pb2.anim .img1 {
    animation: phone3 .7s 1 forwards linear;
}
@keyframes phone3 {
  0%   {right: -400px;}
  100% {right: 0;} 
}
#pb2.anim .img2 {
    animation: phone4 .7s 1 forwards linear;
}
@keyframes phone4 {
  0%   {left: -400px;}
  100% {left: 0;} 
}

.partners-block {
    width: 1300px;
    margin: 0 auto 130px;
}
.partners-block h2 {
    margin-bottom: 88px;
    text-align: center;
}
.partners-block ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-block li {
    margin: 0 30px;
}
.partners-block ul a {
    display: block;
    width: 90px;
    height: 90px;
}
.cska {
    background-image: url('../img/index/cska.png');
}
.cska:hover,
.cska:focus {
    background-image: url('../img/index/cska-h.png');
}
.afl {
    background-image: url('../img/index/afl.png');
}
.afl:hover,
.afl:focus  {
    background-image: url('../img/index/afl-h.png');
}
.isfu {
    background-image: url('../img/index/isfu.png');
}
.isfu:hover,
.isfu:focus {
    background-image: url('../img/index/isfu-h.png');
}
.chaika {
    background-image: url('../img/index/chaika.png');
}
.chaika:hover,
.chaika:focus {
    background-image: url('../img/index/chaika-h.png');
}
.dp {
    background-image: url('../img/index/dp.png');
}
.dp:hover,
.dp:focus {
    background-image: url('../img/index/dp-h.png');
}
.opsf {
    background-image: url('../img/index/opsf.png');
}
.opsf:hover,
.opsf:focus {
    background-image: url('../img/index/opsf-h.png');
}

.subscribe {
    width: 1360px;
    height: 358px;
    margin: 0 auto 100px;
    background: #111111;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.subscribe .text-block {
    padding: 72px 0 0 70px;
}
.subscribe h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.subscribe p {
    margin-bottom: 50px;
}
.subscribe form {
    display: flex;
}
.subscribe .holder {
    width: 420px;
    margin-right: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#email-sub {
    width: 420px;
    height: 60px;
    background: #0C0C0C;
    border: 1px solid #333135;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 19px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
#email-sub::placeholder {
    color: #979797 ;
    font-weight: 400;
}
.subscribe .error {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FF5924;
}
#sub-btn {
    padding: 18px 54px;
    width: 213px;
    height: 60px;
    background: #2151F4;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: none;
}
.subscribe .image-holder {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 0;
}
.subscribe .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 30px;
}
.subscribe .col img {
    margin-top: 20px
}
.subscribe .col img:first-child {
    margin: 0;
}




.svg-block {display: none;}




.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    position: relative;
    width: 1000em;
}
.jcarousel li {
    float: left;
}
.jcarousel-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}
.jcarousel-pagination a {
    display: block;
    width: 20px;
    height: 6px;
    background: #373737;
    border-radius: 5px;
    margin: 0 5px;
    text-indent: -9999px;
}
.jcarousel-pagination a.active {
    background-color: #ffc729;
}





footer {
    padding: 0 0 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
footer .wrapper {
    position: relative;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
}
.mail {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-right: 30px;
}
.social {
    display: flex;
}
.social li {
    margin: 0 8px
}
.social li a {
    width: 24px;
    height: 24px;
    padding: 9px;
    overflow: hidden;
    display: block;
    background-color: #111;
    border-radius: 12px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0
}
.social li .telegram:hover {
    background-color: #27A6E6;
}
.social li .twitter:hover {
    background-color: #1D9BF0;
}
.social li .vk:hover {
    background-color: #0077FF;
}
.social li .facebook:hover {
    background-color: #1976D2;
}
.social li .youtube:hover {
    background-color: #FF0200;
}
.social li a img {
    width: 24px;
    height: 24px;
    display: block
}
footer .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .row.text {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
footer .row.text p {
    margin: 0 0 20px;
    color: #808080;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
footer .row.text p:first-child {
    width: 100%;
}
footer .row.add {margin-bottom: 30px;}
footer .row.add2 {
    margin: 0 -40px 41px;
/*    margin-bottom: 41px;*/
}
footer .row p {
    color: #808080;
    margin: 0 15px
}
footer .row p a {
    color: #fff
}
footer .row p a:hover {
    text-decoration: underline;
}




.terms-page {
    background-color: #fff;
    color: #3c3c3c
}


.terms-page #header .btn-reg {display: none;}


.terms-page .promo-holder {display: none;}
.terms-page footer {
    padding-top: 50px;
    background-color: #0e0e0e;
}
.terms-page footer .scroll-btn {
    top: -180px;
    color: #000
}
.terms {
    /*padding: 80px 0 120px;*/
    padding: 80px 0 50px;
    width: 980px;
    margin: 0 auto;
}
.terms p.add {
    text-indent: 28px
}
.terms p.mb {
    margin-bottom: 43px
}
.terms p.mb2 {
    margin-bottom: 10px
}
.terms h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #3C3C3C;
    text-align: center;
    padding: 67px 0 68px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}
.terms h1.add {
    padding: 67px 0 13px;
}
.terms p.large {
    font-size: 22px;
    line-height: 28px;
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 55px;
    font-weight: bold;
}
.terms .holder {
    display: flex;
    align-items: flex-start;
}
.header-fake {height: 80px}
.side-holder {width: 417px}
.privacy #sidebar.fix {
    position: fixed;
    top: 95px;
}
#sidebar {
    width: 315px;
    padding: 0 36px 0 0;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: -18px 0 0;
}
#sidebar li a {
    display: flex;
    align-items: center;
}
#sidebar .num {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    color: #3c3c3c;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 21px;
    flex-shrink: 0;
}
#sidebar a {
    color: #3c3c3c;
}
#sidebar a:hover,
#sidebar a.active {
    color: #4990E2;
}
#sidebar a:hover .num,
#sidebar a.active .num {
    border-color: #4990E2;
    background-color: #4990E2;
    color: #fff;
}
#sidebar .num span {
    display: inline-block;
/*    margin: 0 0 -2px;*/
}
#sidebar li .holder {
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3;
    align-items: center;
    width: 100%
}
#sidebar .name {
    display: block;
    width: 100%
}
#sidebar .arrow {
    margin-left: 5px
}
.terms .list {
    width: 576px;
    padding-left: 36px;
    border-left: 1px solid #f3f3f3;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 30px;
}
.terms .list  a {
    color: #4990E2;
}
.terms .list li {
    margin-bottom: 38px
}
.terms .list .headind {
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.terms h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: inherit;
}
.terms .list ul li .num {
    font-weight: bold
}
.terms .list ul li {
    margin-bottom: 20px;
}
.terms .list ul.add {
    padding-top: 10px;
    margin-bottom: 20px
}
.terms .list ul.add li {
    margin-bottom: 10px
}
.terms .list .b,
.terms .list b {
    font-weight: bold
}
.terms .list ul.b li {
    margin-bottom: 0
}
.terms .list ul.add a {
    text-decoration: underline;
}

.menu {
    display: none;
    width: 23px;
    margin-top: 18px
}
.menu span {
    height: 2px;
    background-color: #fff;
    margin: 4px 0 0;
    display: block;
}




/*menu*/

body.overlay-open .menu-block {
    display: block;
}
.menu-block {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #070707;
    overflow: hidden;
    z-index: 9999;
}
.menu-block .add-holder-block {
    height: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.menu-block .holder-block {
    height: 100%;
    overflow: scroll;
}
.menu-block .heading {
    overflow: hidden;
    border-bottom: 1px solid #30343f;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px 17px;
}
.menu-block .close {
    float: right;
    margin: 0 -26px 0 0;
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    background-image: url('../img/delete_icon.svg');
    background-size: 100%
}
.menu-block nav {
    display: block;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 20px 30px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.menu-block nav a:last-child {
    border-bottom: none;
}
.menu-block nav a {
    border-bottom: 1px solid #30343f;
    display: block;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    margin-left: 0
}






/*Just team page*/
.just-team #header .jt {
    display: none;
}
.just-team.ru .promo-info {
    padding-top: 180px;
}
.promo-block.jt {
    margin-top: 70px;
    height: 610px;
}
.promo-block.jt .promo-info {
    padding-top: 180px;
}
.promo-block.jt .jcarousel-wrapper {
    position: absolute;
    height: 610px;
    width: 1280px;
    overflow: hidden;
    border-radius: 40px;
    margin-right: -640px;
}
.steps-holder {
    width: 1280px;
    margin: 0 auto 100px;
    font-size: 18px;
    line-height: 26px;
}
.steps-holder .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: stretch;
}
.steps-holder .box {
    background: #111;
    border-radius: 40px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
}
.steps-holder .num {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    top: 24px;
    right: 24px;
    display: flex;
    justify-content: center;
}
.steps-holder .box1 {
    width: 804px;
    padding: 60px 60px 0;
    align-items: stretch;
}
.steps-holder .box1 .img {
    margin-right: 60px
}
.steps-holder .text-holder {
    padding-top: 18px
}
.steps-holder .box1 .btns-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
.steps-holder .google {
    width: 198px;
    height: 62px;
    display: block;
    background-color: #fff;
    border-radius: 14px;
    position: relative;
}
.steps-holder .box2 {
    width: 436px;
    flex-wrap: wrap;
    padding: 0 60px 60px;
    align-items: start;
}
.steps-holder .box3 {
    width: 400px;
    height: 484px;
    flex-wrap: wrap;
    padding: 53px 60px 0;
    align-items: start;
}
.steps-holder .box3 .img {
    align-self: end;
}
.steps-holder .box4 {
    width: 100%;
    padding: 70px 140px 0 90px;
}
.steps-holder .box4 .img {
    align-self: end;
    margin-right: 60px;
}
.steps-holder .box4 .text-holder {
    padding-top: 63px;
}
.steps-holder .box4 .text-holder p {
    margin-bottom: 42px;
}
.steps-holder .box4 .text-holder li {
    display: flex;
}
.steps-holder .box4 .text-holder li .img {
    width: 72px;
    margin-right: 30px;
    align-self: start;
}
.steps-holder .box7 {
    padding: 60px 84px 0 80px;
    justify-content: space-between;
}
.steps-holder .box7 .text-holder {
    width: 270px;
    padding-top: 81px;
    flex-shrink: 0;
}  
.steps-holder .box7 .text-holder p {
    margin-bottom: 24px
}
.steps-holder .box7 .add {
    margin: 0;
} 
.steps-holder .box11 {
    padding-top: 0
}
.steps-holder .box11 .img {
    align-self: auto;
}
.steps-holder .box12 {
    padding: 60px 80px 0 60px;
    width: 724px;
    height: 484px;
}
.steps-holder .box12 .img {
    margin-right: 62px;
}
.steps-holder .box12 p {padding-top: 104px}
.steps-holder .box12 .coin {
    position: absolute;
    z-index: 0
}
.steps-holder .box12 .coin1 {
    top: 209px;
    left: 0;
}
.steps-holder .box12 .coin2 {
    top: 0;
    right: 208px;
}
.steps-holder .box12 .coin3 {
    top: 66px;
    right: 0;
}
.steps-holder .box12 .coin4 {
    top: 309px;
    right: 0;
}
.pr {position: relative;}
.steps-holder .box13 {
    width: 516px;
    height: 484px;
    padding: 0 76px;
}
.steps-holder .box14 {
    width: 100%;
    padding: 83px 0 0 90px;
    align-items: center;
}
.steps-holder .box14 .text-holder {
    margin-right: 114px;
}
.steps-holder .box14 .text-holder p {
    margin-bottom: 40px
}
.steps-holder .text-holder a {
    text-decoration-line: underline;
    color: #6CA969;
}
.steps-holder .box14 .sign-up {
    width: 220px;
    height: 60px;
    background: #6CA969;
    border-radius: 100px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}





.just-start {
    background-image: url('../img/just-start/header.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #000
}
.cyber-gamers,
.cybersport-teams {
    background-image: url('../img/cyber-gamers/header.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 1440px 766px
}
.fcrukh {
    background-image: url('../img/fcrukh/header.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 1440px 766px
}
.just-start .promo-holder,
.just-start .promo,
.cyber-gamers .promo-holder,
.cyber-gamers .promo,
.cybersport-teams .promo-holder,
.cybersport-teams .promo,
.fcrukh .promo-holder,
.fcrukh .promo {
    height: auto;
}
.just-start .promo .info,
.cyber-gamers .promo .info,
.cybersport-teams .promo .info,
.fcrukh .promo .info {
    width: 980px;
    margin: 200px 0 0 0;
    box-sizing: border-box;
}
.just-start .promo .just,
.cyber-gamers .promo .just,
.cybersport-teams .promo .just,
.fcrukh .promo .just{
    width: auto;
    margin-bottom: 50px
}
.just-start h1,
.cyber-gamers h1,
.cybersport-teams h1,
.fcrukh h1  {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 30px
}
.just-start .promo p,
.cyber-gamers .promo p,
.cybersport-teams .promo p,
.fcrukh .promo p{
    font-size: 18px;
    color: #B9B9B9;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 160px
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto
}
.step-list li {
    width: 310px;
    height: 460px;
    box-sizing: border-box;
    padding: 26px 26px 0;
    margin-bottom: 25px;
    background-color: #0c0c0c;
    border-radius: 16px;
    overflow: hidden; 
    display: flex;
    flex-wrap: wrap;
}
.step-list li.wide {
    width: 100%;
    padding: 0 50px 0 60px;
    justify-content: space-between;
    height: 430px
}
.step-list .info {
    width: 400px;
    padding: 83px 0 0
}
.step-list .info .heading {
    margin: 0 0 24px;
    min-height: auto;
}
.step-list .wide .info h2.add {
    font-size: 18px
}
.step-list .info h2 {
    font-size: 15px
}
.step-list .wide.add {
    height: 414px;
    padding: 0 81px 0 35px
}
.step-list .wide.add .num {
    margin-right: 33px
}
.step-list .wide.add .info {
    width: 546px;
    padding-top: 52px
}
.step-list .wide.add p {
    font-size: 14px;
    margin-bottom: 0;
    /*display: flex;
    align-items: center;*/
}
.step-list .wide.add img.add {
    margin-top: 34px
}
.fcrukh .step-list .wide.add img.add {
    margin-top: 0;
    align-self: center;
}
.fcrukh .step-list .wide.add {
    height: auto;
    padding: 0 60px 0 35px;
}
.fcrukh .step-list .grey {
    font-size: 13px;
    line-height: 20px;
    color: #eee;
}
.fcrukh .step-list .wide .list .blue {
    color: #2E5F9A
}
.fcrukh .step-list .wide.add .info {
    width: 567px;
}
.fcrukh .step-list .wide .list li {
    width: auto;
    height: auto;
    padding: 0;
    flex-wrap: nowrap;
    border-radius: 0;
    line-height: 22px;
    margin-bottom: 16px
}
.fcrukh .step-list .list li.add {
    padding-left: 58px;
    display: block;
}
.fcrukh .step-list .list li.add p {
    display: inline;
}
.fcrukh .step-list .list li.sm p {
    font-size: 13px
}
.fcrukh .step-list .list li.add img {
    width: 16px;
    height: 16px;
    margin: 0 1px -3px 0;
}
.fcrukh .step-list .wide .list a{
    text-decoration: underline;
    color: #b9b9b9
}
.step-list .wide .list img {
    width: 24px;
    height: 24px;
    margin-right: 34px;
    align-self: start;
}
.step-list .unline {
    text-decoration: underline;
}
.step-list .row {
    display: flex;
    margin-bottom: 24px
}
.step-list .row img {
    width: 32px;
    height: 32px;
    margin: 0 27px 0 0;
    flex-shrink: 0;
    align-self: start;
}
.step-list li p {
    font-size: 15px;
    line-height: 24px;
    color: #B9B9B9;
    margin-bottom: 10px;
}
.step-list li p.note {
    font-size: 13px;
    opacity: 0.37;
    margin-bottom: 20px;
}
.step-list li .btn-holder {
    display: flex;
    align-items: center;
    justify-content: start;
}
.step-list li .btn-google {
    width: 188px;
    height: 58px;
    margin-right: 30px
}
.step-list li .btn-google img {
    width: 100%
}
.step-list li .qr-code {
    width: 120px
}
.step-list li .heading {
    margin-bottom: 8px;
    display: flex;
    height: max-content;
}
.step-list li .num {
    font-size: 14px;
    line-height: 18px;
    color: #0F0F0F;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px 0 0;
    background-color: #fff;
    flex-shrink: 0;
}
.step-list li .num div {
    height: 16px
}
.step-list li h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: inherit;
    color: #B9B9B9;
    height: max-content;
    align-self: center;
}
.step-list li img {
    width: 250px;
    align-self: flex-end;
}
.step-list li .large {
    width: 430px
}
.congrat-block {
    padding-top: 45px;
    width: 980px;
    margin: 0 auto 250px;
    text-align: center;
}
.congrat-block .heading {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}
.congrat-block h3 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    margin-right: 20px;
    font-family: 'gilroyextrabold';
}
.congrat-block .heading img {
    width: 154px;
    height: 60px;
}
.congrat-block p {
    width: 690px;
    margin: 0 auto 26px;
    font-size: 18px;
    color: #B9B9B9;
    line-height: 26px;
    font-weight: 500
}








@media screen and (max-width: 980px) {
    #wrapper {
        background-size: 1000px auto;
    }
    .just-start .promo .info {
        width: auto;
        margin: 40px 0 0 0;
    }
    .just-start .promo .just {
        margin-bottom: 30px;
        width: 310px
    }
    .just-start h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
        padding: 0 10px;
        font-weight: 500
    }
    .just-start .promo p {
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        margin-bottom: 100px;
        padding: 0 50px;
    }
    .step-list {
        width: auto;
        margin: 0 4%;
    }
    .step-list li {
        width: auto;
        height: auto;
        padding: 20px 16px 0;
        flex-basis: 48%;
        justify-content: center;
    }
    .step-list li.wide {
        height: auto;
        width: 100%;
        padding: 0 16px 16px;
        flex-basis: auto;
    }
    .step-list .info {
        width: 100%;
        padding: 40px 0 0;
    }
    .step-list li .large {
        display: none;
    }
    .step-list li .btn-holder {
        justify-content: center;
    }
    .step-list li .btn-google {
        margin-right: 15px;
        width: 136px;
        height: 42px;
    }
    .step-list li .qr-code {
        width: 110px;
    }
    .step-list li img {
        width: 100%;
        max-height: 350px;
        display: flex;
        flex-shrink: 0;
        max-width: 250px;
    }
    .step-list li h2 {
        font-size: 11px;
        line-height: 16px;
    }
    .step-list .wide.add img.add {
        display: none;
    }
    .fcrukh .step-list .wide.add,
    .step-list .wide.add {
        height: auto;
        padding: 0 16px 10px;
    }
    .fcrukh .step-list .wide.add .info,
    .step-list .wide.add .info {
        width: auto;
        padding-top: 30px;
    }
    .step-list .info .heading {
        margin: 0 0 26px;
    }
    .step-list .wide .info h2.add {
        font-size: 18px;
        line-height: 22px;
    }
    .step-list .wide.add .num {
        margin-right: 20px;
    }
    .step-list .wide .list img {
        margin: 0 21px 0 0;
    }
    .fcrukh .step-list .list li.add img {
        display: inline-block;
    }
    .fcrukh .step-list .list li.add {
        padding-left: 45px;
    }
    .step-list .row img {
        margin: 0 14px 0 0;
    }
    .step-list .row {
        margin-bottom: 16px;
    }
    .step-list li:last-child {
        flex-basis: 100%;
    }
    .cybersport-teams .step-list li:last-child {
        flex-basis: 48%;
    }
    .step-list li:last-child .heading {
        width: 100%
    }
    .congrat-block {
        width: auto;
        padding: 60px 16px;
        margin-bottom: 30px
    }
    .congrat-block p {
        width: auto;
        font-size: 16px;
        line-height: 22px;
    }
}




@media (max-width: 980px) and (min-width: 640px) {
    .just-start .promo .just {
        height: auto;
        width: auto;
        margin-bottom: 60px
    }
    .just-start .promo .info {
        width: auto;
        margin-top: 100px
    }
    .just-start h1 {
        font-size: 40px;
        line-height: 52px;
        font-family: 'gilroyextrabold';
        margin-bottom: 60px
    }
    .just-start .promo p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 250px;
    }
    /*.step-list li {
        margin-bottom: 50px;
    }*/
    .step-list li .num {
        font-size: 28px;
        line-height: 36px;
        width: 52px;
        height: 52px;
        margin: 0 26px 0 0;
    }
    .step-list li .num div {
        height: 36px;
    }
    .step-list .info .heading {
        margin: 0 0 52px;
    }
    .step-list .info h2 {
        font-size: 30px;
        line-height: 32px
    }
    .step-list li h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .step-list li p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .step-list li p.note {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .step-list li .btn-google {
        width: 230px;
        height: auto;
        margin-right: 60px;
    }
    .step-list li .btn-google img {
        max-width: initial
    }
    .step-list li .qr-code {
        width: 240px;
    }
    .step-list li.wide {
        padding: 0 32px 32px;
    }
    .step-list .wide.add {
        padding: 0 40px 20px;
    }
    .step-list .wide.add .info {
        padding-top: 60px;
    }
    .step-list .wide .info h2.add {
        font-size: 32px;
        line-height: 36px;
    }
    .step-list .row {
        margin-bottom: 40px;
    }
    .step-list .row img {
        width: 64px;
        height: 64px;
        margin: 0 28px 0 0;
    }
    .step-list .wide.add p {
        font-size: 22px;
    }
    .step-list .wide.add .num {
        margin-right: 40px;
    }
    .congrat-block {
        padding: 120px 30px;
        margin-bottom: 60px
    }
    .congrat-block .heading {
        margin-bottom: 40px;
    }
    .congrat-block h3 {
        font-size: 80px;
        line-height: 120px;
        margin-right: 40px;
    }
    .congrat-block .heading img {
        width: 220px;
        height: 100%; 
    }
    .congrat-block p {
        font-size: 28px;
        line-height: 44px;
        margin-bottom: 44px
    }
    .step-list li img {
        max-height: 700px;
        max-width: 500px;
    }
}






.modal-open {overflow: hidden;}
.modal-open .modal-wrapper {display: block;}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1100;
    display: none;
    overflow: auto;
}
.modal {
    position: absolute;
    top: 170px;
    right: 50%;
    margin-right: -230px;
    width: 380px;
    height: 492px;
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    /* delete after implementation */
    height: auto
}
/* delete devider after implementation */
.devider {
    height: 1px;
    background-color: #000;
    margin: 20px 0;
}
.modal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}
.modal .close svg {
    width: 30px;
    height: 30px;
    display: block
}
.modal .close #close-i #path{fill:#d8d8d8;}
.modal .close:hover #close-i #path{fill:#bcbcbc;} 
.modal .back {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: -40px
}
.modal .back #back-i #path{fill:#F6F7F9;}
.modal .back:hover #back-i #path{fill:#EBEBEC;} 
.modal .modal-body {
    height: 100%
}
.modal .holder-block {
    height: calc(100% - 54px)
}
.modal .row{
    margin-bottom: 20px;
    position: relative;
}
.modal .row.add {
    margin-bottom: 40px
}
.modal h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'gilroyextrabold';
    color: #000;
    padding: 0 40px;
}
.modal input[type='text']{
    background-color: #F6F7F9;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: 'Roboto';
    color: #000;
    font-size: 15px;
    line-height: 26px;
    caret-color: #5268F4;
    padding: 13px 20px;
    box-sizing: border-box;
    width: 100%
}
.modal .error input[type='text']{
    border: 1px solid #D4655A;
}
.modal input[type='text']::placeholder {
    color: #969696
}
.error-text {
    position: absolute;
    right: -218px;
    top: -4px;
    width: 208px
}
.error-text .holder {
    display: flex;
    padding: 0 22px;
    height: 64px;
    align-items: center;
    background-color: #D4655A;
    border-radius: 8px;
    position: relative;
    line-height: 16px;
    color: #fff
}
.error-text .holder p{
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    color: inherit;
}
.arrow_box {
    background: #D4655A;
    border: 5px solid #D4655A;
}
.error-text .holder:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.error-text .holder:after {
    border-color: rgba(212, 101, 90, 0);
    border-right-color: #D4655A;
    border-width: 6px;
    margin-top: -6px;
}
.modal input[type='button']{
    font-family: Helvetica;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    height: 54px;
    width: 100%;
    border: none;
    cursor: pointer;
}
.modal input[type='button']:hover{
    background-color: #161616
}
.modal input[type='button']:active{
    transform: translateY(1px)
}
.social-holder {
    padding: 10px 0 30px
}
.social-holder h3 {
    color: #2e2e2e;
    margin-bottom: 30px
}
.social-list {
    display: flex;
    justify-content: center;
}
.social-list li {margin: 0 15px}
.social-list li a {
    width: 50px;
    height: 50px;
    display: block;
}
.social-list li a #facebook-i #path {
    fill: #1976D2;
}
.social-list li a:hover #facebook-i #path {
    fill: #146ABE;
}
.social-list li a #vk-i #path {
    fill: #4A76A8;
}
.social-list li a:hover #vk-i #path {
    fill: #3F6795;
}
.social-list li a #google-i #path {
    fill: #fff;
    stroke: #E8E8E8;
}
.social-list li a:hover #google-i #path {
    fill: #F7F7F7;
    stroke: #E9E9E9;
}
.info-block {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ABADB3;
    margin: 0 36px
}
.info-block a {
    color: #ABADB3;
    text-decoration: underline;
}
.info-block a:hover {
    text-decoration: none
}


.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;  
} 
.clearfix::after {
    clear: both
}


.user-info {
    margin-bottom: 16px
}
.user-info .row {
    margin-bottom: 14px
}
.user-info input.alias {
    padding-right: 40px
}
#alias-load-i {
    transform-origin: 67% center;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#alias-load-i,
#alias-not-avail-i,
#alias-avail-i {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
}
.checking #alias-load-i,
.not-valid #alias-not-avail-i,
.valid #alias-avail-i{
    display: block;
}

.phone-block p{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 30px 
}
.modal p strong {
    font-weight: 700
}
.phone-block .row {
    display: flex;
    justify-content: center;
    margin: 0 57px 30px
}
.phone-block input[type='text']{
    font-family: "gilroybold";
    padding: 7px 10px;
    text-align: center;
    width: 54px;
    font-size: 30px;
    line-height: 40px;
    margin: 0 8px;
    position: relative;
    color: #000
}
.phone-block input[type='text']::placeholder {
    color: #ececec;
    font-size: 30px;
    line-height: 40px;
}

.code-info {
    font-size: 13px;
    line-height: 24px;
    color: #6a6a6a;
    text-align: center;
}
.code-info.re-send p{display: none;}
.code-info.re-send .send-code {display: inline-block;}
.send-code {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #4D82D8;
    font-weight: 500;
    margin-bottom: 30px
}
.send-code svg {
    width: 20px;
    height: 20px;
    margin: 0 6px -5px 0
}

.step3 {
    text-align: left
}
.step3 h2 {
    text-align: center;
    padding: 0
}
.block {
    font-size: 15px;
    line-height: 24px;
}
.block p {
    margin-bottom: 14px
}
.block .list {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500px;
    padding-top: 12px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
}
.block .list li {
    width: 118px
}
.block .list a,
.block .list span{
    border: 1px solid #ddd;
    padding: 7px 0;
    color: #000;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
}
.block .list .soon {
    border: 1px dashed #ddd;
    color: #cfcfcf;
    cursor: default;
}
.block .list.gplay .gplay a,
.block .list.appgall .appgall a {
    border-color: #000;
    background-color: #000;
    color: #fff
}
.qr-list {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.qr-list li {
    display: none
}
.qr-list.appgall .appgall-qr{
    display: block
}
.qr-list.gplay .gplay-qr{
    display: block
}
.qr-list img {
    width: 150px;
    height: 150px
}
#apple-i {
    width: 24px;
    margin-right: 4px;
    margin-top: -4px;
    display: block;
}