.burger {
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 30%;
    /*outline: 1px solid red;*/
    /*background: #bada55;*/
    /*opacity: .3;*/
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
    display: none;
}
.burger__item {
    display: block;
    width: 100%;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    /*margin: 5px 0;*/
    margin: 0 0 6px;
}
.amo__title {
    display: inline;
}
input {
    -webkit-appearance: none;
}
@media screen and (max-width: 970px) {
    .contactsMap iframe {
        width: 100%;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 0;
    }
    #menu {
        position: absolute;
        height: 0;
        opacity: 0;
        z-index: -1;
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

    }
    .megacontainer {
        padding-right: 50px;
    }
    #menu {
        padding: 0;
        right: 0;
        top: 100%;
        width: 100%;
    }
    #menu.show {
        opacity: 1;
        height: auto;
        z-index: 10;
    }
    #menu li {
        display: block;
        float: none;
    }
    #menu a {
        border-bottom: 2px solid transparent;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #header .minibar {
        position: static;
    }
    .minibar:before {
        content: '';
        clear: both;
        float: none;
        display: block;
    }
    #content a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    #table {
        padding: 10px 40px 30px;
    }
    .burger {
        display: block;
    }
    #footer {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .amo__title {
        display: block;
    }
    #menu.show {
        /*width: 100%;*/
    }
    .logo {
        top: 20px;
    }
    .logo img {
        width: 90px;
    }
    .mainPageButton a {
        font-size: 20px;
        padding: 10px;
    }
    .mainPageButton a span {
        padding: 5px;
    }
    #table {
        padding: 10px 20px 30px;
    }
    #content > p {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 20px;
    }
    #zcwMiniButton {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 50px;
    }
    #zcwMiniButton #zcwMiniButtonMain {
        width: 40px;
        height: 40px;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
    #zcwMiniButton #zcwMiniButtonMain:before {
        width: 100%;
        height: 75%;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
        top: 5px;
    }
    .userForm {
        max-width: 420px;
        width: 100%;
    }
    .userForm input[type=text], .userForm input[type=password], .userForm textarea {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 16px;
    }
    .userForm span {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    .userForm input[type=submit] {
        width: 100%;
        max-width: 420px;
    }
    form, .form {
        padding: 5px 10px;
    }
    .cell {
        width: 100%;
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 16px;
    }
    .articleDate {
        right: 10px;
        bottom: 6px;
    }
    #content li {
        display: block;
        list-style: none;
        padding: 5px 27px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 1.4em;
    }
    #table.bodyPrices table {
        font-size: 14px;
        line-height: 16px;
    }
    #table.bodyPrices table th.leftCol {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #table.bodyPrices table td.leftCol {
        padding: 10px;
        padding: 10px;
    }
    #table.bodyPrices table td.rightCol {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #table table td.doubleCol {
        width: 100%;
        max-width: 100%;
    }
    #table ul.starComment li {
        max-width: 100%;
        padding: 5px 10px;
    }
    .userForm .formResult {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 5px;
    }
    .userForm .formResult b {
        vertical-align: middle;
        font-size: 20px !important;
    }
}
/*max-width 640px*/


@media screen and (max-width: 420px) {
    #menu.show {
        /*width: 100%;*/
    }
    #header {
        height: 60px;
    }
    #header .contacts a {
        font-size: 14px;
    }
    #header .contacts .contactsTitle {
        font-size: 10px;
    }
    #header .minibar a {
        display: none;
    }
    .logo {
        top: 4px;
    }
}