.dnone6 {
  display:none;
}

.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("/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;
}
.testimonialExp{
    background: url(../img/test-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 35px;
}
.testimonialExp .container{
    padding:  30px 0 60px;
}
.testimonialExp h2{
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin: 30px auto;
}
.testimonialExp .item{
    border: 2px solid #db083d;
    border-radius: 10px;
    padding: 25px 30px;
}
.testimonialExp .content{
    font-size: 16px;
    min-height:288px;
}
.testimonialExp .author{
    font-size: 18px;
    color: #db083d;
    margin-top: 15px;
}
.testimonialExp .owl-dots{
    display: none;
    margin-top: 15px;
}
.testimonialExp .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonialExp .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonialExp .owl-nav .owl-prev:focus,
.testimonialExp .owl-nav .owl-next:focus{
    outline: none;
}
.testimonialExp .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.testimonialExp .owl-nav span{
    font-size: 100px;
}
.carouselWrap{
    padding: 0 52px;
    position: relative;
}
.dialog-cb-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
    z-index: 9999;
}
.dialog-cb-button a {
    display: block;
    background: #db073d url(../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;

}

@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) }
}


.dialog-cb.open {
    display: block;
}
@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;
    }

}

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

    .happy-hours-form {
        width: auto;
    }
    .happy-hours-form .hero-form__field {
        padding: 8px 5px 8px 10px;
    }

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

    .desktop-hidden {
        display: block !important;
    }
    body {
        min-width: 100%;
    }
    .testimonialExp .content{
        min-height: inherit;
    }
    .testimonialExp .owl-nav .owl-prev,
    .testimonialExp .owl-nav .owl-next {
        top: 30%;
    }
    .testimonialExp .owl-dots{
        display: block;
    }
    .menu {
        display: block;
    }

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

    #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: 40px;
    }

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

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

    .content-wrap .hero .text .heading {
        font-size: 1.7em;
        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: 5px 5px 5px 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    .hero-form__field:nth-of-type(2){
        margin-left: 0;
        margin-right: 0;
    }
    #header .nav-secondary .links .text {
        display: none;
    }

    #hero .image{
        width: 45%;
        margin-right: 5%;
    }
    #hero .image img{
        max-width: 100%;
    }

    .container {
        padding: 0 30px;
    }

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

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

    .content-wrap .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-wrap .hero .service_form .service_form__price {
        width: 100%;
    }

    .content-wrap .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%;
    }

    .content-wrap .hero .text .steps {
        position: relative;
        margin-top: 30px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hero_discount{
        padding-left: 45px;
        font-size: 19px;
        background-size: 35px;
    }

    .big-header{
        font-size: 2.5em !important;
    }
    .mobile-d-none{
        display: none;
    }
    .content-wrap .hero .employee .photos {
        flex-direction: column;
    }
    .content-wrap .hero .employee .photos div {
        height: auto;
        width: 60%;
        margin-bottom: 15px;
    }
    #contactForm.order-form.msc input[type=tel] {
        width: 100%;
    }
    #contactForm.order-form.msc input[type=button] {
        width: 100%;
        margin-left: 0px;
    }
    .content-wrap .features .footer {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 667px) {
    #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%;
    }

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

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

    .content-wrap .hero .image {
        display: none;
    }
    .content-wrap .hero .text {
        float: none;
        width: 100%;
    }
    #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%;
    }
}
#header .nav-secondary .links a.expA{
    display: none;
}



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

    #header .nav-secondary .links a.expA{
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
    }
    .menu.expBurg{
        display: none;
    }
    #header .logotype {
        background: url(../img/logo.png) 0 0 no-repeat;
        width: 65px;
    }

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

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

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

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

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

    #header .nav-secondary .links a.dnone5 {
        display: none;
    }
    
    .special-info+#header .container {
        width: 100%;
        text-align: center;
    }
  
    .dnone6 {
      display: block;  
      text-align: center;
      font-size:20px;
      color:#efca00;
      text-shadow: 3px 5px 6px #cd0243;
    }
  
    .links {
      width:100%;
      padding:5px 0;
    }  

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

    #header .nav-primary .phone {
        font-size: 20px;
        height: 30px;
        padding-right: 25px;
       /*padding-left: 0px;*/
        background: none;
white-space:nowrap;
    width: 100%;      
    }

    .menu {
        top: 44px;
    }

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

}
@media screen and (max-width: 470px) {
    #header .nav-secondary .links a.expA{
        padding: 10px 14px;
    }
}
@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;
    }

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

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

    #features .feature .text .heading, .content-wrap .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-wrap {
        margin-top: 30px;
    }

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

    .content-wrap .hero .image .icon {
        display: none;
    }

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

    .content-wrap .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-wrap .hero .service_form .service_form__form {
        width: 100%;
        padding-right: 0;
    }

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

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

    .content-wrap .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: 10px;
    }

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

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

    #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 {
        display: none;
    }

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

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

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

    .content-wrap .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-wrap .features .feature .text .description {
        display: none;
    }

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

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

    .info-links {
        display: none;
    }

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

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

    .content-wrap .hero .service_form + .text-wrap {
        padding-top: 1px;
        clear: both;
    }

    #features .feature .image img{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    #features .feature .image {
        width: 50%;
    }

    .content-wrap .hero .text .content .pricelist tr td.price{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }
    .content-wrap .hero .text .content .pricelist tr td.name{
        font-size: 16px;
    }
    .content-wrap .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;
    }
}

.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 {
    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(../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(../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: 1px solid #db073d;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #db073d;
    cursor: pointer;
}

.dialog-cb-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
    z-index: 9999;
}

.dialog-cb-button a {
    display: block;
    background: #db073d url(../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-button.msc {
    display: inline-block;
    position: relative;
    z-index: 9999;
    right: unset;
    bottom: unset;
    margin: 20px auto 0px;
}

.dialog-cb-button.msc a {
    display: block;
    background: #db073d;
    width: auto;
    height: auto;
    border-radius: 5px;
    box-shadow: none;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    color: #FFF !important;
    cursor: pointer;
    padding: 10px 25px;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc {
    background: #f1f1f1 url(../img/callback-msc__bg.png) no-repeat right bottom;
    background-size: auto;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/callback-msc__close.png) no-repeat center center;
    cursor: pointer;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-header {
    margin-bottom: 15px;
}


.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-description {
    width: 230px;
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-form form {
    width: 230px;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-form form input[type=tel] {
    background: #FFF;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 8px 6px 15px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc .modal-form form input[type=button] {
    padding: 8px 8px 6px 15px;
    border-radius: 5px;
    border: 1px solid #db073d;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #db073d;
    cursor: pointer;
    width: 200px;
}

/*----dialog-cb----*/
/*--new--*/
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal.msc {
    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__wrapper.msc .dialog-cb__modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/modal/close.png) no-repeat center center;
    cursor: pointer;
}
.dialog-cb__modal.msc .columns{
    display: flex;
}
.dialog-cb__modal.msc .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{
    margin: 0 0 35px 0;
}
.dialog-cb__modal.msc .col-master .img-box img{
    vertical-align: bottom;
}
.dialog-cb__modal.msc .col-master .price{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.dialog-cb__modal.msc .col-master .subtext{
    font-size: 16px;
    color: #818181;
}

.dialog-cb__modal.msc .col-text{
    background: #FFFFFF;
    border-radius: 0 7px 7px 0;
    padding: 55px 60px 0 40px;
}
.dialog-cb__modal.msc .col-text .title{
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
}
.dialog-cb__modal.msc .col-text .list{
    margin: 0 0 35px 0;
}
.dialog-cb__modal.msc .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{
    margin: 0;
}
.dialog-cb__modal.msc .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{
    font-weight: bold;
    color: #E12356;
}

.dialog-cb__modal.msc 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{
    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 {
    background: #E81F5A;
    color: #F7D7E0;
}

@media screen and (max-width: 768px) {
    #footer .container {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .dialog-cb.msc .dialog-cb__wrapper{
        padding: 0 10px;
    }
    .dialog-cb.msc .dialog-cb__wrapper .dialog-cb__modal{
        width: 100%;
    }
    .dialog-cb__modal.msc .columns{
        display: block;
    }
    .dialog-cb__modal.msc .col-master{
        display: none;
    }
    .dialog-cb__modal.msc .col-text{
        border-radius: 7px;
        padding: 30px 20px 30px 20px;
    }
}
/*----/dialog-cb----*/


body.img-right{
    background-position: calc(50% - 70px) 220px;
}
body.img-right #hero .container{
    position: relative;
}
body.img-right #hero .image{
    height: 433px;
    background: url(/img/plumber.png) no-repeat center bottom/contain;
    position: absolute;
    bottom: -50px;
    right: 0;
}
body.img-right #hero .image.plumber-in-mask{
    background-image: url(/img/plumber-in-mask.png);
}
body.img-right #hero .image img{
    display: none;
}
body.img-right #hero .text{
    float: left;
}

.contact-form {
    justify-content: space-between;
    align-content: center;
    flex: 1;
    margin-top: 20px;
    box-sizing: border-box;
}
.contact-form__field {
    width: 200px;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid rgba(51,55,60,0.71);
    box-sizing: border-box;
    cursor: pointer;
}
.contact-form__btn {
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid #db073d;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #db073d;
    cursor: pointer;
}

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

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

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

}

@media screen and (max-width: 414px) {
    .contact-form__field {
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-form__btn {
        width: 100%;
        margin: 0;
    }
    .dialog-cb-button {
        right: 0;
        bottom: 0;
    }
}


@media screen and (max-width:768px) {
    .page-service .hero_discount {
      width: 100%;
    }
    .page-service .short-text .title,
    .page-service .short-text p {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .detailed-desc .pre-text {
        text-align: left;
        margin-bottom: 80px;
    }
    .detailed-desc .pre-text h2,
    .detailed-desc .pre-text .title {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .detailed-desc {
        margin-top: 40px;
    }
    .detailed-desc .block .row:nth-child(n)  {
        flex-direction: column;
    }
    .detailed-desc .block .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .detailed-desc .block .part {
        width: 100%;
    }
    .detailed-desc .block .text-part {
        margin-bottom: 40px;
    }
    .detailed-desc .block .row:nth-child(n) .image-part {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    .service-after-discount {
        margin-top: 30px;
    }
    .service-after-discount .block .row:nth-child(n)  {
        flex-direction: column;
    }
    .service-after-discount .block .text-part,
    .service-after-discount .block .image-part {
        width: 100%;
    }
    .service-after-discount .block .row:nth-child(n) .image-part {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    #map {
        height: 350px !important;
        background-size: cover;
        background-position: 50%;
    }
    .map-overlay {
        display: block;
    }
}


#header .container {

}

.phone {
  color:#db0c40;
}

.cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  /*font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;*/
  bottom: 0;
  opacity: 0.80;
  background:#000;
  padding:20px 0;
}

.cookie-msg {
  text-align:center;
  color:#ffe400;
  font-size:16px;
}

.cookie-msg .contact-form__btn2 {
  padding:5px 30px;
  font-size:16px;
  display:inline;
}

.contact-form__btn2 {
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 2px;
    border: 1px solid #db073d;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #db073d;
    cursor: pointer;
}
