@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo900.ttf');
  font-style: normal;
  font-weight: 900
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo700.ttf');
  font-style: normal;
  font-weight: 700
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo500.ttf');
  font-style: normal;
  font-weight: 500
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo300.ttf');
  font-style: normal;
  font-weight: 300
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo100.ttf');
  font-style: normal;
  font-weight: 100
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
    height: 100%;
}
body {
    font: 16px "Museo";
    font-weight: 300;
    color: #242424;
    height: 100%;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #242424;
}
.knopka {
    background: #009e7a;
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.knopka:hover,
.knopka:active,
.knopka:focus {
    background: #000;
}
.container {
    max-width: 1140px;
}
.wrapper {
    display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.bot-panel {
    display: none;
}

.modal-content {
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 20px;
}
.modal-content .modal-header {
    display: block;
    padding: 0;
    border: 0;
}
.modal-content .modal-header .close {
    font-size: 35px;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #242424;
}
.modal-content .modal-header h4 {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 30px;
    color: #242424;
    padding-top: 70px;
}
.modal-content .modal-header h4 span {
    color: #009e7a;
}
.modal-content .modal-body {
    padding: 0 50px;
    border: none;
}
.modal-content .modal-body .form-group {
    margin-bottom: 20px;
}
.modal-content .modal-body .form-control {
    border: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    height: 60px;
    background: #e8e8e8;
}
.modal-content .modal-footer {
    padding: 0 50px 80px;
    border: 0;
    text-align: center;
}
.modal-content .modal-footer .knopka {
    color: #fff;
    padding: 22px 20px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 900;
    border: none;
    width: 100%;
    margin: 20px 0 0 0;
}
.modal-content .modal-footer .knopka:hover,
.modal-content .modal-footer .knopka:active,
.modal-content .modal-footer .knopka:focus {
    box-shadow: none;
}

.header {
    position: fixed;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0px -3px 6px #000;
}
.header .container {
    max-width: 100%;
    padding: 0 30px;
}
.header .logo {
    padding: 7px 0;
}
.header .logo img {
    height: 54px;
}
.header .menu {
    text-align: center;
    padding: 16px 0;
}
.header .menu ul {
    padding: 0;
    margin: 0;
}
.header .menu ul li {
    display: inline-block;
}
.header .menu ul li a {
    color: #000;
    padding: 10px 15px;
    display: block;
    border-radius: 10px;
    background: rgba(34, 34, 34, .2);
    margin: 0 6px;
    font-weight: 700;
    font-size: 14px;
}
.header .menu ul li.active a,
.header .menu ul li a:hover,
.header .menu ul li a:active,
.header .menu ul li a:focus {
    color: #009e7a;   
}
.header .menu ul > li > ul {
    display: none;
}
.header .menu .lang-menu {
    display: none;   
}
.header .phone-mob {
    display: none;
}
.header .city {
    text-align: center;
    padding: 5px 0 0px;
}
.header .city a {
    margin: 0 5px;
    background: rgba(34, 34, 34, .2);
    border-radius: 5px;
    color: #242424;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 500;
}
.header .city a.active,
.header .city a:hover {
    background: #009e7a;
    color: #fff;
}
.header .phone {
    text-align: right;
    padding: 14px 0 1px;
}
.header .phone .whatsapp {
    color: #2cb742;
    margin-right: 15px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.header .phone .whatsapp:hover {
    color: #000;
}
.header .phone .mob {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.header .phone .mob:hover {
    color: #009e7a;
}
.header .callback {
    text-align: right;
    padding: 25px 0;
}
.header .callback a {
    background: #009e7a;
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.header .callback a:hover {
    background: #000;
    color: #fff;
}
.header .lang {
    text-align: right;
    padding: 25px 0;
}
.header .lang ul {
    padding: 0;
    margin: 0;
}
.header .lang ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 12px;
}
.header .lang ul li a {
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
.header .lang ul li a.active,
.header .lang ul li a:hover,
.header .lang ul li a:focus,
.header .lang ul li a:active {
    color: #009e7a;
}
.header .hc-nav-trigger.hc-nav-1 {
    display: none;
}
.header .city-mob {
    display: none;
}

.slider {
    padding: 180px 0 80px;
}
.slider .mob-main {
    display: none;
}
.slider img {
    width: 100%;
}
.slider h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 900;
}
.slider .text-slider {
    
}
.slider .text-slider p {
    font-size: 20px;
    font-weight: 100;
    color: #242424;
    margin-bottom: 45px;
}
.slider .zayavka a.whatsapp {
    background: #2cb742;
    color: #fff;
    padding: 17px 15px;
    border-radius: 10px;
    font-weight: 500;
    margin-right: 20px;
    width: 240px;
    display: inline-block;
    text-align: center;
}
.slider .zayavka a.whatsapp:hover {
    background: #242424;
}
.slider .zayavka a.whatsapp i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
}
.slider .zayavka a.phone {
    background: #009e7a;
    padding: 17px 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 240px;
    display: inline-block;
    text-align: center;
}
.slider .zayavka a.phone:hover {
    background: #242424;
}
.slider .zayavka a.phone i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
}
.slider .zayavka div:last-child {
    margin-top: 20px;
}

.service {
    padding: 50px 0 50px;
}
.service .title {
    font-size: 40px;
    margin-bottom: 30px;
    color: #242424;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}
.service .categy-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #e1e1e1
}
.service .categy-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 24px;
}
.service .categy-block:hover .titls {
    color: #009e7a;
}
.service .categy-block img {
    height: 150px
}
.service .categy-block i {
    background: #009e7a;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 35px;
    line-height: 0;
    color: #fff;
    padding: 6px;
    border-radius: 15px
}
.service .categy-block:hover i {
    background: #242424;
    color: #fff
}

.avtopark {
    padding: 50px 0 50px;
    background: #e0e0e0;
}
.avtopark .title {
    font-size: 40px;
    margin-bottom: 30px;
    color: #242424;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}
.avtopark .car-block {
    background: rgba(15, 15, 15, 1);
    border-radius: 10px;
    border: 1px solid #312b12;
    margin-bottom: 25px;
}
.avtopark .car-block .title-car {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}
.avtopark .car-block .title-car:hover {
    color: #ebcd52;
}
.avtopark .car-block .avto-img {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px 10px 0 0;
}
.avtopark .car-block .text-avto {
    padding: 20px;
}
.avtopark .car-block .text-avto .icon .icon_row {
    margin-bottom: 7px;
}
.avtopark .car-block .text-avto .icon .icon_row img {
    width: 25px;
    margin-right: 7px;
}
.avtopark .car-block .text-avto .icon .icon_row span {
    font-size: 14px;
    font-weight: 500;
}
.avtopark .car-block .text-avto a.whatsapp {
    display: block;
    padding: 10px 0;
    background: #2cb742;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}
.avtopark .car-block .text-avto a.whatsapp:hover {
    box-shadow: 0px 0px 7px #2cb742;
}
.avtopark .car-block .text-avto a.whatsapp i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.avtopark .car-block .text-avto a.phone {
    display: block;
    padding: 10px 0;
    background: #ebcd52;
    border-radius: 10px;
    color: #000;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}
.avtopark .car-block .text-avto a.phone:hover {
    box-shadow: 0px 0px 7px #eaca4f;
}
.avtopark .car-block .text-avto a.phone i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.interes {
    padding: 50px 0 50px;
    background: #d3d3d3;
}
.interes .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.interes .categy-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.interes .blog .titls {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 173px;
}
.interes .categy-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 20px;
    height: 72px;
    margin-bottom: 50px;
}
.interes .categy-block:hover .titls {
    color: #009e7a;
}
.interes .categy-block i {
    background: #009e7a;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 35px;
    line-height: 0;
    color: #fff;
    padding: 6px;
    border-radius: 15px;
}
.interes .categy-block:hover i {
    background: #242424;
    color: #fff
}

.about {
    padding: 50px 0 0px;
    position: relative;
}
.about .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.about img {
    width: 100%;
    border-radius: 15px;
}
.about .aboutz {
    position: absolute;
    bottom: 0px;
    width: 380px;
}
.about p {
    font-size: 18px;
    font-weight: 300;
}
.about p strong {
    font-weight: 600;
}
.about .row-icon {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 45px;
}
.about .row-icon img {
    height: 90px;
    margin-bottom: 10px;
    width: auto;
}
.about .row-icon p {
    font-size: 16px;
    font-weight: 500;
}

.faq {
    padding: 50px 0 80px;
    background: #fff;
}
.faq .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.faq .accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 20px;
    background: #d3d3d3;
}
.faq .accordion .accordion-item h2 {
    border-radius: 20px;
    background: transparent;   
}
.faq .accordion .accordion-item h2 .accordion-button {
    border-radius: 10px;
    border: none;
    background: transparent; 
    box-shadow: none;
    padding: 25px 20px;
    font-weight: 900;
    font-size: 20px;
    color: #242424;
}
.faq .accordion .accordion-item h2 .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
}
.faq .accordion .accordion-item .accordion-collapse .accordion-body {
    border-radius: 20px;
    font-size: 18px;
    font-weight: 100;
    color: #242424;
}


.footer {
    flex: 0 0 auto; 
    padding: 50px 0;
    color: #1f1f1f;
    background: #252525;
}
.footer .copyright {
    font-size: 12px;
    margin: 15px 0 0 0;
    color: #fff;
}
.footer .logo img {
    height: 55px;
    margin-bottom: 15px;
    filter: grayscale(1) brightness(1000%);
}
.footer .contact-footer {
    text-align: right;
}
.footer .contact-footer a.mob {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}
.footer .contact-footer a.mob:hover,
.footer .contact-footer a.mob:active,
.footer .contact-footer a.mob:focus {
    color: #fff;
}
.footer .contact-footer .smm {
    margin-bottom: 25px;
}
.footer .contact-footer .smm a {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}
.footer .contact-footer .smm a:hover,
.footer .contact-footer .smm a:active {
    color: #009e7a;
}
.footer .contact-footer .callback {
    background: #009e7a;
    padding: 12px 24px;
    color: #fff;
    border-radius: 10px;
}
.footer .contact-footer .callback:hover,
.footer .contact-footer .callback:active,
.footer .contact-footer .callback:focus {
    background: #fff;
    color: #000;
}
.footer .footer-text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-right: 40px;
}
.footer .menu ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
}
.footer .menu ul li {
    display: inline-block;
}
.footer .menu ul li a {
    color: #fff;
    display: block;
    border-radius: 10px;
    background: rgba(34, 34, 34, .2);
    margin: 0 0px 7px 0;
    font-weight: 700;
    font-size: 14px;
}
.footer .menu ul li a:hover {
    color: #009e7a;
}

.green a {
    background: #009e7a;
    border: none;
    padding: 15px 30px;
    color: #fff;
}
.green a:hover {
    background: #242424;
}

.blockx {
    padding: 150px 0 70px;
}
.blockx p {
    font-size: 20px;
    font-weight: 300;
}
.blockx .crumb ol li,
.blockx .crumb ol li:before {
    color: #818181;
}
.blockx .crumb ol li a {
    color: #009e7a;
}
.blockx .crumb ol li a:hover {
    color: #242424;
}
.blockx .mains {
    width: 94%;
    border-radius: 50px;
    margin: 0 auto;
}
.blockx .contact-form {
    background: rgba(15, 15, 15, 1);
    padding: 45px;
    border-radius: 15px;
}
.blockx .contact-form h3 { 
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500; 
}
.blockx .contact-form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.blockx .contact-form .form-group input {
    background: transparent;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
}
.blockx .contact-form .form-group span {
    background: rgba(15, 15, 15, 1);
    position: absolute;
    left: 30px;
    top: -7px;
    font-size: 13px;
    padding: 0 8px;
}
.blockx .contact-form .knopka {
    border: none;
    padding: 18px 45px;
}
.blockx .contact-block a {
    color: #242424;
    font-size: 24px;
    font-weight: 900;
}
.blockx .contact-block .zayavka {
    margin-top: 30px;
}
.blockx .contact-block .zayavka a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 17px 40px;
    background: #009e7a;
}
.blockx .contact-block p {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.4;
}
.blockx .contact-block .contact-smm {
    margin-top: 20px;
}
.blockx .contact-block .contact-smm a {
    font-size: 32px;
    margin-right: 10px;
    display: inline-block;
}
.blockx .contact-block .contact-smm a:hover {
    color: #fff;
}
.blockx .contact-block .contact-smm a.whatsapp {
    color: #2cb742;
}
.blockx .contact-block .contact-smm a.instagram {
    color: #ff3894;
}
.blockx .avto-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blockx .avto-block .avto_row {
    margin-bottom: 10px;
}
.blockx .avto-block .avto_row img {
    height: 35px;
    margin-right: 10px;
}
.blockx .avto-block .avto_row span {
    font-weight: 500;
}
.blockx .about_img {
    width: 100%;
    border-radius: 15px;
}
.blockx .row-icon {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
}
.blockx .row-icon img {
    width: auto;
    margin-bottom: 10px;
    height: 100px;
}
.blockx .row-icon p {
    font-size: 16px;
    font-weight: 500;
}
.blockx .car-block {
    background: rgba(15, 15, 15, 1);
    border-radius: 10px;
    border: 1px solid #312b12;
    margin-bottom: 25px;
}
.blockx .car-block .title-car {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}
.blockx .car-block .title-car:hover {
    color: #ebcd52;
}
.blockx .car-block .avto-img {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px 10px 0 0;
}
.blockx .car-block .text-avto {
    padding: 20px;
}
.blockx .car-block .text-avto .icon .icon_row {
    margin-bottom: 7px;
}
.blockx .car-block .text-avto .icon .icon_row img {
    width: 25px;
    margin-right: 7px;
}
.blockx .car-block .text-avto .icon .icon_row span {
    font-size: 14px;
    font-weight: 500;
}
.blockx .car-block .text-avto a.whatsapp {
    display: block;
    padding: 10px 0;
    background: #2cb742;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}
.blockx .car-block .text-avto a.whatsapp:hover {
    box-shadow: 0px 0px 7px #2cb742;
}
.blockx .car-block .text-avto a.whatsapp i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.blockx .car-block .text-avto a.phone {
    display: block;
    padding: 10px 0;
    background: #ebcd52;
    border-radius: 10px;
    color: #000;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
}
.blockx .car-block .text-avto a.phone:hover {
    box-shadow: 0px 0px 7px #eaca4f;
}
.blockx .car-block .text-avto a.phone i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.blockx .blog-block {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #eeeeeec7;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blockx .blog-block a.img-blog {
    display: block;
    height: 230px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
}
.blockx .blog-block .text-blog {
    padding: 15px 5px 15px 5px;
    position: absolute;
    bottom: 0px;
    background: rgb(0 0 0 / 83%);
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.blockx .blog-block .text-blog .date {
    font-size: 12px;
    color: #1FAF38;
    margin-bottom: 10px;
}
.blockx .blog-block .text-blog a.title-blog {
    font-size: 14px;
    font-weight: 600;
    color: #ebcd52;
}
.blockx .blog-block .text-blog p {
    font-size: 12px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blockx .blog-block .text-blog a.knopka-blog {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
}
.blockx .blog-block a.img-blog:hover .text-blog .title-blog {
    color: #fff;
}
.blockx .blog-block .text-blog a.title-blog:hover,
.blockx .blog-block .text-blog a.title-blog:active,
.blockx .blog-block .text-blog a.title-blog:focus {
    color: #fff;
}
.blockx .blog-block .text-blog a.knopka-blog:hover,
.blockx .blog-block .text-blog a.knopka-blog:active,
.blockx .blog-block .text-blog a.knopka-blog:focus {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.blockx .titles {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: linear-gradient(95deg, #fae879 -3.54%, #d8a606 56.19%, #ecce53 102.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blockx .zayavka {
    margin-top: 20px;
}
.blockx .zayavka a {
    display: inline-block;
    text-align: center;
    padding: 17px 30px;
    border-radius: 12px;
    color: #fff;
}
.blockx .zayavka a i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
.blockx .zayavka a.whatsapp {
    background: #2cb742;
    display: inline-block;
}
.blockx .zayavka a.whatsapp:hover {
    background: #242424;
}
.blockx .zayavka a.callback {
    background: #242424;
    color: #fff;
}
.blockx .zayavka a.phone {
    color: #fff;
    display: inline-block;
    background: #009e7a;
}
.blockx .zayavka a.phone:hover {
    background: #242424;
}
.blockx .zayavka a.callback:hover {
    background: #009e7a;   
}
.blockx .categy-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #e1e1e1;
}
.blockx .blog .titls {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 173px;
}
.blockx .categy-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 20px;
    height: 72px;
}
.blockx .categy-block:hover .titls {
    color: #009e7a;
}
.blockx .categy-block img {
    width: 100%;
}
.blockx .categy-block i {
    background: #009e7a;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 35px;
    line-height: 0;
    color: #fff;
    padding: 6px;
    border-radius: 15px;
}
.blockx .categy-block:hover i {
    background: #242424;
    color: #fff
}
.blockx ul li {
    font-size: 18px;
    font-weight: 700;
}
.blockx .marka {
    width: 100%;
}
.blockx .news_img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.model h1 {
    margin-bottom: 20px;
}

.tips {
    padding: 0 0 50px;
}
.tips h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.tips .tip-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #e1e1e1;
    text-align: center;
}
.tips .tip-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 21px;
    height: 65px;
}
.tips .tip-block img {
    height: 150px
}
.tips .zwatsapp {
    background: #009e7a;
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 240px;
    display: inline-block;
    text-align: center;
}
.tips .zwatsapp:hover {
    background: #242424;
}

.no_power {
    padding: 50px 0 50px;
    background: #e1e1e1;
}
.no_power h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.no_power .tip-block {
    padding: 20px 10px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
}
.no_power .tip-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 24px;
    height: 65px;
}
.no_power .tip-block img {
    height: 150px
}
.no_power .zwatsapp {
    background: #009e7a;
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 240px;
    display: inline-block;
    text-align: center;
}
.no_power .zwatsapp:hover {
    background: #242424;
}

.blockx-other {
    padding: 50px 0;
    background: #fff;
}
.blockx-other h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.blockx-other .categy-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #e1e1e1;
}
.blockx-other .categy-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 21px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blockx-other .categy-block:hover .titls {
    color: #009e7a;
}
.blockx-other .categy-block img {
    height: 150px;
    width: auto !important;
}
.blockx-other .categy-block i {
    background: #009e7a;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 35px;
    line-height: 0;
    color: #fff;
    padding: 6px;
    border-radius: 15px
}
.blockx-other .categy-block:hover i {
    background: #242424;
    color: #fff
}
.blockx-other .owl-dots {
    text-align: center;
}
.blockx-other .owl-dots button {
    border: none;
    background: transparent;
}
.blockx-other .owl-dots button span {
    width: 15px;
    height: 15px;
    background: #e1e1e1;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 1;
}
.blockx-other .owl-dots button.active span,
.blockx-other .owl-dots button span:hover {
    background: #009e7a;
}

.marki {
    background: #e1e1e1;
    padding: 50px 0;
}
.marki h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    color: #242424;
}
.marki .categy-block {
    padding: 20px;
    display: block;
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #fff
}
.marki .categy-block .titls {
    color: #242424;
    font-weight: 900;
    font-size: 19px;
    height: 70px;
}
.marki .categy-block:hover .titls {
    color: #009e7a;
}
.marki .categy-block img {
    height: 70px
}
.marki .categy-block i {
    background: #009e7a;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 35px;
    line-height: 0;
    color: #fff;
    padding: 6px;
    border-radius: 15px
}
.marki .categy-block:hover i {
    background: #242424;
    color: #fff
}
.marki .model_za p {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 20px;
}
.marki .model_za a {
    background: #242424;
    color: #fff;
    padding: 18px 24px;
    border-radius: 12px;
    width: 270px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.marki .model_za a:hover {
    background: #009e7a;
    color: #fff;
}


.text-seo {
    padding: 50px 0 50px;
}
.text-seo p, .text-seo ul li {
    font-size: 18px;
}
.zayavka-block {
    background: #009e7a;
    padding: 50px 0;
    text-align: center;
}
.zayavka-block .titles {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 40px;
}
.zayavka-block a {
    background: #242424;
    color: #fff;
    padding: 18px 24px;
    border-radius: 12px;
    width: 270px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}
.zayavka-block a:hover {
    background: #fff;
    color: #242424;
}
.zayavka-block a i {
    margin-right: 10px;
}
.blockx .mains-mobs { 
    display: none;   
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .modal-content {
        padding: 10px;
    }
    .modal-content .modal-body {
        padding: 0 15px;
    }
    .modal-content .modal-footer {
        padding: 0 15px 50px;
    }
    .header {
        padding: 5px 0;
    }
    .header .menu,
    .header .phone,
    .header .callback,
    .header .lang {
        display: none;
    }
    .lang-menu {
        text-align: center !important;
    }
    .lang-menu li {
        display: inline-block !important;
        margin: 0 5px;
    }
    .lang-menu li a {
        border-bottom: none !important;
        text-transform: uppercase;
        font-weight: 900;
    }
    .lang-menu li a.active {
        color: #009e7a !important;
        padding: 5px;
    }
    .city-mob {
        text-align: center;
    }
    .city-mob a {
        border-bottom: none !important;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block !important;
        background: #d5d5d5 !important;
        border-radius: 15px;
        padding: 8px 15px !important;
        margin: 0 5px;
        text-transform: inherit !important;
        width: 45%;
    }
    .city-mob a.active,
    .city-mob a:hover {
        padding: 5px;
        background: #009e7a !important;
        color: #fff !important;
    }
    .phone-mob {
        
    }
    .phone-mob a {
        display: inline-block !important;
        border: none !important;
    }
    .phone-mob a.whatsapp {
        font-size: 22px !important;
        color: #2cb742 !important;
        vertical-align: middle;
        padding: 12px 14px !important;
    }
    .phone-mob a.mob {
        width: 78%;
        font-size: 17px !important;
        font-weight: 600;
        text-align: center;
    }
    .header .hc-nav-trigger.hc-nav-1 {
        display: block;
        right: 12px;
        top: 20px;
    }
    .header .hc-nav-trigger span, 
    .header .hc-nav-trigger span::before, 
    .header .hc-nav-trigger span::after {
        background: #242424;
    }
    .header .city {
        display: none;
    }
    
    .slider {
        padding: 100px 0 50px;
    }
    .slider h1 {
        font-size: 30px;
        text-align: center;
    }
    .slider .text-slider p {
        font-size: 21px;
        text-align: center;
    }
    .slider .main-img img {
        display: none;
    }
    .slider .zayavka a {
        width: 100% !important;
    }
    .slider .mob-main {
        display: block;
    }
    
    .avtopark .title {
        font-size: 34px;
    }
    .avtopark .col-6:nth-child(odd) {
        padding-left: 5px;
    }
    .avtopark .col-6:nth-child(even) {
        padding-right: 5px;
    }
    .avtopark .car-block .avto-img {
        height: 150px;
    }
    .avtopark .car-block .text-avto {
        padding: 10px;
    }
    .avtopark .car-block .text-avto .icon .icon_row img {
        height: 20px;
        margin-right: 5px;
    }
    .avtopark .car-block .text-avto .icon .icon_row span {
        font-size: 12px;
    }
    .avtopark .car-block .text-avto a {
        font-size: 12px;
    }
    .avtopark .car-block .text-avto a.whatsapp i {
        margin-right: 5px;
        font-size: 16px;
    }
    .avtopark .car-block .text-avto a.phone i {
        margin-right: 5px;
        font-size: 16px;
    }
    
    .transfer {
        padding: 0;
    }
    .transfer .title { 
        font-size: 34px;
    }
    .transfer .col-6:nth-child(odd) {
        padding-left: 5px;
    }
    .transfer .col-6:nth-child(even) {
        padding-right: 5px;
    }
    .transfer .blog-block a.img-blog {
        height: 240px;
    }
    .transfer .blog-block .text-blog {
        padding: 15px 10px 15px 10px;
    }
    .transfer .blog-block .text-blog a.title-blog {
        font-size: 14px;
    }
    
    .about {
        padding: 0 0 50px;
    }
    .about .title {
        font-size: 34px;
    }
    .about img {
        margin-bottom: 30px;
    }
    .about .row-icon p {
        font-size: 14px;
    }
    
    .faq .title {
        font-size: 34px;
    }
    .faq .accordion .accordion-item h2 .accordion-button {
        font-size: 16px;
        padding: 15px;
    }
    .faq .accordion .accordion-item .accordion-collapse .accordion-body {
        font-size: 16px;
        padding: 15px;
    }
    
    .footer {
        text-align: center;
        padding: 30px 0 80px;
    }
    .footer .footer-text p {
        padding: 0;
    }
    .footer .menu,
    .footer .contact-footer {
        display: none;
    }
    
    h1 {
        font-size: 32px;
    }
    .blockx {
        padding: 100px 0 50px;
    }
    .blockx .bl .col-6:nth-child(odd) {
        padding-left: 5px;
    }
    .blockx .bl .col-6:nth-child(even) {
        padding-right: 5px;
    }
    .blockx .bls .col-6:nth-child(odd) {
        padding-right: 5px;
    }
    .blockx .bls .col-6:nth-child(even) {
        padding-left: 5px;
    }
    .blockx .car-block .avto-img {
        height: 150px;
    }
    .blockx .car-block .text-avto {
        padding: 10px;
    }
    .blockx .car-block .text-avto .icon .icon_row img {
        height: 20px;
        margin-right: 5px;
    }
    .blockx .car-block .text-avto .icon .icon_row span {
        font-size: 12px;
    }
    .blockx .car-block .text-avto a {
        font-size: 12px;
    }
    .blockx .car-block .text-avto a.whatsapp i {
        margin-right: 5px;
        font-size: 16px;
    }
    .blockx .car-block .text-avto a.phone i {
        margin-right: 5px;
        font-size: 16px;
    }
    .blockx .row-icon p {
        font-size: 14px;
    } 
    .blockx-other h4 {
        font-size: 25px;
    }
    .blockx-other .car-block .avto-img {
        height: 150px;
    }
    .blockx-other .car-block .text-avto {
        padding: 10px;
    }
    .blockx-other .car-block .text-avto .icon .icon_row img {
        height: 20px;
        margin-right: 5px;
    }
    .blockx-other .car-block .text-avto .icon .icon_row span {
        font-size: 12px;
    }
    .blockx-other .car-block .text-avto a {
        font-size: 12px;
    }
    .blockx-other .car-block .text-avto a.whatsapp i {
        margin-right: 5px;
        font-size: 16px;
    }
    .blockx-other .car-block .text-avto a.phone i {
        margin-right: 5px;
        font-size: 16px;
    }
    
    .service .categy-block {
        padding: 15px;
    }
    
    .tips h4,
    .no_power h4,
    .marki h4 {
        font-size: 25px;
    }
    
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .bot-panel a {
        float: left;
    }
    .bot-panel a.phone {
        width: 25%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #1d1d1d;
        height: 52px;
    }
    .bot-panel a.whatsapp {
        width: 25%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #2cb742;
        height: 52px;
    }
    .bot-panel a.book {
        width: 50%;
        background: #009e7a;
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 16.6px 0;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
        height: 52px;
    }
    .service .categy-block .titls {
        color: #242424;
        font-weight: 900;
        font-size: 14px;
        line-height: 1.2;
    }
    .service .categy-block img {
        width: 100%;
        height: auto;
    }
    .about .aboutz {
        position: relative;
    }
    .marki .categy-block .titls {
        font-size: 14px;
    }
    .marki .model_za a {
        width: 100%;
        margin-bottom: 15px;
    }
    .blockx .zayavka a {
        width: 100%;
    }
    .zayavka-block a {
        width: 100%;
        margin-bottom: 15px;
    }
    .blockx-other .categy-block .titls {
        font-size: 15px;
    }
    .blockx .categy-block .titls {
        font-size: 15px;
        height: 50px;
    }
    .tips .tip-block .titls {
        font-size: 16px;
        height: 40px;
    }
    .tips .tip-block img {
        height: auto;
        width: 100%;
    }
    .no_power .tip-block .titls {
        font-size: 16px;
        height: 40px;
    }
    .no_power .tip-block img {
        width: 100%;
        height: auto;
    }
    .marki .categy-block i {
        right: 10px;
        bottom: 10px;
        font-size: 20px;
    }
    .marki .categy-block img {
        width: 90%;
        height: auto;
    }
    .blockx .mains {
        display: none;
        width: 94%;
        border-radius: 50px;
        margin: 0 auto;
    }
    .blockx .mains-mobs {
        display: block;
        width: 94%;
        border-radius: 50px;
        margin: 0 auto;
    }
}
.hc-offcanvas-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

html.hc-nav-yscroll {
    overflow-y: scroll
}

body {
    overflow-x: hidden
}

body.hc-nav-open {
    position: relative;
    overflow-y: hidden
}
.hc-offcanvas-nav.hc-nav-1 {
    display: block !mportant;
}
.hc-offcanvas-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 280px;
    max-width: 100%;
    height: 100%;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    overscroll-behavior: none
}

.hc-offcanvas-nav .nav-wrapper.nav-wrapper-1 {
    position: static;
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav a,.hc-offcanvas-nav a:hover {
    text-decoration: none
}

.hc-offcanvas-nav.disable-body::after,.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s,opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s,transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transition: transform .4s ease
}

.hc-offcanvas-nav.side-left {
    left: 0
}

.hc-offcanvas-nav.side-left .nav-container {
    left: 0;
    transform: translate3d(-240px, 0, 0)
}

.hc-offcanvas-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
    transform: translate3d(-40px, 0, 0)
}

.hc-offcanvas-nav.side-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%,0,0)
}

.hc-offcanvas-nav.side-right {
    right: 0;
}

.hc-offcanvas-nav.side-right .nav-container {
    right: 0;
    transform: translate3d(280px, 0, 0)
}

.hc-offcanvas-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
    transform: translate3d(0px, 0, 0)
}

.hc-offcanvas-nav.side-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-open .nav-container {
    transform: translate3d(0,0,0)!important
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 24px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,.hc-nav-trigger span::before,.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #000;
    transition: all .2s ease;
    border-radius: 15px
}

.hc-nav-trigger span::before,.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0,0,0,0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav::after,.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0,0,0,0.3)
}

.hc-offcanvas-nav .nav-wrapper {
    background: #fff
}

.nav-wrapper-1,.nav-wrapper-2 {
    overscroll-behavior: contain!important
}

.hc-offcanvas-nav, .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper {
    overflow-x: hidden
}

.hc-offcanvas-nav .nav-container {
    background: #fff;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-wrapper {
    box-sizing: border-box
}

.hc-offcanvas-nav.nav-levels-overlap ul ul {
    right: 0
}

.hc-offcanvas-nav h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 18px 16px 0px;
    margin-bottom: 0px;
    color: #242424
}

.hc-offcanvas-nav .cont-smm {
    margin-top: 0px
}

.hc-offcanvas-nav .cont-menu {
    margin-top: -10px!important
}

.hc-offcanvas-nav .cont-smm a {
    padding: 0 !important;
    line-height: 2.3 !important
}

.hc-offcanvas-nav h2:after {
    display: none !important
}

.hc-offcanvas-nav h2 span {
    background: transparent !important;
    display: inline !important;
    padding: 0 !important
}

.hc-offcanvas-nav li {
    text-align: left;
    margin-bottom: 5px !important
}

.hc-offcanvas-nav a {
    padding: 15px 17px !important;
    padding-left: 17px !important;
    font-size: 15px !important;
    color: #000 !important;
    z-index: 1;
    background: #ddd !important;
    border-radius: 10px !important;
    border-bottom: none !important;
    line-height: 1.2 !important;
    font-family: inherit
}

.hc-offcanvas-nav a:before {
    display: none !important
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #31679e !important;
    color: #fff !important
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #009e7a !important;
    color: #fff !important;
    padding: 14px 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border: none !important
}

.hc-offcanvas-nav li.nav-parent a {
    padding-right: 58px !important
}

.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span {
    width: 45px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
    border-radius: 10px !important;
    background: #009e7a !important
}

.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -9px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.side-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.side-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.side-right.nav-open .nav-wrapper {
    padding: 0 !important
}

.hc-offcanvas-nav.side-right.nav-open .nav-wrapper>ul {
    padding: 15px !important
}