@media screen and (max-width: 940px) {
    body { background: #fff; }
    .left {
        width: 0 !important;
    }
    .left .spirals, .left .spirals2, .left #price-from, .left .weather-widget, .left > a {
        display: none !important;
    }
    .left nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .left nav .color1, .left nav .color2 { display: none; }
    .left .second-nav {
        display: none !important;
    }
    .left .main-nav {
        box-shadow: none !important;
    }
    .left .main-nav ul {
        height: 51px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .left .main-nav ul li {
        width: 100%;
        text-align: center;
    }


    .container {
        width: 100%;
        max-width: 940px;
    }

    .main-wrapper>.right {
        width: 100%;
        max-width: 650px;
        margin: auto;
        float: none;
        padding-top: 51px;
    }

    #slider { display: none; }

    #contact label {
        float: none;
        display: block;
        text-align: left !important;
        margin-bottom: 3px;
        font-weight: bold;
    }

    footer {
        max-width: 650px !important;
        width: 100% !important;
        margin: 10px auto 0 auto !important;
        text-shadow: none;
        color: #428CC5;
    }

    .expire-overlay .text {
        left: 0 !important;
        text-align: center;
        margin-left: 0 !important;
    }
}