@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Thin.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-ThinItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Light.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-LightItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Regular.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-RegularItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Medium.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-MediumItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Bold.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-BoldItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-ExtraBold.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('/fonts/Geometria-ExtraBoldItalic.woff2') format('woff2'),
    url('/fonts/Geometria-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Black.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-BlackItalic.woff2') format('woff2'),
    url('https://motoristdvs.ru/wp-content/themes/motorist/assets/fonts/Geometria-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

.mit__all {
  display: none !important;
}

.mit__car a {
    height: 249px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.blogs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px !important;
}

.blogs__img {
  height: 245px;
  margin-bottom: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.footer__phone-block,
.footer__email {
  margin-bottom: 5px
}

.blogs__1,
.blogs__2,
.blogs__3 {
  max-width: 300px;
  border: 1px solid #202020;
  border-radius: 5px;
}

.blogs__1:hover,
.blogs__2:hover,
.blogs__3:hover {
  background: #f3f3f3;
}

.blogs__title {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
}

.blogs__preview {
  color: #1c1c1c;
  line-height: 100%;
  height: 170px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.blogs__h1 {
  margin-bottom: 10px !important;
}

.politika-str {
  margin-bottom: 30px !important;
}

.politika-str__bold {
  padding-top: 10px;
  font-weight: 500;
  font-size: 20px;
}

.cookie-banner {
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 90%;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-family: Arial, sans-serif;
  flex-direction: column;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner__content {
  margin-bottom: 16px;
}

.cookie-banner__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.kia .slick-track {
  height: 350px;
}

.kia .mit__img {
  min-width: 200px;
  max-height: 246px;
}

.kia .mit__car {
  height: 100%;
}

.onas__img {
  max-height: 300px;
}

.cookie-banner__text {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 0;
}

.cookie-banner__buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.cookie-banner__button {
  padding: 10px 20px;
  border: 2px solid;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-banner__button--accept {
  background-color: #fff;
  color: #0a7502;
  border-color: #0a7502;
}

.cookie-banner__button--accept:hover {
  background-color: #0a7502;
  border-color: #0a7502;
  color: #fff;
}

.cookie-banner__button--reject {
  background-color: transparent;
  border-color: #e25563;
  color: #e25563;
}

.cookie-banner__button--reject:hover {
  background-color: #e25563;
  color: white;
}


.red,
.colortext {
  color: #eb2227
}

.black-title {
  color: #202020
}

.grey {
  color: dimgray
}

.light,
.header__time-day,
.header__left-text {
  font-weight: 100
}

.grey-text {
  color: #484848
}

.buttonRed,
.question__send,
.question__number,
.forma__send,
.forma__number,
.forma__name,
.catalog__more,
.catalog__btn,
.main-sec__left-btn,
.header__btn {
  border-radius: 4px;
  background: #eb2227;
  border: none;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer
}

.btnHover,
.catalog__btn:hover,
.main-sec__left-btn:hover,
.header__btn:hover,
.main-block__btn:hover {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ff0004;
  color: #ff0004;
  cursor: pointer
}

.bthHoverCircle,
.question__send:hover,
.forma__send:hover,
.mit__send:hover {
  border-radius: 35px;
  background: #fff;
  border: 1px solid #ff0004;
  color: #ff0004;
  cursor: pointer
}

html {
  box-sizing: border-box
}

*,
*::after,
*::before {
  box-sizing: inherit
}

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

ul[class] {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

a {
  text-decoration: none
}

html,
body {
  height: 100%
}

a {
  color: #241d26
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.main {
  flex: 1 0 auto
}

.footer {
  flex: 0 0 auto
}

.container {
  max-width: 87.5%;
  margin: 0 auto
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Geometria';
}

body {
  overflow-x: hidden;
}

.main-statia {
  padding-top: 50px;
  padding-bottom: 50px;
}


.main-block {
  background-size: cover !important;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  display: flex
}

.mbb {
  margin-bottom: 50px;
}

.main-block__kap-rem {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/background__fone.png);
}

.main-block__diag {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/diagnost.png);
}

.main-block__rem-t {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontturbin.png);
}

.main-block__reg-k {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/regulirovka-k.png);
  background-size: contain;
}

.main-block__remkpp {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontmkpp.png);
}

.main-block__remdiz {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontdiz.png);
}

.main-block_rem-tnvd {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remonttnvd.png);
}

.main-block__remfor {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontfor.png);
}

.main-block__texobs {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/textobsl.png);
}

.main-block__promivk {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontfor.webp);
}

.main-block__remgbc {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontgbc.png);
}

.main-block__rembloka {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontbloka.webp);
}

.main-block__zamenarem {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remotcep.png);
}

.main-block__remoxl {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontsistem.webp);
}

.main-block__chiptun {
  background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/chip-2.webp);
}

.forma__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 430px;
  height: 430px;
  position: absolute;
  top: 30%;
  left: 40%;
  border: 2px solid #eb2227;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
}

.all12 {
  display: none;
}

.forma__main--none {
  display: none;
}

.forma__cl-png {
  cursor: pointer;
}

.forma__close {
  width: 400px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 15px;
}

.forma__cl-png {
  width: 25px;
  height: 25px;
}

.forma__text-m {
  font-size: 27px;
  color: #373737;
}

.forma__div {
  margin-bottom: 15px;
}

.forma__main-f {
  display: flex;
  flex-direction: column;
}

.forma__d {
  width: 290px;
}

.wpcf7 {
  p {
    display: flex;
    flex-direction: column;
  }
}

.main-block__title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 40px;
  text-align: left
}

.main-block__preims {
  margin-bottom: 40px;
  width: 501px
}

.main-block__preim {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.main-block__preim:last-child {
  margin-bottom: 0
}

.main-block__svg {
  height: 40px
}

.main-block__text {
  text-align: left;
  width: 449px;
  font-weight: 500;
  font-size: 23px
}

.main-block__images {
  width: 795px;
  height: 586px
}

.main-block__btn {
  margin-bottom: 65px;
  border: 2px solid #eb2227;
  border-radius: 6px;
  width: 331px;
  height: 84px;
  background-color: #eb2227;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer
}

.main-block__btn:hover {
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgb(255, 0, 4);
  color: rgb(255, 0, 4);
  cursor: pointer;
}

.main-block__left {
  margin-left: 7.4rem
}

.main-block__btn {
  cursor: pointer
}

.main-block__form-cr {
  cursor: pointer
}

.car3 {
  display: none !important
}

.mit2__blocks {
  display: flex
}

.mit2__img {
  max-width: 220px
}

.mit2__bottom {
  display: flex;
  flex-direction: column;
  align-items: center
}

.mit2__car {
  margin-right: 30px;
  display: flex;
  height: 230px;
  flex-direction: column;
  justify-content: space-between
}

.breadcrumbs {
  display: flex;
  width: 1242px;
  padding-bottom: 20px
}

.breadcrumbs__text {
  margin-right: 5px;
  font-weight: 500;
  font-size: 11px;
  color: #4a4a4a
}

.breadcrumbs__text:last-child {
  margin-right: 0
}

.car {
  display: flex;
  padding-top: 20px;
  margin-bottom: 90px;
  justify-content: center;
  justify-content: space-evenly
}

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

.car__photo {
  height: 220px
}

.car__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 38px;
  text-align: center
}

.car__right {
  height: 257px;
  display: flex;
  flex-direction: column
}

.car__works {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.car__work {
  margin-right: 20px;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  height: 30px
}

.car__images {
  height: 33px;
  max-width: 40px;
}

.car__text {
  width: 255px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #000
}

.multiple-items2 {
  max-width: 100%
}

.multiple-items1 {
  max-width: 100%
}

.responsive {
  max-width: 100%
}

.slider3 {
  overflow-x: hidden
}

.slick-track {
  height: 300px;
  align-items: center
}

.mit--none {
  display: none !important
}

.mit--all-none {
  display: none !important
}

.mit2 {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap
}

.mit {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box
}

.mit__al {
  display: none
}

.mit__title {
  margin-bottom: 20px !important
}

.mit__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%
}

.mit__blocks {
  width: 100%;
  display: flex
}

.mit__name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 23px;
  text-align: center
}

.mit__car {
  margin-right: 40px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: none !important;
  align-items: center;
  gap: 10px;
}

.mit__bottom {
  display: flex;
  flex-direction: column;
  align-items: center
}

.mit__img {
  min-width: 200px
}

.mit__send {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 200px;
  height: 41px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #eb2227
}


.mit__all {
  border: 2px solid #eb2227;
  border-radius: 35px;
  width: 250px;
  height: 41px;
  font-weight: 500;
  font-size: 18px;
  color: #eb2227;
  cursor: pointer;
  background: #fff
}

.a-active {
  color: #eb2227
}

.sliderr {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin: 0 auto
}

.sliderr .slick-track {
  height: 100px
}

.slick-track {
  display: flex
}

.service__left-block {
  cursor: pointer
}

.slick-list {
  overflow-x: hidden
}

.slider {
  max-width: 87.5%;
  display: flex
}

.slider__a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__brand {
  width: 84%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.prev {
  margin-right: 60px;
  cursor: pointer;
  width: 28px;
  height: 56px
}

.next {
  margin-left: 60px;
  cursor: pointer;
  width: 28px;
  height: 56px
}

.contacts__block-tex {
  color: dimgray;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px
}

.hover-text:hover {
  color: #eb2227;
  cursor: pointer
}

.header__but {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.header .header__button .header__a-block:hover .header__popups {
  display: flex
}

.header .header__button .header__a-block:hover .header__usl {
  background-color: #eb2227;
  color: #fff;
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service-white.svg");
  background-repeat: no-repeat;
  background-position: 32px 11px;
  background-size: 24px 24px
}

.header__popups {
  display: none;
  position: absolute;
  padding-top: 20px;
  flex-wrap: wrap;
  width: 1150px;
  height: 243px;
  border: 2px solid #d1d1d1;
  z-index: 2;
  background-color: #fff
}

.header__popup:hover p {
  color: #eb2227;
  cursor: pointer
}

.header__popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  margin-left: 30px;
  width: 310px;
  height: 40px
}

.header__popup-img {
  height: 30px;
  max-width: 41px
}

.header__popup-text {
  width: 260px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #000
}

.header {
  padding-top: 20px;
  margin-bottom: 20px
}

.header__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.header__left {
  padding-top: 5px
}

.header__right {
  display: flex
}

.header__left-logo {
  margin-bottom: 5px;
  height: 25px;
  font-size: 25px
}

.header__left-text {
  font-size: 13px
}

.header__center {
  display: flex
}

.header__addres {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 16px
}

.header__time {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.header__time-hour {
  font-size: 15px
}

.header__time-day {
  font-size: 14px
}

.header__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

.header__phone-one {
  margin-right: 20px;
  font-size: 15px
}

.header__phone-two {
  margin-right: 20px;
  font-size: 15px
}

.header__button {
  display: flex;
  align-items: center;
  justify-content: center
}

.header__btn {
  width: 199px;
  height: 40px
}

.header__block {
  display: flex;
  box-sizing: border-box;
  padding-top: 10px;
  border: 1px solid #d1d1d1;
  background: #fff;
  height: 45px
}

.header__block:hover {
  background: #eb2227;
  border: 1px solid #eb2227;
  color: #fff
}

.header__usl {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service.svg");
  background-repeat: no-repeat;
  background-position: 32px 11px;
  background-size: 24px 24px
}

.header__sp {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo.svg");
  background-repeat: no-repeat;
  background-position: 35px 9px;
  background-size: 24px 24px
}

.header__sp:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo-white.svg");
  background-repeat: no-repeat;
  background-position: 35px 9px;
  background-size: 24px 24px
}

.header__usl:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service-white.svg");
  background-repeat: no-repeat;
  background-position: 32px 11px;
  background-size: 24px 24px
}

.header__dvig {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine.svg");
  background-repeat: no-repeat;
  background-position: 15px 11px;
  background-size: 24px 24px
}

.header__dvig:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine-white.svg");
  background-repeat: no-repeat;
  background-position: 15px 11px;
  background-size: 24px 24px
}

.header__con {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact.svg");
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 24px 24px
}

.header__con:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact-white.svg");
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 24px 24px
}

.header__stat {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia.svg");
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 24px 24px
}

.header__stat:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia-white.svg");
  background-repeat: no-repeat;
  background-position: 30px 10px;
  background-size: 24px 24px
}

.header__onas {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about.svg");
  background-repeat: no-repeat;
  background-position: 28px 9px;
  background-size: 24px 24px
}

.header__onas:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about-white.svg");
  background-repeat: no-repeat;
  background-position: 28px 9px;
  background-size: 24px 24px
}

.header__block>p {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px
}

.header__svg {
  width: 24px;
  height: 24px;
  margin-right: 5px
}

.header-mb {
  display: none
}

.block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.main-sec {
  margin-bottom: 30px;
  height: 623px;
  background-image: url('https://motoristdvs.ru/wp-content/uploads/2025/09/bg.webp');
  background-repeat: no-repeat;
  background-position: center top
}

.main-sec__top {
  display: flex;
  padding-top: 30px
}

.main-sec__left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  text-align: right
}

.main-sec__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  padding-left: 10.031%;
  margin-right: 12.159%
}

.main-sec__left-btn {
  width: 250px;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.main-sec__right {
  display: flex;
  align-items: center
}

.main-sec__year {
  color: #e1e1e1;
  font-size: 160px;
  font-weight: 700;
  line-height: 201px
}

.main-sec__text {
  color: #e1e1e1;
  font-size: 30px;
  font-weight: 700;
  line-height: 82%;
  letter-spacing: 0%;
  text-align: left
}

.usl {
  padding-top: 1px;
  margin-right: 44px;
  margin-left: 64px
}

.uslugi {
  margin-right: 1px;
  margin-left: 32.7px;
  margin-bottom: 11px;
  width: 26px;
  height: 24px
}

.dvs {
  margin-left: 16px;
  margin-right: 5px;
  width: 24px;
  height: 24px
}

.dvig {
  padding-top: 1px;
  margin-right: 39px;
  margin-left: 45px
}

.spec {
  margin-left: 35px;
  margin-right: 5px;
  width: 24px;
  height: 24px
}

.sp {
  margin-left: 64px;
  margin-right: 30px
}

.contact {
  margin-left: 30px;
  margin-right: 5px;
  width: 24px;
  height: 24px
}

.con {
  padding-top: 1px;
  margin-right: 40px;
  margin-left: 60px
}

.stati {
  margin-left: 30px
}

.stat {
  padding-top: 1px;
  margin-right: 30px;
  margin-left: 58px
}

.onas {
  margin-left: 29px
}

.on {
  margin-right: 28px;
  margin-left: 58px
}

.stati {
  margin-right: 5px;
  width: 22px;
  height: 24px
}

.onas {
  margin-right: 5px;
  width: 24px;
  height: 24px
}

.on {
  padding-top: 1px
}

.brand {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.brand__title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px
}

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

.brand__blocks {
  margin-right: 35px
}

.brand__link {
  display: flex
}

.brand__img {
  margin-right: 5px;
  height: 70px
}

.brand__name {
  display: flex;
  align-items: center;
  color: dimgray;
  font-size: 28px;
  font-weight: 500;
  line-height: 45px
}

.slider2 {
  overflow-x: hidden
}

.out {
  max-width: 73.53%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column
}

.out__title {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto
}

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

.out__multiple-items {
  max-width: 100%
}

.out__img {
  margin-right: 30px
}

.catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100% !important;
  margin-bottom: 20px
}

.catalog__a:hover h2 {
  color: #eb2227
}

.catalog__more:hover {
  background-color: #ff0004;
  color: #fff
}

.catalog__bottom-bl {
  display: flex
}

.catalog__more--none {
  display: none !important
}

.catalog__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px
}

.catalog__bottom {
  display: flex;
  border-radius: 0px 0px 10px 10px;
  background: #f4f4f4;
  flex-direction: column;
  align-items: center;
  padding-top: 10px
}

.catalog__text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.catalog__btn {
  margin-bottom: 10px;
  width: 141px;
  height: 25px;
  border-radius: 3px
}

.catalog__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1400px
}

.catalog__block {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px
}

.catalog__img {
  border-radius: 10px 10px 0px 0px;
  width: 300px;
  height: 240px
}

.catalog__more {
  display: block;
  margin-top: 25px;
  width: 220px;
  height: 45px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px #ff0004 solid;
  color: #ff0004
}

.catalog__bottom-bl--active {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center
}

.catalog--active {
  height: 1480px
}

.catalog__more--active {
  display: none
}

.catalog__more-del {
  display: none
}

.catalog__mob {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.catalog__center {
  display: flex
}

.catalog__bottom-bl {
  display: none
}

.seo {
  display: flex;
  padding-top: 40px;
  margin-bottom: 60px;
  height: 100% !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .25), 0px 0px 55px 0px rgba(0, 0, 0, .25);
  background: #fefefe;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px
}

.seo__title {
  height: 100% !important;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: -1%
}

.seo__block {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.seo__text {
  width: 100% !important;
  height: 20rem;
  background: linear-gradient(180deg, rgb(99, 99, 99), rgb(255, 255, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1%
}

.seo__bolee {
  width: 92.5%;
  display: flex;
  justify-content: flex-end;
  border: none;
  background-color: #fff
}

.seo__bolee--none {
  display: none
}

.seo__text--active {
  height: 100% !important;
  background: none;
  -webkit-text-fill-color: dimgray !important
}

.seo__bolee-text {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  cursor: pointer
}

.forma {
  display: flex;
  padding-top: 40px;
  padding-left: 40px;
  margin-bottom: 60px;
  width: 1400px;
  height: 400px;
  border-radius: 20px;
  box-shadow: 0px 0px 55px 0px rgba(147, 147, 147, .25), 0px 0px 0px 0px rgba(147, 147, 147, .2);
  background: #fff
}

.forma__text {
  margin-bottom: 20px;
  color: #797979;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px
}

.forma__title {
  margin-right: 90px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: left
}

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

.forma__right {
  margin-right: 40px;
  padding-top: 20px;
  width: 330px
}

.forma__name {
  padding-left: 33px;
  color: #9e9e9e;
  margin-bottom: 20px;
  width: 330px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #fff;
    font-size: 24px
}

.forma__name::-moz-placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.forma__name::placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.forma__number {
    font-size: 24px;
  padding-left: 33px;
  color: #9e9e9e;
  font-size: 24px;
  margin-bottom: 5px;
  width: 330px;
  height: 65px;
  font-size: 24px;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #fff
}

.forma__number::-moz-placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.forma__number::placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.wpcf7-spinner {
  display: none !important;
}

.forma__send {
  margin-top: 10px;
  margin-bottom: 10px !important;
  text-align: center;
  padding-left: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  width: 330px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #eb2227
}

.forma__data {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.advantages__blocks {
  display: flex
}

.advantages__title {
  margin-bottom: 55px;
  font-size: 44px;
  font-weight: 500;
  line-height: 60px
}

.advantages__img {
  margin-bottom: 30px
}

.advantages__top {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  height: 40px;
}

.advantages__bottom {
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center
}

.advantages__block {
  margin-right: 25px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.advantages__block:last-child {
  margin-right: 0
}

.service-con {
  background-color: #f4f4f4
}

.service {
  padding-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 850px;
  margin-bottom: 50px
}

.service__left-df {
  display: flex;
  flex-direction: column
}

.service__right-top {
  width: 100% !important
}

.service__bl {
  margin-left: 60px
}

.service__left-block {
  background-color: #fff
}

.service__block {
  display: flex
}

.service__title {
  height: 52px;
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px
}

.service__img {
  margin-right: 22px;
  height: 40px;
  width: 40px
}

.service__name {
  height: 36px;
  margin-right: 28% !important;
  margin-bottom: 20px;
  color: dimgray;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px
}

.service__price {
  color: dimgray;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px
}

.service__text {
  color: dimgray;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px
}

.service__left {
  margin-right: 138px
}

.service__left-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  padding-left: 25px;
  margin-bottom: 30px;
  border-radius: 13px;
  background: #fff;
  width: 460px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 21px 20px;
  background-size: 40px 40px;
  border: none
}

.service__left-block:hover {
  background-color: #eb2227
}

.service__left-block:hover p {
  color: #fff
}

.service__left-title {
  margin-bottom: 25px;
  color: dimgray;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px
}

.service__tr {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission.svg")
}

.service__tr:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg")
}

.service__obs {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/obs.svg")
}

.service__obs:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/obs-white.svg")
}

.service__dv {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine.svg")
}

.service__dv:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine-white.svg")
}

.service__arrow:hover {
  background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/arrow-white.svg")
}

.service__general {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__dvigatel {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__transmission {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__obslug {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__general--none {
  display: none
}

.service__dvigatel {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__dvigatel--none {
  display: none
}

.service__transmission {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__transmission--none {
  display: none
}

.service__obslug {
  width: 770px;
  height: 561px;
  border-radius: 13px;
  background: #fff;
  overflow: auto
}

.service__obslug--none {
  display: none
}

.service__right-top {
  display: flex
}

.service__usluga {
  border: 1px solid #fff;
  border-radius: 13px;
  background: #fff;
  padding: 25px 35px 0px
}

.service__usluga:hover {
  border: 1px solid #eb2227;
  color: #eb2227
}

.service__usluga:hover h2 {
  color: #eb2227
}

.service__usluga:hover p {
  color: #eb2227
}

.service__usluga-title {
  height: 30px;
  color: dimgray;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px
}

.service__usluga-price {
  color: dimgray;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px
}

.service__usluga-line {
  margin-left: 5%;
  height: 1px;
  width: 700px;
  background-color: #d9d9d9
}

.service__usluga-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px
}

.question {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  width: 1240px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 0px rgba(147, 147, 147, .25), 0px 0px 55px 0px rgba(147, 147, 147, .25);
  background: #fff
}

.question__title {
  margin-bottom: 20px;
  color: #202020;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px
}

.question__text {
  color: dimgray;
  width: 530px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px
}

.question__left {
  margin-right: 220px
}

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

.question__number {
  padding-left: 33px;
  color: #9e9e9e;
  margin-bottom: 30px;
  width: 330px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #fff;
  padding-top: 5px
}

.question__number::-moz-placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.question__number::placeholder {
  color: #9e9e9e;
  font-size: 24px
}

.question__send {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  width: 330px;
  height: 65px;
  box-sizing: border-box;
  border: 2px solid #eb2227;
  border-radius: 35px;
  background: #eb2227
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px
}

.contacts__left {
  margin-right: 60px
}

.contacts__title {
  margin-bottom: 70px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px
}

.contacts__block-text {
  color: dimgray;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px
}

.contacts__li {
  color: dimgray;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px
}

.contacts__adress-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.contacts__addres {
  margin-bottom: 30px
}

.contacts__phone {
  margin-bottom: 30px
}

.contacts__email {
  margin-bottom: 30px
}

.contacts__work {
  margin-bottom: 30px
}

.contacts__phone-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.contacts__email-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.contacts__work-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.contacts__block-bottom {
  display: flex;
  width: 100%
}

.contacts__img {
  margin-right: 20px;
  width: 50px;
  height: 50px
}

.contacts__block-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px
}

.contacts__li {
  list-style: inside;
  width: 100% !important
}

.contacts__map {
  max-width: 760px;
  width: 760px;
  height: 521px
}

.contacts__addres-t {
  height: 44px
}

.contacts__phone-t {
  height: 44px
}

.contacts__email-t {
  height: 37px
}

.contacts__work-t {
  height: 45px
}

.footer {
  padding-top: 40px;
  height: 330px;
  background: #f4f4f4
}

.footer__usl {
  display: flex
}

.footer__container {
  display: flex;
  justify-content: space-between
}

.footer__one {
  margin-right: 85px
}

.footer__two {
  padding-top: 45px;
  margin-right: 45px
}

.footer__three {
  padding-top: 45px;
  margin-right: 35px
}

.footer__four {
  padding-top: 45px;
  margin-right: 35px
}

.footer__five {
  padding-top: 45px
}

.footer__brand {
  display: flex;
  margin-bottom: 15px
}

.footer__brand:last-child {
  margin-bottom: 0
}

.footer__logo {
  height: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px
}

.footer__servis {
  margin-bottom: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 11px
}

.footer__phone {
  margin-bottom: 15px;
  font-size: 17px
}

.footer__email {
  margin-bottom: 15px;
  font-size: 17px
}

.footer__addres {
  margin-bottom: 15px;
  font-size: 17px
}

.footer__grafick {
  font-size: 17px
}

.footer__text-brand {
  color: #484848;
  font-size: 20px;
  line-height: 25px
}

.footer__a-three {
  color: #484848;
  font-size: 20px;
  line-height: 25px
}

.footer__a-four {
  color: #484848;
  font-size: 20px;
  line-height: 25px
}

.footer__a-five {
  color: #484848;
  font-size: 20px;
  line-height: 25px
}

.footer__toyota {
  height: 25px;
  margin-right: 7px
}

.footer__lexus {
  height: 27px;
  margin-right: 15px
}

.footer__nissan {
  height: 29px;
  margin-right: 21px
}

.footer__hyundai {
  height: 26px;
  margin-right: 7px
}

.footer__kia {
  height: 26px;
  margin-right: 7px
}

.footer__li-three {
  margin-bottom: 20px
}

.footer__li-three:last-child {
  margin-bottom: 0
}

.footer__li-four {
  margin-bottom: 20px
}

.footer__li-four:last-child {
  margin-bottom: 0
}

.footer__li-five {
  margin-bottom: 20px
}

.footer__li-five:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 1776px) {
  .header__block>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
  }

  .main-sec__left {
    padding-top: 50px;
    padding-left: 8.031%;
    margin-right: 11.159%
  }

  .prev {
    margin-right: 30px
  }

  .next {
    margin-left: 30px
  }

  .slider__a {
    margin-right: 50px
  }

  .brand__img {
    margin-right: 10px;
    height: 60px
  }

  .brand__name {
    font-size: 30px
  }
}

@media screen and (max-width: 1705px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }


  .main-block__title {
    margin-top: 70px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 48px;
    text-align: left
  }

  .main-block__preims {
    margin-bottom: 20px;
    width: 501px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 40px
  }

  .main-block__text {
    text-align: left;
    width: 449px;
    font-weight: 500;
    font-size: 23px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 331px;
    height: 84px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 24px
  }

  .main-block__left {
    margin-left: 7.4rem
  }
}

@media screen and (max-width: 1680px) {
  .header__popups {
    width: 1000px;
  }
      .header__popup {
        width: 304px;
        margin-right: 10px;
        margin-left: 15px;
    }
  .header__popups {
    padding-top: 10px;
  }
  .seo__title {
    height: 40px;
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 700;
    line-height: 41px;
  }

  .out {
    margin-bottom: 50px
  }

  .out__title {
    font-size: 45px;
    margin-bottom: 0px
  }

  .seo__text {
    width: 1130px;
    font-size: 24px;
    line-height: 26px;
  }

  .forma__title {
    margin-right: 90px;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }

  .question__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1655px) {
  .car__work {
    margin-right: 10px;
    width: 280px
  }

  .car__images {
    height: 30px
  }

  .car__text {
    width: 235px;
    font-size: 14px
  }

  .car__title {
    font-size: 34px
  }

  .car__photo {
    height: 200px
  }
}

@media screen and (max-width: 1650px) {
  .prev {
    margin-right: 30px
  }

  .next {
    margin-left: 30px
  }

  .slider__a {
    margin-right: 50px
  }

  .brand__img {
    margin-right: 5px;
    height: 55px
  }

  .brand__name {
    font-size: 28px
  }
}

@media screen and (max-width: 1630px) {
  .seo__text {
    width: 1200px;
    font-size: 26px
  }
}

@media screen and (max-width: 1601px) {
  .car__works {
    width: 890px
  }
}

@media screen and (max-width: 1587px) {
  .mit2__blocks {
    flex-wrap: wrap;
    justify-content: center
  }

  .mit2__car {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 1569px) {
  .main-sec__left {
    padding-top: 50px;
    padding-left: 2.031%;
    margin-right: 10.159%
  }
}

@media screen and (max-width: 1500px) {
  .footer__one {
    margin-right: 55px
  }

  .footer__a-three {
    font-size: 18px
  }

  .footer__three {
    margin-right: 25px
  }

  .footer__four {
    margin-right: 25px
  }
}

@media screen and (max-width: 1498px) {
  .mit__car {
    margin-right: 20px
  }
}

@media screen and (max-width: 1480px) {

  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 430px;
    height: 430px;
    position: absolute;
    top: 30%;
    left: 35%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }

  .car__work {
    margin-right: 10px;
    width: 262px
  }

  .car__works {
    width: 830px
  }

  .car__images {
    height: 28px
  }

  .car__text {
    width: 218px;
    font-size: 13px
  }

  .car__title {
    font-size: 32px
  }

  .car__photo {
    height: 200px
  }

  .advantages__title {
    font-size: 40px
  }
}

@media screen and (max-width: 1477px) {
      .header__popup {
        width: 307px;
        margin-right: 5px;
        margin-left: 10px;
    }
      .header__popups {
        width: 976px;
    }
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 48px;
    text-align: left
  }

  .main-block__preims {
    margin-bottom: 20px;
    width: 501px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 40px
  }

  .main-block__text {
    text-align: left;
    width: 449px;
    font-weight: 500;
    font-size: 23px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 331px;
    height: 84px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 24px
  }

  .main-block__left {
    margin-left: 7.4rem
  }

  .contacts__img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .advantages__block {
    margin-right: 15px;
  }

  .contacts__block-title {
    font-size: 30px;
  }

  .contacts__li {
    color: dimgray;
    font-size: 18px;
  }

  .advantages__bottom {
    font-size: 17px;
  }

  .advantages__top {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    height: 54px;
    text-align: center;
  }


  .question__text {
    width: 530px;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
  }
}

@media screen and (max-width: 1420px) {
  .header__addres {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
  }

  .header__time-hour {
    font-size: 14px;
  }

  .header__time-day {
    font-size: 13px;
  }

  .header__phone-one {
    margin-right: 10px;
    font-size: 14px;
  }

  .header__phone-two {
    margin-right: 10px;
    font-size: 14px;
  }

  .header .header__button .header__a-block:hover .header__usl {
    background-color: #eb2227;
    color: #fff;
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 24px 24px
  }

  .breadcrumbs {
    width: 1087px
  }

  .header__block>p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px
  }

  .header__usl {
    background-position: 12px 10px
  }

  .header__dvig {
    background-position: 8px 10px
  }

  .header__sp {
    background-position: 10px 9px
  }

  .header__popup-text {
    width: 248px;
    font-size: 14px
  }

  .header__popup-img {
    max-width: 35px
  }

  .header__popup {
    width: 290px;
    margin-right: 20px;
    margin-left: 25px;
  }

  .service {
    padding-top: 40px;
    height: 740px
  }

  .service__title {
    font-size: 40px
  }

  .service__text {
    font-size: 20px
  }

  .service__arrow {
    width: 34px;
    height: 23px
  }

  .service__name {
    margin-right: 300px
  }

  .service__left-title {
    font-size: 28px
  }

  .service__left-block {
    width: 317px;
    height: 60px;
    background-size: 30px 30px;
    background-position: 21px 15px
  }

  .service__right-top {
    width: 685px
  }

  .service__general {
    width: 685px;
    height: 481px
  }

  .service__dvigatel {
    width: 685px;
    height: 481px
  }

  .service__transmission {
    width: 685px;
    height: 481px
  }

  .service__obslug {
    width: 685px;
    height: 481px
  }

  .service__name {
    margin-right: 240px;
    font-size: 28px
  }

  .service__price {
    font-size: 28px
  }

  .service__usluga {
    padding: 20px 20px 10px 31px;
    width: 685px;
    height: 80px
  }

  .service__usluga-line {
    width: 622px
  }

  .service__usluga-title {
    font-size: 22px
  }

  .service__usluga-price {
    font-size: 28px
  }

  .usl {
    margin-right: 27px;
    margin-left: 44px
  }

  .dvig {
    margin-left: 39px;
    margin-right: 11px
  }

  .sp {
    margin-left: 40px;
    margin-right: 12px
  }

  .con {
    margin-right: 48px;
    margin-left: 69px
  }

  .stat {
    margin-right: 37px;
    margin-left: 58px
  }

  .on {
    margin-right: 33px;
    margin-left: 58px
  }

  .catalog {
    height: 1250px
  }

  .catalog__bottom-bl {
    display: none
  }

  .catalog__more {
    display: block
  }

  .main-sec__left {
    padding-top: 50px;
    padding-left: 2.031%;
    margin-right: 13.159%
  }

  .main-sec__year {
    font-size: 130px
  }

  .main-sec__text {
    font-size: 25px
  }
}

@media screen and (max-width: 1406px) {
  .car__work {
    margin-right: 10px;
    width: 262px
  }

  .car__works {
    width: 830px
  }

  .car__images {
    height: 28px
  }

  .car__text {
    width: 218px;
    font-size: 13px
  }

  .car__title {
    font-size: 32px
  }

  .car__photo {
    height: 180px
  }

  .advantages__title {
    font-size: 40px
  }
}

@media screen and (max-width: 1400px) {
  .mit__blocks {
    flex-wrap: wrap
  }

  .prev {
    margin-right: 25px;
    height: 50px
  }

  .next {
    margin-left: 25px;
    height: 50px
  }

  .slider__a {
    margin-right: 5px
  }

  .brand__img {
    margin-right: 4px;
    height: 30%;
    width: 30%;
  }

  .brand__name {
    font-size: 30px
  }

  .seo__title {
    height: 40px;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 41px;
  }

  .seo {
    padding-top: 20px;
  }

  .seo__text {
    width: 1070px;
    font-size: 22px;
  }

  .forma__title {
    margin-right: 50px;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: left;
  }

  .footer p {
    font-family: 'Geometria';
    font-weight: 400;
  }

  .footer a {
    font-family: 'Geometria';
    font-weight: 400;
  }
}

@media screen and (max-width: 1360px) {
  .car__work {
    margin-right: 10px;
    width: 258px
  }

  .car__works {
    width: 830px
  }

  .car__images {
    height: 25px
  }

  .car__text {
    width: 218px;
    font-size: 13px
  }

  .car__title {
    font-size: 32px
  }

  .car__photo {
    height: 175px
  }

  .advantages__title {
    font-size: 40px
  }

  .main-sec {
    background-size: 1750px 570px;
    height: 550px
  }

  .catalog {
    height: 1150px
  }

  .catalog__blocks {
    width: 1200px
  }

  .catalog__text {
    font-size: 15px
  }

  .catalog__block {
    width: 260px
  }

  .catalog__img {
    width: 260px;
    height: 220px
  }
}

@media screen and (max-width: 1387px) {
  .mit__car {
    margin-right: 20px;
    height: 230px
  }

  .mit__img {
    max-width: 80%
  }

  .mit__send {
    width: 180px;
    height: 37px
  }
}

@media screen and (max-width: 1350px) {
  .header__left-logo {
    margin-bottom: 5px;
    height: 18px;
    font-size: 21px;
  }

  .header__left-text {
    font-size: 12px;
  }

  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 430px;
    height: 430px;
    position: absolute;
    top: 30%;
    left: 32%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 1337px) {
  .car__work {
    margin-right: 10px;
    margin-bottom: 8px;
    width: 255px
  }

  .car__works {
    width: 800px;
    justify-content: flex-start
  }

  .car__images {
    height: 25px
  }

  .car__text {
    width: 218px;
    font-size: 13px
  }

  .car__title {
    font-size: 32px
  }

  .car__photo {
    height: 170px
  }

  .advantages__title {
    font-size: 40px
  }
}

@media screen and (max-width: 1308px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }


  .main-block__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 40px;
    text-align: left
  }

  .main-block__preims {
    margin-bottom: 20px;
    width: 501px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 35px
  }

  .main-block__text {
    text-align: left;
    width: 449px;
    font-weight: 500;
    font-size: 20px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 280px;
    height: 70px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 22px
  }

  .main-block__left {
    margin-left: 7.4rem
  }
}

@media screen and (max-width: 1300px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 340px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 700px
  }

  .car__images {
    height: 35px
  }

  .car__text {
    width: 280px;
    font-size: 16px
  }

  .car__title {
    font-size: 32px
  }

  .car__photo {
    height: 200px
  }

  .mit__car {
    margin-right: 40px;
    height: 250px
  }

  .mit__img {
    max-width: 100%
  }

  .mit__send {
    width: 170px
  }

  .advantages__title {
    margin-bottom: 35px;
    font-size: 38px
  }

  .seo__text {
    width: 1000px;
    height: 270px;
    font-size: 22px;
  }

  .seo {
    padding-bottom: 20px;
  }

  .contacts__img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }

  .contacts__block-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
  }

  .contacts__li {
    font-size: 19px;
  }

  .header__flex {
    margin-bottom: 10px
  }

  .contacts__map {
    max-width: 760px;
    width: 553px;
    height: 486px;
  }

  .footer__text-brand {
    font-size: 19px
  }

  .footer__a-three {
    font-size: 19px
  }

  .footer__a-four {
    font-size: 19px
  }

  .footer__a-five {
    font-size: 19px
  }

  .service__left {
    margin-right: 80px
  }

  .service__left-block {
    margin-bottom: 15px
  }
}

@media screen and (max-width: 1270px) {
  .seo__title {
    height: 40px;
    font-size: 35px;
  }

  .seo__text {
    width: 1000px;
    height: 270px;
    font-size: 22px;
  }

  .main-sec {
    background-size: 1550px 550px
  }

  .main-sec__left-title {
    margin-bottom: 10px
  }

  .main-sec__left-btn {
    font-size: 18px
  }

  .main-sec__year {
    font-size: 110px
  }

  .main-sec__left {
    margin-right: 8%
  }

  .main-sec__text {
    font-size: 23px
  }

  .question__left {
    margin-right: 180px
  }

  .service__title {
    font-size: 35px
  }

  .catalog__more {
    margin-top: 15px
  }
}

@media screen and (max-width: 1264px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 310px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 645px
  }

  .car__images {
    height: 35px
  }

  .car__text {
    width: 255px;
    font-size: 15px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    height: 200px
  }

  .advantages__title {
    margin-bottom: 35px;
    font-size: 38px
  }
}

@media screen and (max-width: 1242px) {
  .breadcrumbs {
    width: 1015px
  }

  .header__block>p {
    font-size: 15px
  }

  .brand__blocks {
    margin-right: 30px
  }

  .usl {
    margin-right: 25px
  }

  .contacts__img {
    width: 40px;
    height: 40px
  }

  .contacts__block-title {
    font-size: 35px
  }

  .contacts__block-text {
    font-size: 18px
  }

  .contacts__li {
    font-size: 18px;
    width: 350px
  }
}


@media screen and (max-width: 1240px) {
  .header__popups {
    width: 681px;
    height: 375px;
  }
}

@media screen and (max-width: 1225px) {
  .seo__title {
    height: 40px;
    font-size: 30px;
  }

  .seo__text {
    width: 970px;
    height: 270px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1200px) {
  .question__left {
    margin-right: 130px
  }

  .question__number {
    padding-left: 15px;
    padding-top: 1px
  }

  .forma__text {
    margin-bottom: 15px;
    font-size: 28px
  }

  .forma__title {
    font-size: 42px
  }
}

@media screen and (max-width: 1195px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 310px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 640px
  }

  .car__images {
    height: 35px
  }

  .car__text {
    width: 255px;
    font-size: 15px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    height: 190px
  }

  .advantages__title {
    margin-bottom: 35px;
    font-size: 38px
  }
}

@media screen and (max-width: 1185px) {
  .seo__title {
    margin-bottom: 30px;
    font-size: 29px
  }

  .question__title {
    font-size: 40px;
  }

  .question__text {
    color: dimgray;
    width: 530px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .question__left {
    margin-right: 80px;
  }

  .seo__text {
    font-size: 22px;
    width: 900px
  }

  .forma__text {
    margin-bottom: 5px;
    font-size: 23px;
  }

  .forma__title {
    font-size: 29px;
    line-height: 30px;
  }

  .advantages__block {
    margin-right: 20px;
  }

  .question__number {
    padding-left: 26px;
    padding-top: 5px;
  }

  .contacts__title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
  }

  .catalog__title {
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
  }

  .advantages__title {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .advantages__top {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }

  .service__left-title {
    font-size: 22px;
  }

  .service__name {
    font-size: 22px;
  }

  .question__number {
    padding-left: 24px;
    color: #9e9e9e;
    margin-bottom: 20px;
    width: 305px;
    height: 55px;
  }

  .question__send {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    width: 305px;
    height: 55px;
  }

  .contacts__block-title {
    font-size: 30px;
  }

  .catalog__blocks {
    width: 1000px;
  }

  .catalog__block {
    width: 220px;
  }

  .catalog__img {
    width: 220px;
    height: 180px;
  }

  .catalog__text {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 1175px) {
  .out .slick-track {
    height: 240px
  }
}

@media screen and (max-width: 1168px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 285px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 595px
  }

  .car__images {
    height: 30px
  }

  .car__text {
    width: 240px;
    font-size: 14px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    height: 180px
  }
}

@media screen and (max-width: 1158px) {
  .breadcrumbs {
    width: 965px
  }

  .header__block>p {
    font-size: 14px
  }

  .header__popup-text {
    width: 227px;
    font-size: 13px
  }

  .header__popup-img {
    max-width: 35px
  }

  .header__popup {
    width: 265px;
    margin-right: 15px
  }

  .usl {
    margin-right: 20px
  }

  .dvig {
    margin-right: 9px
  }

  .con {
    margin-left: 65px;
    margin-right: 45px
  }

  .catalog__text {
    font-size: 14px
  }
}

@media screen and (max-width: 1150px) {
  .prev {
    margin-right: 25px;
    height: 50px
  }

  .next {
    margin-left: 25px;
    height: 50px
  }

  .slider__a {
    margin-right: 50px
  }

  .brand__img {
    margin-right: 3px;
    height: 37%;
    width: 37%;
  }

  .brand__name {
    font-size: 28px
  }
}

@media screen and (max-width: 1145px) {
  .main-sec {
    height: 510px
  }

  .question__left {
    margin-right: 70px
  }

  .brand__blocks {
    margin-right: 40px
  }

  .brand__img {
    margin-right: 10px;
    height: 65px
  }

  .brand__name {
    font-size: 32px
  }

  .catalog__block {
    margin-right: 15px;
    margin-bottom: 15px
  }

  .nissan {
    display: none
  }
}

@media screen and (max-width: 1134px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 38px;
    text-align: center
  }

  .main-block__preims {
    margin-bottom: 20px;
    width: 380px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 30px
  }

  .main-block__text {
    text-align: left;
    width: 340px;
    font-weight: 500;
    font-size: 18px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 210px;
    height: 50px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 17px
  }

  .main-block__left {
    margin-left: 7.4rem
  }
}

@media screen and (max-width: 1130px) {
  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 430px;
    height: 380px;
    position: absolute;
    top: 30%;
    left: 30%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }

  .main-sec__top {
    padding-top: 10px
  }

  .main-sec__left-title {
    font-size: 34px
  }

  .main-sec__year {
    font-size: 100px
  }

  .main-sec__text {
    font-size: 21px
  }

  .main-sec__left {
    margin-right: 5%
  }

  .catalog {
    height: 1080px
  }

  .catalog__block {
    width: 240px
  }

  .catalog__img {
    width: 240px;
    height: 200px
  }

  .seo {
    padding-top: 30px
  }

  .forma {
    height: 330px
  }

  .forma__right {
    padding-top: 10px
  }


  .forma__name {
    margin-bottom: 15px;
    width: 300px;
    height: 55px
  }

  .forma__number {
    margin-bottom: 15px;
    width: 300px;
    height: 55px
  }

  .forma__send {
    margin-bottom: 10px;
    width: 300px;
    height: 55px
  }

  .advantages__bottom {
    font-size: 16px
  }

  .advantages__top {
    font-size: 25px
  }

  .advantages__img {
    width: 60px
  }
}

@media screen and (max-width: 1121px) {
  .main-sec {
    background-size: 1350px 490px
  }
}

@media screen and (max-width: 1111px) {
  .header__left-logo {
    font-size: 24px;
    margin-bottom: 3px
  }

  .header__left-text {
    font-size: 12px
  }

  .header__btn {
    width: 160px;
    height: 35px;
    font-size: 13px
  }

  .header__addres {
    font-size: 14px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 15px;
    font-size: 13px
  }

  .header__phone-two {
    margin-right: 15px;
    font-size: 13px
  }

  .header__time-hour {
    font-size: 13px
  }

  .header__time-day {
    font-size: 12px
  }
}

@media screen and (max-width: 1103px) {
  .breadcrumbs {
    width: 909px
  }

  .header__block>p {
    font-size: 13px
  }

  .header__popup-text {
    width: 227px;
    font-size: 13px
  }

  .header__popup-img {
    max-width: 35px
  }

  .header__popup {
    width: 265px;
    margin-right: 15px;
    margin-left: 15px
  }

  .usl {
    margin-right: 20px
  }

  .dvig {
    margin-right: 9px
  }

  .con {
    margin-left: 60px;
    margin-right: 40px
  }

  .on {
    margin-right: 25px;
    margin-left: 55px
  }
}

@media screen and (max-width: 1093px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 285px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 100%;
    justify-content: center
  }

  .car__images {
    height: 30px
  }

  .car__text {
    width: 240px;
    font-size: 14px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    display: none;
    height: 180px
  }
}

@media screen and (max-width: 1090px) {
  .service {
    height: 670px
  }

  .service__name {
    margin-right: 185px
  }

  .service__left-title {
    font-size: 26px
  }

  .service__left {
    margin-right: 60px
  }

  .service__left-block {
    width: 290px;
    height: 55px
  }

  .service__bl {
    margin-left: 40px
  }

  .service__arrow {
    width: 30px;
    height: 18px
  }

  .service__name {
    font-size: 26px
  }

  .service__price {
    font-size: 26px
  }

  .service__general {
    width: 600px;
    height: 420px
  }

  .service__dvigatel {
    width: 600px;
    height: 420px
  }

  .service__transmission {
    width: 600px;
    height: 420px
  }

  .service__obslug {
    width: 600px;
    height: 420px
  }

  .service__usluga {
    padding-bottom: 0px;
    padding-left: 26px;
    padding-top: 10px;
    width: 600px;
    height: 70px
  }

  .service__usluga-line {
    width: 550px
  }

  .service__usluga-div {
    padding-top: 4px;
    margin-bottom: 5px
  }

  .service__usluga-title {
    font-size: 20px
  }

  .service__usluga-price {
    font-size: 25px
  }

  .footer__one {
    margin-right: 15px
  }

  .footer__text-brand {
    font-size: 18px
  }

  .footer__li-three {
    margin-bottom: 10px
  }

  .footer__a-three {
    font-size: 18px
  }

  .footer__li-four {
    margin-bottom: 10px
  }

  .footer__li-five {
    margin-bottom: 10px
  }

  .footer__a-four {
    font-size: 18px
  }

  .footer__a-five {
    font-size: 18px
  }
}

@media screen and (max-width: 1070px) {
  .main-block {
    margin-bottom: 20px
  }

  .main-sec {
    background-size: 1350px 470px
  }

  .main-sec__top {
    padding-top: 0
  }

  .main-sec__year {
    font-size: 95px
  }

  .main-sec__text {
    font-size: 20px
  }

  .brand__blocks {
    margin-right: 20px
  }

  .seo {
    padding-top: 30px;
    height: 460px
  }

  .seo__title {
    margin-bottom: 20px;
    font-size: 38px
  }

  .seo__text {
    font-size: 21px;
    width: 800px
  }

  .catalog__blocks {
    width: 980px
  }

  .catalog__img {
    width: 220px;
    height: 190px
  }

  .catalog__bottom {
    height: 95px
  }

  .catalog__block {
    width: 220px
  }

  .catalog__text {
    font-size: 16px;
    text-align: center;
    height: 40px;
    margin-bottom: 10px
  }

  .catalog__btn {
    width: 150px;
    height: 30px
  }

  .question__title {
    font-size: 42px
  }

  .question__text {
    width: 470px;
    font-size: 22px
  }

  .question__number {
    width: 300px;
    height: 55px
  }

  .question__send {
    width: 300px;
    height: 55px
  }

  .advantages__block {
    margin-right: 40px
  }

  .contacts__map {
    max-width: 530px;
    height: 450px
  }
}

@media screen and (max-width: 1050px) {
  .breadcrumbs {
    width: 884px
  }

  .header__block>p {
    font-size: 13px
  }

  .usl {
    margin-right: 20px
  }

  .dvig {
    margin-right: 9px
  }

  .con {
    margin-left: 55px;
    margin-right: 35px
  }

  .stat {
    margin-left: 55px;
    margin-right: 30px
  }

  .on {
    margin-right: 20px;
    margin-left: 55px
  }
}

@media screen and (max-width: 1024px) {
  .prev {
    margin-right: 20px;
    height: 40px
  }

  .next {
    margin-left: 20px;
    height: 40px
  }

  .slider__a {
    margin-right: 25px
  }

  .brand__img {
    margin-right: 10px;
    height: 50px
  }

  .brand__name {
    font-size: 30px
  }
}

@media screen and (max-width: 1018px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 33px;
    text-align: center
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 380px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 30px
  }

  .main-block__text {
    text-align: left;
    width: 340px;
    font-weight: 500;
    font-size: 18px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 210px;
    height: 50px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 17px
  }

  .main-block__left {
    margin-left: 4.4rem
  }
}

@media screen and (max-width: 1011px) {
  .breadcrumbs {
    width: 864px
  }

  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 13px
  }

  .header__popup-text {
    width: 224px;
    font-size: 13px
  }

  .header__popup-img {
    max-width: 33px
  }

  .header__popup {
    width: 260px;
    margin-right: 10px;
    margin-left: 15px
  }

  .usl {
    margin-right: 20px
  }

  .dvig {
    margin-right: 9px
  }

  .con {
    margin-left: 55px;
    margin-right: 25px
  }

  .stat {
    margin-left: 55px;
    margin-right: 20px
  }

  .on {
    margin-right: 20px;
    margin-left: 55px
  }
}

@media screen and (max-width: 1000px) {
  .out__title {
    margin-bottom: 0
  }

  .brand__name {
    font-size: 30px
  }

  .brand__img {
    height: 55px
  }
}

@media screen and (max-width: 984px) {
  .car {
    margin-bottom: 40px
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 260px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 100%
  }

  .car__images {
    height: 28px
  }

  .car__text {
    width: 218px;
    font-size: 13px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    display: none;
    height: 180px
  }
}

@media screen and (max-width: 980px) {
  .container {
    max-width: 90%
  }

  .header__left-logo {
    font-size: 24px;
    margin-bottom: 3px
  }

  .header__left-text {
    font-size: 11px
  }

  .header__btn {
    width: 130px;
    height: 27px;
    font-size: 11px
  }

  .header__addres {
    margin-right: 15px;
    font-size: 14px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 12px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 12px
  }

  .header__time {
    margin-right: 15px
  }

  .header__time-hour {
    font-size: 12px
  }

  .header__time-day {
    font-size: 11px
  }
}

@media screen and (max-width: 974px) {
  .prev {
    margin-right: 20px;
    height: 4cqb
  }

  .next {
    margin-left: 20px;
    height: 40px
  }

  .slider__a {
    margin-right: 5px
  }

  .brand__img {
    margin-right: 8px;
    height: 40px
  }

  .brand__name {
    font-size: 29px
  }

  .prev {
    height: 40px
  }
}

@media screen and (max-width: 969px) {
  .main-sec {
    background-size: 1150px 440px
  }
}

@media screen and (max-width: 968px) {
  .seo {
    padding-top: 30px;
    height: 420px
  }

  .seo__title {
    margin-bottom: 15px;
    font-size: 33px
  }

  .seo__text {
    font-size: 19px;
    width: 750px;
    height: 240px
  }
}

@media screen and (max-width: 960px) {
  .header .header__button .header__a-block:hover .header__usl {
    background-color: #eb2227;
    color: #fff;
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg");
    background-repeat: no-repeat;
    background-position: 6px 10px;
    background-size: 24px 24px
  }

  .breadcrumbs {
    width: 770px
  }

  .breadcrumbs__text {
    font-size: 10px
  }

  .header__block>p {
    font-size: 13px
  }

  .header__usl {
    background-position: 7px 10px
  }

  .header__con {
    background-position: 4px 10px
  }

  .header__stat {
    background-position: 4px 10px
  }

  .header__onas {
    background-position: 7px 10px
  }

  .header__popups {
    padding-top: 10px;
    width: 519px;
    height: 293px;
  }

  .header__popup-text {
    width: 205px;
    font-size: 12px
  }

  .header__popup-img {
    max-width: 25px
  }

  .header__popup {
    width: 235px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px
  }

  .on {
    margin-left: 35px;
    margin-right: 15px
  }

  .usl {
    margin-left: 35px;
    margin-right: 15px
  }

  .con {
    margin-left: 30px;
    margin-right: 20px
  }

  .stat {
    margin-left: 30px;
    margin-right: 20px
  }

  .main-sec {
    height: 400px;
    background-size: 1150px 420px
  }

  .main-sec__left {
    padding-left: 0;
    margin-right: 4%
  }

  .main-sec__left-title {
    font-size: 32px
  }

  .main-sec__year {
    font-size: 90px
  }

  .main-sec__text {
    font-size: 18px
  }

  .brand {
    margin-bottom: 40px
  }

  .brand__title {
    font-size: 36px;
    margin-bottom: 15px
  }

  .brand__name {
    font-size: 30px
  }

  .brand__img {
    height: 55px
  }

  .catalog {
    height: 990px
  }

  .catalog__title {
    margin-bottom: 20px;
    font-size: 36px
  }

  .catalog__text {
    margin-bottom: 5px
  }

  .catalog__block {
    margin-right: 10px;
    margin-bottom: 10px
  }

  .catalog__bottom {
    height: 90px;
    padding-top: 5px
  }

  .catalog__img {
    width: 210px;
    height: 175px
  }

  .catalog__bottom {
    width: 210px
  }

  .seo {
    height: 390px
  }

  .seo__title {
    height: 50px;
    font-size: 30px
  }

  .seo__text {
    line-height: 30px;
    height: 220px
  }

  .forma {
    margin-bottom: 40px;
    padding-top: 20px;
    height: 280px
  }

  .forma__text {
    margin-bottom: 0;
    font-size: 22px
  }

  .forma__title {
    font-size: 35px;
    line-height: 37px
  }

  .forma__name {
    width: 270px;
    height: 45px
  }

  .forma__name::-moz-placeholder {
    font-size: 20px
  }

  .forma__name::placeholder {
    font-size: 20px
  }

  .forma__number {
    width: 270px;
    height: 45px
  }

  .forma__number::-moz-placeholder {
    font-size: 20px
  }

  .forma__number::placeholder {
    font-size: 20px
  }

  .forma__send {
    width: 270px;
    height: 45px;
    font-size: 20px
  }

  .forma__data {
    font-size: 12px
  }

  .advantages__title {
    font-size: 38px
  }

  .advantages__img {
    width: 50px
  }

  .question {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
  }

  .question__left {
    margin-right: 50px
  }

  .question__title {
    font-size: 36px;
    height: 40px
  }

  .question__text {
    font-size: 19px
  }

  .question__number {
    margin-bottom: 15px;
    width: 260px;
    height: 45px
  }

  .question__number::-moz-placeholder {
    font-size: 20px
  }

  .question__number::placeholder {
    font-size: 20px
  }

  .question__send {
    font-size: 20px;
    width: 260px;
    height: 45px
  }

  .contacts__title {
    margin-bottom: 30px;
    font-size: 40px
  }

  .contacts__left {
    margin-right: 40px
  }

  .contacts__addres {
    margin-bottom: 15px
  }

  .contacts__adress-top {
    margin-bottom: 10px
  }

  .contacts__img {
    margin-right: 10px;
    width: 35px;
    height: 35px
  }

  .contacts__block-title {
    font-size: 30px
  }

  .contacts__block-text {
    font-size: 17px
  }

  .contacts__phone {
    margin-bottom: 15px
  }

  .contacts__email {
    margin-bottom: 15px
  }

  .contacts__map {
    max-width: 450px;
    height: 380px
  }
}

@media screen and (max-width: 951px) {
  .out__img {
    margin-right: 35px;
    height: 195px
  }
}

@media screen and (max-width: 944px) {
  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 13px
  }

  .header__con {
    background-position: 7px 10px
  }

  .header__stat {
    background-position: 7px 10px
  }

  .header__onas {
    background-position: 8px 9px
  }

  .header__popup-text {
    width: 205px;
    font-size: 12px
  }

  .header__popup-img {
    max-width: 25px
  }

  .header__popup {
    width: 235px;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px
  }

  .usl {
    margin-left: 39px;
    margin-right: 13px
  }

  .sp {
    margin-left: 38px
  }

  .dvig {
    margin-left: 32px;
    margin-right: 9px
  }

  .con {
    margin-left: 35px;
    margin-right: 14px
  }

  .stat {
    margin-left: 35px;
    margin-right: 20px
  }

  .on {
    margin-right: 20px;
    margin-left: 40px
  }
}

@media screen and (max-width: 926px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    width: 374px
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 380px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 25px
  }

  .main-block__text {
    text-align: left;
    width: 340px;
    font-weight: 500;
    font-size: 17px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 210px;
    height: 50px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 17px
  }
}

@media screen and (max-width: 920px) {
  .main-sec {
    background-size: 1000px 350px;
    height: 340px
  }

  .main-sec__left {
    margin-right: 10%;
    padding-top: 30px
  }

  .main-sec__right {
    height: 130px
  }

  .main-sec__left-title {
    font-size: 25px
  }

  .main-sec__left-btn {
    font-size: 16px;
    width: 200px;
    height: 45px
  }

  .main-sec__year {
    font-size: 80px
  }

  .main-sec__text {
    font-size: 16px
  }

  .catalog {
    height: 1070px
  }

  .catalog__blocks {
    width: 900px
  }

  .catalog__block {
    width: 240px
  }

  .catalog__img {
    width: 240px;
    height: 195px
  }

  .catalog__bottom {
    width: 240px;
    height: 95px
  }

  .catalog__center {
    display: none
  }

  .catalog__center--active {
    display: block
  }

  .forma__text {
    font-size: 20px
  }

  .forma__title {
    font-size: 30px
  }

  .forma__name {
    width: 230px;
    height: 45px
  }

  .forma__name::-moz-placeholder {
    font-size: 17px
  }

  .forma__name::placeholder {
    font-size: 17px
  }

  .forma__number {
    width: 230px;
    height: 45px
  }

  .forma__number::-moz-placeholder {
    font-size: 17px
  }

  .forma__number::placeholder {
    font-size: 17px
  }

  .forma__send {
    width: 230px;
    height: 45px
  }

  .forma__data {
    font-size: 11px
  }

  .question {
    padding-top: 15px
  }

  .question__title {
    font-size: 30px;
    height: 30px
  }

  .question__text {
    font-size: 20px;
    line-height: 30px
  }

  .question__right {
    padding-top: 15px
  }

  .question__number {
    width: 230px;
    height: 40px
  }

  .question__number::-moz-placeholder {
    font-size: 16px
  }

  .question__number::placeholder {
    font-size: 16px
  }

  .question__send {
    width: 230px;
    height: 40px
  }

  .kia {
    display: none
  }
}

@media screen and (max-width: 904px) {
  .prev {
    margin-right: 15px;
    height: 45px
  }

  .next {
    margin-left: 15px;
    height: 45px
  }

  .slider__a {
    margin-right: 25px
  }

  .brand__img {
    margin-right: 8px;
    height: 45px
  }

  .brand__name {
    font-size: 27px
  }
}

@media screen and (max-width: 900px) {
  .service {
    height: 620px;
    padding-top: 20px;
    margin-bottom: 20px
  }

  .service__title {
    margin-bottom: 15px
  }

  .service__left {
    margin-right: 40px
  }

  .service__left-title {
    font-size: 24px;
    margin-bottom: 15px
  }

  .service__left-block {
    background-size: 25px 25px;
    width: 270px
  }

  .service__bl {
    margin-left: 30px
  }

  .service__text {
    font-size: 19px
  }

  .service__arrow {
    width: 27px;
    height: 16px
  }

  .service__right {
    width: 530px
  }

  .service__general {
    width: 530px
  }

  .service__dvigatel {
    width: 530px
  }

  .service__transmission {
    width: 530px
  }

  .service__obslug {
    width: 530px
  }

  .service__name {
    margin-right: 150px;
    font-size: 24px
  }

  .service__price {
    font-size: 24px
  }

  .service__usluga {
    width: 530px
  }

  .service__usluga-title {
    font-size: 18px
  }

  .service__usluga-line {
    width: 482px
  }

  .service__usluga-price {
    font-size: 21px
  }

  .catalog__block {
    width: 200px
  }

  .catalog__img {
    width: 200px;
    height: 180px
  }

  .catalog__bottom {
    width: 200px
  }

  .catalog__center {
    display: flex
  }

  .footer {
    height: 360px
  }

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

  .footer__four {
    padding-top: 10px
  }

  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 350px;
    height: 330px;
    position: absolute;
    top: 30%;
    left: 28%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }

  .forma__text-m {
    font-size: 23px;
    color: #373737;
  }

  .forma__close {
    width: 320px;
  }
}

@media screen and (max-width: 899px) {
  .car {
    margin-bottom: 25px
  }

  .car__works {
    width: 100%;
    justify-content: flex-start
  }

  .car__work {
    margin-right: 10px;
    margin-bottom: 14px;
    width: 320px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 100%
  }

  .car__images {
    height: 35px
  }

  .car__text {
    width: 260px;
    font-size: 15px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    display: none;
    height: 180px
  }
}

@media screen and (max-width: 880px) {
  .contacts__map {
    max-width: 450px;
    height: 360px
  }

  .seo {
    padding-bottom: 10px
  }
}

@media screen and (max-width: 875px) {
  .header__left-logo {
    font-size: 23px;
    margin-bottom: 0px
  }

  .header__left-text {
    font-size: 10px
  }

  .header__btn {
    width: 120px;
    height: 25px;
    font-size: 10px
  }

  .header__addres {
    margin-right: 10px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 11px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 11px
  }

  .header__time {
    margin-right: 10px
  }

  .header__time-hour {
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }
}

@media screen and (max-width: 869px) {
  .seo {
    height: 60px;
    padding-top: 30px;
    height: 420px;
    max-width: 92%
  }

  .seo__title {
    margin-bottom: 15px;
    font-size: 33px
  }

  .seo__text {
    font-size: 19px;
    width: 750px;
    height: 240px
  }
}

@media screen and (max-width: 865px) {
  .breadcrumbs {
    width: 742px
  }

  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 12px
  }


  .header__popup-text {
    width: 184px;
    font-size: 11px
  }

  .header__popup-img {
    max-width: 25px
  }

  .header__popup {
    width: 215px;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px
  }

  .header__con {
    background-position: 7px 10px
  }

  .header__stat {
    background-position: 7px 10px
  }

  .header__onas {
    background-position: 8px 9px
  }

  .usl {
    margin-left: 39px;
    margin-right: 13px
  }

  .sp {
    margin-left: 38px
  }

  .dvig {
    margin-left: 32px;
    margin-right: 9px
  }

  .con {
    margin-left: 35px;
    margin-right: 14px
  }

  .stat {
    margin-left: 35px;
    margin-right: 20px
  }

  .on {
    margin-right: 20px;
    margin-left: 40px
  }
}

@media screen and (max-width: 855px) {
  .main-sec__left {
    margin-right: 7%
  }

  .prev {
    margin-right: 15px;
    height: 45px
  }

  .next {
    margin-left: 15px;
    height: 45px
  }

  .slider__a {
    margin-right: 20px
  }

  .brand__img {
    margin-right: 8px;
    height: 40px
  }

  .brand__name {
    font-size: 26px
  }
}

@media screen and (max-width: 850px) {
  .seo {
    height: 350px
  }

  .seo__title {
    font-size: 30px
  }

  .seo__text {
    width: 680px;
    height: 200px;
    font-size: 17px
  }

  .contacts {
    align-items: flex-start
  }

  .contacts__block-bottom {
    flex-direction: column
  }

  .contacts__bl-bottom {
    display: flex
  }

  .contacts__img {
    width: 50px;
    height: 50px
  }

  .contacts__block-title {
    font-size: 35px
  }

  .contacts__adress-top {
    margin-bottom: 20px
  }

  .contacts__block-text {
    font-size: 21px
  }

  .contacts__block-top {
    margin: 0 auto
  }

  .contacts__phone {
    margin-right: 80px
  }

  .contacts__li {
    width: 650px;
    font-size: 20px
  }

  .contacts__map {
    max-width: 730px;
    width: 710px;
    height: 500px
  }

  .service {
    height: 560px
  }

  .service__title {
    font-size: 35px
  }

  .service__left-title {
    font-size: 22px
  }

  .service__general {
    width: 490px;
    height: 360px
  }

  .service__dvigatel {
    width: 490px;
    height: 360px
  }

  .service__transmission {
    width: 490px;
    height: 360px
  }

  .service__obslug {
    width: 490px;
    height: 360px
  }

  .service__usluga {
    padding-top: 5px;
    height: 60px;
    width: 490px
  }

  .service__usluga-line {
    width: 442px
  }

  .service__usluga-title {
    font-size: 17px
  }

  .service__usluga-price {
    font-size: 19px
  }

  .service__left-block {
    height: 50px;
    background-size: 20px 20px;
    width: 250px
  }

  .service__text {
    font-size: 17px
  }

  .service__arrow {
    width: 24px;
    height: 11px
  }

  .service__left {
    margin-right: 20px
  }

  .service__price {
    font-size: 22px
  }

  .service__name {
    font-size: 22px;
    margin-right: 26% !important
  }

  .footer {
    height: 380px
  }
}

@media screen and (max-width: 848px) {
  .catalog {
    height: 1750px
  }

  .catalog__blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
  }

  .catalog__block {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0
  }

  .catalog__center {
    display: none
  }

  .catalog__bottom-bl {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center
  }

  .catalog__a {
    width: 40%;
    height: 25%
  }

  .catalog__img {
    width: 95%;
    height: 225px
  }

  .catalog__btn {
    width: 140px;
    height: 27px
  }

  .catalog__bottom {
    width: 95%
  }

  .catalog__mob {
    width: 100%;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 840px) {
  .breadcrumbs {
    padding-bottom: 5px;
    margin-bottom: 0px
  }

  .car {
    margin-top: 5px
  }

  .brand__title {
    font-size: 32px
  }

  .question__left {
    width: 400px
  }

  .question__title {
    font-size: 28px
  }

  .question__text {
    font-size: 18px
  }

  .question__number {
    width: 200px;
    height: 40px
  }

  .question__send {
    width: 200px;
    height: 40px;
    font-size: 17px
  }

  .question__number::-moz-placeholder {
    font-size: 16px
  }

  .question__number::placeholder {
    font-size: 16px
  }
}

@media screen and (max-width: 834px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    width: 350px
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 380px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 25px
  }

  .main-block__text {
    text-align: left;
    width: 340px;
    font-weight: 500;
    font-size: 17px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 180px;
    height: 39px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 15px
  }
}

@media screen and (max-width: 828px) {
  .mit__title {
    margin-bottom: 0px !important
  }
}

@media screen and (max-width: 825px) {
  .breadcrumbs {
    width: 684px
  }

  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 12px
  }

  .header__con {
    background-position: 7px 10px
  }

  .header__stat {
    background-position: 7px 10px
  }

  .header__onas {
    background-position: 8px 9px
  }

  .header__popups {
    padding-top: 10px;
    width: 684px;
    height: 190px
  }

  .header__popup-text {
    width: 189px;
    font-size: 11px
  }

  .header__popup-img {
    max-width: 22px
  }

  .usl {
    margin-left: 39px;
    margin-right: 5px
  }

  .sp {
    margin-left: 38px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 32px;
    margin-right: 5px
  }

  .con {
    margin-left: 35px;
    margin-right: 5px
  }

  .stat {
    margin-left: 35px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 40px
  }
}

@media screen and (max-width: 819px) {
  .mit2 {
    margin-bottom: 30px
  }

  .mit2__car {
    height: 200px
  }

  .mit2__img {
    max-width: 180px
  }

  .mit2 .mit__name {
    margin-bottom: 10px
  }

  .mit2 .mit__send {
    font-size: 17px;
    width: 140px;
    height: 32px
  }

  .seo {
    padding-top: 30px;
    height: 400px;
    max-width: 92%
  }

  .seo__title {
    margin-bottom: 0px;
    font-size: 30px
  }

  .seo__text {
    font-size: 18px;
    width: 680px;
    height: 240px
  }
}

@media screen and (max-width: 815px) {
  .main-sec {
    height: 300px;
    background-size: 1000px 330px
  }

  .main-sec__left-title {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 23px;
    line-height: 30px
  }

  .main-sec__left-btn {
    font-size: 14px;
    width: 190px;
    height: 40px
  }

  .main-sec__year {
    font-size: 75px
  }

  .main-sec__text {
    margin-bottom: 7px;
    font-size: 15px
  }

  .brand__block {
    align-items: center
  }

  .brand__blocks {
    margin-right: 20px
  }

  .brand__arr-img-l {
    margin-right: 10px
  }

  .brand__img {
    margin-right: 5px;
    height: 45px
  }

  .brand__name {
    font-size: 28px
  }

  .brand__arr-img {
    width: 15px
  }

  .question {
    width: 650px
  }

  .question__left {
    width: 350px
  }

  .question__number {
    width: 190px;
    height: 40px
  }

  .question__send {
    width: 190px;
    height: 40px
  }

  .question__text {
    width: 400px;
    font-size: 17px
  }

  .forma {
    width: 680px
  }

  .forma__text {
    font-size: 17px
  }

  .forma__title {
    font-size: 27px;
    line-height: 33px
  }

  .forma__name {
    margin-bottom: 10px;
    width: 215px;
    height: 40px
  }

  .forma__name::-moz-placeholder {
    font-size: 17px
  }

  .forma__name::placeholder {
    font-size: 17px
  }

  .forma__number {
    margin-bottom: 10px;
    width: 215px;
    height: 40px
  }

  .forma__number::-moz-placeholder {
    font-size: 17px
  }

  .forma__number::placeholder {
    font-size: 17px
  }

  .forma__send {
    margin-bottom: 8px;
    font-size: 17px;
    width: 215px;
    height: 40px
  }

  .forma__data {
    font-size: 10px
  }

  .advantages__title {
    font-size: 35px
  }

  .contacts__map {
    height: 550px
  }
}

@media screen and (max-width: 800px) {
  .out {
    margin-bottom: 5px
  }

  .out__img {
    margin-right: 25px;
    height: 190px
  }

  .out__title {
    height: 35px
  }
}

@media screen and (max-width: 800px) {
  .service__title {
    font-size: 30px
  }

  .service__right {
    width: 450px
  }

  .service__text {
    font-size: 16px
  }

  .service__left-title {
    font-size: 21px
  }

  .service__left-block {
    background-size: 25px 25px;
    width: 230px
  }

  .service__name {
    font-size: 21px;
    margin-right: 15% !important
  }

  .service__price {
    font-size: 21px
  }

  .service__usluga {
    width: 450px
  }

  .service__general {
    width: 450px
  }

  .service__dvigatel {
    width: 450px
  }

  .service__transmission {
    width: 450px
  }

  .service__obslug {
    width: 450px
  }

  .service__usluga-line {
    width: 402px
  }

  .service__name {
    margin-right: 22% !important
  }

  .service__usluga-title {
    font-size: 15px
  }

  .service__usluga-price {
    font-size: 17px
  }

  .footer {
    height: 300px
  }

  .footer__phone {
    font-size: 16px
  }

  .footer__email {
    font-size: 16px
  }

  .footer__three {
    display: none
  }

  .footer__four {
    display: none
  }

  .footer__addres {
    font-size: 16px
  }

  .footer__grafick {
    font-size: 16px
  }
}

@media screen and (max-width: 797px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    width: 350px
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 320px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 20px
  }

  .main-block__text {
    text-align: left;
    width: 285px;
    font-weight: 500;
    font-size: 15px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 180px;
    height: 39px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 15px
  }
}

@media screen and (max-width: 793px) {
  .main-sec__left {
    margin-right: 5%
  }
}

@media screen and (max-width: 790px) {
  .forma__title {
    font-size: 25px
  }
}

@media screen and (max-width: 767px) {
  .header__left-logo {
    font-size: 23px;
    margin-bottom: 0px
  }

  .header__left-text {
    font-size: 10px
  }

  .header__btn {
    width: 120px;
    height: 25px;
    font-size: 10px
  }

  .header__addres {
    margin-right: 10px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 11px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 11px
  }

  .header__time {
    margin-right: 10px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }

  .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
  }
}

@media screen and (max-width: 765px) {
  .header-mb {
    display: block;
    padding-top: 5px
  }

  .header {
    display: none;
  }

  .seo {
    height: 350px
  }

  .seo__title {
    font-size: 27px
  }

  .seo__text {
    width: 630px;
    height: 200px;
    line-height: 25px;
    font-size: 16px
  }
}

@media screen and (max-width: 761px) {
  .breadcrumbs {
    width: 648px
  }

  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 11px
  }

  .header__con {
    background-position: 7px 10px
  }

  .header__stat {
    background-position: 7px 10px
  }

  .header__onas {
    background-position: 8px 9px
  }

  .header__popups {
    padding-top: 10px;
    width: 565px;
    height: 320px
  }

  .header__popup-text {
    width: 205px;
    font-size: 12px
  }

  .header__popup-img {
    max-width: 30px
  }

  .header__popup {
    width: 250px;
    height: 25px;
    margin-right: 8px;
    margin-left: 8px
  }

  .usl {
    margin-left: 39px;
    margin-right: 5px
  }

  .sp {
    margin-left: 38px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 32px;
    margin-right: 5px
  }

  .con {
    margin-left: 35px;
    margin-right: 5px
  }

  .stat {
    margin-left: 35px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 40px
  }
}

@media screen and (max-width: 754px) {
  .prev {
    margin-right: 15px;
    height: 45px
  }

  .next {
    margin-left: 15px;
    height: 45px
  }

  .slider__a {
    margin-right: 20px
  }

  .brand__img {
    margin-right: 8px;
    height: 40px
  }

  .brand__name {
    font-size: 26px
  }
}

@media screen and (max-width: 750px) {
  .header-mb {
    margin-bottom: 0px
  }

  .header__pop {
    position: absolute;
    flex-wrap: wrap;
    width: 200px;
    height: 240px;
    z-index: 2;
    right: 1rem;
    background-color: #fff
  }

  .header__pop--none {
    display: none
  }

  .header__popup-text {
    width: 100px;
    font-size: 14px
  }

  .header__popup-img {
    max-width: 40px;
    margin-right: 10px
  }

  .header__popup {
    justify-content: flex-start;
    width: 200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 40px;
    border: 1px solid #d1d1d1;
    margin-right: 0;
    margin-left: 0
  }

  .header-mb {
    display: block;
    padding-top: 5px
  }

  .header-mb__button-n {
    display: none
  }

  .header-mb__menu-btn {
    margin-top: 3px;
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/menu.png);
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    border: none
  }

  .header-mb__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
  }

  .header-mb__left {
    display: flex;
    padding-top: 0px
  }

  .header-mb__left-bottom {
    margin-right: 5px
  }

  .header-mb__right {
    display: flex;
    flex-direction: column;
    padding-top: 4px
  }

  .header-mb__left-logo {
    margin-bottom: 5px;
    height: 16px;
    font-size: 22px
  }

  .header-mb__left-text {
    margin-top: 3px;
    font-weight: 100;
    font-size: 9px;
    width: 90px
  }

  .header-mb__center {
    display: flex
  }

  .header-mb__addres {
    display: flex;
    align-items: center;
    margin-right: 0px;
    font-size: 9px
  }

  .header-mb__time {
    display: flex;
    flex-direction: row;
    margin-right: 20px
  }

  .header-mb__time-hour {
    font-size: 10px;
    margin-right: 5px;
  }

  .header-mb__time-day {
    font-size: 9px;
    font-weight: 100
  }

  .header-mb__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
  }

  .header-mb__phone-one {
    margin-right: 7px;
    font-size: 9px;
  }

  .header-mb__phone-two {
    margin-right: 0px;
    font-size: 9px;
  }

  .header-mb__button {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .header-mb__btn {
    width: 125px;
    height: 25px;
    border-radius: 4px;
    background: #eb2227;
    border: none;
    color: #fff;
    font-size: 11px;
    margin-right: 16px;
    margin-bottom: 8px;
    cursor: pointer
  }

  .header-mb__btn:hover {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ff0004;
    color: #ff0004;
    cursor: pointer
  }

  .header-mb__block {
    display: flex;
    box-sizing: border-box;
    padding-top: 10px;
    border: 1px solid #d1d1d1;
    background: #fff;
    height: 45px
  }

  .header-mb__block:hover {
    background: #eb2227;
    border: 1px solid #eb2227;
    color: #fff
  }

  .header-mb__usl {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service.svg");
    background-repeat: no-repeat;
    background-position: 32px 11px;
    background-size: 24px 24px
  }

  .header-mb__sp {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo.svg");
    background-repeat: no-repeat;
    background-position: 35px 9px;
    background-size: 24px 24px
  }

  .header-mb__sp:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo-white.svg");
    background-repeat: no-repeat;
    background-position: 35px 9px;
    background-size: 24px 24px
  }

  .header-mb__usl:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service-white.svg");
    background-repeat: no-repeat;
    background-position: 32px 11px;
    background-size: 24px 24px
  }

  .header-mb__dvig {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine.svg");
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 24px 24px
  }

  .header-mb__dvig:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine-white.svg");
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 24px 24px
  }

  .header-mb__con {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__con:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact-white.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__stat {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__stat:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia-white.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__onas {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about.svg");
    background-repeat: no-repeat;
    background-position: 28px 9px;
    background-size: 24px 24px
  }

  .header-mb__onas:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about-white.svg");
    background-repeat: no-repeat;
    background-position: 28px 9px;
    background-size: 24px 24px
  }

  .contacts__map {
    width: 385px;
    height: 300px;
  }

  .header-mb__block>p {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px
  }

  .header-mb__svg {
    width: 24px;
    height: 24px;
    margin-right: 5px
  }

  .header {
    display: none
  }

  .header__button {
    display: none
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 100px;
    height: 23px;
    font-size: 8px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }

  .header__block>p {
    font-size: 8px
  }

  .header__sp {
    background-position: 2px 5px
  }

  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }

  .catalog {
    height: 1750px
  }

  .catalog__blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
  }

  .catalog__block {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0
  }

  .catalog__center {
    display: none
  }

  .catalog__a {
    width: 50% !important;
  }

  .catalog__img {
    width: 100%;
    height: 152px !important;
  }

  .catalog__btn {
    width: 140px;
    height: 27px
  }

  .catalog__bottom {
    width: 95%
  }

  .catalog__mob {
    width: 100%;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 740px) {
  .seo {
    padding-top: 20px;
    height: 320px;
    max-width: 92%
  }

  .seo__title {
    margin-bottom: 0px;
    font-size: 27px
  }

  .seo__text {
    font-size: 16px;
    width: 630px;
    height: 180px;
    line-height: 25px
  }

  .advantages__title {
    margin-bottom: 30px;
    font-size: 32px
  }

  .advantages__img {
    margin-bottom: 15px
  }

  .advantages__top {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 25px
  }

  .advantages__block {
    margin-right: 20px
  }
}

@media screen and (max-width: 735px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    width: 348px
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 320px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 20px
  }

  .main-block__text {
    text-align: left;
    width: 285px;
    font-weight: 500;
    font-size: 15px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 170px;
    height: 34px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 14px
  }

  .main-block__left {
    margin-left: 2.8rem
  }
}

@media screen and (max-width: 733px) {
  .car {
    margin-bottom: 25px
  }

  .car__works {
    width: 100%;
    justify-content: flex-start
  }

  .car__work {
    margin-right: 0px;
    margin-bottom: 14px;
    width: 320px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 100%
  }

  .car__images {
    height: 35px
  }

  .car__text {
    width: 260px;
    font-size: 15px
  }

  .car__title {
    font-size: 27px
  }

  .car__photo {
    display: none;
    height: 180px
  }
}

@media screen and (max-width: 730px) {
  .catalog__more {
    padding-top: 4px;
    width: 200px;
    height: 40px
  }

  .catalog p {
    font-size: 16px
  }

  .forma {
    height: 250px
  }

  .forma__title {
    font-size: 23px
  }
}

@media screen and (max-width: 725px) {
  .breadcrumbs {
    width: 564px
  }

  .container {
    max-width: 90%
  }

  .header__block>p {
    font-size: 11px
  }

  .header__con {
    background-position: 2px 13px;
    background-size: 18px 18px
  }

  .header__stat {
    background-position: 3px 14px;
    background-size: 18px 18px
  }

  .header__sp {
    background-position: 2px 11px;
    background-size: 18px 18px
  }

  .header__dvig {
    background-position: 3px 13px;
    background-size: 18px 18px
  }

  .header__onas {
    background-position: 3px 13px;
    background-size: 18px 18px
  }

  .header__usl {
    background-position: 3px 13px;
    background-size: 18px 18px
  }

  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }

  .seo {
    padding-top: 10px;
    height: 300px
  }

  .seo__title {
    font-size: 25px
  }

  .seo__text {
    width: 590px;
    font-size: 15px;
    line-height: 23px
  }

  .contacts__title {
    font-size: 35px
  }

  .contacts__block-title {
    font-size: 30px
  }

  .contacts__img {
    width: 40px;
    height: 40px
  }

  .contacts__adress-top {
    margin-bottom: 10px
  }

  .contacts__phone-top {
    margin-bottom: 10px
  }

  .contacts__email-top {
    margin-bottom: 10px
  }

  .contacts__block-text {
    font-size: 20px
  }

  .contacts__work-top {
    margin-bottom: 10px
  }

  .contacts__li {
    font-size: 19px
  }

  .contacts__map {
    width: 570px;
    height: 450px
  }
}

@media screen and (max-width: 720px) {
  .forma__text {
    font-size: 16px;
    height: 40px
  }

  .forma__title {
    font-size: 21px;
    line-height: 25px
  }
}

@media screen and (max-width: 733px) {
  .car {
    margin-bottom: 25px
  }

  .car__works {
    width: 100%;
    justify-content: flex-start
  }

  .car__work {
    margin-right: 0px;
    margin-bottom: 14px;
    width: 305px
  }

  .car__right {
    height: 100%
  }

  .car__works {
    width: 100%
  }

  .car__images {
    height: 30px
  }

  .car__text {
    width: 260px;
    font-size: 15px
  }

  .car__title {
    margin-bottom: 10px;
    font-size: 25px
  }

  .car__photo {
    display: none;
    height: 180px
  }
}

@media screen and (max-width: 725px) {
  .header .header__button .header__a-block:hover .header__usl {
    background-color: #eb2227;
    color: #fff;
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg");
    background-repeat: no-repeat;
    background-position: 3px 13px;
    background-size: 18px 18px
  }
}

@media screen and (max-width: 707px) {
  .main-block {
    background-repeat: no-repeat;
    display: flex
  }

  .main-block__kap-rem {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/background__fone2.png);
  }

  .main-block__diag {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/diagnost2.png);
  }

  .main-block__rem-t {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontturbin2.png);
  }

  .main-block__reg-k {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/regulirovka-k2.png);
  }

  .main-block__remkpp {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontmkpp2.png);
  }

  .main-block__remdiz {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontdiz2.png);
  }

  .main-block_rem-tnvd {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remonttnvd2.png);
  }

  .main-block__remfor {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontfor2.png);
  }

  .main-block__texobs {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/textobsl2.png);
  }

  .main-block__promivk {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontfor2.webp);
  }

  .main-block__remgbc {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontgbc2.png);
  }

  .main-block__rembloka {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontbloka2.webp);
  }

  .main-block__zamenarem {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remotcep2.png);
  }

  .main-block__remoxl {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/remontsistem2.webp);
  }

  .main-block__chiptun {
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/chip2.webp);
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    width: 390px
  }

  .main-block__preims {
    margin-bottom: 20px;
    width: 445px
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 25px
  }

  .main-block__text {
    text-align: left;
    width: 415px;
    font-weight: 500;
    font-size: 17px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 180px;
    height: 38px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 15px
  }

  .main-block__left {
    padding-top: 10px;
    margin-left: 2.8rem
  }
}

@media screen and (max-width: 700px) {
  .mit2__car {
    height: 180px;
    margin-right: 15px
  }

  .mit2__img {
    max-width: 160px
  }

  .mit2 .mit__name {
    font-size: 18px;
    margin-bottom: 10px
  }

  .mit2 .mit__send {
    font-size: 17px;
    width: 140px;
    height: 32px
  }

  .service-con {
    margin-bottom: 30px;
    height: 615px
  }

  .service {
    width: 600px
  }

  .service__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 650px
  }

  .service__block {
    width: 650px;
    flex-direction: column
  }

  .service__dv {
    background-image: none
  }

  .service__tr {
    background-image: none
  }

  .service__obs {
    background-image: none
  }

  .service__arrow {
    display: none
  }

  .service__name {
    font-size: 20px;
    margin-right: 38% !important
  }

  .service__price {
    font-size: 20px
  }

  .service__left-title {
    font-size: 16px
  }

  .service__left {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center
  }

  .service__left-df {
    flex-direction: row
  }

  .service__left-title {
    margin-right: 25px
  }

  .service__dv:hover {
    background-image: none
  }

  .service__tr:hover {
    background-image: none
  }

  .service__obs:hover {
    background-image: none
  }

  .service__dv {
    width: 115px
  }

  .service__tr {
    width: 130px
  }

  .service__obs {
    width: 150px
  }

  .service__left-block {
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 14px;
    padding-right: 0;
    background-position: 7px 12px;
    height: 40px
  }

  .service__text {
    font-size: 16px
  }

  .service__arrow {
    width: 20px
  }

  .service__right-top {
    justify-content: center
  }

  .service__general {
    width: 563px
  }

  .service__dvigatel {
    width: 563px
  }

  .service__transmission {
    width: 563px
  }

  .service__obslug {
    width: 563px
  }

  .service__usluga {
    width: 563px
  }

  .service__bl {
    margin-left: 0
  }

  .service__usluga-div {
    width: 510px
  }

  .service__usluga-line {
    width: 510px
  }

  .service__usluga-title {
    font-size: 18px
  }

  .service__usluga-price {
    font-size: 20px
  }
}

@media screen and (max-width: 697px) {
  .forma__name {
    padding-left: 20px;
    width: 195px;
    height: 35px
  }

  .forma__number {
    padding-left: 20px;
    width: 195px;
    height: 35px
  }

  .forma__send {
    width: 195px;
    height: 35px
  }

  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 290px;
    height: 280px;
    position: absolute;
    top: 30%;
    left: 28%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }

  .forma__text-m {
    font-size: 18px;
    color: #373737;
  }

  .forma__close {
    width: 270px;
    margin-bottom: 5px;
  }

  .forma__d {
    width: 220px;
  }

  .forma__cl-png {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 688px) {

  .seo {
    padding-top: 20px;
    height: 320px;
    max-width: 92%
  }

  .seo__title {
    margin-bottom: 0px;
    font-size: 24px
  }

  .seo__text {
    font-size: 16px;
    width: 580px;
    height: 180px;
    line-height: 25px
  }

  .seo__bolee-text {
    font-size: 18px
  }
}

@media screen and (max-width: 678px) {
  .car__title {
    font-size: 22px
  }

  .car__works {
    justify-content: center
  }

  .car__work {
    justify-content: center;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 158px;
    height: 65px;
    background: #e93b40
  }

  .car__text {
    width: 98px;
    font-size: 13px;
    text-align: center
  }

  .car__images {
    margin-right: 0px;
    height: 28px
  }
}

@media screen and (max-width: 678px) {
  .car {
    padding-top: 5px
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 120px;
    height: 25px;
    font-size: 10px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 10px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 10px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }
}

@media screen and (max-width: 675px) {
  .header .header__button .header__a-block:hover .header__usl {
    background-color: #eb2227;
    color: #fff;
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg");
    background-repeat: no-repeat;
    background-position: 3px 7px;
    background-size: 18px 18px
  }

  .header__block {
    padding-top: 4px;
    height: 35px
  }

  .header__usl {
    background-position: 3px 7px
  }

  .header__dvig {
    background-position: 3px 8px
  }

  .header__sp {
    background-position: 2px 6px
  }

  .header__con {
    background-position: 2px 7px
  }

  .header__stat {
    background-position: 2px 7px
  }

  .header__onas {
    background-position: 2px 8px
  }

  .main-sec {
    height: 260px;
    background-size: 900px 280px
  }

  .main-sec__left-title {
    font-size: 20px;
    line-height: 27px
  }

  .main-sec__left-btn {
    font-size: 13px;
    width: 170px;
    height: 35px
  }

  .main-sec__year {
    font-size: 65px
  }

  .main-sec__text {
    font-size: 13px;
    line-height: 100%
  }

  .brand__title {
    margin-bottom: 5px;
    font-size: 28px
  }

  .brand__img {
    height: 40px
  }

  .brand__name {
    font-size: 26px
  }

  .brand__arr-img {
    width: 13px
  }

  .catalog {
    height: 980px
  }

  .catalog__title {
    margin-bottom: 10px;
    font-size: 28px
  }

  .catalog__img {
    width: 200px;
    height: 175px
  }

  .catalog__bottom {
    width: 200px
  }

  .catalog__block {
    width: 200px
  }

  .catalog__text {
    font-size: 15px
  }

  .forma {
    padding-top: 10px;
    padding-left: 20px;
    flex-direction: column;
    height: 215px
  }

  .forma__form {
    flex-direction: row
  }

  .forma__text {
    font-size: 18px
  }

  .forma__title {
    width: 470px;
    margin-right: 0;
    font-size: 24px
  }

  .forma__name {
    padding-left: 10px;
    padding-bottom: 1px;
    margin-right: 10px;
    width: 180px;
    height: 35px
  }

  .forma__number {
    padding-left: 10px;
    padding-bottom: 7px;
    margin-right: 10px;
    width: 180px;
    height: 35px
  }

  .forma__send {
    padding-left: 10px;
    padding-bottom: 7px;
    width: 180px;
    height: 35px
  }

  .forma__data {
    font-size: 9px;
    line-height: 14px
  }

  .advantages {
    margin-bottom: 40px
  }

  .advantages__bottom {
    font-size: 14px
  }

  .advantages__title {
    font-size: 30px;
    margin-bottom: 15px
  }

  .question {
    margin-bottom: 20px
  }

  .question__left {
    margin-right: 30px;
    width: 310px
  }

  .question__title {
    font-size: 27px;
    height: 40px;
    margin-bottom: 5px
  }

  .question__text {
    font-size: 16px;
    width: 340px;
    line-height: 25px
  }

  .question__number {
    width: 180px;
    height: 40px
  }

  .question__number::-moz-placeholder {
    font-size: 15px
  }

  .question__number::placeholder {
    font-size: 15px
  }

  .question__send {
    font-size: 16px;
    width: 180px;
    height: 40px
  }

  .contacts__title {
    font-size: 33px;
    margin-bottom: 5px
  }

  .contacts__block-title {
    font-size: 28px
  }

  .contacts__block-text {
    font-size: 18px
  }

  .contacts__li {
    font-size: 18px
  }
}

@media screen and (max-width: 675px) {
  .brand__img {
    width: unset !important;
  }

  .out {
    margin-bottom: 40px
  }

  .forma__text-top {
    display: flex
  }

  .forma__send {
    font-size: 16px;
    width: 160px
  }
}

@media screen and (max-width: 654px) {
  .out {
    margin-bottom: 0
  }

  .out__title {
    margin-bottom: 0
  }

  .prev {
    margin-right: 15px;
    height: 45px
  }

  .next {
    margin-left: 10px;
    height: 45px
  }

  .slider__a {
    margin-right: 27px
  }

  .brand__img {
    margin-right: 10px;
    height: 50px
  }

  .brand__name {
    font-size: 30px
  }
}

@media screen and (max-width: 650px) {
  .contacts__map {
    width: 530px
  }

  .main-sec {
    margin-bottom: 20px
  }

  .seo {
    height: 290px;
    margin-bottom: 40px
  }

  .seo__title {
    font-size: 22px
  }

  .seo__text {
    font-size: 16px;
    width: 530px;
    height: 160px
  }
}

@media screen and (max-width: 637px) {
  .seo {
    padding-top: 20px;
    height: 320px;
    max-width: 92%
  }

  .seo__title {
    height: 50px;
    margin-bottom: 0px;
    font-size: 22px
  }

  .seo__text {
    font-size: 14px;
    width: 540px;
    height: 180px;
    line-height: 25px
  }
}

@media screen and (max-width: 635px) {
  .out {
    margin-bottom: 25px
  }

  .out__title {
    font-size: 27px;
    margin-bottom: 10px
  }

  .advantages__title {
    font-size: 20px;
    line-height: 100% !important;
    height: unset !important;
  }

  .out__img {
    margin-right: 13px;
    height: 100% !important;
  }

  .forma__name {
    width: 160px
  }

  .forma__name::-moz-placeholder {
    font-size: 15px
  }

  .forma__name::placeholder {
    font-size: 15px
  }

  .forma__number::-moz-placeholder {
    font-size: 15px
  }

  .forma__number::placeholder {
    font-size: 15px
  }

  .forma__number {
    width: 160px
  }
}

@media screen and (max-width: 632px) {
  .breadcrumbs {
    width: 529px
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 100px;
    height: 23px;
    font-size: 8px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }

  .header__block>p {
    font-size: 10px
  }


  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }
}

@media screen and (max-width: 620px) {
  .main-block {
    margin-bottom: 20px
  }

  .forma {
    width: 570px;
    margin-bottom: 30px
  }

  .forma__main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 290px;
    height: 280px;
    position: absolute;
    top: 30%;
    left: 28%;
    border: 2px solid #eb2227;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
  }

  .forma__text-m {
    font-size: 18px;
    color: #373737;
  }

  .forma__close {
    width: 270px;
    margin-bottom: 5px;
  }

  .forma__d {
    width: 220px;
  }

  .forma__cl-png {
    width: 20px;
    height: 20px;
  }

  .forma__text {
    font-size: 17px
  }

  .forma__title {
    margin-bottom: 5px;
    width: 420px;
    font-size: 22px
  }

  .forma__name {
    width: 170px
  }

  .forma__name::-moz-placeholder {
    font-size: 16px
  }

  .forma__name::placeholder {
    font-size: 16px
  }

  .forma__number {
    width: 170px
  }

  .forma__number::-moz-placeholder {
    font-size: 16px
  }

  .forma__number::placeholder {
    font-size: 16px
  }

  .forma__send {
    font-size: 16px;
    width: 170px
  }

  .forma__data {
    font-size: 13px;
    width: 450px
  }

  .advantages__title {
    font-size: 28px
  }

  .advantages__blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
  }

  .advantages__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 230px
  }

  .advantages__bottom {
    width: 200px;
    font-size: 16px
  }

  .advantages__block:last-child {
    margin-bottom: 0
  }

  .advantages__block2 {
    margin-right: 0;
    margin-bottom: 0
  }

  .catalog {
    height: 920px
  }

  .catalog__img {
    width: 190px;
    height: 155px
  }

  .catalog__bottom {
    width: 190px
  }

  .catalog__block {
    margin-right: 7px;
    margin-bottom: 7px;
    width: 190px
  }

  .seo {
    padding-top: 10px
  }
}

@media screen and (max-width: 619px) {
  .main-sec {
    background-size: 780px 280px
  }

  .main-sec__left-title {
    font-size: 19px;
    margin-top: 0;
    line-height: 22px
  }

  .main-sec__left-btn {
    width: 160px;
    height: 35px
  }

  .main-sec__year {
    font-size: 59px
  }

  .main-sec__text {
    font-size: 12px
  }
}

@media screen and (max-width: 600px) {
  .header__left-logo {
    font-size: 19px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 8px
  }

  .header__btn {
    width: 90px;
    height: 20px;
    font-size: 7px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 9px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 9px
  }

  .header__time-day {
    font-size: 8px
  }

  .service__title {
    font-size: 26px
  }

  .service__left-title {
    margin-right: 20px;
    font-size: 15px
  }
}

@media screen and (max-width: 591px) {
  .breadcrumbs {
    width: 494px
  }

  .header {
    margin-bottom: 20px
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 90px;
    height: 20px;
    font-size: 7px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 9px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 9px
  }

  .header__time-day {
    font-size: 9px
  }

  .header__block>p {
    font-size: 9px
  }

  .header__sp {
    background-position: 2px 6px
  }

  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }

  .main-sec {
    margin-bottom: 10px
  }

  .main-sec__year {
    margin-bottom: 10px
  }

  .main-sec__text {
    margin-bottom: 15px
  }

  .main-sec__top {
    justify-content: center
  }

  .main-sec__left-title {
    font-size: 17px
  }

  .main-sec__left-btn {
    font-size: 11px;
    width: 140px;
    height: 30px
  }

  .brand {
    margin-bottom: 20px
  }

  .brand__blocks {
    margin-right: 10px
  }

  .brand__title {
    font-size: 23px
  }

  .brand__name {
    font-size: 24px
  }

  .catalog {
    height: 840px
  }

  .catalog__block {
    width: 180px
  }

  .catalog__img {
    width: 180px;
    height: 145px
  }

  .catalog__text {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    height: 37px
  }

  .catalog__btn {
    width: 130px;
    height: 22px;
    font-size: 13px
  }

  .catalog__bottom {
    width: 180px;
    height: 78px
  }

  .seo {
    height: 240px;
    padding-top: 0;
    margin-bottom: 20px
  }

  .seo__title {
    font-size: 20px
  }

  .seo__text {
    height: 140px;
    width: 90% !important;
    line-height: 20px
  }

  .forma {
    width: 510px;
    height: 205px
  }

  .forma__text {
    height: 30px;
    font-size: 14px
  }

  .forma__title {
    font-size: 20px
  }

  .forma__name {
    width: 150px
  }

  .forma__name::-moz-placeholder {
    font-size: 14px
  }

  .forma__name::placeholder {
    font-size: 14px
  }

  .forma__number {
    width: 150px
  }

  .forma__number::-moz-placeholder {
    font-size: 14px
  }

  .forma__number::placeholder {
    font-size: 14px
  }

  .forma__send {
    width: 150px;
    font-size: 14px
  }

  .forma__data {
    width: 400px;
    font-size: 12px
  }

  .advantages {
    margin-bottom: 20px
  }

  .advantages__title {
    font-size: 25px
  }

  .question__form {
    padding-top: 5px
  }

  .question__number {
    margin-bottom: 10px;
    width: 170px;
    height: 35px
  }

  .question__send {
    width: 170px;
    height: 35px
  }

  .question__left {
    width: 280px
  }

  .question__title {
    font-size: 25px
  }

  .question__text {
    line-height: 20px;
    font-size: 14px;
    width: 300px
  }
}

@media screen and (max-width: 589px) {
  .seo {
    padding-top: 5px;
    height: 280px;
    max-width: 92%
  }

  .seo__title {
    height: 50px;
    margin-bottom: 0px;
    font-size: 20px
  }

  .seo__text {
    font-size: 15px;
    width: 500px;
    height: 180px;
    line-height: 20px
  }
}

@media screen and (max-width: 584px) {
  .mit2__car {
    height: 200px;
    margin-right: 20px;
    margin-bottom: 40px
  }

  .mit2__img {
    max-width: 220px
  }

  .mit2 .mit__name {
    font-size: 20px;
    margin-bottom: 10px
  }

  .mit2 .mit__send {
    font-size: 17px;
    width: 140px;
    height: 32px
  }
}

@media screen and (max-width: 577px) {
  .car__title {
    font-size: 22px
  }

  .car__works {
    justify-content: center
  }

  .car__work {
    justify-content: center;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 145px;
    height: 65px;
    background: #e93b40
  }

  .car__text {
    width: 85px;
    font-size: 12px;
    text-align: center
  }

  .car__images {
    margin-right: 0px;
    height: 28px
  }
}

@media screen and (max-width: 577px) {
  .car__title {
    font-size: 20px
  }

  .car__works {
    justify-content: center
  }

  .car__work {
    justify-content: center;
    margin-right: 10px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 130px;
    height: 50px;
    background: #e93b40
  }

  .car__text {
    width: 80px;
    font-size: 11px;
    text-align: center
  }

  .car__images {
    margin-right: 0px;
    height: 25px
  }
}

@media screen and (max-width: 562px) {
  .main-sec {
    background-size: 660px 260px
  }
}

@media screen and (max-width: 560px) {
  .main-sec {
    background-size: 660px 250px;
    height: 240px;
    margin-bottom: 0
  }

  .main-sec__top {
    justify-content: flex-start
  }

  .main-sec__year {
    margin-bottom: 20px;
    font-size: 57px
  }

  .main-sec__text {
    font-size: 11px;
    margin-bottom: 27px
  }

  .brand__title {
    margin-bottom: 10px;
    height: 40px
  }

  .catalog {
    height: 800px
  }

  .catalog__img {
    width: 170px;
    height: 135px
  }

  .catalog__bottom {
    width: 170px
  }

  .catalog__block {
    width: 170px
  }
}

@media screen and (max-width: 554px) {
  .mit__car {
    margin-right: 30px;
    height: 200px
  }

  .mit__img {
    min-width: 170px
  }

    .mit__send {
        width: 165px;
        height: 40px;
        font-size: 20px;
    }

  .mit__name {
    margin-bottom: 5px;
    font-size: 21px
  }

  .seo {
    padding-top: 5px;
    height: 280px;
    max-width: 92%
  }

  .seo__title {
    height: 50px;
    margin-bottom: 0px;
    font-size: 19px
  }

  .seo__text {
    font-size: 14px;
    width: 470px;
    height: 180px;
    line-height: 25px
  }

  .seo__bolee-text {
    font-size: 17px
  }
}

@media screen and (max-width: 550px) {
  .blogs__preview {
    color: #1c1c1c;
    line-height: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
  .blogs__1, .blogs__2, .blogs__3 {
    max-width: 100%;
    border: 1px solid #202020;
    border-radius: 5px;
}
.blogs__img {
    height: 100%;
    margin-bottom: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

  .cookie-banner__content {
    margin-bottom: 5px;
  }

  .cookie-banner__buttons {
    margin-bottom: 8px;
  }

  .header .header__button .header__a-block:hover .header__usl {
    background-color: #eb2227;
    color: #fff;
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/transmission-white.svg");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 18px 18px
  }

  .service__left-title {
    font-size: 18px;
    margin-right: 0;
  }

  .main-block {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
  }

  .main-block__title {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    line-height: 25px;
    width: 365px;
  }

  .main-block__preims {
    margin-bottom: 15px;
    width: 307px;
  }

  .main-block__preim {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .main-block__preim:last-child {
    margin-bottom: 0
  }

  .main-block__svg {
    height: 21px;
    margin-right: 5px;
  }

  .main-block__text {
    text-align: left;
    width: 415px;
    font-weight: 500;
    font-size: 15px
  }

  .main-block__images {
    width: 795px;
    height: 586px
  }

  .main-block__btn {
    margin-bottom: 65px;
    border: 2px solid #eb2227;
    border-radius: 6px;
    width: 180px;
    height: 38px;
    background-color: #eb2227;
    color: #fff;
    font-weight: 500;
    font-size: 15px
  }

  .main-block__left {
    margin-left: 1.3rem !important;
  }

  .breadcrumbs {
    padding-top: 10px;
    margin-bottom: 10px;
    width: 459px;
  }

  .breadcrumbs__text {
    font-size: 8px
  }

  .header__popups {
    padding-top: 10px;
    width: 460px;
    height: 320px
  }

  .header__popup-text {
    width: 184px;
    font-size: 11px
  }

  .header__popup-img {
    max-width: 25px
  }

  .header__popup {
    width: 210px;
    height: 25px;
    margin-right: 8px;
    margin-left: 8px
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 100px;
    height: 23px;
    font-size: 8px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 10px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }

  .header__block {
    padding-top: 0;
    height: 30px
  }

  .header__block>p {
    font-size: 8px
  }

  .header__con {
    background-position: 2px 6px;
    background-size: 14px 14px
  }

  .header__stat {
    background-position: 3px 6px;
    background-size: 14px 14px
  }

  .header__sp {
    background-position: 2px 6px;
    background-size: 14px 14px
  }

  .header__dvig {
    background-position: 3px 6px;
    background-size: 14px 14px
  }

  .header__onas {
    background-position: 3px 6px;
    background-size: 14px 14px
  }

  .header__usl {
    background-position: 3px 6px;
    background-size: 14px 14px
  }

  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }

  .contacts__map {
    width: 470px
  }

  .service {
    width: 500px
  }

  .service__title {
    font-size: 24px
  }

  .service__block {
    width: 500px
  }

  .service__left-title {
    font-size: 14px
  }

  .service__left-block {
    margin-right: 5px
  }

  .service__right {
    width: 500px
  }

  .service__right-top {
    width: 500px
  }

  .service__general {
    width: 500px
  }

  .service__dvigatel {
    width: 500px
  }

  .service__transmission {
    width: 500px
  }

  .service__obslug {
    width: 500px
  }

  .service__usluga {
    width: 500px
  }

  .service__usluga-div {
    width: 450px
  }

  .service__usluga-title {
    font-size: 16px
  }

  .service__usluga-line {
    width: 450px
  }

  .service__usluga-price {
    font-size: 18px
  }

  .service__name {
    margin-right: 35% !important;
    font-size: 19px
  }

  .service__price {
    font-size: 19px
  }

  .service__dv {
    width: 100px
  }

  .service__tr {
    width: 115px
  }

  .service__obs {
    margin-right: 0;
    width: 127px
  }

  .service__text {
    font-size: 14px
  }

  .footer__one {
    margin-right: 10px
  }

  .footer__logo {
    font-size: 25px
  }

  .footer__servis {
    font-size: 11px
  }

  .footer__phone {
    font-size: 15px
  }

  .footer__email {
    font-size: 15px
  }

  .footer__addres {
    font-size: 15px
  }

  .footer__grafick {
    width: 180px;
    font-size: 15px
  }

  .footer__toyota {
    margin-right: 4px
  }

  .footer__lexus {
    margin-right: 12px
  }

  .footer__nissan {
    margin-right: 18px
  }

  .footer__hyundai {
    margin-right: 4px
  }

  .footer__kia {
    margin-right: 4px
  }

  .footer__two {
    margin-right: 60px
  }

  .footer__ul-five {
    margin-bottom: 15px
  }

  .footer__a-five {
    font-size: 17px
  }
}

@media screen and (max-width: 540px) {
  .header__left-logo {
    font-size: 18px;
    margin-bottom: 0px;
    height: 18px
  }

  .header__left-text {
    font-size: 8px
  }

  .header__btn {
    width: 90px;
    height: 20px;
    font-size: 7px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 8px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 8px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 8px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 9px
  }

  .header__time-day {
    font-size: 8px
  }
}

@media screen and (max-width: 577px) {
  .car__title {
    font-size: 20px
  }

  .car__works {
    justify-content: center
  }

  .car__work {
    justify-content: center;
    margin-right: 10px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 140px;
    height: 65px;
    background: #e93b40;
    gap: 5px !important;
  }

  .car__text {
    width: 85px;
    font-size: 12px;
    text-align: center
  }

  .car__images {
    margin-right: 0px;
    height: 28px
  }
}
@media screen and (max-width: 535px) {
    .out .slick-track {
        height: 100%;
    }
}

@media screen and (max-width: 531px) {
  .cookie-banner {
    max-height: 190px;
  }

  .main-sec {
    height: 230px;
    background-size: 660px 230px
  }

    .main-sec__year {
        margin-bottom: 49px;
        font-size: 46px;
    }

  .main-sec__text {
    margin-bottom: 35px
  }

  .catalog {
    height: 670px
  }

  .catalog__blocks {
    width: 100%
  }

  .catalog__mob {
    display: none
  }

  .catalog__a {
    height: 20%
  }

  .catalog__block {
    width: 96%
  }

  .catalog__img {
    width: 100%;
    height: 180px
  }

  .catalog__bottom {
    width: 100%;
    height: 72px
  }

  .catalog__text {
    font-size: 14px !important;
    width: 210px
  }

  .forma__name {
    width: 142px
  }

  .forma__number {
    width: 142px
  }

  .forma__send {
    width: 142px;
    font-size: 14px
  }

  .question {
    width: 560px
  }

  .question__left {
    margin-right: 20px
  }

  .question__title {
    font-size: 23px
  }

  .question__text {
    width: 280px
  }

  .question__number {
    width: 157px;
    height: 30px
  }

  .question__number::-moz-placeholder {
    font-size: 13px
  }

  .question__number::placeholder {
    font-size: 13px
  }

  .question__send {
    font-size: 14px;
    width: 157px;
    height: 30px
  }
}

@media screen and (max-width: 520px) {
  .forma {
    height: 190px
  }

  .forma__text-top {
    display: flex
  }

  .forma__name {
    font-size: 9px;
    width: 130px;
    height: 30px
  }

  .forma__number {
    font-size: 9px;
    padding-bottom: 0px;
    width: 130px;
    height: 30px
  }

  .forma__send {
    margin-bottom: 3px;
    font-size: 13px;
    width: 130px;
    height: 30px
  }

  .seo {
    padding-top: 5px;
    height: 270px;
    max-width: 92%
  }

  .seo__title {
    height: 50px;
    margin-bottom: 0px;
    font-size: 18px
  }

  .seo__text {
    font-size: 14px;
    width: 430px;
    height: 180px;
    line-height: 20px
  }

  .seo__bolee-text {
    font-size: 16px
  }

  .question__number {
    padding-left: 10px;
    width: 138px
  }

  .question__number::-moz-placeholder {
    font-size: 13px
  }

  .question__number::placeholder {
    font-size: 13px
  }

  .question__send {
    font-size: 13px;
    width: 138px
  }

  .advantages__title {
    font-size: 23px
  }

  .advantages__top {
    font-size: 21px
  }

  .advantages__bottom {
    font-size: 14px
  }

  .footer {
    padding-top: 20px;
    height: 900px
  }

  .footer__logo {
    font-size: 28px
  }

  .footer__servis {
    font-size: 13px
  }

  .footer__two {
    padding-top: 25px
  }

  .footer__three {
    padding-top: 25px
  }

  .footer__five {
    padding-top: 25px
  }

  .footer__phone {
    font-size: 17px
  }

  .footer__email {
    font-size: 17px
  }

  .footer__addres {
    font-size: 17px
  }

  .footer__grafick {
    width: 350px;
    font-size: 17px
  }

  .footer__text-brand {
    font-size: 19px
  }

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

  .footer__three {
    display: flex
  }

  .footer__four {
    display: flex
  }

  .catalog__text {
    width: 100%
  }
}

@media screen and (max-width: 519px) {
  .mit2__car {
    height: 200px;
    margin-right: 20px;
    margin-bottom: 40px
  }

  .mit2__img {
    max-width: 200px
  }

  .mit2 .mit__name {
    font-size: 20px;
    margin-bottom: 10px
  }

  .mit2 .mit__send {
    font-size: 17px;
    width: 140px;
    height: 32px
  }
}

@media screen and (max-width: 511px) {
  .header-mb {
    margin-bottom: 0px
  }

  .header__pop {
    position: absolute;
    flex-wrap: wrap;
    width: 200px;
    height: 200px;
    z-index: 2;
    right: 1rem;
    background-color: #fff
  }

  .header__pop--none {
    display: none
  }

  .header__popup-text {
    width: 100px;
    font-size: 14px
  }

  .header__popup-img {
    max-width: 40px;
    margin-right: 10px
  }

  .header__popup {
    justify-content: flex-start;
    width: 200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 40px;
    border: 1px solid #d1d1d1;
    margin-right: 0;
    margin-left: 0
  }

  .header-mb {
    display: block;
    padding-top: 5px
  }

  .header-mb__button-n {
    display: none
  }

  .header-mb__menu-btn {
    margin-top: 3px;
    background-image: url(https://motoristdvs.ru/wp-content/uploads/2025/09/menu.png);
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    border: none
  }

  .header-mb__flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
  }

  .header-mb__left {
    display: flex;
    padding-top: 0px
  }

  .header-mb__left-bottom {
    margin-right: 5px
  }

  .header-mb__right {
    display: flex;
    flex-direction: column;
    padding-top: 4px
  }

  .header-mb__left-logo {
    margin-bottom: 5px;
    height: 16px;
    font-size: 22px
  }

  .header-mb__left-text {
    margin-top: 3px;
    font-weight: 100;
    font-size: 9px;
    width: 90px
  }

  .header-mb__center {
    display: flex
  }

  .header-mb__addres {
    display: flex;
    align-items: center;
    margin-right: 0px;
    font-size: 9px
  }

  .header-mb__time {
    display: flex;
    flex-direction: row;
    margin-right: 20px
  }

  .header-mb__time-hour {
    font-size: 10px;
    margin-right: 5px;
  }

  .header-mb__time-day {
    font-size: 9px;
    font-weight: 100
  }

  .header-mb__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
  }

  .header-mb__phone-one {
    margin-right: 7px;
    font-size: 9px;
  }

  .header-mb__phone-two {
    margin-right: 0px;
    font-size: 9px;
  }

  .header-mb__button {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .header-mb__btn {
    width: 125px;
    height: 25px;
    border-radius: 4px;
    background: #eb2227;
    border: none;
    color: #fff;
    font-size: 11px;
    margin-right: 16px;
    margin-bottom: 8px;
    cursor: pointer
  }

  .header-mb__btn:hover {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ff0004;
    color: #ff0004;
    cursor: pointer
  }

  .header-mb__block {
    display: flex;
    box-sizing: border-box;
    padding-top: 10px;
    border: 1px solid #d1d1d1;
    background: #fff;
    height: 45px
  }

  .header-mb__block:hover {
    background: #eb2227;
    border: 1px solid #eb2227;
    color: #fff
  }

  .header-mb__usl {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service.svg");
    background-repeat: no-repeat;
    background-position: 32px 11px;
    background-size: 24px 24px
  }

  .header-mb__sp {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo.svg");
    background-repeat: no-repeat;
    background-position: 35px 9px;
    background-size: 24px 24px
  }

  .header-mb__sp:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/promo-white.svg");
    background-repeat: no-repeat;
    background-position: 35px 9px;
    background-size: 24px 24px
  }

  .header-mb__usl:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/service-white.svg");
    background-repeat: no-repeat;
    background-position: 32px 11px;
    background-size: 24px 24px
  }

  .header-mb__dvig {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine.svg");
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 24px 24px
  }

  .header-mb__dvig:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/engine-white.svg");
    background-repeat: no-repeat;
    background-position: 15px 11px;
    background-size: 24px 24px
  }

  .header-mb__con {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__con:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/contact-white.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__stat {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__stat:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/statia-white.svg");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 24px 24px
  }

  .header-mb__onas {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about.svg");
    background-repeat: no-repeat;
    background-position: 28px 9px;
    background-size: 24px 24px
  }

  .header-mb__onas:hover {
    background-image: url("https://motoristdvs.ru/wp-content/uploads/2025/09/about-white.svg");
    background-repeat: no-repeat;
    background-position: 28px 9px;
    background-size: 24px 24px
  }

  .contacts__map {
    width: 385px;
    height: 300px;
  }

  .header-mb__block>p {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px
  }

  .header-mb__svg {
    width: 24px;
    height: 24px;
    margin-right: 5px
  }

  .header {
    display: none
  }

  .header__button {
    display: none
  }

  .header__left-logo {
    font-size: 20px;
    margin-bottom: 0px;
    height: 22px
  }

  .header__left-text {
    font-size: 9px
  }

  .header__btn {
    width: 100px;
    height: 23px;
    font-size: 8px
  }

  .header__addres {
    margin-right: 5px;
    font-size: 11px
  }

  .header__phone {
    margin-right: 5px
  }

  .header__phone-one {
    margin-right: 0px;
    font-size: 9px
  }

  .header__phone-two {
    margin-right: 0px;
    font-size: 9px
  }

  .header__time {
    margin-right: 5px;
    flex-direction: row
  }

  .header__time-hour {
    margin-right: 5px;
    font-size: 11px
  }

  .header__time-day {
    font-size: 10px
  }

  .header__block>p {
    font-size: 8px
  }

  .header__sp {
    background-position: 2px 5px
  }

  .usl {
    margin-left: 22px;
    margin-right: 5px
  }

  .sp {
    margin-left: 22px;
    margin-right: 5px
  }

  .dvig {
    margin-left: 22px;
    margin-right: 5px
  }

  .con {
    margin-left: 22px;
    margin-right: 5px
  }

  .stat {
    margin-left: 22px;
    margin-right: 5px
  }

  .on {
    margin-right: 5px;
    margin-left: 25px
  }
}

@media screen and (max-width: 510px) {
  .contacts__map {
    width: 430px
  }

  .seo__title {
    height: 45px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    width: 370px;
    line-height: 18px;
    padding-top: 6px;
  }

  .forma__title {
    font-size: 20px;
    width: 373px;
    line-height: 20px;
  }

  .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .forma__name {
    margin-right: 0;
    margin-bottom: 15px;
    width: 240px;
    height: 40px;
  }

  .forma__number {
    margin-bottom: 5px;
    width: 240px;
    height: 40px;
    margin-right: 0;
  }
      .main-sec__left {
        padding-top: 25px;
    }

  .main-sec__left-title {
    font-size: 14px;
    line-height: 16px;
  }

  .main-sec__text {
    margin-bottom: 55px;
    font-size: 9px;
  }

  .forma__send {
    width: 250px;
    margin-top: 10px;
  }

  .main-sec {
    background-size: 585px 220px;
    height: 205px;
  }

  .catalog__img {
    width: 100%;
    height: 135px;
  }

  .header-mb__left-logo {
    margin-bottom: 5px;
    height: 16px;
    font-size: 19px;
  }

  .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .wpcf7-spinner {
    display: none;
  }

  .header-mb__addres {
    display: flex;
    align-items: center;
    margin-right: 0px;
    font-size: 7px;
  }

  .header-mb__phone-one {
    margin-right: 7px;
    font-size: 8px;
  }

  .header-mb__phone-two {
    margin-right: 7px;
    font-size: 8px;
  }

  .forma {
    height: 240px
  }

  .forma__form {
    flex-direction: column
  }

  .forma__right {
    width: 100%
  }

  .forma__name {
    margin-right: 0;
    margin-bottom: 10px;
    width: 240px;
    height: 40px
  }

  .forma__text-top {
    display: flex
  }

  .forma {
    height: 285px;
  }

    .advantages__title {
        font-size: 25px;
        margin-bottom: 20px !important;
       text-align: center;
    }

  .advantages__bottom {
    font-size: 15px !important;
    line-height: 16px;
    width: 100% !important;
  }


  .service__block {
    width: 100%;
  }

  .service__right {
    width: 100%;
  }

  .service__general {
    width: 100%;
  }

  .service__right-top {
    width: 100%;
  }

  .service__usluga-line {
    width: 100%;
  }

  .advantages__top {
    font-size: 20px;
    height: 43px;
  }

  .advantages__img {
    margin-bottom: 15px;
    height: unset !important;
    width: 56px;
  }

  .advantages__top {
    font-size: 18px;
    height: 100% !important;
    width: 100% !important;
  }

  .advantages__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .service__right-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .service__name {
    margin-right: 7% !important;
    font-size: 19px;
  }

  .service__usluga {
    width: 100%;
  }

  .service__usluga-div {
    width: 100%;
  }

  .question {
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .question__left {
    margin-right: 0;
  }

  .question__title {
    font-size: 23px;
    text-align: center;
  }

  .question__text {
    width: 280px;
    text-align: center;
  }

  .question__right {
    padding-top: 10px;
  }

  .question__number {
    display: flex;
    padding-left: 10px;
    width: 220px;
    height: 40px;
    padding-top: 0;
    align-items: center;
  }

  .question__send {
    font-size: 14px;
    width: 190px;
    height: 40px;
  }

  .question__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bthHoverCircle,
  .question__send:hover,
  .forma__send:hover,
  .mit__send:hover {
    border-radius: 35px;
    background: #fff;
    border: 1px solid #ff0004;
    color: #ff0004;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .contacts__title {
    font-size: 29px;
    margin-bottom: 5px;
    height: 26px;
    line-height: 26px;
  }

  .contacts__img {
    width: 33px;
    height: 33px;
  }

  .contacts__block-title {
    font-size: 22px;
  }

  .contacts__phone {
    margin-right: 0;
  }

  .contacts__bl-bottom {
    display: flex;
    justify-content: space-between;
  }

  .contacts__block-tex {
    color: dimgray;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .contacts__block-text {
    font-size: 17px;
  }

  .contacts__map {
    width: 410px;
  }

  .forma__send {
    display: flex;
    max-width: 230px;
    margin: 0 auto;
    height: 37px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
  }

  .forma__data {
    padding-top: 10px;
    width: 400px;
    font-size: 12px;
    text-align: center;
  }

  .forma__text-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    width: 400px
  }

  .footer {
    height: 830px;
  }

  .contacts__left {
    margin-right: 0;
  }
}

@media screen and (max-width: 508px) {
  .mit__car {
    margin-right: 0px;
    margin-bottom: 10px;
    height: 280px;
    display: flex;
    align-items: center;
  }
  .mit__car a {
    height: 220px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}



  .forma {
    height: 285px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .forma__text-top {
    display: flex;
    justify-content: space-between;
  }

  .forma__name {
  font-size: 16px !important;
  }

  .forma__number {
  font-size: 16px !important;
  }
  
    .forma__name:placehoder {
  font-size: 16px !important;
  }

  .forma__number:placehoder {
  font-size: 16px !important;
  }
  
  .forma__name {
    margin-right: 0;
    margin-bottom: 10px;
    width: 180px;
    height: 40px;
  }

  .forma__number {
    margin-bottom: 5px;
    width: 180px;
    height: 40px;
    margin-right: 0;
  }

  .main-sec {
    background-size: 600px 205px
  }

  .service {
    width: 100%
  }

  .service__title {
    height: 35px
  }

  .service__left {
    flex-direction: column;
    align-items: center
  }

    .service__left-title {
        margin-bottom: 10px;
        height: 25px;
    } 

  .service__left-df {
    display: flex;
    flex-direction: row;
    justify-content: center
  }

  .service {
    width: 500px;
    height: 610px;
  }

  .service-con {
    margin-bottom: 30px;
    height: 615px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 445px) {
  .header-mb__btn {
    font-size: 10px;
  }

  .advantages__blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }

  .service__usluga-line {
    width: 89%;
  }

  .main-sec__year {
    margin-bottom: 30px;
    font-size: 44px;
  }

  .service__left-title {
    font-size: 18px;
    margin-right: 0;
  }

  .service__usluga-title {
    font-size: 15px;
  }

  .service__usluga-price {
    font-size: 17px;
  }

  .main-sec__text {
    margin-bottom: 35px;
    font-size: 8px;
  }

  .header-mb__left-text {
    margin-top: 0px;
    font-weight: 100;
    font-size: 10px;
    width: 100%;
  }

  .forma__data {
    padding-top: 10px;
    width: 100%;
    font-size: 11px;
    text-align: center;
  }

  .service__usluga-line {
    width: 89%;
  }

  .header-mb__left {
    display: flex;
    padding-top: 0px;
    flex-direction: column;
  }
}

@media screen and (max-width: 435px) {
  .catalog__a {
    width: 43%;
  }

  .catalog__bottom {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
  }

  .advantages__block {
    margin-right: 10px;
    margin-bottom: 15px;
    width: 160px;
  }

  .service__usluga-title {
    font-size: 14px;
  }

  .service__usluga-price {
    font-size: 15px;
  }

  .service__left-title {
    font-size: 16px;
    height: 30px;
    margin-right: 0;
  }

  .service__title {
    font-size: 24px;
    height: 40px;
  }

  .service__left-df {
    flex-direction: row;
    margin-bottom: 15px;
  }

  .contacts__block-title {
    font-size: 21px;
  }

  .contacts__li {
    font-size: 16px;
  }

  .contacts__title {
    font-size: 24px;
  }

  .forma__title {
    font-size: 17px;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }

  .forma__data {
    padding-top: 10px;
    width: 100%;
    font-size: 11px;
    text-align: center;
  }

  .forma__right {
    width: 100%;
    margin-right: 0;
  }

  .forma__text {
    text-align: center;
  }

  .contacts__map {
    width: 385px;
  }

  .forma {
    height: 285px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .forma__text-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    width: 100%;
  }

  .catalog__title {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .advantages__blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .service__usluga-line {
    width: 89%;
  }

  .service-con {
    margin-bottom: 30px;
    height: 615px;
  }

  .advantages__top {
    font-size: 20px;
    height: 39px;
    line-height: 18px;
  }

  .advantages__top {
    font-size: 20px;
    height: 39px;
    line-height: 18px;
  }

  .service__usluga-price {
    font-size: 14px;
  }

  .service__usluga-title {
    font-size: 14px;
  }

  .advantages__title {
    font-size: 18px;
  }

  .main-block__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 415px) {
  .main-block__left {
    margin-left: 1.3rem;
  }
}

@media screen and (max-width: 395px) {
  .contacts__map {
    width: 350px;
  }

  .service__usluga {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-block__btn {
    font-size: 13px;
  }

  .main-sec__year {
    margin-bottom: 30px;
    font-size: 37px;
  }

  .main-sec {
    background-size: 551px 211px;
    height: 205px;
  }

  .service__usluga-title {
    font-size: 14px;
  }

  .service__usluga-price {
    font-size: 14px;
  }

  .service__name {
    font-size: 17px;
  }

  .service__price {
    font-size: 17px;
  }

  .main-sec__year {
    margin-bottom: 35px;
    font-size: 33px;
  }

  .main-sec__text {
    margin-bottom: 40px;
    font-size: 8px;
  }

  .header-mb__btn {
    font-size: 9px;
  }
}

@media screen and (max-width: 383px) {
  .advantages__title {
    font-size: 17px;
  }
}