/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 480px) and (max-device-width: 1150px) {
    img{
        max-width: 100%;
    }
    .mw_1 {
        width: 6.75%;
    }
    .mw_2 {
        width: 15.26%;
    }
    .mw_3 {
        width: 23.48%;
    }
    .mw_4 {
        width: 32.19%;
    }
    .mw_5 {
        width: 40.7%;
    }
    .mw_6 {
        width: 49.21%;
    }
    .mw_7 {
        width: 57.63%;
    }
    .mw_8 {
        width: 66.14%;
    }
    .mw_9 {
        width: 74.56%;
    }
    .mw_10 {
        width: 83.07%;
    }
    .mw_11 {
        width: 91.58%;
    }
    .mw_12 {
        width: 100%;
    }
    .m-hide{
        display: none !important;
    }
    .m-block{
        display: block;
    }
    .m-tac{
        text-align: center;
    }
    .m-ma{
        margin: 10px auto !important;
    }
    /* header */
    header .search input[type="text"]{
        width: 70%;
    }
    header .login,header .search{
        margin: 10px auto;
    }
    /* main */
    .carousel{
        width: 560px;
    }
    .carousel_small{
        width: 690px;
    }
    .main .thumbs__wrap_left,
    .main .thumbs__wrap_right,
    .main .gallery__wrap{
        width: 100%;
    }
    .main .gallery__wrap{
        max-width: 340px;
        margin-bottom: 30px;
    }
    .main .thumbs__wrap .thumb:first-child::before,
    .main .thumbs__wrap .thumb:first-child::after,
    .main .thumbs__wrap .thumb:last-child::before,
    .main .thumbs__wrap .thumb:last-child::after
    {
        display: none;
    }
    .main .thumbs__wrap_right .thumb:nth-child(2n-1){
        margin-right: 0;
    }
     .articles__img.fl_l{
        float: none;
    }
    .main .items .item_regular:nth-child(4n){
        margin-right: 10px;
    }
    .main .items .item_regular{
        margin: 10px;
    }
    .main .items.results, .main .items.history{
        text-align: center;
    }
    .modal{
        width: 470px;
    }
}
