body {
    background: #121419;
    cursor: none;
}
a:hover{
    cursor: none;
}
header{
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 40px 0;
    transform: translate(-50%, 0px);
    z-index: 3;
    width: 100%;
}
header a{
    color: #fff;
    margin-left: 20px;
    font-family: 'SFProDisplay-Medium';
}
.logo img{
    height: 100px;
}
header .container{
    justify-content: space-between;
    align-items: center;
}
.menu{
    display: flex;
}
.button-d {
    width: 160px;
    height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.link__block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.link__text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;

}
.link__text-hidden{
    width: 100%;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link__block:hover .link__text{
    opacity: 0;
    top: -50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link__block:hover .link__text-hidden{
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family:'SFProDisplay-Medium'
}
.button {
    text-align: center;
    font-size: 16px;
    text-transform: none;
    height: 52px;
    width: 180px;
    padding: 0;
    border-radius: 30px;
    border: 0px;
    box-shadow: 0px 0px 30px 0px rgba(217, 56, 20, 0.4);
    background: #d93814;
}
.button:hover {
    background: #fff;
    color: #d93814;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.4);
}
.social{
    display: flex;
}
.button__big{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bold';
    background: #fff;
    cursor: pointer;
    margin-left: 0;
    margin-right: 20px;
}
.social img{
    height: 36px;
}
.link .button{
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    width: auto;
    margin: 0;
    height: auto;
    cursor: pointer;
}
.link .button:hover{
    background: transparent;
    box-shadow: none;
    color: #fff;
}
header .button-d{
    width: 220px;
    height: 52px;
}
.link {
    width: 220px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.link:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: all 0.3s;
}
.link:hover:after {
    width: 100%;
    left: 0;
    transition: all 0.3s;
}
/*first*/
.first{
    position: relative;
    height: 100vh;
}
.first:after{
    content: '';
    background: url(../img/fire.png) no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom;
    width: 100%;
    height: 570px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.03;
}
.first h1{
    font-size: 54px;
    text-transform: uppercase;
    margin-top: 20vh;
    margin-bottom: 0vh;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.first h1 span{
    position: relative;
    width: 100%;
    display: inline-block;
    font-family: 'font';
}
.first h1 span:first-child, .first h1 span:nth-child(2){
    z-index: 1;
}
.first h1 span:nth-child(3), .first h1 span:nth-child(4){
    z-index: 1;
}
.first .button{
    z-index: 10;
    width: 380px;
    height: 60px;
    margin-top: 60px;
    box-shadow: 0px 0px 30px 0px #d93814;
    /*animation: rotation 2.5s infinite;*/
    font-family: 'font';
}
.button-w{
    margin-top: 20px;
}
@keyframes rotation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.first .first-con{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}
.first-title .plawka{
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}
.qr{
    position: absolute;
    margin-top: 50vh;
    width: 220px;
    height: 220px;
    z-index: 10;
    border-radius: 6px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.social{
    z-index: 10;
}
.social .button__big:last-child{
    margin-right: 0;
}
.video-lit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    object-fit: cover;
}
/*first*/
.bg_one{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(30, 8, 3, 0.33) 10.57%, #5D1808 52.87%, #C63312 105.75%);
}
.bg_two{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(30, 8, 3, 0.33) 10%, rgba(93, 24, 8, 0.50) 65%, #C63312 100%);
}
/**/
.title{
    position: relative;
    z-index: 2;
}
/*about*/
.about{
    padding-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.about p{
    color: #fff;
}
.about .container{
    position: relative;
}
.about .title{
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.about .text{
    font-size: 16px;
    width: 420px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.plawka{
    background: url(../img/plawka.svg) no-repeat;
    width: 390px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plawka p{
    font-size: 16px;
    text-transform: uppercase;
}
.button-w{
    background: #fff;
    color: #D93814;
    position: relative;
    z-index: 10;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px #ffffff;
}
.button-w:hover {
    background: #d93814;
    color: #fff;
    box-shadow: 0px 0px 30px 0px #ffffff;
}
/**/
.desk-none{
    display: none;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0px;
    z-index: 10;
}
.footer span{
    margin-left:10px;
    cursor: pointer;
}
.modal {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0px;
    background: #121419;
    transition: 0.4s all;
    display: block;
    padding-top: 30px;
    opacity: 0;
    z-index: -99;
    color: #fff;
}
.modal.active {
    left: 0;
    opacity: 1;
    transition: 0.3s all;
    z-index: 20;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal__cross{
    position: fixed;
    top: 20px;
    right: 20px;
}
.t-col{
    width: 100%;
    max-width: 1200px;
    padding:0 20px;
    margin: 0 auto; 
}
.coci{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(21, 21, 21, 0.8);
    z-index: 40;
    display: flex;
    justify-content: space-between;
}
.coci p{
    width: 50%;
}
.coci .button{
    margin-top: 10px;
    width: 240px;
}
.cuci-close{
    display: none;
}
.title{
    font-size: 20px;
    margin-top: 5vh;
    margin-bottom: 20px;
}
.svaz{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    color: #fff;
    position: relative;
    z-index: 20;
}
.svaz a{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
/**/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .first, .bg_one, .bg_two{
        height: 110vh;
    }
    .qr{
        margin-top: 55vh;
    }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
    header{
        padding: 20px;
    }
    .logo img {
        height: 76px;
    }
    .first, .bg_one, .bg_two{
        height: 110vh;
    }
    .first h1{
        font-size: 44px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
    .first, .bg_one, .bg_two{
        height: calc(100vh + 1150px)
    }
    .first h1{
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
    .first, .bg_one, .bg_two{
        height: calc(100vh + 950px)
    }
    .first h1{
        font-size: 48px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .desk-none{
        display: flex;
    }
    .mob-none{
        display: none;
    }
    header .button__big{
        width: 52px;
        height: 52px;
    }
    header{
        padding: 20px 0;
    }
    header .container{
        justify-content: center;
    }
    .logo img {
        height: 80px;
    }
    .first .first-con{
        height: 1140px;
    }
    .first{
        height: auto;
    }
    .bg_one, .bg_two{
        height: 100%;
    }
    .first-con .button{
        z-index: 20;
        /*position: fixed;
        bottom: 5vh;*/
    }
    .first .button-w{
        margin-top: 20px;
    }
    .social{
        z-index: 10;
    }
    .button__big{
        width: 72px;
        height: 72px;
    }
    .first h1{
        font-size: 2.2em;
        margin-top: 20vh;
        margin-bottom: 0vh;
        flex-direction: column;
    }
    .first h1 span:nth-child(2){
        margin-top: 10px;
    }
    .first .button{
        width: 280px;
    }
    .qr{
        left: auto;
    }
    .plawka{
        background-size: contain;
        width: 370px;
    }
    .about .title{
        text-align: center;
    }
    .about .text{
        width: 100%;
        padding: 0 20px;
    }
    .top-section__sponsors-list{
        margin-top: 80px;
    }
    video {
        object-fit: contain;
        overflow-clip-margin: content-box;
        overflow: clip;
    }
    .plawka p{
        font-size: 14px;
    }
    .plawla{
        width: 340px;
    }
    .footer, .footer div{
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer{
        margin-top: 40px;
        padding-bottom: 60px;
    }
    .footer span{
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    .prava{
        width: 100%;
        position: absolute;
        bottom: 10px;
        font-size: 14px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .coci{
        flex-direction: column;
    }
    .coci p, .coci .button{
        width: 100%;
    }
}