﻿.menu {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 19px;
    padding-top: 5px;
    box-sizing: border-box;
    z-index: 1000;
}

.menu--open {
    position: fixed;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

.menu span {
    height: 4px;
    background: #DB073D;
    display: block;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #DA063C;
    opacity: 1;
    transition: all .3s linear;
}

.menu span:nth-child(2n) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menu--open span {
    height: 1px;
    border-color: #ccc;
    background: #ccc;
}

.menu--open span:first-child {
    transform: rotate(45deg) translateX(8px) translateY(8px);
}

.menu--open span:nth-child(2n) {
    opacity: 0;
}

.menu--open span:last-child {
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
}

.mob-nav {
    display: block;
    position: fixed;
    height: 100%;
    right: -100vw;
    z-index: 1000;
    transition: right .3s linear;
}

.mob-nav--open {
    right: 0;
    width: 60vw;
    background: #fff;
    overflow-y: scroll;
    transition: all .3s linear;
}

.mob-nav__lists {
    padding-left: 20px;
    box-shadow: 0 1px rgba(51, 51, 51, 0.21);
}

.mob-nav__lists:first-child {
    margin-top: 60px;
}

.mob-nav__lists a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    display: block;
}

.drop-menu {
    display: none;
}

.mob-body {
    position: fixed;
    width: 100vw;
    height: 110vh;
    top: 0;
    right: -100vw;
    background: rgba(51, 51, 51, 0.91);
}

.mob-body--open {
    display: block;
    right: 0;
    z-index: 999;
    transition: all .3s linear;
}

.drop-menu {
    background: rgba(216, 207, 207, 0.26);
}

.drop-menu--inner {
    background: rgba(168, 168, 168, 0.24);
}

.drop-menu--inner li {
    padding-left: 20px;
}

.drop-menu li:last-child {
    box-shadow: none;
}

div#header .drop-menu a {
    padding-left: 20px;
}

.drop-menu--inner {
    display: none;
}

body {
    min-width: 1024px;
}

.body--over {
    overflow: hidden;
    position: fixed;
}

#header .nav-secondary .links .regionsList {
    z-index: 10;
}

.description__price {
    margin-top: 40px;
    background: #db074e;
    padding: 10px;
    border-radius: 5px;
}

.description__price--cost {
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.description__price--cost span {
    font-size: 30px;
    font-weight: bold;
}

.pc-hidden {
    display: none;
}

.boomImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 14px;
    right: 44px;
    width: 225px;
    height: 150px;
    background-image: url(../img/boom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.boomImg p {
    transform: rotate(-17deg);
    font-weight: bold;
    font-size: 17px;
}

#content .hero .text .description-list h3.redText.bigtext {
    font-size: 24px;
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    #header .nav-primary .phone {
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .virus {
        left: 0;
        bottom: 0;
    }
    .virus__button {
        border-radius: 0 50% 0 0;
        text-indent: -4px;
    }
    .virus__info {
        left: 15px;
    }
    .virus__info:before {
        left: 30px;
    }

    .dialog-cb-button {
        right: 0;
        bottom: 0;
    }

    .dialog-cb-button a {
        border-radius: 50% 0 0;
    }

    #content .hero #contactForm input[name="phone"] {
        width: 100%;
    }
    #content .hero #contactForm input[name="send"] {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    #content .hero .service_form--main .service_form__form {
        padding: 0 !important;
    }
    #content .hero .service_form--main .service_form__form input[type=text] {
        margin-left: 0 !important;
    }
    #content .hero .service_form--main .service_form__form input[type=button] {
        width: 100% !important;
    }
    #content .hero .service_form--main .service_form__form p {
        display: none !important;
    }
    #content .hero .service_form--main .service_form__price {
        width: 100% !important;
    }

    #hero .text .heading, #hero .text h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .form-discount {
        background: linear-gradient(rgba(233,233,231,0.8),rgba(233,233,231,0.8)), url(../img/form-discount.jpg) right -95px bottom -35px no-repeat;
        padding: 25px;
        margin-top: 40px;
        height: auto;
    }
    .form-discount__heading {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .form-discount__subheading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hero-form {
        display: block;
        width: auto;
    }
    .form-discount__field:nth-of-type(1) {
        width: 100%;
    }
    .form-discount__field:nth-of-type(2) {
        width: 100%;
        margin: 0 !important;
        margin-top: 10px !important;
    }
    .hero-form__btn {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .vkParent{
        display: none;
    }
    body {
        min-width: 100%;
    }

    .menu {
        display: block;
    }

    #header .nav-primary .links {
        display: none;
    }

    #services .tiles .row .tile .price {
        bottom: 0;
        right: 0;
        position: relative;
        text-align: right;
        font-size: 21px;
    }
    #services .tiles .row .tile.promo {
        background: url(../img/tiles-promo.jpg) 0 0 no-repeat;
        background-size: cover;
    }
    #services .tiles .row .tile.promo .text .price{
        left: 0;
    }
    #services .tiles .row .tile .text {
        padding: 25px;
    }
    #services .tiles .row .tile .text .description {
        color: #232729;
    }

    #features.fixed {
        padding-top: 0;
    }

    #content .hero .text .content .uslugi-text,
    #features .footer {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #header .nav-primary .phone {
        padding-right: 150px;
    }

    .menu {
        right: 25px;
        top: 40px;
    }

    #header .nav-secondary .links .active + .regionsList {
        z-index: 1001;
    }

    #content {
        width: 100%;
        margin-bottom: 0;
    }

    #content .hero .text .heading {
        font-size: 1.7em;
    }

    #services .tiles .row .tile.promo .text:after {
        display: none;
    }

    #brands .container .row .brands-block .brand {
        width: 33.333333%;
    }

    #brands .container .row .brands-block .brand:not(:nth-child(3n)) {
        border-right: 1px solid #e1e1e1;
    }

    #brands .container .row .brands-block .brand:nth-last-child(-n+4) {
        border-bottom: none;
    }

    #brands .container .row .brands-block .brand:nth-child(n+7) {
        display: none;
    }

    .pc-hidden {
        display: block;
    }

    .hero-form {
        display: block;
    }


    .hero-form__field {
        width: 100%;
        padding: 5px 5px 5px 10px;
    }

    .container {
        padding: 0 30px;
    }

    #contacts .container .row .info .phone a {
        font-size: 21px;
    }

    #content .hero .service_form .service_form__form {
        width: 100%;
    }

    #content .hero .service_form .service_form__form input[type=text] {
        margin-left: 5px;
    }

    #features .tabs .tab {
        width: 15.5%;
    }

    .dialog-cb-button {
        display: none;
    }

    .dialog-widget {
        display: block!important;
    }

    .dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-description, .dialog-cb-discount .dialog-cb-discount__wrapper .dialog-cb-discount__modal .modal-description {
        color: #000000;
    }

    .dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form, .dialog-cb-discount .dialog-cb-discount__wrapper .dialog-cb-discount__modal .modal-form form {
        width: auto;
    }

    .mobile-hidden {
        display: none !important;
    }

    .modal-form form input[type=text],
    .modal-form form input[type=tel],
    .modal-form form input[type=button] {
        width: 100%;
        margin-bottom: 15px;
    }

    .metro-location .wrapper {
        padding: 25px 30px;
        text-align: center;
        background-position: -250px;
    }
    .metro-location .wrapper .text {
        margin: 0 0 25px;
    }
    .metro-location .wrapper select {
        width: 100%;
    }
    .metro-location .wrapper .select2 {
        text-align: left;
    }
    .metro-location .wrapper button {
        margin: 25px 0 0 0;
        width: 100%;
    }

    #content .hero .employee {
        margin-top: 40px;
    }

    #content .hero .employee .photos {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #content .hero .employee .photos div {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    #content .hero .employee .photos div img {
        width: 100%;
    }

    #content .hero .employee .title {
        margin: 50px auto;
        font-size: 22px;
    }

    #content .hero .employee .masters {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #content .hero .employee .masters .master {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 20%;
    }

    #content .hero .employee .masters .master .image {
        position: relative;
        float: unset;
        width: auto;
        margin: 0;
        text-align: left;
        display: block;
    }

    #content .hero .employee .masters .master .name {
        margin: 20px auto 0;
        font-size: 16px;
    }

    #content .hero .employee .masters .master .exp {
        margin: 5px auto 0;
        font-size: 14px;
        color: #b9b9b9;
    }

    .boomImg {
        display: none;
    }

    .promo-form .wrapper {
        padding: 20px;
        background: #db073d;
    }
    .promo-form .wrapper input {
        width: 100% !important;
    }
    .promo-form .wrapper input[type="text"],
    .promo-form .wrapper input[type="text"] {
        margin-bottom: 10px;
    }
    .promo-form .wrapper #promoForm {
        display: block;
    }

    #footer .columns{
        display: block;
    }
    #footer .columns .col.info,
    #footer .columns .col.pay,
    #footer .columns .col.links-brands,
    #footer .columns .col.links-breaks {
        width: auto;
        margin-bottom: 15px;
    }
    #footer .columns .col.links-brands .columns-brands a{
        width: 10%;
    }

}

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

    #hero .text .heading, #hero .text h1 {
        font-size: 18px;
    }

    #services .tiles .row .tile.promo {
        width: 100%;
    }
    #header .logotype{
        background: url(../img/logo.png) -48px -45px no-repeat !important;
        width: 65px;
    }
    #header .logotype .slogan{
        display: none;
    }
    #header .nav-primary .phone{
        background: none;
    }
    #services .tiles .row .tile {
        width: 50%;
    }

    #seotext {
        display: none;
    }

    #contacts .container .row .info, #contacts .container .row .map {
        height: auto;
    }

    #hero .image img {
        width: 100%;
    }

    #services .tiles .row .tile.contact {
        width: 100%;
    }

    #content .hero .service_form .service_form__price {
        width: 50%;
    }

    #content .hero .image {
        display: none;
    }

    .form-policy-tooltip {
        left: 50%;
        transform: translateX(-50%);
        top: 81px;
    }

    .form-policy-tooltip:after {
        right: 48%;
        top: -10px;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #db073c transparent;
    }

    #content .hero .employee .masters {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #content .hero .employee .masters .master {
        width: 50%;
    }

    #content .hero .text .description-list h3.redText.bigtext.borTop {
        border-top: 1px solid #e3e3e3;
        margin-top: 0;
        padding-top: 20px;
    }
    #content .hero .text .description-list h2.dotted {
        border-top: 1px solid #e3e3e3;
    }
    #content .hero .text .description-list h2.dotted+p.lastP {
        border-bottom: 1px solid #e3e3e3;
    }
    #content .hero .text .description-list h3.restyleMobH3 {
        border-radius: 5px;
        border: 1px solid #cfcfcf;
        font-size: 17px;
        padding: 12px 10px 10px 42px;
        background: url("/img/telephone.png") no-repeat 12px 13px #fff;
    }
    .hero .description-list h2.closed+p {
        display: none;
    }
    .hero .description-list h2.closed+ul {
        display: none;
    }
    .hero .description-list h2.closed+div.list {
        display: none;
    }

    #hero .image--right {
        top: 93px;
        width: 40%;
        right: 0;
        float: right;
    }
}

@media screen and (max-width: 568px) {
    #header {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: #f5f5f5;
    }

    #header+* {
        margin-top: 82px;
    }
    .virus__info {
        width: auto;
        left: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .virus__info:before {
        background: #db073d;
    }
    .virus__info:after {
        display: none;
    }
    .virus__info-text {
        background: #db073d;
        color: #fff;
        padding: 25px 25px 60px 25px;
    }
    .virus__info-ok {
        background: #000;
        border: 1px solid #000;
    }

    #hero .image.city-image {
        display: none;
    }

    #content .hero .text .content a span {
        display: block;
    }

    #header .nav-secondary .links a.hideOnMobile {
        display: none;
    }

    #header .nav-secondary .links .regionsList a:first-child {
        display: block;
        padding-left: 10px;
    }

    #header .nav-primary .phone {
        height: 30px;
        padding-right: 90px;
        padding-left: 0;
    }

    .menu {
        top: 44px;
    }

    .tabs {
        display: none !important;
    }

    #content .hero .employee .masters {
        flex-direction: column;
    }

    #content .hero .employee .masters .master {
        width: auto;
        margin-bottom: 30px;
    }

}

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

    .virus__info {
        margin-left: 10px;
        margin-right: 10px;
    }
    .virus__info-text {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 20px 55px;
    }
    .virus__info-ok {
        font-size: 16px;
    }

    #hero .text .heading, #hero .text .heading h1 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 0;
    }
    #header .nav-primary .phone{
        padding-right: 70px;
    }
    .mob-nav--open {
        width: 80vw;
    }

    #services .tiles .row .tile .heading {
        font-size: 1.3em;
    }

    #services .tiles .row .tile .price{
        right:0px;
        /*text-empha;*/
    }

    #features .feature .text .heading {
        font-weight: bold;
        font-size: 1.2em;
    }

    #features .feature .text {
        float: none;
        width: auto;
    }

    #contacts .container .row .info, #contacts .container .row .map {
        width: 100%;
    }

    #contacts .container .row .map {
        display: none;
    }

    #features .feature {
        padding: 60px 10px;
    }

    #content {
        margin-top: 30px;
    }

    #content .hero .text h1 {
        line-height: 30px !important;
    }

    #content .hero .image .icon {
        display: none;
    }

    #content .hero .text {
        float: none;
        width: 100%;
    }

    #content .hero .text .content p.first_paragraph{
        display: none;
    }

    #content .features .feature .text {
        float: none;
        width: 100%;
    }

    #hero {
        margin-top: 50px;
    }

    #hero .image img {
        display: none;
    }

    #hero .text {
        width: 100%;
    }

    #services .tiles .row .tile.contact .form input[type=text] {
        width: 100%;
    }

    #services .tiles .row .tile.contact .form input[type=button], #services .tiles .row .tile.contact .form input[type=submit] {
        width: 100%;
    }

    #brands .container .row .brands-block .brand {
        width: 50%;
    }

    #content .hero .service_form .service_form__form {
        width: 100%;
        padding-right: 0;
    }

    #content .hero .service_form .service_form__price {
        width: 100%;
    }

    #content .hero .service_form .service_form__form p {
        display: none;
    }

    #content .hero .service_form .service_form__form input[type=button] {
        width: 100%;
    }

    #order input[name="send"] {
        width: 100%;
    }

    .services__title {
        display: none;
    }

    .hero-form {
        flex-wrap: wrap;
    }

    .hero-form__field {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hero-form__field:nth-of-type(2) {
        margin: 15px 0;
    }

    .hero-form__btn {
        width: 100%;
        padding: 6px;
        margin-top: 8px;
    }

    .hero-form__btn:after {
        content: ' со скидкой 20%';
    }

    #services .tiles .row .tile {
        width: 100%;
        height: auto;
    }

    #services .tiles .row .tile.promo {
        height: 280px;
    }

    #services .tiles .row .tile.promo .price {
        bottom: 0;
    }

    #services .tiles .row:first-child .tile {
        border-top: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
    }

    .container {
        padding: 0 15px;
    }

    #features .feature .text .description, #features .feature .text .more {
        display: none !important;
    }

    #features .feature {
        padding: 20px 10px;
    }

    #features .feature .text {
        margin-top: 10px;
    }

    #content .features .feature {
        padding: 20px 0;
    }

    #hero .text .heading, #hero .text h1 {
        margin-top: 0;
    }

    #models, #about {
        display: none;
    }

    .service--rent {
        display: none;
    }

    #hero .text .heading h1 {
        display: block;
        padding: 0 !important;
        background: none;
    }

    .brands .row ul {
        width: 100%;
    }

    .brands .row .symbol {
        text-align: left;
    }

    .brands .row ul li {
        width: 46%;
    }

    .dialog-cb .dialog-cb__wrapper .dialog-cb__modal, .dialog-cb-discount .dialog-cb-discount__wrapper .dialog-cb-discount__modal {
        background-position: 260px top;
    }

    .text .content .first_paragraph{
        display: none;
    }

    #content .hero .text .content #formUslugi input[name="send"] {
        width: 100%;
    }

    .sub-text {
        font-size: 21px;
    }
}

@media screen and (max-width: 320px) {
    #hero .image {
        display: none;
    }

    #hero .text {
        width: 100%;
    }

    #header .logotype {
        width: 180px;
    }

    #hero {
        margin-top: 50px;
    }

    #services .tiles .row .tile {
        width: 100%;
    }

    #features .feature .text .more {
        margin-top: 15px;
    }

    #promo {
        height: 300px;
    }
}
