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

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

header {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: #fff;
}

.header-menu {
    width: 100%;
    color: #000;
    padding-top: 30px;
}

.logo-text {
    width: 60%;
    font-size: 15px;
    padding-top: 15px;
}

    .banner {
        width: 100%;
        height: auto;
        background: url(img/10925960.png);
        background-position: center top 120px;
        padding-top: 30px;
        background-size: 200%;
    }

.banner-title {
    width: 100%;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-family: Gotham-Bold;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: center;
}

.time {
    font-family: Gotham-Light;
    width: 250px;
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
    color: #000;
    padding-top: 10px;
    margin: 0 auto;
}

.banner-text {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    font-family: Gotham-Light;
    padding-top: 40px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 30px;
}

.banner-button {
    background: #6a2d23;
    border-radius: 4px;
    padding: 13px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 45px;
    font-family: Gotham-Medium;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    margin-top: 25px;
    margin-left: 0px;
    margin: 0 auto;
}

.bn-icon {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #000;
    padding-top: 20px;
}

.priem {
    padding: 0px 0 80px 0;
}

.priem-item {
    width: 100%;
    border-radius: 8px;
    background: #80808029;
    padding-bottom: 40px;
    margin-top: 30px;
}

.priem-bottom-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    font-family: Gotham-Medium;
}

.about {
    padding: 0px 0 80px 0;
}

.about p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: Gotham-Light;
}

.about-img img {
    width: 100%;
}

.header-menu ul > li {
    width: auto;
    font-family: Gotham-Medium;
    font-size: 13px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
    padding: 5px;
}

.zayavka form{
    width: 100%;
}

.zayavka .right {
    width: 100%;
    order: 1;
}

.zayavka .left {
    width: 100%;
    order: 2;
    margin-top: 40px;
}

}