.mobile-header {
    display: none;
    position: relative;
}

.menu-toggle {
    position: relative;
}

.only-mobile {
    display: none !important;
}

.mobile-site-desc h1,
.mobile-main-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 21px;
}

#calendar3 {
    margin: 0 auto;
}

@media all and (min-width: 300px) and (max-width: 699px) {}

@media all and (min-width: 300px) and (max-width: 992px) {
    .mobile-header {
        display: block;
    }

    .only-desktop {
        display: none !important;
    }

    .header {
        display: none;
    }

    .mobile-header-wrap {
        background: #252424;
        padding: 5px 0;
        /*position: fixed;*/
        z-index: 9999;
        width: 100%;
    }

    .mobile-menu a {
        color: #fff;
    }

    .mobile-menu {
        text-align: center;
        margin: 0;
    }

    .mobile-navigation {
        position: absolute;
        background: #252424;
        z-index: 99;
        padding: 16px 0;
        display: none;
    }

    .new-mobile-nav a {
        padding: 4px 12px;
    }

    .mobile-menu li {
        list-style: none;
    }

    .top-menu {
        display: none;
    }

    .mobile-menu .current-menu-item>a {
        background: #475791;
    }

    a.menu-toggle-link {
        margin: 5px 10px 5px 15px;
        display: inline-block;
        cursor: pointer;
    }

    .mobile-top-links a {
        color: #fff;
        display: inline-block;
        margin-left: 20px;
        margin-right: 10px;
    }

    .mobile-top-links span {
        color: #fff;
    }

    .mobile-top-links {
        display: inline-block;
        float: right;
        padding-top: 10px;

    }

    img.mobile-top-logo {
        width: 53px;
    }

    .only-mobile {
        display: block !important;
    }

    .page-wrap {
        padding: 0 48px;
    }

    .mobile-site-desc {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 16px;
        background: url('../images/head-bg.png') repeat-x;
        background-size: contain;
    }

    .mobile-site-desc img,
    .mobile-site-desc h1,
    .mobile-main-title {
        max-width: 49%;
    }

    ul.justify.mobile-prices li {
        font-size: 13px;
        width: 24%;
        text-align: center;
        font-family: "segoe ui";
        padding: 0;
    }

    ul.justify.mobile-prices {
        margin-top: 16px;
    }

    .mobile-prices li span {
        font-weight: bold;
    }

    .footer-wrap {
        background-size: cover;
    }

    .top-big-icons .sow-features-list .sow-features-feature h5 {
        margin: 0 auto;
        font-size: 14px;
        max-width: 180px;
    }

    .bottom-email {
        margin-top: 8px;
    }
}

@media all and (max-width: 500px) {

    .mobile-site-desc img,
    .mobile-site-desc h1,
    .mobile-main-title {
        max-width: 96%;
    }

    .mobile-site-desc img {
        max-width: 96%;
        margin-bottom: 20px;
    }

    ul.justify.mobile-prices li {
        width: 49%;
    }

    .top-big-icons .sow-features-list.sow-features-responsive .sow-features-feature {
        width: 100% !important;
        float: none;
        margin-bottom: 6px;
        padding: 0;
    }

    .most-popular-block {
        background: #e8f2fd;
    }

    img.yt-img {
        position: relative;
        left: 0;
        top: 0;
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .your-time {
        position: relative;
        background: #ebf4fd;
        padding: 20px;
        padding-left: 0;
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
    }

    .yt-title {
        text-align: center;
        font-size: 26px;
        padding: 14px 0 0;
    }

    .yt-desc {
        font-family: "segoe ui";
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 35px;
        padding-left: 27px;
        text-align: left;
    }

    .counters-block {
        text-align: center;
        padding-top: 10px;
    }

    .footer .head-text {
        text-align: center;
        padding-left: 10px;
    }

    .fixed-online-btn {
        position: fixed;
        bottom: 20px;
        left: 2px;
    }

    .page-wrap {
        padding: 0 24px;
    }

    .page-title {
        text-align: center;
        font-size: 18px;
        padding: 20px 0;
    }

    .page-wrap h2,
    .page-wrap h3,
    .page-wrap h4,
    .page-wrap h5 {
        padding: 18px 0 10px;
        color: #343434;
        font-size: 18px;
        text-transform: uppercase;
    }

    table.table-center+h3,
    table.table-center+h2 {
        font-size: 18px;
        color: #343434;
    }

    table.table-center {
        font-size: 14px;
    }

    .rekvizity-box {
        padding: 12px 15px;
    }

    .infobox3 {
        background: url(../images/infobox.png) right 1px top no-repeat #f3f8fc;
        padding: 9px 12px;
        padding-left: 13px;
        font-size: 14px;
    }

    .infobox3.infobox4 {
        background-position: right 1px top 2px;
        padding: 32px 12px;
        padding-left: 16px;
    }

    .digits-bordered-list ol li {
        padding-left: 54px;
        font-size: 14px;
    }

    .pageform-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 19px;
    }

    .pageform-field {
        display: inline-block;
        width: 78%;
        margin: 6px 5px;
    }
}