@font-face {
    font-family: 'Montserrat';
    src: url("/assets?p=%2F..%2Ffonts%2FMontserrat-Regular.ttf");
}


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: 'Montserrat';
    background: #FFF;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    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;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.fastchickenroad_header{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: url("/assets?p=%2F..%2Fimg%2Fbg__img.webp") no-repeat center;
    background-size: cover;
    min-height: 720px;
}

.fastchickenroad_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #FFF;
    backdrop-filter: blur(15px);
    top: 0px;
    left: 0;
}

.fastchickenroad_header__lang{
    display: none;
    width: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border: 2px solid #1D2123;
    background: #FFF;
    color: #1D2123;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
}

.fastchickenroad_header__lang:hover {
    transition: 0.4s;
    background: #1D2123;
    color: #FFF;
}

.active__lang{
    display: flex;
}

.fastchickenroad_header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fastchickenroad_header__box {
    padding-bottom: 80px;
}

.header__link__logo {
    display: flex;
    align-items: center;
}

.fastchickenroad_header__links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.fastchickenroad_header__burger {
    display: none;
}

.fastchickenroad_header__link {
    color: #161500;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
}

.fastchickenroad_header__buttons{
    display: flex;
    gap: 16px;
}

.fastchickenroad_header__link:hover {
    transition: 0.4s;
    color: #201A29;
    text-shadow: 0px 0px 4px #FF0FEB;
    opacity: 0.5;
}

.header__link_pay {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.header__link_log {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #1A291C;
    font-weight: 800;
    color: #1A291C;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.header__link_log:hover {
    background: #1A291C;
    color: #FFF;
}

.fastchickenroad_header__block {
    padding: 40px;
    max-width: 700px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    max-width: 100%;
}

.fastchickenroad_header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fastchickenroad_header__sub{
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fastchickenroad_header__title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%; 
    text-transform: uppercase;
}

.fastchickenroad_header__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.fastchickenroad_header__span{
    font-size: 46px;
}

.fastchickenroad_header__play {
    display: flex;
    justify-content: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    text-transform: capitalize;
    text-align: center;
    color: #FFF;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 12px;
}

.fastchickenroad_header__play:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.fastchickenroad_header__sign{
    display: flex;
    justify-content: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: transparent;
    border-radius: 10px;
    border: 2px solid #1A291C;
    text-align: center;
    color: #1A291C;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 12px;
}

.fastchickenroad_header__sign:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.fastchickenroad_header__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fastchickenroad_info {
    background: #F9F9F9;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fastchickenroad_info__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fastchickenroad_info__left {
    max-width: 608px;
    width: 100%;
}
.fastchickenroad_info__title {
    color: #FF8A00;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
}
.fastchickenroad_info__right {
    max-width: 608px;
    width: 100%;
}
.fastchickenroad_info__text {
    color: #5B5B5B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}

.fastchickenroad_description {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fastchickenroad_description__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fastchickenroad_description__left {
    max-width: 600px;
    width: 100%;
}
.fastchickenroad_description__title {
    color: #FF8A00;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fastchickenroad_description__subtitle {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px;
}
.fastchickenroad_description__head {
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
}
.fastchickenroad_description__text {
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%; /* 30px */
}
.fastchickenroad_description__right {
    max-width: 600px;
    width: 100%;
}

.fastchickenroad_game {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F9F9F9;
}

.fastchickenroad_game__title {
    color: #FF8A00;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fastchickenroad_game__subtitle {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px;
}
.fastchickenroad_game__items {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.fastchickenroad_game__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    max-width: 292px;
    width: 100%;
    min-height: 336px;
    padding: 24px 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 22.5px 0px rgba(161, 161, 161, 0.25);
}
.fastchickenroad_game__icons {
    margin-bottom: 32px;
}
.fastchickenroad_game__head {
    color: #FF8A00;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.fastchickenroad_game__text {
    color: #5B5B5B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}


.fastchickenroad_reviews {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fastchickenroad_reviews__title {
    color: #FF8A00;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fastchickenroad_reviews__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.fastchickenroad_reviews__item {
    max-width: 600px;
    width: 100%;
    min-height: 191px;
    padding: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
}
.fastchickenroad_reviews__icons {
    margin-bottom: 16px;
}
.fastchickenroad_reviews__text {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 16px;
}
.fastchickenroad_reviews__bottom {
    display: flex;
    align-items: center;
    gap: 24px;
}
.fastchickenroad_reviews__name {
    color: #010000;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}
.fastchickenroad_reviews__stars {
    display: flex;
}

.fastchickenroad_news {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("/assets?p=%2F..%2Fimg%2Fnew.webp") no-repeat center;
    background-size: cover;
}
.fastchickenroad_news__title {
    color: #FF8A00;
    text-shadow: 0px 0px 23.9px #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fastchickenroad_news__content{
    margin-bottom: 20px;
}

.fastchickenroad_news__list{
    padding-left: 20px;
}

.fastchickenroad_news__info{
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px;
}

.fastchickenroad_news__content {
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0; /* Начальное значение для анимации */
  }
  

.fastchickenroad_news__items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.fastchickenroad_news__item {
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    max-width: 400px;
    width: 100%;
    min-height: 170px;
}
.fastchickenroad_news__top {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.fastchickenroad_news__time {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.fastchickenroad_news__text {
    color: #161500;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
}
.fastchickenroad_news__link {
    color: #161500;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    transition: 0.4s;
}

.fastchickenroad_news__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.fastchickenroad_faq{
    background: #F9F9F9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fastchickenroad_faq__title{
    color: #FF8A00;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.accordion{
    max-width: 898px;
    margin: 0 auto;
}

.accordion__item {
    margin-bottom: 24px;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);
  }

  .accordion__header {
    color: #160A00;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    color: #160A00;
    font-weight: 500;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFF;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("/assets?p=%2F..%2Fimg%2Fplus.webp");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
  }

  .accordion__item_show .accordion__header::after,
  .accordion__item_slidedown .accordion__header::after {
    background-image: url("/assets?p=%2F..%2Fimg%2Fminus.webp");
  }

  .accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__content {
    color: #AF5F00;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }

  .fastchickenroad_faq__images{
    display: flex;
    justify-content: center;
  }


.fastchickenroad_parameters {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fastchickenroad_parameters__title {
    color: #FF8A00;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fastchickenroad_parameters__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.fastchickenroad_parameters__subtitle {
    color: #5B5B5B;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fastchickenroad_parameters__items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}
.fastchickenroad_parameters__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fastchickenroad_parameters__head {
    color: #161500;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 8px;
}
.fastchickenroad_parameters__text {
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.fastchickenroad_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #FF8A00;
    background: #FFF;
}

.fastchickenroad_footer__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fastchickenroad_footer__left {
    max-width: 316px;
    width: 100%;
}
.fastchickenroad_footer__logo {
    margin-bottom: 24px;
}
.fastchickenroad_footer__links {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.fastchickenroad_footer__link {
    color: #161500;
    font-size: 13px;
    font-weight: 600;
}
.fastchickenroad_footer__sup {
    color: #FF8A00;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
}
.fastchickenroad_footer__right {
    position: relative;
    max-width: 900px;
    width: 100%;
}
.fastchickenroad_footer__contact {
    position: absolute;
    left: 50%; 
    transform: translateX(-50%);
    bottom: 24px;
    max-width: 852px;
    width: 93%;
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
}
.fastchickenroad_footer__text {
    color: #161500;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%; 
    margin-bottom: 24px;
}

.fastchickenroad_footer__text:last-child {
    margin-bottom: 0;
}

.fastchickenroad_footer__maps{
    border-radius: 20px;
    width: 100%;
    height: 320px;
}


.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: 10px;
    background: linear-gradient(270deg, #F0F0F0 0%, #CDCDCD 100%);
    padding: 32px;
    max-width: 614px;
    width: 100%;
    display: flex;
}

.modal_form__title{
    color: #1A291C;
    text-align: center;
    
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    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: #1A291C;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 32px;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__bold{
    color: #4D4D4D;
    text-align: center;
    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    text-transform: uppercase;
}

.modal_form__input{
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 16px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.modal_form__input::placeholder{
    color: #999;
}

.modal_form__btn{
    padding: 14px 24px;
    width: 200px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    text-transform: uppercase;
    color: #FFF;
    
    font-size: 16px;
    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__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s
}

.modal_form__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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: #000
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}

.modal_form__pass{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: right;
    width: 100%;
    margin-bottom: 24px;
}
  
  .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);
    backdrop-filter: blur(4.800000190734863px);
    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);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 24px;
    color: #1A291C;
    text-align: center;
    
    font-size: 28px;
    font-weight: 700;
    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;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    color: #FFF;
    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__link{
    display: flex;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    border: 2px solid #9747FF;
    color: #9747FF;
    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__link:hover{
    background: #9747FF;
    color: #fff;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__wraps{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 100%;
    max-width: 700px;
}

.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: 500px;
    width: 100%;
    border-radius: 20px;
    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: #59421C;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #656565;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 100px;
    background: #FF8A00;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid #161500;
    color: #161500;
    font-size: 12px;
    font-weight: 600;
    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);
}


.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;
}



.header__img_mob {
    display: none;
}

.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 #A992C8;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    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: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.active__block {
    display: flex;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.mob{
    display: none;
}

.mobs{
    display: none;
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fastchickenroad_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fastchickenroad_header__wrap {
        flex-direction: column;
        gap: 24;
    }

    .fastchickenroad_header_btns{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    

    .fastchickenroad_header__links {
        display: none;
    }

    .fastchickenroad_header__burger {
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .fastchickenroad_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }

    .fastchickenroad_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .fastchickenroad_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px;
    }

    .fastchickenroad_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        max-width: 100%;
        background: #FBFBFB;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: flex;
    }

    .fastchickenroad_info__box{
        flex-direction: column;
        gap: 16px;
    }

    .fastchickenroad_description__box{
        flex-direction: column;
        gap: 16px;
    }

    .fastchickenroad_description__left{
        max-width: 100%;
    }

    .fastchickenroad_footer__box{
        flex-direction: column;
        gap: 20px;
    }

    .fastchickenroad_footer__links{
        flex-direction: column;
        align-items: center;
    }

    .fastchickenroad_footer__sup{
        text-align: center;
    }
}


@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fastchickenroad_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fastchickenroad_header__title{
        font-size: 22px;
    }

    .fastchickenroad_header__block{
        padding: 20px;
    }

    .fastchickenroad_header {
        background: url("/assets?p=%2F..%2Fimg%2Fbg__img_mob.webp") no-repeat center;
        background-size: cover;
        min-height: 400px;
    }

    .fastchickenroad_header__box{
        padding-bottom: 40px;
    }

    .fastchickenroad_header__logo{
        max-width: 200px;
    }

    .fastchickenroad_footer__contact{
        padding: 16px;
    }

    .fastchickenroad_footer__text{
        font-size: 11px;
    }

    .menu{
        top: 54px;
    }

    .fastchickenroad_info__title{
        font-size: 22px;
    }

    .fastchickenroad_info__text{
        font-size: 14px;
    }

    .fastchickenroad_description {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fastchickenroad_description__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_description__subtitle{
        font-size: 14px;
    }

    .fastchickenroad_description__head{
        font-size: 16px;
    }

    .fastchickenroad_description__text{
        font-size: 16px;
    }

    .fastchickenroad_game {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fastchickenroad_game__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_game__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .fastchickenroad_game__item{
        padding: 16px 32px;
        min-height: auto;
    }

    .fastchickenroad_game__head{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .fastchickenroad_game__text{
        font-size: 14px;
    }

    .fastchickenroad_reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fastchickenroad_reviews__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_reviews__item{
        padding: 16px;
    }

    .fastchickenroad_reviews__text{
        font-size: 12px;
    }

    .fastchickenroad_reviews__bottom{
        gap: 16px;
    }

    .fastchickenroad_reviews__name{
        font-size: 14px;
    }

    .fastchickenroad_reviews__items{
        gap: 16px;
    }

    .fastchickenroad_news {
        padding-top: 40px;
        padding-bottom: 40px;
        background: url("/assets?p=%2F..%2Fimg%2Fnew_mob.webp") no-repeat center;
        background-size: cover;
    }

    .fastchickenroad_news__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_news__item{
        padding: 16px;
        min-height: auto;
    }

    .fastchickenroad_news__time{
        font-size: 12px;
    }

    .fastchickenroad_news__text{
        font-size: 14px;
    }

    .fastchickenroad_news__link{
        font-size: 14px;
    }

    .fastchickenroad_faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fastchickenroad_faq__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_parameters {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fastchickenroad_parameters__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .fastchickenroad_parameters__subtitle{
        margin-bottom: 16px;
        font-size: 22px;
    }

    .fastchickenroad_parameters__content{
        gap: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .fastchickenroad_parameters__items{
        gap: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .fastchickenroad_parameters__item{
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .fastchickenroad_footer__logo{
        max-width: 200px;
        display: block;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .fastchickenroad_footer__links{
        gap: 16px;
    }

}