.header__inner-burger span,
.header__inner-burger::after,
.header__inner-burger::before {
  background: #1b7fd5;
}

.header__inner-logo img {
  width: 91px;
}

.header__inner-searchbox .form-item {
  flex-grow: 1;
  order: 2;
}
.header__inner-searchbox label {
  display: none;
}
.header__inner-searchbox input {
  width: 100%;
}
.header__inner-searchbox .form-actions {
  margin-right: 8px;
  order: 1;
}
.header__inner-searchbox .form-actions .button {
  background: url("../img/icon-search.svg") no-repeat 50%;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 17px;
  width: 17px;
}
.header_regions {
  display: flex;
  gap: 34px;
}
.header_regions li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.header__info-textbox {
  background: url("../img/header-tel.png") no-repeat 0 50%;
  margin: 0;
  padding: 0 55px 0 44px;
}
.header__info-social {
  display: block;
  font-size: 0;
}
.header__info-social.telegram {
  background: url("../img/header_icons_sprites.png") no-repeat -11px -11px;
  height: 30px;
  width: 30px;
  background-size: 100px;
}
.header__info-social.whatsapp {
  background: url("../img/header_icons_sprites.png") no-repeat -61px -11px;
  height: 30px;
  width: 30px;
  background-size: 103px;
}
.header__info-social.avito {
  background: url(../img/avitologo.png) no-repeat;
  height: 30px;
  width: 30px;
  background-size: 30px;
  margin-left: 3px;
  margin-bottom: 1px;
}
.header__info-social.messenger {
  background: url("../img/header_icons_sprites.png") no-repeat -5px -59px;
  height: 30px;
  width: 30px;
  background-size: 103px;
  display: none;
}
.footer__info-social.telegram {
  background: url("../img/header_icons_sprites.png") no-repeat -10px -10px;
  height: 40px;
  width: 40px;
}
.footer__info-social.whatsapp {
  background: url("../img/header_icons_sprites.png") no-repeat -70px -10px;
  height: 40px;
  width: 40px;
}

.header__lang-selected .header__lang-selected-text,
.language-link {
  padding: 0 0 0 30px;
}
.header__lang-selected-text.en,
.language-link.en {
  background: url("../img/flags/en.png") no-repeat 0 50%;
}
.header__lang-selected-text.ru,
.language-link.ru {
  background: url("../img/flags/ru.png") no-repeat 0 50%;
}
.header__lang-selected-text.ka,
.language-link.ka {
  background: url("../img/flags/ka.png") no-repeat 0 50%;
}

.header__menu-second {
  margin-bottom: 28px;
  background: #fff;
  border-bottom: 1px solid #0000001a;
  box-sizing: border-box;
  min-width: 920px;
  z-index: 1;
}
.header__menu-second .menu {
  display: flex;
  gap: 30px;
}
.header__burger-menu-section .header__info-socials {
  display: none;
}
.header__menu-second .menu li {
  display: block;
  position: relative;
  white-space: nowrap;
}
.header__menu-second .menu li a.is-active {
  color: #000;
}
.mobile_menu_call {
  display: none;
}
.header__menu-second .menu li a.is-active:after {
  background: #1b7fd5;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}
.header__menu-second .menu li a {
  color: #00000080;
  height: 44px;
  line-height: 44px;
}

.breadcrumbs a::before {
  content: none;
}
.breadcrumbs a {
  margin: 0;
}
.breadcrumbs i::before {
  content: " ";
  border-right: 1px solid #7f7f7f;
  border-top: 1px solid #7f7f7f;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}
.breadcrumbs a + i {
  color: #7f7f7f;
  margin: 0 7px;
}

.breadcrumbs #block-icarge-breadcrumbs .block__content {
  display: flex;
  align-items: center;
}


.block-local-tasks-block .block__content ul {
  display: flex;
  gap: 16px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
/* #block-icarge-content {
  max-width: 920px;
} */
#block-icarge-content .block__content i::before {
  content: " ";
  border-right: 2px solid white;
  border-top: 2px solid white;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}

.filter__marks-logos-logo img {
  height: auto;
}
.filter__marks-logos-name {
  display: none;
}
.filter__marks_mobile {
  display: none;
}
.filters-cars form {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 14px #0000001f;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  padding: 20px 20px;
}
.filters-cars div.form-item,
.filters-cars form > .form-wrapper {
  flex: 0 0 calc(33.33% - 14px);
  max-width: calc(33.33% - 14px);
}
.filters-cars .form-item.form-item-vendor {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.filters-cars .form-item-vendor .form-item,
.filters-cars .select-wrapper {
  flex: 0 0 calc(33.33% - 14px);
  max-width: calc(33.33% - 14px);
}
.filters-cars div.form-item label,
.filters-cars form > .form-wrapper label {
  display: none;
}
.filters-cars .select-wrapper .form-item,
.filters-cars div.form-item .select2-container,
.filters-cars div.form-item .chosen-container,
.filters-cars form > .form-wrapper .chosen-container {
  max-width: 100%;
  width: 100% !important;
}
.filters-cars .chosen-container-single .chosen-single,
.filters-cars .chosen-container-single .chosen-single,
.filters-cars div.form-item .chosen-choices,
.filters-cars form > .form-wrapper .chosen-choices {
  width: 100%;
  height: 36px;
  padding: 5px 28px 5px 8px;
  border-radius: 8px;
  border: 1px solid #0000001f;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #706e6e;
  position: relative;
  font-size: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 9px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 9px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
  width: 13px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.select2-results__options {
  padding: 5px 15px;
}
.select2-dropdown {
  border: 1px solid #0000001f;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #0000001f;
  border-radius: 8px;
}
.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  color: #706e6e;
  height: 30px;
  padding: 5px 28px 5px 8px;
}

.select2-container .select2-selection--single {
  border: 1px solid #0000001f;
  border-radius: 8px;
  height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: block;
  margin: 12px 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00000060;
  transform: rotate(225deg);
  border-left: 1px solid #00000060;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #706e6e;
  font-size: 15px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  color: #706e6e;
  font-size: 15px;
  margin-top: 3px;
}
.filters-cars .form-item input[type="text"] {
  align-items: center;
  border: 1px solid #0000001f;
  border-radius: 8px;
  display: flex;
  height: 36px;
  padding: 5px 8px 5px 8px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
  color: #706e6e;
  position: relative;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filters-cars .form-wrapper fieldset {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.filters-cars .form-wrapper fieldset legend,
.filters-cars .form-wrapper fieldset label {
  display: none;
}
.filters-cars .form-wrapper fieldset .fieldset-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.filters-cars .form-wrapper fieldset .form-item {
  flex: 0 0 50%;
  max-width: calc(50%);
}
.filters-cars .form-wrapper fieldset input {
  border: 1px solid #0000001f;
  border-radius: 8px;
  max-width: 100%;
  height: 36px;
  padding: 5px 28px 5px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #706e6e;
  position: relative;
  font-size: 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}
.filters-cars .form-wrapper fieldset .form-item:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filters-cars .form-wrapper fieldset .form-item:last-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.filters-cars .form-actions.form-wrapper {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 100%;
}
.filters-cars .form-actions .button {
  margin-left: auto;
  background: #0c78ed;
  border-radius: 8px;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: fit-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  padding: 10px 28px;
  border: transparent;
  cursor: pointer;
}
.filters-cars .form-actions .button:hover {
  opacity: 0.7;
}
.filters-cars .form-actions #edit-reset {
  background: none;
  cursor: pointer;
  color: #706e6e;
  margin-left: 0;
  padding: 0 20px 0 0;
  position: relative;
  transition: all 0.3s;
}
.filters-cars .form-actions #edit-reset::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.filters-cars .form-actions #edit-reset::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.filter__best-item-imagebox img {
  border-radius: 10px;
  height: auto;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__best-item:hover .filter__best-item-imagebox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.filter__best-item-descr {
  height: 42px;
  overflow: hidden;
}

.filter__marks-names {
  flex-wrap: wrap;
  height: 335px;
  justify-content: start;
}
.filter__marks-names-item {
  flex: 0 0 25%;
  margin: 0 0 16px 0;
  max-width: 25%;
}
.filter__marks-slidebox-btn span {
  display: block;
  padding: 0 5px;
}
.view.view-vendor-models .filter_car_marks {
  height: 87px;
  overflow-y: hidden;
  font-size: 15px;
  gap: 0 !important;
  justify-content: flex-start;
}

.filter_car_marks_main {
  position: relative;
  margin-bottom: 15px;

}
.filter_car_marks_btn {
  background-color: transparent;
  border: none;
  color: #0c78ed;
  right: 45px;
  position: absolute;
}
.view.view-vendor-models .filter_car_marks.marksOpen {
  height: auto;
  overflow-y: auto;
}

.filter_car_marks .filter__marks-names-item .filter__marks-names-item-title {
  margin-right: 0;
}
.filter_car_marks .filter__marks-names-item {
  flex: 0 0 23%;
  margin: 0 12px 14px 0;
  max-width: 23%;
}
.control__right-btn {
  color: #000;
}

.view-vendor-models .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: space-between;
}
.view-content .filter__marks-names-item {
  justify-content: space-between;
  display: flex;
}
.view-content .filter__marks-names-item > .filter__marks-names-item-title {
  color: #0c78ed;
  overflow: hidden;
  width: 100%;
  max-width: fit-content;
}
.view-content .filter__marks-names-item .filter__marks-names-item-count {
  display: contents;
}
.view-content
  .filter__marks-names-item
  .filter__marks-names-item-count::before {
  content: "";
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  width: 100%;
  border-bottom: 1px solid #0000001a;
}
.footer__inner.custom {
  flex-wrap: wrap;
  gap: 13px 10px;
  margin-bottom: 30px;
}
.block-footer-text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom .footer__inner-col {
  width: 100%;
  max-width: calc(25% - 7.5px);
}
.custom .footer__inner-col + .footer__inner-col {
  margin-left: 0;
}

.check-auto__items__wrapper .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.check-auto__items__wrapper .pager a {
  background: #e2effd;
  border-radius: 8px;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 14px 15px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  border: transparent;
}
.text-content h2 {
  padding: 15px 0 3px 0;
}
.node-service .field--name-field-service-header-photo img {
  border-radius: 6px;
  margin-left: 4px;
  max-width: 100%;
}

.cart-image-slider img {
  border-radius: 6px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.product__carinfo iframe {
  max-width: 100px;
}
.product__carinfo.product_check_car {
  flex-direction: column;
}
.product__carinfo {
  border-bottom: 1px solid #c8c7c7;
  padding: 0 0 40px;
}
.product__carinfo-data {
  border: none;
}
.product_name_price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product_name_price h1 {
  margin-bottom: 0;
}
.car-check--info .product__carinfo-slider {
  max-width: 100%;
}
.car-check--info .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car-check--info .field--name-body iframe {
  flex: 0 0 calc(50% - 10px);
  height: auto;
}
.ui-widget.ui-widget-content.search-api-autocomplete-search {
  left: 0 !important;
  top: 76px !important;
  width: 100% !important;
}

.ui-widget.ui-widget-content {
  background-color: #fff;
  padding: 30px;

  border: none !important;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 10px 7px -13px gray;
}
.ui-widget.ui-widget-content li {
  max-width: 1212px;
  margin: 0 auto;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  display: flex;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  margin: 0 0 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 20px;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 9px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-content {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  padding: 0;
  text-align: center;
}
.ui-dialog.ui-widget .callmodal__form-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
.block__title {
  margin-bottom: 15px;
}
/* telegram popup */

.telegram-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.telegram-model-inner {
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  margin: 30px auto;
  max-width: 35%;
}
.telegram-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .telegram-model-inner {
  transform: translate(0, 50%);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.telegram-close-btn {
  position: absolute;
  right: 13px;
  top: 4px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #403d3d;
}
.telegram-popup-image {
  max-width: fit-content;
  min-height: 200px;
}

.telegram-popup-content {
  display: flex;
  flex-direction: column;
}

.telegram-name-input {
  margin-bottom: 20px;
}
.telegram-tel-input {
  margin-bottom: 5px;
}
.telegram-popup-content:first-child {
  font-size: 18px;
}
.telegram-finally-msg {
  font-size: 22px;
  color: green;
  text-align: center;
  font-weight: 500;
}
.telegram-form-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.telegram-popup-content input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #706e6e;
  background: rgba(0, 0, 0, 0);
}
.telegram-popup-content button {
  padding: 18px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
  color: #fff;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: transparent;
  background: #36b555;
  border-radius: 8px;
}
.telegram_success {
  display: none;
}

.remove-scrolling {
  height: 100%;
  overflow: hidden;
}
.pswp__bg {
  backdrop-filter: blur(5px);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  width: 50%;
  height: 100%;
  top: 0;
}
/* .node__content .text-content .ottc__benefits div,
p,
ul,
ol,
li {
  color: #706e6e;
  line-height: 21px;
  margin: 10px 0;
  line-height: 22px;
  font-size: 15px;
  color: #000;
} */
/* .node__content .text-content .ottc__benefits ol,
li {
  list-style-position: inside;
  margin-left: 16px;
} */

/* .node__content .text-content .ottc__benefits h3,
h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 25px 0 3px;
} */
.info-ottc__container .card-body h3 {
  font-weight: 500;
  color: #000;
  margin: 25px 0 3px;
  font-size: 24px;
}
.faq-ottc__body .spollers__item .spollers__title {
  padding: 15px 10px;
  border: none;
  text-align: left;
}
.faq-ottc__body .spollers__item .spollers__body {
  padding: 15px 10px;
}
.car_check_audio {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.car_check_audio audio {
  width: 50%;
  background: #f1f3f4;
  border-radius: 10px;
}
.car_check_video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.car_check_video iframe {
  max-width: 33%;
  margin-bottom: 5px;
  height: auto;
  border: none;
  border-radius: 10px;
}
.match__form-fields input {
  margin-bottom: 0;
}
.match__form-fields button {
  margin-left: 20px;
}
.reviews_description {
  font-size: 18px;
  margin-bottom: 2em;
}
.reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 15px auto 0;
}
.review {
  margin-bottom: 15px;
  padding: 24px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: box-shadow 0.15s;
  max-width: 800px;
}
.review:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}
.review_rating {
  display: flex;
}
.rating span {
  fill: #ffd426;
}
.review__rating .icon {
  height: 24px;
  width: 24px;
}
.review h3 {
  word-break: break-word;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.review span {
  color: rgba(43, 43, 43, 0.6);
  font-size: 13px;
  line-height: 160%;
}

.review p {
  margin-top: 10px;
  font-weight: inherit;
  line-height: inherit;
  color: #333;
  font-size: 11pt;
}
.benefits-ottc__info-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-top: 16px;
}
.benefits-ottc__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.info-ottc__container {
  margin-top: 20px;
  line-height: 24px;
}
.info-ottc__container .card-body ol li {
  list-style-position: inside;
}
.info-ottc__container .card-body li {
  position: relative;
}
.info-ottc__container .card-body ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 6px;
  height: 6px;
  background: #da3727;
  border-radius: 50%;
}
.card-body ul,
.card-body > li,
.card-body ol {
  margin: 16px 0;
  padding-left: 26px;
}
.card-body p {
  margin-top: 16px;
}
.card-body .item-content-diagnostics__list li {
  margin: 16px 0;
  padding-left: 26px;
}
#review-form {
  margin-bottom: 20px;
  max-width: 800px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 14px #0000001f;
  padding: 20px 20px;
}
#review-form input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 400;
  width: 49%;
  font-size: 16px;
  line-height: 140%;
  color: #706e6e;
  background: rgba(0, 0, 0, 0);
}
#review-form button {
  padding: 10px 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  width: 25%;
  transition: 0.3s;
  cursor: pointer;
  border: transparent;
  background: #36b555;
  border-radius: 8px;
}
#review-form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #706e6e;
  background: rgba(0, 0, 0, 0);
  margin-top: 10px;
}
#review-form textarea:focus {
  outline: none;
}
.review_header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.main_raiting {
  display: flex;
  align-items: center;
}
.main_raiting label {
  margin: 10px 5px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #706e6e;
}
.review_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.rating-stars {
  margin: 10px 0;
}

.star {
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.star:hover,
.star.active {
  color: gold;
}
.mobile_filter {
  display: none;
}
.mobile_main_search {
  display: none;
}
.mobile_filter_closeBtn {
  display: none;
}
.mobile_nav_list {
  display: none;
}
.header__inner .mobile_header_phone {
  display: none;
}
.select-wrapper .simpler-select {
  border: 1px solid #0000001f;
  border-radius: 8px;
  width: 100%;
  min-height: 32px;
  color: #706e6e;
  font-size: 15px;
  padding: 8px 5px;
}
.select-wrapper .simpler-select:focus {
  border: 1px solid #0000001f;
  outline: none;
}
.select-wrapper .simpler-select::-ms-expand {
  display: none;
}
.select-wrapper .simpler-select::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #999;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 1150px) {
  .header__info-textbox {
    background: none;
    padding: 0;
  }
  .header__menu-second {
    display: none;
  }



}
@media (max-width: 767px) {

	    .mobile_video {
	display: block;
  }

	.examplebtn {
		display: flex;
    justify-content: center;
	font-size: 12px;
	}

	.guarantee {
		display: none;
	}

	.pr2 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

  .header__burger-menu-wrapper {
    margin-left: auto;
    order: 1;
  }

  .header__inner {
    padding: 24px;
  }
  .header__inner .mobile_header_phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1b7fd5;
    margin-right: 15px;
  }
  .header__inner_fixed .header__burger-menu {
    top: 132px;
  }
  .ui-widget.ui-widget-content.search-api-autocomplete-search {
    top: 132px !important;
  }
  .header__inner-burger {
    width: 24px;
    height: 20px;
    margin-right: 0;
  }
  .header__inner-burger span,
  .header__inner-burger::after,
  .header__inner-burger::before {
    height: 2px;
  }
  .filter__inner {
    padding: 0 10px 10px 10px;
  }
  .mobile_nav_list {
    display: block;
    margin: 0 10px 20px 10px;
  }
  .mobile_nav_list .mobile_nav_item a {
    color: #000;
    font-size: 17px;
  }
  .mobile_nav_list .mobile_nav_item {
    margin-top: 5px;
  }
  .filter__best {
    order: -1;
  }
  .filter__marks-logos-name {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #0000001a;
    padding: 18px 0;
  }
  .filter__marks_mobile {
    display: flex;
  }
  .filter__marks-logos {
    flex-direction: column;
    align-items: start;
  }

  .header__inner .header__inner-searchbox {
    display: none;
  }
  .header__inner_fixed .header__inner-searchbox {
    display: flex;
  }

  .header__inner-info {
    display: none;
  }
  .mobile_filter_closeBtn {
    display: block;
    cursor: pointer;
  }
  .mobile_filter_closeBtn svg {
    width: 24px;
    height: 24px;
    color: red;
  }
  .mobile_filter_regionBtn {
    position: relative;
  }
  .mobile_filter_region_drop {
    display: block;
    position: absolute;
    z-index: 999;
    background: white;
    top: calc(100%);
    box-shadow: 0 10px 10px #00000014;
    border: 1px solid #00000014;
    width: calc(100% + 150px);
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    line-height: 21px;
    padding: 8px 10px;
  }
  .mobile_main_search {
    display: flex;
    order: 0;
    margin: 12px 0 8px 0;
  }
  .mobile_search_fixed {
    position: fixed;
  }
  .mobile_filter {
    display: -webkit-box;
    overflow-x: auto;
  }
  .mobile_filter::-webkit-scrollbar {
    display: none;
  }
  .mobile_filter_optionsBtn svg {
    height: 16px;
    padding-right: 8px;
  }
  .mobile_filter > li {
    background-color: white;
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 1px 4px #0000000f;
    padding: 0 12px;
    display: flex;
    align-items: center;
    margin-right: 8px;
  }
  .mobile_filter_filterBtn a {
    color: #000;
  }
  .control__center img {
    height: auto;
    width: 100%;
  }
  .mobile_menu_call {
    display: block;
    text-align: center;
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .header__burger-menu-section .header__info-socials {
    display: flex;
  }
  .header__burger-menu-section .header__info-socials li {
    margin-top: 0;
  }
  .header__inner-logo {
    align-items: center;
    display: flex;
  }

  .header__inner-info {
    margin: 0 auto;
  }
  .header__info-tel {
    font-size: 19px;
  }

  .header__inner_fixed .header__inner-logo img {
    margin-right: 0;
  }
  .header__inner .header__inner-burger {
    margin-right: 0;
  }
  .header__info-socials {
    display: none;
  }

  .region_icon {
    width: 30px;
  }
  .header__info-social {
    height: 40px;
    width: 40px;
  }

  .header__inner-searchbox {
    width: 100%;
  }
  .telegram-model-inner {
    max-width: 95%;
    margin: 0 auto;
  }
  .telegram-model-wrap {
    padding: 25px;
  }

  .custom .footer__inner-col {
    max-width: calc(50% - 5px);
    margin-bottom: 0;
  }
  .filter__best-item-descr {
    height: auto;
  }
  .filters-cars div.form-item,
  .filters-cars form > .form-wrapper {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
  }
  .filters-cars .select-wrapper {
    width: 100%;
    flex: auto;
    max-width: 100%;
    margin-right: 0;
  }
  .filters-cars .form-item.form-item-vendor {
    padding-right: 8px;
    gap: 20px;
  }
  .car_check_video iframe {
    flex-direction: column;
    align-items: start;
  }
  .filter__table {
    padding: 24px;
  }
  .filter__table_title p {
	  font-size: 16px;
    margin-bottom: 30px;
	color: #565656;
  }
  .filter__table_title {
    margin-bottom: 0;
  }
  .filter__table_header {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 28px;
    margin-top: 30px;
  }
  .car_guarantee img {
    width: 100%;
  }

  .match__form-fields div {
    width: 100%;
  }
  .header__info-social.messenger {
    display: block;
  }
  .car_check_video iframe {
    max-width: 100%;
  }
  .match__form-fields input + input {
    margin-left: 0;
  }
  .match__form-fields input {
    margin-bottom: 10px;
  }
  .match__form-fields button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .match__form-top #edit-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #review-form input {
    width: 100%;
  }
  .review_footer {
    flex-direction: column;
  }
  #review-form button {
    width: 100%;
  }
  .main_raiting label {
    margin: 0 10px 0 0;
  }
  .star {
    font-size: 28px;
  }
  .product__carinfo-data-line:last-child {
    padding-top: 0;
  }
  .product__carinfo-data > div {
    align-items: center;
  }
  .filter__best-items.ver-list-slider .slick-list {
    padding: 0 10% 0 0 !important;
  }

}
@media (max-width: 550px) {
  .filter__marks-names-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

    .autobuy2 {
        display: block!important;
    }
	.check-auto__item-title {
	font-size: 11px;
}


}
@media (max-width: 360px) {
  .header__inner-logo img {
    width: 70px;
  }


}

.product__carinfo-data-descr {
    margin-top: 30px;
}

.product__carinfo-data-status {
	text-transform: capitalize;
}


.prof_car_selection {
  display: flex;
  align-items: center;
  padding: 0 100px;
  color: white;
  background-size: cover;
  max-width: 1212px;
  min-height: 420px;
  background-image: url("../img/prof_car_select4.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.prof_car_container {
  max-width: 500px;
}
.prof_car_main {
  display: flex;
  flex-direction: column;
  color: #e2ad3b;
}
.prof_car_header {
  margin-bottom: 40px;
}
.prof_car_header p {
  font-size: 14px;
}
.prof_car_logo {
  max-width: 91px;
  width: 100%;
  margin-bottom: 5px;
}
.prof_car_container h1 {
  font-size: 36px;
  margin-bottom: 40px;
color: white;
line-height: 50px;
}
.prof_car_container li {
  display: flex;
  list-style: none;
  gap: 5px;
  align-items: center;
  margin-bottom: 8px;
}


@media screen and (max-width: 991px) {
  .prof_car_selection {
    padding: 0 20px;
  }
.prof_car_container h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 21px;
}
.prof_car_container li svg {
min-width:30px;
}
}

.node--type-article .image img {
max-width: 100%;
    height: auto;

}

.node--type-article .image {

    margin-left: 0px;
    margin-right: 0px;

}

.filter_car_marks {
overflow-y: hidden!important;
}

.autobuy {
	font-weight: 500!important;
	color: #e50113!important;
border-bottom: 1px dotted;
}

.autobuy2 {
	font-weight: 500!important;
display: none;
}
.node p {
    margin-bottom: 20px;
}

@media screen and (max-width:770px) {
    .autobuy2 {
        display: block!important;
    }
	.check-auto__item-title {
	font-size: 11px;
}
}

.pr2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}


.examplebtn {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff !important;
  padding: 15px 25px;
  border-radius: 5px;
  border: 0px ridge #f3c846;
  background: #f66d52;
}
.examplebtn:hover {
  color: #ffffff !important;
  background: #f66d52;
}

.page-node-car_check .aside-nav.fixed {
    position: sticky;
    z-index: 99;
    top: 100px;
}

.page-node-33178 .filter__table {
    max-width: 1212px;
    margin-right: 0px;
}

.page-node-33178 filter__inner {
    margin-bottom: 40px;
}

.page-node-33178 .filter__table_title {

}

pr2 {
margin-top: 30px;
}

.aside-nav audio {
	display: inline-block;
	width: 250px;
}


.page-node-car_check .main__aside {
  margin-top: 73px;
  position: relative;
  margin-left: 25px;
}

#block-views-block-best-block-1 .section__title {
	font-size: 22px;
}

#edit-year1-wrapper .form-text, #edit-field-obem-value-min, #edit-field-obem-value-max {
	border: 1px solid #0000001f;
    border-radius: 8px;
    color: #706e6e;
    height: 30px;
    padding: 5px 28px 5px 8px;
}