@charset "UTF-8";
@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom-Regular.eot");
  src: local("../fonts/Acrom Regular"), local("../fonts/Acrom-Regular"), url("../fonts/Acrom-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Regular.woff") format("woff"), url("../fonts/Acrom-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom-Bold.eot");
  src: local("../fonts/Acrom Bold"), local("../fonts/Acrom-Bold"), url("../fonts/Acrom-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Bold.woff") format("woff"), url("../fonts/Acrom-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom-ExtraBold.eot");
  src: local("../fonts/Acrom ExtraBold"), local("../fonts/Acrom-ExtraBold"), url("../fonts/Acrom-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-ExtraBold.woff") format("woff"), url("../fonts/Acrom-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Acrom';
  src: url("../fonts/Acrom-Medium.eot");
  src: local("../fonts/Acrom Medium"), local("../fonts/Acrom-Medium"), url("../fonts/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

p {
  padding: 0;
  margin: 0; }

html[lang="bg-BG"] body, html[lang="bg-BG"] button, html[lang="bg-BG"] input, html[lang="bg-BG"] select, html[lang="bg-BG"] textarea, html[lang="ru-RU"] body, html[lang="ru-RU"] button, html[lang="ru-RU"] input, html[lang="ru-RU"] select, html[lang="ru-RU"] textarea, html[lang="uk"] body, html[lang="uk"] button, html[lang="uk"] input, html[lang="uk"] select, html[lang="uk"] textarea {
  font-family: 'SFUIDisplayRegular'; }

html {
  font-size: 15px; }

body {
  font-family: 'Acrom' !important;
  font-weight: normal;
  font-size: 15px;
  background: #f7f8fb; }

img {
  max-width: 100%; }

p, figure, ul, ol {
  margin: 0;
  padding: 0; }

.default-section {
  margin: 3.1rem 0; }

.btn.btn-default-auto {
  display: block;
  text-transform: uppercase;
  background: #f43334;
  color: #fff;
  font-family: 'Acrom';
  font-weight: 500;
  margin: 0 auto;
  width: 16.6rem;
  padding: 1rem 0;
  border-radius: 0; }
  .btn.btn-default-auto:hover {
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.4rem #f43334;
            box-shadow: 0 0.5rem 0.5rem -0.4rem #f43334; }

.default-title span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem; }

.item {
  width: 100%;
  background: red;
  height: 75vh;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial; }

.item h4 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300; }

.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 230px; }

.header-contacts {
  background: #2d2d2d;
  color: #fff;
  padding: 1rem 0; }
  .header-contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-contacts__field + .header-contacts__field {
    /*margin-left: 1.5rem;*/ }
  .header-contacts__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4.5rem; }
  .header-contacts__field a {
	padding: 0 0 0 10px;  
    color: #fff;
    text-decoration: none;
    font-size: 1rem; }
  .header-contacts .social-block {
    margin-left: auto; }
    .header-contacts .social-block__item {
      max-width: 18px; }
      .header-contacts .social-block__item.facebook img {
        height: 18px;
        width: auto; }
    .header-contacts .social-block__item + .social-block__item {
      margin-left: 1rem; }

.left-col, .middle-col, .right-col {
  display: inline-block;
  text-align: left;
}
.left-col {
  width: 360px;
  margin-left: 25px;
}
.middle-col {
  width: 180px;
}
.right-col {
  width: 35px;
  text-align: right;
}
.right-col > div {
  display: inline-block;
}
.google-map {
  margin-left: 25px;
  margin-top: 25px;
}

.owl-item .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.1));
  z-index: 2;
}

@media (max-width: 1199px) {
  .left-col, .google-map {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  #menu-main_top_menu .menu-item a {
    font-size: 15px;
  }
}

.inner-wrap {
  position: relative; }
  .inner-wrap .main-slider {
    position: relative; }
    .inner-wrap .main-slider .owl-dots {
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .inner-wrap .owl-carousel {
    position: absolute;
    top: 0;
    left: 0; }
    .inner-wrap .slider-on-main .owl-dots {
      position: absolute;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .inner-wrap nav.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 1rem; }
    .inner-wrap nav.navbar .navbar-toggler {
      margin-left: auto; }
    .inner-wrap nav.navbar > div > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .inner-wrap nav.navbar .navbar-brand {
      max-width: 120px; }
    .inner-wrap nav.navbar .nav-item a {
      text-transform: uppercase;
      color: #fff; }
    .inner-wrap nav.navbar .nav-item + .nav-item {
      margin-left: 2rem; }

.inner-content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 100;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/ 
        }
  .inner-content__text {
    color: #fff;
    margin-bottom: 40px; }
    .inner-content__text .title-top {
      font-size: 3.5rem;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase; }
    .inner-content__text .title-bottom {
      font-size: 1.73rem;
      font-weight: bold;
      text-transform: uppercase; }
    .inner-content__text ul {
      margin-top: 30px;
      font-weight: 500;
      margin-left: 0!important;
      width: 100%;
      font-size: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
    }
    .inner-content__text li {
      list-style-type: none;
      min-width: 200px;
      max-width: 340px;
      border-left: 2px solid #fff;
      padding-left: 14px;
    }
      
  .inner-content__form {
    max-width: 35%;
    padding: 1.1rem;
    background: rgba(0, 0, 0, 0.51);
    border: 3px solid rgba(255, 255, 255, 0.19);
    border-radius: 3px; }
    .inner-content__form .form-control, .inner-content__form select {
      border-radius: 0;
      background: rgba(255, 255, 255, 0.8);
      font-family: 'Acrom'; }
    .inner-content__form .form-control::-webkit-input-placeholder, .inner-content__form select, .inner-content__form option {
      color: #000;
      font-family: 'Acrom';
      font-weight: 500; }
    .inner-content__form .form-control::-ms-input-placeholder, .inner-content__form select, .inner-content__form option {
      color: #000;
      font-family: 'Acrom';
      font-weight: 500; }
    .inner-content__form .form-control::placeholder, .inner-content__form select, .inner-content__form option {
      color: #000;
      font-family: 'Acrom';
      font-weight: 500; }
    .inner-content__form .btn[type=submit] {
      display: block;
      text-transform: uppercase;
      background: #f43334;
      color: #fff;
      font-family: 'Acrom';
      font-weight: 500;
      margin: 0 auto; }
      .inner-content__form .btn[type=submit]:hover:hover {
        -webkit-box-shadow: 0 0.5rem 0.5rem -0.4rem #f43334;
                box-shadow: 0 0.5rem 0.5rem -0.4rem #f43334; }

.autopark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px; }
  .autopark-grid__auto {
    padding: 2.2rem;
    background: #f3f3f3;
    font-family: 'Acrom';
    font-weight: 470; 
	font-size: 15px;
}

.autopark .open-modal {
  color: #fff; }

.autopark-modal .inner-content__form {
  max-width: 100%; }

.auto {
  position: relative; }
  .auto__image {
    display: block;
    max-width: 200px;
    margin: 3rem auto; }
  .auto__title span {
    display: block;
    margin: auto;
    text-align: center; }
  .auto__characteristics p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .auto__characteristics p span {
      display: block; }
    .auto__characteristics p .name {
      margin-right: 2rem;
      white-space: nowrap;
      font-weight: 700; }
    .auto__characteristics p .value {
      text-align: right;
      margin-left: auto; }
  .auto:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f43334;
    height: 4px;
    width: 80px; }

.our_services_wrap .default-title span {
  margin-bottom: 0; }

.our_services_item_wrap {
  margin-top: 40px; }

.our_services_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .our_services_item .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 35%;
    padding: 1rem 0;
	  
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-left: 16px solid red;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .our_services_item:hover .title {
    background: rgba(216, 14, 5, 0.6); }

.advantages {
  padding: 3rem 0;
  background: #2d2d2d; }
  .advantages__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem; }
  .advantages__title span {
    color: #fff; }
  .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;


    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

    .advantages__item .img {
      width: 220px;
      height: 200px;
      display: flex;
    webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

    .advantages__item img {
      width: 100%;
      max-height: 200px;
      height: auto; }
    .advantages__item .description {
      margin: 1rem 0;
      text-align: center;
      font-weight: 500;
	  font-size: 18px;
      color: #fff; }
    .advantages__item:before {
      position: absolute;
      content: '';
      bottom: 0;
      width: 40%;
      height: 5px;
      background: red; }
  .advantages--service .advantages__grid {
	   grid-template-columns: repeat(4, 1fr); }

.contact-us {
  padding: 2.5rem 0;}
  .contact-us .title-top span {
    display: block;
    margin: auto;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff; }
  .contact-us .title-bottom {
    margin-bottom: 20px; }
    .contact-us .title-bottom span {
      display: block;
      margin: auto;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 500;
      text-align: center;
      color: #fff; }
  .contact-us form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contact-us form input {
      border-radius: 0;
      background: rgba(255, 255, 255, 0.8);
      font-family: 'Acrom';
      line-height: 1;
      height: 50px; }
    .contact-us form .btn[type=submit] {
      display: block;
      text-transform: uppercase;
      background: #f43334;
      color: #fff;
      font-family: 'Acrom';
      font-weight: 500; }

.order-offers-item .offer {
  width: 4.1rem;
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 1rem;
  position: relative; }
  .order-offers-item .offer:before {
    content: '';
    position: absolute;
    height: 7px;
    background: #f43334;
    width: 50%;
    bottom: 0; }

.order-offers-item .description {
  margin-top: 12px;
	font-size: 18px;
     font-weight:500;
  color: #212529; }

.about-us__text {
  font-size: 1.2rem; }
  .about-us__text p {
    text-indent: 2rem; }

.contact-us .default-title span {
  color: #fff; }

.contact-us .inner-content__form {
  margin: auto; }

.contact-us form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contact-us__mobiles {
  max-width: 35%;
  margin: auto;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-us__mobiles .header-contacts__field {
    width: 50%; }

    .contact-us__mobiles .header-contacts__field a {
      text-align: center;
      display: block;
      margin: auto; }
  .contact-us__mobiles .header-contacts__field + .header-contacts__field {
    margin-left: 0; }

.footer {
  background: #2d2d2d;
  color: #fff;
  padding: 3rem 0; }
  .footer img {
    max-width: 150px; }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__year {
    position: absolute;
    bottom: -2rem; }
  .footer__nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .footer__nav ul.menu .nav-item + .nav-item {
      margin-left: 2rem; }
    .footer__nav ul.menu a {
      text-transform: uppercase;
      color: #fff; }

.sticky {
  background: #1a1a1a !important;
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: -20px!important;
  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
  z-index: 101;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.stickyTop {
  background: #ffffff00 !important;
  position: fixed;
  width: 100% !important;
  left: 0 !important;
  top: 0px;
  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
  z-index: 9999!important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
    
    .stickyTop .header-contacts__field.mail, .stickyTop .social-block{
      display:none;  }
    .stickyTop .header-contacts__mobile {
      margin-left: 208px;
     }  

.overlay {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto; }

.overlay.open {
  opacity: 1;
  pointer-events: inherit; }

.overlay .modal {
  background: white;
  text-align: center;
  padding: 40px 80px;
  -webkit-box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto; }

.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit; }

.overlay .modal.open .content {
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1; }

.overlay .modal .content {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }

.overlay .modal .title {
  margin-top: 0; }

form {
  position: relative; }

.wpcf7-response-output {
  position: absolute;
  margin: 0;
  top: 100%; }

.short-text__image {
  max-width: 50%;
  position: relative;
  top: 1rem;
  left: -2rem; }

.short-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.short-text__description {
  margin-left: auto;
  max-width: 50%;
  text-indent: 2rem; }

.shipping {
  padding: 2rem 0; }
  .shipping .default-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500; }
  .shipping__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .shipping__item figure {
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .shipping__item span {
      margin-top: 1.5rem;
      color: #fff;
      display: block;
		text-align: center;
    font-size: 20px;	  }

.service-price-variation .order-offers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .service-price-variation .order-offers-item .offer {
    padding-bottom: 0;
    padding-right: 1rem; }
    .service-price-variation .order-offers-item .offer:before {
      width: 5px;
      height: 100%;
      bottom: inherit;
      right: 0; }
  .service-price-variation .order-offers-item .description {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1rem; }
    .service-price-variation .order-offers-item .description span {
      display: block;
font-size: 18px;
}

/*Десктопы и ноутбуки >1300*/
/*Нетбуки, ноутбуки и планшеті альбомной ориентации 992px...1200px*/
@media (max-width: 1200px) {
  body {
    font-size: 14px; } }

/*Планшеты 7> в портретной ориентации и планшеты 7 в альбомной ориентации 768-991px*/
@media (min-width: 991px) {
	.inner-content__text { width: 100%; display: block; }
}
@media (max-width: 991px) {
  .default-section {
    margin: 2rem 0; }
  body {
    font-size: 15px;
	} }

/*Планшеты 7 в портретной ориентации и планшеты и телефоны <7 в альбомной ориентации 577-767*/
@media (max-width: 767px) {
   .inner-content__text ul li {
       font-size: 1.2rem;
   }     
  .sticky{top: 0!important;}
  .stickyTop .header-contacts__field + .header-contacts__field { margin-left: 0!important;}
  section.header-contacts.stickyTop { max-width: 100%;  }
  .stickyTop .header-contacts__mobile {
    margin-left: 0;
    display:block;}  

  body {
    font-size: 14px; } }

/*Все мобильные телефоны в портретной ориентации и альбомной ориентации*/
/*Только если сильно нужно для моб. телефонов 320X*/
@media (max-width: 991px) {
  .inner-wrap nav.navbar .navbar-brand {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .inner-wrap nav.navbar .navbar-toggler {
    margin-left: auto;
    display: block; }
  .inner-wrap nav.navbar .nav-item + .nav-item {
    margin-left: 0; }
  .navbar-collapse {
    position: absolute;
    padding: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .sticky .navbar-collapse {
    background: #1a1a1a;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; } }

@media (max-width: 768px) {
  .header-contacts .social-block {
    padding-top: 10px;
  }
}
/*Все мобильные телефоны в портретной ориентации и альбомной ориентации*/
@media (max-width: 576px) {
  .inner-wrap nav.navbar {
    margin-top: 0; }
  .inner-wrap nav.navbar .navbar-brand {
    max-width: 110px;
  }
  .navbar {
    background: #2d2d2d; }
  .navbar-collapse {
    background: #2d2d2d; }
    .header-contacts .mail  {
      margin-bottom: 10px;
    }

  }

@media (max-width: 767px) {
  .header-contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-contacts__mobile {
    margin-left: 0; }
  .header-contacts .social-block {
    margin-left: 0; } }

@media (max-width: 479px) {
  .header-contacts {
    padding: 0.5rem 0; }
    .header-contacts .social-block {
      display: none; }
  .wpcf7-form-control-wrap {
    width: 100%;
    display: block; }
  div.wpcf7-response-output {
    margin: 0;
    background: rgba(198, 198, 198, 0.4); }
  .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 5px;
    left: 50px;
    right: 0; } }

/*Планшеты 7> в портретной ориентации и планшеты 7 в альбомной ориентации 768-991px*/
@media (max-width: 991px) {
  .main-slider .item, .slider-on-main .item {
    height: 660px; }
  .inner-content__text .title-top {
    font-size: 2.5rem; }
  .inner-content__form .btn[type=submit] {
    font-size: 0.7rem; } }

/*Планшеты 7 в портретной ориентации и планшеты и телефоны <7 в альбомной ориентации 577-767*/
@media (max-width: 767px) {
	
	.header-contacts__field + .header-contacts__field { /*margin-left: .5rem;*/}
	
  .inner-content.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .inner-content__text {
    max-width: 90%; }
  .inner-content__form {
    max-width: 80%; }
  .inner-content__text ul {
    /*display: none;*/ }
  .main-slider .item, .slider-on-main .item {
    min-height: 660px;
    height: auto; } }

@media (max-width: 480px) {
  .inner-content__text .title-top {
    font-size: 1.8rem; }
  .inner-content__text .title-bottom {
    font-size: 1.4rem; }
  .inner-content__form {
    max-width: 100%; } }

@media (max-width: 991px) {
  .navbar-nav li {
    margin-bottom: 10px;
  }
  .our_services_item .title {
    padding: 0.5rem 0; }
  .our_services_item_wrap {
    margin-top: 20px; } }

@media (max-width: 480px) {
  .our_services_item .title {
    right: 0; } }

@media (max-width: 1200px) {
  .advantages__item:before {
    display: none; }
  .advantages__grid {
    gap: 1rem; } }

@media (max-width: 991px) {
  .advantages__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 576px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr); }
  .default-title span {
    margin-bottom: 2rem; } }

@media (max-width: 480px) {
  .advantages__grid {
    grid-template-columns: repeat(1, 1fr); }
  .default-title span {
    font-size: 1.8rem;
    padding: 0 1rem; }
  .advantages__item .description {
    margin: 0.5rem 0; } }

@media (max-width: 1200px) {
  .autopark-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 15px; } }

@media (max-width: 991px) {
  .autopark-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px; } }

@media (max-width: 767px) {
  .autopark-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px; } }

@media (max-width: 991px) {
  .footer img {
    max-width: 100px; } }

@media (max-width: 767px) {
  .footer {
    padding: 1.5rem 0; }
  .footer__menu {
    display: none; }
  .footer .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer .social-block__item img {
    max-width: 20px; }
  .footer .social-block__item.facebook img {
    height: 20px; }
  .footer .social-block__item + .social-block__item {
    margin-left: 10px; } }

@media (min-width: 768px) {
  .footer .social-block {
    display: none; } }

@media (max-width: 991px) {
  .short-text h2 {
    word-break: break-all; } }

@media (max-width: 767px) {
  .advantages--service .advantages__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
  .advantages--service .advantages__grid {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 991px) {
  .short-text__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .short-text__description {
    max-width: 100%; }
  .short-text__image {
    display: none; } }

@media (max-width: 767px) {
  .short-text h2 {
    word-break: initial; } }

/*Десктопы и ноутбуки >1300*/
/*Нетбуки, ноутбуки и планшеті альбомной ориентации 992px...1200px*/
/*Планшеты 7> в портретной ориентации и планшеты 7 в альбомной ориентации 768-991px*/
@media (max-width: 991px) {
  .shipping {
    padding: 3rem 0; }
    .shipping .default-title span {
      line-height: 1; }
  .contact-us__mobiles {
    max-width: 100%; } }

/*Планшеты 7 в портретной ориентации и планшеты и телефоны <7 в альбомной ориентации 577-767*/
@media (max-width: 767px) {
  .shipping .container.d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .shipping__item {
    width: 33%; }
  div.bazz-widget {
    display: block !important;
    bottom: 25px;
    right: 25px; }
  .service-price-variation .order-offers-item {
    margin-top: 10px; } }

/*Все мобильные телефоны в портретной ориентации и альбомной ориентации*/
@media (max-width: 576px) {
  div.bazz-widget-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 7px; }
  .bazz-widget.opened {
    max-width: 90vw; }
  .bazz-widget-form label {
    font-size: 15px; } }

/*Только если сильно нужно для моб. телефонов 320X*/
@media (max-width: 479px) {
  .shipping .container.d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .shipping__item {
    width: 100%;
    padding: 5px; }
  div.bazz-widget .bazz-widget-form-top {
    padding-top: 5px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  div.bazz-widget {
    bottom: 65px;
    right: 7px;
	left: 45px;	}
  .bazz-widget-form label {
    font-size: 12px; }
  .bazz-widget-form-submit {
    font-size: 12px; } }
.stickyTop { /*background: #1a1a1a !important;*/ }
.navbar.navbar-expand-lg.navbar-dark.sticky { /*background: transparent !important;*/ z-index: 9999; }
.btn-call { display: block; text-transform: uppercase; background: #f43334; color: #fff; font-family: 'Acrom'; font-weight: 500; margin: 0 auto; border: 0; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: none; box-shadow: none; color: #fff; cursor: pointer; font-size: 14px; line-height: 1; padding: 1em 2em; text-shadow: none; -webkit-transition: background 0.2s; transition: background 0.2s; text-align: center; margin: 10px auto; }
.btn-call:hover { color: #fff; }
.modal-body .inner-content__form { width: 100% !important; max-width: 100% !important; }
.w-100 { max-width: 100% !important; }
.contact-us .social-block__item { max-width: 18px; /*margin: 5px;*/ }
.text-left { text-align: left !important; } 
.btn-buttons a { display: block; width: 280px; }
.inner-wrap .header-contacts__mobile { display: none; }
.inner-wrap .sticky .header-contacts__mobile { display: block !important; width: 320px; margin: 0; } 
.inner-wrap .sticky .header-contacts__mobile > div { display: inline-block !important; } 

@media (min-width: 991px) {
	.btn-buttons div:first-child div { float: left; }	
	.btn-buttons div:last-child div { float: right; }	
}
.header-contacts.stickyTop { z-index: 9999 !important; }

@media (max-width: 576px) {
	.inner-wrap .sticky .header-contacts__mobile { width: 180px; }
	.inner-wrap .sticky .header-contacts__mobile .header-contacts__field { margin-left: 0; }
}


@media (min-width: 991px) {
  .btn-container {
    padding: 1.1rem;
    background: rgba(0, 0, 0, 0.51);
    border: 3px solid rgba(255, 255, 255, 0.19);
    border-radius: 3px;
  }
}

@media (max-width: 991px) {
  .inner-wrap .btn-call {
    margin: 0 0 20px;
  }
  .inner-content {
    min-height: 660px;
  }
}
@media (max-width: 768px) {
  .inner-wrap .slider-on-main .owl-dots {
    bottom: 5px;
  }
  .inner-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inner-content__text ul {
    margin-top: 20px;
  }
  .inner-content__text {
    margin-bottom: 20px;
  }
  .inner-wrap .owl-carousel {
    top: 60px;
  }
  .inner-wrap {
    padding-top: 45px;
  }
  .main-slider .item, .slider-on-main .item, .inner-content {
    min-height: 570px;
  }
  .inner-content {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .inner-content__text ul {
    gap: 15px;
  }
  .main-slider .item, .slider-on-main .item, .inner-content {
    min-height: 480px;
  }
}
@media (max-width: 380px) {
  .main-slider .item, .slider-on-main .item, .inner-content {
    min-height: 520px;
  }
}

.ks-contact-block__tel-social-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.ks-contact-block .social-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 3px;
  margin-left: 25px;
}
.ks-contact-block .social-block a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.ks-contact-block .header-contacts__field a {
  padding: 0;
}

@media (max-width: 768px) {
  .ks-contact-block {
    padding-top: 30px;
  } 
}

.ks-tel {
  white-space: nowrap;
}


@media only screen and (min-width: 1200px)  {
.middle-col {
    margin-left: 25px;
}
}