@font-face {
    font-family: inter;
    src: url("../fonts/inter.woff2");
}

@font-face {
    font-family: "Kode Mono";
    src: url("../fonts/KodeMono-Regular.woff2");
}

#confirmButton{
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}

html{
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    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: #FFF;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.panamafantasyfootball_header__fixed{
    position: fixed;
    z-index: 10000;
    background: #FFF;
    width: 100%;
    top: 0px;
    left: 0;
}

.panamafantasyfootball_header__wrappper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.panamafantasyfootball_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .panamafantasyfootball_header__box{
    padding-top: 50px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  .header__block{
    max-width: 1030px;
    width: 100%;
  }


  .panamafantasyfootball_header__links{
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 0;
    list-style: none;
  }

  .panamafantasyfootball_header__burger{
    display: none;
  }

  .panamafantasyfootball_header__block{
    max-width: 900px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
    padding: 40px;
  }

  .panamafantasyfootball_header__sub{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; 
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    max-width: 353px;
    margin-bottom: 20px;
  }


  .panamafantasyfootball_header__link{
    color: #312727;
    font-size: 14px;
    font-weight: 600;
    font-family: "Kode Mono";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }

  .panamafantasyfootball_header__link:hover{
    color: #1C5923;
    border-bottom: 1px solid #1C5923;
    transition: 0.4s;
  }

  .header__link_act{
    display: flex;
    padding: 4px 8px;
    justify-content: flex-end;
    color: #C42727;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #C42727;
  }


  .panamafantasyfootball_header{
    background: url("../img/header-background.webp") no-repeat center bottom/cover;
    margin-bottom: 0px;
    padding-bottom: 160px;
    padding-top: 180px;
  }

  .panamafantasyfootball_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .panamafantasyfootball_header__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header__wrap{
    justify-content: center;
  }

  .panamafantasyfootball_header__images{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .panamafantasyfootball_header__title{
    color: #FFF;
    font-size: 48px;
    font-family: "Kode Mono";
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .panamafantasyfootball_header__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .panamafantasyfootball_header__form{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .panamafantasyfootball_header__input{
    padding: 14px 16px;
    border-radius: 100px;
    border: 1px solid #E6E6E6;
    background: rgba(255, 255, 255, 0.70);
    width: 100%;
    margin-bottom: 24px;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }

  .panamafantasyfootball_header__btn{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    border: none;
    cursor: pointer;
    width: 246px;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
    color: #FFF;
    font-family: "Kode Mono";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
    transition: 0.4s;
  }

  .panamafantasyfootball_header__btn:hover{
    background: #fff;
    color: #000;
    transition: 0.4s;
  }

  .panamafantasyfootball_header__play{
    display: flex;
    justify-content: center;
    color: #FFF;
    
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 295px;
    padding: 12px 15px;
    border-radius: 20px;
    background: #E90707;
    border: 1px solid #E90707;
    transition: 0.4s;
    margin-bottom: 20px;
  }

  .panamafantasyfootball_header__play:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s;
  }

.panamafantasyfootball_info {
    padding-top: 80px;
}

.panamafantasyfootball_info__left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
}

.panamafantasyfootball_info__title {
    color: #591C1C;
    font-family: "Kode Mono";
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.panamafantasyfootball_info__items {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
}
.panamafantasyfootball_info__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 16px;
    max-width: 413px;
    width: 100%;
}

.panamafantasyfootball_info__head {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 40px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.panamafantasyfootball_info__text {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.panamafantasyfootball_about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.panamafantasyfootball_about__wrap {

    padding: 60px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 22.5px 0px rgba(161, 161, 161, 0.25);

}

.panamafantasyfootball_about__content{
    background-image: url("../img/soccer-images-1.webp");
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.panamafantasyfootball_about__right {
    max-width: 540px;
}
.panamafantasyfootball_about__title {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_about__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 32px;
}
.panamafantasyfootball_about__link {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    border: none;
    cursor: pointer;
    width: 246px;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
    color: #FFF;
    font-family: "Kode Mono";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 0.4s;
}

.panamafantasyfootball_about__link:hover {
    background: #fff;
    color: #000;
    transition: 0.4s;
}


.panamafantasyfootball_block1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFEBEB 0%, #FFF 100%);
}
.panamafantasyfootball_block1__box {
    display: flex;
    justify-content: space-between;
}
.panamafantasyfootball_block1__content {
    max-width: 608px;
    width: 100%;
}
.panamafantasyfootball_block1__title {
    color: #591C1C;
    font-size: 27px;
    font-family: "Kode Mono";
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_block1__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 25px;
}

.panamafantasyfootball_block1__wrap{
    width: 100%;
    background: url("../img/soccer-images-2.webp") no-repeat center right;
}



.panamafantasyfootball_block2 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.panamafantasyfootball_block2__box {
    display: flex;
    justify-content: space-between;
}
.panamafantasyfootball_block2__content {
    max-width: 816px;
    width: 100%;
}
.panamafantasyfootball_block2__title {
    color: #591C1C;
    font-size: 28px;
    font-family: "Kode Mono";
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_block2__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 25px;
}

.panamafantasyfootball_block2__text:last-child {
    margin-bottom: 0;
}

.panamafantasyfootball_block2__wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: url("../img/soccer-images-3.webp") no-repeat center left;
}


.panamafantasyfootball_block3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFEBEB 0%, #FFF 100%);
}
.panamafantasyfootball_block3__box {
    display: flex;
    justify-content: space-between;
}
.panamafantasyfootball_block3__content {
    max-width: 676px;
    width: 100%;
}
.panamafantasyfootball_block3__title {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_block3__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 29px;
}

.panamafantasyfootball_block3__text:last-child {
    margin-bottom: 0;
}

.panamafantasyfootball_block3__wrap{
    background: url("../img/soccer-images-4.webp") no-repeat center right;
    width: 100%;
}



.panamafantasyfootball_block4 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.panamafantasyfootball_block4__box {
    display: flex;
    justify-content: space-between;
}
.panamafantasyfootball_block4__content {
    max-width: 608px;
    width: 100%;
}
.panamafantasyfootball_block4__title {
    color: #591C1C;
    font-size: 28px;
    font-family: "Kode Mono";
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_block4__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}

.panamafantasyfootball_block4__text:last-child {
    margin-bottom: 0;
}

.panamafantasyfootball_block4__wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: url("../img/soccer-images-5.webp") no-repeat center left;
}


.panamafantasyfootball_block5 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFEBEB 0%, #FFF 100%);
}
.panamafantasyfootball_block5__box {
    display: flex;
    justify-content: space-between;
}
.panamafantasyfootball_block5__content {
    max-width: 609px;
    width: 100%;
}
.panamafantasyfootball_block5__title {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.panamafantasyfootball_block5__text {
    color: #545554;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 27px;
}

.panamafantasyfootball_block5__text:last-child {
    margin-bottom: 0;
}

.panamafantasyfootball_block5__wrap{
    width: 100%;
    background: url("../img/soccer-images-6.webp") no-repeat center right;
}


.panamafantasyfootball_future {
    padding-top: 80px;
}
.panamafantasyfootball_future__wrap {
    display: flex;
    align-items: center;
    background: url("../img/soccer-images-chart.webp") no-repeat center right;
    min-height: 400px;
}
.panamafantasyfootball_future__head {
    color: #591C1C;
    font-family: "Kode Mono";
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.panamafantasyfootball_future__content{
    max-width: 711px;
}

.panamafantasyfootball_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
}
.panamafantasyfootball_footer__logo {
    display: block;
    margin-bottom: 24px;
}
.panamafantasyfootball_footer__wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}
.panamafantasyfootball_footer__head {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 130%; /* 18.2px */
}
.panamafantasyfootball_footer__text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.panamafantasyfootball_footer__links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}
.panamafantasyfootball_footer__link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
}

.panamafantasyfootball_footer__link:hover {
    color: #C42727;
}
.panamafantasyfootball_footer__left{
    max-width: 1080px;
}

.panamafantasyfootball_footer__sup {
    color: #C42727;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%; 
}

.panamafantasyfootball_footer__content{
    display: flex;
    align-items: center;
    gap: 20px;
}

.mb0{
    margin-bottom: 0;
}

.modal_form {
    display: none; 
    justify-content: 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_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: #1B0000;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    display: flex;
}

.modal_form__title{
    color:  #FFF;
    text-align: center;
    
    font-size: 32px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal_form__left{
    width: 100%;
}

.modal_form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.modal_form__inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #FFF;
    font-size: 14px;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input{
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #121514;
    font-size: 14px;
    font-weight: 400;
}

.modal_form__input::placeholder{
    color: #121514;
}

.modal_form__btn{
    padding: 10px 20px;
    width: 100%;
    border-radius: 100px;
    background: #E90707;
    text-transform: uppercase;
    color: #FFF;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}

.modal_form__links{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}


.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s
}

.modal_form__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal__titleadd{
    font-family: "Kode Mono";
}

.modal__text{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links{
    color: #fff;
}

  
  .popup {
    display: none; 
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); 
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  .modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 24px;
    color: #591C1C;
    text-align: center;
    font-family: "Kode Mono";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 100px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
    color: #FFF;
    font-family: "Kode Mono";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 100%;
    max-width: 500px;
}

.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: flex;
    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: 600px;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #591C1C;
    font-family: "Kode Mono";
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #545554;
    font-family: "Kode Mono";
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 100px;
    background: linear-gradient(180deg, #C42727 0%, #120000 100%);
    color: #FFF;
    font-family: "Kode Mono";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid #273128;
    color: #273128;
    font-size: 16px;
    font-family: "Kode Mono";
    font-weight: 500;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    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: flex;
}


.info__title, .content__title{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .terms__list{
    margin-bottom: 10px;
}

.terms__info{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


  .desc__top{
    padding-top: 140px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.panamafantasyfootball_games__iframes{
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 462px;
    margin-bottom: 20px;
}

.panamafantasyfootball_games__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.panamafantasyfootball_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .panamafantasyfootball_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .panamafantasyfootball_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .panamafantasyfootball_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .panamafantasyfootball_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .panamafantasyfootball_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .panamafantasyfootball_header__line {
        height: 2px;
        background-color: #000;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background: #fff;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 74px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: flex; 
        justify-content: center;
        flex-direction: column;
    }


    .panamafantasyfootball_about__wrap{
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }

    .panamafantasyfootball_about__right{
        max-width: 100%;
    }

    .panamafantasyfootball_block1__box{
        flex-direction: column;
        gap: 20px;
    }

    .panamafantasyfootball_block2__box{
        flex-direction: column;
        gap: 20px;
    }
    .panamafantasyfootball_block3__box{
        flex-direction: column;
        gap: 20px;
    }
    .panamafantasyfootball_block4__box{
        flex-direction: column;
        gap: 20px;
    }
    .panamafantasyfootball_block5__box{
        flex-direction: column;
        gap: 20px;
    }

    .panamafantasyfootball_block1__content{
        max-width: 100%;
    }

    .panamafantasyfootball_block2__content{
        max-width: 100%;
    }

    .panamafantasyfootball_block3__content{
        max-width: 100%;
    }

    .panamafantasyfootball_block4__content{
        max-width: 100%;
    }

    .panamafantasyfootball_block5__content{
        max-width: 100%;
    }

    .block4__images{
        order: 1;
    }

    .panamafantasyfootball_footer__wrap{
        flex-direction: column;
    }

    .panamafantasyfootball_footer__links{
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .panamafantasyfootball_info__items{
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    .panamafantasyfootball_info__item{
        max-width: 275px;
    }

    .panamafantasyfootball_about__content {
        background-image: url(../img/soccer-images-1-mob.webp);
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 320px;
    }

    .panamafantasyfootball_block1__wrap {
        background: url(../img/soccer-images-2-mob.webp) no-repeat center bottom;
        padding-bottom: 260px;
    }

    .panamafantasyfootball_block2__wrap {
        background: url(../img/soccer-images-3-mob.webp) no-repeat center bottom;
        padding-bottom: 260px;
    }

    .panamafantasyfootball_block3__wrap {
        background: url(../img/soccer-images-4-mob.webp) no-repeat center bottom;
        padding-bottom: 260px;
    }

    .panamafantasyfootball_block4__wrap {
        background: url(../img/soccer-images-5-mob.webp) no-repeat center bottom;
        padding-bottom: 260px;
    }

    .panamafantasyfootball_block5__wrap {
        background: url(../img/soccer-images-6-mob.webp) no-repeat center bottom;
        padding-bottom: 260px;
    }

    .panamafantasyfootball_future__wrap {
        background: url(../img/soccer-images-chart-mob.webp) no-repeat center bottom;
        min-height: 300px;
    }

    .panamafantasyfootball_future__content {
        padding-bottom: 270px;
    }

    .desc{
        display: none;
    }

    .mob{
        display: flex;
    }

    .panamafantasyfootball_footer__sup{
        text-align: center;
    }

    .panamafantasyfootball_footer__left {
        max-width: 400px;
    }

    .panamafantasyfootball_footer__content{
        justify-content: space-between;
    }

}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .panamafantasyfootball_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
    }

    .panamafantasyfootball_block1{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_block2{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_block3{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_block4{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_block5{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_header__block{
        padding: 20px;
    }

    .panamafantasyfootball_header__title{
        font-size: 24px;
        margin-bottom: 12px;
    }

    .panamafantasyfootball_header__subtitle{
        font-size: 16px;
    }

    .panamafantasyfootball_header__input{
        font-size: 10px;
    }

    .panamafantasyfootball_header__btn{
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
    }

    .panamafantasyfootball_header{
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_header__logo {
        max-width: 150px;
    }

    .menu{
        top: 60px;
    }

    .panamafantasyfootball_info {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .panamafantasyfootball_info__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .panamafantasyfootball_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panamafantasyfootball_about__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_about__text{
        font-size: 14px;
    }

    .panamafantasyfootball_about__link{
        padding: 10px 20px;
        font-size: 12px;
    }

    .panamafantasyfootball_about__link{
        width: 100%;
    }

    .panamafantasyfootball_block1__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_block1__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .panamafantasyfootball_block2__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_block2__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .panamafantasyfootball_block3__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_block3__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .panamafantasyfootball_block4__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_block4__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .panamafantasyfootball_block5__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .panamafantasyfootball_block5__text{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .panamafantasyfootball_future {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .panamafantasyfootball_future__head{
        font-size: 28px;
    }

    .panamafantasyfootball_footer__logo{
        max-width: 200px;
    }


    .panamafantasyfootball_header {
        background: url(../img/header-background-mob.webp) no-repeat center bottom / cover;
    }

    .panamafantasyfootball_info__left{
        width: 64px;
        height: 64px;
    }

    .panamafantasyfootball_about__content{
        background-size: 245px;
        padding-top: 260px;
    }

    .panamafantasyfootball_about__text{
        margin-bottom: 15px;
    }

    .panamafantasyfootball_block1__wrap{
        background-size: 286px;
        padding-bottom: 225px;
    }

    .panamafantasyfootball_block2__wrap{
        background-size: 286px;
        padding-bottom: 225px;
    }

    .panamafantasyfootball_block3__wrap{
        background-size: 286px;
        padding-bottom: 225px;
    }

    .panamafantasyfootball_block4__wrap{
        background-size: 286px;
        padding-bottom: 225px;
    }

    .panamafantasyfootball_block5__wrap{
        background-size: 286px;
        padding-bottom: 225px;
    }

    .panamafantasyfootball_future__wrap {
        background: url(../img/soccer-images-chart-mob.webp) no-repeat center bottom;
        background-size: 285px;
        min-height: 300px;
    }

    .panamafantasyfootball_footer__left {
        max-width: 180px;
    }

    .panamafantasyfootball_footer__link{
        font-size: 12px;
    }

    .panamafantasyfootball_footer__links {
        gap: 10px;
    }

    .panamafantasyfootball_footer__content{
        align-items: flex-start;
    }
}