
:root{
    --color-primary: #FF4F02;
    --color-blue: #0848AA;
    --size12: 0.75rem;
    --size14: 0.875rem;
    --size20: 1.25rem;
    --size24: 1.5rem;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
    url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular.woff') format('woff'),
    url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: local('Arial'), local('ArialMT'),
    url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArialMT.woff') format('woff'),
    url('../fonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialBold';
    src: url('../fonts/Arial-BoldMT.eot');
    src: local('Arial Bold'), local('Arial-BoldMT'),
    url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arial-BoldMT.woff') format('woff'),
    url('../fonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body{
    line-height: 1.2;
    font-family: 'Arial', sans-serif;
    background: #F5EEE4;
}
.page_loader{
    background-color: #0848AA;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background-image: url("../img/slider_bg.jpg");
    background-size: cover;
    background-position: center center;
}
.page_loader_slider_box .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.page_loader_slider_box .swiper-slide {
    height: 25rem;
}
.loader_percent{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 4rem;
    color: white;
    z-index: 2;
}
/*.page_loader_slider_box .swiper-slide-active {*/
/*    transform: scale(1.1);*/
/*}*/
/*.page_loader_slider_box{*/
/*    overflow: hidden;*/
/*}*/
/*.page_loader_slider_box .swiper-wrapper {*/
/*    overflow: visible; !* тек анимация үшін *!*/
/*}*/
.page_loader_slider{
    height: 100vh;
    display: flex;
    align-items: center;
    /*padding: 0 4rem;*/
}
.header_menu{
    display: flex;
    gap: 1.7rem;
}

.header_menu:first-child{
    margin-bottom: 1.2rem;
}
.container {
    width: 83.6rem;
}
header{
    padding: 2rem 0;
}
.header_menu a{
    color: white;
    position: relative;
    padding-bottom: 3px;
}
.header_menu a:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    background: white;
    right: 100%;
    transition: all 0.35s;
}
.header_menu a:hover:after{
    right: 0;
}
.header_right_box{
    background: var(--color-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    color: white;
}
.header_phone{
    font-family: ArialBold, sans-serif;
    font-size: 1.25rem;
    margin-left: 1.4rem;
    color: white;
}
.socials{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.socials a{
    font-size: 1.5rem;
    color: white;
}
.socials a:hover{
    opacity: 0.7;
}
.logo{
    display: block;
    width: 12.938rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mobile_menu{
    display: none;
}
header{
    position: absolute;
}
.box1_left{
    height: 53.2rem;
    display: flex;
    align-items: center;
}
.section_title{
    font-size: 6.739rem;
    text-transform: uppercase;
    font-family: 'BebasNeueBold', sans-serif;
    line-height: 1;
    margin: 0;
}
.tag1 span,.tag2 span, .box8_top_flex span{
    background: var(--color-primary);
    color: white;
    font-family: ArialBold, sans-serif;
    border-radius: 8px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
}
.tag1{
    position: absolute;
    top: 5.5rem;
    right: -4rem;
    transform: rotate(-6deg);
}
.tag2{
    position: absolute;
    top: 19.1rem;
    right: 5.1rem;
    transform: rotate(7.7deg);
}
.tag2 span{
    padding: 0 1.8rem;
}
#box-1{
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 81.6%, 0% 100%);
    background: var(--color-blue);
    color: white;
    z-index: 3;
}
.box1_video{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}
.box1_video video{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.box2_item{
    height: 35.7rem;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 1.2rem;
    position: relative;
}
.box2_item_text{
    position: relative;
    z-index: 1;
    background: white;
    border-radius: 10px;
    padding: 1.2rem;
    min-height: 11.2rem;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box2_item_title{
    color: var(--color-blue);
    font-size: 2rem;
    font-family: 'BebasNeueBold', sans-serif;
}
.box2_item_text_box{
    line-height: 1.45;
    margin-top: 1rem;
    padding-right: 0.3rem;
    opacity: 0.5;
}
#box-2{
    padding-top: 1.5rem;
    position: relative;
    background: #F5EEE4;
}
#box-2:after{
    position: absolute;
    bottom: 100%;
    height: 30rem;
    content: "";
    left: 0;
    right: 0;
    background: #F5EEE4;
}
.box2_row > div:nth-child(2){
    margin-top: 3.3rem;
}
.box2_btn{
    margin-top: 1.3rem;
}
#menu_7{
    font-family: ArialBold, sans-serif;
    border-bottom: 1px solid white;
}
#menu_4{
    margin-right: 0.5rem;
}
.btn{
    background: var(--color-blue);
    color: white!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: ArialBold, sans-serif;
    font-size: var(--size20);
    height: 5.875rem;
    padding: 0 1.875rem;
    text-transform: uppercase;
    border-radius: 8px;
    min-width: 16rem;
}
.btn:hover:after{
    right: 0;
}
.btn:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    content: "";
    background: #FF4F02;
    transition: all 0.5s;
}
.btn span{
    position: relative;
    z-index: 1;
}
.box2_bottom{
    padding-top: 9.1rem;
    padding-bottom: 12.7rem;
}
.section_title.sm{
    font-size: 6rem;
    color: var(--color-blue);
}
.section_title.sm2{
    font-size: 3rem;
    color: var(--color-blue);
    margin-bottom: 1rem;
}
.page_content h2, .page_content h3, .page_content h3, .page_content h4, .page_content h5, .page_content h6{
    color: var(--color-blue);
    font-family: BebasNeueBold, sans-serif;
}
.page_content{
    width: 50rem;
    border-radius: 20px;
    padding: 2rem;
    margin: 4rem auto;
    background: white;
}
.section_text{
    color: var(--color-blue);
}

.ings_rel{
    margin-top: 2.3rem;
}
.ings_img{
    width: 37.641rem;
    position: absolute;
    left: 50%;
    top: 4.8rem;
    transform: translateX(-50%);
}
.ings_img_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32rem;
}
.ings{
    position: relative;
    height: 42.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ing1{
    margin-top: 1.5rem;
}
.ings_item{
    background: white;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    width: 20rem;
    position: relative;
}
.ings_item:first-child{
    text-align: right;
}
.ings_title{
    color: var(--color-primary);
    font-size: 2rem;
    font-family: BebasNeueBold, sans-serif;
}
.ings_text{
    color: var(--color-blue);
    line-height: 1.45;
    opacity: 0.8;
    margin-top: 0.8rem;
}
.ing_arrow{
    position: absolute;
    width: 7.063rem;
}
.ing1 .ing_arrow{
    right: -7.8rem;
    top: 0.2rem;
}
.ing2 .ing_arrow{
    left: -7.8rem;
    top: -0.2rem;
    transform: rotate(97deg);
}
.ing3 .ing_arrow{
    right: -7.7rem;
    bottom: -0.3rem;
    transform: rotate(-91deg);
}
.ing4 .ing_arrow{
    left: -7.4rem;
    bottom: 0.3rem;
    transform: rotate(-172deg);
}
.z2{
    position: relative;
    z-index: 2;
}
.box2_bottom_bg{
    position: absolute;
    left: 0;
    top: 0;
}
.box2_bottom{
    overflow: hidden;
}

#box-3{
    padding-top: 1.6rem;
    position: relative;
    background: var(--color-blue);
    color: white;
    margin-bottom: -1px;
}

#box-3:after{
    position: absolute;
    bottom: 99.9%;
    height: 7.5rem;
    content: "";
    left: 0;
    right: 0;
    background: var(--color-blue);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}
.box3_bg{
    position: absolute;
    top: -2.2rem;
    left: 0;
    width: 28.7rem;
}
#box-4{
    padding-top: 10.6rem;
    padding-bottom: 14.4rem;
    background: var(--color-blue);
    color: white;
    clip-path: polygon(0 0, 100% 0, 100% 85.2%, 0% 100%);
    position: relative;
    z-index: 1;
}
#box-3 .section_title.sm{
    color: white;
}
#box-3 .section_title span, #box-4 .section_title span{
    color: #F9B247;
}
.box3_items{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.box3_item:nth-child(2){
    margin-left: 14.1rem;
}
.box3_item_title{
    font-size: 2rem;
    font-family: 'BebasNeueBold', sans-serif;
    margin-bottom: 0.4rem;
}
.box3_item_text{
    opacity: 0.7;
}
.box3_image{
    background: #FFF;
    box-shadow: 0 0 18.982px 0 rgba(0, 0, 0, 0.10);
    padding: 1.8rem 1.3rem;
    width: 17.5rem;
    transform: rotate(-8.5deg);
    position: absolute;
    left: 2.6rem;
    top: 1.7rem;
    padding-bottom: 6.1rem;
}
.box3_image_box{
    overflow: hidden;
    height: 20.2rem;
}
.bi2{
    transform: rotate(10.2deg);
    left: 22rem;
    top: 4.2rem;
}
.box3_row2{
    margin-top: 14.3rem;
}
.bi3{
    top: -2.7rem;
    transform: rotate(5.1deg);
    left: 1.8rem;
}
.bi4{
    left: 21.2rem;
    transform: rotate(-9.9deg);
    top: -0.4rem;
}
.box4_items_row{
    margin-top: 1.3rem;
}
.box4_items_row > div:nth-child(2){
    margin-top: 4.8rem;
}
.box4_item{
    color: var(--color-blue);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 2.8rem 1rem;
}
.box4_item_box{
    position: relative;
    background: white;
    text-align: center;
    padding: 0.8rem 1.1rem;
}
.box4_item_title{
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'BebasNeueBold', sans-serif;
    color: var(--color-blue);
}
.box4_item_video{
    margin: 0.4rem auto;
    height: 19.4rem;
    width: 19.4rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.box4_items_row > div:nth-child(2) .box4_item_video{
    border-radius: 0;
}
.static{
    position: static;
}
.box4_item_video img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.box4_item_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#box-5{
    transition: all 0.35s;
    margin-top: -14rem;
    padding-top: 18.5rem;
    padding-bottom: 18rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92.1%);
    position: relative;
    background: #BE2313;
    overflow: hidden;
    color: white;
}

.box5_bg{
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
}

#box-5 .section_title.sm{
    color: white;
}
.taste_slider .swiper-slide{
    width: 27rem;

    margin-right: 4rem;
}
.box5_slider_item{
    transition: .4s;
    transform: scale(.75);
    opacity: .75;
}
.swiper-slide-active .box5_slider_item{
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}
.taste_slider .swiper-slide-active{

}
.box5_slider_img{
    position: relative;
}
.box5_slider_img_icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.8rem;
    width: 21.075rem;
}
.box5_slider_img_box{
    border-radius: 10px;
    overflow: hidden;
    height: 34.3rem;
}
.box5_slider{
    margin-top: 1.8rem;
}
.box5_slder_title{
    text-transform: uppercase;
    font-family: 'BebasNeueBold', sans-serif;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 3.9rem;
}
.box5_btn{
    margin-top: 4rem;
}
.box5_btn .btn{
    padding: 0 4.2rem;
}
.shop_left{
    width: 35rem;
    position: relative;
    margin-left: 2.2rem;
}
.shop_left:after{
    position: absolute;
    width: 99%;
    height: 105%;
    border-radius: 10px;
    content: "";
    background: var(--color-blue);
    left: -1.2rem;
    top: -1.3rem;
    transform: rotate(-3.6deg);
}
.shop_left_box{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: black;
    padding: 2.8rem;
}
.shop_left_box > .ab_img{
    opacity: 0.8;
    transform: scale(1);
    transform-origin: 50% 50%;
    animation: shopLeftImageZoom 25s ease-in-out infinite;
}
.shop_left_box_center{
    background-image: url("../img/box5_bg.png");
    background-size: 100% 100%;
    height: 29.1rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding: 1rem;
    color: var(--color-blue);
}
.shop_left_box_center_title{
    font-family: 'BebasNeueBold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.75rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10.7rem;
    line-height: 1;
    color: white;
}
.shops{
    padding-top: 8.2rem
}
.shop_links_row{
    margin-top: 2.1rem;
}
.shop_link_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 1.1rem;
    color: var(--color-blue);
    background: white;
    position: relative;
    overflow: hidden;
}
.shop_link_item:after{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    content: "";
    transition: all 0.5s;
    background: var(--color-blue);
}
.shop_link_item:hover{
    color: white;
}
.shop_link_item:hover:after{
    top: 0;
}
.shop_link_icon{
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: white;
}
.shop_link_title{
    position: relative;
    z-index: 1;
}

@keyframes shopLeftImageZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

#box-6{
    margin-top: -13rem;
    padding-top: 1.8rem;
    position: relative;
}

.box6_img{
    width: 96%;
    position: relative;
}
.box6_img > img{
    position: relative;
    z-index: 1;
}
.box6_img_after{
    position: absolute;
    right: -2.3rem;
    top: -0.3rem;
    width: 96%;
}
.box6_top_images{
    position: absolute;
    left: 0;
    top: -3.9rem;
    width: 27.9rem;
}
.box6_text_box{
    margin-top: -1.2rem;
}
.box6_text{
    margin-top: 1rem;
    line-height: 1.45;
}
#box-7{
    margin-top: -2.5rem;
    position: relative;
    z-index: 1;
}

.box7_left_img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
    background: black;
    overflow: hidden;
}
.box7_left_img img{
    opacity: 0.84;
}
.box7_arrow{
    position: absolute;
    left: 0;
    top: 1.3rem;
    width: 48.2rem;
    z-index: 3;
    pointer-events: none;
}
.box7_clip{
    background: #F9B247;
    clip-path: polygon(0 15.9%, 100% 0, 100% 100%, 0 84%);
}
.form_box{
    padding: 0 7rem;
    display: flex;
    align-items: center;
    height: 74rem;
}
.form_left{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16.5rem;
}
.form_left .section_title.sm{
    color: white;
}
.form-group{
    margin-bottom: 2rem;
}
.form_label{
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 2rem;
    margin-bottom: 0.7rem;
    color: var(--color-blue);
}
.form-control{
    width: 100%;
    font-family: ArialBold, sans-serif;
    background: white;
    color: black;
    height: 3.75rem;
    border-radius: 8px;
    padding: 0 1rem;
    border: 1px solid white;
}
.form-control:focus{
    border-color: var(--color-blue);
}
.form-control::placeholder{
    color: rgba(0, 0, 0, 0.17);
}


.result{
    margin: 0.7rem 0;
    height: 1.1rem;
}
.result p{
    margin: 0;
}

#box-8{
    padding-top: 6.4rem;
    padding-bottom: 7rem;
    position: relative;
}
#box-8 .section_title.sm, #box-4 .section_title.sm{
    color: white;
}
.faq_left_img{
    position: absolute;
    left: 0;
    top: -7.8rem;
    width: 20.2rem;
}
.faq_right_img{
    position: absolute;
    right: 0;
    top: -5.8rem;
    width: 27.1rem;
}
.faq_center_img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9rem;
    width: 79%;
}
.tag3{
    position: absolute;
    top: -2.1rem;
    left: 3.5rem;
    transform: rotate(3deg);
}
.tag4{
    position: absolute;
    top: 4.7rem;
    right: -3.6rem;
    transform: rotate(-7deg);
}

.faq_box{
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    width: 55.3rem;
    margin: 0 auto;
    margin-top: 3.1rem;
}
.box5_slider_arrow{
    width: 7.5rem;
    display: block;
}
.box5_slider_arrow:hover{
    opacity: 0.6;
}
.box5_slider_prev img{
    width: 6.688rem;
}
.box5_slider_right img{
    width: 7.063rem;
}
.faq_title{
    font-family: 'BebasNeueBold', sans-serif;
    font-size: 2rem;
    display: flex;
    align-items: center;
    color: white;
}
.faq_title span{
    width: calc(100% - 3rem);
    transition: all 0.35s;
}
.faq_title:hover span{
    color: rgba(255,255,255,0.8);
}
.faq_plus{
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    display: flex;
    align-items: center;
}
.faq_line{
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: white;
}
.fl2{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    transition: all 0.35s;
}
.faq_item.is-active .fl2{
    transform: translate(-50%, -50%) rotate(-360deg);
}
.faq_body{
    display: none;
    margin-top: 0.8rem;
}

footer{
    padding-top: 3rem;
    color: white;
    padding-bottom: 3.1rem;
}
.footer_logo{
    display: block;
    width: 27rem;
    margin-top: 1.7rem;
}
.footer_menu{
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    text-transform: uppercase;
    font-family: ArialBold, sans-serif;
    font-size: 1.25rem;
}
.f_bold{
    font-family: ArialBold, sans-serif;
    font-size: 1.25rem;
}
.footer_conts{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.f_phones{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
footer .socials{
    margin-left: 2rem;
}
footer .socials a{

}
.footer_cont_text{
    text-transform: uppercase;
}
.underline, .not_underline{
    margin-top: 0.5rem;
}
.underline{
    text-decoration: underline;
}
.underline:hover{
    text-decoration: none;
}
footer a{
    color: white;
}
.blue_bg{
    color: white;
     background: var(--color-blue);
    margin-top: -13rem;
    padding-top: 13rem;
}

.taste_slider{
    overflow: visible;
}

.tastes_modal{
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.32s ease, visibility 0.32s ease, background-color 0.32s ease;
}
.tastes_modal.is-visible{
    display: block;
}
.tastes_modal.is-active{
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

.tastes_modal_dialog{
    position: relative;
    margin: 0 auto;
    width: 69.625rem;
    transform: translateY(2rem) scale(0.96);
    opacity: 0;
    transition: transform 0.32s ease, opacity 0.32s ease;
}
.tastes_modal.is-active .tastes_modal_dialog{
    transform: translateY(0) scale(1);
    opacity: 1;
}
.tastes_modal_box{
    border-radius: 1.25rem;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
}
.tastes_modal_close{
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    flex-shrink: 0;
    display: block;
    right: -4rem;
    top: 0;
    transition: transform 0.32s ease;
}
.tastes_modal_close:hover{
    transform: rotate(-180deg);
}
.tastes_modal_close span{
    width: 1.5rem;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    top: 50%;
    left: 50%;
}
.tastes_modal_close span:first-child{
    transform: translate(-50%, -50%) rotate(45deg);
}
.tastes_modal_close span:last-child{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.tastes_modal_list{
    width: 100%;
}
.tastes_modal_item{
    min-height: 11.313rem;
    padding: 1.875rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.tastes_modal_item:first-child{
    border-radius: 1.25rem 1.25rem 0 0;
}
.tastes_modal_item:last-child{
    border-radius: 0 0 1.25rem 1.25rem;
}
.tastes_modal_item_image{
    width: 11.063rem;
    flex-shrink: 0;
}

.tastes_modal_item_info{
    width: calc(100% - 12.313rem);
}
.tastes_modal_item_info_title{
    font-size: 2.813rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: BebasNeueBold, sans-serif;
}
.tastes_modal_item_info_text{
    margin-top: 1.25rem;
    font-size: 1.1rem;
    line-height: 1.2;
}
.fixed_btns{
    position: fixed;
    z-index: 20;
    right: 1.5rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    will-change: transform;
}
.fixed_btn{
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--color-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 50%;
}
.fixed_btn.wp{
    background: #25d366;
    font-size: 2rem;
}
