@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
*,
*::before,
*::after {
  font-family: 'Orbitron';  
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #2C2C2C;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body{
    position: relative;
}
.scroll-up{
    position: fixed;
    opacity: 0;
    width: 90px;
    height: 70px;
    background: #57B8FF;
    top: 85%;
    left: 3.5%;
    border-radius: 20px;
    z-index: 100;
    transition: 0.5s;
}
.scroll-up::before{
    content: '\142F';
    display: flex;
    font-size: 30px;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.scroll-up:hover{
    transform: rotate(180deg);
}
div{
    color: #fff;
}
.wrapper{
    overflow: hidden;
}
._container{
    max-width: 1320px;
    margin: 0 auto;
}
.header_main{
    background: linear-gradient(to right, #000 54%, #57B8FF 30%);
    z-index: 2;
    position: relative;
    padding-bottom: 250px;
}
.header-pic{
    position: absolute;
    top: 296px;
    left: 49.15%;
}
.header_nav{
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
}
.social_head{
    position: absolute;
    top: 8%;
    left: -100px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.social_item > a > *{
    transform: rotate(270deg);
    color: #80858F;
    font-size: 11px;
}
a *:hover{
    color: #FAC422;
}
.nav_link a:hover{
    color: #FAC422;
}
nav{
    display: flex;
    justify-content: space-between;
}
.nav_link{
    margin-right: 60px;
}
.nav_link a{
    color: #fff;
}
.nav_link:last-child{
    margin-right: 0px;
}
.header_nav-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.contact_button{
    margin-left: 20px;
    padding: 16px 31px;
    border: 1px solid ;
    transition: 0.4s;
}
.contact_button:hover{
    background-color: #000
}
.main-info{
    margin-top: 209px;
    position: relative;
}
.pretitle{
    margin-bottom: 16px;
    color: #57B8FF;
    position: relative;
    margin-left: 30px;
}
.title{
    margin-bottom: 43px;
}
.main_buttons{
    display: flex;
    flex-direction: row;
    margin-top: 53px;
}
.button{
    padding: 21px 34px;
    transition: 0.5s;
}
.button1{
    background-color: #57B8FF;
}
.button1:hover{
    background: none;
}
.sponsors{
    padding: 130px 60px;
    text-align: center;
    background: #FDD04A;
}
.sponsors-subtitle{
    margin-top: 27px;
    color: #555;
    margin-bottom: 41px;
}
.sponsors-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sponsors-links_item{
    width: 170px;
    padding: 16px 0 16px;
    background: rgba(255, 255, 255, 0.45);
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    transition: 0.5s;
}
.sponsors-links_item:hover{
    border-color: rgba(255, 255, 255, 0);
    box-shadow: -1px 11px 20px 3px rgba(0,0,0,0.32);
}
.bio{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    background-image: url("../img/phon.png");
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bio-links{
    display: grid;
    grid-template-columns: 586px 586px;
    row-gap: 32px;
    column-gap: 32px;
    justify-content: center;
    margin-top: 63px;
}
.bio-links_item{
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 35px 35px 35px 80px;
    cursor: pointer;
}
.item_title{
    font-size: 32px;
    margin-bottom: 19px;
}
.item_subtitle{
    color: rgba(223, 223, 223, 0.8)
}
.ico{
    position: absolute;
    left: 30px;
}
.black-section{
    background-color: #000;
    padding: 130px;
}
.black-section_info{
    margin-top: 38px;
    float: left;
}
.black-section_video{
    margin-left: 827px;
}
.customize{
    background: #2A313C ;
    padding: 82px 0 111px 0;
    position: relative;
}
.customize-info{
    margin-left: 724px;
}
.info-slider{
    margin-top: 54px;
}

.slider-outer{
    width: 596px;
    overflow: hidden;
    position: relative;
}
.slider-prev{
    position: absolute;
    top: 41px;
    width: 44px;
    height: 44px;
    background-color: #3F8CFF;
    border-radius: 20px;
    z-index: 1;
}
.slider-next{
    position: absolute;
    top: 41px;
    right: 0px;
    width: 44px;
    height: 44px;
    background-color: #3F8CFF;
    border-radius: 20px;
}
.slider-inner{
    position: relative;
    display: flex;
    flex-direction: row;
    transition: 0.5s;
}
.slider-link{
    background: #3B3D46;
    border-radius: 20px;
    padding: 11px;
}
.custom-image{
    position: absolute;
    top: 0px;
    right: 53.5%;
}
.blocks{
    min-width: 1440px;
    height: 80vh;
    margin: 0 auto;
}
.flex-blocks{
    display: flex;
    flex-direction: row;
    height: 100%;
}
.blockrow{
    background-image: url("../img/1.png");
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex: 1 1 33.333%;
    height: 100%;
    position: relative;
    transition: 0.4s;
}
.blockultimate2{
    background-image: url("../img/2.png");
    flex: 1 1 33.333%;
}
.blockultimate3{
    background-image: url("../img/3.png");
    flex: 1 1 33.333%;
}
.block-info{
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-items: center; 
}
.blockrow:hover{
    background-size: 110% 110%;
}
.text{
    margin-top: 15px;
    font-size: 48px;
}
.img {
    transition: 0.5s;
}

@keyframes rotate-game {
    25%{transform: rotate(15deg);}
    50%{transform: rotate(-15deg);}
    75%{transform: rotate(15deg);}
    100%{transform: rotate(0deg);}
}
.img-game-animation{
    animation: rotate-game 0.5s;
}
.news{
    background-color: #000;
    padding: 130px 0 130px 0;
}
.news-text{
    display: flex;
    flex-direction: row;
}
.news-grid{
    display: grid;
    grid-template-areas: 
    "first-block second-block third-block"
    "first-block fourth-block fifth-block";
}
.block-1{
    grid-area: first-block;
}
.block-2{
    grid-area: second-block;
}
.block-3{
    grid-area: third-block;
}
.block-4{
    grid-area: fourth-block;
}
.block-5{
    grid-area: fifth-block;
}
.news-block-data{
    color: #57B8FF;
    margin-top: 30px;
    margin-bottom: 20px;
}
.grid-block div{
    font-size: 23px;
    margin-bottom: 25px;
}
.block-1 .news-block-data{
    margin-top: 54px;
}
.email{
    padding: 130px 0 130px 0;
    background-image: url("../img/back_join.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.email_join{
    text-align: center;
}
form input{
    width: 445px;
    height: 80px;
}
.form_button{
    vertical-align: bottom;
    width: 221px;
    height: 80px;
    color: #fff;
    font-size: 18px;
    background-color: #57B8FF;
}
.footer{
    background-color: #222730;
    padding-top: 130px;
}
.footer_info{
    padding-bottom: 50px;
    border-bottom: 1px solid #3E3E3E;;
}
.footer_block-links{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block-links-link *{
    color: #999;
    line-height: 38px;
}
.title_footer{
    color: #fff;
    margin-bottom: 25px;
}
.footer_inderfoot{
    padding-top: 48px;
    padding-bottom: 60px;
    text-align: center;
}
.copyright{
    color: #898989;;
}
.pretitle::before{
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("../img/fire.png");
    position: absolute;
    top: -5px;
    left: -35px;
}