@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 {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font: 16px "Museo";
    font-weight: 300;
    color: #242424;
    height: 100%;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #242424;
}
.knopka {
    background: #fa5020;
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.knopka:hover,
.knopka:active,
.knopka:focus {
    background: #242424;
    color: #fa5020;
}
.but {
  display: none;
}
#mse2_sort a {
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px dotted #2e2e2e;
  color: #2e2e2e;
}

 #mse2_sort {
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  padding-top: 5px;
}
.blockx #mse2_mfilter .pagination li:first-child,.catalog #mse2_mfilter .pagination li:nth-child(2),.blockx #mse2_mfilter .pagination li:nth-child(10),.catalog #mse2_mfilter .pagination li:last-child {
	display: none;
}

.blockx #mse2_mfilter .pagination li {
	margin-right: 7px;
}

.blockx #mse2_mfilter .pagination li a {
    border: 2px solid #121212;
    color: #121212;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
}

.blockx #mse2_mfilter .pagination li.active a {
    background: #ff4f1f;
    color: #121212;
    border: 2px solid #ff4f1f;
}
.blockx #mse2_mfilter .pagination li a:hover {
    background: #ff4f1f;
    color: #121212;
    border: 2px solid #ff4f1f;
}
.all {
    margin-top: 15px;
}
.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: #272068;
}
.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: #f0f0f0;
}
.modal-content .modal-footer {
    padding: 0 50px 80px;
    border: 0;
    text-align: center;
}
.modal-content .modal-footer .knopka {
    background: rgb(39 32 104);
    padding: 21px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 20px 0 0 0;
    width: 100%;
    border: none;
}
.modal-content .modal-footer .knopka:hover,
.modal-content .modal-footer .knopka:active,
.modal-content .modal-footer .knopka:focus {
    border: 1px solid #272068;
    background: #fff;
    color: #272068;
}

.header {
    background: #fff;
    padding: 24px 0;
    z-index: 999;
}
.header .logo {
    padding: 0px 0;
}
.header .logo img {
    height: 70px;
}


.menu {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #1c1615;
}
.menu .navbar-collapse {
    padding: 0;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.menu ul li {
    display: inline-flex;
    border-right: 1px solid #2f2f2f;
    border-left: 1px solid transparent;
    flex-grow: 1;
    flex-basis: 0;
    background-color: #1c1615;
}
.menu ul li:first-of-type {
    border-left-color: transparent;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.menu ul li:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
}
.menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    transition: all .5s;
    white-space: nowrap;
    font-weight: 600;
}
.menu ul li.active,
.menu ul li:hover,
.menu ul li:active,
.menu ul li:focus {
    background: #fa5020;
}

.header .menu .lang-menu {
    display: none;   
}
.header .phone {
    text-align: right;
    padding: 23px 0;
}
.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: #22171b;
}
.header .phone .mob {
    font-size: 20px;
    font-weight: 900;
    color: #1c1615;
    display: inline-block;
    vertical-align: middle;
}
.header .phone .mob:hover {
    color: #fa5020;
}
.header .callback {
    text-align: right;
    padding: 25px 0;
}
.header .callback a {
    background: rgb(44 183 66);
    padding: 17px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}
.header .callback a:hover {
    background: #22171b;
    color: #fff;
}
.header .lang {
    text-align: right;
    padding: 25px 0;
    text-align: center;
}
.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: #242424;
    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: #272068;
}
.header .hc-nav-trigger.hc-nav-1 {
    display: none;
}

.main {
    background: url(../img/bg.jpg) 50% 65% no-repeat;
    height: 500px;
    background-size: cover;
    position: relative;
}
.main .plashka {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 1;
}
.main .text {
    z-index: 2;
    position: relative;
    padding: 83px 0;
}
.main .text .lgs {
    margin-top: 40px;
    text-align: center;
}
.main .text .lgs img {
    height: 35px;
    margin: 0 7px;
}
.main .text h1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
}
.main .text h1 span {
    color: #fa5020;
    font-weight: 700;
}
.main .text h4 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
}
.main .forms {
    background: rgba(999, 999, 999, 0.3);
    padding: 40px 40px 50px 40px;
    border-radius: 10px;
    margin: 0 330px;
}
.main .forms .tt {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #fa5020;
    text-transform: uppercase;
}
.main .forms .form-group {
    margin-bottom: 15px;
}
.main .forms .form-group p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.main .forms .kn {
    margin-top: 40px;
    text-align: center;
}
.main .forms .kn a {
    background: rgb(250 80 32);
    padding: 17px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #22171b;
}
.main .knop {
    text-align: center;
    margin-top: 60px;
}
.main .knop a {
    background: #fa5020;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
}
.main .knop a:hover {
    background: #fff;
    color: #242424;
}

.slider {
    padding-top: 50px;
}
.slider .owl-carousel .item {
    border-radius: 20px;
    background-size: cover !important;
}
.slider .sldier-text {
    padding: 80px 0px 0px 140px;
    z-index: 2;
    position: relative;
    width: 65%;
}
.slider .sldier-text .slider-title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.slider .sldier-text .slider_tt {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.slider .sldier-text .zayavka {
    margin-top: 40px;
}
.slider .sldier-text .zayavka a {
    background: #fff;
    color: #272068;
    padding: 17px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
.slider .sldier-text .zayavka a:hover {
    background: #272068;
    color: #fff;
}
.slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
    padding: 0 5px;
}
.slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #c6c6c6;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.slider .owl-dots .owl-dot.active span, 
.slider .owl-dots .owl-dot:hover span {
    background: #272068;
}
.slider .owl-theme .owl-prev {
    position: absolute;
    top: 42%;
    left: 45px;
    font-size: 25px;
    text-align: center;
    border: none;
    background: #858585;
    padding: 0;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 2;
}
.slider .owl-theme .owl-next {
    position: absolute;
    top: 42%;
    right: 45px;
    font-size: 25px;
    text-align: center;
    border: none;
    background: #858585;
    padding: 0;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 2;
}
.slider .owl-theme .owl-prev:hover,
.slider .owl-theme .owl-next:hover {
    background: #120b53;
    color: #fff;
}
.slider .pics {
    height: 400px;
    background-size: cover !important;
    border-radius: 20px;
}
.slider .pics .plashka {
    height: 100%;
    position: absolute;
    width: 100%;
    background: #272068;
    opacity: 0.7;
    z-index: 1;
    border-radius: 20px;
}

.block1 {
    padding: 50px 0 50px;
}
.block1 .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block1 .car-block {
    text-align: center;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px 20px;
    display: block;
    margin-bottom: 20px;
}
.block1 .car-block img {
    margin-bottom: 15px;
    height: 50px;
}
.block1 .car-block p {
    color: #000;
    font-weight: 600;
    margin: 0;
}
.block1 .car-block:hover {
    background: #ecebeb;
}
.block1 .car-block:hover p {
    color: #fa5020;
}


.blockx .car-block {
    text-align: center;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 30px 14px;
    display: block;
    margin-bottom: 20px;
}
.blockx .car-block img {
    margin-bottom: 15px;
    width: 100%;
}
.blockx .model img {
    height: 50px;
    width: auto;
}
.blockx .car-block p {
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    height: 71px;
}
.blockx .car-block:hover {
    background: #ecebeb;
}
.blockx .car-block:hover p {
    color: #fa5020;
}
.blockx #mse2_mfilter fieldset {
    margin-bottom: 20px;
}
.blockx #mse2_filters {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
}
.blockx #mse2_filters h4 {
    font-size: 20px;   
}
.blockx #mse2_filters fieldset label {
    margin-bottom: 7px;
}

.blockx-other .car-block {
    text-align: center;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px 20px;
    display: block;
    margin-bottom: 20px;
}
.blockx-other .car-block img {
    margin-bottom: 15px;
    height: 90px;
    width: auto;
    width: auto !important;
    display: inline-block !important;
}
.blockx-other .car-block p {
    color: #000;
    font-weight: 600;
    margin: 0;
}
.blockx-other .car-block:hover {
    background: #ecebeb;
}
.blockx-other .car-block:hover p {
    color: #fa5020;
}


.project {
    padding: 50px 0 80px;
}
.project .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project .blog-block {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #eeeeeec7;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.project .blog-block a.img-blog {
    display: block;
    height: 300px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
}
.project .blog-block .text-blog {
    padding: 20px 15px 20px 15px;
    position: absolute;
    bottom: 0px;
    background: rgb(0 0 0 / 60%);
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.project .blog-block .text-blog .date {
    font-size: 12px;
    color: #1FAF38;
    margin-bottom: 10px;
}
.project .blog-block .text-blog a.title-blog {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.project .blog-block .text-blog p {
    font-size: 12px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project .blog-block .text-blog a.knopka-blog {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
}
.project .blog-block .text-blog a.title-blog:hover,
.project .blog-block .text-blog a.title-blog:active,
.project .blog-block .text-blog a.title-blog:focus {
    color: #fff;
}
.project .blog-block .text-blog a.knopka-blog:hover,
.project .blog-block .text-blog a.knopka-blog:active,
.project .blog-block .text-blog a.knopka-blog:focus {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.project .car-block {
    text-align: center;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 40px 20px;
    display: block;
    margin-bottom: 20px;
}
.project .car-block img {
    margin-bottom: 15px;
    height: 90px;
    width: auto;
    width: auto !important;
    display: inline-block !important;
}
.project .car-block p {
    height: 51px;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}
.project .car-block:hover {
    background: #ecebeb;
}
.project .car-block:hover p {
    color: #fa5020;
}
.project .owl-dots {
    text-align: center;
}
.project .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.project .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #242424;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 0.5;
}
.project .owl-dots .owl-dot.active span, 
.project .owl-dots .owl-dot:hover span {
    background: #fa5020;
    opacity: 1;
}

.about {
    padding: 50px 0 50px;
    background: #e7e7e7;
}
.about .logos {

}
.about .f {
    margin-top: 30px;
}
.about p span {
    font-weight: 600;
}
.about .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about img {
    width: 100%;
    border-radius: 15px;
}
.about p {
    font-size: 18px;
    font-weight: 300;
    color: #242424;
}
.about .row-icon {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
}
.about .row-icon img {
    width: 38%;
    margin-bottom: 10px;
}
.about .row-icon p {
    font-size: 16px;
    font-weight: 500;
}

.faq {
    padding: 50px 0 80px;
    background: rgb(235,205,82);
    background: radial-gradient(circle, rgba(235,205,82,0.4) 0%, rgba(0,0,0,1) 30%);
}
.faq .title {
    font-size: 40px;
    margin-bottom: 30px;
    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;
}
.faq .accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 20px;
    background: rgba(34, 34, 34, .6);
    border: 0.5px solid #4e4c45;
}
.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: #fff;
}
.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: #fff;
}

.news {
    padding: 50px 0 80px;
    background: #ffe0d7;
}
.news .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news .blog-block {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #eeeeeec7;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}
.news .blog-block a.img-blog {
    display: block;
    height: 170px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.news .blog-block .text-blog {

}
.news .blog-block .text-blog .date {
    font-size: 12px;
    color: #979797;
    height: auto;
    margin-bottom: 10px;
}
.news .blog-block .text-blog a.title-blog {
    font-size: 16px;
    height: 55px;
    font-weight: 600;
    color: #242424;
    display: inline-block
}
.news .blog-block .text-blog p {
    font-size: 12px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .blog-block .text-blog a.knopka-blog {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
}
.news .blog-block .text-blog a.title-blog:hover,
.news .blog-block .text-blog a.title-blog:active,
.news .blog-block .text-blog a.title-blog:focus {
    color: #272068;
}
.news .blog-block .text-blog a.knopka-blog:hover,
.news .blog-block .text-blog a.knopka-blog:active,
.news .blog-block .text-blog a.knopka-blog:focus {
    color: #272068;
    border-bottom: 1px solid transparent;
}


.con-map {
    padding: 50px 0;
}
.con-map .title {
    font-size: 40px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.con-map .maps iframe {
    border-radius: 20px;
}
.con-map p {
    font-size: 18px;
    font-weight: 200;
}
.con-map p i {
    font-size: 20px;
    color: #272068;
    margin-right: 10px;
}
.con-map .sm {
    padding: 0;
    margin: 0 0 40px 0;
    list-style-type: none;
}
.con-map .sm li {
    display: inline-block;
}
.con-map .sm li a i {
    font-size: 24px;
    margin-right: 10px;   
}
.con-map .sm li a.whatsapp i {
    color: #2cb742;
}
.con-map .sm li a.instagram i {
    color: #ff3894;
}
.con-map .callback {
    background: rgb(39 32 104);
    padding: 17px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.con-map .callback:hover {
    border: 1px solid #272068;
    background: #fff;
    color: #272068;
}
.con-map .zxc {
    margin-top: 40px;
}
.con-map .conts {
    background: #ececec;
    border-radius: 15px;
    padding: 50px 40px 50px 80px;
}
.con-map .conts p {
    position: relative;
    margin-bottom: 30px;
}
.con-map .conts p i {
    position: absolute;
    left: -40px;
    color: #ff4f1f;
}
.con-map .conts .rab {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.footer {
    flex: 0 0 auto; 
    padding: 50px 0;
    color: #1f1f1f;
    background: #242424;
}
.footer .copyright {
    font-size: 12px;
    margin: 15px 0 0 0;
    color: #fff;
}
.footer .logo img {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.footer .contact-footer {
    text-align: right;
}
.footer .contact-footer p {
    color: #fff;
}
.footer .contact-footer a.mob {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.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: 20px;
}
.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: #fff;
}
.footer .contact-footer .callback {
    background: #2cb742;
    padding: 12px 24px;
    color: #fff;
    border-radius: 10px;
}
.footer .contact-footer .callback:hover,
.footer .contact-footer .callback:active,
.footer .contact-footer .callback:focus {
    color: #242424;
    background: #fff;
}
.footer .footer-text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-right: 40px;
}
.footer .menu-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer .menu-footer ul li {
    margin-bottom: 8px;
}
.footer .menu-footer ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.footer .menu-footer ul li a:hover {
    color: #fa5020;
}

.blockx {
    padding: 50px 0 70px;
}
.blockx p {
    font-size: 20px;
    font-weight: 300;
}
.blockx .crumb ol {
    margin-bottom: 0px;
}
.blockx .crumb ol li,
.blockx .crumb ol li:before {
    color: #818181;
}
.blockx .crumb ol li a {
    color: #fa5020;
}
.blockx .crumb ol li a:hover {
    color: #000;
}
.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: #2cb742;
}
.blockx .contact-block .zayavka a:hover {
    color: #fff;
    background: #242424;
}
.blockx .contact-block p {
    color: #242424;
    font-size: 24px;
    font-weight: 900;
}
.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 .map iframe {
    border-radius: 20px;
}
.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: 38%;
    margin-bottom: 10px;
}
.blockx .row-icon p {
    font-size: 16px;
    font-weight: 500;
}
.blockx .car-block {

}
.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: #fff;
}
.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: block;
    text-align: center;
    padding: 17px 0;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
.blockx .zayavka a i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
.blockx .zayavka a.whatsapp {
    background: #2cb742;
    border: 2px solid #2cb742;
}
.blockx .zayavka a.callback {
    background: #2cb742;
    color: #fff;
    border: 2px solid #2cb742;
}
.blockx .zayavka a.phone {
    border: 2px solid #f95021;
    color: #f14e1f;
}
.blockx .zayavka a.phone:hover,
.blockx .zayavka a.callback:hover {
    background: #242424;
    border: 2px solid #242424;
    color: #fff;
}
.blockx .n-block {
    background: #f0f0f0;
    padding: 15px
}
.blockx .n-block .text-blog .date {
    font-size: 12px;
    color: #818181;
    margin-bottom: 10px;
    height: auto;
}
.blockx .n-block .text-blog a.title-blog {
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    height: 55px;
    display: inline-block;
}
.blockx .n-block .text-blog a.title-blog:hover {
    color: #fa5020;
}
.blockx .n-block .text-blog {
    padding: 15px 0 0 0;
    position: relative;
    bottom: 0px;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.blockx-other {
    padding: 50px 0;
    background: #f5f5f5;
}
.blockx-other h4 {
    font-size: 40px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    background: #242424;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blockx-other .n-block {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 15px;
}
.blockx-other .n-block .text-blog a {
    color: #242424;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    height: 55px;
}
.blockx-other .n-block .text-blog a:hover {
    color: #272068;
}
.blockx-other .n-block .avto-img {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blockx-other .n-block .date {
    font-size: 12px;
    color: #818181;
    margin-bottom: 10px;
    height: auto;
}
.blockx-other .n-block .text-avto {
    padding: 20px;
}
.blockx-other .n-block .text-avto .icon .icon_row {
    margin-bottom: 7px;
}
.blockx-other .n-block .text-avto .icon .icon_row img {
    width: 25px;
    margin-right: 7px;
    display: inline-block;
}
.blockx-other .n-block .text-avto .icon .icon_row span {
    font-size: 14px;
    font-weight: 500;
}
.blockx-other .n-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-other .n-block .text-avto a.whatsapp:hover {
    box-shadow: 0px 0px 7px #2cb742;
}
.blockx-other .n-block .text-avto a.whatsapp i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.blockx-other .n-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-other .n-block .text-avto a.phone:hover {
    box-shadow: 0px 0px 7px #eaca4f;
}
.blockx-other .n-block .text-avto a.phone i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.blockx-other .owl-dots {
    text-align: center;
}
.blockx-other .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.blockx-other .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #767676;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 0.5;
}
.blockx-other .owl-dots .owl-dot.active span, 
.blockx-other .owl-dots .owl-dot:hover span {
    background: #000;
    opacity: 1;
}
.blockx-other .pro-block {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 3px #eeeeeec7;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blockx-other .pro-block a.img-blog {
    display: block;
    height: 300px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
}
.blockx-other .pro-block .text-blog {
    padding: 20px 15px 20px 15px;
    position: absolute;
    bottom: 0px;
    background: rgb(0 0 0 / 60%);
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.blockx-other .pro-block .text-blog .date {
    font-size: 12px;
    color: #1FAF38;
    margin-bottom: 10px;
}
.blockx-other .pro-block .text-blog a.title-blog {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.blockx-other .pro-block .text-blog p {
    font-size: 12px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blockx-other .pro-block .text-blog a.knopka-blog {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
}
.blockx-other .pro-block .text-blog a.title-blog:hover,
.blockx-other .pro-block .text-blog a.title-blog:active,
.blockx-other .pro-block .text-blog a.title-blog:focus {
    color: #fff;
}
.blockx-other .pro-block .text-blog a.knopka-blog:hover,
.blockx-other .pro-block .text-blog a.knopka-blog:active,
.blockx-other .pro-block .text-blog a.knopka-blog:focus {
    color: #fff;
    border-bottom: 1px solid transparent;
}

@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 {
        position: fixed;
        width: 100%;
        box-shadow: 0px -3px 7px #000;
        padding: 10px 0;
    }
    .header .menu,
    .header .phone,
    .header .callback,
    .header .lang {
        display: none;
    }
    .header .logo img {
        height: 50px;
    }
   .sidebar {
    display: none;
  }

  .but {
    display: block;
        width: 100%;
        background: #fb4f22;
        color: #242424;
        font-size: 22px;
        height: 52px;
        font-weight: 500;
        border: none;
        border-radius: 10px;
        margin-bottom: 20px;
  }

  .but i {
    margin-right: 10px;
  }

    .lang-menu {
        margin-top: 20px !important;
        text-align: center !important;
    }
    .lang-menu li {
        display: inline-block !important;
    }
    .lang-menu li a {
        border-bottom: none !important;
        text-transform: uppercase;
        font-weight: 900;
    }
    .lang-menu li a.active {
        color: #ebcd52;
        padding: 5px;
    }
    .header .hc-nav-trigger.hc-nav-1 {
        display: block;
        right: -15px;
        top: 13px;
    }
    .header .hc-nav-trigger span, 
    .header .hc-nav-trigger span::before, 
    .header .hc-nav-trigger span::after {
        background: #242424;
    }
    .menu {
        display: none;
    }
    
    .main .text {
        padding: 105px 0px 0px;
    }
    .main .text h1 {
        font-size: 22px;
        padding: 0 40px;
        margin-bottom: 10px;
    }
    .main .text h4 {
        font-size: 20px;
        padding: 0 40px;
        margin-bottom: 10px;
    }
    .main .text .lgs {
        margin-top: 20px;
    }
    .main .text .lgs img {
        height: 23px;
        margin: 8px 4px;
    }
    .main .knop {
        margin-top: 35px;
    }
    
    .slider {
        
        padding: 140px 0 50px;
    }
    .slider h1 {
        font-size: 30px;
    }
    .slider .text-slider p {
        font-size: 21px;
        color: #fff;
    }
    .slider img {
        display: none;
    }
    .slider .sldier-text .slider-title {
        font-size: 22px;
    }
    .slider .sldier-text .slider_tt {
        font-size: 14px;
    }
    .slider .sldier-text {
        padding: 60px 0px 0px 50px;
        z-index: 2;
        position: relative;
        width: 90%;
    }
    .slider .owl-theme .owl-prev {
        position: absolute;
        bottom: 17%;
        left: 50px;
        top: inherit;
    }
    .slider .owl-theme .owl-next {
        position: absolute;
        bottom: 17%;
        left: 105px;
        top: inherit;
    }
    
    .block1 {
        padding: 50px 0 30px;
    }
    .block1 .title {
        font-size: 30px;
    }
    .block1 .col {
        width: 50%;
    }
    
    .project .title {
        font-size: 30px;
    }
    .con-map .title {
        font-size: 30px;
    }
    .con-map .conts {
        background: #ececec;
        border-radius: 15px;
        padding: 30px 30px 30px 70px;
    }
    
    .news .title {
        font-size: 30px;
    }
    
    .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: 50px 0 50px;
    }
    .about .title {
        font-size: 30px;
    }
    .about img {
        margin-bottom: 0px;
    }
    .about .row-icon p {
        font-size: 14px;
    }
    .about .logos {
        margin-bottom: 20px;
    }
    .con-map .maps {
        margin-top: 30px;
    }
    
    .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;
    }
    .footer .menu-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 .col {
        width: 50%;
    }
    .blockx .car-block p {
        font-size: 15px;
        overflow-wrap: break-word;
    }
    .blockx-other h4 {
        font-size: 32px;
    }
    .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;
    }
    .blockx .about_img {
        margin-bottom: 20px;
    }
    .blockx .blog-block a.img-blog {
        height: 140px;
    }
    .blockx .n-block .text-blog a.title-blog {
        font-size: 14px;
    }
    .blockx-other .n-block .text-blog a {
        font-size: 14px;
    }
    
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .bot-panel a {
        float: left;
    }
    .bot-panel a.phone {
        width: 50%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #1d1d1d;
    }
    .bot-panel a.whatsapp {
        width: 25%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #2cb742;
    }
    .bot-panel a.book {
        width: 50%;
        background: #43d854;
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 16.6px 0;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
    }
}