/*
This file describes styles that are less than 375px width
 */
@media all and (max-width: 375px){
    .menu-btn-open {
        width: 30px
    }
    .size-slider-item .btn{
        width: 100%
    }
    .footer p, .footer a, .footer span{
        word-break: break-word
    }
    .email:not(.block-with-a-small-map .email), .footer address .address{
        padding-left: 30px
    }
    .ready-block .tel-wrap img{
        margin-right: 15px
    }
    .item-info-block .price-container {
      
        /*flex-direction: column;*/
    }

}