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

.static-map {
    background-image: url("/assets/img/msc-map.jpg") ;
    background-size:contain;
}

.static-map img{
    visibility: hidden;
}

.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;
}

#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;
}
#content .hero .text .content ul.priceListUl{
    margin: 10px 0 15px 25px;
}
.redCol{
    color: #db073d;
}


.testimonial{
    background: url(../img/review_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #000;
    margin: 0px auto;
}
.testimonial .container{
    padding:  0px;
}
.testimonial h2{
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
    font-size: 30px;
}
.testimonial .item{
    border: 2px solid #db083d;
    border-radius: 10px;
    padding: 25px 25px;
    background: #FFF;
}
.testimonial .item:after {
    content: '';
    display: block;
    clear: both;
}
.testimonial .content{
    font-size: 16px;
    min-height: 250px;
}
.testimonial .content video {
    width: 250px;
    height: 140px;
    margin-bottom: 20px;
}
.testimonial .content .text {
    font-weight: bold;
}
.testimonial .content ul {
    margin: 15px 0px;
}
.testimonial .author{
    font-size: 18px;
    color: #db083d;
    margin-top: 15px;
    float: left;
}
.testimonial .time{
    float: left;
    margin-top: 19px;
    margin-left: 20px;
    right: 30px;
    bottom: 26px;
    font-size: 14px;
}
.testimonial .owl-dots{
    display: none;
    margin-top: 15px;
}
.testimonial .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonial .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonial .owl-nav .owl-prev:focus,
.testimonial .owl-nav .owl-next:focus{
    outline: none;
}
.testimonial .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.testimonial .owl-nav span{
    font-size: 100px;
}
.carouselWrap{
    position: relative;
}

.testimonial.is-pt-rev {}
.testimonial.is-pt-rev .item {
    max-width: 292px;
    margin: 0 20px;
    min-height: 382px;
    display: flex;
}
@media screen and (max-width: 768px) {
    .testimonial.is-pt-rev .item {
        max-width: 768px;
        min-height: 0;
    }
}
.testimonial.is-pt-rev .item .content-center {
    align-self: center;
}
.testimonial.is-pt-rev .item.is-full-width {
    max-width: 960px;
    padding: 55px;
    padding-top: 28px;
}
@media screen and (max-width: 768px) {
    .testimonial.is-pt-rev .item.is-full-width {
        padding: 25px;
    }
}
.testimonial.is-pt-rev .item .rating {
    height: 20px;
    width: 125px;
    background-image: url("/assets/img/rating-star-bg.png");
    background-repeat: repeat-x;
    margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
    .testimonial.is-pt-rev .item .rating {
        margin-bottom: 20px;
    }
}

.testimonial.is-pt-rev .item .rating .stars {
    height: 20px;
    width: 0;
    background-image: url("/assets/img/rating-star.png");
    background-repeat: repeat-x;
}

.testimonial.is-pt-rev .item .content-label {
    background: #FDF5B1;
    border-radius: 10px;
    padding-left: 36px;
    padding-right: 58px;
    padding-bottom: 36px;
    padding-top: 31px;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .testimonial.is-pt-rev .item .content-label {
        padding: 14px;
        margin-left: -10px;
        margin-right: -10px;
    }
}
.testimonial.is-pt-rev .content {
    min-height: 0;
}



.priceWrap{
    padding: 13px 20px;
    border: 1px solid darkgray;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 53px;
    cursor: pointer;
}
.togglePriceList{
    position: relative;
    margin-top: 0 !important;
}

.togglePriceList+.pricelist td.price{
    cursor: default!important;
}

.togglePriceList+.pricelist .name a{
    display: block;
}

.togglePriceList:after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    border: 2px solid #db073d;
    width: 10px;
    border-radius: 5px;
}
.togglePriceList.plus:after{
    content: '+';
    position: absolute;
    right: 0;
    font-size: 32px;
    top: -2px;
    border: none;
    width: initial;
    color: #db073d
}
.togglePriceList+.pricelist{
    display: none;
}

.togglePriceList+.pricelist .name,
.togglePriceList+.pricelist .name a {
    color: #777777 !important;
}

/*----dialog-cb----*/
.dialog-cb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.dialog-cb .dialog-cb__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(17,17,17,0.85);
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal {
    width: 450px;
    height: auto;
    max-width: 100%;
    position: relative;
    background: #fff url(/assets/img/callback__bg.png) no-repeat right top;
    background-size: contain;
    padding: 35px;
    pointer-events: auto;
    border-radius: 10px;
    box-sizing: border-box;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(/assets/img/callback__close.png) no-repeat center center;
    cursor: pointer;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-header {
    font-size: 24px;
    margin-bottom: 26px;
    font-weight: bold;
    color: #db073d;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-description {
    width: 270px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 26px;
    color: #555;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form {
    width: 310px;
    display: block;
    padding: 2px;
    border-radius: 4px;
    position: relative;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=tel] {
    padding: 5px 0 5px 10px;
    border-radius: 2px;
    border: 1px solid rgba(51,55,60,0.71);
    box-sizing: border-box;
    cursor: pointer;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=button] {
    padding: 5px 10px;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #db073d;
    cursor: pointer;

    background: linear-gradient(180deg, #E9376C 0%, #D90040 100%);
    box-shadow: 0 2px 0 #A30030;
    transition: ease-in-out 250ms;
    position: relative;
    top: -1px;
}
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=button]:hover {
     background: linear-gradient(180deg, #E81F5A 0%, #CC003C 100%);
     color: #F7D7E0;
 }

.dialog-cb.open {
    display: block;
}
.dialog-cb.open #promo {
    height: 300px;
}

/*--new--*/
.dialog-cb.msc,
.dialog-cb.vrn {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.dialog-cb.msc .dialog-cb__wrapper,
.dialog-cb.vrn .dialog-cb__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.dialog-cb.msc .dialog-cb__wrapper .dialog-cb__modal,
.dialog-cb.vrn .dialog-cb__wrapper .dialog-cb__modal {
    width: 650px;
    height: auto;
    max-width: 100%;
    position: relative;
    pointer-events: auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0;
    right: auto;
    background: none;
}
.dialog-cb.msc .dialog-cb__wrapper .dialog-cb__modal .modal-close,
.dialog-cb.vrn .dialog-cb__wrapper .dialog-cb__modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(/assets/img/modal/close.png) no-repeat center center;
    cursor: pointer;
}
.dialog-cb__modal.msc .columns,
.dialog-cb__modal.vrn .columns {
    display: flex;
}
.dialog-cb__modal.msc .col-master,
.dialog-cb__modal.vrn .col-master {
    width: 280px;
    flex-shrink: 0;
    text-align: center;
    background: #F4F4F4;
    padding: 45px 20px 45px 20px;
    border-radius: 7px 0px 0px 7px;
}
.dialog-cb__modal.msc .col-master .img-box,
.dialog-cb__modal.vrn .col-master .img-box {
    margin: 0 0 35px 0;
}
.dialog-cb__modal.msc .col-master .img-box img,
.dialog-cb__modal.vrn .col-master .img-box img {
    vertical-align: bottom;
}
.dialog-cb__modal.msc .col-master .price,
.dialog-cb__modal.vrn .col-master .price {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.dialog-cb__modal.msc .col-master .subtext,
.dialog-cb__modal.vrn .col-master .subtext {
    font-size: 16px;
    color: #818181;
}

.dialog-cb__modal.msc .col-text,
.dialog-cb__modal.vrn .col-text {
    background: #FFFFFF;
    border-radius: 0 7px 7px 0;
    padding: 55px 60px 0 40px;
}
.dialog-cb__modal.msc .col-text .title,
.dialog-cb__modal.vrn .col-text .title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.dialog-cb__modal.msc .col-text .list,
.dialog-cb__modal.vrn .col-text .list {
    margin: 0 0 35px 0;
}
.dialog-cb__modal.msc .col-text .list li,
.dialog-cb__modal.vrn .col-text .list li {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 0 12px;
    margin: 0 0 8px 0;
    position: relative;
}
.dialog-cb__modal.msc .col-text .list li:last-child,
.dialog-cb__modal.vrn .col-text .list li:last-child {
    margin: 0;
}
.dialog-cb__modal.msc .col-text .list li:before,
.dialog-cb__modal.vrn .col-text .list li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #E12356;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}
.dialog-cb__modal.msc .col-text .list li span,
.dialog-cb__modal.vrn .col-text .list li span {
    font-weight: bold;
    color: #E12356;
}

.dialog-cb__modal.msc form .input,
.dialog-cb__modal.vrn form .input {
    width: 100%;
    height: 53px;
    display: inline-block;
    padding: 0 20px;
    background: #ECECEC;
    border: none;
    border-radius: 5px;
    margin: 0 0 12px 0;
}
.dialog-cb__modal.msc form .btn,
.dialog-cb__modal.vrn form .btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: inline-block;
    text-align: center;
    background: #E12356;
    border: none;
    border-radius: 5px;
    transition: all ease 0.2s;
    cursor: pointer;
}
.dialog-cb__modal.msc form .btn:hover,
.dialog-cb__modal.vrn form .btn:hover {
    background: #E81F5A;
    color: #F7D7E0;
}

@media screen and (max-width: 768px) {
    .dialog-cb.msc .dialog-cb__wrapper,
    .dialog-cb.vrn .dialog-cb__wrapper {
        padding: 0 10px;
    }
    .dialog-cb.msc .dialog-cb__wrapper .dialog-cb__modal,
    .dialog-cb.vrn .dialog-cb__wrapper .dialog-cb__modal {
        width: 100%;
    }
    .dialog-cb__modal.msc .columns,
    .dialog-cb__modal.vrn .columns {
        display: block;
    }
    .dialog-cb__modal.msc .col-master,
    .dialog-cb__modal.vrn .col-master {
        display: none;
    }
    .dialog-cb__modal.msc .col-text,
    .dialog-cb__modal.vrn .col-text {
        border-radius: 7px;
        padding: 30px 20px 30px 20px;
    }
}
/*----/dialog-cb----*/

.dialog-cb-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
    z-index: 9999;
}
.dialog-cb-button a {
    display: block;
    background: #db073d url(/assets/img/callback__button.png) no-repeat center center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(237,65,108,0.2), 0 0 0 15px rgba(237,65,108,0.1);
    animation: waves 2s infinite;
    -moz-animation: waves 2s infinite;
    -webkit-animation: waves 2s infinite;
    -o-animation: waves 2s infinite;
    color: transparent;
}
.dialog-cb.open {
    display: block;
}


.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal {
    width: 300px;
    background-image: none;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-header {
    margin-bottom: 15px;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-description {
    width: auto;
    margin-bottom: 15px;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-description span {
    display: none;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-form form {
    width: auto;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-form form input {
    width: 100%;
}
.dialog-cb.mobile .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=tel] {
    margin-bottom: 10px;
}

@keyframes shake {
    0% { transform:translate(0,0) }
    1.78571% { transform:translate(5px,0) }
    3.57143% { transform:translate(0,0) }
    5.35714% { transform:translate(5px,0) }
    7.14286% { transform:translate(0,0) }
    8.92857% { transform:translate(5px,0) }
    10.71429% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}

@keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 65, 108, 0.2), 0 0 0 0 rgba(237, 65, 108, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(237, 65, 108, 0.1), 0 0 0 10px rgba(237, 65, 108, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(237, 65, 108, 0), 0 0 0 20px rgba(237, 65, 108, 0);
    }
}

@-moz-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 65, 108, 0.2), 0 0 0 0 rgba(237, 65, 108, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(237, 65, 108, 0.1), 0 0 0 10px rgba(237, 65, 108, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(237, 65, 108, 0), 0 0 0 20px rgba(237, 65, 108, 0);
    }
}

@-webkit-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 65, 108, 0.2), 0 0 0 0 rgba(237, 65, 108, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(237, 65, 108, 0.1), 0 0 0 10px rgba(237, 65, 108, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(237, 65, 108, 0), 0 0 0 20px rgba(237, 65, 108, 0);
    }
}

@-o-keyframes waves {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 65, 108, 0.2), 0 0 0 0 rgba(237, 65, 108, 0.4);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(237, 65, 108, 0.1), 0 0 0 10px rgba(237, 65, 108, 0.2);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(237, 65, 108, 0), 0 0 0 20px rgba(237, 65, 108, 0);
    }
}

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

}
.mt20{
    margin-top: 20px;
}
.blueMarkers li:before{
    background: #078ddb !important;
}

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

    #footer .container {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .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;
    }

    .new-review form {
        width: auto;
    }

    .happy-hours-form {
        width: auto;
    }

    .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="tel"] {
        margin-bottom: 10px;
    }
    .promo-form .wrapper #promoForm {
        display: block;
    }
    .promo-form .wrapper .title {
        font-size: 24px;
        text-align: center;
    }
    .promo-form .wrapper .description {
        font-size: 12px;
        text-align: center;
    }

    .testimonial .content{
        min-height: inherit;
    }
    .testimonial .owl-nav{
        display: none;
    }
    .testimonial .owl-dots{
        display: block;
    }

    .testimonial h2 {
        font-size: 25px;
    }

    #services .tiles .row .tile:first-child{
        border-left: 1px solid #e1e1e1;
    }
    body {
        min-width: 100%;
    }

    .menu {
        display: block;
    }

    #header {
        height: auto;
    }
    #header .special-message {
        display: none;
        background: #6a9db3;
        background: linear-gradient(0, #1c6c8e, #518ca5 25%);
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 15px;
        text-shadow: 1px 1px 1px #255d75;
    }

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

    #header .nav-secondary .links.special {
        font-size: 12px;
        padding: 0;
    }

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

    #services .tiles .row .tile .text {
        padding: 25px;
    }

    #features{
        margin-top: 20px;
    }

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

    #sidebar {
        display: none;
    }

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

    .menu {
        right: 10px;
        top: 8px;
    }

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

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

    #content .hero .text .heading {
        /*font-size: 1.7em;*/
        font-size: 2em;
        line-height: 1.2em;
    }

    #services .tiles .row .tile.promo .text:after {
        /*display: none;*/
        background-size: 60%;
        background-position-x: 160px;
    }

    #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;
    }

    .pc-hidden {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .hero-form {
        display: block;
    }

    .hero-form__btn {
        width: 100%;
        padding: 8px;
        -webkit-appearance: none;
        margin-top: 0;
    }

    .hero-form__field {
        padding: 8px 5px 8px 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    .hero-form__field:nth-of-type(2){
        margin-left: 0;
        margin-right: 0;
    }
    .hero-form--inner-page {
        width: auto;
        margin: 20px 0;
    }
    #hero .image{
        width: 45%;
        margin-right: 5%;
    }
    #hero .image img{
        max-width: 100%;
    }
    
    #hero .image.image-test img {
        margin-left: 0;
    }

    .container, .testimonial .container {
        padding: 0 30px;
    }

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

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

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

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

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

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

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

    #content .hero .text .content .pricelist tr td.price {
        padding-left: 15px;
        padding-right: 15px;
    }

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

    #header .nav-secondary .links {
        margin-right: -30px;
    }

    .city-location .wrapper, .county-location .wrapper, .metro-location .wrapper {
        padding: 25px 30px;
        text-align: center;
        background-position: -250px;
    }
    .city-location .wrapper .text, .county-location .wrapper .text, .metro-location .wrapper .text {
        margin: 0 0 25px;
    }
    .city-location .wrapper select, .county-location .wrapper select, .metro-location .wrapper select {
        width: 100%;
    }
    .city-location .wrapper .select2, .county-location .wrapper .select2, .metro-location .wrapper .select2 {
        text-align: left;
    }
    .city-location .wrapper button, .county-location .wrapper button, .metro-location .wrapper button {
        margin: 25px 0 0 0;
        width: 100%;
    }
    #header .nav-secondary .links .text {
        display: none;
    }

    #hero .text .steps {
        position: relative;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #hero .text .steps:before {
        content: " ";
        background-image: none;
        position: absolute;
        left: 18px;
        top: 40px;
        height: 120px;
        width: 5px;
        background-repeat: no-repeat;
        z-index: 999;
        background-color: #db043d;
    }

    #hero .text .steps:after {
        content: " ";
        background-image: none;
        position: absolute;
        left: 18px;
        height: 120px;
        width: 5px;
        background-repeat: no-repeat;
        background-color: #db043d;
        top: auto;
        bottom: 35px;
    }

    #hero .text .steps .step {
        margin-bottom: 20px;
        position: relative;
    }

    #hero .text .steps .step:nth-of-type(4) {
        margin-bottom: 0px;
        position: relative;
    }

    #hero .text .steps .step .heading {
        font-weight: bold;
        font-size: 17px;
        color: #000;
        line-height: 1;
        display: none;
    }

    #hero .text .steps .step .description {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1.4;
    }

    #hero .text .steps .step:nth-of-type(1) {
        margin-left: 0px;
        padding-left: 60px;
    }

    #hero .text .steps .step:nth-of-type(1):before {
        left: 0px;
        content: '1';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #DB043D;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        padding: 10px;
        z-index: 999;
    }

    #hero .text .steps .step:nth-of-type(2) {
        margin-left: 0px;
        padding-left: 60px;
    }

    #hero .text .steps .step:nth-of-type(2):before {
        left: 0px;
        top: 0px;
        content: '2';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #DB043D;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        padding: 10px;
        z-index: 999;
    }

    #hero .text .steps .step:nth-of-type(3) {
        margin-left: 0px;
        padding-left: 60px;
    }

    #hero .text .steps .step:nth-of-type(3):before {
        left: 0px;
        top: 0px;
        content: '3';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #DB043D;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        padding: 10px;
        z-index: 999;
    }

    #hero .text .steps .step:nth-of-type(4) {
        margin-left: 0px;
        padding-left: 60px;
    }

    #hero .text .steps .step:nth-of-type(4):before {
        left: 0px;
        top: 0px;
        content: '4';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #DB043D;
        font-size: 18px;
        text-align: center;
        color: #FFF;
        padding: 10px;
        z-index: 999;
    }

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

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

    #content .hero .employee .main-photo {
        height: auto;
        width: 100%;
    }
    #content .hero .employee .main-photo img {
        width: 100%;
        position: static;
    }

    .links .text {
        padding-right: 5px !important;
    }

    .masters-title{
        margin-top: 50px;
        margin-bottom: 35px;
    }
    .masters{
        flex-direction: column;
    }
    .masters .master{
        width: 100%;
        margin-bottom: 25px;
    }
    .masters .master__info {
        display: none;
        min-height: auto;
    }
    .masters .master__btn:after{
        transform: translate(-50%, -50%)  rotate(0);
    }
    .masters .master__btn.active:after{
        transform: translate(-50%, -50%)  rotate(180deg);
    }

    .big-header{
        font-size: 2.5em !important;
    }
    .carousel-margin{
        margin-left: 15px;
        margin-right: 15px;
    }

    .hero_discount{
        padding-left: 45px;
        font-size: 19px;
        background-size: 35px;
    }
    .desktop-hidden {
        display: block !important;
    }
}

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

    .advantages-with-us {
        margin-top: 40px;
    }
    .advantages-with-us__item {
        margin-bottom: 40px;
        margin-bottom: 25px;
    }
    .advantages-with-us__img {
        display: none;
    }
    .advantages-with-us__img-mob {
        display: block;
        float: right;
        width: 108px;
        margin-left: 10px;
        margin-top: 30px;
    }
    .advantages-with-us__item:nth-of-type(even) .advantages-with-us__img-mob {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }
    .advantages-with-us__text p {
        line-height: 1.4;
        font-size: 16px;
    }
    .advantages-with-us__text p br {
        display: none;
    }

    .testimonials .row .content video {
        float: none;
        margin-bottom: 20px;
    }
    .testimonials .row .content .text {
        margin-left: 0;
    }
    .testimonials .row .content .text ~ .rating {
        float: none;
        margin-left: 0;
    }

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

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

    #seotext {
        display: none;
    }

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

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

    #hero .text .heading {
        font-size: 35px;
    }

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

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

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

    #content .hero .image {
        display: none;
    }
    #content .hero .text {
        float: none;
        width: 100% !important;
    }

    #features .feature .text{
        width: 100%;
    }
    #hero .image{
        display: none;
    }
    #hero .text{
        width: 100%;
    }
    #features .feature .image img{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    #features .feature .image{
        width: 100%;
    }

    .hero-form-md-none{
        display: block !important;
    }
}

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

    .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;
    }

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

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

    #header .logotype {
        background: url(/assets/img/logo.png) 0 0 no-repeat;
        width: 65px;
    }

    #header .logotype.msc {
        background: url(/assets/img/logo-msc.png) 0 0 no-repeat;
        background-size: contain;
        width: 65px;
    }

    #header .logotype.spb {
        background: url(/assets/img/logo-spb.png) 0 0 no-repeat;
        background-size: contain;
        width: 65px;
    }

    #header .logotype.vrn {
        background: url(/assets/img/logo-vrn.png) 0 0 no-repeat;
        background-size: contain;
        width: 65px;
    }

    #header .logotype.nn {
        background: url(/assets/img/logo-nn.png) 0 0 no-repeat;
        background-size: contain;
        width: 65px;
    }

    #header .logotype .slogan {
        display: none;
    }

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

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

    #header .nav-primary .phone {
        font-size: 20px;
        height: 30px;
        padding-right: 40px;
        padding-left: 0;
        background: none;
    }

    .tabs {
        display: none !important;
    }

    .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;
    }

    #footer .footer-policy {
        margin: 0;
    }
    #services .tiles .row .tile {
        width: 100%;
        height: auto;
    }
    #services .tiles .row .tile:first-child{
        border-left: 1px solid #e1e1e1;
    }
}

@media screen and (max-width: 414px) {
    .promo-form .wrapper #promoForm input[type=submit]{
        font-size: 16px;
    }

    .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 .image.city-image {
        display: none;
    }

    .new-review input[type=text] {
        width: 100%;
    }
    .new-review input[type=text]:nth-of-type(2) {
        margin-top: 10px;
    }
    .new-review button {
        width: 100%;
    }

    .testimonial .content video, .testimonials .row .content video {
        width: 100%;
        height: auto;
    }

    .contact-form__field {
        width: 100%;
    }
    .contact-form__btn {
        width: 100%;
        margin: 0;
    }

    #hero .text .heading, #hero .text .heading h1 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 0;
    }

    .mob-nav--open {
        width: 80vw;
    }

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

    #features .feature .text .heading, #content .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 .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: 5px 0 15px;
    }

    .hero-form__btn {
        width: 100%;
        /*padding: 10px;*/
    }

    #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, .testimonial .container {
        padding: 0 15px;
    }
    #header .nav-secondary .links {
        margin-right: -15px;
    }

    #features .feature .text .description {
        display: none;
    }

    #features .feature .text .more {
        display: none;
    }

    #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%;
    }

    #content .features .feature .text .description {
        display: none;
    }

    #content .features .feature .text .more {
        display: none;
    }

    #content .hero {
        margin-bottom: 0;
    }

    .info-links {
        display: none;
    }

    #content .hero .text .description {
        /*display: none;*/
    }

    #content .hero .service_form {
        margin-bottom: 0;
    }

    #content .hero .text .content .pricelist tr td.price {
        padding-left: 5px;
        padding-right: 10px;
        font-size: 100%;
    }

    #header .nav-secondary .links a {
        padding-left: 30px;
        padding-right: 10px;
    }

    #features .feature .image img{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    #features .feature .image {
        width: 50%;
    }
    #content .hero .text .description ul li,
    #hero .text .description {
        font-size: 16px;
    }
    .hero_discount {
        font-size: 17px !important;
    }
    .big-header {
        font-size: 1.5em !important;
    }

}

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

    #hero .text {
        width: 100%;
    }

    #hero {
        margin-top: 50px;
    }

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

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

    #promo {
        height: 300px;
    }
}
