.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: #ED1C24;
    display: block;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ED1C24;
    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 li{
    padding-left: 20px;
	box-shadow: 0 1px rgba(51, 51, 51, 0.21);
}

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

.mob-nav li:before{
content: '';
}

.mob-nav > li:first-child {
    margin-top: 60px;
}

.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--sub {
    padding-left: 40px;
    background: #ececec;
    color: #000000;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    box-shadow: none;
}

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

body{word-break: break-word;}

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

#header .nav-secondary .links .pc-hidden {
    display: none;
}
#bannerForm{
    width: 200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#bannerForm input{
    padding: 5px;
    color: #000;
}
#bannerForm input[type=submit]{
    background: #db073d;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid #db073d;
    cursor: pointer;
    display: block;
    color: #fff;
}

.boomImg{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 14px;
    right: 44px;
    width: 200px;
    height: 145px;
    background-image: url(../img/boom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.boomImg.flashv2{
    bottom: -25px;
    right: -24px;
}
.boomImg p{
    transform: rotate(-17deg);
    font-weight: bold;
    font-size: 17px;
}

.testimonialExp,.testimonial-content{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #1f1f1f;
}
.testimonialExp .container {
    padding:  30px 0 60px;
}
.testimonialExp h2, .testimonial-content h2{
    text-align: center;
    font-size: 36px;
    margin: 30px auto;
}
.testimonialExp .item, .testimonial-content .item{
    border: 2px solid #051945;
    border-radius: 10px;
    padding: 25px 25px;
    background: #fff;
}
.testimonialExp .content, .testimonial-content .content{
    font-size: 16px;
    min-height: 270px;
}
.testimonialExp .content video, .testimonial-content .content video {
    width: 217px;
    height: 122px;
    margin-bottom: 40px;
    background: #000;
}
.testimonialExp .content .text, .testimonial-content .content .text {
    font-weight: bold;
}
.testimonialExp .author, .testimonial-content .author{
    font-size: 18px;
    color: #ed1c24;
    margin-top: 15px;
}
.testimonialExp .owl-dots, .testimonial-content .owl-dots{
    display: none;
    margin-top: 15px;
}
.testimonialExp .owl-nav .owl-prev, .testimonial-content .owl-nav .owl-prev{
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonialExp .owl-nav .owl-next, .testimonial-content .owl-nav .owl-next{
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-86px);
}
.testimonialExp .owl-nav .owl-prev:focus,
.testimonialExp .owl-nav .owl-next:focus,
.testimonial-content .owl-nav .owl-prev:focus,
.testimonial-content .owl-nav .owl-next:focus{
    outline: none;
}
.testimonialExp .owl-theme .owl-nav [class*=owl-]:hover, .testimonial-content .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #1f1f1f;
}
.testimonialExp .owl-nav span, .testimonial-content .owl-nav span{
    font-size: 100px;
}

.testimonial-content .container{
    padding:  30px 0 0;
}

.testimonial-content .content video {
    margin: 0 auto 30px;
    display: block;
}

.testimonial-content .content .text {
    width: 217px;
    margin: 0 auto;
}

.carouselWrap{
    padding: 0 52px;
    position: relative;
}

#content .hero .text .content .pricelist tr td.name a,
.content-info .text.services-prices .content .pricelist tr td.name a {
    font-weight:bold;
    color:#000;
}
#content .hero .text .content .pricelist tr td.name a:hover,
.content-info .text.services-prices .content .pricelist tr td.name a:hover {
    color: #db073d;
}

@media screen and (max-width: 414px) {
    .boomImg{
        display: none;
    }
    .dialog-button a {
        background-size: 50%;
    }

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

}

@media (min-width: 415px) and (max-width: 1024px) {
    #services .tiles .row:first-child .tile {
        border-top: 1px solid #e1e1e1;
    }
    #services .tiles .row:first-child .tile:nth-of-type(-n+2) {
        border-top: none;
    }
    #services .tiles .row .tile:nth-of-type(2n+1) {
        border-left: none;
    }
}

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

    #promo {
        height: auto;
        padding: 30px 0;
        background-size: cover;
    }
    #promo .text .heading {
        font-size: 36px;
    }
    #promo .text .description {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    #promo .text .happy-hours-form {
        margin-top: 10px;
    }

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

    .testimonialExp .content video, .testimonial-content .content video {
        margin: 0 auto 30px;
        display: block;
    }

    .testimonialExp .content .text, .testimonial-content .content .text {
        text-align: center;
        width: 217px;
        margin: 0 auto;
    }
    .testimonial-content .carouselWrap {
        padding: 0;
    }

    #features .feature .text, #content #features .feature .text {
        margin-top: 10px;
    }
    #hero {
        margin-top: 65px;
    }
    #hero .image {
        overflow: hidden;
        height: 485px;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45%;
    }
    #hero .image img {
        position: absolute;
        left:0;
    }
    #header .nav-secondary .links .text {
        border-left: none;
    }
    #homeForm .container .row{
        min-height: 170px;
    }
    #homeForm .container .row p {
        font-size: 28px;
        line-height: 1;
        margin-left: 124px;
    }
    #homeForm .container .row img {
        left: 5px;
    }
    #homeForm .container .row .formWrap .hero-form {
        display: block;
    }
    #homeForm .container .row .formWrap .hero-form .hero-form__btn {
        margin-top: 10px;
    }
    .requisite {
        display: block;
    }
    body {
        min-width: 100%;
    }

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

    #hero .text #tooltip_phrase {
        right: 0px;
    }

    .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.fixed {
        padding-top: 0;
    }

    #sidebar {
        display: none;
    }

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

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

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

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

    #content .hero .text .heading {
        font-size: 1.7em;
        line-height: 1.2em;
    }
    #content .hero .text .subheading {
        font-size: 1.4em;
    }

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

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

    .container {
        padding: 0 30px;
        position: relative;
    }

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

    #content .hero .service_form .service_form__form {
        width: 100%;
        padding-right: 0;
        padding-left: 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,
    .content-info .text.services-prices .content .pricelist tr td.price {
        padding-left: 15px;
        padding-right: 15px;
    }
    .metro-location .wrapper, .city-location .wrapper, .county-location .wrapper {
        padding: 25px 30px;
        text-align: center;
        background-position: -250px;
    }
    .metro-location .wrapper .text, .city-location .wrapper .text, .county-location .wrapper {
        margin: 0 0 25px;
    }
    .metro-location .wrapper select, .city-location .wrapper select, .county-location .wrapper {
        width: 100%;
    }
    .metro-location .wrapper .select2, .city-location .wrapper .select2, .county-location .wrapper {
        text-align: left;
    }
    .metro-location .wrapper button, .city-location .wrapper button, .county-location .wrapper {
        margin: 25px 0 0 0;
        width: 100%;
    }

    .dialog .dialog__wrapper .dialog__modal .dialog__modal-description {
        color: #000000;
    }

    .dialog .dialog__wrapper .dialog__modal .dialog__modal-form form {
        width: 100%;
    }

    .dialog .dialog__wrapper .dialog__modal .dialog__modal-form form input[type=tel] {
        width: 100%;
        margin-bottom: 15px;
    }
    .dialog .dialog__wrapper .dialog__modal .dialog__modal-form form input[type=button] {
        width: 100%;
    }

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

    .contact-form__field {
        width: 100% !important;
    }

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

    #content .hero .text .content .photos{
        flex-direction: column;
    }
    #content .hero .text .content .photos div{
        width: 100%;
        height: auto;
        max-width: 500px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #hero {
        margin-top: 40px;
    }
    #header .logotype {
        width: 80px;
        height: 80px;
		padding: 0px;
		z-index: 1000;
    }
    #header .logotype:after {
        content: '';
        background: none;
        width: 66px;
        height: 66px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
	.logo-txt{
		font-size: 12px;
		padding: 4px;
		top: 0px;
		margin-left: 0px;
	}
    .other-list{
        flex-direction: column;
    }
    #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 .text .heading {
        font-size: 35px;
        line-height: 1;
    }

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

    #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%;
    }
    #content {
        margin-top: 40px;
    }
    #homeForm .container .row p {
        font-size: 22px;
        margin-left: 130px;
    }
}


@media screen and (max-width: 991px) {
    #hero .text {
        width: 100%;
    }
}

@media screen and (max-width: 764px) {
#header .nav-secondary .links{width: calc(100% - 88px);}
}


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

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

    .d-none-568 {
        display: none;
    }
    #content .hero .text .content .pricelist tr td.price, 
    .content-info .text.services-prices .content .pricelist tr td.price {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 85%;
    }
    #features .feature .text .description {
        display: none;
    }
    #features .feature .text .heading {
        font-weight: bold;
        font-size: 1.2em;
    }

    #hero .image {
        display: none;
    }
    #hero .image img {
        display: none;
    }
    #homeForm .container .row {
        display: block;
        padding: 20px;
    }
    #homeForm .container .row p {
        margin-left: 0;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
    #homeForm .container .row img {
        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;
    }

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

    #content .features .feature .text .heading{
        font-size: 20px;
    }

    #header .nav-secondary .links .pc-hidden {
        display: block;
        font-size: 10.5px;
    }

    #header .nav-secondary .links .mobile-hidden {
        display: none;
    }

}

@media screen and (max-width: 414px) {
    #content .hero .text .content .pricelist tr td.name,
    .content-info .text.services-prices .content .pricelist tr td.name {
        font-size: 97%;
        line-height: 1;
    }
    .carouselWrap {
        padding: 0 15px;
    }
    #content .hero .service_form .form-policy{
        margin-top: 40px;
    }

    #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;
        padding: 15px 0 0 25px;
        width: 75%;
    }
    #services .tiles .row .tile .details {
        position: initial;
        padding: 10px 25px;
    }
    #services .tiles .row .tile a:hover .details {
        color: #a3a3a3;
        background-color: inherit;
    }
    #services .tiles .row .tile a:after {
        background-position: right 20px bottom 15px;
        background-size: 40px !important;
    }

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

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

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

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

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

    .dialog .dialog__wrapper .dialog__modal {
        background-position: 260px top;
    }

    #services .tiles .row .tile {
        width: 100%;
        height: auto;
        border-left: none !important;
    }

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

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

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


    .container {
        padding: 0 15px;
    }

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

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

    #features .feature .text, #content #features .feature .text{
        margin-top: 10px;
        position: relative;
    }

    #features .feature .text .more{
        margin-top: 0;
        display: block;
        position: absolute;
        height: 90px;
        top: 0;
        width: 50%;
        right: 0;
        opacity: 0;
    }
    #services .tiles .row .tile .text{
        font-size: 22px;
    }
    #content .features .feature .text{
        margin: 0 0 0 10px;
        align-self: center;
    }
    #content .features .feature {
        padding: 20px 0;
        display: flex;
    }
    #content .features .feature .image img{
        margin: 0;
    }
    #content .features .feature .text .more{
        display: block;
        margin: 0;
        width: 100%;
    }
    #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 .hero {
        margin-bottom: 0;
    }

    .info-links {
        display: none;
    }

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

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

}

@media screen and (max-width: 350px) {
    #content .hero .text .content .pricelist tr td.name,
    .content-info .text.services-prices .content .pricelist tr td.name {
        font-size: 82%;
        line-height: 1;
    }
    #content .hero .text .content .pricelist tr td.price,
    .content-info .text.services-prices .content .pricelist tr td.price {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 70%;
    }
}

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

    #hero .text {
        width: 100%;
    }

    #header .logotype {
        width: 65px;
    }

    #hero {
        margin-top: 50px;
    }

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

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

}