@import url(../vendor/fonts/fonts.css);
@import url(../vendor/normalize.css);

.page {
    margin: 0 auto;
    color: white;
    font-family: 'Gilroy', Arial, sans-serif;
    max-width: 1920px;



}

.body {
    margin: 0;
    background-image: url(../images/fon.png);
    background-repeat: no-repeat;
    max-width: 1920px;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    flex-shrink: 0;
 
    margin-left: auto;
    margin-right: auto;

}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-behavior: smooth;
    overflow-x: hidden;

}
@media  screen and (max-width: 1200px){
    .page{
        margin-left: 20px;
        margin-right: 20px;

    }
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

.header__links {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: 214px;
  
}
.burger__close{
    display: none;
}
.header__links-elements{
    display: flex;
    flex-direction: row;
    gap: 40px;
    
}
.header__link {
    text-decoration: none;
    color: #FFF;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__link:hover, .header__link:focus {
    text-decoration: none;
    color: #FFF;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__button {
    /*width: 277px;
    height: 45px;*/
    padding: 15px 50px;
    background: linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%);
    flex-shrink: 0;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

/* Стили для кнопки на мобильных экранах */
@media (max-width: 768px) {
    .header__button {
        padding: 5px 10px; /* Меньший отступ для мобильных экранов */
        text-align: center;
        vertical-align: middle;
        display: flex; /* Используем flexbox */
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center; /* Центрируем по вертикали */
    }
}


.header__button-burger{
    display: none;
}
@media  screen and (max-width: 1200px){
    .header__links{
        margin-right: auto;
    }
    .header__links-elements{
        gap:10px;

    }
}
@media  screen and (max-width: 900px){
    .header__links{
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 0;
        height: 100%;
        z-index: 1;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        transition: width .2s linear, visibility .2s linear;
    
    }
    .burger__close{
        position: absolute;
        display: block;
        background-image: url(../images/burgerClose.svg);
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        top: 20px;
        right:  20px;
        width: 36px;
        height: 36px;
        z-index: 3;
        background-size: contain;
        cursor: pointer;

    }
    .header__links-elements{
        background-color: rgba(0,0,0,0.7);
        height: 100%;
        width: 520px;
        z-index: 2;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 250px;
        margin: 0 0 0 auto;
        backdrop-filter: blur(10px);
    }
 
    .header__logo{
        margin-right: auto;
    }
    .header__links-open{
        background-color: rgba(0,0,0,.3);
    height: 100%;
    visibility: visible;
    width: 100%;
  

}
    .header__button-burger{
        display: block;
        background-image: url(../images/burger.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
height: 30px;
background-color: transparent;
border: none;
margin-left: 15px;
cursor: pointer;
    }
}
.go {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 67px;
    margin-bottom: 105px;

    justify-content: space-between;
}
.go__list-mobile{
    display: none;
}
.go__texts {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.promo {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: start;
}
@media  screen and (max-width: 930px){
    .promo{
        flex-direction: column;
        gap: 4px;
    }
}

@media  screen and (max-width: 680px){
    .promo{
       width: 400px;
    }
}


.promo__link {
    text-decoration: none;
    fill: rgba(253, 126, 20, 0.05);
    stroke-width: 1px;
    stroke: var(--, #FF5050);
    backdrop-filter: blur(3.5px);
    flex-shrink: 0;
    border: 1px #FF5050 solid;
    /* background-color: var(--, linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%)); */

    color: #FFF;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 20px;
    border-radius: 30px;
}

.go__titles {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.go__title {
    margin: 0;
    font-family: Gilroy;
    font-size: 130px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 5.2px;
    text-transform: uppercase;
    background: linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.go__subtitle {
    color: #FFF;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    max-width: 410px;
}

.go__buttons {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 36px;
    align-items: center;
}

.go__button-play {
    display: flex;
    flex-direction: column;
    background-image: url(../images/buttonPlay.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    padding: 0;
    width: 96px;
    height: 105px;
    border: none;
    position: relative;
    cursor: pointer;
    transform: scale(1);
    transition: transform ease-in-out 1s;


}

.go__button-spans {
    display: flex;
    flex-direction: row;
    width: 30%;

}

.go__button-play_span {
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: absolute;
    left: 45%;
    top: -8%;


}

.go__button-play_span:nth-of-type(-n+13) {

    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 65% 100%;
    padding-bottom: 50%;
}

.go__button-play_span:nth-of-type(1) {
    transform: rotate(-50.207deg);

}

.go__button-play_span:nth-of-type(2) {
    transform: rotate(-40.627deg);

}

.go__button-play_span:nth-of-type(3) {
    transform: rotate(-31.204deg);

}

.go__button-play_span:nth-of-type(4) {
    transform: rotate(-23.141deg);

}

.go__button-play_span:nth-of-type(5) {
    transform: rotate(-14.945deg);

}

.go__button-play_span:nth-of-type(6) {
    transform: rotate(-6.405deg);

}
.go__button-play_span:nth-of-type(7) {
    transform: rotate(1.327deg);

}
.go__button-play_span:nth-of-type(8) {
    transform: rotate(8.165deg);

}
.go__button-play_span:nth-of-type(9) {
    transform: rotate(19.276deg);

}
.go__button-play_span:nth-of-type(10) {
    transform: rotate(27.4deg);

}
.go__button-play_span:nth-of-type(11) {
    transform: rotate(36.242deg);

}
.go__button-play_span:nth-of-type(12) {
    transform: rotate(44.792deg);

}
.go__button-play_span:nth-of-type(13) {
    transform: rotate(53.34deg);

}

.go__button-play::before{
    content: '';
    position: absolute;
    border: 20px solid rgba(255, 127, 127, 0.12);
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    z-index: 2;
}
.go__button-play:hover{
    transform: scale(1.2);
}
@keyframes pulse{
    0%{
        transform: scale(0.2);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 0.4;
    }
    90%{
        opacity: 0.2;
    }
    100%{
        opacity: 0;
    }
}

.go__button{
 
    width: 293px;
    height: 90px;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%);

    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08), 0px 13px 13px 0px rgba(0, 0, 0, 0.07), 0px 30px 18px 0px rgba(0, 0, 0, 0.04), 0px 52px 21px 0px rgba(0, 0, 0, 0.01), 0px 82px 23px 0px rgba(0, 0, 0, 0.00);
    color: #FFF;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 19px;
    display: flex;
}



.go__list{
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 175px;
    width: 100%;
}

.go__list-link{
    fill: rgba(253, 126, 20, 0.05);
stroke-width: 1px;
backdrop-filter: blur(3.5px);
border: double  1px transparent;
width: 100%;
flex-shrink: 0;
text-align: center;
align-items: center;
padding-top: 7px;
padding-bottom: 7px;
cursor: pointer;
position: relative;

border-radius: 50px;


}
.go__link{
    color: #FFF;
font-family: Gilroy;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
padding: 0;
}
.go__list-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px; 
    background: linear-gradient(to right, #FF5050, #FD7E14 ) border-box; 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
            border: double  1px transparent;

  }

  @media  screen and (max-width: 850px){
    .go__list{
        display: none;
    }
    .go__list-mobile{
        display: grid;
    grid-template-columns: repeat(1, auto);
    grid-column-gap: 18px;
    grid-row-gap: 9px;

    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 220px;
    width: 100%;
    margin-top: 28px;

    }

}
.waiting{
    display: flex;
    flex-direction: column;
  
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    
}

.waiting__grid{
    display: flex;
    flex-direction: row;
    gap: 30px;

}

.waiting__grid-element{
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    width: 175px;
    height: 117.716px;
}

.waiting__grid-element::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px; 
    background: linear-gradient(to right, #FF5050, #FD7E14 ) border-box; 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
            border: double  1px transparent;

  }

  .waiting__grid-element_title{
    margin: 0;
    -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFF;
color: transparent;
font-family: Gilroy;
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: normal;
  }
  .waiting__grid-element_subtitle{
    color: #FFF;
font-family: Gilroy;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.4px;
margin: 0;
margin-top: 10px;

  }

  .waiting__title{
    margin: 0;
    margin-bottom: 27px;
    font-family: Gilroy;
font-size: 65px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: 2.6px;

background:  linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }


  .footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .footer__logo{
    object-fit: contain;
  }



  @media  screen and (max-width: 680px){
    .go__title{
        font-size: 110px;
    }
    .waiting__grid{
        display: grid;
        grid-template-columns: repeat(2, auto);
    }
    .waiting__grid-element{
        width: 100%;
    }
    .footer{
        gap: 25px;
    }
    .header__links-elements{
        width: 100%;
    }
  }


  @media  screen and (max-width: 680px){
    .go__title{
        font-size: 85px;
    }
    .go__subtitle{
        font-size: 22px;

    }
}
.go__button-image_mob{
    display: none;
}
@media  screen and (max-width: 510px){
    .footer__logo{
        max-width: 40px;
        width: 100%;
    }
    .footer__logo-visa{
        max-width: 84px;
        width: 100%;
    }
    .go__button{
        width: 247px;
        height: 66px;
        gap: 7px;
        font-size: 15px;

    }
    .go__button-image{
        display: none;
    }
    .go__button-image_mob{
        display: block;
        object-fit: contain;
    }
    .go__button-play{
        width: 83.329px;
height: 83.329px;
    }
    .go__buttons{
        gap: 18px;
    }
    .header__button{
        width: 112px;
height: 27px;
font-size: 8px;
    }

    .body{
        background-image: url(../images/fonMob.png);
        background-attachment: unset;
    }
    .page{
        margin-left: 13px;
        margin-right: 13px;
    }
    .go__button-play_span{
        font-size: 10px;
    }
}
.promo__link-mobile{
    display: none;
}
@media  screen and (max-width: 477px){
    .promo{
        width: 328px;
    }
    .promo__link{
        padding: 8px 10px;
        font-size: 12px;

    }
    .promo__link-mob{
        max-width: 267px;
    }
    .promo__link-mobile{
        display: block;
      
            text-decoration: none;
            fill: rgba(253, 126, 20, 0.05);
            stroke-width: 1px;
            stroke: var(--, #FF5050);
            backdrop-filter: blur(3.5px);
            flex-shrink: 0;
            border: 1px #FF5050 solid;
            /* background-color: var(--, linear-gradient(255deg, #FF5050 8.03%, #FD7E14 80.29%)); */
        
            color: #FFF;
            font-family: Gilroy;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 8px 10px;
            border-radius: 30px;
        
    }
    .promo__link-desc{
        display: none;
    }
    .go__title{
        font-size: 70px;
    }
    .go{
        margin-bottom: 55px;
    }
    .go__list-mobile{
        grid-template-columns: repeat(2, 102px);
    }
    .go__link{
        font-size: 10px;

    }
    .waiting__grid{
        grid-template-columns: repeat(1, 265px);
        justify-content: center;
        gap: 27px;
    }
    .waiting{
        align-items: center;
    }
    .waiting__title{
        font-size: 35px;
        margin-bottom: 40px;

    }
    .footer{
        max-width: 342px;
        margin-top: 26px;
    }
}


.hover-button:hover{
    opacity: 0.7;
   
}

.hover-button{
    opacity: 1;
    transition: opacity ease-in-out 1s;
    cursor: pointer;
}



.hover-link{
    opacity: 1;
    transition: opacity ease-in-out 1s;
    cursor: pointer;
}