@font-face {
    font-family: 'Euclid Circular A';
    src: url(../fonts/Euclid\ Circular\ A\ Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url(../fonts/Euclid\ Circular\ A\ Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url(../fonts/Euclid\ Circular\ A\ SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url(../fonts/Euclid\ Circular\ A\ Bold.ttf);
    font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body{
    background: url(../images/backgroud_site.jpg) no-repeat top center;
    background-size: cover;
    font-family: 'Euclid Circular A';
}

@media (min-width: 992px) {
    .container{
        max-width: 956px;
    }
}

.dropdown-toggle::after{
    content: none;
}

.header{
    padding: 30px 0;
}

.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__right{
    display: flex;
    align-items: center;
    gap: 28px;
}

.header__nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0;
    padding: 0;
}

.header__nav-link{
    font-size: 15.94px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.header__nav-link:hover{
    color: #51E08A;
}

.header__lang-dropdown{
    background: none;
    border: 0.7px solid rgba(255, 255, 255, 0.25);
    border-radius: 56px;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
}

.header__burger {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
}

.mobile-nav {
  list-style: none;
  padding: 0;
}

.mobile-nav li {
  margin-bottom: 18px;
}

.mobile-nav a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.mobile-nav a:hover {
  color: #51E08A;
}

.myauto{
    padding: 5px 0;
}

.myauto__logo{
    text-align: right;
}

.myauto__left{
    margin-top: -50px;
}

.myauto__cobalt{
    margin-top: -50px;
}

.myauto__go{
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myauto__go-btn{
    height: 56px;
    display: inline-block;
    line-height: 56px;
    background: #51E08A;
    padding: 0 38px;
    border-radius: 12px;
    color: #010330;
    font-size: 22.5px;
    font-weight: 600;
    text-decoration: none;
}

.myauto__go-btn2{
    height: 56px;
    display: inline-block;
    line-height: 56px;
    background: #FFEA00;
    padding: 0 38px;
    border-radius: 12px;
    color: #010330;
    font-size: 22.5px;
    font-weight: 600;
    text-decoration: none;
}

.myauto__go-btn:hover{
    background: #69fc9c;
}

.myauto__go-text{
    font-size: 17.5px;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.myauto__go-text>span{
    color: #FFEA00;
}

.download{
    padding: 300px 0 100px;
}

.download__title{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.download__title>span{
    color: #0077FF;
}

.download__box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line{
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: flex;
    overflow: hidden;
    height: 53px;
    margin-bottom: 150px;
}

.line__flex{
    grid-column-gap: 2.63rem;
    grid-row-gap: 2.63rem;
    background-color: #51E08A;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 120vw;
    height: 53px;
    padding: 0;
    transform: rotate(5deg);
}

.line2 .line__flex{
    transform: rotate(-5deg);
}

.line__item{
    grid-column-gap: 1.38rem;
    grid-row-gap: 1.38rem;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    line-height: 53px;
    display: flex;
    font-size: 22.11px;
    font-weight: 700;
    color: #00002A;
}

.rules{
    padding: 50px 0;
}

.rules__title{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.rules__list{
    display: flex;
    gap: 40px;
    margin-bottom: 100px;
}

.rules__item{
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 18px 34px;
}

.rules__item-title{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

.rules__item-title>span{
    color: #51E08A;
}

.rules-info{
    max-width: 642px;
    margin: 0 auto;
    background: #FFEA00;
    border-radius: 24px;
    text-align: center;
    padding: 25px 30px 20px;
    color: #00002A;
    font-size: 25px;
    font-weight: 700;
}

.prizes{
    padding: 115px 0;
}

.prize__title{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.prize__text{
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.prize__text>span{
    font-weight: 700;
    color: #FFEA00;
}

.prize__text>span.prize__text2{
    color: #51E08A;
}

.prize__img{
    text-align: center;
    padding-top: 100px;
}

.pay{
    padding: 0 0 150px;
}

.pay__title{
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 72px;
}

.pay__list{
    display: flex;
    gap: 17.5px;
    justify-content: center;
}

.pay__item{
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    padding: 17px 32px 0;
}

.pay__step{
    height: 32px;
    line-height: 32px;
    background: #51E08A;
    border-radius: 32px;
    color: #000;
    font-size: 14.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    padding: 0 25px;
}

.pay__text{
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.pay__text>span{
    color: #51E08A;
}

.pay__item2{
    padding: 0 25px 20px;
}

.pay__item2 .pay__step{
    background: #FFEA00;
}

.footer{
    padding: 50px 0 75px;
}

.footer__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 55px;
}

.footer__logo{
    margin-bottom: 50px;
}

.footer__contacts{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 35px;
}

.footer__contact{
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer__contact-label{
    color: #A5A4AC;
    font-size: 9px;
    line-height: 13px;
}

.footer__contact-value{
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.footer__copy{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

.footer__right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer__top{
    display: flex;
    gap: 35px;
}

.footer__apps{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__apps-item>img{
    width: 97px;
}

.footer__socials{
    display: flex;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.footer__socials-item{
    color: #C4C8CC;
    font-size: 18px;
}

.footer__bottom{
    display: flex;
    gap: 40px;
    align-items: center;
}

.footer__bottom-copy{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.footer__lang{
    color: #9E9E9E;
    font-size: 12px;
    text-decoration: none;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: calc(100% - 40px);
  max-width: 420px;
  padding: 0;
  z-index: 999;
  transition: transform .35s ease;
}

.sticky-cta-btn {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #51E08A;
  color: #010330;
  font-size: 22px;
  font-weight: 700;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

/* На iPhone с FaceID (safe-area) */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .sticky-cta {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .sticky-cta {
    bottom: 12px;
    width: calc(100% - 24px);
  }
}


@media screen and (max-width: 991px) {
    .myauto__cobalt > img{
        width: 100%;
    }

    .rules__item-title{
        font-size: 15px;
        line-height: 18px;
    }

    .download{
        padding: 100px 0;
    }

    .header__lang-dropdown{
        color: #000;
        border-color: #000;
    }

    .myauto{
        zoom: 0.7;
    }

    .myauto__left>img{
        max-width: 65%;
    }

    .myauto__go{
        flex-direction: column;
        margin-top: 0;
        gap: 30px;
    }

    .download{
        padding: 60px 0;
        zoom: 0.7;
    }

    .download__box{
        flex-direction: column;
    }

    .line{
        padding: 4rem 0;
        margin-bottom: 70px;
    }
    
    .line__item{
        font-size: 18px;
    }

    .rules{
        padding: 20px 0;
    }

    .rules__title{
        font-size: 28px;
        margin-bottom: 40px;
    }

    .rules__list{
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .rules__item{
        height: 100px;
        text-align: center;
    }
    
    .rules-info{
        font-size: 18px;
    }

    .prizes{
        padding: 60px 0;
    }

    .prize__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .prize__text{
        font-size: 16px;
    }

    .prize__img{
        padding-top: 50px;
    }
    
    .prize__img>img{
        max-width: 100%;
    }

    .pay{
        padding: 0 0 50px;
    }

    .pay__title{
        font-size: 28px;
        margin-bottom: 40px;
    }

    .pay__list{
        flex-direction: column;
        gap: 20px;
    }

    .footer{
        padding: 30px 0 50px;
    }

    .footer__box{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding-top: 20px;
    }

    .footer__logo{
        margin-bottom: 20px;
    }

    .footer__contacts{
        margin-bottom: 20px;
    }

    .footer__right{
        align-items: flex-start;
    }
}