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: 180px;
    height: 52px;
}
.link {
    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: 200vh;
}
.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: 33vh;
    margin-bottom: 15vh;
    font-family: 'SFProDisplay-Bold';
    -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;
}
.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;
}
@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: 20px;
}
.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: 200vh;
    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: 200vh;
    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%);
}
/**/
/*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;
}
.about .button{
    background: #fff;
    color: #D93814;
    position: relative;
    z-index: 10;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px #ffffff;
}
.about .button:hover {
    background: #d93814;
    color: #fff;
    box-shadow: 0px 0px 30px 0px #ffffff;
}
/**/
/*партнеры*/
.part{
    margin: 120px 0;
    position: relative;
}
.part:before{
    content: '';
    position: absolute;
    top: -20px;
    left: -40px;
    width: 160px;
    height: 240px;
    display: flex;
    background: linear-gradient(270deg, #111318 100%, #121419 100%);
    z-index: 1;
    filter: blur(1.5rem);
}
.part:after{
    content: '';
    position: absolute;
    top: -20px;
    right: -40px;
    width: 160px;
    height: 240px;
    display: flex;
    background: linear-gradient(0deg, #111318 100%, #121419 100%);
    filter: blur(1.5rem);
}
@-webkit-keyframes career-sponsors--right {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@-moz-keyframes career-sponsors--right {
    0% {
        -moz-transform: translate(0);
        transform: translate(0)
    }

    to {
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@keyframes career-sponsors--right {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@-webkit-keyframes career-sponsors--left {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-moz-keyframes career-sponsors--left {
    0% {
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -moz-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes career-sponsors--left {
    0% {
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }
}
/**/
@-webkit-keyframes sponsors-sliding {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}
@-moz-keyframes sponsors-sliding {
    0% {
        -moz-transform: translate(0);
        transform: translate(0)
    }
    to {
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }
}
@keyframes sponsors-sliding {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        transform: translate(-100%)
    }
}
.top-section {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: -webkit-calc(100vh - 44px);
    height: -moz-calc(100vh - 44px);
    height: calc(100vh - 44px)
}
.top-section__content {
    color: #fff;
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-flex: 1;
    flex-grow: 1;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px;
    padding-top: 178px
}
.top-section__bubbles-wrapper {
    max-width: 100%;
    overflow: hidden;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center
}
@media screen and (min-width:0)and (max-width:1023px) {
    .top-section__bubbles-wrapper {
        overflow-x: scroll
    }
}
.top-section__bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}
.top-section__bubble-number .top-section__bubble-number--square {
    border-radius: 0
}
.top-section__title {
    text-align: center;
    color: #fff;
    -moz-box-flex: 1;
    flex: 1 1 auto
}
.top-section__sponsors {
    display: -moz-box;
    display: flex;
    -moz-box-pack: start;
    justify-content: flex-start;
    position: relative;
    list-style: none;
}
.top-section__sponsors-item {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center
}
.top-section__sponsors-item_text {
}
.top-section__sponsors-box {
    min-width: 290px;
    display: -moz-box;
    display: flex;
    -moz-box-pack: start;
    justify-content: flex-start
}
.top-section__sponsors-list {
    position: relative;
    overflow-x: hidden;
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-top: 100px;
        z-index: 2;
}
.top-section__sponsors-group {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}
.top-section__sponsors-group:first-child, .top-section__sponsors-group:nth-child(2) {
    -webkit-animation: career-sponsors--right 50s linear infinite;
    -moz-animation: career-sponsors--right 50s linear infinite;
    animation: career-sponsors--right 50s linear infinite
}
.sponsors-group:first-child, .sponsors-group:nth-child(2) {
    -webkit-animation: career-sponsors--left 50s linear infinite;
    -moz-animation: career-sponsors--left 50s linear infinite;
    animation: career-sponsors--left 50s-o linear infinite
}
.top-section__sponsors-group .top-section__sponsors-item {
    width: 360px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.top-section__sponsors-group .top-section__sponsors-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-section__sponsors-group .top-section__sponsors-item li, .top-section__sponsors-wrapper {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center
}
.top-section__sponsors-wrapper {
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    overflow-x: hidden;
    position: relative
}
.servic .top-section__sponsors-group .top-section__sponsors-item p{
    font-size: 160px;
    font-family: 'font';
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
    .top-section__sponsors-group .top-section__sponsors-item{
        width: 220px;
        height: 140px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .top-section__sponsors-group .top-section__sponsors-item{
        width: 240px;
        height: 160px;
    }
    .top-section__sponsors-group .top-section__sponsors-item img{
        width: 100%;
        height: 160px;
    }
}
.desk-none{
    display: none;
}
.footer{
    display: flex;
    justify-content: space-between;
    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; 
}
/**/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .first, .bg_one, .bg_two{
        height: calc(100vh + 1100px)
    }
    .qr{
        margin-top: 55vh;
    }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
    .first, .bg_one, .bg_two{
        height: calc(100vh + 1150px)
    }
    .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, .bg_one, .bg_two{
        height: 220vh;
    }
    .first-con .button{
        position: fixed;
        z-index: 20;
        bottom: 5vh;
    }
    .social{
        margin-top: 5vh;
        z-index: 10;
    }
    .button__big{
        width: 60px;
        height: 60px;
    }
    .first h1{
        font-size: 2.1em;
        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;
    }
    .footer, .footer div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer span{
        margin-top: 10px;
    }
}