/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
/* Responsive */

@media only screen and (max-width: 1450px) {
   
}/*  (max-width: 1450px) */

@media only screen and (max-width: 1199px) {
    .hero_left_content {
        width: 480px;
    }
    
    .formBox.desktop_form {
        width: 370px;
    }
} /*  (max-width: 1260px) */

@media only screen and (max-width: 1100px) {

} /*  (max-width: 1100px) */

@media only screen and (max-width: 1199px) {
    
} /* (max-width: 1199px) */

@media only screen and (min-width: 768px) and (max-width: 991px) {

} /*  (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 991px) {

    .container {
        padding: 0 20px;
    }
    
    .hero_left_content {
        width: 100%;
    }
    
    .mobile_content {
        display: block;
    }
    
    .formBox {
        position: unset;
        margin: 36px 0 40px 0;
    }
    
    .formBox.desktop_form {
        display: none;
    }
    
    h2.page_title.howDo {
        margin-top: 44px;
    }
    
    .top_days {
        display: flex;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 15px;
    }
    
    img.line_desktop {
        display: none;
    }
    
    .top_days img {
        height: 33vw;
        min-height: 120px;
    }
    
    .iconsListBox {
        margin-bottom: 74px;
    }
    
    ul.wineList {
        padding-left: 0;
    }
    
    .win_box a {
        margin: 0;
        width: 100%;
        max-width: 450px;
    }

    img.heroImgDesk {
        display: none;
    }

    img.mobile-banar {
        display: block;
        position: absolute;
        left: 56%;
        width: 85vw;
        top: -3%;
        z-index: -1;
    }


}/*and (max-width: 991px)*/
    
@media only screen and (min-width: 426px) and (max-width: 767px) {
   
} /* (min-width: 426px) and (max-width: 767px) */
      
@media only screen and (max-width: 767px) {

    .mobileFull {
        width: 100%;
        max-width: 480px;
        justify-content: center;
    }

    .nanarBottomText h2.page_title.howDo {
        margin-top: 80px;
    }

    .hero_content.hero_content5 p.banar_text {
        display: none;
    }

    img.gravityImg {
        display: none;
    }
    
    span.line {
        max-width: 100%;
    }
    
    .gravityTextBox {
        max-width: 100%;
    }

    .form2 .formBox button.formBtn {
        margin: 0 auto;
    }

    .hero_content.hero_content2 p.banar_text {
        display: none;
    }


    .win_box a {
        text-align: center;
        justify-content: center;
        font-size: 18px;
    }

    body {
        background-size: 200vw;
    }

    .top_days img {
        height: 120px;
    }
    
    .blue_btn {
        font-size: 14px;
        padding: 12px 25px;
    }
    
    img.mobile-banar {
        left: 150px;
        height: 390px;
        width: auto;
        top: -75px;
    }

}/* and (max-width: 767px) */
       
@media only screen and (max-width: 575px) {

} /* (max-width: 575px) */
    
@media only screen and (min-width: 320px) and (max-width: 425px) {
	
}     /*  (min-width: 320px) and (max-width: 425px) */

@media only screen and (max-width: 480px) {

} /* (max-width: 480px) */
      
@media only screen and (max-width: 360px) {

} /* (max-width: 360px)  */
   