/* для большей версии сайта */

.display-none {
    display: none;
}

.header-but-menu {
    display: none;
}

.header-first {
    width: 219px;
}

.header-contact-graph {
    display: none;
}

.navigate {
    background: none;
}

.navigate-menu {
    background: url("../img/navigate-center.gif") repeat;
    margin: 0px;
    text-align: center;
    height: 41px;
}

.navigate-menu li {
    height: 23px;
    margin-bottom: 17px;
    margin-top: 2px;
}

.header-search {
    position: relative;
    margin: 1px 0 0 2px;
}

.navigate-search {
    background: rgba(0, 0, 0, 0) url("../img/navigate-left.jpg") no-repeat scroll 0 0;
    float: left;
    height: 42px;
    width: 264px;
    z-index: 2;
}

.content-navigation {
    padding-left: 10px;
}

.snap-drawers {
    display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    /*padding: 0 0 174px;*/
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.content-default {
	padding: 0 236px 0 218px;
}

.content {
    padding: 0 20px 0 218px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 198px;
	margin-left: -100%;
	position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 216px;
	margin-left: -216px;
	position: relative;
}

.footer-box {
    background-color: #ffffff;
}

.footer-menu-block {
    float: left;
    padding-top: 24px;
    width: 25%;
}

.content img:not(.no-adaptive) {
    margin: 10px;
}

.coordinat-top,
.coordinat-banc {
    padding: 5px;
    width: 340px;
    height: 240px;
    border: 1px solid silver;
}

.coordinat-banc {
    float: right;
    margin-left: 10px;
}

.coordinat-printer {
    border: none !important;
}

.catalog-scroll {
    overflow-x: scroll;
    position: relative;
}








/* для мобильной версии сайта */

@media screen and (max-width:800px) {

    html, body {
        background-color: #ffffff;
    }

    body {
        height: 100%;
        overflow: hidden;
    }

    .wrapper {
        box-shadow: none;
    }

    .wrapper,
    .header,
    .footer-box {
        width: 100%;
        margin: 0;
    }

    .middle {
        padding: 0;
    }

    .header-graph,
    .header-search-radio,
    .header-basket-info,
    .content-yashare,
    .wchat-block-fixed,
    .header-contact-skype,
    .index-banners-slideshow,
    .content-news-text2,
    .index-content-text,
    .content-left,
    .footer-push,
    .content-header,
    .header-graph-map,
    .header-login-input,
    .no-mobile {
        display: none !important;
    }

    .no-adaptive {

    }

    .header-basket {
        position: relative;
        margin: 0 0 0 30px;
        float: left;
    }

    .header-basket-a {
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }

    .content, .content p {
        font-size: 1.3em !important;
    }

    .content ul,
    .content ol {
        padding-left: 5px;
    }

    .content img:not(.no-adaptive) {
        margin: 10px 0;
        width: 100% !important;
        height: auto !important;
        float: none !important;
    }

    .content select {
        width: 100%;
        font-size: 1.3em;
        margin: 10px 0;
    }

    .header-login {
        margin: 0 auto;
        position: relative;
        width: 180px;
    }

    .header-login > p {
        float: right;
        margin: 2px 10px 5px;
    }

    .header-reg-info,
    .header-auth-info {
        left: -999px;
        top: -999px;
    }

    .header-login,
    .header-login a {
        font-size: 16px;
    }

    .header-contact-graph {
        display: block;
        background: url("../img/schedule.jpg") no-repeat 0 50%;
        color: #083078;
        height: 36px;
        line-height: 16px;
        padding-left: 24px;
    }

    .header-but-menu {
        display: block;
        cursor: pointer;
        font-size: 3.5em;
        font-weight: bold;
        padding: 0 3px;
        position: absolute;
        right: 2px;
        top: 3px;
    }

    .header-center {
        margin: 0 auto;
        width: 505px;
    }

    .header-first {
        float: left;
        padding: 15px 0 0 15px;
        position: relative;
        height: auto;
        margin: 0;
    }

    .header-contact {
        position: relative;
        float: left;
        margin: 5px 15px;
    }

    .navigate-menu {
        height: auto;
    }

    .navigate {
        float: left;
        margin: 0;
        width: 100%;
        position: relative;
    }

    .navigate-menu li {
        display: inline-block;
        float: none;
    }

    .navigate-menu li:hover,
    .navigate-menu li.active,
    .navigate-menu a.active {
        padding: 0;
        background: none;
    }

    .navigate-menu li.no-mobile {
        display: none;
    }


    .navigate-search {
        height: auto;
    }

    .content,
    .content-default {
        padding: 10px;
    }

    .right-sidebar {
        flaot: none;
        width: auto;
        margin: 10px;
    }

    /* end test */

    .snap-content {
        bottom: 0;
        height: auto;
        left: 0;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(0px, 0px, 0px);
        width: auto;
        z-index: 2;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

    .snap-drawers {
        display: block;
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

    .snap-drawer-left {
        left: 0;
        z-index: 1;
    }

    .snap-drawer {
        display: block;
        bottom: 0;
        height: auto;
        left: auto;
        overflow: auto;
        position: absolute;
        right: auto;
        top: 0;
        transition: width 0.3s ease 0s;
        width: 300px;
    }

    .left-sidebar {
        display: none;
        margin: 0;
        background-color: #ffffff;
        left: 0;
        position: absolute;
        top: 0;
        width: auto;
    }

    .catalog-menu {
        margin: 0;
        width: auto;
    }

    .catalog-menu,
    .catalog-menu a {
        font-size: 1.4em;
    }

    .catalog-menu a {
        background-position: 98% 50%;
        padding: 7px 30px 7px 10px;
        border-bottom: 1px dashed silver;
    }

    .catalog-menu ul {
        margin: 0;
        position: relative;
        width: auto;
        padding: 0;
    }

    .catalog-menu ul a {
        padding: 7px 30px 7px 10px;
    }

    .catalog-menu a:hover, .catalog-menu-all {
        color: #083078 !important;
    }

    .footer-box {
        height: auto;
    }

    .footer-menu {
        margin: 0 0 35px 0;
        height: auto;
        width: auto;
    }

    .footer-menu-block {
        width: 100%;
        float: none;
    }

    .hidden-mobile {
        display: none;
    }

    table:not(.no-adaptive) {
        border: none !important;
        table-layout: fixed;
    }

    table:not(.no-adaptive) thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table:not(.no-adaptive) tr {
        display: block;
        margin-bottom: 10px;
    }

    table:not(.no-adaptive) td {
        display: block;
        text-align: right;
        white-space: normal !important;
    }

    table:not(.no-adaptive) td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .content-form textarea {
        max-width: 90%;
    }

    .coordinat-top,
    .coordinat-banc {
        width: 100%;
        margin: 0 0 10px;
        float: none;
        height: auto;
    }

    .price-block-block,
    .price-block-zoom {
        height: auto;
        width: auto;
        float: none;
    }

    .price-block-block:hover .price-block-zoom {
        width: auto;
        height: auto;
        position: relative;
        box-shadow: none;
    }

    .price-block-blockinfo {
        float: left;
        width: 120px;
        height: 200px;
    }

    .price-block-listinfo {
        width: auto;
    }

    .price-title-info {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .catalog-box {
        width: 100%;
    }

    #infoMap {
        padding: 10px 15px 0 0;
    }

    .order-step-block {
        width: auto;
    }

    .auth-reg-left {
        float: none;
    }

    .auth-reg-input {
        margin: 0;
    }

} /* end max-width 800px */

@media screen and (max-width:545px) {

    .header-center {
        width: auto;
    }

    .header-first {
        float: none;
        margin: 0 auto;
    }

    .header-logo {
        margin: 0;
        padding: 0;
    }

    .header-contact {
        float: none;
        margin: 5px auto;
        width: 238px;
    }

} /* end max-width 530px */

@media screen and (max-width:372px) {
    .navigate-menu {
        float: left;
    }

    .navigate-search {
        float: none;
        margin: 0 auto;
    }
} /* end max-width 300px */