@media screen and (max-width: 1200px){
    .soil-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .soil-item{
        width: 355px;
    }
    .comments-box{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .comments-item{
        max-width: none;
        width: 353px;
        margin: 5px;
    }
    .last-wrapper{
        display: block;
    }
    .last-title{
        display: block;
        text-align: center;
    }
    .last-form{
        margin: auto;
        padding: 7px;
    }
    .last-tables{
        margin-left: -30px;
    }
        
    .form-trigger{
        margin-top: 0;
    }
    #form2 .form-input input, #form2 select{
        height: 40px;
        margin-top: 10px;
    }
    #form2 .input-phone, #lv-formLanding2 .input-phone{
        bottom: 177px;
    }
    .new-price span{
        font-size: 30px;
    }
    .last-bottom-text p{
        padding-left: 425px;
        max-width: 910px;
        background: none;
    }
}

@media screen and (max-width: 1000px){
    .top-line{
        padding-top: 86px; 
    } 
    .comments-item{
        width: 100%;
    }
    .last-tables{
        margin-left: 80px;
    }
    footer .top-line{
        display: none;
    }
    .last-bottom-text{
        display: none;
    }
}

@media screen and (max-width: 980px){
    .strawberry-section{
        background-size: contain;
    }
}

@media screen and (max-width: 770px){
    .top-line{
        padding-top: 150px;
    }
    .top-info-left{
        display: none;
    }
    .main-title{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-title h1{
        font-size: 35px;
    }
    .main-tables{
        -ms-flex-item-align: center;
            align-self: center;
        margin-left: 0;
    }
    .main-stock{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-stock .sale{
        margin: 0;
    }
    .strawberry-section{
        background: none;
        height: auto;
    }
    .strawberry-box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .strawberry-column{
        margin: auto;
        
    }
    .strawberry-column1 .strawberry-item,
    .strawberry-column2 .strawberry-item{
        background: none;
        padding: 0;
        text-align: center;
    }
    .strawberry-column .strawberry-item,
    .strawberry-column .strawberry-item:last-child{
        margin-bottom: 20px;
    }
    .last-title span{
        font-size: 30px;
    }
    .last-tables{
        display: none;
    }
    .last-form #form2{
        margin: auto;
    }
    .last-subtitle{
        margin: 20px auto;
    }
}

@media screen and (max-width: 600px){
    .miracle-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .miracle-center{
        display: none;
    }
}

@media screen and (max-width: 500px){
    .main-subtitle{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .form-input input, select, buttons22 {
        width: 300px;
    }
    .soil-item{
        width: 300px;
    }
    .soil-item_img{
        width: 300px;
    }
    .possible-title h1,
    .strawberry-title h1{
        font-size: 30px;
    }
    .last-form #form2{
        width: auto;
    }
    .last-form .form-input input,footer .last-form  select,
    .last-form .buttons22{
        width: 200px!important;
        padding-left: 5px;
    }
    #form2 .input-phone, #lv-formLanding2 .input-phone{
        display: none;
    }
    #form2 .form-title{
        font-size: 30px;
    }
    #form2 .form-trigger{
        font-size: 30px;
        line-height: 30px;
    }
    #form2 .form-input input,#form2 select{
        line-height: 40px;
        height: 40px;
        width: 200px;
        padding-left: 5px;
    }
    #form2 .btn a, #form2 .btn button{
        line-height: 40px;
        height: 40px;
    }
    .last-subtitle{
        display: none;
    }
    .strawberry-bottom-btn .popup{
        width: 250px;
    }
    .soil-title span{
        margin-right: 0;
    }
}
@media (max-width: 500px) {
  .form-control {
    width: 200px;
  }

  .form-title {
    font-size: 36px;
  }

  .form-subtitle {
    font-size: 18px;
  }

  .form-trigger {
    font-size: 28px;
  }

  .form-remained {
    font-size: 13px;
  }

  #form {
    padding-top: 27px !important;
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 400px){
    footer{
        display: none;
    }
    .last-title span{
        font-size: 25px;
        line-height: 40px;
    }
    #form2{
        padding: 10px;
    }
}