.menu-icon {
    display: none;
    width: 40px;
    height: 40px;
    border-top: 5px #2ad252 solid;
    position: relative;
    position: absolute;
    right: 15px;
    top: 80px;
    cursor: pointer;
    z-index: 25;
}

.menu-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #2ad252;
    position: absolute;
    top: 8px;
    cursor: pointer;
}

.menu-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #2ad252;
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.menu-icon-open {
    border: none;
}

.menu-icon-open:after {
    transform: rotate(-45deg);
    top: 15px;
}

.menu-icon-open:before {
    transform: rotate(45deg);
    top: 15px;
}

.bot-logo {
    position: relative;
    z-index: 20;
}

.thank-link {
    font-size: 0px;
    text-indent: -99999px;
}

img {
    max-width: 100%;
}

@media screen and (max-width: 1170px) {
    .remList a {
        font-size: 18px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1050px) {
    .remList ul {
        float: none !important;
    }
}

@media screen and (max-width: 980px) {
    .wr {
        padding: 0 2px;
    }
    .top-menu ul li {
        margin-right: 8px;
    }
    .top-menu ul li a {
        font-size: 17px;
    }
    .company-img {
        max-width: 400px;
    }
    .company-text {
        margin: 0 0 0 420px;
    }
    .remont-img {
        max-width: 400px;
    }
    .remont-text {
        margin: 0 420px 0 0px;
    }
    .diagnostic-img {
        max-width: 400px;
    }
    .diagnostic-text {
        margin: 0 0 0 420px;
    }
    .service-img {
        max-width: 400px;
    }
    .service-text {
        margin: 0 420px 0 0px;
    }
    .bot-form {
        width: 100%;
        max-width: 423px;
    }
    .bot-map {
        width: 40%;
    }
}

@media screen and (max-width: 770px) {
    .slide {
        font-size: 50px;
        text-align: center;
    }
    .menu-icon {
        display: block;
    }
    .top-menu {
        display: none;
        background: #FFF;
        text-align: center;
        padding: 15px 0 7px 0;
        width: 100%;
        margin-top: 15px;
    }
    .top-menu ul li {
        float: none;
        margin: 0 0 10px 0;
    }
    .company-img {
        max-width: 475px;
        float: none;
        margin: 0 auto;
    }
    .company-text {
        margin: 10px 0 0 0;
    }
    .remont-img {
        max-width: 475px;
        float: none;
        margin: 0 auto;
    }
    .remont-text {
        margin: 10px 0 0 0;
    }
    .diagnostic-img {
        max-width: 475px;
        float: none;
        margin: 0 auto;
    }
    .diagnostic-text {
        margin: 10px 0 0 0;
    }
    .service-img {
        max-width: 475px;
        float: none;
        margin: 0 auto;
    }
    .service-text {
        margin: 10px 0 0 0;
    }
    .mod-title-bg {
        font-size: 60px;
    }
    .mod-title {
        font-size: 30px;
    }
    .plashka-mod {
        background-position: right top;
    }
    .plashka-mod .custom {
        text-align: center;
        padding: 0px;
    }
    .bot-form {
        float: none;
        margin: 20px auto 20px auto;
    }
    .bot-map {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .slide {
        font-size: 40px;
        text-align: center;
    }
    .bot-map {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 380px) {
    .slide {
        font-size: 26px;
        text-align: center;
    }
    .plashka-mod {
        font-size: 20px;
        line-height: normal;
    }
    .plashka-mod p {
        margin-bottom: 0px;
    }
}