@font-face { 
    font-family: "Fujiya";
    font-weight: 300;
    src: url(/assets/webfonts/Fujiya/FujiyaLight.eot) format("eot"), /* IE8+, знак ? позволяет обойти баг в обработчике значения src */
         url(/assets/webfonts/Fujiya/FujiyaLight.woff) format("woff"), /* все современные браузеры, IE9+ */
         url(/assets/webfonts/Fujiya/FujiyaLight.woff2) format("woff2"); /* все современные браузеры */
         font-display: swap;
}

@font-face { 
    font-family: "Fujiya";
    font-weight: 400;
    src: url(/assets/webfonts/Fujiya/FujiyaRegular.eot?) format("eot"), /* IE8+, знак ? позволяет обойти баг в обработчике значения src */
         url(/assets/webfonts/Fujiya/FujiyaRegular.woff) format("woff"), /* все современные браузеры, IE9+ */
         url(/assets/webfonts/Fujiya/FujiyaRegular.woff2) format("woff2"); /* все современные браузеры */
         font-display: swap;
}
@font-face {  
    font-family: "Fujiya";
    font-weight: 700;
    src: url(/assets/webfonts/Fujiya/FujiyaBold.eot?) format("eot"), /* IE8+, знак ? позволяет обойти баг в обработчике значения src */
         url(/assets/webfonts/Fujiya/FujiyaBold.woff) format("woff"), /* все современные браузеры, IE9+ */
         url(/assets/webfonts/Fujiya/FujiyaBold.woff2) format("woff2"); /* все современные браузеры */
         font-display: swap;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: none;
    background-color: #000;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Dots */
.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 16px 16px;
    cursor: pointer;
}
@media (max-width: 576px) {

    .slick-dots li {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.slick-dots li button
{
 display: none;
}
.slick-dots li::before
{
    content: "";
    display: block;
    background: #FFFFFF;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    opacity: 0.4;
}
.slick-dots li.slick-active::before {
    opacity: 1;
}



html, body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
body {
    background: #000000;
    font-family: "Fujiya";
    font-weight: 400;
}
.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FF2F30;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 11px;
}
h5{
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 8px;
        margin-top: 50px;
}
/*
#top {
    background: url(../../images/bg1.jpg)  repeat-x;
    background-size: auto 100%;
    background-color: #c72727;
}
*/
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    position: absolute;
    width: 1052px;
    left: 50%;
         -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}
.container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.header_logo {
    width: 287px;
}
.header_link {
    font-size: 19px;
    color: #FFF;
    outline: none;
}
.header_city {
    font-size: 19px;
    color: #FFF;
    cursor: pointer;
}
.general {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 1000px;
}
.general_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    color: hsl(0, 0%, 100%);
    height: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    width: 66%;
    background-image: url(/images/hand_desctop.png), url(/images/bg1.jpg);
    background-size: 60% auto, auto 100%;
    background-repeat: no-repeat no-repeat, repeat no-repeat;
    background-position: bottom right, center;
    background-color: #c72727;
}
.general_left h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.general_left h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
    z-index: 5;
    text-align: center;
}
.general_left h3 {
    font-size: 26px;
    margin-top: 23px;
    position: relative;
    z-index: 5;
    margin-bottom: 8px;
    text-align: center;
    /* border-bottom: 5px solid #ff2f30; */
}
.general_left h6 {
    font-size: 26px;
    margin-top: 23px;
    position: relative;
    z-index: 5;
    margin-bottom: 8px;
    text-align: center;
    /* border-bottom: 5px solid #ff2f30; */
}
.btnWhite {
    background: #FFFFFF;
    height: 48px;
    width: 300px;
    color: #FF2F30;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600 !important;
    position: relative;
    z-index: 5;
    margin-top: 30px;
    transition: 0.4s !important;
}
.btnWhite:hover {
    color: #FFFFFF;
    background: #FF2F30;
    box-shadow: none !important;
}
.btnRed {
    height: 46px;
    width: 300px;
    border: 2px solid #FFFFFF;
    background: #FF2F30;
    color: #FFFFFF;
    margin-top: 12px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    position: relative;
    transition: 0.4s;
}
.btnRed:hover {
    background: #FFFFFF;
    color: #FF2F30;
}


.bubbly-button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.15s, box-shadow ease-in 0.15s;
    font-weight: 500;
    outline: 0;
  }
  .bubbly-button:hover {
    box-shadow: 0 2px 25px rgb(0 0 0 / 50%);
  }
  .bubbly-button:focus {
    outline: 0;
  }
  .bubbly-button:active {
             -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    background-color: #FF2F30;
    color: #fff;
    box-shadow: none;
  }
  
  
  @keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
    @-webkit-keyframes topBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  @keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  @-webkit-keyframes bottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

.general_left > img {
    margin-top: 44px;
    margin-left: auto;
        max-height: 400px;
}
.general_right {
    width: 34%;
    height: 100%;
    background-color: #000;
}
.set {
    background: url(../../images/slider/set_day_2.jpg) center no-repeat;
    background-size: cover;
    padding-top: 225px;
}
.roll1 {
    background: url(../../images/slider/set_day_krab_hot.jpg) center no-repeat;
    background-size: cover;
    padding-top: 225px;
}
.roll2 {
    background: url(../../images/slider/set_day_tarantino.jpg) center no-repeat;
    background-size: cover;
    padding-top: 225px;
}
/* .roll3 {
    background: url(../../images/slider/set_day_hot.jpg) center no-repeat;
    background-size: cover;
    padding-top: 225px;
}
.roll4 {
    background: url(../../images/slider/set_day_krab_hot.jpg) center no-repeat;
    background-size: cover;
    padding-top: 225px;
} */


@media (min-width: 1200px) {
    .slick-dots
    {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 99;
    }
    .bubbly-button:before, .bubbly-button:after {
        position: absolute;
        content: "";
        display: block;
        width: 140%;
        height: 100%;
        left: -20%;
        z-index: -1000;
        transition: all ease-in-out 0.5s;
        background-repeat: no-repeat;
      }
      .bubbly-button:before {
        display: none;
        top: -75%;
        background-image: radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, transparent 20%, #FF2F30 20%, transparent 30%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF2F30 15%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
      }
      .bubbly-button:after {
        display: none;
        bottom: -75%;
        background-image: radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FF2F30 15%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%), radial-gradient(circle, #FF2F30 20%, transparent 20%);
        background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
      }
      .bubbly-button.animate:before {
        display: block;
        animation: topBubbles ease-in-out 0.75s forwards;
        -ms-animation: topBubbles ease-in-out 0.75s forwards;
        -webkit-animation: topBubbles ease-in-out 0.75s forwards;
        -moz-animation: topBubbles ease-in-out 0.75s forwards;
        -o-animation: topBubbles ease-in-out 0.75s forwards;
      }
      .bubbly-button.animate:after {
        display: block;
        animation: bottomBubbles ease-in-out 0.75s forwards;
        -ms-animation: bottomBubbles ease-in-out 0.75s forwards;
        -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
        -moz-animation: bottomBubbles ease-in-out 0.75s forwards;
        -o-animation: bottomBubbles ease-in-out 0.75s forwards;
      }

    .set, .roll1, .roll2, .roll3, .roll4, .roll5, .roll6, .roll7, .roll8, .roll9, .roll10 {
        height: calc(1000px - 225px) !important;
    }
        #stages::before, .stages_four::before, .past::after {
         animation: animate 25s linear infinite;
        -ms-animation: animate 25s linear infinite;
        -webkit-animation: animate 25s linear infinite;
        -moz-animation: animate 25s linear infinite;
        -o-animation: animate 25s linear infinite;
    }
    #questions::before, .stages_one::after, .stages_three::before {
           animation: animate 20s linear infinite;
    -ms-animation: animate 20s linear infinite;
    -webkit-animation: animate 20s linear infinite;
    -moz-animation: animate 20s linear infinite;
    -o-animation: animate 20s linear infinite;
    }
    #past::before, .stages_two::after, .stages_three::after, .stages_four::after, .past::before, #past::before  {
    animation: animate 25s linear infinite;
    -ms-animation: animate 25s linear infinite;
    -webkit-animation: animate 25s linear infinite;
    -moz-animation: animate 25s linear infinite;
    -o-animation: animate 25s linear infinite;

    }
    .stages_one::before {
           animation: animate 25s linear infinite;
    -ms-animation: animate 25s linear infinite;
    -webkit-animation: animate 25s linear infinite;
    -moz-animation: animate 25s linear infinite;
    -o-animation: animate 25s linear infinite;
    }
    .stages_two::before {
            animation: animate 25s linear infinite;
    -ms-animation: animate 25s linear infinite;
    -webkit-animation: animate 25s linear infinite;
    -moz-animation: animate 25s linear infinite;
    -o-animation: animate 25s linear infinite;
    }
}
.set {
    position: relative;
}
.set_text {
    padding-left: 73px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.set_text h3 {
    font-size: 42px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 11px;
    color: #FFF;
}
.set_text > span {
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    padding-top: 8px;
    display: block;
    width: 100%;
}
.set_text > p.set_text_info {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    padding: 12px 16px;
    display: block;
    width: calc(100% - 32px);
    font-weight: 600;
    position: absolute;
    bottom: 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Увеличение иконок в секции set */
.set_text_icon svg {
    width: 100px !important;
    height: 100px !important;
    filter: drop-shadow(0 0 5px rgba(255, 47, 48, 0.7));
}

/* Удаление hover эффектов в секции set */
.set_text:hover, .set_text > *:hover {
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    cursor: default !important;
}
.set_text_old-price{
    /*width: 120px;*/
    margin-right: 10px;
    color: #ff3333;
    font-size: 24px;
    text-decoration: none;
    padding-top: 13px;
}
.set_text_old-price > span {
    
    font-size: 28px;
    text-decoration: line-through;
}
.set_text-price {
    width: 120px;
    font-size: 36px;
    color: #FFFFFF;
    height: 50px;
    font-weight: 700;
    cursor: initial;
}
.set_text-price > span {
    font-weight: 500;
    margin-left: 8px;
}
.set_text_weight {
    font-size: 29px;
    color: #ff3333;
    width: 100%;
    margin-top: 57px;
}
.set_text p {
    font-size: 17px;
    color: #ffffff;
    max-width: 350px;
}
.set_text p.roll_description {
    font-size: 18px;
    color: #FFD700;
    font-weight: 600;
    font-style: italic;
    margin-top: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    line-height: 1.4;
}
.title {
    color: #ffffff;
    font-weight: 700;
    font-size: 83px;
    text-align: center;
    z-index: 6;
    position: relative;
}
.lottery{
    padding-top: 122px
}



#stages {
    padding-top: 60px;
    padding-bottom: 122px;
    position: relative;
    z-index: 5;
}
.stages_title {
    margin-bottom: 90px;
}
.stages_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.stages_container-title {
    font-size: 58px;
    font-weight: 700;
    max-width: 470px;
    color: #ffffff;
    margin-bottom: 27px;
}
.stages_box p {
    font-size: 21px;
    color: #ffffff;
    max-width: 510px;
}
.stages_box p span{
    color: #d94e12;
    font-weight: 600;
}
.stages_container-btn {
    width: 276px;
    height: 68px;
    margin-top: 35px;
    font-size: 21px;
}
.stages_box-right {
    margin-left: 135px;
}
.stages_box-left {
    margin-right: 30px;
    text-align: right;
}
.stages_box-left .stages_container-btn {
    margin-left: auto;
}
.stages_box-left h4 {
    margin-left: auto;
}

#prize {
margin-bottom: 222px;
}
.how_title {
    margin-bottom: 94px;
}
.how_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    overflow: hidden;
}
.lottery .how_container {
    justify-content: center;
}
.how_box {
    width: 260px;
    cursor: pointer;
    position: relative;
    z-index: 6;
}
.lottery .how_box {
    margin: 0 20px;
}
.how_box-num {
    font-size: 167px;
    font-weight: 700;
    color: #000;
     -webkit-text-stroke: 2.5px #d94e12;
     z-index: 1;
     transition: 0.44s;
}
.how_box-circle {
    width: 171px;
    height: 171px;
    border-radius: 100%;
    background-color: #ff333331;
    margin-bottom: 30px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.lottery .how_box-circle {
    margin-top: 0;
}
.lottery .how_box-num {
    text-align: center;
}
.how_box_text {
    color: #ffffff;
    text-align: center;
    font-size: 21px;
}
.how_box_text span{
    color: #d94e12;
    font-weight: 600;
}
.how_box-circle img {
    position: absolute;
    margin-left: 35px;
    margin-top: 40px;
    transition: 0.44s;
}
@media (min-width: 1200px) {
    .how_box:hover .how_box-num {
        color: #d94e12;
    }
    .how_box:hover .how_box-circle img {
               -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    }
    .links li:hover {
        background: #FFFFFF;
    }
    .links li:hover a {
        color: #000000;
    }
}

#questions {
    position: relative;
    z-index: 5;
    background-image: url(/images/roll_circle_black.jpg);
    background-size: 1400px auto;
    background-repeat: no-repeat;
    background-position-x: -500px;
    background-position-y: 400px;
    padding-top: 150px;
}
.questions_left{
    width: 645px;
}
.questions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.questions_text-title {
    text-align: left;
    margin-bottom: 95px;
}
.question {
    margin-bottom: 41px;
}
.question_top {
    font-size: 21px;
    color: #ffffff;
    padding-left: 21px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.question_top::before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 11px;
    height: 11px;
    background-color: #ff3333;
    border-radius: 100%;
    left: 0;
    margin-top: 7px;
}
.question_bottom {
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 21px;
    margin-bottom: 15px;
    max-width: 550px;
    font-size: 17px;
    font-weight: 200;
}

/* FAQ Groups Styles */
.faq-group {
    margin-bottom: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.faq-group:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.faq-group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF2F30 0%, #FFB258 50%, #4CAF50 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0.8;
}

.faq-group:nth-child(2)::before {
    background: linear-gradient(90deg, #FF2F30 0%, #D22526 100%);
}

.faq-group:nth-child(3)::before {
    background: linear-gradient(90deg, #FFB258 0%, #FF8A00 100%);
}

.faq-group:nth-child(4)::before {
    background: linear-gradient(90deg, #4CAF50 0%, #2E7D32 100%);
}

.faq-group-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-group-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-group-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.faq-group:hover .faq-group-icon::before {
    left: 100%;
}

.faq-group:hover .faq-group-icon {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.faq-group-icon svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.faq-group:hover .faq-group-icon svg {
    transform: scale(1.1);
}

.faq-group-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.faq-group-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF2F30, #FFB258);
    transition: width 0.3s ease;
}

.faq-group:hover .faq-group-title::after {
    width: 100%;
}

/* Enhanced Question Styles within Groups */
.faq-group .question {
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.faq-group .question::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF2F30, #FFB258);
    transition: width 0.3s ease;
}

.faq-group .question:hover::before {
    width: 8px;
}

.faq-group .question:hover {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.faq-group .question_top {
    font-size: 20px;
    color: #ffffff;
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.faq-group .question:hover .question_top {
    color: #FFB258;
}

.faq-group .question_top::before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #FF2F30, #FFB258);
    border-radius: 100%;
    left: 0;
    margin-top: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 47, 48, 0.4);
}

.faq-group .question:hover .question_top::before {
    transform: scale(1.3) rotate(180deg);
    box-shadow: 0 4px 12px rgba(255, 47, 48, 0.6);
}

.faq-group .question_bottom {
    color: #FFFFFF;
    margin-top: 15px;
    margin-left: 35px;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.faq-group .question:hover .question_bottom {
    opacity: 1;
    color: #f0f0f0;
}

/* Responsive Styles for FAQ Groups */
@media (max-width: 1200px) {
    .faq-group {
        margin-bottom: 40px;
        padding: 25px;
    }
    
    .faq-group-title {
        font-size: 24px;
    }
    
    .faq-group .question_top {
        font-size: 18px;
    }
    
    .faq-group .question_bottom {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .faq-group {
        margin-bottom: 30px;
        padding: 20px;
        border-radius: 15px;
    }
    
    .faq-group-header {
        /* flex-direction: column;
        align-items: flex-start; */
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .faq-group-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }
    
    .faq-group-title {
        font-size: 22px;
        text-align: left;
    }
    
    .faq-group .question {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 12px;
    }
    
    .faq-group .question_top {
        font-size: 17px;
        padding-left: 25px;
    }
    
    .faq-group .question_top::before {
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }
    
    .faq-group .question_bottom {
        margin-left: 25px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .faq-group {
        margin-bottom: 25px;
        padding: 18px;
        border-radius: 12px;
    }
    
    .faq-group-header {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .faq-group-icon {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }
    
    .faq-group-title {
        font-size: 20px;
    }
    
    .faq-group .question {
        padding: 12px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    
    .faq-group .question_top {
        font-size: 20px;
        padding-left: 22px;
        margin-bottom: 12px;
    }
    
    .faq-group .question_top::before {
        width: 8px;
        height: 8px;
        margin-top: 4px;
    }
    
    .faq-group .question_bottom {
        margin-left: 22px;
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 420px) {
    .faq-group {
        padding: 15px;
    }
    
    .faq-group-title {
        font-size: 18px;
    }
    
    .faq-group .question_top {
        font-size: 15px;
    }
    
    .faq-group .question_bottom {
        font-size: 16px;
    }
}

/* FAQ Animation Styles */
.faq-group.animate-ready {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-group.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-group .question.clicked {
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 47, 48, 0.1);
    border-left-color: #FFB258;
}

.faq-group .question.clicked::before {
    width: 12px;
    background: linear-gradient(180deg, #FFB258, #FF2F30);
}

.faq-group .question.clicked .question_top {
    color: #FFB258;
}

.faq-group .question.clicked .question_top::before {
    transform: scale(1.5) rotate(360deg);
    background: linear-gradient(135deg, #FFB258, #FF2F30);
    box-shadow: 0 6px 16px rgba(255, 184, 88, 0.8);
}


.countdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
}
.countdown-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    margin-left: 17px;
}
.countdown-time {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: -7px;
}
.countdown-text {
    font-size: 16px;
    font-weight: 200;
}


/* Раздел с отзывами */
#reviews {
    padding-bottom: 80px;
    position: relative;
    z-index: 6;
}

.reviews_title {
    margin-bottom: 80px;
    text-align: center;
}

.reviews_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.review_item {
    flex: 1;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 30px 25px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
}

.review_item:hover {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgba(255, 255, 255, 0.2);
}

.review_item::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 48px;
    color: #ff3333;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
    font-family: Georgia, serif;
}

.review_item::after {
    content: '"';
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 48px;
    color: #ff3333;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
    font-family: Georgia, serif;
}
@media (max-width: 1200px) {
    .review_item::after {
        right: 5px;
        bottom: 10px;
    }
}

.review_text {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.review_author {
    font-size: 16px;
    color: #ff3333;
    font-weight: 600;
    text-align: right;
    position: relative;
    z-index: 2;
}

/* Адаптив для планшетов */
@media (max-width: 1200px) {
    #reviews {
        padding-bottom: 60px;
    }
    
    .reviews_title {
        margin-bottom: 60px;
    }
    
    .reviews_container {
        gap: 30px;
    }
    
    .review_item {
        padding: 25px 20px;
    }
    
    .review_text {
        font-size: 17px;
    }
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    #reviews {
        padding-bottom: 50px;
    }
    
    .reviews_title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    
    .reviews_container {
        flex-direction: column;
        gap: 25px;
    }
    
    .review_item {
        padding: 20px 18px;
    }
    
    .review_text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .review_author {
        font-size: 15px;
    }
}

/* Адаптив для маленьких мобильных */
@media (max-width: 576px) {
    #reviews {
        padding-bottom: 40px;
    }
    
    .reviews_title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    .reviews_container {
        gap: 20px;
    }
    
    .review_item {
        padding: 18px 15px;
    }
    
    .review_text {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .review_author {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .reviews_title {
        font-size: 24px;
    }
    
    .review_text {
        font-size: 14px;
    }
    
    .review_author {
        font-size: 13px;
    }
}

#soc {
    padding-top: 82px;
    z-index: 6;
}
#partners, #prize {
    padding-top: 153px;
    z-index: 6;
    position: relative;
}
#partners .title, #prize .title{
    margin-bottom: 94px;
}
.slider2 .slick-slide, .slider3 .slick-slide {
    outline: none;
    padding: 0 10px;
}
.slider2 .slick-slide img, .slider2 .slider_mobile div img, .slider3 .slick-slide img, .slider3 .slider_mobile div img {
    display: block;
    margin: 0 auto;
    width: auto;
    margin-bottom: 20px;
    max-height: 280px;
}
.slider2 .slick-slide img {
    max-height: 200px;
}
.slider3 .slick-slide img {
    max-height: 250px;
}
.slider3 .slick-slide span{
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
}
.slider2 .slick-initialized .slick-slide, .slider3 .slick-initialized .slick-slide {
    display: block;
}

.soc_title {
    margin-bottom: 115px;
}
.soc_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.soc_case {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 70px;
    margin-right: 70px;
    outline: none;
    text-decoration: none;
    
}
.soc_case-text {
    margin-left: 21px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #ffffff;
    transition: all ease-in-out 0.5s;
}
.soc_case:hover .soc_case-text {
    color: #f52d2d !important;
}

.soc_case-title {
    font-size: 29px;
    font-weight: 700;
}
.soc_case-subtitle {
    font-size: 21px;
    margin-top: 13px;
}


#past {
    padding-top: 231px;
    position: relative;
    z-index: 5;
}
.past {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.past_case {
    margin-left: 42px;
    max-width: 525px;
    color: #ffffff;
}
.past_title  {
    margin-bottom: 38px;
    text-align: left;
}
.past p {
    font-size: 21px;
    margin-bottom: 38px;
    max-width: 300px;
}
.past_case-btn {
    width: 276px;
    height: 68px;
    font-size: 21px;
}
#bigBtn {
    padding-top: 300px;
}
.big_btn {
    width: 545px;
    height: 115px;
    font-size: 48px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer .city-name{
    border-bottom: 1px dashed #fff;
}
#footer {
    padding-top: 181px;
    padding-bottom: 45px;
}
.footer_end{
    color: #878787;
    text-align: center;
    margin-top: 50px
}
.footer_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
footer a,  footer span {
    font-size: 16px;
    color: #ffffff;
    outline: none;
    text-decoration: none;

}
.footer_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer_left > a {
    margin-right: 73px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.footer_left > a.politika {
    border-bottom: 1px dashed #fff;
}
.footer_right > a, .footer_right > span {
    margin-left: 73px;
    cursor: pointer;
}
/*
#stages::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    width: 30%;
    height: 65%;
    background: linear-gradient(140deg, #ED262C, #DD2F2A, #FFB258, #D22526, #ED262C);
    background-size: 400%;
    border-radius: 100% 0 0 100%;
    filter: blur(200px) opacity(60%);
    -ms-filter: blur(200px) opacity(60%);
    -webkit-filter: blur(200px) opacity(60%);
    -moz-filter: blur(200px) opacity(60%);
    -o-filter: blur(200px) opacity(60%);
    top: 20%;

}
*/
/*
#questions::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    width: 40%;
    height: 700px;
    background: linear-gradient(240deg, #C72124, #C72124, #9A191B, #D22526, #ED262C);
    background-size: 400%;
    border-radius: 100% 0 0 100%;
    filter: blur(200px) opacity(45%);
    -ms-filter: blur(200px) opacity(45%);
    -webkit-filter: blur(200px) opacity(45%);
    -moz-filter: blur(200px) opacity(45%);
    -o-filter: blur(200px) opacity(45%);
    top: -350px;

}
*/
/*
#past::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    width: 45%;
    height: 300px;
    background: linear-gradient(0deg, #C72124, #C72124, #9A191B, #D22526, #ED262C);
    background-size: 400%;
    border-radius: 100% 0 0 100%;
    filter: blur(200px) opacity(60%);
     -ms-filter: blur(200px) opacity(60%);
    -webkit-filter: blur(200px) opacity(60%);
    -moz-filter: blur(200px) opacity(60%);
    -o-filter: blur(200px) opacity(60%);
    top: 0;

}
*/
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
@-webkit-keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.stages_container {
    position: relative;
    z-index: 5;
}
.stages_one::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 700px;
    height: 700px;
    /*background: linear-gradient(140deg, #FFFFFF, #ff3333, #d94e12, #cc3333, #A44A7D, #FFB258, #ED262C, #000000);*/
    background: linear-gradient(140deg, #ff3333, #d94e12, #621111);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(200px) opacity(55%);
    -ms-filter: blur(200px) opacity(55%);
    -webkit-filter: blur(200px) opacity(55%);
    -moz-filter: blur(200px) opacity(55%);
    -o-filter: blur(200px) opacity(55%);
    left: 10%;
     transform: translateZ(0);
}
/*
.stages_one::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 110px;
    height: 300px;
    background: linear-gradient(20deg, #FDB1B1, #A16E6F, #FFFFFF);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(40px) opacity(80%);
    -ms-filter: blur(40px) opacity(80%);
    -webkit-filter: blur(40px) opacity(80%);
    -moz-filter: blur(40px) opacity(80%);
    -o-filter: blur(40px) opacity(80%);
    left: 16%;
    top: 65px;
    margin-top: 0px;

         -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg);

}*/
.stages_two::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 550px;
    height: 550px;
    /*background: linear-gradient(180deg, #F56519, #FA803B, #FB9E74, #FFB258, #FFFFFF, #000000, #EE242E);*/
    background: linear-gradient(180deg, #F56519, #FFB258, #bdbdbd, #EE242E);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(200px) opacity(55%);
    -ms-filter: blur(200px) opacity(55%);
    -webkit-filter: blur(200px) opacity(55%);
    -moz-filter: blur(200px) opacity(55%);
    -o-filter: blur(200px) opacity(55%);
    right: 10%;
     transform: translateZ(0);
}
/*
.stages_two::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 100px;
    background: linear-gradient(220deg, #F4641E, #C82806, #FFBC8F, #FFFFFF);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(27px) opacity(60%);
    -ms-filter: blur(27px) opacity(60%);
    -webkit-filter: blur(27px) opacity(60%);
    -moz-filter: blur(27px) opacity(60%);
    -o-filter: blur(27px) opacity(60%);
    right: 14%;
}
*/
.stages_three::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 600px;
    /*background: linear-gradient(20deg, #C83835, #F97470, #C1558A, #F9A7A7, #FFCFBA, #FFFFFF, #000000);*/
    background: linear-gradient(20deg, #F97470, #F9A7A7, #c5c5c5, #464646);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(200px) opacity(50%);
    -ms-filter: blur(200px) opacity(50%);
    -webkit-filter: blur(200px) opacity(50%);
    -moz-filter: blur(200px) opacity(50%);
    -o-filter: blur(200px) opacity(50%);
    left: 10%;
     transform: translateZ(0);
}
/*
.stages_three::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 120px;
    height: 120px;
    background: linear-gradient(20deg, #FDB1B1, #A16E6F, #FFFFFF);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(15px) opacity(80%);
    -ms-filter: blur(15px) opacity(80%);
    -webkit-filter: blur(15px) opacity(80%);
    -moz-filter: blur(15px) opacity(80%);
    -o-filter: blur(15px) opacity(80%);
    left: 37%;
    margin-top: 260px;
}
*/
.stages_four::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 550px;
    /*background: linear-gradient(330deg, #E62328, #F87B39, #FFCF9E, #FF637C, #FFFFFF, #000000, #CE3225);*/
    background: linear-gradient(330deg, #E62328, #F87B39, #FFCF9E, #CE3225);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(200px) opacity(70%);
    -ms-filter: blur(200px) opacity(70%);
    -webkit-filter: blur(200px) opacity(70%);
    -moz-filter: blur(200px) opacity(70%);
    -o-filter: blur(200px) opacity(70%);
    right: 10%;
     transform: translateZ(0);
}
/*
.stages_four::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 140px;
    height: 140px;
    background: linear-gradient(220deg, #FDA47F, #FB7C32, #FFFFFF);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(40px) opacity(60%);
    -ms-filter: blur(40px) opacity(60%);
    -webkit-filter: blur(40px) opacity(60%);
    -moz-filter: blur(40px) opacity(60%);
    -o-filter: blur(40px) opacity(60%);
    right: 44%;
    margin-top: 10px;
}
*/
.past::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    background: linear-gradient(220deg, #FDA47F, #FB7C32, #FFFFFF);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(50px) opacity(60%);
    -ms-filter: blur(50px) opacity(60%);
    -webkit-filter: blur(50px) opacity(60%);
    -moz-filter: blur(50px) opacity(60%);
    -o-filter: blur(50px) opacity(60%);
    left: 12%;
    top: 73px;
    transform: translateZ(0);
}
/*
.past::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 200px;
    height: 400px;
    background: linear-gradient(330deg, #E62328, #F87B39, #FFCF9E, #FF637C, #FFFFFF, #CE3225);
    background-size: 400%;
    border-radius: 100%;
    filter: blur(50px) opacity(60%);
    -ms-filter: blur(50px) opacity(60%);
    -webkit-filter: blur(50px) opacity(60%);
    -moz-filter: blur(50px) opacity(60%);
    -o-filter: blur(50px) opacity(60%);
    left: 37%;
    top: 260px;

     -webkit-transform: rotate(-40deg);
       -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
         -o-transform: rotate(-40deg);
            transform: rotate(-40deg);
}
*/
.callback-bt {
    background: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0 8px 10px rgba(255, 51, 51, 0.3);
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    z-index: 999;
    transition: .3s ease-in-out;
    animation: hoverWave linear 1s infinite;
    -ms-animation: hoverWave linear 1s infinite;
    -webkit-animation: hoverWave linear 1s infinite;
    -moz-animation: hoverWave linear 1s infinite;
    -o-animation: hoverWave linear 1s infinite;
    transform: translateZ(0);
}   
@keyframes hoverWave {
    0% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    40% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    80% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0), 0 0 0 12px rgba(255, 255, 255, 0.067)
    }

    100% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 15px rgba(255, 255, 255, 0.0)
    }
}
@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    40% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    80% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0), 0 0 0 12px rgba(255, 255, 255, 0.067)
    }

    100% {
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 15px rgba(255, 255, 255, 0.0)
    }
}
.header_city {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header_logo > img {
    width: 100%;
}
.header_logo_short > img {
    width: 50px;
}

.popap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: transparent;
    z-index: 100;
    display: none;
}
.overlay {
    position: fixed;
    z-index: 115;
    top: 50%;
    left: 50%;
      -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
}
.overlay {
    background: url(../../images/bg3.png) center no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 480px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    background-color: #000;
    overflow-y: auto;
    max-height: 100%;
}

#politika_popap .inner{
    height: 100%;
    overflow-y: auto;
}
#politika_popap .inner::-webkit-scrollbar {
    width: 3px;
}
 
#politika_popap .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
}
 
#politika_popap .inner::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: none;
}

#politika_popap {
    height: 90%;
    /*border-radius: 0;
    background: #000;
    overflow-y: auto;
    width: 550px;*/
}
/*
#politika_popap .close {
    top: 54px;
}
*/
.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.links li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 1px solid #FFFFFF;
    transition: 0.44s;
    border-radius: 5px;
    margin-bottom: 20px;

}

.close {
    background: url(../../images/close.svg) center no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: block;
    margin-left: auto;
    right: 32px;
    cursor: pointer;
    position: absolute;
    top: 30px;
}
.links li a {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@keyframes blur_animate {
  0% {
    filter: blur(0px) opacity(100%);
     -ms-filter: blur(0px) opacity(100%);
    -webkit-filter: blur(0px) opacity(100%);
    -moz-filter: blur(0px) opacity(100%);
    -o-filter: blur(0px) opacity(100%);
    
  }
  100% {
   filter: blur(15px) opacity(90%);
   -ms-filter: blur(15px) opacity(90%);
    -webkit-filter: blur(15px) opacity(90%);
    -moz-filter: blur(15px) opacity(90%);
    -o-filter: blur(15px) opacity(90%);
  }
}
#call_popap {
    color: #FFFFFF;
}
#call_popap h3{
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
#call_popap  small {
    font-size: 15px;
    text-align: center;
    display: block;
    font-weight: 100;
}
#call_popap  small a {
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
}
.message_error {
    color: #f00;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.message_ok {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    margin: 50px 0;
}
.hidden, .button.hidden {
    display: none !important;
}
#call_popap label {
    font-size: 21px;
    text-align: center;
    display: block;
    margin-top: 18px;
}
.input-group {
    position: relative;
}
.input-group .input-group-before {
    position: absolute;
    left: 1px;
    top: 1px;
    background: transparent;
    width: 54px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-size: 22px;
    color: #FFFFFF;
    border-right: 1px solid #FFF;
}
#call_popap .button.button_blue {
    margin-bottom: 15px;
    color: #fff;
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 51px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: none;
    text-decoration: none;
    background-color: #336699;
    margin-top: 23px;
}
input[type="text"], input[type="password"], input[type="email"], select {
    height: 45px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 10px 0;
    text-align: center;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.025);
    border-radius: 5px;
    border: none;
    border: solid 1px rgba(255, 255, 255, 1);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: calc(100% - 2em);
    font-size: 22px;
}
#call_popap .button.button_blue {
   
    margin-bottom: 15px;
     background-color: #4a76a8;
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 51px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow: none;
    text-decoration: none;
    background-color: #336699;
    margin-top: 23px;

}
.vk_block_extra{
    margin-top: 20px;
    text-align: center;
}
.button_vk > span {
    padding-left: 11px;
    color: #ffffff;
font-size: 17px;
font-weight: 700;
}
.button_vk img {
    max-width: 150px;
}
.btn_input {
    height: 45px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
}
#politika_popap h2 {
     font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.image_mob {
    display: none;
}
.phone_block, .email_block, .email_block_code, .phone_block_code{
    max-width: 300px;
    margin: 0 auto;
}


.fly_img {
    position: absolute;
    transition: 0.5s;
}
div.image_desc {
    position: absolute;

}
.stages_four {
    margin-top: 280px;
}
.stages_four .image_desc {
    margin-top: 140px;
}
.fly_img1 {
    top: -220px;
    left: -505px;
}
.fly_img2 {
    top: -150px;
    left: -650px;
}
.fly_img3 {
    top: 65px;
    left: -740px;
}
.fly_img4 {
    right: -325px;
    top: -300px;
}
.fly_img5 {
    right: -450px;
    top: -315px;
}
.fly_img6 {
    right: -570px;
    top: -105px;
}
.fly_img7 {
    right: -150px;
    top: 70px;
}
.fly_img8 {
    right: -210px;
    top: -25px;
}
.fly_img9{
    left: -180px;
    top: -40px;
}
.fly_img10 {
    left: -530px;
    top: 115px;
}
.fly_img11 {
    left: -510px;
    z-index: -1;
    top: -180px;
}
.fly_img12 {
    left: -170px;
    top: 120px;
}
.fly_img13 {
    top: -412px;
    left: 108px;
    z-index: -1;
}
.fly_img14 {
    top: -430px;
    left: 355px;
}
.fly_img15 {
    top: -140px;
    left: 35px;
    z-index: -1;
}
a {
    cursor: pointer;
}


.header_logo_short{
    display: none;
}


@media (max-width: 1600px) {
    .general_right {
        width: 40%;
    }
    .general_left {
        width: 60%;
    }
    header {
        width: calc(100% - 30px);
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_left > a {
        margin-right: 20px;
    }
    .footer_right > a {
        margin-left: 20px;
    }
    .footer_right > span {
        margin-left: 20px;
    }
    footer a, footer span {
        font-size: 16px;
    }
    #stages {
        overflow-x: clip;
    }
}
@media (min-width: 1200px) {
    .blur {
        filter: blur(15px) opacity(90%);
        -ms-filter: blur(15px) opacity(90%);
        -webkit-filter: blur(15px) opacity(90%);
        -moz-filter: blur(15px) opacity(90%);
        -o-filter: blur(15px) opacity(90%);
        overflow: hidden;
        pointer-events: none;
        animation: blur_animate linear 0.5s;
        -ms-animation: blur_animate linear 0.5s;
        -webkit-animation: blur_animate linear 0.5s;
        -moz-animation: blur_animate linear 0.5s;
        -o-animation: blur_animate linear 0.5s;
    }
}
@media (max-width: 1200px) {
    .lottery .how_box-circle {
        margin-top: 30px !important;
    }
    .slick-dots
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .popap{
        background-color: rgb(0 0 0 / 84%);
    }
    .general_left > img {
        max-height: 100%;
    }
    .set, .roll1, .roll2, .roll3, .roll4, .roll5, .roll6, .roll7, .roll8, .roll9, .roll10 {
        padding-top: 150px;
        padding-bottom: 50px;
        height: 800px !important;
        
    }
    
    /* How to Get Section - Tablet */
    #how-to-get {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .how-to-get_title {
        margin-bottom: 60px;
    }
    
    .how-to-get_container {
        gap: 30px;
    }
    
    .how-to-get_option {
        padding: 25px;
    }
    
    .how-to-get_header h3 {
        font-size: 22px;
    }
    
    .how-to-get_step span {
        font-size: 17px;
    }
    
    .how-to-get_highlight {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 24px;
    }
    
    .how-to-get_highlight_text p {
        font-size: 17px;
    }
    .set {
        background: url(../../images/slider/set_day_2_tablet.jpg) center no-repeat;
        background-size: cover;
    }
    .roll1 {
        background: url(../../images/slider/set_day_krab_hot_tablet.jpg) center no-repeat;
        background-size: cover;
    }
    .roll2 {
        background: url(../../images/slider/set_day_tarantino_tablet.jpg) center no-repeat;
        background-size: cover;
    }
    /* .roll3 {
        background: url(../../images/slider/set_day_hot_tablet.jpg) center no-repeat;
        background-size: cover;
    }
    .roll4 {
        background: url(../../images/slider/set_day_krab_hot_tablet.jpg) center no-repeat;
        background-size: cover;
    } */


    #questions{
        background-image: none;
        padding-top: 100px;
    }
    .questions_left{
        display: none;
    }
    .image_mob {
        display: block;
    }
    .image_desc {
        display: none;
    }
    .stages_one::after, .stages_two::after, .stages_three::after, .stages_four::after {
        display: none;
    }
    .questions_img {
        display: none;
    }
  
    footer a, footer span {
        font-size: 15px;
    }


    .how_container {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .how_box {
        /* display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 500px; */
        width: 45%;
        margin-bottom: 30px;
    }
    .lottery .how_box {
        width: 90%;
    }
    .how_box-five{
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .how_box_text {
        margin-left: 0px;
    }
   


    .header_logo {
        width: 158px;
    }
    .header_city {
        width: 158px;
        justify-content: flex-end;
    }
    .general {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .general_right, .general_left {
        width: 100%;
    }
    .general_left > img {
        width: 95%;
    }
    .general_left{
        padding-bottom: 290px;
        background-image: url(/images/hand_tablet.png), url(/images/bg1.jpg);
    }
    .general_right, .general {
        height: auto;
    }
    .stages_container img {
      width: 450px;  
    } 
    .questions_text-title {
        text-align: center;
        margin-bottom: 25px;
    }
    .soc_case {
        margin-left: 40px;
        margin-right: 40px;
    }
    .past img {
        position: absolute;

        top: 37px;
        z-index: -1;
        left: 157px;
        filter: blur(26px) opacity(60%);
        -ms-filter: blur(26px) opacity(60%);
        -webkit-filter: blur(26px) opacity(60%);
        -moz-filter: blur(26px) opacity(60%);
        -o-filter: blur(26px) opacity(60%);
    }
    .past_title {
        text-align: center;
    }
    .past_case {
        margin-left: 0;
    }
    .callback-bt {
        background: #FFFFFF;
    }
 

    .soc_case-text {
        display: none;
    }
    .section_reverse {
        display: flex;
        flex-direction: column;
    }
    #soc {
        order: 1;
    }
    .soc_title {
        display: none;
    }
    #footer {
        padding-top: 30px;
    }
    .soc_box {
        justify-content: center;
    }

    footer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer_left {
        flex-direction: column;
        align-items: flex-start;
        display: block;
        margin-bottom: 20px;
        order: 2;
    }
    .footer_right {
        flex-direction: column;
        align-items: flex-end;
        display: block;
        margin-bottom: 20px;
        order: 1;
    }
    footer a, footer span {
        margin-left: 0 !important;
        margin-right: 15px;
        margin-bottom: 10px;
        font-size: 17px;
    }
    footer .footer_right a{
        display: block;
        margin: 20px 0;
    }
}
@media (max-width: 992px) {
    .stages_one::before {
        width: 100%;
        height: 100%;
        filter: blur(50px) opacity(43%);
        -ms-filter: blur(50px) opacity(43%);
        -webkit-filter: blur(50px) opacity(43%);
        -moz-filter: blur(50px) opacity(43%);
        -o-filter: blur(50px) opacity(43%);
        left: 0;
        top: -70px;
    }
    .stages_two::before {
        width: 100%;
        height: 100%;
        filter: blur(100px) opacity(55%);
        -ms-filter: blur(100px) opacity(55%);
        -webkit-filter: blur(100px) opacity(55%);
        -moz-filter: blur(100px) opacity(55%);
        -o-filter: blur(100px) opacity(55%);
        right: 0;
    }
    .stages_three::before {
        width: 100%;
        height: 100%;
        filter: blur(100px) opacity(50%);
        -ms-filter: blur(100px) opacity(50%);
        -webkit-filter: blur(100px) opacity(50%);
        -moz-filter: blur(100px) opacity(50%);
        -o-filter: blur(100px) opacity(50%);
        right: 0;
        left: 0;
        top: -60px;
    }
    .stages_four::before {
        width: 100%;
        height: 100%;
        filter: blur(100px) opacity(50%);
        -ms-filter: blur(100px) opacity(50%);
        -webkit-filter: blur(100px) opacity(50%);
        -moz-filter: blur(100px) opacity(50%);
        -o-filter: blur(100px) opacity(50%);
        background-size: 250%;
        right: 0;
        top: -50px;
    }
    #stages::before, #questions::before {
        display: none;
    }
    #past::before {
        filter: blur(60px) opacity(60%);
        -ms-filter: blur(60px) opacity(60%);
        -webkit-filter: blur(60px) opacity(60%);
        -moz-filter: blur(60px) opacity(60%);
        -o-filter: blur(60px) opacity(60%);
    }
    .past::before {
        display: none;
        /*
        filter: blur(44px) opacity(50%);
        -ms-filter: blur(44px) opacity(50%);
        -webkit-filter: blur(44px) opacity(50%);
        -moz-filter: blur(44px) opacity(50%);
        -o-filter: blur(44px) opacity(50%);
        left: 0;
        top: 0;
        */
    }
    .past::after {
        height: 344px;
        filter: blur(120px) opacity(50%);
        -ms-filter: blur(120px) opacity(50%);
        -webkit-filter: blur(120px) opacity(50%);
        -moz-filter: blur(120px) opacity(50%);
        -o-filter: blur(120px) opacity(50%);
        left: 10%;
        top: 275px;
    }
    
    #prize {
        margin-bottom: 100px;
    }
    #stages {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .stages_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 90px;
    }
    .title {
        font-size: 32px;
    }
    .stages_two, .stages_four {
        flex-direction: column-reverse;
    }
    .stages_four {
        margin-top: 90px;
    }
    .stages_box {
        margin-left: 0;
        margin-right: 0;
    }
    .stages_container-title {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .stages_box p {
        font-size: 16px;
        line-height: 22px;
    }
     .past img {
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: -1;
        left: 0;
        filter: blur(5px) opacity(30%);
        -ms-filter: blur(5px) opacity(30%);
        -webkit-filter: blur(5px) opacity(30%);
        -moz-filter: blur(5px) opacity(30%);
        -o-filter: blur(5px) opacity(30%);
    }
    
    
}
@media (max-width: 756px) {
    .how_title {
        margin-bottom: 44px;
    }
    .general_left {
        padding-top: 100px;
        padding-bottom: 200px;
        background-image: url(/images/hand_mobile.png), url(/images/bg1.jpg);
        background-size: 90% auto, auto 100%;
    }

    .general_left h1 {
        font-size: 32px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px;
        z-index: 5;
        text-align: center;
    }
    .general_left h2 {
        font-size: 22px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 10px;
        text-align: center;
    }
    .countdown_title{
        text-align: center;
    }
    .general_left h3 {
        font-size: 26px;
        margin-top: 28px;
        margin-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }
    .general_left h6 {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
    }
    .general_left h5 {
        margin-top: 20px;
    }
    .set_text {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 300px;
    }

    /* .set_text-price {
        width: 154px;
        height: 65px;
        font-size: 45px;
    } */
    .set_text p {
        margin-top: 10px;
    }
    .set_text > p.set_text_info {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 12px;
        width: calc(100% - 24px);
        bottom: 36px;
    }
    .set_text p.roll_description {
        font-size: 16px;
        margin-top: 8px;
    }
    
    /* How to Get Section - Mobile */
    #how-to-get {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .how-to-get_title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    
    .how-to-get_container {
        gap: 25px;
    }
    
    .how-to-get_option {
        padding: 20px;
        border-radius: 15px;
    }
    
    .how-to-get_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .how-to-get_header h3 {
        font-size: 20px;
        text-align: left;
    }
    
    .how-to-get_step {
        gap: 10px;
        padding: 10px 0;
    }
    
    .how-to-get_step span {
        font-size: 16px;
    }
    
    .how-to-get_highlight {
        padding: 25px 20px;
        flex-direction: column;
        gap: 15px;
        border-radius: 20px;
    }
    
    .how-to-get_highlight svg {
        width: 28px;
        height: 28px;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 22px;
    }
    
    .how-to-get_highlight_text p {
        font-size: 16px;
    }
    
    .set, .roll1, .roll2, .roll3, .roll4, .roll5, .roll6, .roll7, .roll8, .roll9, .roll10 {
        padding-top: 0;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        height: 560px !important;
    }
    .soc_case {
        margin-left: 25px;
        margin-right: 25px;
    }
    .soc_case img {
        width: 50px;
        height: 50px;
    }
   
    #past {
        padding-top: 80px;
    }
    #bigBtn {
        padding-top: 100px;
    }
    .big_btn {
       width: 276px;
        font-size: 25px;
        position: relative;
        z-index: 5;
        height: 68px;
    }
    .question_top {
        padding-left: 35px;
    }
    .question_bottom {
        margin-left: 35px;
    }
    .question_top::before {
        left: 18px;
        margin-top: 5px;
    }
    .past_case-btn {
        margin-left: auto;
        margin-right: auto;
    }
    
    
}
@media (max-width: 576px) {
    .overlay {
        width: calc(95% - 50px) !important;
        overflow-y: auto;
    }
    #top {
        background-size: auto 60%;

    }
    .past p {
        font-size: 16px;
        margin-bottom: 70px;
    }
    .past_title {
        margin-bottom: 20px;
    }
    #partners, #prize {
        padding-top: 100px;
    }
    #partners .title, #prize .title{
        margin-bottom: 20px;
    }
    .header_link {
        display: none;
    }
    .question_top {
        font-size: 20px;
    }
    .soc_title {
        margin-bottom: 50px;
    }
    .question_bottom {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .how_box-num {
        font-size: 90px;
    }
    .how_box-circle {
        width: 130px;
        height: 130px;
        margin-top: -70px;
        margin-left: 20px;
    }
    .lottery .how_box-circle {
        width: 130px;
        height: 130px;
        margin-left: auto;
    }
    .how_box-circle img {
        height: 140px;
        margin-left: 23px;
        margin-top: 25px;
    }
    .stages_container img {
        width: 75%;
    }
    .how_box_text {
        font-size: 16px;
    }
    
    .stages_container {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .how_box-two, .how_box-four {
        flex-direction: row-reverse;
    }
    .how_box-two .how_box_text, .how_box-four .how_box_text{
        margin-left: 0;
    }
    .stages_box {
        width: 100%;
    }
    .header_link {
    font-size: 14px;
    }
    .header_city {
        width: auto;
    }
    header {
        width: calc(100% - 40px);
        padding-top: 10px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer a, footer span {
        font-size: 15px;
        max-width: 170px;
    }
    #footer {
        padding-bottom: 20px;
    }
    .how_box-four img{
        width: 100px;
        height: auto;
    }
    .questions_text {
        width: 100%;
    }
    .countdown-number {
        margin-right: 10px;
        margin-left: 10px;
    }
    
}
@media (max-width: 576px) {
    .set_text h3{
        font-size: 36px;
    }

}
@media (max-width: 420px) {
    .general_left {
        padding-top: 100px;
        padding-bottom: 200px;
        background-image: url(/images/hand_mobile_min.png), url(/images/bg1.jpg);
    }
    .slick-slide img {
        max-width: 100%;
    }
    .header_logo_short{
        display: block;
    }
    .header_logo{
        display: none;
    }
    .set_text h3{
        font-size: 30px;
    }
    .set_text > p.set_text_info {
        font-size: 15px;
        line-height: 20px;
        padding: 8px 10px;
        width: calc(100% - 20px);
        /* bottom: 12px; */
    }
    .set_text p.roll_description {
        font-size: 15px;
        margin-top: 6px;
    }
    
    /* How to Get Section - Small Mobile */
    #how-to-get {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .how-to-get_title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    .how-to-get_container {
        gap: 20px;
    }
    
    .how-to-get_option {
        padding: 18px;
        border-radius: 12px;
    }
    
    .how-to-get_header h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .how-to-get_step span {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .how-to-get_highlight {
        padding: 20px 15px;
        gap: 12px;
        border-radius: 15px;
    }
    
    .how-to-get_highlight svg {
        width: 24px;
        height: 24px;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .how-to-get_highlight_text p {
        font-size: 15px;
    }
    
    .overlay {
       padding-top: 45px;
    padding-bottom: 25px;
    }
.links li {
    height: 45px;
    margin-bottom: 10px;
}
.set, .roll1, .roll2, .roll3, .roll4, .roll5, .roll6, .roll7, .roll8, .roll9, .roll10 {
    padding-top: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    height: 460px !important;
}
.set {
    background: url(../../images/slider/set_day_2_mobile.jpg) center no-repeat;
    background-size: cover;
}
.roll1 {
    background: url(../../images/slider/set_day_krab_hot_mobile.jpg) center no-repeat;
    background-size: cover;
}
.roll2 {
    background: url(../../images/slider/set_day_tarantino_mobile.jpg) center no-repeat;
    background-size: cover;
}
/* .roll3 {
    background: url(../../images/slider/set_day_hot_mobile.jpg) center no-repeat;
    background-size: cover;
}
.roll4 {
    background: url(../../images/slider/set_day_krab_hot_mobile.jpg) center no-repeat;
    background-size: cover;
} */



}
@media (max-width: 360px) {
    .footer_left > a {
        max-width: 130px;
    }
    .soc_case img {
        width: 40px;
        height: 40px;
    }
    .question_top::before {
        left: 5px;
    }
    .question_top {
        padding-left: 22px;
    }
    .question_bottom {
        margin-left: 22px;
        margin-top: 12px;
    }
    .countdown-time {
        font-size: 30px;
        margin-bottom: 2px;
    }
    .countdown-text {
        font-size: 15px;
    }
    .past::after {
        display: none;
    }
    .big_btn {
        font-size: 30px;
        height: 70px;
    }
    footer a, footer span {
        font-size: 13px;
    }
    .header_link {
        display: none;
    }

    .header_logo {
        width: 120px;
    }
    .header_city {
        font-size: 16px;
    }
    .how_box-circle {
        width: 115px;
        height: 115px;
    }

}
@media (max-width: 576px) {
    .set_text h3{
        font-size: 26px;
    }

}

#rests {
    padding-bottom: 122px;
}

#map_rest {
    width: 100%;
    height: 550px;
    position: relative;
   
    display: flex;
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center;     /*Центрирование по вертикали */
}
#map_rest .wait_map{
    color: #7e7e7e;
}
/*
#map_rest::before {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25px, black 50px);
    z-index: 1;
}

#map_rest::after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 25px, black 50px);
    z-index: 1;
}
*/


#map_rest .ymaps-2-1-79-ground-pane {
    filter: invert(1) hue-rotate(185deg);
    -ms-filter: invert(1) hue-rotate(185deg);
    -webkit-filter: invert(1) hue-rotate(185deg);
    -moz-filter: invert(1) hue-rotate(185deg);
    -o-filter: invert(1) hue-rotate(185deg);
}
/*
#map_rest .ymaps-2-1-79-ground-pane::before {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50px, black 100px);
    z-index: 1;
}
*/

#map_rest .ymaps-2-1-79-balloon__layout{
    border-radius: 10px;
}
#map_rest .ymaps-2-1-79-balloon__layout img{
    border-radius: 10px;
}
/*
#map_rest .ymaps-2-1-79-balloon__tail:after{
    background-color: #000;
}

#map_rest .ymaps-2-1-79-balloon__content{
    background-color: #000;
}

#map_rest .ymaps-2-1-79-balloon__layout{
    background-color: #000;
}

#map_rest .ymaps-2-1-79-balloon__close-button{
    filter: invert(1);
    -ms-filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
}

#map_rest .ymaps-2-1-79-map{
    color: #fff;
}

#map_rest .ymaps-2-1-79-balloon{
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15), 0 5px 15px -7px rgb(255 255 255 / 50%);
    border-radius: 10px;
}

#map_rest .ymaps-2-1-79-balloon__tail{
    box-shadow: inset 0 0 1px -2px rgba(0,0,0,.15), 3px -3px 13px 1px rgb(255 255 255 / 20%);
}
*/

.ymaps-2-1-79-balloon__content{
    font-family: "Fujiya" !important;
    font-weight: 400 !important;
    font-size: 18px !important; 
}

#city_popap > .close {
    position: relative;
}

.is_offer_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1;
    z-index: 1100;
   
    width: 100%;
    height: 100%;

    
}

.is_offer {
    

    
    position: absolute;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: calc(100% - 64px);
    max-width: 400px;
    background: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;

}
.is_offer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.is_offer_top > .is_offer_top_content {
    display: flex;
    flex-direction: column;
    margin-top: -46px;
}
.is_offer_top > .is_offer_top_content > span {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #252525;
    max-width: calc(100% - 44px);
}
.is_offer_top_clouse {
    cursor: pointer;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;

}

.app_offer {
    padding-top: 12px;
  }
  .app_offer .app_offer_advantages {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .app_offer .app_offer_advantages svg {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 12px;
  }
  .app_offer .app_offer_advantages span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 270px;
    color: #252525;
  }
  .app_offer .app_offer_apps {
    margin-top: 24px;
  }
  .app_offer .app_offer_apps .app_offer_app {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #252525;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
  }
  
  .app_offer .app_offer_apps .app_offer_app svg {
    margin-right: 8px;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
  }

  .qr_link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;

    
  }
  @media (max-width: 756px) {
    .qr_link {
        display: none;
    }
    

  }
  .qr_link > img {
    width: 100%;
  }

/* How to Get Section */
#how-to-get {
    padding: 100px 0 80px 0;
    position: relative;
    z-index: 6;
    background: linear-gradient(135deg, rgba(255, 47, 48, 0.05) 0%, rgba(217, 78, 18, 0.05) 100%);
}

.how-to-get_title {
    margin-bottom: 80px;
    text-align: center;
}

.how-to-get_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.how-to-get_option {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.how-to-get_option:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 47, 48, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 47, 48, 0.2);
}

.how-to-get_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.how-to-get_header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.how-to-get_icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.how-to-get_option:hover .how-to-get_icon {
    transform: scale(1.1) rotateY(10deg);
}

.how-to-get_steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.how-to-get_step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-left: 2px solid transparent;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.how-to-get_step:hover {
    border-left-color: #FF2F30;
    padding-left: 20px;
}

.how-to-get_step svg {
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 2px 4px rgba(255, 47, 48, 0.3));
    transition: transform 0.3s ease;
}

.how-to-get_step:hover svg {
    transform: rotate(180deg) scale(1.2);
}

.how-to-get_step span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.how-to-get_highlight {
    background: linear-gradient(135deg, #FF2F30 0%, #D22526 50%, #FFB258 100%);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(255, 47, 48, 0.4);
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 15px 35px rgba(255, 47, 48, 0.4);
    }
    50% {
        box-shadow: 0 20px 45px rgba(255, 47, 48, 0.6);
    }
}

.how-to-get_highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

.how-to-get_highlight_icon {
    flex-shrink: 0;
    animation: rotate-magic 6s linear infinite;
}

@keyframes rotate-magic {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(90deg) scale(1.1);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    75% {
        transform: rotate(270deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.how-to-get_highlight_text h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.how-to-get_highlight_text p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Tablet Styles */
@media (max-width: 1200px) {
    #how-to-get {
        padding: 80px 0 60px 0;
    }
    
    .how-to-get_title {
        margin-bottom: 60px;
    }
    
    .how-to-get_container {
        gap: 30px;
    }
    
    .how-to-get_option {
        padding: 25px;
    }
    
    .how-to-get_header h3 {
        font-size: 22px;
    }
    
    .how-to-get_step span {
        font-size: 17px;
    }
    
    .how-to-get_highlight {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 24px;
    }
    
    .how-to-get_highlight_text p {
        font-size: 17px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    #how-to-get {
        padding: 60px 0 40px 0;
    }
    
    .how-to-get_title {
        margin-bottom: 40px;
        font-size: 32px;
    }
    
    .how-to-get_container {
        flex-direction: column;
        gap: 25px;
    }
    
    .how-to-get_option {
        padding: 20px;
        border-radius: 15px;
    }
    
    .how-to-get_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .how-to-get_header h3 {
        font-size: 20px;
        text-align: left;
    }
    
    .how-to-get_step {
        gap: 10px;
        padding: 10px 0;
    }
    
    .how-to-get_step span {
        font-size: 16px;
    }
    
    .how-to-get_highlight {
        padding: 25px 20px;
        flex-direction: column;
        gap: 15px;
        border-radius: 20px;
    }
    
    .how-to-get_highlight svg {
        width: 28px;
        height: 28px;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 22px;
    }
    
    .how-to-get_highlight_text p {
        font-size: 16px;
    }
}

/* Small Mobile Styles */
@media (max-width: 576px) {
    #how-to-get {
        padding: 50px 0 30px 0;
    }
    
    .how-to-get_title {
        margin-bottom: 30px;
        font-size: 28px;
    }
    
    .how-to-get_container {
        gap: 20px;
    }
    
    .how-to-get_option {
        padding: 18px;
        border-radius: 12px;
    }
    
    .how-to-get_header h3 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .how-to-get_step span {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .how-to-get_highlight {
        padding: 20px 15px;
        gap: 12px;
        border-radius: 15px;
    }
    
    .how-to-get_highlight svg {
        width: 24px;
        height: 24px;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .how-to-get_highlight_text p {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .how-to-get_title {
        font-size: 24px;
    }
    
    .how-to-get_header h3 {
        font-size: 16px;
    }
    
    .how-to-get_step span {
        font-size: 16px;
    }
    
    .how-to-get_highlight_text h4 {
        font-size: 18px;
    }
    
    .how-to-get_highlight_text p {
        font-size: 14px;
    }
}

/* Info Block Section */
#info-block {
    padding: 80px 0;
    color: white;
    position: relative;
    z-index: 6;
    background: linear-gradient(135deg, rgba(255, 47, 48, 0.1) 0%, rgba(217, 78, 18, 0.1) 100%);
}

.info-block-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 50px 40px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.info-block-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF2F30 0%, #FFB258 50%, #D22526 100%);
    border-radius: 25px 25px 0 0;
}

.info-block-content::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    animation: shine-info 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine-info {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

.info-block-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 40px 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.info-items {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.info-item {
    margin-bottom: 20px;
    padding: 0;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-text {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.info-item:hover .info-text {
    color: #FFB258;
    transform: scale(1.05);
}

.info-cta {
    background: linear-gradient(135deg, #FF2F30 0%, #D22526 100%);
    padding: 20px 40px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    box-shadow: 0 10px 25px rgba(255, 47, 48, 0.4);
    z-index: 2;
}

.info-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.info-cta:hover::before {
    left: 100%;
}

.info-cta:hover {
    background: linear-gradient(135deg, #FFB258 0%, #FF8A00 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 47, 48, 0.6);
}

.info-cta-text {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

/* Responsive Styles for Info Block */
@media (max-width: 1200px) {
    #info-block {
        padding: 60px 0;
    }
    
    .info-block-content {
        padding: 40px 30px;
    }
    
    .info-block-title {
        font-size: 36px;
        margin-bottom: 35px;
    }
    
    .info-text {
        font-size: 22px;
    }
    
    .info-cta-text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #info-block {
        padding: 50px 0;
    }
    
    .info-block-content {
        padding: 35px 25px;
        border-radius: 20px;
    }
    
    .info-block-title {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    
    .info-items {
        margin-bottom: 35px;
    }
    
    .info-item {
        margin-bottom: 18px;
    }
    
    .info-text {
        font-size: 20px;
    }
    
    .info-cta {
        padding: 18px 35px;
        border-radius: 12px;
    }
    
    .info-cta-text {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    #info-block {
        padding: 40px 0;
    }
    
    .info-block-content {
        padding: 30px 20px;
        border-radius: 18px;
    }
    
    .info-block-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .info-items {
        margin-bottom: 30px;
    }
    
    .info-item {
        margin-bottom: 15px;
    }
    
    .info-text {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .info-cta {
        padding: 15px 30px;
        border-radius: 10px;
    }
    
    .info-cta-text {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .info-block-content {
        padding: 25px 18px;
    }
    
    .info-block-title {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .info-text {
        font-size: 16px;
    }
    
    .info-cta-text {
        font-size: 18px;
    }
    
    .info-cta {
        padding: 12px 25px;
    }
}

/* App Download Section */
#app-download {
    padding: 80px 0;
    position: relative;
    z-index: 6;
    background: linear-gradient(135deg, rgba(255, 47, 48, 0.08) 0%, rgba(217, 78, 18, 0.08) 100%);
}

.app-download-block {
    max-width: 1200px;
    margin: 0 auto;
}

.app-download-content {
    display: flex;
    align-items: center;
    gap: 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 40px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.app-download-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: shine-app 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine-app {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
}

.app-download-left {
    flex: 1;
}

.app-download-right {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-download-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.app-download-header h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.app-download-icon {
    flex-shrink: 0;
    filter: drop-shadow(0 6px 12px rgba(255, 47, 48, 0.4));
    animation: float-app 3s ease-in-out infinite;
}

@keyframes float-app {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.app-download-text {
    margin-bottom: 30px;
}

.app-download-text p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-left: 3px solid transparent;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.app-download-text p:hover {
    border-left-color: #FF2F30;
    padding-left: 20px;
    transform: translateX(5px);
}

.app-download-apps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    /* width: 100%; */
}

.app-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #252525 0%, #404040 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    height: 40px;
    overflow: hidden;
    width: 17%;
}
@media (max-width: 1200px) {
    .app-download-btn {
    width: 100%;
    height: 32px;
    }
}
.app-download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.app-download-btn:hover::before {
    left: 100%;
}

.app-download-btn:hover {
    background: linear-gradient(135deg, #FF2F30 0%, #D22526 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 47, 48, 0.4);
}

.app-download-btn svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.app-download-btn:hover svg {
    transform: scale(1.1);
}

.app-download-qr {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.app-download-qr::after {
    content: 'Наведи камеру';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    white-space: nowrap;
}

.app-download-qr:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.app-download-qr img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Tablet Styles */
@media (max-width: 1200px) {
    #app-download {
        padding: 60px 0;
    }
    
    .app-download-content {
        gap: 40px;
        padding: 30px;
    }
    
    .app-download-header h3 {
        font-size: 28px;
    }
    
    .app-download-text p {
        font-size: 17px;
    }
    
    .app-download-btn {
        font-size: 17px;
        padding: 12px 20px;
    }
    
    .app-download-right {
        flex: 0 0 180px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    #app-download {
        padding: 50px 0;
    }
    
    .app-download-content {
        flex-direction: column;
        gap: 30px;
        padding: 25px;
        text-align: center;
    }
    
    .app-download-header {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .app-download-header h3 {
        font-size: 24px;
        text-align: center;
    }
    
    .app-download-text p {
        font-size: 16px;
        justify-content: center;
    }
    
    .app-download-right {
        display: none; /* Скрываем QR на мобильных */
    }
    
    .app-download-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
}

/* Small Mobile Styles */
@media (max-width: 576px) {
    #app-download {
        padding: 40px 0;
    }
    
    .app-download-content {
        gap: 25px;
        padding: 20px;
        border-radius: 20px;
    }
    
    .app-download-header h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    
    .app-download-text p {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .app-download-apps {
        gap: 12px;
    }
    
    .app-download-btn {
        font-size: 15px;
        padding: 10px 18px;
        border-radius: 12px;
    }
}

@media (max-width: 420px) {
    .app-download-header h3 {
        font-size: 20px;
    }
    
    .app-download-text p {
        font-size: 14px;
    }
    
    .app-download-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}
#rests h6 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: -24px;
    font-weight: 700;
    padding-bottom: 16px;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

}
.how-to-get_btn {
    width: calc(100% - 54px);
    margin-bottom: 4px;

}
@media (min-width: 576px) {
.how-to-get_btn {
    display: none;
}
}