@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Bold.woff") format("woff"), url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Bold.woff2") format("woff2");
  src: url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Bold.woff") format("woff"), url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Regular.woff") format("woff"), url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  font-display: swap;
  src: url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/RobotoSlab-Bold.woff") format("woff"), url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/RobotoSlab-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  font-display: swap;
  src: url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/RobotoSlab-Regular.woff") format("woff"), url("/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/fonts/RobotoSlab-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.grecaptcha-badge {visibility: hidden;}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-caption {
  width: 100% !important;
}
.wp-caption img{
  margin-bottom: 0 !important;
}
ul,
li {
  list-style: none;
}

.lock {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-aside {
  display: flex;
}

.title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 6.5rem;
  margin-bottom: 60px;
}

.title--blue {
  color: #2f2fa2;
  padding-top: 20px;
}

.title--gray {
  color: #adadad;
  padding-top: 20px;
}
.title--main {
  color: #333;
}

.hidden,
.modal {
  display: none;
}

.show {
  display: block;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

a {
  text-decoration: none;
  color: unset;
}

a:hover, a:visited {
  color: inherit;
}

.d-none {
  display: none;
}
.main .container {
  font-size: 1.8rem;
}
#bread {
    margin-top: 20px;
}
#breadcrumbs span {
  color: #2f2fa2;
}
#breadcrumbs span.breadcrumb_last {
  color: #adadad;
}
.btn-up {
  width: 40px;
  height: 40px;
  background-color: #2f2fa2;
  background-image: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/btn-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  position: fixed;
  right: 15px;
  bottom: 90px;
  text-align: center;
  font-size: 30px;
  display: none;
  z-index: 10;
}

.btn-up.active {
  display: block;
  cursor: pointer;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.07);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.f
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.header__nav-bottom, .header__nav-middle {
  background-color: #2f2fa2;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.nav-top__list .burger-menu__item.active {
  border-bottom: 2px solid #2f2fa2;
  color: #2f2fa2;
}

.burger-menu .active.burger-menu__item a{
  border-bottom: 2px solid #fff;
}

.nav-top__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.nav-top__list {
  width: 100%;
  max-width: 590px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-top__list .burger-menu__item {
  text-decoration: none;
  color: #737373;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.nav-top__list .burger-menu__item:hover {
  color: #2f2fa2;
}

.nav-top__icons {
  width: 100%;
  max-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-top__item {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.nav-top__item:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: -100%;
  background-color: #adadad;
}

.nav-top__icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.nav-top__icon:hover {
  fill: #adadad;
}

.nav-middle__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-middle__logo {
  margin-right: 40px;
}
.nav-middle__list {
  width: 100%;
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.nav-middle__list a:hover {
  color: #adadad;
}
.nav-middle__list .burger-menu__item {
  margin-bottom: 0;
  padding: 40px 0;
}
.nav-middle__list .burger-menu__item.active a {
  position: relative;
}
.nav-middle__list .burger-menu__item.active a:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 2px;
}
.nav-middle__list .burger-menu__item.active a:hover {
  color: #fff !important;
}

.nav-bottom__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.nav-bottom__icons {
  width: 100%;
  max-width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bottom__item {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.nav-bottom__item:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: -100%;
  background-color: #fff;
}

.nav-bottom__icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.nav-bottom__icon:hover {
  fill: #adadad;
}

.nav-bottom__icon.burger {
  width: 100%;
  height: 100%;
  stroke: #fff;
  transition: stroke 0.3s ease-in-out;
}

.nav-bottom__icon.burger:hover {
  stroke: #adadad;
}
li#menu-item-15492 {
  position: relative;
}
li#menu-item-15492:hover > .sub-menu {
  display: block;
}
.nav-middle__list .sub-menu {
  position: absolute;
  background: #2f2fa2;
  padding: 15px;
  top: 101px;
  z-index: 100;
  left: -15px;
  width: 215px;
  display: none;
}
.sub-menu .burger-menu__item {
  margin-bottom: 15px;
  padding: 0;
  width: max-content;
}
main {
  padding: 150px 0 50px 0;
}

.new {
  padding-bottom: 80px;
}

.post-title {
  margin-bottom: 40px;padding-top: 20px;
}
.post-title .ya-share2{
  display: inline-block;
  vertical-align: bottom;
}
.new__title {
  margin-bottom: 50px;
}

.new__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 40px;
  /*margin-top: 40px;*/
}
.main-page .new__gallery .card{display: block;}
.main-page .new__gallery .card:nth-child(1),
.main-page .new__gallery .card:nth-child(7) {
  grid-column: span 2;
  height: 0;
  padding-bottom: 48%;
}

.new__gallery .card:nth-child(1) .card__title,
.new__gallery .card:nth-child(7) .card__title {
  font-size: 3rem;
  line-height: 3.5rem;
}

.card {
  position: relative;
}

.main-page .card__img {
  height: 0;
  padding-bottom: 48%;
}

.main-page .card__img picture img {
  height: 100%;
}

.card__title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5,32,40,.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
}

.card__subtitle {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
}

.card__title {
  font-family: 'RobotoSlab', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  max-width: 400px;
  line-height: 2.3rem;
  margin-top: 10px;
}
.card__btn-more{
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  width: max-content;
  margin-top: 15px;
  background: rgba(5,32,40,.7);
  transition: all 0.3s ease;
}
.new__gallery-card:hover .card__btn-more,.news__item:hover .card__btn-more, .similar__item:hover .card__btn-more{
  background: #fff;
  color: #000;
}
.new__gallery-card:hover, .news__item:hover, .similar__item:hover{
  box-shadow: 0 2rem 4rem rgb(0 0 0 / 0.37);
}

.brand-car {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.brand-car__slider {
  padding: 10px 0;
}

.brand-car__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.brand-car__title {
  margin-bottom: 100px;
}

.brand-car__slider-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 110px;
  grid-row-gap: 75px;
}

.brand-car__img {
  width: 100%;
  height: 100%;
}

.item__brand-car {
  width: 100px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 7px;
}

.slider-arrows {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-arrow-left,
.slider-arrow-right {
  width: 60px;
  height: 10px;
  cursor: pointer;
}
.slider-arrow-left:focus,
.slider-arrow-right:focus {
  outline: none !important;
}

.slider-arrow {
  width: 100%;
  height: 100%;
}

.discuss {
  padding: 80px 0;
}

.discuss__wrap {
  border-top: 1px solid #adadad;
}

.discuss__title {
  margin-bottom: 50px;
}

.discuss__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 40px;
}

.discuss__gallery .card:nth-child(1),
.discuss__gallery .card:nth-child(7) {
  grid-column: span 2;
}

.discuss__gallery .card:nth-child(1) .card__title,
.discuss__gallery .card:nth-child(7) .card__title {
  font-size: 3rem;
}

.shops {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.shops__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.shops__title {
  margin-bottom: 100px;
}

.shops__slider-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 120px;
  grid-row-gap: 40px;
}

.shops__img {
  width: 100%;
  height: 100%;
}

.item__shops {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.partners {
  padding: 80px 0;
}

.partners__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.partners__title {
  margin-bottom: 40px;
}

.partners__news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 40px;
}

.partners__card {
  display: flex;
  flex-direction: column;
}

.partners__card-img {
  margin-bottom: 20px;
  height: 0;
  padding-bottom: 68%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partners__card-date {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  color: #2f2fa2;
  margin-bottom: 10px;
}

.partners__card-title {
  display: inline-block;
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}

.partners__card-title:hover {
  text-decoration: underline;
}

.partners__card-text p {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.hot-forum {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.hot-forum__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.hot-forum__title {
  margin-bottom: 80px;
  padding-top: 20px;
}

.hot-forum__items {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  align-self: stretch;
}
.hot-forum__items:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: grey;
  display: block;
  top: 0;
  left: 1px;
}
.hot-forum__item {
  position: relative;
  padding: 25px 35px 0 15px;
  width: 100%;
}
.hot-forum__item-img {
  position: absolute;
  top: 0;
  left: 9px;
  width: 20px;
  height: 16px;
}
.hot-forum__img {
  width: 100%;
  height: 100%;
}
.hot-forum__title-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 20px;
  color: #2f2fa2;

}
.hot-forum__cat, .hot-forum__date {
  font-size: 1.6rem;
}
.hot-forum__date {
  text-align: right;
  margin-bottom: 10px;
}
.hot-forum__text a:hover .hot-forum__title-item {
  text-decoration: underline;
}
.actions {
  padding: 80px 0;
}

.actions__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.actions__title {
  margin-bottom: 40px;
}

.actions__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 40px;
}

.actions__gallery-item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}

.actions__gallery-item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}

.actions__gallery-item:nth-child(3), .actions__gallery-item:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}

.hints {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.hints__wrap {
  position: relative;
  border-top: 1px solid #adadad;
}

.hints__title {
  margin-bottom: 80px;
}

.hints-slider__item-wrap {
  max-width: 600px;
}

.hints-slider__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hints-slider__img {
  width: 100%;
  max-width: 460px;
}

.hints-slider__text {
  font-size: 24px;
  line-height: 34px;
  color: #333;
}

.hints-time {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  color: #2f2fa2;
  margin-bottom: 20px;
}

.baners {
  padding: 80px 0;
}

.baners__wrap {
  padding: 40px 0;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}

.baners__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.baners__img {
  display: inline-block;
  width: 100%;
  max-width: 360px;
}

.story {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 80px;
}

.story__main {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}

.story__title {
  font-family: 'RobotoSlab';
  font-size: 5rem;
  line-height: 60px;
  margin-bottom: 40px;
  padding-right: 20px;
  display: inline;
}

.story__title-sm {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 40px;
  margin-bottom: 30px;
}

.story__title-little {
  font-family: 'RobotoSlab';
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
  margin: 10px 0 30px;
}

.story__text {
  font-size: 2.4rem;
  line-height: 34px;
  color: #adadad;
  margin-bottom: 40px;
}

.story__text-sm {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 20px;
}

.story__text-down {
  width: 100%;
  font-size: 1.2rem;
  line-height: 10px;
  color: #adadad;
  text-align: right;
  margin: -30px 0 40px;
}

.story__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.story__list-item:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background: #2f2fa2;
}

.story__list-item:nth-child(2) {
  margin-bottom: 40px;
}

.story__list-item-num {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.story__list-item-num:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #2f2fa2;
  font-size: 1.4rem;
  font-weight: 700;
}

.story__list-item-num:nth-child(1):before {
  content: '1';
}

.story__list-item-num:nth-child(2):before {
  content: '2';
}

.story__img {
  width: 100%;
  margin-bottom: 40px;
}

.story__promo {
  width: 100%;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 40px 0;
  margin: 40px 0;
}

.story__promo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.story__accent {
  position: relative;
  width: 100%;
  padding: 30px 40px 20px;
  margin: 20px 0 40px;
  border-bottom: 0.5px solid #2f2fa2;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  color: #333;
}

.story__accent::before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 45%;
  height: 1px;
  background: #2f2fa2;
}

.story__accent::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 45%;
  height: 1px;
  background: #2f2fa2;
}

.story__accent-text {
  margin: 20px 0 10px;
}

.story__accent-text::before, .story__accent-text::after {
  width: 42%;
}

.story__accent-img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 20px;
  fill: #2f2fa2;
}

.story__accent-title {
  position: absolute;
  top: -5px;
  left: 47.5%;
  transform: translateX(-50%);
  width: 28px;
  height: 20px;
  color: #2f2fa2;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story__rating {
  padding-top: 40px;
  margin: 30px 0 60px 0;
  border-top: 1px solid #2f2fa2;
}

.story__rating-stars{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.story__rating-star {
  display: flex;
}
.story__rating-star .rating-item {
  width: 20px;
  height: 20px;
  fill: #adadad;
  transition: fill 0.3s ease-in-out;
}

.story__rating-star .rating-item:hover {
  cursor: pointer;
}

.story__rating-star .rating-item.active ~ .rating-item {
  fill: #2f2fa2;
}

.story__rating-star .rating:hover .rating-item {
  fill: #2f2fa2;
}

.story__rating-star .rating-item:hover ~ .rating-item {
  fill: #2f2fa2;
}

.story__rating-text {
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
  margin-right: 30px;
}

.story__rating-link {
  width: 20px;
  height: 20px;
  fill: #adadad;
  cursor: pointer;
  transition: fill 0.3s ease-in-out;
}

.story__rating-link:hover {
  fill: blue;
}

.story__comments {
  width: 100%;
}
.story__rating-share {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  border: 2px solid #ADADAD;
}
.story__rating-share .story__rating-text {
  margin-bottom: 10px;
  margin-right: 0;
}
.banner-zen, .banner-telegram {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #2f2fa2;
  padding: 30px;
  margin-bottom: 80px;
}
.banner-telegram {
  margin: 40px 0;
}
.banner-zen__img,.banner-telegram__img svg {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.banner-zen__text, .banner-telegram__text {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 30px;
  color: #fff;
}

.comment__tabs {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.comment__tabs-item {
  position: relative;
  width: 50%;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #adadad;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.comment__tabs-item_com {
  display: inline-block;
  background: #2f2fa2;
  width: max-content;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}
.comment__tabs-item_com:hover, .comment__tabs-item_com.active {
  background: #adadad;
}

.comment__tabs:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #adadad;
  top: 0;
  left: 50%;
}

.comment__tabs-item_com-list:hover, .comment__tabs-item_com-list.active {
  color: #333;
}

.comment__content-item {
  width: 100%;
  margin-bottom: 80px;
  display: none;
}
.comment__content-item.active{display: block}
.comment__content-block {
  margin-bottom: 40px;
}
.children{
  margin: 40px 0 0 50px;
}

.comment__content-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.comment__avatar {
  width: 30px !important;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 0 !important;
}

.comment__author {
  display: flex;
  align-items: center;
}

.comment__name {
  font-size: 1.4rem;
  line-height: 20px;
  color: #333;
  margin-right: 40px;
}

.comment__pubdate {
  position: relative;
  font-family: 'RobotoSlab';
  font-size: 12px;
  color: #adadad;
}

.comment__pubdate:before {
  display: block;
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #adadad;
  top: 0;
  left: -20px;
}

.comment__text {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
}

.comment__answer {
  display: flex;
  align-items: center;
}

.comment__reply {
  cursor: pointer;
  margin-right: 40px;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #adadad;
}

.comment__reply-answers {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #333;
}

.comment__reply-answers:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #adadad;
  top: 0;
  left: -20px;
}

.comment__other {
  justify-content: center;
}

.comment__other-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #2f2fa2;
  transition: color 0.3s ease-in-out;
}

.comment__other-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #2f2fa2;
  left: 0;
  bottom: -5px;
}

.comment__other-btn:hover {
  color: #adadad;
}

.comment__other-btn:hover:after {
  background: #adadad;
}

.comment__input-groups {
  display: flex;
  flex-direction: column;
}

.comment__input-group {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.comment__input {
  display: block !important;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  background: transparent;
  border: none;
  padding: 0 5px;
  border-bottom: 1px solid #adadad;
}

.comment__input:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #2f2fa2;
}

.comment__input-groups a{
  /*display: inline-block;*/
  color: #2f2fa2;
}

.comment__save {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #adadad;
}

.comment__save-label {
  font-family: 'RobotoSlab';
  font-size: 1.2rem;
}

.comment__save-label a {
  font-family: 'RobotoSlab';
  font-size: 1.2rem;
  text-decoration: none;
  color: #2f2fa2;
}

.comment__input-save {
  margin-right: 20px;
  color: #adadad;
}

.comment__submit-btn {
  width: 100%;
  max-width: 160px;
  height: 40px;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #2f2fa2;
  border: 1px solid #2f2fa2;
}

.comment__submit-btn:hover {
  color: #fff;
  background: #2f2fa2;
}

.comment-moderating {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #fff;
  background: #2f2fa2;
  display: block;
  padding: 10px;
}

#subscribe-reloaded {
  width: unset !important;
}
#wp-comment-cookies-consent, #subscribe-reloaded {
  margin-right: 5px;
}

.comment-form-notes {
  margin-top: 30px;
}

.aside {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  max-width: 360px;
}

.aside__item {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #adadad;
}

.aside__item ul>li>a {
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
  color: #333;
  transition: color .3s ease-in-out;
}

.aside__item ul>li>a:hover {
  color: #adadad;
}

.aside__item ul>li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.aside__item ul>li:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #adadad;
  left: 0;
  bottom: 0;
}

.aside__item ul>li:last-child:after {
  display: none;
}

.aside__title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 30px;
  color: #2f2fa2;
  margin-bottom: 45px;
}

.aside__item-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.aside__item-link:not(:last-child):after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #adadad;
  left: 0;
  bottom: 0;
}

.aside__item-text {
  font-family: 'RobotoSlab';
  font-weight: 700;
  font-size: 2rem;
  line-height: 30px;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.aside__item-text:hover {
  color: #adadad;
}

.aside__banner {
  margin-bottom: 60px;
}

.aside__banner-2 {
  display: none;
}

.aside__question {
  position: relative;
  padding: 20px;
  background: #2f2fa2;
  width: 100%;
}

.aside__question-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.aside__question-text {
  font-size: 1.4rem;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.aside__question-link {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.aside__question-link-img {
  width: 40px;
  height: 10px;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.aside__question-link-img:hover {
  fill: #adadad;
}
.wp-block-latest-comments__comment-author {
  font-weight: bold;
}
.wp-block-latest-comments__comment-link {
  color:#2f2fa2 !important;
}
.wp-block-latest-comments__comment-excerpt p {
  color: #ADADAD;
  font-weight: bold;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.contacts__main {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #adadad;
}

.contacts__title {
  margin-bottom: 40px;
}

.contacts__text {
  font-size: 2.4rem;
  line-height: 34px;
  color: #adadad;
  margin-bottom: 20px;
}

.contacts__manager {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.contacts__manager-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contacts__manager-name {
  font-size: 1.8rem;
  line-height: 30px;
  color: #adadad;
}

.contacts__manager-email {
  font-size: 1.8rem;
  line-height: 30px;
  color: #2f2fa2;
  text-decoration: none;
}

.contacts__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.contacts__input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #adadad;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.contacts__submit-btn {
  width: 100%;
  max-width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 20px;
  color: #adadad;
  background: transparent;
  border: 1px solid #adadad;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.contacts__submit-btn:hover {
  color: #2f2fa2;
  border: 1px solid #2f2fa2;
}

.news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.news__wrap {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #adadad;
  margin-right: 20px;
}

.news__title {
  margin-bottom: 40px;
}

.news__item {
  margin-bottom: 40px;
}

.news__item .card__title {
  font-size: 3rem;
  line-height: 3.5rem;
}

.news__btn-other {
  position: relative;
  display: block;
  margin: 80px auto;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #2f2fa2;
  transition: color 0.3s ease-in-out;
}

.news__btn-other:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #2f2fa2;
  left: 0;
  bottom: -5px;
}

.news__btn-other:hover {
  color: #adadad;
}

.news__btn-other:hover:after {
  background: #adadad;
}

.footer {
  padding-top: 80px;
  background: #f2f2f2;
  margin-top: auto;
}

.footer__items {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 60px;
}

.footer__item {
  width: 100%;
  max-width: 260px;
  border-top: 1px solid #adadad;
  padding-top: 20px;
}

.footer__item-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2f2fa2;
  margin-bottom: 40px;
}

.footer__item-links > li {
  margin-bottom: 20px;
}

.footer__item-links--icons {
  display: none;
}

.footer__item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__item a {
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.footer__item a:hover{
  color: #2f2fa2;
}
.footer__item-social a:hover + .footer__item-social a:hover:before,
.footer__item-social a:hover:before{
  background-color: #2f2fa2;
}
.footer__item-social a:before, .burger-menu__list-social a:before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-color: #737373;
  transition: background-color 0.3s ease-in-out;
}
.burger-menu__list-social a:before{
  width: 20px;
  height: 20px;
  background-color: #fff;
  transition: unset;
}
#menu-item-15504, #menu-item-15505, #menu-item-15506, #menu-item-15507, #menu-item-15508{
  font-size: 0;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}
#menu-item-15504 a:before, #menu-item-15505 a:before, #menu-item-15506 a:before, #menu-item-15507 a:before, #menu-item-15508 a:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.burger-menu__list-social a:hover + .burger-menu__list-sociala:hover:before,
.burger-menu__list-social a:hover:before{
  background-color: #adadad;
}
.footer__item-social a[title=face]:before, .burger-menu__list-social a[title=face]:before, #menu-item-15504 a:before{
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#face) no-repeat center/cover;
}
.footer__item-social a[title=vk]:before, .burger-menu__list-social a[title=vk]:before,#menu-item-15505 a:before {
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#vk) no-repeat center/contain;
}
.footer__item-social a[title=ok]:before, .burger-menu__list-social a[title=ok]:before, #menu-item-15506 a:before{
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#ok) no-repeat center/cover;
}
.footer__item-social a[title=twitter]:before, .burger-menu__list-social a[title=twitter]:before, #menu-item-15507 a:before{
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#twitter) no-repeat center/cover;
}
.footer__item-social a[title=insta]:before, .burger-menu__list-social a[title=insta]:before,#menu-item-15508 a:before{
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#insta) no-repeat center/cover;
}
.footer__item-link:hover .item-link__icon .link__icon {
  fill: #2f2fa2;
}

.item-link__icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 18px;
  margin-right: 30px;
}

.item-link__icon.icon-vk {
  width: 20px;
  margin-right: 40px;
}

.link__icon {
  width: 100%;
  height: 100%;
  fill: #adadad;
  transition: color 0.3s ease-in-out;
}

.footer-bottom {
  border-top: 1px solid #adadad;
  padding: 30px 0 20px;
}

.footer-bottom__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__item-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__conf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__conf-link {
  font-family: 'RobotoSlab';
  font-size: 12px;
  line-height: 10px;
  color: #2f2fa2;
  text-decoration: none;
}

.footer-bottom__conf-link:hover {
  text-decoration: underline;
}

.footer-bottom__conf-link:nth-child(1) {
  position: relative;
}

.footer-bottom__conf-link:nth-child(1):after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  top: 50%;
  right: -20px;
  transform: rotate(90deg);
  background: #2f2fa2;
}

.footer-bottom__copy {
  font-family: 'RobotoSlab';
  font-size: 12px;
  line-height: 10px;
  color: #737373;
}

.footer-bottom__logo {
  width: 175px;
  height: 30px;
}

.logo-sm {
  width: 100%;
  height: 100%;
}

.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  background: #2f2fa2;
  z-index: 20;
  color: #fff;
}
.burger-menu a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
}
.burger-menu a:hover {
  color: #adadad;
}
.burger-menu__wrap {
  width: 100%;
  border-bottom: 1px solid #adadad;
  margin-bottom: 100px;
}

.burger-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.burger-menu__logo {
  width: 234px;
  height: 40px;
}

.burger-menu__close {
  width: 20px;
  height: 20px;
}

.burger-menu__lists {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.burger-menu__list {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  width: calc(100% / 3);
  box-sizing: content-box;
}

.burger-menu__list:nth-child(2), .burger-menu__list:nth-child(3) {
  position: relative;
  text-transform: initial;
  padding-left: 10%;
}

.burger-menu__list:nth-child(1) {
  padding-right: 10%;
}

.burger-menu__list:nth-child(2) {
  padding-right: 10%;
}

.burger-menu__list {
  font-size: 2.4rem;
  line-height: 34px;
  text-transform: uppercase;
}

.burger-menu__list:nth-child(2)::before, .burger-menu__list:nth-child(3)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 110%;
  background: #fff;
  top: 0;
  left: 0;
}

.burger-menu__item {
  margin-bottom: 35px;
}

.burger-menu__link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.burger-menu__link:hover, .burger-menu__link:hover .burger-menu__link-icon {
  fill: #adadad;
  color: #adadad;
}

.burger-menu__link-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 25px;
}

.menu-close {
  width: 100%;
  height: 100%;
  stroke: #fff;
  transition: transform 0.3s ease-in-out;
}

.menu-close:hover {
  transform: rotate(90deg);
  cursor: pointer;
}

.search__wrap {
  width: 100%;
  border-bottom: 1px solid #adadad;
  margin-bottom: 180px;
}

.search__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.search__logo {
  width: 234px;
  height: 40px;
}

.search__close {
  width: 20px;
  height: 20px;
}

.search__item {
  position: relative;
  width: 100%;
}

.search__btn {
  position: absolute;
  top: 40%;
  transform: translateY(-60%);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
}

.search__input-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.search__input {
  width: 100%;
  height: 80px;
  padding: 0 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  outline: none;
  font-size: 18px;
  color: #fff;
}

.search__input::-moz-placeholder{
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0.3;
}

.search__input:-ms-input-placeholder {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0.3;
}

.search__input::placeholder {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  opacity: 0.3;
}

.search__label {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.search-pagin {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 50px;
}
.search-page__search .search__input {
  height: 40px;
  border: 1px solid #adadad;
  color: #000;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 0 10px !important;
  width: 100% !important;
}
.search-page__search .search__input:focus, .search-page__search .search__input:hover {
  border-color: #2f2fa2;
}
.search-page__search .search-page__search {
  display: none;
}
.search-page__search .search__label {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.search-page__search .submit-loop {
  top: 0;
  right: 0 !important;
  height: 40px;
  width: 40px;
  background-color: #adadad;
}
.search-page__search .submit-loop:hover {
  background-color: #2f2fa2;
}
.search-page__result {
  margin-bottom: 15px;
}
.search-page__filter {
  margin-bottom: 30px;
}
.search-page__filter a{
  margin: 0 30px 15px 0;
  display: inline-block;
}
.search-page__filter a:hover, .search-page__filter a.current {
  color: #2f2fa2;
}
.page-numbers {
  margin-right: 10px;
  display: block;
}

.page-numbers.current, .next.page-numbers, .prev.page-numbers {
  color: #2f2fa2;
  font-size: 18px;
  font-weight: bold;
}

.page-numbers:hover {
  color: #2f2fa2;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  background: #2f2fa2;
  z-index: 2000;
  color: #fff;
}

.wrap {
  width: 100%;
  border-bottom: 1px solid #adadad;
  margin-bottom: 100px;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.logo {
  width: 234px;
  height: 40px;
}

.close {
  width: 20px;
  height: 20px;
}

.registration__content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: block !important;
}

.registration__tab-triggers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.registration__tab-trigger {
  width: 50%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #adadad;
  cursor: pointer;
}

.registration__tab-trigger.active {
  color: #fff;
}

.registration__tab-trigger:nth-child(1) {
  border-right: 1px solid #fff;
}

.registration__tab-items {
  margin: 100px 0 60px;
}

.registration__tab-item {
  width: 100%;
  color: #fff;
}

.registration__tab-input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.registration__tab-input::-moz-placeholder {
  text-align: center;
  color: #adadad;
}

.registration__tab-input:-ms-input-placeholder {
  text-align: center;
  color: #adadad;
}

.registration__tab-input::placeholder {
  text-align: center;
  color: #adadad;
}

.registration__tab-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration__tab-input-pass {
  width: 45%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.registration__tab-input-pass::-moz-placeholder {
  text-align: center;
}

.registration__tab-input-pass:-ms-input-placeholder {
  text-align: center;
}

.registration__tab-input-pass::placeholder {
  text-align: center;
}

.registration__tab-remember, .registration__tab-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.registration__btn-in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border: 1px solid #fff;
  background: transparent;
  margin: 60px auto 0;
  color: #fff;
  cursor: pointer;
}

.remember__pass {
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remember__checkbox, .tab-info__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.remember__checkbox+label, .tab-info__checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.remember__checkbox+label::before, .tab-info__checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.remember__checkbox:checked+label::before, .tab-info__checkbox:checked+label::before {
  border-color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.remember__checkbox-label, .remember__pass-in {
  font-size: 14px;
  line-height: 10px;
  color: #fff;
  cursor: pointer;
}

.remember__pass-in {
  width: 100%;
  text-align: right;
  border: none;
  background: transparent;
}

.tab-info {
  width: 100%;
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  cursor: pointer;
}

.captcha {
  width: 160px;
  height: 40px;
  background: #adadad;
}

.social__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.social__list .burger-menu__link{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.social__link-icon:hover {
  fill: #adadad;
}


.footer__item-links .burger-menu__link{
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer__item-links .burger-menu__link-icon {
  fill: #737373;
}

.footer__item-links .burger-menu__item:hover .burger-menu__link-icon {
  fill: #2f2fa2;
}

.footer-bottom__conf a {
  font-size: 14px;
  color: #2f2fa2;
  font-family: 'RobotoSlab';
  margin-right: 20px;
}

.page__wrap {
  width: calc(100% - 40px);
  max-width: 760px;
  border-top: 1px solid #adadad;
  margin-right: 40px;
}

.page__wrap .card__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 50%;
}
.single-page h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 40px;
  margin: 40px 0 20px 0;
}
.single-page h3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 30px 0 15px 0;
}
.single-page p {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 20px;
  word-break: break-word;
}

.single-page img {
  width: 100%;
  margin-bottom: 40px;
}

.single-page ul {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 20px;
}

.single-page ul>li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.single-page ul>li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background: #2f2fa2;
}

.single-page ol {
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 20px;
  counter-reset: myCounter;
}
.single-page ol>li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.single-page ol>li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  display: inline-block;
  text-align: center;
  color: #2f2fa2;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form__form input, .contact-form__form textarea {
  width: 100% !important;
  height: 40px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #adadad;
  margin-bottom: 40px;
  transition: all .3s ease-in-out;
  position: relative;
}

.contact-form__form textarea {
  height: 26px;
}

.contact-form__form input:focus, .contact-form__form textarea:focus {
  border-color: #2f2fa2;
  outline: none;
}

.contact-form__form input[type="submit"] {
  width: 100%;
  max-width: 160px;
  height: 40px;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #2f2fa2;
  background: 0 0;
  border: 1px solid #2f2fa2;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.contact-form__form input[type="submit"]:hover {
  color: #fff;
  background: #2f2fa2;
}

.contact-form__text {
  color: #adadad;
  margin-bottom: 60px;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  top: 41px !important;
}

.wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
  top: -22px !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7-list-item>label {
  display: flex !important;
  margin-bottom: 30px;
}

.contact-form__form .contact__accept {
  width: 35px !important;
  height: 30px !important;
  margin-bottom: 0 !important;
  margin-right: 20px;
  min-width: 35px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
}

.wpcf7-list-item-label a {
  color: #2f2fa2;
}

.mail-to-manager__text, .contact-form__descript {
  font-size: 2.4rem;
  line-height: 34px;
  color: #adadad;
  margin-bottom: 20px;
}

.mail-to-manager__manager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mail-to-manager__photo {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.mail-to-manager__name {
  font-size: 1.8rem;
  line-height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.mail-to-manager__email {
  font-size: 1.8rem;
  line-height: 30px;
  color: #2f2fa2;
  text-decoration: none;
  margin-bottom: 20px;
}

#ajax-load {
  text-align: center;
}

.ajax-load-b {
  display: inline-block;
  margin: 40px auto;
  background: 0 0;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #2f2fa2;
  border-bottom: 1px solid #2f2fa2;
  padding-bottom: 10px;
  transition: all .3s ease-in-out;
}

.ajax-load-b:hover {
  color: #adadad;
  border-color: #adadad;
}

.search__no-found {
  margin-bottom: 30px;
}
.list-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.list-categories .cat-item {
  margin: 0 20px 10px 0;
  color: #adadad;
  transition: color 0.3s ease;
}
.list-categories .cat-item:hover {
  color: #2f2fa2;
}
  /*Рейтинг*/
.vote-block {
  position: relative;
  display: inline-block;
}

.rating-one {
  margin-top: 10px;
}

.vote-block .rating-info {
  position: absolute;
  bottom: -20px;
  left: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #a9a9a9;
  text-transform: uppercase;
}

span.rating-text {
  position: absolute;
  top: 5px;
  right: -20px;
}
.vote-block .rating-info {
  position: absolute;
  bottom: -20px;
  left: 42px;
  font-size: 14px;
  font-weight: bold;
  color: #a9a9a9;
  text-transform: uppercase;
}

.vote-block .rating:hover li {
  background-image: url(https://web.archive.org/web/20221008002146im_/https://cdn.autosaratov.ru/wp/uploads/2021/05/stars3.png);
}

.rating-block {
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  vertical-align: super;
  margin-right: 10px;
}

.vote-block .rating li {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.vote-block:not(.disabled) .rating li:hover, .vote-block:not(.disabled) .rating li:hover ~ li {
  background-position: 0 -18px;
}

.vote-block.disabled .rating li.current {
  display: block;
  z-index: 5;
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -45px;
}

.vote-block li.current {
  display: none;
}

.vote-block ol.rating.show-current {
  padding: 0px;
  width: 90px;
}

.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
  border: none;
  background-color: unset;
}

.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  /*background-position: 0 0;*/
  background-repeat: repeat-x;
  background-image: url(https://web.archive.org/web/20221008002146im_/https://cdn.autosaratov.ru/wp/uploads/2021/05/stars3.png);
  padding: unset;
}

.vote-block ol.show-current li.current span {
  display: block;
  height: 19px;
  width: 0;
  background: inherit;
  background-position: 0 -36px;
}

.rating-text {
  display: none;
}

/*поиск*/
#searchform {
  position: relative;
}
.submit-loop {
  position: absolute;
  right: 0;
  top: 17px;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#search) no-repeat center;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
}

#email_list_form {
  margin-top: 20px;
}

#subscribe-reloaded-title-p {
  margin-bottom: 30px;
  line-height: 28px;
}

.stcr-subscription-list {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.stcr-subscription-list tr {
  border-bottom: 1px solid #000;
  word-break: break-all;
}

.stcr-subscription-list th {
  text-align: left !important;
  width: calc(100% / 3) !important;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.stcr-subscription-list td {
  text-align: left !important;
  padding-left: 10px;
  padding-right: 10px;
}
#subscribe-reloaded-select-all-p, #subscribe-reloaded-action-p {
  margin-bottom: 30px;
}

/*404*/
.page-404 {
  margin-top: 6vh;
  text-align: center;
}
.title-404 {
  font-size: 5rem;
  color: #2f2fa2;
  font-weight: bold;
}
.page-404 a {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  font-size: 1.4rem;
  padding: 10px 10px;
  line-height: 20px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  color: #2f2fa2;
  border: 1px solid #2f2fa2;
  margin-top: 15px;
}
.page-404 a:hover {
  color: #fff;
  background: #2f2fa2;
}
.page-404 .search-page__search {
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: left;
}
.page-404 .search__input::placeholder {
  color: #474747;
  font-size: 16px;
}
.page-404 .search__label {
  display: none;
}
/*--------tags---------*/
.page__tags {
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
}
.page__tags a {
  display: block;
  margin-right: 10px;
  padding: 10px 20px;
  border: 1px solid #2f2fa2;
  text-transform: uppercase;
  color: #2f2fa2;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.page__tags a:hover {
  background: #2f2fa2;
  color: #fff;
}
/*-----------mobile menu-slider-------*/
#menu-slider {
  padding-top: 130px;
}
#menu-slider .menu-slider__wrapper li a {
  font-size: 18px;
  font-width: 700;
}
#menu-slider .menu-slider__wrapper li.active {
  color: #2f2fa2;
}
#menu-slider.swiper-container {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  padding-bottom: 20px;
}
#menu-slider.swiper-container::-webkit-scrollbar {background-color: #adadad;height: 4px}
#menu-slider.swiper-container::-webkit-scrollbar-thumb {background-color: #2f2fa2;}
#menu-slider.swiper-container{scrollbar-color: #2f2fa2 #adadad;scrollbar-width: thin;}

.menu-slider__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.menu-slider__wrapper li {
  margin-right: 15px;
}
.menu-slider__wrapper li:last-child {
  margin-right: 0;
}

/*.menu-slider__line {*/
/*  width: 100%;*/
/*  overflow-x: scroll;*/
/*  overflow-y: hidden;*/
/*  margin-top: 20px;*/
/*}*/
/*.menu-slider__line {*/
/*  height: 1px;*/
/*}*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block ol.show-current li.current {
    background-image: url(https://web.archive.org/web/20221008002146im_/https://cdn.autosaratov.ru/wp/uploads/2021/05/stars3.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block .rating:hover li {
    background-image: url(https://web.archive.org/web/20221008002146im_/https://cdn.autosaratov.ru/wp/uploads/2021/05/stars3.png);
  }
}
.post-share {
  display: inline-flex;
  align-items: center;
  vertical-align: text-bottom;
  padding-bottom: 5px;
}
.ya-share2__container_size_m .ya-share2__link_more .ya-share2__badge .ya-share2__icon {
  height: 0 !important;
  width: 0 !important;
}
.ya-share2__link_more-button-type_short:after {
  content: '...';
  display: inline-block;
  color:  #2f2fa2;
  font-size: 25px;
  font-weight: bold;
  line-height: 0;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: none !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: none !important;
  /*-webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#share) no-repeat center/35px !important;*/
  /*background-color: #adadad !important;*/
}
.story__rating-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  -webkit-mask: url(/web/20221008002146im_/https://www.autosaratov.ru/obzor/wp-content/themes/auto2/img/icons/sprite.svg#share) no-repeat center/35px !important;
  background-color: #adadad !important;
}
.story__rating-share .ya-share2__link_more-button-type_short:after {
  display: none;
}
.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon_copy, .ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more{
  background-size: unset !important;
}
.story__rating-share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 35px !important;
  width: 35px !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more:hover {
  background-color: #2f2fa2 !important;
}
/*------------похожие статьи----------*/
.similar {
  margin-bottom: 50px;
}
.similar__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.similar__item {
  display: block;
  width: calc(100% / 2 - 20px);
  margin-bottom: 30px;
  position: relative;
}
.similar__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 30px;
  color: #2f2fa2;
  margin-bottom: 20px;
}
.similar__img {
  height: 0;
  padding-bottom: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .brand-car__slider-items {
    grid-column-gap: 90px;
    grid-row-gap: 75px;
  }
  .shops__slider-items {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
  .hot-forum__text {
    max-width: 260px;
  }
  .hints-slider__item-wrap {
    max-width: 600px;
    margin-left: 40px;
  }
}

@media (max-width: 1024px) {
  .header__nav-top,
  .header__nav-middle {
    display: none;
  }
  .header__nav-bottom {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .main {
    padding-top: 100px;
  }
  .registration__wrap {
    margin-bottom: 80px;
  }
  .registration__tab-items {
    margin: 40px 0 60px;
  }
  .registration__tab-info {
    margin-top: 20px;
  }
  .registration__btn-in {
    margin: 40px auto 0;
  }
  .burger-menu__list {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  main {
    padding: 60px 0 30px 0;
  }
  .new__title {
    margin-bottom: 30px;
  }
  .brand-car__slider-items {
    grid-column-gap: 60px;
    grid-row-gap: 55px;
  }
  .hints-slider__img {
    max-width: 380px;
    height: 300px;
  }
  .hints-slider__text {
    max-width: 500px;
    font-size: 2.4rem;
    line-height: 34px;
    color: #333;
  }
}

@media (max-width: 986px) {
  .container-aside {
    display: block;
  }
  .modal {
    height: 100%;
  }

  .page__wrap {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
  .aside {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .aside__banner-1,
  .aside__banner-3,
  .aside__banner-4 {
    display: none;
  }
  .aside__banner-2 {
    display: block;
  }
  .burger-menu__list:nth-child(2) {
    padding-left: 5%;
  }
  .burger-menu__list:nth-child(3) {
    padding-left: 5%;
    padding-right: 5%;
  }
  .burger-menu__list:nth-child(1) {
    padding-right: 5%;
  }
  .ajax-load-b {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .page__wrap {
    border: unset;
  }
  .main .container {
    font-size: 1.6rem;
  }
  .post-title {
    margin-bottom: 20px;
  }
  .wrap {
    margin-bottom: 50px;
  }
  .burger-menu__list {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .burger-menu__link-icon {
    margin-right: 10px;
  }
  .burger-menu__link span {
    font-size: 1.8rem;
  }
  .burger-menu__list-social a {
    font-size: 0;
  }
  main {
    padding: 0 0 40px 0 !important;
  }
  .title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .single-page h2 {
    margin-top: 35px;
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .title {
    margin-bottom: 20px;
  }
  .post-share {
    margin-left: 0;
    padding: 10px 0;
    vertical-align: top;
  }
  .list-categories {
    margin-bottom: 15px;
  }
  .single-page h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
    .new__galler {
      margin-top: 20px;
    }
  .new__gallery,
  .discuss__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .new__gallery .card:nth-child(4),
  .new__gallery .card:nth-child(5),
  .new__gallery .card:nth-child(6),
  .discuss__gallery .card:nth-child(4),
  .discuss__gallery .card:nth-child(5),
  .discuss__gallery .card:nth-child(6) {
    display: none;
  }
  .slider-arrows {
    top: unset;
    right: 0;
    width: 100%;
    max-width: 90px;
    bottom: -18px;
  }
  .slider-arrow-left,
  .slider-arrow-right {
    width: 30px;
  }
  .brand-car__title,
  .shops__title {
    margin-bottom: 65px;
  }
  .brand-car__slider-items {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 55px;
  }
  .item__brand-car:nth-child(13),
  .item__brand-car:nth-child(14),
  .item__brand-car:nth-child(15),
  .item__brand-car:nth-child(16),
  .item__brand-car:nth-child(17),
  .item__brand-car:nth-child(18) {
    display: none;
  }
  .shops__slider-items {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 40px;
  }
  .item__shops {
    width: 110px;
    height: 110px;
  }
  .partners__news {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .partners__card:nth-child(4) {
    display: none;
  }
  .hot-forum__item:nth-child(3) {
    display: none;
  }
  .hints-slider__item-wrap {
    max-width: 100%;
    margin-left: 0;
  }
  .hints-slider__item {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hints-slider__img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hints-slider__text {
    max-width: 100%;
  }
  .baners__img--last {
    display: none;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__item-title {
    margin-bottom: 20px;
  }
  .footer__items {
    flex-wrap: wrap;
  }
  .footer__item {
    max-width: 190px;
    margin-bottom: 20px;
  }
  .footer__item:nth-child(4) {
    max-width: 100%;
  }
  .footer__item:nth-child(4) .footer__item-links {
    display: flex;
  }
  .footer__item:nth-child(4) .footer__item-links--icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer__item:nth-child(4) .footer__item-links--icons .item-link__icon {
    width: 30px;
    height: 30px;
  }
  .footer__item:nth-child(4) .footer__item-links--icons .item-link__icon.icon-vk {
    width: 50px;
  }
  .footer-bottom__item-group {
    flex-direction: column;
    align-items: center;
    max-width: none;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-bottom__conf, .footer-bottom__copy {
    margin-bottom: 20px;
  }
  .story,
  .contacts,
  .news {
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .news__item .card__title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .ocials_title {
    display: none;
  }
  .burger-menu__wrap {
    width: 100%;
    border-bottom: 1px solid #adadad;
    margin-bottom: 50px;
  }
  .burger-menu__list {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .burger-menu__list:nth-child(1),
  .burger-menu__list:nth-child(2) {
    max-width: unset;
    width: 100%;
  }
  .burger-menu__list:nth-child(3) {
    padding-left: 0;
  }
  .burger-menu__list:nth-child(2):before {
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
    min-width: 160px;
  }
  .burger-menu__list:nth-child(2){
    padding: 20px 0 0 0;
  }
  .burger-menu__item {
    margin-bottom: 20px;
  }
  .burger-menu__lists {
    flex-direction: column;
  }
  .burger-menu__list:nth-child(1) .burger-menu__item a{
    font-weight: bold;
  }
  .burger-menu__list:nth-child(3) {
    flex-direction: row;
    padding-top: 30px;
  }
  .burger-menu__list:nth-child(3)::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
    min-width: 230px;
  }
  #popup1 .burger-menu__link span, .footer .burger-menu__link span {
    display: none;
  }
  .burger-menu__link-icon {
    margin-right: 30px;
  }
  .hints-slider__text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .card__title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  #subscribe-reloaded-title-p {
    font-size: 20px;
    line-height: 22px;
  }
  .new {
    padding-bottom: 50px;
  }
  .contact-form__form .contact__accept {
    width: 25px !important;
    margin-right: 15px;
    min-width: 25px;
  }
  .footer-bottom__conf a {
    margin-right: 0;
  }
  .ya-share2__container_mobile .ya-share2__badge {
    border-radius: 4px !important;
  }
  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 24px !important;
    width: 24px !important;
  }
  .story__rating {
    margin: 30px 0;
  }
  .similar__item {
    margin-bottom: 15px;
    width: calc(100% / 2 - 10px);
  }
  .hot-forum {
    padding: 40px 0 60px 0;
  }
  .hot-forum__item {
    padding: 35px 35px 0 15px;
  }
  .hot-forum__date {
    text-align: left;
    margin-bottom: 20px;
  }
  .hot-forum__items {
    align-self: unset;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .nav-bottom__row {
    padding: 30px 0;
  }
  #menu-slider {
    padding-top: 115px;
  }
  .nav-bottom__logo {
    max-width: 130px;
    margin-right: 20px;
  }
  .nav-bottom__icons .nav-bottom__item:after {
    right: -70%;
  }

  .search__wrap {
    width: 100%;
    margin-bottom: 100px;
  }
  .registration__wrap {
    margin-bottom: 60px;
  }
  .registration__tab-trigger {
    width: 40%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 20px;
    text-transform: uppercase;
    color: #adadad;
    cursor: pointer;
  }
  .registration__content {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
  }
  .registration__tab-inputs {
    flex-wrap: wrap;
  }
  .registration__tab-input {
    height: 30px;
    margin-bottom: 25px;
  }
  .registration__tab-input-pass {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    outline: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .registration__tab-items {
    margin: 30px auto;
  }
  .registration__tab-info {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .registration__tab-info .tab-info-label {
    margin-left: 10px;
  }
  .registration__tab-info .captcha {
    margin-top: 20px;
  }
  .registration__btn-in {
    margin: 30px auto 0;
  }
  .search__head,
  .burger-menu__head,
  .registration__head {
    justify-content: space-around;
  }
  .search__logo,
  .burger-menu__logo,
  .registration__logo {
    width: 200px;
  }
  .search__item {
    width: 90%;
    margin: 0 auto;
  }
  .search__input {
    width: 90%;
    height: 50px;
    padding: 10px 0 0;
  }
  .submit-loop {
    right: 32px;
    height: 30px;
    width: 30px;
  }
  .search__btn {
    right: 33px;
    top: 33%;
  }
  .search__input-icon {
    width: 20px;
    height: 20px;
  }
  .search__input::-moz-placeholder {
    font-size: 3rem;
    line-height: 30px;
  }
  .search__input:-ms-input-placeholder {
    font-size: 3rem;
    line-height: 30px;
  }
  .search__input::placeholder {
    font-size: 3rem;
    line-height: 30px;
  }
  .title{
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .single-page h2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .single-page h3 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .new__gallery,
  .discuss__gallery {
    display: flex;
    flex-direction: column;
  }
  .new__gallery .card:nth-child(7),
  .discuss__gallery .card:nth-child(1),
  .discuss__gallery .card:nth-child(7) {
    display: none;
  }

  .new__gallery .card:nth-child(1){
    padding-bottom: 70% !important;
  }
  .new__gallery .card:nth-child(3),
  .new__gallery .card:nth-child(4),
  .new__gallery .card:nth-child(5),
  .discuss__gallery .card:nth-child(3),
  .discuss__gallery .card:nth-child(4),
  .discuss__gallery .card:nth-child(5) {
    display: block;
  }
  .new__gallery-card .card-img {
    width: 100%;
    max-width: 300px;
    height: 220px;
    margin: 0 auto 20px;
  }
  .new__gallery .card:nth-child(1) .card__title,
  .new__gallery .card:nth-child(7) .card__title,
  .discuss__gallery .card:nth-child(1) .card__title,
  .discuss__gallery .card:nth-child(7) .card__title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .brand-car__slider-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 25px;
  }
  .card__title, .news__item .card__title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .actions__gallery {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }
  .actions__gallery-item {
    margin-bottom: 10px;
  }
  .shops__slider-items {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
  .hints-slider__text {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .hot-forum__text {
    font-size: 1.8rem;
    max-width: 250px;
  }
  .hot-forum__item:nth-child(2) {
    display: none;
  }
  .baners__items {
    justify-content: center;
  }
  .baners__items .baners__img--md {
    display: none;
  }
  .footer__item {
    max-width: 140px;
  }
  .footer__item-links > li {
    margin-bottom: 10px;
  }
  .footer__item:nth-child(4) .footer__item-links--icons {
    display: none;
  }
  .footer__item:nth-child(4) {
    max-width: 140px;
  }
  .footer__item:nth-child(4) .footer__item-links {
    flex-wrap: wrap;
    justify-content: start;
  }
  .footer-bottom__items {
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-bottom__conf {
    flex-direction: column;
    align-items: start;
  }
  .footer-bottom__conf-link {
    font-size: 1rem;
  }
  .footer-bottom__conf-link:nth-child(1) {
    margin-bottom: 10px;
  }
  .footer-bottom__conf-link:nth-child(1):after {
    display: none;
  }
  .footer-bottom__copy {
    font-size: 1rem;
    line-height: 20px;
  }
  .footer-bottom__logo .logo-sm {
    width: 140px;
  }
  .aside__banner-1,
  .aside__banner-3 {
    display: block;
  }
  .aside__banner-2 {
    display: none;
  }
  .promo-img-2 {
    display: none;
  }
  .banner-zen__text, .banner-telegram__text {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .story__text,
  .contacts__text {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .news {
    margin-top: 40px;
  }
  .story__accent {
    padding: 30px 10px 20px;
  }
  .comment__tabs {
    flex-direction: column;
    align-items: start;
  }
  .comment__tabs-item {
    margin: 10px 0;
  }
  .comment__tabs:after {
    display: none;
  }
  .story__rating-share,
  .story__rating-stars {
    width: 100%;
  }
  .mail-to-manager__text, .contact-form__descript {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .main-page .card__img, .page__wrap .card__img {
    padding-bottom: 70%;
  }
  .children{
    margin: 20px 0 0 20px;
  }
  .banner-zen, .banner-telegram {
    margin-bottom: 40px;
  }
  .banner-telegram {
    margin: 30px 0;
  }
  .banner-zen, .banner-telegram {
    padding: 20px;
  }
  .banner-zen__img, .banner-telegram__img svg {
    width: 45px;
    height: 45px;
    margin-right: 18px;
  }
  .similar {
    margin-bottom: 30px;
  }
  .similar__item {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .subscribe-form-button {
    margin-top: 20px;
  }
}
@media (max-width: 325px) {
  .registration__content {
    width: 85%;
    max-width: 320px;
    margin-left: 0px;
  }
}

/*
     FILE ARCHIVED ON 00:21:46 Oct 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:19:10 Nov 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.504
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 13.505
  LoadShardBlock: 67.062 (3)
  PetaboxLoader3.datanode: 223.951 (5)
  load_resource: 365.087 (2)
  PetaboxLoader3.resolve: 196.755 (2)
*/