@font-face {
    font-family: 'inter';
    src: url("../apostaryvencer_fonts/apostaryvencer-inter.woff2");
}

@font-face {
    font-family: 'inter-blold';
    src: url("../apostaryvencer_fonts/apostaryvencer-inter-bold.woff2");
}
#confirmButton{
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: 'inter';
    background: #000;
  }


.body__container {
    max-width: 1170px;
    margin: 0 auto;
}

.body__container_dop {
    max-width: 1170px;
    margin: 0 auto;
}

.apostaryvencer_header__fixed{
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    top: 0px;
    left: 0;
}

.apostaryvencer_header__wrappper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.apostaryvencer_header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 21px;
    padding-bottom: 21px;
    border-radius: 10px;
  }

  .apostaryvencer_header__box{
    padding-top: 130px;
  }

  .header__link__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }


  .apostaryvencer_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 40px;
  }

  .apostaryvencer_header__burger{
    display: none;
  }


  .apostaryvencer_header__link{
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .apostaryvencer_header__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
  }


  .apostaryvencer_header{
    background: url("../apostaryvencer_img/apostaryvencer-header-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .header__bg{
    padding-top: 0;
    padding-bottom: 0;
  }

  .apostaryvencer_header__block{
    max-width: 350px;
  }

  .apostaryvencer_header__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }

  .apostaryvencer_header__title{
    color: #FFF;
    font-size: 48px;
    font-family: 'inter-blold';
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .apostaryvencer_header__subtitle{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
  }

  .apostaryvencer_header__download{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    height: 40px;
    padding: 10px;
    background: #28EB1A;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .apostaryvencer_header__images{
    position: absolute;
    right: 0;
  }

  .apostaryvencer_header__download:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
  }

.apostaryvencer_info {
    background: #28EB1A;
    padding-top: 10px;
    padding-bottom: 10px;
}


.apostaryvencer_about {
    padding-top: 80px;
    padding-bottom: 80px;
}
.apostaryvencer_about__top {
    max-width: 505px;
    margin-bottom: 60px;
}
.apostaryvencer_about__title {
    color: #FFF;
    font-size: 36px;
    font-family: 'inter-blold';
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.apostaryvencer_about__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.apostaryvencer_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.apostaryvencer_about__content {
    max-width: 820px;
    width: 100%;
}
.apostaryvencer_about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    padding-left: 0;
    list-style: none;
}
.apostaryvencer_about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    max-width: 397px;
    width: 100%;
}
.apostaryvencer_about__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
}

.apostaryvencer_about__item:nth-child(1)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    background: url("../apostaryvencer_img/apostaryvencer-about-icon-1.webp") no-repeat center;
}

.apostaryvencer_about__item:nth-child(2)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    background: url("../apostaryvencer_img/apostaryvencer-about-icon-2.webp") no-repeat center;
}

.apostaryvencer_about__item:nth-child(3)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    background: url("../apostaryvencer_img/apostaryvencer-about-icon-3.webp") no-repeat center;
}

.apostaryvencer_about__item:nth-child(4)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 80px;
    background: url("../apostaryvencer_img/apostaryvencer-about-icon-4.webp") no-repeat center;
}

.apostaryvencer_download {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #101010;
}
.apostaryvencer_download__title {
    font-family: 'inter-blold';
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.apostaryvencer_download__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.apostaryvencer__contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.apostaryvencer_download__label {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.apostaryvencer__contact__input {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px 15px 20px;
    width: 610px;
    border: 1px solid #000;
    background: #E1E1E1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    margin-bottom: 20px;
}
.apostaryvencer__contact__btn {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    cursor: pointer;
    width: 140px;
    height: 40px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #28EB1A;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.apostaryvencer__contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}
.apostaryvencer__contact__messages {
    display: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.apostaryvencer_why {
    background: url("../apostaryvencer_img/apostaryvencer-why-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.apostaryvencer_why__title {
    font-family: 'inter-blold';
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.apostaryvencer_why__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
    max-width: 925px;
    margin: 0 auto;
}
.apostaryvencer_why__item {
    max-width: 295px;
    min-height: 218px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
            box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}
.apostaryvencer_why__head {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
    margin-bottom: 10px;
}
.apostaryvencer_why__text {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.48px;
}

.apostaryvencer_more {
    padding-top: 50px;
    padding-bottom: 50px;
}
.apostaryvencer_more__wrap {
    background: url("../apostaryvencer_img/apostaryvencer-more-background.webp") no-repeat center bottom;
    padding-bottom: 380px;
}
.apostaryvencer_more__title {
    font-family: 'inter-blold';
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.apostaryvencer_more__text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.apostaryvencer_more__item {
    padding-left: 20px;
}
.apostaryvencer_more__info {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apostaryvencer___box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.apostaryvencer___text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.apostaryvencer___text::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 40px;
    width: 100%;
    height: 20px;
    background: url("../apostaryvencer_img/apostaryvencer-information-age.webp") no-repeat center;
}

  .apostaryvencer_footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
  }

  .apostaryvencer_footer__left{
    max-width: 570px;
  }

  .apostaryvencer_footer__wrap{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .apostaryvencer_footer__right{
    max-width: 569px;
  }

  .apostaryvencer_footer__text{
    color:  #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .apostaryvencer_footer__box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .apostaryvencer_footer__left-top{
    margin-bottom: 63px;
  }

  .apostaryvencer_footer__link{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .footer__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;

  }
  .footer__link::after{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 24px;
    background: url("../apostaryvencer_img/apostaryvencer-footer-icon-age.webp") no-repeat center;
  }

  .apostaryvencer_footer__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    opacity: 0.5;
  }

  .apostaryvencer_footer__left-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 51px;
  }

  .apostaryvencer_footer__info{
    color: #28EB1A;
    display: inline-block;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .apostaryvencer_footer__info:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
  }

  .apostaryvencer_footer__content{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .apostaryvencer_footer__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .apostaryvencer_footer__item:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    padding: 15px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    background: #28EB1A;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    text-transform: capitalize;
  }

  .apostaryvencer_footer__item:nth-child(1):hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #B56900;
  }

  .apostaryvencer_footer__item:nth-child(2){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    padding: 15px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border: 1px solid #FFF;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12px */
    letter-spacing: -0.12px;
    text-transform: lowercase;
  }

  .apostaryvencer_footer__phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .apostaryvencer_footer__phone::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    background: url("../apostaryvencer_img/apostaryvencer-footer-icon-phone.webp") no-repeat center;
  }

.apostaryvencer_footer__email{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .apostaryvencer_footer__email::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 21px;
    height: 16px;
    background: url("../apostaryvencer_img/apostaryvencer-footer-icon-message.webp") no-repeat center;
  }


  .apostaryvencer_footer__item:nth-child(2):hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #B56900;
    color: #fff;
  }


  .modal {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    background: -webkit-gradient(linear, left top, right top, from(#B56900), to(#4F2E00)), #3E9D26;
    background: -o-linear-gradient(left, #B56900 0%, #4F2E00 100%), #3E9D26;
    background: linear-gradient(90deg, #B56900 0%, #4F2E00 100%), #3E9D26;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border: 1px solid #B56900;
    background: #0D0D0D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    max-width: 453px;
    border-radius: 5px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img{
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
  }

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 800px;
    border-top: 1px solid #B56900 ;
    background: #0D0D0D;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#B56900), to(#4F2E00)), #3E9D26;
    background: -o-linear-gradient(left, #B56900 0%, #4F2E00 100%), #3E9D26;
    background: linear-gradient(90deg, #B56900 0%, #4F2E00 100%), #3E9D26;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .content__list{
    padding-left: 20px;
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.left-bottom_mob{
    display: none;
}

.apostaryvencer_header__head{
    color: #FFF;
    
    font-size: 40px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.apostaryvencer_header__text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.apostaryvencer_header__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.header__bg{
    padding-bottom: 85px;
}

.apostaryvencer_point{
    padding-bottom: 80px;
    padding-top: 80px;
}

.apostaryvencer_point__title{
    color: #FFF;
    font-family: 'inter-blold';
    font-size: 36px;
    font-weight: 900;
    line-height: 100%; 
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.apostaryvencer_point__inner {
    margin-bottom: 40px;
}
.apostaryvencer_point__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.apostaryvencer_point__header-top-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: #08191D;
    max-width: 770px;
    width: 100%;
    min-height: 50px;
}

.apostaryvencer_point__header-top-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    background: #08191D;
    max-width: 400px;
    width: 100%;
    min-height: 50px;
}

.apostaryvencer_point__header-left-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    max-width: 770px;
    width: 100%;
    min-height: 50px;
}

.apostaryvencer_point__header-right-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    max-width: 400px;
    width: 100%;
    min-height: 50px;
}

.apostaryvencer_point__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.apostaryvencer_point__text{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.apostaryvencer_point__center{
    border-bottom: 4px solid #28EB1A;
    height: 50px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.apostaryvencer_point__bold{
    color: #28EB1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.apostaryvencer_point{
    margin-bottom: 60px;
}

.apostaryvencer_faq{
    padding-top: 50px;
    padding-bottom: 50px;
}

.apostaryvencer_faq__title{
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.accordion{
    max-width: 821px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
    padding: 20px 0px;
  }

  .apostaryvencer_faq__arrow{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    cursor: pointer;
    width: 30px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../apostaryvencer_img/apostaryvencer-faq-icon-arrow.webp);
    background-size: 20px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-repeat: no-repeat;
    background-position: center;
  }
.accordion__arrow_rotated {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

  .accordion__header {
    position: relative;
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: normal; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 0px;
    font-weight: 600;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  .accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__text{
    max-width: 650px;
    margin-bottom: 10px;
  }

  .accordion__content {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }


.left-top__mob{
    display: none;
}

.main__block{
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1210px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body__container_dop{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    .apostaryvencer_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .apostaryvencer_header__links{
        display: none;
    }

    .apostaryvencer_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .apostaryvencer_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .apostaryvencer_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .apostaryvencer_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
            -ms-transform-origin: 7px;
                transform-origin: 7px;
    }
    
    .apostaryvencer_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        background: #141414;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 81px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }


    .header__bg{
        padding-bottom: 85px;
    }

    .apostaryvencer_header__images{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
    }

    .apostaryvencer_header__container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .body__container_dop{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .apostaryvencer_header__block{
        padding-left: 20px;
        padding-right: 20px;
    }

    .apostaryvencer_footer__box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
    }

    .apostaryvencer_footer__left{
        max-width: 100%;
    }

    .apostaryvencer_footer__right{
        max-width: 100%
    }

    .apostaryvencer_footer__left-top{
        margin-bottom: 40px;
    }

    .apostaryvencer_point__header-right-content{
        max-width: 168px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 0;
    }

    .apostaryvencer_point__header-left-content{
        max-width: 100%;
    }

    .apostaryvencer_point__header-top-right{
        max-width: 168px;
    }

    .apostaryvencer_point__header-top-left{
        max-width: 100%;
    }

    .play__left{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

@media (max-width: 768px) {
    .apostaryvencer__contact__input{
        width: 100%;
    }

    .apostaryvencer_why__item {
        max-width: 100%;
        min-height: auto;
    }

    .apostaryvencer_header {
        padding-top: 20px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .apostaryvencer_header__nav{
        padding-left: 16px;
        padding-right: 16px;
    }

    .apostaryvencer_header__block{
        padding-left: 16px;
        padding-right: 16px;
    }

    .apostaryvencer_header__title{
        font-size: 30px;
        margin-bottom: 5px;
        max-width: 159px;
    }

    .apostaryvencer_header__container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .body__container_dop{
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .apostaryvencer_header__download{
        width: 140px;
    }

    .apostaryvencer_header__subtitle{
        font-size: 16px;
        line-height: normal;
    }

    .apostaryvencer_header__box{
        padding-top: 110px;
    }

    .apostaryvencer_header{
       padding-bottom: 70px;
    }

    .apostaryvencer_header__box {
        padding-top: 166px;
    }

    .apostaryvencer_footer__button{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .apostaryvencer_footer__text{
        font-size: 12px;
    }

    .apostaryvencer_footer__content{
        font-size: 12px;
    }
    
    .apostaryvencer_footer__button{
        margin-bottom: 0px;
    }

    .left-bottom_mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }

    .left-bottom_mob_1{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        gap: 10px;
    }

    .left-bottom_desc{
        display: none;
    }

    .apostaryvencer_footer__item:nth-child(1){
        width: 100%;
    }
    .apostaryvencer_footer__item:nth-child(2){
        width: 100%;
    }

    .apostaryvencer_footer__left-top{
        margin-bottom: 0;
    }

    .apostaryvencer_header__head{
        font-size: 26px;
    }

    .apostaryvencer_header__text{
        font-size: 12px;
    }

    .apostaryvencer_point__text{
        font-size: 14px;
    }

    .apostaryvencer_point__bold{
        font-size: 14px;
    }

    .apostaryvencer_point__header-right-content{
        max-width: 68px;
        padding-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .apostaryvencer_point__header-left-content{
        max-width: 100%;
        padding-left: 10px;
    }

    .apostaryvencer_point__header-top-right{
        max-width: 68px;
        padding-left: 10px;
    }

    .apostaryvencer_point__header-top-left{

        max-width: 100%;
        padding-left: 10px;
    }

    .apostaryvencer_point__title{
        font-size: 22px;
        margin-bottom: 30px;
    }

    .apostaryvencer_point__subtitle{
        font-size: 14px;
    }

    .apostaryvencer_point__inner{
        margin-bottom: 30px;
    }

    .apostaryvencer_header__img{
        max-width: 200px;
        margin: 0 auto;
    }

    .apostaryvencer_footer__box{
        gap: 0;
    }


    .left-top__desc{
        display: none;
    }

    .left-top__mob{
        display: block;
        margin-bottom: 40px;
    }

    .apostaryvencer_header__nav{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .apostaryvencer_header__block{
        max-width: 100%;
    }

    .apostaryvencer___text{
        width: 100%;
        font-size: 11px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .apostaryvencer_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apostaryvencer_about__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .apostaryvencer_about__subtitle{
        font-size: 14px;
    }

    .apostaryvencer_about__top{
        margin-bottom: 20px;
    }

    .apostaryvencer_about__item{
        gap: 10px;
    }

    .apostaryvencer_about__text{
        font-size: 14px;
    }

    .apostaryvencer_about__items{
        gap: 20px;
    }

    .apostaryvencer_download {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apostaryvencer_download__title{
        font-size: 22px;
    }

    .apostaryvencer_download__subtitle{
        font-size: 14px;
    }

    .apostaryvencer_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apostaryvencer_why__title{
        font-size: 22px;
    }

    .apostaryvencer_why__text{
        font-size: 14px;
    }

    .apostaryvencer_why__items{
        gap: 10px;
    }

    .apostaryvencer_more {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apostaryvencer_more__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .apostaryvencer_more__text{
        font-size: 14px;
    }

    .apostaryvencer_more__info{
        font-size: 14px;
    }

    .apostaryvencer_more__wrap {
        background: url(../apostaryvencer_img/apostaryvencer-more-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-bottom: 100px;
    }

    .apostaryvencer_faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .apostaryvencer_faq__title{
        font-size: 22px;
    }

    .accordion__header{
        font-size: 16px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .accordion__text{
        margin-bottom: 0;
    }

    .footer__link{
        margin-bottom: 20px;
    }

    .apostaryvencer_footer__left-bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
        margin-bottom: 30px;
    }

    .apostaryvencer_point {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .main__block{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}