@media screen and (max-width: 420px){
    body {
        width: 100%;
    }
    .slider .slides li .caption h3,
    .slider .slides li .caption h5,
    .widget-title span strong,
    #home-products .item,
    #home-products a.caption span,
    .yellow-widget > div.row,
    .footer-logo-header,
    .footer-logos,
    .footer-links,
    .content p,
    .breadcrumbs,
    .main-img,
    .dont-rotate{
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    main,
    #home-products a.caption,
    .rotate{
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);    
    }
    .widget-title {
        margin-left: 0;
        margin-right: 0;
    }
    .widget-title span {
        width: 100%;
        margin: 0;
        text-align: center;
        text-indent: 0;
        box-shadow: none;
    }
    #prev {
       margin-left: 0px;
    }
    #next {
        margin-right: 0px;
    }
    .yellow-widget {
        margin-left: 0!important;
        margin-right: 0!important;
        height: 85px;
    }
    .yellow-widget:after,
    .yellow-widget:before{
        content: '';
        display: none;
    }
    .yellow-widget > div {
        background-image: none;
    }
    .yellow-widget p {
        font-size: 11px;
    }
    .slider .slides li .caption {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .slider .slides li .caption h3 {
        font-size: 16px;
        text-align: center;
        padding: 20px 20px;
        margin-bottom: 0;
        margin-left: 0px;
        width: auto;
        min-width: auto;
        left: 0;
        text-indent: 0;
    }
    .slider .slides li .caption h5 {
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 16px;
        text-indent: 0;
        margin-top:0;
        min-width: auto;
        top: auto;
        bottom: 0;
        margin-bottom: 0;
    }
    nav .fa.fa-search {
        font-size: 24px;
    }
    .side-nav {
        background-color: #333333;
    }
    .side-nav a {
        color: #fff;
    }
    .side-nav li:hover, .side-nav li.active {
        background-color: #5a5a5a;
    }
    .category .titles:after, .blog .titles:after, .contacts .titles:after {
        content: "";
        display: none;
    }
    .category .titles, .blog .titles, .contacts .titles {
        background: none;
    }
    ul.breadcrumbs {
        margin-bottom: 25px;
        float: left;
    }
    ul.breadcrumbs:after {
        content: "";
    }
    .category h1, .blog h1, .contacts h1 {
        position: relative;
        text-align: center;
    }
    .category h2, .blog h2, .contacts h2 {
        margin-top: 15px;
        position: relative;
        text-align: center;
    }
    #home-products .item + .item:before, .category .products .item + .item:before {
        content: "";
        display: none;
    }
    #home-products a.caption, .category .products a.caption {
        border-color: transparent;
    }
    .category .item + .item {
        margin-top: 20px;
        border-top: 1px solid #111;
        padding-top: 20px;
    }
    .pagination {
        margin-left: 0;
    }
    .product-location {
        margin-left: 0;
        padding: 10px 20px;
        background-image: none;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    table.responsive-table tbody {
        float: left;
    }
    table thead th,
    table tbody td{
        color: #fff;
    }
    .characteristics {
        margin-left: auto;
        margin-right: auto;
    }
    .characteristics:before {
        display: none;
    }
    .contacts-form-submit-btn {
        margin-top: 20px;
    }
}