/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
}
details,
main {
  display: block;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
html {
  height: 100%;
  position: relative;
  font-family: Inter, sans-serif;
}
body.noscroll {
  overflow-y: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
button:focus,
input:focus {
  outline: transparent;
}
h5 {
  font-size: 20px;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1212px;
}
h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #000;
  margin-bottom: 12px;
}
.section__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  margin-bottom: 16px;
}
.section__title span {
  color: #1b7fd5;
}
.page-product .main__content,
.page-filters .main__content {
  max-width: 940px;
}
.page-product .main__aside {
  margin-top: 35px;
}
.callmodal {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 103;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.callmodal.active {
  opacity: 1;
  visibility: visible;
}
.callmodal__content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  border: 3px solid #da3727;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
.callmodal__conten-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  margin-left: auto;
  position: relative;
}
.callmodal__conten-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);
}
.callmodal__conten-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);
}
.callmodal__conten-close:hover {
  opacity: 0.7;
}
.callmodal__conten-logo {
  margin-bottom: 20px;
  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;
}
.callmodal__conten-logo img {
  max-width: 100%;
}
.callmodal__content-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.callmodal__content-form {
  position: relative;
}
.callmodal__form-input {
  padding: 14px 20px 15px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  margin-bottom: 20px;
}
.callmodal__form-input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.callmodal__form-input::-moz-placeholder {
  color: #7f7f7f;
}
.callmodal__form-input:-ms-input-placeholder {
  color: #7f7f7f;
}
.callmodal__form-input::-ms-input-placeholder {
  color: #7f7f7f;
}
.callmodal__form-input::placeholder {
  color: #7f7f7f;
}
.callmodal__form-btn {
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px 30px 16px;
  background: #36b555;
  border-radius: 8px;
  cursor: pointer;
  border: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.callmodal__form-btn:hover {
  opacity: 0.7;
}
.header {
  position: relative;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}
#block-footer-text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cacaca;
  padding-top: 30px;
}
.header_fixed_top {
  position: fixed;
  z-index: 999;
  background-color: white;
  width: 100%;
  left: 0;
  box-shadow: 0px -5px 13px rgba(0, 0, 0, 0.4);
}
.header__inner_fixed {
  max-width: 1212px;
  margin: 0 auto;
  justify-content: space-between;
  /* transform: translate(0, -100%); */
}
/* .header__inner_fixed .header__inner-burger {
  margin-right: 28px;
}
.header__inner_fixed .header__burger-menu-wrapper {
  margin-right: 28px;
}
.header__inner_fixed .header__inner-logo img {
  margin-right: 28px;
}
.header__inner_fixed .header__inner-searchbox {
  margin-right: 28px;
}
.header__inner_fixed .header__inner-info {
  margin-right: 28px;
}
.header__inner_fixed .header__inner-burger {
  margin-right: 28px;
} */
.header__inner-burger {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 22px;
  height: 16px;
  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;
}
.header__inner-burger span {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #000;
}
.header__inner-burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 1px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__inner-burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__inner-burger:hover {
  opacity: 0.7;
}
.header__inner-burger.active span {
  display: none;
}
.header__inner-burger.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.header__inner-burger.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
}
.header__burger-menu {
  position: absolute;
  background-color: #fff;
  z-index: 100;
  width: 100vw;
  top: 75px;
  left: 0;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-shadow: 0 30px 25px 0 rgba(34, 60, 80, 0.2);
  box-shadow: 0 30px 25px 0 rgba(34, 60, 80, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.header__burger-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  justify-content: center;
}
.header__burger-menu.active {
  max-height: 500px;
}
.header__burger-menu-col {
  width: 100%;
  max-width: calc(20% - 20px);
  margin: 0 10px;
}
.header__burger-menu-col_mobile {
  display: none;
}
.header__burger-menu-section + .header__burger-menu-section {
  margin-top: 30px;
}

.header__burger-menu-list {
  list-style: none;
}
.header__burger-menu-item + .header__burger-menu-item {
  margin-top: 10px;
}
.header__burger-menu-link {
  color: #000;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__burger-menu-link:hover {
  color: #1b7fd5;
}
.header__burger-menu-link span {
  display: inline-block;
  margin-left: 3px;
  background-color: #ed584a;
  color: #fff;
  border-radius: 4px;
  padding: 3px;
  font-size: 10px;
}
.header__inner-logo {
  margin-left: 10px;
  display: inherit;
  position: relative;
}

.header__inner-searchbox {
  position: relative;
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f3;
  height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  width: 100%;
  max-width: 330px;
}
.header__inner-searchbox:hover {
  background-color: white;
  border: 1px solid rgb(0, 157, 255);
}
.header__inner-searchbox_button {
  position: absolute;
  cursor: pointer;
  width: auto;
  right: 0;
  order: 3;
}
.header__inner-searchbox_button button {
  background: #55a1f4;
  border-radius: 0 8px 8px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px 15px;
  border: transparent;
  cursor: pointer;
}
.header__inner-searchbox i {
  margin-right: 8px;
  color: #767575;
}
.header__inner-searchbox input {
  border: transparent;
  background: rgba(0, 0, 0, 0);
  color: #767575;
}
.header__inner-searchbox input::-webkit-input-placeholder {
  color: #767575;
}
.header__inner-searchbox input::-moz-placeholder {
  color: #767575;
}
.header__inner-searchbox input:-ms-input-placeholder {
  color: #767575;
}
.header__inner-searchbox input::-ms-input-placeholder {
  color: #767575;
}
.header__inner-searchbox input::placeholder {
  color: #767575;
}
.header__inner-info {
  margin-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__info-image {
  height: 40px;
  max-width: 100%;
}
.header__info-textbox {
  margin-left: 4px;
}
.header__info-tel {
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__info-tel:hover {
  opacity: 0.7;
}
.header__info-date {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #7f7f7f;
}
.header__info-socials {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__info-social {
  height: 35px;
  width: 35px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__info-social:hover {
  opacity: 0.7;
}
.header__info-social img {
  max-width: 100%;
}
.header__inner-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 60px;
  position: relative;
}
.header__lang-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header__lang-selected.active .header__lang-selected-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__lang-selected-country {
  height: 20px;
  width: 20px;
  max-width: 100%;
  margin-right: 2px;
}
.header__lang-selected-text {
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
.header__lang-selected-caret {
  margin-left: 6px;
  height: 12px;
  width: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-dropdown {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: absolute;
  top: 25px;
  left: -10px;
  z-index: 99;
  min-width: 90px;
}
.header__lang-dropdown.active {
  display: block;
}
.header__dropdown-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
}
.header__dropdown-lang:hover {
  background: rgba(57, 124, 233, 0.1);
}
.header__inner-call {
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px 30px 16px;
  background: #36b555;
  border-radius: 8px;
  cursor: pointer;
  border: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__inner-call:hover {
  opacity: 0.7;
}
.header__menu {
  background: #1b7fd5;
}
.header__menu .container #block-menu-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  position: relative;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-list > li {
  padding: 13px 0;
}

.header__nav-item .header__nav-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-link:hover {
  opacity: 0.7;
}
.header_nav_dropdown {
  display: block;
  position: relative;
}
.header_nav_dropdown:hover > ul {
  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;
}
.header_nav_dropdown_items li a {
  color: #000;
}
.header_nav_dropdown > a {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header_nav_dropdown_items {
  display: none;
}
.dropdown_arrow_icon {
  display: block;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  transform: rotate(225deg);
  border-left: 1px solid;
  transition: 0.2s;
}

.header_nav_dropdown:hover > a .dropdown_arrow_icon {
  transform: rotate(405deg);
}
.mobile_filter_regionBtn:hover .dropdown_arrow_icon {
  transform: rotate(405deg);
}
.footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-col {
  width: 100%;
  max-width: calc(25%);
}
.footer__inner-col + .footer__inner-col {
  margin-left: 10px;
}
.footer__col-list {
  list-style: none;
}
.footer__list-item + .footer__list-item {
  margin-top: 12px;
}
.footer__list-link {
  font-weight: 600;
  color: #7f7f7f;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer__list-link:hover {
  color: #1b7fd5;
}
.footer__textblock {
  display: flex;
  border-top: 1px solid #cacaca;
  padding-top: 30px;
  margin-top: 30px;
}
.footer__textblock-col {
  width: 100%;
  max-width: calc(45%);
  color: #7f7f7f;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
  padding-top: 30px;
  margin-top: 30px;
}
.footer__info-left {
  margin-right: 10px;
}
.footer__info-left-text {
  color: #7f7f7f;
}
.footer__info-left-text a {
  display: inline-block;
  margin-left: 10px;
  color: #7f7f7f;
  transition: all 0.3s;
}
.footer__info-left-text a:hover {
  color: #1b7fd5;
}
.footer__info-left-items {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footer__info-left-item {
  color: #7f7f7f;
  font-weight: 600;
  transition: all 0.3s;
}
.footer__info-left-item:hover {
  color: #1b7fd5;
}
.footer__info-left-item + .footer__info-left-item {
  margin-left: 20px;
}
.footer__info-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__info-right-socials {
  display: flex;
  align-items: center;
}
.footer__right-socials-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  transition: all 0.3s;
}
.footer__right-socials-social:hover {
  opacity: 0.7;
}
.footer__right-socials-social .fa-vk {
  color: #0c74ed;
}
.footer__right-socials-social .fa-square-odnoklassniki {
  color: #ac460c;
}
.footer__right-socials-social .fa-youtube {
  color: #1b7fd5;
}
.footer__right-socials-social + .footer__right-socials-social {
  margin-left: 10px;
}
.footer__info-right-text {
  color: #7f7f7f;
}
.footer__info-right-text a {
  color: #000;
  font-weight: 700;
  margin-left: 3px;
}
.footer__info-right-text a span {
  color: #1b7fd5;
  font-size: 17px;
}
.aside-nav {
  width: 100%;
}

.aside-nav.fixed {
  position: sticky;
  z-index: 99;
  top: 80px;
}

.aside-nav__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 24px;
}
.aside-nav__list {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.aside-nav__list:nth-child(3) {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.aside-nav__list-item {
  position: relative;
  display: block;
}
.aside-nav__list-item + .aside-nav__list-item {
  margin-top: 9px;
}
.aside-nav__list-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -12px;
  width: 6px;
  height: 6px;
  background: #da3727;
  border-radius: 2px;
  display: none;
}
.aside-nav__list-item:hover .aside-nav__list-link {
  color: #4f4f4f;
}
.aside-nav__list-item.--active::before {
  display: block;
}
.aside-nav__list-item.--active .aside-nav__list-link {
  color: #4f4f4f;
}
.aside-nav__list-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #949494;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside-nav__text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #949494;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aside-nav__text a:hover {
  color: #4f4f4f;
}
.aside-nav__text a + a {
  margin-top: 12px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin-top: 2px;
}

.main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__content {
  width: 100%;
  max-width: 860px;
}
.breadcrumbs {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}
.breadcrumbs a {
  color: #7f7f7f;
  position: relative;
  margin-right: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs a::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 9px;
  background-color: #7f7f7f;
  width: 6px;
  height: 1px;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs span {
  color: #1b7fd5;
}
.mbanner {
  margin-bottom: 20px;
}
.mbanner__image {
  border-radius: 6px;
  width: 100%;
}
.services {
  margin: 20px 0 24px;
}
.services__block {
  background: -o-linear-gradient(0.81deg, #1b7fd5 0, #ff6f61 100%);
  background: linear-gradient(89.19deg, #1b7fd5 0, #ff6f61 100%);
  border-radius: 6px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
}
.services__block-image {
  height: 48px;
  width: 48px;
  margin-right: 24px;
}
.services__block-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}
.services__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333;
}
.services__items {
  margin-top: 20px;
  background: #fef7f7;
  border-radius: 6px;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services__items-item {
  min-height: 274px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: calc(33.333% - 20px);
  margin: 10px;
  padding: 20px;
}
.services__items-item.--order {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.services__items {
  display: flex;
  flex-wrap: wrap;
}
.services__item-image {
  max-width: 100%;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
}
.services__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333;
}
.services__item-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  padding: 16px;
  border: 1px solid #36b555;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services__item-btn:hover {
  opacity: 0.7;
}
.services__toptext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.services__items.--services-page .services__items-item {
  position: relative;
}
.services__items.--services-page .services__item-alert {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 24px;
  width: 24px;
  max-width: 100%;
}
.services__items.--services-page .services__item-image {
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.services__items.--services-page .services__item-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  margin-top: auto;
}
.services__items.--services-page .services__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7f7f7f;
  margin-bottom: 8px;
  margin-top: 0;
}
.services__items.--services-page .services__item-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  margin-bottom: 16px;
}
.services__items.--services-page .services__item-order-btn {
  width: 100%;
  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;
  height: 46px;
  background: #36b555;
  border-radius: 8px;
  padding: 14px 15px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services__items.--services-page .services__item-order-btn:hover {
  opacity: 0.7;
}
.services__items.--services-page .services__items-item.--order {
  padding-bottom: 20px;
}
.services__items.--services-page .services__item-btn {
  height: 46px;
  padding: 13px;
}
.services.--index-page {
  background: rgba(237, 12, 12, 0.03);
  padding: 75px 0;
}
.services.--index-page .services__items {
  padding: 0;
}
.services.--index-page .services__items .services__items-item {
  position: relative;
  max-width: calc(25% - 25px);
}
.services.--index-page .services__items .services__item-alert {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 24px;
  width: 24px;
  max-width: 100%;
}
.services.--index-page .services__items .services__item-image {
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.services.--index-page .services__items .services__item-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  margin-top: auto;
}
.services.--index-page .services__items .services__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #7f7f7f;
  margin-bottom: 8px;
  margin-top: 0;
}
.services.--index-page .services__items .services__item-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  margin-bottom: 16px;
}
.services.--index-page .services__items .services__item-order-btn {
  width: 100%;
  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;
  height: 46px;
  background: #36b555;
  border-radius: 8px;
  padding: 14px 15px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  border: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services.--index-page .services__items .services__item-order-btn:hover {
  opacity: 0.7;
}
.services.--index-page .services__items .services__items-item.--order {
  padding-bottom: 20px;
}
.services.--index-page .services__items .services__item-btn {
  height: 46px;
  padding: 13px;
}
.services.--index-page .services__toptext .services__title {
  width: 100%;
  max-width: 456px;
}
.services.--index-page .services__toptext .services__subtitle {
  max-width: 400px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #7f7f7f;
}
.services.--index-page .services__toptext .services__subtitle span {
  color: #1b7fd5;
  font-weight: 700;
}
.whyus {
  margin: 24px 0 29px;
}
.whyus__line {
  font-size: 18px;
  line-height: 140%;
}
.whyus__line + .whyus__line {
  margin-top: 20px;
}
.whyus__line-title {
  font-weight: 700;
  color: #1b7fd5;
  margin-bottom: 16px;
}
.whyus__line-text {
  font-weight: 400;
  color: #333;
}
.whyus__images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin-right: -10px;
  margin-left: -10px;
}
.whyus__images-image {
  border-radius: 6px;
  margin: 10px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.whyus__images-image:nth-child(1) {
  max-width: 280px;
}
.whyus__images-image:nth-child(2) {
  max-width: 200px;
}
.whyus__images-image:nth-child(3),
.whyus__images-image:nth-child(4),
.whyus__images-image:nth-child(5) {
  max-width: 280px;
}
.whyus__images-image:nth-child(6),
.whyus__images-image:nth-child(7) {
  max-width: 200px;
}
.whyus__images-image:nth-child(8),
.whyus__images-image:nth-child(9) {
  max-width: 280px;
}
.whyus__bottext {
  margin-top: 16px;
  overflow-y: hidden;
  max-height: 170px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.whyus__bottext p + p {
  margin-top: 16px;
}
.whyus__bottext.active {
  max-height: 100%;
}
.whyus__bottext-showmore {
  margin-top: 17px;
  border: 1px solid #1b7fd5;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  padding: 14px 15px 16px;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.whyus__bottext-showmore:hover {
  opacity: 0.7;
}
.whyus__bottext-showmore.hide {
  display: none;
}
.faq {
  margin: 30px 0;
}
.faq__line + .faq__line {
  margin-top: 24px;
}
.faq__line-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #0c78ed;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq__line-head:hover {
  opacity: 0.7;
}
.faq__line-head img {
  width: 12px;
  height: 9px;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq__line-head.active img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq__line-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333;
  display: none;
}
.faq__line-text.active {
  display: block;
}
.main__aside {
  margin-top: 28px;
  position: relative;
  margin-left: 25px;
}
.main__aside_olddd {
  margin-top: 28px;
  max-width: 390px;
  position: relative;
  margin-left: 25px;
}
.infotext {
  margin: 24px 0;
}
.infotext__line {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333;
}
.infotext__line + .infotext__line {
  margin-top: 24px;
}
.infotext__line p span {
  color: #1b7fd5;
  font-weight: 700;
}
.infotext__line p + p {
  margin-top: 16px;
}
.infotext__line ul {
  margin: 16px 0;
  padding-left: 26px;
}
.infotext__line li {
  position: relative;
}
.infotext__line li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 6px;
  height: 6px;
  background: #da3727;
  border-radius: 50%;
}
.infotext .payment__phonebox {
  margin-top: 15px;
}
.check-auto {
  margin: 16px 0;
}

.check-auto__subtitle {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #7f7f7f;
}
.check-auto__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.check-auto__items-item {
  position: relative;
  width: 100%;
  max-width: calc(25% - 20px);
  margin: 0 10px 35px;
}
.check-auto__items-item:hover .chech-auto__item-sale {
  opacity: 0;
  visibility: hidden;
}
.check-auto__item-image {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.check-auto__item-image img {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
.check-auto__item-title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.check-auto__item-title:hover {
  color: #da3727 !important;
}
.check-auto__item-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #7f7f7f;
}
.check-auto__showmore {
  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;
}
.check-auto__showmore:hover {
  opacity: 0.7;
}
.check-auto.--index-page {
  margin: 50px 0;
}
.check-auto.--index-page .check-auto__title {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}
.check-auto.--index-page .check-auto__subtitle {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #7f7f7f;
}
.check-auto.--index-page .check-auto__items-item {
  margin: 10px;
}
.check-auto.--index-page .check-auto__item-price {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}
.check-auto.--index-page .check-auto__item-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #000;
}
.check-auto__item-likebox {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 98;
  border-radius: 50%;
  padding: 5px;
  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;
  width: 40px;
  height: 40px;
}
.check-auto__item-likebox svg,
.check-auto__item-likebox svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.check-auto__item-likebox:hover {
  background-color: #fff;
}
.check-auto__item-likebox:hover svg path {
  fill: #1b7fd5;
}
.chech-auto__item-sale {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  background: #0c74ed;
  border-radius: 8px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 87px;
  left: 16px;
  z-index: 6;
  opacity: 1;
  visibility: visible;
}
.payment {
  margin: 20px 0;
}
.payment__subtitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333;
}
.payment__phonebox {
  margin-bottom: 24px;
  background: rgba(219, 55, 39, 0.1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.payment__phonebox img {
  height: 40px;
  width: 40px;
  margin-right: 2px;
}
.payment__phonebox a {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.payment__phonebox a:hover {
  opacity: 0.7;
}
.payment__line + .payment__line {
  margin-top: 24px;
}
.payment__line-name {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #1b7fd5;
}
.payment__line-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.payment__line-col {
  width: 100%;
  max-width: calc(50% - 30px);
}
.payment__line-item {
  font-size: 18px;
  line-height: 140%;
  color: #333;
  margin: 8px 15px;
}
.payment__line-item strong {
  font-weight: 600;
  display: block;
}
.payment__line-item span {
  font-weight: 400;
  display: block;
}
.match {
  margin: 70px 0 80px;
}
.match__form {
  background: #f1f6ec;
  border-radius: 9px;
  padding: 30px 30px 30px;
}
.match__form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.match__form-title {
  width: 100%;
  max-width: 456px;
}
.match__form-text {
  width: 100%;
  max-width: 280px;
}
.match__form-fields {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.match__form-fields div {
  width: 30%;
}

.match__form-fields input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #706e6e;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.match__form-fields input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #bdbdbd;
}
.match__form-fields input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #bdbdbd;
}
.match__form-fields input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #bdbdbd;
}
.match__form-fields input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #bdbdbd;
}
.match__form-fields input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #bdbdbd;
}
.match__form-fields input + input {
  margin-left: 20px;
}
.match__form-fields button {
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 20px;
  background: #36b555;
  border-radius: 8px;
  border: transparent;
  width: 100%;
}
.match__form-fields button:hover {
  opacity: 0.7;
}
.match__form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match__form-checkbox input {
  margin-right: 8px;
  height: 20px;
  width: 20px;
}
.match__form-checkbox label {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #7f7f7f;
  cursor: pointer;
}
.control {
  margin: 80px 0 70px;
}
.control__inner {
  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;
}
.control__left {
  max-width: 410px;
  margin-right: 15px;
}
.control__left-title {
  margin-bottom: 14px;
  margin-top: 75px;
}
.control__left-text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #7f7f7f;
}
.control__left-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: -10px;
  margin-left: -10px;
}
.control__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(50% - 20px);
  margin: 10px;
}
.control__left-item-image {
  margin-right: 10px;
  max-width: 100%;
  width: 30px;
  height: 30px;
}
.control__left-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #000;
}
.control__left-btn {
  padding: 14px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  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;
}
.control__left-btn:hover {
  opacity: 0.7;
}
.control__center {
  max-width: 530px;
  width: 100%;
  margin-right: 15px;
}
.control__center-image {
  max-width: 100%;
  height: 313px;
}
.control__right {
  max-width: 310px;
}
.control__right-btn {
  padding: 14px;
  width: 100%;
  border: 1px solid #36b555;
  border-radius: 8px;
  margin-bottom: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.control__right-btn:hover {
  opacity: 0.7;
}
.control__right-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}
.control__right-title span {
  color: #ed722d;
}
.control__right-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #7f7f7f;
}
.control__right-text p + p {
  margin-top: 15px;
}
.filter {
  margin: 30px 0 50px;
}
.filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter__table {
  width: 100%;
  max-width: 950px;
  margin-right: 24px;
}
.filter__table_title h1 {
  font-size: 28px;
  line-height: 25px;
}
.filter__table_title p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #7f7f7f;
}
.filter__table_header {
  padding-top: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter__table-marks {
  margin-bottom: 30px;
}
.filter__marks-logos {
  margin-bottom: 15px;
  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;
}
.filter__marks-logos-logo {
  height: 64px;
  width: 64px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__marks-logos-logo + .filter__marks-logos-logo {
  margin-left: 10px;
}
.filter__marks-logos-logo:hover {
  opacity: 0.7;
}
.filter__marks-logos-logo img {
  max-width: 100%;
}
.filter__marks-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 249px;
  overflow: hidden;
}
.filter__marks-names.active {
  height: auto;
}
.filter__marks-names-col {
  width: 100%;
  max-width: calc(20% - 20px);
}
.filter__marks-names-item {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__marks-names-item:hover .filter__marks-names-item-title {
  opacity: 0.7;
}
.filter__marks-names-item-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  margin-right: 16px;
  color: #000;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filter__marks-names-item-count {
  color: #7f7f7f;
  font-size: 15px;
}
.filter__marks-names-item-all {
  font-size: 15px;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__marks-names-item-all svg {
  height: 14px;
  width: 14px;
  margin-left: 5px;
}
.filter__marks-names-item-all:hover {
  opacity: 0.7;
}
.filter__title {
  margin-bottom: 14px;
}
.filter__subtitle {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #7f7f7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
}
.filter__subtitle a {
  color: #7f7f7f;
  text-decoration: underline;
}
.filter__subtitle svg {
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
.filter__subtitle svg path {
  fill: #7f7f7f;
}
.filter__marks-slidebox {
  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;
}
.filter__marks-slidebox-inputbox {
  width: 100%;
  margin-right: 40px;
  max-width: 580px;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-line {
  height: 2px;
  background-color: #cfcece;
  top: 22px;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-bar {
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(8%, #0c78ed),
    color-stop(50%, #0c78ed),
    color-stop(92%, #0c78ed),
    to(#fff)
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    #0c78ed 8%,
    #0c78ed 50%,
    #0c78ed 92%,
    #fff 100%
  );
  background: linear-gradient(
    90deg,
    #fff 0,
    #0c78ed 8%,
    #0c78ed 50%,
    #0c78ed 92%,
    #fff 100%
  );
  top: 22px;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0c78ed;
  top: 14px;
  cursor: pointer;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-handle i,
.filter__marks-slidebox-inputbox .irs--flat .irs-max,
.filter__marks-slidebox-inputbox .irs--flat .irs-min {
  display: none;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-from,
.filter__marks-slidebox-inputbox .irs--flat .irs-single,
.filter__marks-slidebox-inputbox .irs--flat .irs-to {
  color: #000;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0);
  top: 36px;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-from::before,
.filter__marks-slidebox-inputbox .irs--flat .irs-single::before,
.filter__marks-slidebox-inputbox .irs--flat .irs-to::before {
  display: none;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-to {
  padding-right: 70px;
}
.filter__marks-slidebox-inputbox .irs--flat .irs-from {
  padding-left: 43px;
}
.filter__marks-slidebox-input {
  width: 100%;
}
.filter__marks-slidebox-btnbox {
  max-width: 365px;
  width: 100%;
}
.filter__marks-slidebox-btn {
  margin-top: 20px;
  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: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 14px 15px;
  border: transparent;
  cursor: pointer;
}
.filter__marks-slidebox-btn:hover {
  opacity: 0.7;
}
.filter__best {
  width: 100%;
  max-width: 290px;
}
.filter__best-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filter__best-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__best-item:hover .filter__best-item-name {
  color: #1b7fd5;
}
.filter__best-item:hover .filter__best-item-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.filter__best-item + .filter__best-item {
  width: 310px;
}
.filter__best-item-imagebox {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.filter__best-item-image {
  max-width: 100%;
  border-radius: 10px;
  height: 140px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__best-item-name {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__best-item-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #7f7f7f;
}
.filter__best-btnmore {
  margin-top: 20px;
  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;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  padding: 14px 15px;
}
.filter__best-btnmore:hover {
  background-color: #0c78ed;
  color: white;
}

.product {
  margin: 20px 0;
}
.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__name {
  display: flex;
  gap: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}
.product__name span {
  display: block;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
}
.product__price {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__price:hover {
  opacity: 0.7;
}
.product__price i {
  margin-left: 8px;
  font-size: 19px;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product__buttons-btn {
  padding: 13px 11px 11px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-width: 46px;
  height: 46px;
  color: #000;
  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;
}
.product__buttons-btn i {
  color: #7f7f7f;
}
.product__buttons-btn:hover {
  opacity: 0.7;
}
.product__buttons-btn + .product__buttons-btn {
  border-left: 1px solid #bdbdbd;
}
.product__buttons-btn:has(span) i {
  margin-right: 5px;
}
.product__author {
  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;
  border-radius: 6px;
}
.product__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  padding: 15px;
}
.product__author-info-avatar {
  width: 50px;
  height: 50px;
  max-width: 100%;
  border-radius: 50%;
  margin-right: 15px;
}
.product__author-info-text {
  font-size: 15px;
  color: #000;
}
.product__author-info-text span {
  color: #7f7f7f;
  display: block;
  margin-top: 5px;
}
.product__author-tel {
  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;
  background-color: #36b555;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 30px 16px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  min-width: 250px;
}
.product__author-tel:hover {
  opacity: 0.7;
}
.product__author-tel span {
  margin-top: 10px;
  display: block;
}
.product__carinfo {
  margin: 14px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__carinfo-data {
  width: 100%;
  max-width: 45%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c7c7;
}
.product__carinfo-data h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product__carinfo-data-line + .product__carinfo-data-line {
  margin-top: 10px;
}
.product__carinfo-data-line + .product__carinfo-data-line:last-child {
  margin-top: 35px;
  line-height: 21px;
}
.product__carinfo-data-type {
  width: 100%;
  font-size: 13px;
  color: #7f7f7f;
  padding-bottom: 4px;
}
.product__carinfo-data-status {
  width: 100%;
  font-size: 15px;
  color: #000;
}
.product__carinfo-data > div {
  display: flex;
  margin-bottom: 24px;
}
.product__carinfo-data > div .product__carinfo-data-line {
  margin-left: 20px;
}
.product__carinfo_yearIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -10px -10px;
}
.product__carinfo_carkmIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -58px -56px;
}
.product__carinfo_carbodyIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -62px -8px;
}
.product__carinfo_carcolorIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -5px -106px;
}
.product__carinfo_engineIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -9px -62px;
}
.product__carinfo_driveIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -108px -5px;
}
.product__carinfo_stateIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png") -108px -48px;
}
.product__carinfo_customsIcon {
  width: 32px;
  height: 32px;
  background: url("../img/product_description_sprites.png")-46px -109px;
}
.product__carinfo-slider {
  margin-left: 10px;
  width: 100%;
  max-width: 620px;
}
.product__carinfo-slider-single {
  position: relative;
}
.product__carinfo-slider-single img {
  max-width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: -webkit-grab;
  cursor: grab;
  transition: 0.5s;
}
.product__carinfo-slider-single img:hover {
  transform: scale(1.1);
}
.product__carinfo-slider-single .slick-arrow {
  width: 45px;
  height: 45px;
  border: transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__carinfo-slider-single .slick-arrow:hover {
  opacity: 0.7;
}
.product__carinfo-slider-single .slick-arrow i {
  color: #fff;
}
.product__carinfo-slider-single .slick-prev {
  left: 5px;
  transform: rotate(180deg);
}
.product__carinfo-slider-single .slick-next {
  right: 5px;
}
.product__carinfo-slider-nav img {
  height: 75px;
  width: 100% !important;
  max-width: calc(16.666% - 2px);
  -o-object-fit: cover;
  object-fit: cover;
  margin: 1px;
  cursor: pointer;
}
.product__carinfo-slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product__check {
  margin: 50px 0;
}
.product__check-title {
  margin-bottom: 25px;
}
.product__check-text {
  font-weight: 600;
}
.product__comments {
  margin: 50px 0;
}
.comments-title {
  margin-bottom: 25px;
}
.comments-text {
  font-weight: 400;
}
.product__same {
  margin: 50px 0;
}
.product__same-title {
  margin-bottom: 20px;
}
.product__same-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.product__same-slider .cart-image-slider .slick-dots {
  bottom: 2px;
}
.product__same-slider-slide {
  width: 100%;
  max-width: calc(25% - 20px);
  margin: 0 10px;
}
.product__same-slide-image {
  border-radius: 6px;
  position: relative;
}
.product__same-slide-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.product__same-slide-name {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}
.product__same-slide-name:hover {
  color: #1b7fd5;
}
.product__same-slide-km {
  color: #7f7f7f;
  margin-bottom: 15px;
  font-size: 16px;
}
.product__same-slide-price {
  font-weight: 700;
  font-size: 20px;
}
.hor-list-slider {
  position: relative;
}
.hor-list-slider .slick-arrow {
  width: 35px;
  height: 35px;
  border: transparent;
  background-color: transparent;
  position: absolute;
  top: 29%;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product__same > div > div .slick-prev {
  transform: rotate(180deg);
}
.hor-list-slider .slick-arrow:hover {
  opacity: 0.7;
}
.hor-list-slider .slick-arrow i {
  color: #fff;
}
.hor-list-slider .slick-prev {
  left: 7px;
}
.hor-list-slider .slick-next {
  right: 7px;
}
.cart-image-slider {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.cart-image-slider .slick-dots {
  z-index: 5;
  position: absolute;
  bottom: 2px;
  left: 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;
  width: calc(100% - 6px);
  margin-left: 3px;
  margin-right: 3px;
}
.cart-image-slider .slick-dots li {
  width: 100%;
  max-width: calc(20% - 2px);
  margin: 0 1px;
}
.cart-image-slider .slick-dots li button {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: transparent;
  height: 4px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.cart-image-slider .slick-dots li.slick-active button {
  background-color: rgba(237, 69, 69, 0.8);
}

.ratings {
  margin: 50px 0 30px;
}
.ratings__title {
  margin-bottom: 20px;
}
.ratings__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.ratings__total-col {
  width: 100%;
  max-width: calc(50% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ratings__total-circle {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  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;
  height: 70px;
  width: 70px;
  position: relative;
}
.ratings__total-circle .total-plus-minus,
.ratings__total-circle .total-rating {
  margin-top: -10px;
  height: 100%;
  width: 100%;
}
.ratings__total-circle span {
  position: absolute;
}
.ratings__total-data {
  margin-left: 15px;
}
.ratings__total-data-title {
  margin-bottom: 6px;
  font-weight: 600;
}
.ratings__total-data-text {
  color: #0c74ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.ratings__total-data-text span.green {
  color: #36b555;
}
.ratings__total-data-text span.red {
  color: #1b7fd5;
}
.ratings__total-data-text span.grey {
  color: #7f7f7f;
}
.ratings__total-data-text p {
  color: #7f7f7f;
  display: inline-block;
  margin: 0 3px;
}
.ratings__tabs {
  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;
  margin-bottom: 30px;
}
.ratings__tabs-btn {
  width: 100%;
  max-width: 33.3333%;
  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: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #c9c9c9;
  background-color: rgba(0, 0, 0, 0);
  color: #929191;
}
.ratings__tabs-btn.active,
.ratings__tabs-btn:hover {
  background-color: rgba(12, 120, 237, 0.2);
  border-color: #4698f6;
  color: #000;
}
.ratings__tabs-btn:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: transparent;
}
.ratings__tabs-btn:nth-child(1):hover {
  border-right-color: #4698f6;
}
.ratings__tabs-btn:nth-child(3) {
  border-left-color: transparent;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ratings__tabs-btn:nth-child(3):hover {
  border-left-color: #4698f6;
}
.ratings__contents {
  position: relative;
  display: none;
}
.ratings__contents.active {
  display: block;
}
.ratings__contents-line {
  padding: 13px 0;
  border-top: 1px solid #c9c9c9;
}
.ratings__contents-line:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.ratings__contents-line-head {
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-weight: 500;
}
.ratings__contents-line-head:hover {
  opacity: 0.7;
}
.ratings__contents-line-head i {
  color: #929191;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ratings__contents-line-head span.grey {
  color: #929191;
}
.ratings__contents-line-head.active i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ratings__contents-line-text {
  display: none;
}
.ratings__contents-line-text h3 {
  padding: 15px 0 2px;
}
.ratings__contents-line-text.active {
  display: block;
  margin-top: 5px;
  color: #706e6e;
  line-height: 21px;
}
.ratings__slider {
  margin: 30px -10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ratings__slider.hor-list-slider-rating {
  position: relative;
}
.ratings__slider.hor-list-slider-rating .slick-arrow {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: transparent;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.ratings__slider.hor-list-slider-rating .slick-arrow:hover {
  opacity: 0.7;
}
.ratings__slider.hor-list-slider-rating .slick-arrow i {
  color: #acacac;
}
.ratings__slider.hor-list-slider-rating .slick-prev {
  left: -10px;
}
.ratings__slider.hor-list-slider-rating .slick-next {
  right: -10px;
}
.ratings__slider-slide {
  padding: 18px;
  background-color: #f0f0f3;
  border-radius: 8px;
  width: 100%;
  max-width: calc(33.333% - 20px);
  margin: 0 10px;
  height: 230px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: -webkit-grab;
  cursor: grab;
}
.ratings__slide-head {
  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;
  margin-bottom: 20px;
}
.ratings__slide-head-info {
  margin-right: 10px;
}
.ratings__slide-head-author {
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
.ratings__slide-head-car {
  color: #929191;
}
.ratings__slide-head-total {
  font-weight: 700;
}
.ratings__slide-head-total .ratings__total-circle {
  height: 50px;
  width: 50px;
}
.ratings__slide-head-total .ratings__total-circle span {
  font-size: 14px;
}
.ratings__slide-descr {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.ratings__slide-readmore {
  margin-top: auto;
  display: block;
  color: #0c74ed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ratings__slide-readmore:hover {
  opacity: 0.7;
}
.filter__marks-names-morebtn-mobile {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  padding: 8px;
  width: 100%;
  right: 0;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.filter__marks-names-morebtn-mobile:hover {
  opacity: 0.7;
}

.filters {
  margin: 30px 0;
}
.filters__inner {
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  border-radius: 6px;
}
.filters__line {
  display: flex;
}
.filters__line-col {
  width: 100%;
  max-width: calc(33.333% - 20px);
  margin: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters__line-selectbox {
  width: 100%;
  position: relative;
}
.filters__line-select {
  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;
}
.filters__line-select.active {
  border-color: #64abfb;
  background-color: #ecf5ff;
  color: #000;
}
.filters__line-select.active i {
  transform: translateY(-50%) rotate(180deg);
}
.filters__line-selectbox + .filters__line-selectbox {
  margin-left: 10px;
}
.filters__line-select:hover {
  opacity: 0.7;
}
.filters__line-select i {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
}
.filters__line-col.--float
  .filters__line-selectbox:nth-child(1)
  .filters__line-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filters__line-col.--float
  .filters__line-selectbox:nth-child(2)
  .filters__line-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filters__line-col.--float .filters__line-selectbox + .filters__line-selectbox {
  margin-left: 0;
  border-left: 0;
}
.filters__select-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 10;
  width: calc(100% + 2px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  max-height: 290px;
  overflow-y: scroll;
}
.filters__select-dropdown::-webkit-scrollbar {
  width: 6px; /* ширина scrollbar */
}
.filters__select-dropdown::-webkit-scrollbar-track {
  background: rgb(232, 232, 232); /* цвет дорожки */
}
.filters__select-dropdown::-webkit-scrollbar-thumb {
  background-color: rgb(87, 86, 86); /* цвет плашки */
  border-radius: 20px; /* закругления плашки */
}
.filters__select-dropdown span {
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 15px 15px 15px 35px;
  position: relative;
}
.filters__select-dropdown span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.filters__select-dropdown span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s;
}
.filters__select-dropdown span:hover {
  background-color: #0c74ed;
  color: #fff;
}
.filters__select-dropdown span:hover::before,
.filters__select-dropdown span:hover::after {
  background-color: #fff;
}
.filters__select-dropdown ul {
  list-style: none;
}
.filters__select-dropdown ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 15px 15px 15px 35px;
}
.filters__select-dropdown ul li:hover {
  background-color: #0c74ed;
  color: #fff;
}
.filters__select-dropdown.active {
  display: block;
}
.filters__line-input {
  height: 36px;
  padding: 5px 8px 5px 8px;
  border-radius: 8px;
  border: 1px solid #0000001f;
  display: flex;
  align-items: center;
  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__line-col.--float .find-item:nth-child(1) .filters__line-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filters__line-col.--float .find-item:nth-child(2) .filters__line-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.filters__botline {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.filters__botline-clear {
  cursor: pointer;
  color: #706e6e;
  transition: all 0.3s;
  position: relative;
  padding-right: 15px;
}
.filters__botline-clear span {
  display: inline-block;
  margin-right: 5px;
}
.filters__botline-clear::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.filters__botline-clear::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #706e6e;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.filters__botline-clear:hover {
  opacity: 0.7;
}
.filters__botline-btn {
  margin-left: 10px;
  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__botline-btn:hover {
  opacity: 0.7;
}
.catalog {
  margin: 50px 0 30px;
}
.catalog__item {
  padding-bottom: 20px;
  display: flex;
  transition: all 0.3s;
  padding: 15px 20px;
  border-radius: 6px;
  position: relative;
  justify-content: space-between;
}
.catalog__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgb(202, 202, 202);
}
.catalog__item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.catalog__item + .catalog__item {
  margin-top: 20px;
}
.catalog__item:last-child::before {
  display: none;
}
.catalog__item-slider {
  height: fit-content;
  width: 100%;
  max-width: 205px;
  border-radius: 6px;
}
.catalog__item-slider .slick-dots {
  bottom: 4px;
}
.catalog__item-image {
  border-radius: 6px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 154px;
}
.catalog__item-maininfo {
  margin-left: 15px;
  max-width: 35%;
  width: 100%;
  color: #706e6e;
}
.catalog__item-name {
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
  display: flex;
  transition: all 0.3s;
}
.catalog__item-name:hover {
  color: #1b7fd5;
}
.catalog__item-characters {
  display: flex;
  justify-content: space-between;
}
.catalog__item-characters-col {
  width: 100%;
  max-width: calc(60% - 10px);
}
.catalog__item-characters-col + .catalog__item-characters-col {
  margin-left: 20px;
  max-width: calc(40% - 10px);
}
.catalog__item-characters-col span {
  display: block;
  margin-bottom: 5px;
}
.catalog__item-status {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.catalog__item-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #0c78ed;
}
.catalog__item-status span + span {
  margin-left: 5px;
}
.catalog__item-price {
  margin-left: 15px;
  max-width: 150px;
  width: 100%;
}
.catalog__item-price span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #36b555;
  padding: 6px 6px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 17px;
  color: #fff;
  width: 100%;
}
.catalog__item-price button {
  background-color: transparent;
  border: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c78ed;
  transition: all 0.3s;
  cursor: pointer;
}
.catalog__item-price button:hover {
  opacity: 0.7;
}
.catalog__item-date {
  margin-left: 15px;
  color: #000;
}
.catalog__item-saleinfo {
  margin-left: 15px;
}
.catalog__item-km {
  color: #000;
  margin-bottom: 5px;
}
.catalog__item-saler {
  color: #706e6e;
  margin-bottom: 5px;
}
.catalog__item-site {
  color: #0c74ed;
  margin-bottom: 5px;
  display: flex;
}
.catalog__item-currentstatus {
  color: #000;
}
.pagination {
  margin: 30px 0;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__list-item {
  cursor: pointer;
  transition: all 0.3s;
  width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #000;
  border: 1px solid #cacaca;
}
.pagination__list-item.active {
  color: #fff;
  background-color: #0c78ed;
}
.pagination__list-item + .pagination__list-item {
  border-left: 0;
}
.pagination__list-item:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination__list-item:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination__list-item:hover {
  opacity: 0.7;
}

@media (max-width: 1300px) {
  .container {
    padding: 0 15px;
  }
  .page-product .main__content {
    max-width: 100%;
  }
  .match__form-fields .find-item {
    max-width: 300px;
  }
  .header__inner {
    padding: 15px;
  }
  .header__inner .header__inner-burger {
    margin-right: 28px;
  }
  .header__inner-searchbox {
    margin-left: 10px;
  }
  .header__inner-info {
    margin-left: 10px;
  }
  .header__inner-lang {
    margin-left: 10px;
  }
  .header__inner-call {
    margin-left: auto;
  }
  .main__aside {
    display: none;
  }
  .main__content {
    max-width: 100%;
  }
  .header__inner-logo {
    margin-left: 16px;
  }
  .header__inner-logo {
    position: unset;
  }
}
@media (max-width: 1150px) {
  .services.--index-page .services__items {
    flex-wrap: wrap;
  }
  .services.--index-page .services__items .services__items-item {
    max-width: calc(50% - 20px);
  }
  .control__left-btn {
    width: 100%;
  }
  .control__right {
    max-width: 410px;
  }
  .control__center {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .control__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .control__inner {
    flex-direction: column;
    align-items: center;
  }
  .check-auto__items-item {
    max-width: calc(33.333% - 20px);
  }
  .main {
    margin-top: 10px;
  }
  .filter__best-btnmore {
    display: none;
  }
  .filter__best {
    max-width: 100%;
  }
  .filter__table {
    margin-right: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background-color: white;
    z-index: 99999;
  }
  .filter__inner {
    flex-wrap: wrap;
  }
  .header__inner-call {
    display: none;
  }
  .header__inner-lang {
    display: none;
  }
  .header__inner-info {
    margin-left: auto;
  }
  .header__menu {
    display: none;
  }
  .header__info-image {
    display: none;
  }
  .header__inner-searchbox {
    max-width: 280px;
  }
  /* .header__inner_fixed .header__inner-info {
    margin-right: 0;
  }
  .header__inner_fixed {
    padding-right: 15px;
    padding-left: 15px;
  } */
}
@media (max-width: 1000px) {
  .catalog__item-saleinfo {
    margin-top: 15px;
  }
  .catalog__item-date {
    margin-top: 15px;
  }
  .catalog__item-price {
    margin-left: 0;
    margin-top: 15px;
  }
  .catalog__item-maininfo {
    max-width: 680px;
    width: fit-content;
  }
  .catalog__item {
    flex-wrap: wrap;
  }
  /* .product__carinfo-data-line:nth-child(even) {
    background-color: #f1f1f1;
  } */
  .match__form-fields div {
    width: 100%;
  }
  .product__carinfo-data-line:last-child {
    background-color: white;
    padding-top: 15px;
  }
  .product__author-tel {
    margin-left: 0;
  }
  .product__carinfo-slider {
    margin-left: 0;
    max-width: 620px;
  }
  .product__carinfo-data {
    order: 1;
    max-width: 100%;
    margin-top: 20px;
  }
  .product__carinfo {
    flex-direction: column;
  }
  .match__form-fields .find-item {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .match__form-fields {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__inner-burger::before {
    top: 2px;
  }
  .header__inner-burger::after {
    bottom: 2px;
  }
  .pagination__list-item {
    width: 30px;
    height: 25px;
    font-size: 10px;
  }
  .filters__botline-clear {
    width: fit-content;
  }
  .filters__botline-btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .filters__botline {
    display: block;
  }
  .filters__line-col {
    max-width: 100%;
  }
  .filters__line {
    flex-wrap: wrap;
  }
  .filter__table_title h1 {
    font-size: 24px;
  }
  .filter__marks-names-morebtn-mobile {
    display: flex;
  }
  .filter__marks-names-item-all {
    display: none;
  }
  .ratings__contents-line-text {
    font-size: 15px;
  }
  .header__burger-menu-link {
    font-size: 17px;
  }
  .ratings__slider-slide {
    margin: 0 20px;
    border: 1px solid #c9c9c9;
  }
  .ratings__contents-line-head {
    font-size: 13px;
  }
  .ratings__tabs-btn {
    font-size: 13px;
  }
  .ratings {
    background-color: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  .ratings__total-col {
    max-width: 100%;
    margin: 10px 0;
  }
  .ratings__total {
    display: block;
  }
  .comments-text {
    font-size: 15px;
  }
  .product__check-text {
    font-size: 15px;
    font-weight: 400;
  }
  .product__comments {
    margin: 20px 0;
  }
  .product__check {
    margin: 20px 0;
  }
  .product__same-slider .cart-image-slider .slick-dots {
    bottom: 2px;
  }
  .product__carinfo-slider-nav img {
    height: 50px;
  }
  .product__carinfo-slider-single .slick-next {
    right: -10px;
  }
  .product__carinfo-slider-single .slick-prev {
    left: -10px;
  }
  .product__carinfo-slider-single img {
    height: 360px;
  }
  .product__carinfo {
    margin-top: 20px;
  }
  .product__author-tel {
    width: 100%;
    max-width: 100%;
  }
  .product__price {
    font-size: 19px;
    line-height: 120%;
    margin-bottom: 6px;
  }
  .product__name {
    font-size: 19px;
    line-height: 120%;
    margin-bottom: 6px;
  }
  .product__head {
    display: block;
  }
  .payment__line-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .payment__line-items {
    display: block;
  }
  .payment__line-name {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
  }
  .payment__phonebox a {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
  }
  .payment__phonebox {
    max-width: 100%;
    width: 100%;
  }
  .payment__subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .faq__line-head {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
  }
  .faq__line-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .faq__line-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
  }
  .faq {
  }
  .whyus__bottext-showmore {
    max-width: 100%;
    width: 100%;
  }
  .whyus__bottext {
    max-height: 155px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .whyus__images {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }
  .whyus__images-image:nth-child(1) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(2) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(3) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(4) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(5) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(6) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(7) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(8) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(9) {
    max-width: calc(50% - 10px);
  }
  .whyus__images-image:nth-child(10) {
  }
  .whyus__images-image {
    max-width: calc(50% - 10px);
    width: 100%;
    height: 124px;
    margin: 5px;
  }
  .whyus__line-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .whyus__line-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
  }
  .whyus {
    margin: 15px 0;
  }
  .services__item-btn {
    padding: 14px 15px 16px;
  }
  .services__items-item.--order {
    min-height: auto;
  }
  .services__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .services__item-image {
    height: 40px;
    width: 40px;
  }
  .services__items {
    padding: 20px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .services__items-item {
    max-width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    min-height: 200px;
    padding: 20px;
  }
  .services__subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .services__block-text {
    font-size: 15px;
    line-height: 120%;
  }
  .services__block {
    padding: 20px;
  }
  .mbanner__image {
    margin-bottom: 16px;
  }
  .infotext__line {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
  }
  .infotext {
    margin: 16px 0;
  }
  .mbanner__image {
    height: 240px;
    object-fit: cover;
  }
  .breadcrumbs a {
    margin-right: 8px;
  }
  .breadcrumbs a::before {
    top: 7px;
    width: 3px;
    right: -8px;
  }
  .breadcrumbs {
    margin-top: 20px;
    font-size: 11px;
  }
  h1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .check-auto__showmore {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }
  .check-auto__item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
  }
  .check-auto__subtitle {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .check-auto {
    margin: 30px 0;
  }
  .services.--index-page .services__items .services__items-item {
    max-width: 100%;
  }
  .services.--index-page .services__toptext .services__subtitle {
    margin-right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .services__toptext {
    display: block;
  }
  .services.--index-page {
    margin: 30px 0;
    padding: 30px 0;
  }
  .control__right-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .control__right-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
  }
  .control__left-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .control__left-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .control__right {
    display: flex;
    flex-direction: column;
  }
  .control__right-btn {
    margin-bottom: 0;
    order: 1;
    margin-top: 15px;
  }
  .control__center-image {
    height: 212px;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .match {
    margin: 30px 0;
  }
  .control {
    margin: 30px 0;
  }
  .match__form-fields button {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
  }
  .match__form-fields input {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
  .match__form-text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    max-width: 100%;
  }
  .match__form-top {
    display: block;
    margin-bottom: 12px;
  }
  .match__form {
    padding: 0;
  }
  .match {
    margin-left: -15px;
    margin-right: -15px;
  }
  .check-auto.--index-page {
    margin: 20px 0;
  }
  .check-auto.--index-page .check-auto__subtitle {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .check-auto.--index-page .check-auto__title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
  }
  .chech-auto__item-sale {
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    padding: 6px;
    top: 80px;
    left: 10px;
  }
  .cart-image-slider .slick-track {
    height: 100%;
  }
  .check-auto__item-image {
    height: 120px;
  }
  .check-auto__item-image img {
    height: 100%;
  }
  .check-auto.--index-page .check-auto__item-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 0px;
  }
  .check-auto.--index-page .check-auto__item-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }
  .check-auto__item-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }
  .check-auto.--index-page .check-auto__items-item {
    margin: 5px;
  }
  .check-auto__items-item {
    max-width: calc(50% - 10px);
    margin: 5px;
  }
  .filter__best-item {
    margin-right: 5px;
    position: relative;
  }
  .filter__best-item-image {
    height: 120px;
    object-fit: cover;
  }
  .filter__best-item-descr {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
  }
  .filter__best-item-name {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    margin-bottom: 6px;
    position: absolute;
    bottom: 4px;
    padding: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #333 100%);
    color: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .filter__subtitle {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
  }
  .section__title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
  }
  .main {
    margin-top: 0;
  }
  .filter {
    background-color: #f5f5f5;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .filter__marks-slidebox {
    display: block;
    margin-bottom: 40px;
  }
  .filter__marks-names {
    height: 100px;
  }
  .filter__marks-logos {
    justify-content: flex-start;
  }
  .filter__marks-logos-logo {
    margin-right: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    height: fit-content;
  }
  .filter__marks-logos-logo img {
    width: 24px;
    margin-right: 16px;
  }

  .filter__marks-slidebox-btnbox {
    max-width: 100%;
    margin-top: 25px;
  }
  .filter__marks-names-item-title {
    font-size: 16px;
    margin-right: 0;
    overflow: hidden;
  }
  .filter__marks-names-item-count {
    font-size: 11px;
    display: none;
  }
  .filter__marks-names {
    flex-wrap: wrap;
  }
  .filter__marks-names-col {
    max-width: calc(33.333% - 20px);
  }
  .filter__marks-logos-logo + .filter__marks-logos-logo {
    margin-left: 0;
  }
  .filter__marks-logos {
    flex-wrap: wrap;
    display: none;
  }
  .filter__subtitle {
    margin-bottom: 15px;
    display: none;
  }
  .callmodal__content {
    padding: 15px;
  }
  .footer__info-left-item + .footer__info-left-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__info-left-item {
    display: block;
  }
  .footer__info-left-items {
    display: block;
  }
  .footer__info-right {
    align-items: flex-start;
  }
  .footer__info-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__info {
    flex-wrap: wrap;
  }
  .footer__textblock-col + .footer__textblock-col {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__textblock-col {
    max-width: 100%;
  }
  .footer__textblock {
    flex-wrap: wrap;
  }
  .footer__textblock {
    margin-top: 10px;
  }
  .footer__inner-col + .footer__inner-col {
    margin-left: 0;
  }
  .footer__inner-col {
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .footer__inner {
    flex-wrap: wrap;
  }
  .header__info-tel {
    font-size: 14px;
    line-height: 100%;
  }
  .header__inner-logo {
    height: 27px;
    margin-left: 0;
    margin-right: 13px;
  }
  .header__info-date {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    text-align: right;
    margin-top: 0;
    display: none;
  }
  .header__info-social {
    height: 20px;
    width: 20px;
  }
  .header__inner-searchbox {
    order: 2;
    height: 42px;
    max-width: 100%;
    margin: 15px 0 0 0;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__inner .views-exposed-form {
    order: 4;
    width: 100%;
  }
  .header__inner-burger {
    width: 16px;
    height: 12px;
    order: 3;
  }
  .header__inner-burger span {
    height: 2px;
  }
  .header__inner-burger::before {
    height: 2px;
  }
  .header__inner-burger::after {
    height: 2px;
  }
  .header__inner-burger.active::before {
    top: 11px;
  }
  .header__inner-burger.active::after {
    bottom: 7px;
  }
  .header__inner-info {
    margin-right: 10px;
  }
  .header__burger-menu {
    top: 75px;
    margin: 0;
    overflow-y: scroll;
  }
  .header__burger-menu .container {
    flex-direction: column;
    padding: 15px;
  }
  .header__burger-menu-col {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .header__burger-menu-col_mobile {
    display: block;
  }

  .header__burger-menu.active {
    max-height: calc(100vh - 120px);
  }
  .header {
    background-color: #f5f5f5;
  }
  .filter__title {
    display: none;
  }
  /* .header__inner_fixed .header__burger-menu-wrapper {
    margin-right: 0;
  }
  .header__inner_fixed .header__inner-searchbox {
    margin-right: 0;
  }
  .catalog__item-slider {
    max-width: 100%;
  }
  .header__inner_fixed .header__inner-burger {
    margin-right: 0;
  } */
  .header__info-socials {
    margin-left: 15 px;
  }
}
@media (max-width: 600px) {
  .catalog__item-maininfo {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .catalog__item-slider {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
.node-461010 .main__content, .node-33178 .main__content {
	max-width: 100%;
}

.header__inner-call2 {
    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;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding: 14px 30px 16px;
    background: #ff7b39;
    border-radius: 30px;
    cursor: pointer;
    border: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mobile_video {
display: none;
}

.check-auto__item-title {
	font-size: 14px;
}

.red_b {
	background-color: rgba(237, 69, 69, 0.8)!important;
	font-size: 14px!important;
	font-weight: 700;
	height: 44px!important;
}