﻿
@media only screen and (min-width: 1024px) {
    .hidedesktop {
        display: none;
    }

    .menuUz {
        width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .hidemobile {
        display: none;
    }

    .mobileMarginTop20 {
        margin-top: 20px;
    }

    .featured_slider .slick-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    .featured_slider_item2 {
        margin: 10px 0px;
    }

    .menuUz {
        width: 100px;
    }

}