.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1600px) {
    html {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 0;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .shop_links_row .mob_full{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 8rem;
        position: static;
        transform: none;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .header_left  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .header_left a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .mob_menu_toggle{
        width: 2.1rem;
        margin-left: 1.4rem;
        background: transparent;
    }
    .box1_video{
        position: static;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0;
        height: 35rem;
        clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    }
    .socials a {
        font-size: 2rem;
    }
    .socials {
        gap: 1.1rem;
    }
    .header_right_box {
        padding: 0.5rem 1rem;
    }
    .mobile_menu{
        position: fixed;
        inset: 0;
        z-index: 120;
        display: none;
        background: #0848aa;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .mobile_menu.is-visible{
        display: block;
    }
    .mobile_menu.is-active{
        opacity: 1;
        visibility: visible;
    }
    .mobile_menu_inner{
        min-height: 100vh;
        padding: 2rem 15px 2.5rem;
        display: flex;
        flex-direction: column;
        transform: translateY(1.5rem);
        transition: transform 0.3s ease;
    }
    .mobile_menu.is-active .mobile_menu_inner{
        transform: translateY(0);
    }
    .mobile_menu_top{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .mobile_menu_logo{
        width: 8rem;
        display: block;
    }
    .mobile_menu_close{
        width: 3.5rem;
        height: 2.75rem;
        border-radius: 0.75rem;
        background: var(--color-primary);
        position: relative;
        flex-shrink: 0;
        border: 0;
        padding: 0;
    }
    .mobile_menu_close span{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.5rem;
        height: 2px;
        border-radius: 2px;
        background: #ffffff;
    }
    .mobile_menu_close span:first-child{
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .mobile_menu_close span:last-child{
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mobile_menu_links{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        padding: 3rem 0 2rem;
    }
    .mobile_menu_links a{
        color: #ffffff;
        font-family: BebasNeueBold, sans-serif;
        font-size: 2.3rem;
        line-height: 0.95;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.02em;
    }
    .mobile_menu_bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }
    .mobile_menu_phone{
        color: #ffffff;
        font-family: ArialBold, sans-serif;
        font-size: 1.3rem;
    }
    .mobile_menu .socials{
        gap: 1.25rem;
    }
    .mobile_menu .socials a{
        color: #ffffff;
        font-size: 2rem;
    }
    .section_title {
        font-size: 4.2rem;
    }
    .box1_left {
        height: auto;
        padding-top: 9.1rem;
        padding-bottom: 1rem;
    }
    header {
        padding: 2rem 0;
    }
    #box-1{
        clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    }
    .tag1 {
        top: 3.6rem;
        right: -5.8rem;
    }
    .tag1 span,.tag2 span, .box8_top_flex span {
        padding: 0 0.6rem;
        font-size: 0.9rem;
        width: max-content;
    }
    .tag2 {
        top: 12.3rem;
        right: 2rem;
        transform: rotate(4deg);
    }
    #box-2 {
        padding-top: 4.5rem;
    }
    .box2_item_text_box {
        line-height: 1.4;
        margin-top: 0.3rem;
        padding-right: 0;
        font-size: 1.1rem;
    }
    .box2_row > div:nth-child(2) {
        margin-top: 0;
    }
    .btn {
        height: 5rem;
        min-width: 80%;
        padding: 0;
    }
    .box2_btn {
        margin-top: 0;
    }
    .section_title.sm {
        font-size: 3.2rem;
    }
    .section_text {
        font-size: 1.3rem;
        margin-top: 0.6rem;
        padding: 0 3rem;
    }
    .box2_bottom {
        padding-top: 5.8rem;
        padding-bottom: 8rem;
        margin-top: 1rem;
    }
    .ings_img {
        width: 100%;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
    .ings_img_center {
        width: 21rem;
    }
    .ings_flex{
        display: block;
    }
    .ing_arrow{
        display: none;
    }
    .ings_item:first-child {
        text-align: left;
    }
    .ings_item{
        width: 100%;
        padding: 1.2rem;
        margin-bottom: 1rem;
    }
    .ings{
        height: auto;
    }
    .ings_text {
        line-height: 1.4;
        font-size: 1.1rem;
    }
    .ings_rel {
        margin-top: 2rem;
    }
    .ing1 {
        margin-top: 2rem;
    }
    .box3_item:nth-child(2) {
        margin-left: 0;
    }
    .box3_image_box {
        height: 13.4rem;
    }
    .box3_image {
        padding: 1rem;
        width: 12rem;
        left: 2.1rem;
        top: 2.3rem;
        padding-bottom: 2.5rem;
        padding-top: 1.5rem;
        box-shadow: 0 0 11.274px 0 rgba(0, 0, 0, 0.10);
    }
    .bi1{
        z-index: 2;
    }
    .bi2 {
        left: 13.5rem;
        top: 3.2rem;
    }
    .box3_images {
        height: 25rem;
    }
    .box3_row2{
        flex-direction: column-reverse;
    }
    .box3_row2 .section_title br{
        display: none;
    }
    .box3_item_text {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .box3_items {
        margin-top: 2rem;
        gap: 2rem;
        margin-bottom: 1rem;
    }
    .box3_row2 {
        margin-top: 0;
    }
    .bi3 {
        top: 1.7rem;
        transform: rotate(5.1deg);
        left: 1.8rem;
        z-index: 1;
    }
    .bi4 {
        left: 14rem;
        transform: rotate(-9.9deg);
        top: 4.1rem;
    }
    #box-3{
        padding-top: 3.5rem;
    }
    #box-4 {
        padding-top: 3rem;
        padding-bottom: 6.5rem;
        clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
    }
    #box-3:after {
        height: 4.5rem;
    }
    .box4_items_row {
        margin-top: 2.3rem;
    }
    .box4_item_text br{
        display: none;
    }
    .box4_item_text{
        font-size: 1.1rem;
        line-height: 1.4;
        padding-top: 0.2rem;
    }
    .box4_item_video {
        margin: 0.6rem auto;
        height: 19rem;
        width: 19rem;
    }
    .box4_items_row > div:nth-child(2) {
        margin-top: 0;
    }
    .box3_bg {
        top: -5rem;
        width: 13rem;
        z-index: 1;
    }
    .box5_slider_prev img {
        width: 4.8rem;
    }
    .box5_slider_right img {
        width: 5rem;
    }
    .box5_slider_arrow {
        width: 5rem;
        display: block
    }
    .box5_arrow_flex{
        align-items: flex-end;
    }
    #box-5 .section_title.sm {
        margin-bottom: 2.5rem;
    }
    #box-5 {
        margin-top: -7rem;
        padding-top: 10rem;
        padding-bottom: 10rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
    }
    .box5_slider_arrow:hover {
        opacity: 1;
    }
    .box5_btn {
        margin-top: 2rem;
    }
    .shop_left {
        width: 88%;
        margin-left: 2.2rem;
    }
    .shop_left_box {
        padding: 1.8rem;
    }

    .shop_left_box_center_title {
        font-size: 2.85rem;
        bottom: 9.8rem;
    }
    .shop_left_box_center_text{
        background: white;
        padding: 0 1rem;
        font-size: 1rem;
        padding-bottom: 1rem;
    }
    .shop_left_box_center {
        background-size: 100% 20.3rem;
        background-repeat: no-repeat;
        height: 23rem;
        padding: 0;
    }
    .shop_link_title {
        font-size: 1.1rem;
    }
    .shop_links_row{
        margin: 0 -5px;
        margin-top: 3rem;
    }
    .shop_links_row > .mb_30{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .box5_bg {
        bottom: -2.7rem;
    }

    #box-6 {
        margin-top: -7rem;
        padding-top: 0;
    }
    .box6_top_images{
        display: none;
    }
    .box6_row{
        flex-direction: column-reverse;
    }
    .box6_img {
        width: 87%;
    }
    .box6_text_box {
        margin-top: 3rem;
    }
    .box6_text {
        margin-top: 0.7rem;
        line-height: 1.4;
        font-size: 1.1rem;
    }
    .box6_text br{
       display: none;
    }
    .box7_left_img{
        display: none;
    }
    .box7_arrow {
        width: 20.2rem;
    }
    .form_left{
        background-image: url(../img/box7.jpg);
        background-size: cover;
        background-position: center center;
        height: 24rem;
        margin: 0 -15px;
        padding: 15px;
        padding-bottom: 6rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    }
    #box-7 {
        margin-top: 3rem;
    }
    .box7_clip{
        clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0 95%);
    }
    .form_left .section_title br{
        display: none;
    }
    .form_box {
        padding: 0;
        display: flex;
        align-items: center;
        height: auto;
        padding-top: 2rem;
        padding-bottom: 8rem;
    }
    .form-control {
        height: 4rem;
        font-size: 1.1rem;
    }
    .form_label {
        margin-bottom: 0.5rem;
    }
    .result {
        margin: 0;
        height: auto;
    }
    .result p{
        margin-bottom: 1rem;
    }
    .policy{
        margin-bottom: 1.8rem;
    }
    .faq_left_img{
        display: none;
    }
    #box-8 {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .tag3 {
        top: -2.7rem;
        left: 0;
    }
    .tag4 {
        top: 2.4rem;
        right: -3.6rem;
    }
    .faq_center_img {
        bottom: -12rem;
        width: 112%;
    }
    .faq_right_img {
        position: absolute;
        right: 0;
        top: -0.8rem;
        width: 14.1rem;
    }
    .box6_img_after {
        right: -0.8rem;
        top: -0.2rem;
        width: 93%;
    }
    .faq_box {
        width: 100%;
        gap: 1.7rem;
        margin-top: 4rem;
    }
    .faq_body {
        margin-top: 1rem;
        font-size: 1.1rem;
    }
    .faq_title{
        font-size: 1.8rem;
    }
    .footer_logo {
        display: block;
        width: 15rem;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .footer_menu br{
        display: none;
    }
    .footer_row > div:not(:last-child){
        margin-bottom: 1.5rem;
    }
    .footer_menu {
        gap: 1.5rem;
        font-size: 1.2rem;
    }
    .footer_conts {
        gap: 1.1rem;
        margin-top: 1.2rem;
    }
    .footer_cont_flex{
        justify-content: space-between;
        width: 100%;
    }
    .footer_cont_text {
        text-transform: uppercase;
        margin-top: -0.5rem;
        margin-bottom: 0.5rem;
    }
    .f_bold {
        font-size: 1.35rem;
    }
    .page_loader_slider_box .swiper-slide{
        height: auto;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .tastes_modal_dialog{
        width: 95%;
    }
    .tastes_modal_item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tastes_modal_item_info{
        width: 100%;
    }
    .tastes_modal_item_info_title {
        font-size: 2.2rem;
        margin-top: 0.5rem;
    }
    .tastes_modal_item_info_text {
        font-size: 1.1rem;
        margin-top: 0.6rem;
    }
    .tastes_modal_close {
        right: 0.8rem;
        top: 0.8rem;
        z-index: 10;
    }
    .tastes_modal_item_image {
        width: 12rem;
        height: auto;
    }
    .page_content{
        width: 100%;
        padding: 1.7rem;
        margin: 3rem auto;
    }
    .section_title.sm2 {
        font-size: 2.4rem;
    }
    .faq_plus {
        width: 1.65rem;
        height: 1.65rem;
    }
    .faq_title span {
        width: calc(100% - 2rem);
        color: white!important;
    }
}
@media screen and (max-width:550px) {

}
