html{
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}
*, *::after, *::before{
    box-sizing: inherit;
}
body{
    margin: 0;
    background-color: #f2f1f6;
}
.header{
    display: flex;
    background-color: #fff;
    height: 60px;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header__left{
    width: 256px;
    display: flex;
    align-items: center;
    padding-left: 17px;
}
.header__right{
    width: calc(100% - 256px);
}
.header__inner{
    display: flex;
    padding: 12px 0;
    align-items: center;
}
.header__search{
    flex-grow: 1;
}
.primary{
    color: #fff;
    background-color: #0d79ff;
}
.regular{
    color: #0f212e;
    background: #fff;
}
.primary:hover{
    background-color: #558fff;
    border-color: #558fff;
}
.regular:hover{
    background-color: #2282fa1a;
}
.btn{
    border: 1px solid #0d79ff;
    padding: 12px 15px;
    border-radius: 100rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease-out;
    margin: 0 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.header__search{
    display: flex;
    background: #f2f1f6;
    padding: 12px;
    border-radius: 100rem;
    gap: 10px;
}
.header__search img{
    width: 20px;
}
.header__search input{
    border: none;
    background: transparent;
}
.aside{
    background: #fff;
    width: 256px;
    border-top: 1px solid #f2f1f6;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    padding: 12px 16px;
    z-index: 99;
}
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #f2f1f6;
}
.menu-item + .menu-item{
    margin-top: 6px;
}
.menu-item a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    color: #1a2c38;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease-out;
}
.menu-item a:hover, .menu-item.current-menu-item a{
    background: #f2f1f6;
}
.menu-item img{
    width: 20px;
}
.sidebar_bottom{
    padding-top: 12px;
    margin-bottom: 20px;
}
.mail_link{
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #1a2c38;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease-out;
}
.mail_link:hover{
    color: #d83b3b;
}
.sidebar_socials{
    border-top: 1px solid #f2f1f6;
    padding-top: 20px;
}
.socials_title{
    text-align: center;
    color: #86898f;
    font-size: 13px;
    margin-bottom: 10px;
}
.socials{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.social_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #f2f1f6;
    border-radius: 100%;
    padding: 8px;
    transition: all .3s ease-out;
}
.social_item:hover{
    background: #d9d8dd;
}
.social_item img{
    width: 100%;
}
.body{
    width: calc(100% - 256px);
    margin-left: 256px;
}
.main{
    margin-top: 50px;
}
.main__inner{
    /* margin-top: 30px; */
    max-width: 1072px;
    margin: 0 auto;
}
.copyright{
    text-align: center;
    font-size: 13px;
    color: #1a2c38;
}
.chat_img{
    width: 20px;
}
.download_icon{
    width: 29px;
}
.jp{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 20px;
}
.jp_m{
    color: #d83b3b;
}
.jp_l{
    color: #0d79ff;
}
.jp_xl{
    color: #ffbb0d;
}
.marquee {
    font-family: 'Advanced LED Board-7', sans-serif;
    font-size: 24.4px;
    text-transform: uppercase;
    overflow: hidden;
    height: 65px;
    position: relative;
}
.marquee>div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 65px;
}
.marquee .ticker-wrapper__first-half {
    transform: translate(0, 0);
}
  
.marquee .ticker-wrapper__second-half {
    transform: translate(100%, 0);
}
@keyframes ticker_1 {
    0% {
      transform: translate(0, 0);
    }
  
    100% {
      transform: translate(-100%, 0);
    }
}

@keyframes ticker_2 {
    0% {
      transform: translate(100%, 0);
    }
  
    100% {
      transform: translate(0, 0);
    }
}

.marquee .ticker-wrapper__first-half,
.marquee .ticker-wrapper__second-half {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.marquee .ticker-wrapper__first-half {
    animation: ticker_1 15s infinite linear forwards;
}
  
.marquee .ticker-wrapper__second-half {
    animation: ticker_2 15s infinite linear forwards;
}
.swiper {
    width: 100%;
    height: 280px;
}
.swiper .swiper-wrapper{
    height: 236px;
}
.swiper .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 2rem;
    height: .25rem;
    border-radius: 2px;
}
.swiper .swiper-slide{
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.swiper_info{
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.swiper_text>div{
    background: #d83b3b;
    color: #fff;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
}
.swiper_title{
    font-size: 35px;
    margin-bottom: 5px;
}
.swiper_btn{
    color: #1a2c38;
    width: fit-content;
    background: #fff;
    border: 1px solid #fff;
}
.swiper_btn:hover{
    background: #f2f1f6;
}
.games{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}
.game_item{
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    width: 100%;
    max-width: 120px;
    min-height: 140px;
    position: relative;
}
.game_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #00000045;
    border-radius: 15px;
    border: 3px solid #d83b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.link_out{
    display: flex;
    width: 50px;
    height: 50px;
}
.game_item:hover .game_overlay{
    opacity: 1;
}
.game_name{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 9;
}
.slot_demo{
    background: #fff;
    border-radius: 15px;
    padding: 16px;
}
.slot_demo_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.slot_demo_game{
    width: 100%;
    height: 585px;
    border-radius: 15px;
}
.recomended_slots{
    margin-top: 30px;
}
.recomended_title{
    font-size: .875rem;
    font-weight: 700;
    color: #1a2c38;
    margin-bottom: 20px;
}
.slot_permalink{
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}
.game_item:hover .slot_permalink{
    text-shadow: #fff 1px 0 6px;
}
#moreBtn .btn{
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 50px;
}
.bread_item{
    font-size: 11px;
    color: #86898f;
    text-decoration: none;
    position: relative;
}
.bread_item + .bread_item::before{
    content: '|';
}
.payments{
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
.payments img{
    height: 35px;
    width: auto;
}
.red_title{
    font-size: 1.125rem;
    font-weight: 600;
    color: #d83b3b;
    text-align: center;
    text-transform: uppercase;
}
.contact_title{
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact_us_form_wrapp{
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.contact_us{
    margin: 30px 0;
}
.contact_us_img img{
    height: 100%;
}
.contact_us_form{
    width: 100%;
    padding: 30px;
}
.input_stuf{
    display: flex;
    align-items: center;
    background: #f2f1f6;
    border-radius: 100rem;
    height: 36px;
    padding: 0 15px;
    gap: 10px;
}
.input_flag{
    width: 18px;
}
.input_stuf input{
    background: transparent;
    border: none;
}
.input_stuf input:focus{
    outline: none;
}
.prefix, .input_stuf input{
    font-weight: 700;
    font-size: 14px;
}
.form_tabs{
    display: flex;
}
.form_tab{
    flex: 1 0 0;
    text-align: center;
    font-weight: 700;
    color: #86898f;
    cursor: pointer;
    border-bottom: .125rem solid #c4c5c7;
    transition: color .25s ease-out;
    padding-bottom: 10px;
    position: relative;
}
.form_tab.tab_active{
    color: #1a2c38;
}
.form_tab::after{
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    height: .25rem;
    content: "";
    background-color: #0d79ff;
    border-radius: 100rem;
    transition: transform .25s ease-out;
    transform: scaleY(0);
}
.tab_active::after{
    transform: scaleY(1);
}
.input_label{
    color: #86898f;
    font-size: 13px;
    margin-bottom: 5px;
}
.contact_us_form{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.variable_inputs{
    height: 57px;
    position: relative;
}
.variable_inputs .form_input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform .25s ease-out;
    transform: scaleY(0);
}
.variable_inputs .form_input.input_active{
    transform: scaleY(1);
}
.form_checkbox{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a2c38;
    font-size: 12px;
    cursor: pointer;
}
.wrapp_checkbox{
    width: 20px;
    height: 20px;
    position: relative;
    flex: 20px 0 0;
}
.wrapp_checkbox input{
    opacity: 0;
    position: absolute;
}
.mask_for_checkbox{
    border-radius: 100%;
    border: 1px solid #86898f;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.wrapp_checkbox input:checked ~ .mask_for_checkbox{
    background-image: url(../img/check.png);
    background-position: center;
    background-size: cover;
    background-color: #feba0d;
}
.plus_every_day{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9.375rem;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin: 60px 0;
}
.plus_left, .plus_right{
    flex: 1 0 0;
}
.plus_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.plus_descr{
    font-size: .625rem;
    color: #86898f;
    text-align: right;
}
.plus_right .btn{
    white-space: nowrap;
}
.cube_wrapp{
    width: 9.375rem;
    height: 9.375rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
    position: absolute;
    overflow: hidden;
}
@keyframes cube-sprite {
    0% {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-100%,0)
    }
}
.cube_rotate{
    background-image: url(../img/cube.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5000%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    animation: cube-sprite 2s steps(50) infinite backwards;
    will-change: transform;
}
.providers{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.provider{
    flex: 1 0 0;
    width: 200px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}
.provider img{
    width: 45px;
    margin-right: 10px;
}
.provider_info{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 13px;
}
.provider_title{
    color: #1a2c38;
    font-weight: 700;
    transition: all .2s ease;
}
.provider_games{
    color: #86898f;
    font-size: 13px;
}
.provider_info:hover .provider_title{
    color: #d83b3b;
}
.plus_title{
    background: #d83b3b;
    color: #fff;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 35px;
}
.providers_section{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 20px 0;
}
.provider_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.provider_item:hover{
    background-color: #efdee3;
    border: 1px solid #d33f3d;
}
.provider_logo{
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c5c7;
}
.provider_logo img{
    height: 40px;
}
.games_category{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.game_category_item{
    flex: 1 0 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    color: #1a2c38;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.game_category_item:hover{
    background-color: #efdee3;
    border: 1px solid #d33f3d;
}
.game_category_item img{
    width: 30px;
}
.about_banner{
    height: 210px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 15px;
}
.about_banner_title, .about_banner_descr{
    max-width: 417px;
    width: fit-content;
}
.about_banner_title{
    background: #d83b3b;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.about_banner_descr{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
}
.afer_banner_text{
    margin: 20px 0;
}
.target_item{
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 50px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.target_item:not(.target_item:first-child, .target_item:last-child){
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.target_item:first-child{
    width: calc(100% - 40px);
}
.target_item:last-child{
    width: calc(100% - 40px);
    margin-left: auto;
}
.target_img{
    background-color: #f2f1f6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
}
.target_img img{
    width: 130px;
    height: 130px;
}
.target_item:nth-child(even){
    flex-direction: row-reverse;
    text-align: right;
}
.target_item:nth-child(even) .target_title{
    margin-left: auto;
}
.about_contacts{
    margin: 20px 0;
}
.target_title, .about_contacts_title{
    background: #d83b3b;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.about_contacts_descr{
    margin: 20px 0;
}
.target_item + .target_item::before{
    content: url(../img/line.svg);
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: -30px;
    right: 20px;
    transform: translateY(-50%);
}
.about_contacts_items{
    display: flex;
    gap: 20px;
}
.about_contact_variation{
    flex: 1 0 0;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
.var_title{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 10px 5px;
}
.about_contact_descr{
    font-size: 13px;
    margin-bottom: 30px;
    padding: 0 5px;
}
.about_contact_variation.btn.regular{
    margin: 0;
}
.about_contact_variation svg{
    fill: #000;
    transition: all .3s ease-in-out;
}
.about_contact_variation:hover{
    background: #d83b3b;
    color: #fff;
}
.about_contact_variation:hover svg{
    fill: #fff;
}
.about_contact_variation:hover svg path[fill="white"]{
    fill: #d83b3b;
}
.about_contact_variation:hover .btn.regular{
    background-color: #fff;
    border: 1px solid #fff;
}
.about_downloads{
    display: flex;
    gap: 20px;
}
.logo_item_first,.logo_item_second{
    width: 196px;
}
.logo_item_third,.logo_item_forth{
    height: 196px;
}
.logo_item_third img,.logo_item_forth img{
    height: 100%;
}
.logo_item_first img,.logo_item_second img{
    width: 100%;
}
.logo_item_first{
    grid-area: logo_item_first;
}
.logo_item_second{
    grid-area: logo_item_second;
}
.logo_item_third{
    grid-area: logo_item_third;
}
.logo_item_forth{
    grid-area: logo_item_forth;
}
.about_downloads_logos a{
    padding: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}
.about_downloads_logos{
    display: grid;
    grid-gap: 10px;
    padding: 20px 40px;
    grid-template-areas: 
        "logo_item_first logo_item_first logo_item_third logo_item_forth"
        "logo_item_second logo_item_second logo_item_third logo_item_forth";
}
.downloads_item{
    flex: 1 0 0;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_downloads_press_kit{
    padding: 20px 40px;
}
.about_downloads_press_kit img{
    width: 100%;
}
.downloads{
    margin: 20px 0;
}
.download_title{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 10px 5px;
}
.download_title img{
    width: 25px;
}
.logo_item_forth, .logo_item_first{
    background: #f2f1f6;
}
.about_downloads_logos a:hover{
    border: 1px solid #c4c5c7;
}
.btn_wrapp{
    display: flex;
    justify-content: end;
}
.top_card{
    height: 157px;
    border-radius: 15px 15px 0 0;
    background-size: cover;
}
.locations{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.location_card{
    width: 345px;
    height: 210px;
    perspective: 1000px;
    cursor: pointer;
}
.location_inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 15px;
}
.location_inner:hover{
    border: 1px solid #d83b3b;
}
.location_card.flip .location_inner{
    transform: rotateY(180deg);
}
.location_front, .location_back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.location_back{
    transform: rotateY(180deg);
}
.bottom_card{
    position: relative;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #c4c5c7;
}
.location_back .bottom_card{
    display: flex;
}
.card_toggles{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #c4c5c7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
}
.card_name{
    font-weight: 600;
}
.card_adress{
    font-weight: 300;
    color: #86898f;
}
svg.info path{
    stroke: #86898f;
}
svg.close path{
    fill: #86898f;
}
.location_inner:hover .card_toggles{
    background: #0d79ff;
    border: 1px solid #0d79ff;
}
.location_inner:hover svg.info path{
    stroke: #fff;
}
.location_inner:hover svg.close path{
    fill: #fff;
}
.back_top_card{
    font-size: 11px;
    text-align: justify;
    padding: 10px;
}
.card_descr{
    font-weight: 300;
}
.card_back_info{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 10px;
}
.card_info_item{
    display: flex;
    align-items: center;
    flex: calc(40% - 5px) 0 0;
    justify-content: space-between;
}
.card_info_name{
    display: flex;
    align-items: center;
}
.card_info_name img{
    width: 20px;
}
.card_info_value{
    font-weight: 600;
}
.card_bottom_info{
    flex: 1 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.card_bottom_info img{
    width: 20px;
}
.card_bottom_info_inner{
    display: flex;
    flex-direction: column;
}
a.card_bottom_info_inner{
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
}
a.card_bottom_info_inner:hover{
    text-decoration: underline;
    color: #d83b3b;
}
.contacts.about_banner{
    align-items: start;
}
.contacts .about_banner_descr{
    text-align: left;
}
.faq_tabs{
    display: flex;
    gap: 15px;
    margin: 20px 0;
}
.tabs_cat{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq_tab_item{
    width: 176px;
    height: 125px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease;
}
.faq_tab_item:hover{
    background: #f7f7f7;
}
.faq_tab_img{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.faq_tab_img img{
    width: 100%;
}
.faq_tab_name{
    width: fit-content;
    background: #d83b3b;
    color: #fff;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.faq_tab_item.active{
    background: #d83b3b;
}
.faq_tab_item.active .faq_tab_name{
    background: #fff;
    color: #d83b3b;
}
.faq_container_item{
    display: none;
}
.faq_container_item.active{
    display: block;
}
.faq_container{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
}
.faq_item{
    padding: 15px;
    background: #f2f1f6;
    border-radius: 11px;
    margin-bottom: 15px;
    cursor: pointer;
}
.faq_question{
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_question img{
    width: 20px;
    transition: all .2s ease-in-out;
}
.faq_item.open .faq_question img{
    transform: rotate(180deg);
}
.faq_answer{
    display: none;
    margin-top: 15px;
}
.faq_item.open .faq_answer{
    display: block;
}
.mobile_bottom_menu{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    padding: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: #fff;
    border-top: 1px solid #f2f1f6;
}
.toggle_menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
}
.toggle_menu img{
    width: 20px;
}
.menu_mobile{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
}
.menu_mobile .menu-item a{
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 0;
    font-weight: 400;
    white-space: nowrap;
}
.menu_mobile .menu-item + .menu-item{
    margin-top: 0;
}
.breadcrumbs{
    margin: 20px 0;
}
table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
td, th{
    border: 1px solid #ccc;
    padding: 10px;
}
@media(max-width: 991px){
    .contact_us_form_wrapp{
        flex-direction: column;
    }
    .contact_us_img img{
        width: 100%;
        height: auto;
    }
    .header__search, .btn_download{
        display: none;
    }
    .header__inner{
        justify-content: end;
    }
    .aside{
        width: 100%;
        height: 0;
        padding: 0;
        border-top: none;
        overflow: hidden;
        top: unset;
        bottom: 60px;
        transition: all .3s ease-in-out;
    }
    .aside.open{
        height: calc(100% - 120px);
        padding: 12px 16px;
        border-top: 1px solid #f2f1f6;
        overflow: scroll;
    }
    .body{
        width: 100%;
        margin-left: 0;
    }
    .plus_title{
        font-size: 14px;
    }
    .plus_descr{
        display: none;
    }
    .payments{
        flex-wrap: wrap;
    }
    .footer{
        margin-bottom: 60px;
    }
}
