@charset "UTF-8";
@font-face {
  font-family: GilroyBlack;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroyBold;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroyRegular;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroyMedium;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroySemiBold;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body, html {
  background: white;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.container {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1200px) {
    .container {
      max-width: 960px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 720px; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 540px; } }
  @media only screen and (max-width: 568px) {
    .container {
      max-width: 100%; } }

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
  padding: 0;
  margin: 0; }

a {
  color: #333;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400; }
  a:hover, a:focus {
    text-decoration: none; }

button {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

img.svg {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  color: transparent; }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.section__textMed {
  color: #323232;
  font-family: "GilroyMedium";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px; }

.section__textReg {
  color: #323232;
  font-family: "GilroyRegular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px; }

.section__title {
  color: #414141;
  font-family: "GilroyBold";
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  position: relative; }
  .section__title:after {
    position: absolute;
    content: url(../img/line__title.png);
    bottom: -25px;
    left: 0; }
  @media only screen and (max-width: 768px) {
    .section__title {
      font-size: 30px; } }

.section__text__repair {
  color: #ffffff;
  font-family: "GilroyRegular";
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left; }

.section__title__repair {
  color: #e40224;
  font-family: "GilroySemiBold";
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left; }

.burger {
  display: none;
  width: 30px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .burger .icon-bar {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    height: 2px;
    background-color: #fff; }

.burger.active .icon-bar:nth-child(1), .burger.active .icon-bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; }

.burger.active .icon-bar:nth-child(2) {
  opacity: 0; }

.burger.active .icon-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.burger.active .icon-bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none; }

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

.icon {
  display: inline-block;
  font-style: normal;
  content: ' '; }

.ico {
  fill: currentColor; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: inherit;
  min-width: 33px; }

.white-popup-block {
  max-width: 731px;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #ffffff; }

.popup-buble .popup-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.popup-buble.mfp-ready .popup-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.popup-buble.mfp-removing .popup-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.popup-buble.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1; }

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0; }

.up_btn {
  position: fixed;
  border-radius: 50%;
  background-color: #082a3c;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none; }
  .up_btn:after {
    position: absolute;
    content: '';
    display: block;
    top: 16px;
    left: 13px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #cfcfcf; }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 1200px) {
    .footer__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .footer__logo {
      margin-bottom: 30px; } }

.footer__logo__img {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .footer__logo__img {
      margin-bottom: 15px; } }

.footer__license p, .footer__license a {
  color: #313131;
  font-family: "OpenSans";
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.footer__license a {
  text-decoration: underline; }

.footer__menu {
  max-width: 671px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer__menu a {
    font-size: 16px;
    margin-bottom: 15px; }
    .footer__menu a:hover {
      color: #e40224;
      text-decoration: underline; }
  @media only screen and (max-width: 1200px) {
    .footer__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%;
      margin-bottom: 30px; } }

.footer__menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .footer__menu__left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer__menu__left a {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: underline; } }

.footer__menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .footer__menu__right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer__menu__right a {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: underline; } }

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer__link__net {
  max-width: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  margin-top: 15px; }
  .footer__link__net a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7; }

.header {
  width: 100%;
  position: absolute;
  left: 0; }

.header__top {
  padding-top: 11px;
  padding-bottom: 9px;
  width: 100%;
  background-color: #d6d5d5; }
  .header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__top__menu {
  max-width: 795px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px; }
  .header__top__menu a {
    position: relative; }
    @media only screen and (max-width: 992px) {
      .header__top__menu a {
        font-size: 15px; } }
    .header__top__menu a:hover {
      text-decoration: underline; }
    .header__top__menu a:nth-child(1):after {
      position: absolute;
      content: url(../img/command__icon.png);
      left: -30px;
      top: 0; }
      @media only screen and (max-width: 992px) {
        .header__top__menu a:nth-child(1):after {
          display: none; } }
    .header__top__menu a:nth-child(2):after {
      position: absolute;
      content: url(../img/web-cam__link.png);
      left: -23px;
      top: 0; }
      @media only screen and (max-width: 992px) {
        .header__top__menu a:nth-child(2):after {
          display: none; } }
    .header__top__menu a:nth-child(3):after {
      position: absolute;
      content: url(../img/contact__link.png);
      left: -23px;
      top: 0; }
      @media only screen and (max-width: 992px) {
        .header__top__menu a:nth-child(3):after {
          display: none; } }
    .header__top__menu a:nth-child(4):after {
      position: absolute;
      content: url(../img/writing__link.png);
      left: -30px;
      top: 0; }
      @media only screen and (max-width: 992px) {
        .header__top__menu a:nth-child(4):after {
          display: none; } }
  @media only screen and (max-width: 1200px) {
    .header__top__menu {
      max-width: 660px; } }
  @media only screen and (max-width: 992px) {
    .header__top__menu {
      max-width: 500px; } }
  @media only screen and (max-width: 768px) {
    .header__top__menu {
      display: none; } }

.header__top__menu__adaptive {
  display: none; }
  @media only screen and (max-width: 768px) {
    .header__top__menu__adaptive {
      max-width: 200px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 568px) {
    .header__top__menu__adaptive {
      max-width: 130px; } }

.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 282px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .header__top__right {
      max-width: 240px; } }
  @media only screen and (max-width: 992px) {
    .header__top__right {
      max-width: 140px; } }
  @media only screen and (max-width: 568px) {
    .header__top__right {
      max-width: 115px; } }

.header__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 58px;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .header__top__link {
      display: none; } }

.header__top__cabinet a {
  position: relative;
  color: #e40224; }
  .header__top__cabinet a:hover {
    text-decoration: underline; }
  .header__top__cabinet a:after {
    position: absolute;
    content: url(../img/cabinet__icon.png);
    left: -25px;
    top: 0; }

@media only screen and (max-width: 568px) {
  .header__top__cabinet a {
    font-size: 15px; } }

.header__medium {
  -webkit-box-shadow: 0 7px 12px 1px rgba(166, 166, 166, 0.25);
          box-shadow: 0 7px 12px 1px rgba(166, 166, 166, 0.25);
  width: 100%;
  padding-top: 23px;
  padding-bottom: 45px; }
  .header__medium .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .header__medium .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (max-width: 768px) {
    .header__medium {
      padding-top: 10px; } }
  @media only screen and (max-width: 568px) {
    .header__medium {
      padding-bottom: 10px; } }

.header__logo {
  display: block; }
  @media only screen and (max-width: 768px) {
    .header__logo {
      margin-bottom: 5px; } }

.header__medium__menu {
  max-width: 881px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media only screen and (max-width: 1200px) {
    .header__medium__menu {
      max-width: 650px; } }
  @media only screen and (max-width: 992px) {
    .header__medium__menu {
      max-width: 350px; } }

.header__medium__menu__search {
  position: relative; }
  .header__medium__menu__search input {
    width: 480px;
    height: 47px;
    border-radius: 23px;
    border: 1px solid #d6d5d5;
    background-color: #ffffff;
    padding-left: 20px; }
    .header__medium__menu__search input:focus {
      border: 1px solid #000; }
    @media only screen and (max-width: 1200px) {
      .header__medium__menu__search input {
        width: 250px; } }
    @media only screen and (max-width: 992px) {
      .header__medium__menu__search input {
        display: none; } }
  /*.header__medium__menu__search:after {
    position: absolute;
    content: url(../img/search__icon.png);
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }*/
    @media only screen and (max-width: 992px) {
      .header__medium__menu__search:after {
        display: none; } }
  .header__medium__menu__search input[placeholder] {
    color: #a8a8a8;
    font-family: "GilroyRegular";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px; }

.header__medium__menu__basket {
  position: relative; }
  .header__medium__menu__basket a {
    font-size: 16px; }
    .header__medium__menu__basket a:hover {
      text-decoration: underline; }
  .header__medium__menu__basket p {
    font-size: 14px;
    color: #a4a4a4;
	line-height: 22px;}
  .header__medium__menu__basket:after {
    position: absolute;
    content: url(../img/basket__icon.png);
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media only screen and (max-width: 568px) {
    .header__medium__menu__basket a, .header__medium__menu__basket p {
      line-height: normal; } }

.header__medium__menu__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .header__medium__menu__tel a {
    letter-spacing: -0.16px;
    font-size: 16px; }
    .header__medium__menu__tel a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 568px) {
      .header__medium__menu__tel a {
        font-size: 14px; } }
  .header__medium__menu__tel .tel {
    color: #323232;
    font-family: "GilroySemiBold";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.9px;
    line-height: normal;
    position: relative; }
    .header__medium__menu__tel .tel:after {
      position: absolute;
      content: url(../img/tel__icon.png);
      left: -25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    @media only screen and (max-width: 568px) {
      .header__medium__menu__tel .tel {
        font-size: 15px; } }

.header__bottom {
  margin-top: -25px; }
  .header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media only screen and (max-width: 568px) {
    .header__bottom {
      display: none; } }

.header__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 380px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 14px;
  -webkit-box-shadow: 0 4px 15px 1px rgba(133, 133, 133, 0.52);
          box-shadow: 0 4px 15px 1px rgba(133, 133, 133, 0.52);
  border-radius: 22px;
  background-color: #ffffff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .header__bottom__inner:hover {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-box-shadow: 0 10px 15px 1px rgba(133, 133, 133, 0.52);
            box-shadow: 0 10px 15px 1px rgba(133, 133, 133, 0.52); }
  @media only screen and (max-width: 1200px) {
    .header__bottom__inner {
      max-width: 290px; } }
  @media only screen and (max-width: 992px) {
    .header__bottom__inner {
      max-width: 200px;
      padding-top: 7px;
      padding-bottom: 7px; }
      .header__bottom__inner p {
        font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    .header__bottom__inner {
      max-width: 165px; }
      .header__bottom__inner p {
        font-size: 14px; } }

.main {
  padding-top: 250px; }
  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media only screen and (max-width: 568px) {
    .main {
      padding-top: 200px; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .nav {
      max-width: 251px; } }
  @media only screen and (max-width: 992px) {
    .nav {
      display: none; } }

.nav__slider {
  width: 100%;
  -webkit-box-shadow: 0 4px 12px 1px rgba(166, 166, 166, 0.25);
          box-shadow: 0 4px 12px 1px rgba(166, 166, 166, 0.25);
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .nav__slider {
      border-radius: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 568px) {
    .nav__slider {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.nav__item, .nav__yandex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 55px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
  position: relative; }
  .nav__item:hover, .nav__yandex:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #e40224; }
    .nav__item:hover p, .nav__yandex:hover p {
      color: #fff; }
  .nav__item svg, .nav__yandex svg {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #e40224; }
    @media only screen and (max-width: 992px) {
      .nav__item svg, .nav__yandex svg {
        left: 5px; } }
  .nav__item:hover svg, .nav__yandex:hover svg {
    fill: #fff; }
  .nav__item.active, .nav__yandex.active {
    background-color: #e40224; }
    .nav__item.active p, .nav__yandex.active p {
      color: #fff; }
    .nav__item.active svg, .nav__yandex.active svg {
      fill: #fff; }
  .nav__item:first-child, .nav__yandex:first-child {
    border-radius: 20px 20px 0 0; }
    @media only screen and (max-width: 992px) {
      .nav__item:first-child, .nav__yandex:first-child {
        border-radius: 0px; } }
  @media only screen and (max-width: 1200px) {
    .nav__item, .nav__yandex {
      padding-right: 10px; } }
  @media only screen and (max-width: 992px) {
    .nav__item, .nav__yandex {
      padding: 10px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 200px;
      width: 100%;
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 20px; }
      .nav__item p, .nav__yandex p {
        font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .nav__item, .nav__yandex {
      max-width: 50%;
      margin: 0; } }
  @media only screen and (max-width: 568px) {
    .nav__item, .nav__yandex {
      max-width: 100%; } }
  @media only screen and (max-width: 568px) {
    .nav__item, .nav__yandex {
      padding-left: 30px; } }
  .nav__item:last-child, .nav__yandex:last-child {
    border-radius: 0 0 20px 20px; }
    @media only screen and (max-width: 992px) {
      .nav__item:last-child, .nav__yandex:last-child {
        border-radius: 0; } }

.calc__nav__slider:before {
  position: absolute;
  content: url(../img/calc__slide__line.png);
  top: 31px;
  right: -324px;
  z-index: 4;
  display: none; }

.workphoto__slide__nav__slider:before {
  position: absolute;
  content: url(../img/workphoto__slide__line.png);
  top: 21px;
  right: -575px;
  z-index: 4;
  display: none; }

.wheels__nav__slider:before {
  position: absolute;
  content: url(../img/wheels__slide__line.png);
  top: 28px;
  right: -407px;
  z-index: 4;
  display: none; }

.open:before {
  display: block; }
  @media only screen and (max-width: 1200px) {
    .open:before {
      display: none; } }

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.nav__menu__item {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e40224;
  background-color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav__menu__item p {
    color: #e40224; }
  .nav__menu__item:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #e40224; }
    .nav__menu__item:hover p {
      color: #fff; }

.nav__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background-color: #f3f3f3; }

.nav__news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav__news__item__img {
  width: 100%; }
  .nav__news__item__img img {
    width: 100%; }
    .nav__news__item__img img:hover {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.9; }

.nav__news__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  padding-top: 14px; }
  .nav__news__item__text a.section__textMed {
    font-size: 16px;
    color: #414141;
    margin-bottom: 5px; }
    .nav__news__item__text a.section__textMed:hover {
      text-decoration: underline; }
  .nav__news__item__text p.section__textReg {
    font-size: 15px;
    color: #414141;
    margin-bottom: 5px; }

.nav__news__item__text__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__news__item__text__inner a {
    color: #e40224;
    font-family: "GilroyRegular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px; }
    .nav__news__item__text__inner a:hover {
      text-decoration: underline; }
  .nav__news__item__text__inner p {
    color: #a6a6a6;
    font-family: "GilroyRegular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px; }

.main__wrapper {
  max-width: 880px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .main__wrapper {
      max-width: 660px; } }
  @media only screen and (max-width: 992px) {
    .main__wrapper {
      max-width: 100%; } }

.main__nav {
  display: none; }
  @media only screen and (max-width: 992px) {
    .main__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.banner__slider {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .banner__slider {
      margin-bottom: 30px; } }

.banner__slider__container {
  width: 100%;
  border-radius: 20px;
  overflow: hidden; }

.banner__slider__slide {
  background-size: cover;
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 480px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-left: 40px; }
  @media only screen and (max-width: 1200px) {
    .banner__slider__slide {
      padding-top: 20px;
      padding-bottom: 50px;
      height: 392px; } }
  @media only screen and (max-width: 768px) {
    .banner__slider__slide {
      padding: 40px; } }
  @media only screen and (max-width: 568px) {
    .banner__slider__slide {
      padding: 10px; } }
  .banner__slider__slide button {
    width: 180px;
    height: 49px;
    border-radius: 24px;
    background-color: #e40224;
    color: #ffffff;
    font-family: "GilroyRegular";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: normal; }
    .banner__slider__slide button:hover {
      background-color: #cc0033;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

.wheels__slide h1 {
  max-width: 528px;
  width: 100%;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  font-family: "GilroyBold";
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 30px; }
  .wheels__slide h1 span {
    font-family: "GilroyBlack";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
  @media only screen and (max-width: 1200px) {
    .wheels__slide h1 {
      text-shadow: 2px 1px 1px #333; } }
  @media only screen and (max-width: 768px) {
    .wheels__slide h1 {
      max-width: 100%;
      font-size: 40px; } }
  @media only screen and (max-width: 568px) {
    .wheels__slide h1 {
      max-width: 400px;
      font-size: 35px; } }

.wheels__slide p {
  max-width: 394px;
  width: 100%;
  color: #ffffff;
  font-family: "GilroySemiBold";
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px; }
  .wheels__slide p span {
    font-family: "GilroyRegular";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
  @media only screen and (max-width: 1200px) {
    .wheels__slide p {
      margin-bottom: 40px;
      text-shadow: 2px 1px 1px #333; } }
  @media only screen and (max-width: 768px) {
    .wheels__slide p {
      font-size: 20px;
      max-width: 300px; } }
  @media only screen and (max-width: 568px) {
    .wheels__slide p {
      line-height: 27px; } }

.calc__slide {
  position: relative;
  padding-top: 80px; }
  .calc__slide h1 {
    max-width: 254px;
    width: 100%;
    color: #e40224;
    font-family: "GilroySemiBold";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 33px; }
    @media only screen and (max-width: 1200px) {
      .calc__slide h1 {
        max-width: 100%;
        text-shadow: 2px 1px 1px #fff; } }
    @media only screen and (max-width: 992px) {
      .calc__slide h1 {
        max-width: 400px; } }
  .calc__slide p.section__textMed {
    color: #323232;
    max-width: 265px;
    width: 100%;
    margin-bottom: 26px;
    text-shadow: 2px 1px 1px #fff; }
  @media only screen and (max-width: 1200px) {
    .calc__slide {
      padding-top: 20px;
      padding-bottom: 50px;
      height: 392px; } }
  @media only screen and (max-width: 768px) {
    .calc__slide {
      padding: 40px; } }
  @media only screen and (max-width: 568px) {
    .calc__slide {
      padding: 10px; } }

.workphoto__slide h1 {
  max-width: 363px;
  width: 100%;
  color: #fff;
  font-family: "GilroySemiBold";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 33px; }
  @media only screen and (max-width: 1200px) {
    .workphoto__slide h1 {
      text-shadow: 2px 1px 1px #333; } }
  @media only screen and (max-width: 568px) {
    .workphoto__slide h1 {
      font-size: 30px; } }

.workphoto__slide p {
  max-width: 310px;
  color: #ffffff;
  font-family: "GilroySemiBold";
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 25px; }
  @media only screen and (max-width: 1200px) {
    .workphoto__slide p {
      text-shadow: 2px 1px 1px #333; } }

.calc__container .service__slide .service__slide__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .calc__container .service__slide .service__slide__text h3 {
    color: #ffffff;
    font-family: "GilroySemiBold";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px;
    position: relative; }
    .calc__container .service__slide .service__slide__text h3:before {
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: url(../img/line23.png); }
  .calc__container .service__slide .service__slide__text p {
    color: #ffffff;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 4px; }

.calculation__cost {
  background-image: url(../img/calc__cost__bg.png) !important; }
  @media only screen and (max-width: 1200px) {
    .calculation__cost {
      background-image: none !important; } }
  .calculation__cost .btn {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 49px;
    border-radius: 24px;
    background-color: #e40224;
    color: #ffffff;
    font-family: 'GilroyRegular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: normal; }
    .calculation__cost .btn:hover {
      background-color: #cc0033;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .calculation__cost .repair-suv__light-damage__text {
    max-width: 688px; }
    .calculation__cost .repair-suv__light-damage__text p {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 26px;
      text-align: left;
      font-family: "GilroyRegular";
      font-weight: 400;
      margin-bottom: 0; }
    .calculation__cost .repair-suv__light-damage__text span {
      font-family: "GilroySemiBold"; }

.calc__link {
  padding-top: 80px;
  padding-bottom: 80px; }

.calc__link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calc__link__inner {
  max-width: 580px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .calc__link__inner h4 {
    color: #414141;
    font-family: "GilroySemiBold";
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px; }

.calc__link__inner__items {
  max-width: 265px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .calc__link__inner__items a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.calc__recording form p.section__textReg {
  max-width: 763px; }

.calc__recording form input[type="submit"] {
  max-width: 780px;
  width: 100%; }

@media only screen and (max-width: 992px) {
  .calc__recording form {
    max-width: 640px;
    width: 100%; } }

@media only screen and (max-width: 568px) {
  .calc__recording form {
    padding-left: 10px; } }

@media only screen and (max-width: 768px) {
  .calc__recording form input.section__textMed {
    font-size: 16px;
    max-width: 460px;
    width: 100%; } }

.recording.calc__recording {
  background: url(../img/calc__recording__bg.png) no-repeat top center/cover;
  padding-top: 70px;
  padding-bottom: 70px; }
  .recording.calc__recording .recording__wrapper h2 {
    margin-bottom: 50px; }
  @media only screen and (max-width: 1200px) {
    .recording.calc__recording {
      background: url(../img/calc__recording__bg.png) no-repeat top left/cover; } }

.form__bottom__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .form__bottom__new {
      max-width: 620px; } }
  @media only screen and (max-width: 768px) {
    .form__bottom__new {
      max-width: 460px; } }
  @media only screen and (max-width: 568px) {
    .form__bottom__new {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.input__attach__wrapper {
  max-width: 380px;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .input__attach__wrapper {
      max-width: 300px; } }
  @media only screen and (max-width: 768px) {
    .input__attach__wrapper {
      max-width: 220px; } }
  @media only screen and (max-width: 568px) {
    .input__attach__wrapper {
      max-width: 380px; } }

.input__file {
  display: none; }

.input__file-button-text {
  color: #ffffff;
  font-family: 'GilroyRegular';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.input__file-button {
  border-radius: 25px !important;
  background-color: rgba(255, 255, 255, 0.48) !important;
  width: 100%;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .input__file-button img {
    margin-right: 10px;
    max-width: 39px;
    width: 100%; }
  .input__file-button:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.2) !important; }
  @media only screen and (max-width: 768px) {
    .input__file-button {
      height: 40px; }
      .input__file-button img {
        max-width: 30px; } }
  @media only screen and (max-width: 568px) {
    .input__file-button {
      margin-bottom: 10px; } }

.form__license {
  margin-bottom: 5px; }
  .form__license input[type=checkbox] {
    display: none; }
  .form__license input[type=checkbox] + label:before {
    content: url(../img/radio-1.png);
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer; }
  .form__license input[type=checkbox]:checked + label:before {
    content: url(../img/radio-2.png); }
  .form__license label {
    color: #ffffff;
    font-family: 'GilroyRegular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-right: 14px; }
    .form__license label a {
      color: #ffffff;
      font-family: 'GilroyRegular';
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal; }
  @media only screen and (max-width: 568px) {
    .form__license {
      margin-bottom: 10px; } }

.catalog {
  position: relative;
  margin-bottom: 80px; }
  .catalog h2 {
    margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .catalog {
      margin-bottom: 30px; } }

.catalog__container {
  padding-bottom: 20px; }

.catalog__slide {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 80px;
  padding-bottom: 17px; }
  .catalog__slide a {
    color: #e40224;
    font-family: "GilroySemiBold";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: normal; }
    @media only screen and (max-width: 1200px) {
      .catalog__slide a {
        font-size: 16px; } }
    .catalog__slide a:hover {
      text-decoration: underline; }

.catalog__slide__img {
  max-width: 255px;
  width: 100%;
  min-height: 129px;
  margin-bottom: 30px; }
  .catalog__slide__img img {
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .catalog__slide__img {
      margin-bottom: 0; } }

.glodal__links__wrapper {
  width: 100%;
  /*padding-top: 210px;*/
  margin-bottom: 30px; }
  .glodal__links__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .glodal__links__wrapper ul li {
      margin-right: 6px; }
      .glodal__links__wrapper ul li a {
        font-family: 'GilroyRegular';
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 30px;
        text-align: left;
        color: #414141;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal; }
        @media only screen and (max-width: 568px) {
          .glodal__links__wrapper ul li a {
            font-size: 14px; } }
        @media only screen and (max-width: 400px) {
          .glodal__links__wrapper ul li a {
            font-size: 14px; } }
      .glodal__links__wrapper ul li:last-child {
        color: #e50000; }
		/*.glodal__links__wrapper ul li:last-child a {
        color: #e50000; }*/
  @media only screen and (max-width: 992px) {
    .glodal__links__wrapper {
      padding-top: 200px; } }
  @media only screen and (max-width: 768px) {
    .glodal__links__wrapper {
      padding: 20px; }
	.glodal__links__wrapper ul li:last-child {
        color: #e50000;
		font-size: 15px; } }
  @media only screen and (max-width: 568px) {
    .glodal__links__wrapper {
      padding: 20px; } }

.main {
  padding-top: 250px; }
  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.pages {
	padding-bottom: 50px;
}
  @media only screen and (max-width: 568px) {
    .main {
      padding-top: 200px; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 280px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .nav {
      max-width: 251px; } }
  @media only screen and (max-width: 992px) {
    .nav {
      display: none; } }

.nav__slider {
  width: 100%;
  -webkit-box-shadow: 0 4px 12px 1px rgba(166, 166, 166, 0.25);
          box-shadow: 0 4px 12px 1px rgba(166, 166, 166, 0.25);
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .nav__slider {
      border-radius: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 568px) {
    .nav__slider {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.nav__item, .nav__yandex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 55px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
  position: relative; }
  .nav__item:hover, .nav__yandex:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #e40224; }
    .nav__item:hover p, .nav__yandex:hover p {
      color: #fff; }
  .nav__item svg, .nav__yandex svg {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #e40224; }
    @media only screen and (max-width: 992px) {
      .nav__item svg, .nav__yandex svg {
        left: 5px; } }
  .nav__item:hover svg, .nav__yandex:hover svg {
    fill: #fff; }
  .nav__item.active, .nav__yandex.active {
    background-color: #e40224; }
    .nav__item.active p, .nav__yandex.active p {
      color: #fff; }
    .nav__item.active svg, .nav__yandex.active svg {
      fill: #fff; }
  .nav__item:first-child, .nav__yandex:first-child {
    border-radius: 20px 20px 0 0; }
    @media only screen and (max-width: 992px) {
      .nav__item:first-child, .nav__yandex:first-child {
        border-radius: 0px; } }
  @media only screen and (max-width: 1200px) {
    .nav__item, .nav__yandex {
      padding-right: 10px; } }
  @media only screen and (max-width: 992px) {
    .nav__item, .nav__yandex {
      padding: 10px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 200px;
      width: 100%;
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 20px; }
      .nav__item p, .nav__yandex p {
        font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .nav__item, .nav__yandex {
      max-width: 50%;
      margin: 0; } }
  @media only screen and (max-width: 568px) {
    .nav__item, .nav__yandex {
      max-width: 100%; } }
  @media only screen and (max-width: 568px) {
    .nav__item, .nav__yandex {
      padding-left: 30px; } }
  .nav__item:last-child, .nav__yandex:last-child {
    border-radius: 0 0 20px 20px; }
    @media only screen and (max-width: 992px) {
      .nav__item:last-child, .nav__yandex:last-child {
        border-radius: 0; } }

.calc__nav__slider:before {
  position: absolute;
  content: url(../img/calc__slide__line.png);
  top: 31px;
  right: -324px;
  z-index: 4;
  display: none; }

.workphoto__slide__nav__slider:before {
  position: absolute;
  content: url(../img/workphoto__slide__line.png);
  top: 21px;
  right: -575px;
  z-index: 4;
  display: none; }

.wheels__nav__slider:before {
  position: absolute;
  content: url(../img/wheels__slide__line.png);
  top: 28px;
  right: -407px;
  z-index: 4;
  display: none; }

.open:before {
  display: block; }
  @media only screen and (max-width: 1200px) {
    .open:before {
      display: none; } }

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.nav__menu__item {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e40224;
  background-color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav__menu__item p {
    color: #e40224; }
  .nav__menu__item:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #e40224; }
    .nav__menu__item:hover p {
      color: #fff; }

.nav__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background-color: #f3f3f3; }

.nav__news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav__news__item__img {
  width: 100%; }
  .nav__news__item__img img {
    width: 100%; }
    .nav__news__item__img img:hover {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.9; }

.nav__news__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  padding-top: 14px; }
  .nav__news__item__text a.section__textMed {
    font-size: 16px;
    color: #414141;
    margin-bottom: 5px; }
    .nav__news__item__text a.section__textMed:hover {
      text-decoration: underline; }
  .nav__news__item__text p.section__textReg {
    font-size: 15px;
    color: #414141;
    margin-bottom: 5px; }

.nav__news__item__text__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__news__item__text__inner a {
    color: #e40224;
    font-family: "GilroyRegular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px; }
    .nav__news__item__text__inner a:hover {
      text-decoration: underline; }
  .nav__news__item__text__inner p {
    color: #a6a6a6;
    font-family: "GilroyRegular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px; }

.recording {
  position: relative;
  background: url(../img/recording__bg.png) no-repeat;
  padding-top: 80px;
  padding-bottom: 70px; }
  .recording h2 {
    margin-bottom: 60px;
    color: #ffffff; }
    @media only screen and (max-width: 568px) {
      .recording h2 {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 568px) {
    .recording {
      padding-top: 20px;
      padding-bottom: 20px; } }

.recording__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 880px;
  width: 100%; }
  .recording__wrapper input {
    max-width: 380px;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    background-color: #ffffff;
    border: 0;
    margin-bottom: 20px;
    margin-right: 15px; }
    @media only screen and (max-width: 568px) {
      .recording__wrapper input {
        margin-right: 0; } }
  .recording__wrapper p, .recording__wrapper a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px; }
    @media only screen and (max-width: 374px) {
      .recording__wrapper p, .recording__wrapper a {
        font-size: 12px; } }
  .recording__wrapper a {
    text-decoration: underline; }
  .recording__wrapper input[type="submit"] {
    width: 280px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(228, 2, 36, 0.35);
            box-shadow: 0 4px 9px 1px rgba(228, 2, 36, 0.35);
    border-radius: 24px;
    background-color: #e40224;
    padding-left: 0;
    cursor: pointer; }
    .recording__wrapper input[type="submit"]:hover {
      background-color: #cc0033;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .recording__wrapper input {
    padding-left: 20px;
    color: #fff; }
  .recording__wrapper input[placeholder] {
    color: #4d4d4d;
    font-family: "GilroyRegular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
  @media only screen and (max-width: 992px) {
    .recording__wrapper {
      max-width: 100%; }
      .recording__wrapper input {
        width: 300px; } }
  @media only screen and (max-width: 768px) {
    .recording__wrapper input {
      width: 220px;
      height: 40px; } }
  @media only screen and (max-width: 568px) {
    .recording__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .recording__wrapper input {
        width: 100%; }
      .recording__wrapper form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.repair-suv__light-damage {
  background-color: #000;
  background-image: url(../img/repair-suv__light-damage__bg.png);
  background-size: cover;
  background-position: top right -35px;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 1px; }
  @media only screen and (max-width: 1600px) {
    .repair-suv__light-damage {
      background-position: top right -100px; } }
  @media only screen and (max-width: 1200px) {
    .repair-suv__light-damage {
      background-image: none; } }

.repair-suv__light-damage__first {
  background-image: url(../img/repair-suv__light-damage__first__bg.png) !important;
  background-position: top left -30px !important; }
  .repair-suv__light-damage__first .repair-suv__light-damage__text.repair-suv__medium-damage__text {
    max-width: 777px; }
    .repair-suv__light-damage__first .repair-suv__light-damage__text.repair-suv__medium-damage__text p {
      margin-bottom: 0; }
  @media only screen and (max-width: 1600px) {
    .repair-suv__light-damage__first {
      background-position: top left -130px !important; } }
  @media only screen and (max-width: 1400px) {
    .repair-suv__light-damage__first {
      background-position: top left -170px !important; } }
  @media only screen and (max-width: 1200px) {
    .repair-suv__light-damage__first {
      background-image: none !important; } }

.repair-suv__medium-damage {
  background-image: url(../img/repair-suv__medium-damage__bg.png);
  background-position: top left; }
  @media only screen and (max-width: 1600px) {
    .repair-suv__medium-damage {
      background-position: top left -100px; } }
  @media only screen and (max-width: 1200px) {
    .repair-suv__medium-damage {
      background-image: none; } }

.repair-suv__hard-damage {
  background-image: url(../img/repair-suv__hard-damage__bg.png); }
  @media only screen and (max-width: 1200px) {
    .repair-suv__hard-damage {
      background-image: none; } }

.repair-suv__anti-corrosion {
  background-image: url(../img/repair-suv__anti-corrosion__bg.png);
  background-position: top left -35px; }
  @media only screen and (max-width: 1200px) {
    .repair-suv__anti-corrosion {
      background-image: none; } }

.repair-suv__light-damage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (max-width: 992px) {
    .repair-suv__light-damage__wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.repair-suv__light-damage__text {
  max-width: 772px;
  width: 100%; }
  .repair-suv__light-damage__text h3 {
    margin-bottom: 25px; }
  .repair-suv__light-damage__text p {
    margin-bottom: 25px; }
  @media only screen and (max-width: 992px) {
    .repair-suv__light-damage__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .repair-suv__light-damage__text h3 {
      font-size: 25px; }
    .repair-suv__light-damage__text p {
      font-size: 18px; } }
  @media only screen and (max-width: 568px) {
    .repair-suv__light-damage__text h3 {
      font-size: 24px; }
    .repair-suv__light-damage__text p {
      font-size: 16px;
      line-height: normal; } }

.repair-suv__medium-damage__text {
  max-width: 755px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .repair-suv__medium-damage__text h3, .repair-suv__medium-damage__text p {
    text-align: right; }
  @media only screen and (max-width: 992px) {
    .repair-suv__medium-damage__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%; }
      .repair-suv__medium-damage__text h3, .repair-suv__medium-damage__text p {
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .repair-suv__medium-damage__text h3 {
      font-size: 25px; }
    .repair-suv__medium-damage__text p {
      font-size: 18px; } }
  @media only screen and (max-width: 568px) {
    .repair-suv__medium-damage__text h3 {
      font-size: 24px; }
    .repair-suv__medium-damage__text p {
      font-size: 16px;
      line-height: normal; } }

.repair-suv__medium-damage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.repair-suv__light-damage__btn {
  max-width: 580px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 992px) {
    .repair-suv__light-damage__btn {
      max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .repair-suv__light-damage__btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.repair-suv__light-damage__btn__item {
  cursor: pointer;
  max-width: 280px;
  width: 100%;
  -webkit-box-shadow: 0 5px 13px 1px rgba(255, 255, 255, 0.41);
          box-shadow: 0 5px 13px 1px rgba(255, 255, 255, 0.41);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 35px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
  .repair-suv__light-damage__btn__item p {
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
    .repair-suv__light-damage__btn__item p span {
      color: #e40224; }
    @media only screen and (max-width: 568px) {
      .repair-suv__light-damage__btn__item p {
        font-size: 18px; } }
  .repair-suv__light-damage__btn__item:hover {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media only screen and (max-width: 768px) {
    .repair-suv__light-damage__btn__item {
      max-width: 100%;
      margin-bottom: 15px; } }

.repair-suv__anti-corrosion .repair-suv__light-damage__btn {
  margin-bottom: 30px; }

.repair-suv__anti-corrosion .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 49px;
  border-radius: 24px;
  background-color: #e40224;
  color: #ffffff;
  font-family: 'GilroyRegular';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.18px;
  line-height: normal; }
  .repair-suv__anti-corrosion .btn:hover {
    background-color: #cc0033;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.repair-suv h2 {
  margin-bottom: 55px; }

.repair-suv__btn__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1200px) {
    .repair-suv__btn__price {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.repair-suv__btn__price__item {
  cursor: pointer;
  max-width: 380px;
  width: 100%;
  border-radius: 20px;
  background-color: #e40224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
  .repair-suv__btn__price__item p {
    max-width: 235px;
    width: 100%;
    color: #ffffff;
    font-family: "GilroySemiBold";
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.21px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
  .repair-suv__btn__price__item:hover {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
            box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24); }
    .repair-suv__btn__price__item:hover p {
      color: #e40224; }
  @media only screen and (max-width: 1200px) {
    .repair-suv__btn__price__item {
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 768px) {
    .repair-suv__btn__price__item p {
      font-size: 18px; } }

.repair-suv__text__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px; }
  @media only screen and (max-width: 992px) {
    .repair-suv__text__first {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.repair-suv__text__first__inner {
  max-width: 780px;
  width: 100%; }
  .repair-suv__text__first__inner p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: right; }
    .repair-suv__text__first__inner p:first-child {
      margin-bottom: 10px; }
    .repair-suv__text__first__inner p:last-child {
      font-family: "GilroySemiBold";
      font-style: normal;
      letter-spacing: normal;
      text-align: lright; }
  @media only screen and (max-width: 992px) {
    .repair-suv__text__first__inner {
      max-width: 100%; }
      .repair-suv__text__first__inner p {
        text-align: left; } }
  @media only screen and (max-width: 568px) {
    .repair-suv__text__first__inner p {
      font-size: 16px;
      line-height: normal; } }

.repair-suv__text__first__img__wrapper {
  max-width: 580px;
  width: 100%;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  padding-top: 127px;
  padding-bottom: 127px; }
  .repair-suv__text__first__img__wrapper img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 1200px) {
    .repair-suv__text__first__img__wrapper {
      max-width: 400px; } }
  @media only screen and (max-width: 992px) {
    .repair-suv__text__first__img__wrapper {
      max-width: 100%;
      padding-top: 80px;
      padding-bottom: 80px; } }

.repair {
  margin-bottom: 80px; }
  .repair h2 {
    margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .repair {
      margin-bottom: 30px; } }

.repair__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 568px) {
    .repair__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.repair__inner {
  max-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 568px) {
    .repair__inner {
      max-width: 170px;
      margin-bottom: 15px; } }

.repair__inner__img {
  margin-bottom: 10px; }

.repair__inner__text {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .repair__inner__text p {
      font-size: 14px; } }

.reviews__drive {
  position: relative;
  margin-bottom: 80px; }
  .reviews__drive h2 {
    margin-bottom: 60px; }
    .reviews__drive h2 span {
      color: #e40224; }
  .reviews__drive:before {
    position: absolute;
    right: -45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    content: url(../img/reviews__drive__after.png); }
    @media only screen and (max-width: 1200px) {
      .reviews__drive:before {
        right: -65%; } }
    @media only screen and (max-width: 768px) {
      .reviews__drive:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .reviews__drive {
      margin-bottom: 30px; } }

.reviews__drive__container {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: -15px;
  margin-left: -15px;  }

.reviews__drive__slide {
  max-width: 480px !important;
  width: 100% !important;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  padding-top: 23px;
  padding-bottom: 17px; }
  @media only screen and (max-width: 568px) {
    .reviews__drive__slide {
      max-width: 320px !important;
      width: 100% !important; } 
	.c-com-feedback-card {
		min-width: 190px;
		width: 100%;}
	}

@media only screen and (max-width: 568px) {
  .reviews__drive__slide__img {
    max-width: 300px;
    width: 100%; }
    .reviews__drive__slide__img img {
      width: 100%; } }

.reviews__drive__slide.swiper-slide:nth-child(2n) {
  width: 60%; }

.reviews__drive__slide.swiper-slide:nth-child(3n) {
  width: 40%; }

.reviews__yandex {
  position: relative;
  margin-bottom: 80px; }
  .reviews__yandex h2 {
    margin-bottom: 60px; }
    .reviews__yandex h2 span {
      color: #e40224; }
  .reviews__yandex:before {
    position: absolute;
    right: -45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    content: url(../img/reviews__drive__after.png); }
    @media only screen and (max-width: 1200px) {
      .reviews__yandex:before {
        right: -65%; } }
    @media only screen and (max-width: 768px) {
      .reviews__yandex:before {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .reviews__yandex {
      margin-bottom: 30px; } }

.reviews__yandex__container {
  padding-bottom: 20px; }

.reviews__yandex__slide {
  width: 480px !important;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  padding-top: 19px;
  padding-bottom: 18px;
  padding-left: 12px;
  padding-right: 12px; }
  @media only screen and (max-width: 568px) {
    .reviews__yandex__slide {
      max-width: 320px !important;
      width: 100% !important; } }

@media only screen and (max-width: 568px) {
  .reviews__yandex__slide__img {
    max-width: 300px;
    width: 100%; }
    .reviews__yandex__slide__img img {
      width: 100%; } }

.reviews__yandex__slide.swiper-slide:nth-child(2n) {
  width: 60%; }
  @media only screen and (max-width: 768px) {
    .reviews__yandex__slide.swiper-slide:nth-child(2n) {
      width: 100%; } }

.reviews__yandex__slide.swiper-slide:nth-child(3n) {
  width: 40%; }
  @media only screen and (max-width: 768px) {
    .reviews__yandex__slide.swiper-slide:nth-child(3n) {
      width: 100%; } }

.service {
  position: relative;
  margin-bottom: 80px; }
  .service h2 {
    margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .service {
      margin-bottom: 30px; } }

.service__container {
  padding-bottom: 20px; }

.service__slide {
  background-color: #000;
  border-radius: 20px;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 250px;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24); }

.service__slide.swiper-slide-active {
  background-color: #a6051d; }
  .service__slide.swiper-slide-active .service__slide__arrow {
    background-color: #fff; }
    .service__slide.swiper-slide-active .service__slide__arrow svg {
      fill: #e40224; }

.service__slide__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 63px;
  content: "";
  border-radius: 20px 0;
  z-index: 2;
  background-color: #e40224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service__slide__arrow svg {
    width: 20px;
    height: 28px;
    fill: #fff; }

.service__slide__sale {
  position: absolute;
  z-index: 2;
  width: 145px;
  height: 26px;
  background: url(../img/service__slide__sale__after.png) no-repeat;
  top: 20px;
  left: 0px;
  padding-left: 20px; }
  .service__slide__sale p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase; }

.service__slide__img {
  width: 100%;
  height: 100%; }
  .service__slide__img img {
    width: 100%;
    height: 100%;
    display: block; }
  .service__slide__img p {
    max-width: 213px;
    width: 100%;
    color: #ffffff;
    font-family: "GilroySemiBold";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-button-next {
  position: absolute;
  width: 15px;
  height: 27px;
  right: 0;
  top: 50px; }
  .swiper-button-next:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png); }

.swiper-button-prev {
  position: absolute;
  right: 65px;
  top: 50px;
  width: 15px;
  height: 27px; }
  .swiper-button-prev:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/*# sourceMappingURL=app.css.map */


/*slick */			
.slick-next {
  position: absolute;
  width: 15px;
  height: 27px;
  right: 0;
  top: 50%; }
  .slick-next:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png); }

.slick-prev {
  position: absolute;
    left: 0px;
    top: 50%;
    width: 15px;
    height: 27px;
	z-index: 1; }
  .slick-prev:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/*# sourceMappingURL=app.css.map */

/*ya map */
.yamap {
    width: 100%;
    height: 300px;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<span g="" xmlns="\'http://www.w3.org/2000/svg\'">#grayscale");
    -webkit-filter:grayscale(100%);
    transition: filter 0.5s;
}
#yamap:hover [class*="ymaps-2"][class*="-ground-pane"]{
filter: unset;
}

/*ya map end */




.table {
	width: 100%;
	border: none;
	margin-bottom: 0px;
align: center;
	border-collapse: separate;
    color: #323232;
    font-family: "GilroyRegular";
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}
.table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}
.table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table tbody tr:nth-child(even) {
	background: #F3F3F3;
}
.table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}</span>