* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Google Sans';
  font-size: 16px;
  color: #353945;
  min-height: 100vh;
}

.body-block {
  overflow: hidden;
}

.wrapper {
  max-width: 1650px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.text, .help__list  {
  font-size: 18px;
  line-height: 1.6;
  color: #757575;
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

button,
input,
select {
  font-family: inherit;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Bold.eot');
  src: url('../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Bold.woff2') format('woff2'), url('../fonts/GoogleSans-Bold.woff') format('woff'), url('../fonts/GoogleSans-Bold.ttf') format('truetype'), url('../fonts/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Regular.eot');
  src: url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Regular.woff2') format('woff2'), url('../fonts/GoogleSans-Regular.woff') format('woff'), url('../fonts/GoogleSans-Regular.ttf') format('truetype'), url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/GoogleSans-Medium.eot');
  src: url('../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GoogleSans-Medium.woff2') format('woff2'), url('../fonts/GoogleSans-Medium.woff') format('woff'), url('../fonts/GoogleSans-Medium.ttf') format('truetype'), url('../fonts/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans-Bold.eot');
  src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Bold.woff2') format('woff2'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype'), url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Шапка */

.header__logo img {
  display: block;
}

.header__logo_mob {
  display: none !important;
}

.header__top {
  padding: 15px 0;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px 12px rgba(42, 56, 92, 0.16);
}

.header__top_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.header__viezd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__masters {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__info:not(:last-child) {
  margin-bottom: 8px;
}

.header__info_img {
  min-width: 24px;
  text-align: center;
  margin-right: 9px;
}

.header__viezd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__masters {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}

.header__btn {
  display: block;
  width: 200px;
  padding: 18px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #53B913;
  border-radius: 6px;
  text-align: center;
}

.header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__phone_num {
  font-family: 'Pt Sans';
  font-size: 32px;
  color: #26364b;
  font-weight: 700;
  margin-bottom: 9px;
}

.header__phone_bottom {
  -webkit-align-self: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__phone_order {
  font-size: 18px;
  font-weight: 700;
  color: #e72121;
  margin-right: 16px;
}

.header__phone_time {
  color: #848484;
  font-weight: 400;
}

.header__center {
  border-bottom: 2px solid #FFD7D7;
}

.header__slider {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}

.header-btn-prev,
.header-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.header-btn-prev {
  left: 0;
}

.header-btn-next {
  right: 0;
}

.header__bottom {
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header__bottom_item {
  margin-bottom: 4px;
}

.header__bottom_item:not(:last-child) {
  margin-right: 4px;
}

.header__bottom_link {
  display: block;
  text-align: center;
  padding: 8px 16px;
  font-weight: 500;
  color: #FF6D6D;
  background: #FFEDED;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__bottom_link:hover {
  color: #fff;
  background-color: #E72121;
}

.header__mob {
  display: none;
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  padding: 8px 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav__link_name {
  text-align: center;
  color: #0065d9;
}

.nav__link:hover {
  background: #FECB02;
}

.nav__link:hover .nav__link_name {
  color: #2E373F;
}

.nav__mob {
  display: none;
}

.burger {
  display: none;
  width: 25px;
  height: 18px;
  position: relative;
  z-index: 3;
}

.burger__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #E72121;
  border-radius: 40px;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger__item:nth-child(1) {
  top: 0;
}

.burger__item:nth-child(2) {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.burger__item:nth-child(3) {
  bottom: 0;
}

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

.burger.active .burger__item:nth-child(1) {
  -webkit-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
          transform: rotate(-44deg);
  width: 94%;
}

.burger.active .burger__item:nth-child(3) {
  -webkit-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
          transform: rotate(44deg);
  width: 94%;
}

/* / Шапка */

/* Главная секция */

.hero {
  padding-top: 14px;
  margin-bottom: 22px;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.hero__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}

.hero__left_img {
  border-radius: 0 100px 0 0;
}

.hero__left_img img {
  display: block;
  border-radius: 0 100px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__text {
  width: 100%;
  max-width: 675px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 30px;
}

.hero__text_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hero__text_left {
  margin-right: 18px;
}

.hero__title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
}

.hero__title_red {
  color: #e72121;
}

.hero__list {
  margin-bottom: 20px;
}

.hero__list_item {
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #757575;
}

.hero__list_item:not(:last-child) {
  margin-bottom: 12px;
}

.hero__list_item img {
  margin-right: 12px;
}

.hero__phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hero__phone_num {
  font-family: 'Pt Sans';
  font-size: 32px;
  color: #26364b;
  font-weight: 700;
  margin-bottom: 9px;
}

.hero__phone_bottom {
  -webkit-align-self: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hero__phone_order {
  font-size: 18px;
  font-weight: 700;
  color: #e72121;
  margin-right: 16px;
}

.hero__phone_time {
  color: #848484;
  font-weight: 400;
}

.hero__car {
  position: relative;
}

.hero__car_year {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 7px;
  white-space: nowrap;
  color: #fff;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 700;
  background: #E72121;
}

.form {
  background: #E72121;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  padding: 22px 30px;
}

.form__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #fff;
}

.form__field {
  width: 100%;
  margin-bottom: 15px;
}

.form__field_name {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 9px;
  padding-left: 9px;
  padding-right: 9px;
}

.form__field_inp {
  background-color: #fff;
  padding: 14px 18px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.form__field_sel {
  position: relative;
}

.form__field_sel::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 24px;
  background-image: url('../img/icons/arrow-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.form__submit {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #2e373f;
  display: inline-block;
  padding: 18px 0;
  background: #FECB02;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form__submit:hover {
  background: #f5c301;
}

/* / Главная секция */

/* Метро */

.metro {
  margin-bottom: 35px;
}

.metro__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.metro__title {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 24px;
}

.metro__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.metro__item {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.metro__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px 14px;
  padding-bottom: 5px;
  color: #0065d9;
  background: #FFFFFF;
}

.metro__link > img {
  margin-left: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.metro__link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin-right: 12px;
}

.metro__link.red::before {
  background-color: #F13E3B;
}

.metro__link.lightblue::before {
  background-color: #0A8ACE;
}

.metro__link.purple::before {
  background-color: #BF3A84;
}

.metro__link.lightgreen::before {
  background-color: #B2CD45;
}

.metro__link.green::before {
  background-color: #00A66F;
}

.metro__link.brown::before {
  background-color: #866543;
}

.metro__link.yellow::before {
  background-color: #F6D525;
}

.metro__link.bluegreen::before {
  background-color: #76C9C4;
}

.metro__link.blue::before {
  background-color: #153985;
}

.metro__link.orange::before {
  background-color: #DE991A;
}

.metro__link.gray::before {
  background-color: #999999;
}

.metro__link.bluegray::before {
  background-color: #A8B8D7;
}
.metro__link.pink::before {
  background-color: #ffa9af;
}

.metro__map {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 40px;
}

.metro__inner:hover .drop__list {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 2;
}

.metro__inner:hover .metro__link > img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drop__list {
  position: absolute;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 20px 30px 12px rgba(42, 56, 92, 0.16);
  z-index: 2000;
  padding: 20px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 14px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.drop__item:not(:last-child) {
  margin-bottom: 8px;
}

.drop__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #0065d9;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
}

.drop__link img {
  margin-right: 8px;
}

.drop__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dotted #0065d9;
  opacity: 0;
}

.drop__link:hover::after {
  opacity: 1;
}

/* / Метро */

/* Помощь */

.help {
  margin-bottom: 40px;
}

.help__title {
  margin-bottom: 20px;
}

/* / Помощь */

/* Что случилось */

.what {
  margin-bottom: 50px;
}

.what__title {
  margin-bottom: 37px;
}

.what__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.what__item {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 10px rgba(138, 138, 138, 0.23);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.what__item:hover {
  box-shadow: 0px 20px 30px 12px rgba(42, 56, 92, 0.16);
}

.what__item:hover .what__name {
  text-decoration: underline;
}

.what__item:hover .what__name:hover {
  text-decoration: none;
}

.what__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.what__img {
  position: relative;
  width: 240px;
  height: 240px;
  margin-right: 40px;
}

.what__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.what__mob {
  display: none;
}

.what__free {
  position: absolute;
  right: 0;
  top: 50px;
  background: #53B913;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.what__text {
  width: calc(100% - 240px - 40px);
}

.what__name {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0065d9;
}

.what__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 18px;
}

.what__cost:not(:last-child) {
  margin-bottom: 20px;
}

.what__cost_name {
  color: #0065d9;
}

.what__cost_num {
  color: #E72121;
}

.what__subtitle {
  font-size: 24px;
  font-weight: 500;
  padding-left: 18px;
  margin-bottom: 16px;
}

.what__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.what__field {
  margin-right: 18px;
}

.what__inp {
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.what__submit {
  font-weight: 500;
  font-size: 18px;
  padding: 16px 0;
  text-align: center;
  background: #FECB02;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

/* / Что случилось */

/* Как мы работаем */

.how {
  margin-bottom: 60px;
}

.how__title {
  margin-bottom: 30px;
}

.how__phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #FECB02;
  border-radius: 20px 20px 0px 0px;
  box-sizing: border-box;
  padding: 14px 0;
}

.how__phone_num {
  font-family: 'Pt Sans';
  font-size: 28px;
  color: #26364b;
  font-weight: 700;
}

.how__phone_bottom {
  -webkit-align-self: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.how__phone_order {
  font-size: 18px;
  font-weight: 700;
  color: #e72121;
  margin-right: 16px;
}

.how__phone_time {
  color: #848484;
  font-weight: 400;
}

.how__item {
  box-sizing: border-box;
  padding: 25px 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(138, 138, 138, 0.23);
  border-radius: 20px;
  height: unset;
}

.how__call {
  position: relative;
  padding: 0;
}

.how__call_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

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

.how__slider {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.how-swiper {
  box-sizing: border-box;
  padding: 10px;
}

.how-btn-prev,
.how-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.how-btn-prev {
  left: 0;
}

.how-btn-next {
  right: 0;
}

.how-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 32px;
}

.how-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin-left: 8px;
  margin-right: 8px;
}

.how-pagination-bullet-active {
  background: #E72121;
}

/* / Как мы работаем */

/* Фото наших работ */

.photo {
  margin-bottom: 55px;
}

.photo__title {
  margin-bottom: 40px;
}

.photo__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.photo__item {
  width: calc(50% - 30px);
  height: 30vw;
  max-height: 576px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.photo__item_video {
  padding: 0px !important;
}

.photo__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
  z-index: -1;
}

.photo__viezd {
  display: inline-block;
  font-size: 12px;
  padding: 8px;
  font-weight: 700;
  text-transform: uppercase;
  background: #53B913;
  color: #fff;
}

.photo__btn {
  margin-top: auto;
  margin-left: auto;
  display: inline-block;
  padding: 14px 0;
  background: #FECB02;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  width: 230px;
  text-align: center;
}

/* / Фото наших работ */

/* Стоимость */

.price {
  margin-bottom: 60px;
}

.price__title {
  margin-bottom: 40px;
}

.price__alert {
  padding: 26px 5px;
  background: #E5EDFD;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}

.price__alert_img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 18px;
}

.price__text {
  width: 100%;
}

.price__subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.price__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  max-width: 1300px;
}

.price__field {
  width: calc(100% / 12 * 4 - 24px);
  margin-left: 12px;
  margin-right: 12px;
}

.price__field_name {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 15px;
  color: #757575;
  font-weight: 500;
}

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

.price__select::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/icons/arrow-down.png');
  pointer-events: none;
}

.price__select select {
  display: block;
  width: 100%;
  padding: 19px 24px;
  background-color: #fff;
  font-size: 18px;
  color: #0065d9;
}

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

.price__inp input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 19px 24px;
  background-color: #fff;
  font-size: 18px;
  color: #0065d9;
}

.price__submit {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 19px 24px;
  background: #FECB02;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  margin-top: 28px;
  font-weight: 500;
  color: #353945;
  cursor: pointer;
}

.price__table {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.price__table table {
  display: block;
}

.price__table table thead,
.price__table table tbody {
  display: block;
}

.price__table table thead tr,
.price__table table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.price__table table thead tr td,
.price__table table tbody tr td,
.price__table table thead tr th,
.price__table table tbody tr th {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  width: 33%;
  position: relative;
}

.price__table table thead tr td:first-child,
.price__table table tbody tr td:first-child,
.price__table table thead tr th:first-child,
.price__table table tbody tr th:first-child {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.price__table table thead tr th,
.price__table table tbody tr th {
  font-size: 24px;
  font-weight: 500;
  padding: 12px 14px;
}

.price__table table thead tr td,
.price__table table tbody tr td {
  padding: 14px;
  font-size: 18px;
  color: #757575;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.price__table table thead tr td img,
.price__table table tbody tr td img {
  margin-right: 12px;
}

.price__table table tbody tr {
  border: 2px solid #E5EDFD;
}

.price__table table tbody tr:not(:last-child) {
  margin-bottom: 4px;
}

.price__table table tbody tr:hover {
  z-index: 2;
  box-shadow: 0px 20px 30px 12px rgba(42, 56, 92, 0.16);
}

.price__table table tbody tr:hover td {
  color: #0065D9;
}

.price__table table tbody tr:hover .price__btn {
  opacity: 1;
}

.price__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
  background: #FECB02;
  border-radius: 4px;
  color: #2E373F;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 150px;
  text-align: center;
}

/* / Стоимость */

/* Alert */

.alert {
  margin-bottom: 100px;
}

.alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #FECB02;
  border-radius: 10px 10px 10px 0px;
  position: relative;
  padding-left: 68px;
}

.alert__content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 80px;
  height: 53px;
  background-image: url('../img/icons/alert-tr.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alert__title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 23px;
}

.alert__text {
  max-width: 666px;
}

.alert__text_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
   align-items: center;
}

.alert__descr {
  font-size: 22px;
  font-weight: 500;
  margin-right: 20px;
  max-width: 370px;
}

.alert__call {
  font-family: 'Pt Sans';
  font-size: 24px;
  font-weight: 700;
  padding: 6px 10px;
  background: #E72121;
  color: #fff !important;
  white-space: nowrap;
}

.alert__btn {
  color: #fff !important;
  font-size: 28px;
  font-weight: 450;
  padding: 25px 30px;
  background: #E72121;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  text-align:center;
}

/* / Alert */

/* Услуги */

.service {
  margin-bottom: 80px;
}

.service__title {
  margin-bottom: 20px;
}

.service__text {
  margin-bottom: 40px;
}

.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -16px;
}

.service__item {
  width: calc(100% / 12 * 4 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  margin-bottom: 16px;
}

.service__item::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e72121;
  margin-right: 20px;
}

.service__link {
  -webkit-transition: 0.2;
  transition: 0.2;
}

.service__link:hover {
  text-decoration: underline;
  color: #0065D9;
}

/* / Услуги */

/* Контакт */

.contact {
  margin-bottom: 80px;
}

.contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 28px;
  padding-left: 85px;
  padding-right: 85px;
  background: #E5EDFD;
  border-radius: 10px;
}

.contact__text {
  width: 100%;
  max-width: 560px;
}

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

.contact__form::after {
  content: '';
  position: absolute;
  left: calc(100% + 20px);
  bottom: 10px;
  width: 220px;
  height: 41px;
  background-image: url('../img/icons/design-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__descr {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #ff6d6d;
}

.contact__title {
  color: #E72121;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.26;
  margin-bottom: 12px;
}

.contact__inp {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 12px 15px;
  background-color: #fff;
}

.contact__submit {
  padding: 25px 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  background: #E72121;
  border-radius: 6px;
}

.contact__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

.contact__imgs img {
  display: block;
}

.contact__man,
.contact__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.contact__man img,
.contact__phone img {
  margin-top: auto;
}

.contact__man {
  margin-right: 23px;
}

/* / Контакт */

/* Подвал */

.footer {
  background-color: #E5EDFD;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 26px 45px;
  border-bottom: 2px solid #C3D5F9;
}

.footer__up {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.footer__up img {
  margin-right: 14px;
}

.footer__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 770px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #757575;
}

.footer__info img {
  margin-right: 10px;
}

.footer__call {
  font-family: 'Pt Sans';
  font-size: 24px;
  font-weight: 700;
  margin-right: 30px;
}

.footer__btn {
  padding: 14px 0;
  display: block;
  width: 230px;
  background: #E5EDFD;
  border: 2px solid #0065D9;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0065d9;
}

.footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 35px;
  padding-bottom: 120px;
  padding-left: 45px;
  padding-right: 45px;
  border-bottom: 2px solid #C3D5F9;
}

.footer__col {
  width: 50%;
}

.footer__col:first-child {
  margin-right: 30px;
}

.footer__title {
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: bold;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -20px;
}

.footer__menu_item {
  width: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.footer__menu_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.footer__menu_link img {
  margin-right: 12px;
}

.footer__menu_link:hover {
  text-decoration: underline;
}

.footer__mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__mark_item {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% / 12 * 1.2 - 20px);
}

.footer__mark_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
}

.footer__mark_link:hover {
  text-decoration: underline;
}

.footer__mark_link img {
  margin-bottom: 8px;
}

.footer__rights {
  display: block;
  padding: 27px 45px;
  color: #767676;
  font-weight: 500;
  font-size: 14px;
}

/* / Подвал */

/* Марки */

.model {
  margin-bottom: 47px;
}

.model__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 2px solid #FFD7D7;
}

.model__title img {
  margin-right: 17px;
}

.model__type {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

.model__row:not(:last-child) {
  margin-bottom: 32px;
}

.model__list {
  padding-top: 0;
}

/* / Марки */

@media screen and (max-width: 1500px) {
  .header__logo {
    width: 200px;
  }

  .header__phone_num {
    font-size: 28px;
  }

  .header__phone_order {
    font-size: 16px;
    margin-right: 10px;
  }

  .header__phone_time {
    font-size: 15px;
  }

  .header__masters {
    font-size: 16px;
    margin-right: 20px;
  }

  .hero__text {
    max-width: 550px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__list_item {
    font-size: 20px;
  }

  .hero__phone_num {
    font-size: 28px;
  }

  .hero__phone_order,
  .hero__phone_time {
    font-size: 14px;
  }

  .what__cost {
    font-size: 14px;
  }

  .what__submit {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 160px;
  }

  .contact__imgs {
    max-width: 450px;
    -webkit-align-self: flex-end;
            align-self: flex-end;
  }

  .footer__top,
  .footer__main,
  .footer__rights {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__infos {
    display: none;
  }

  .footer__call {
    margin-left: auto;
  }

  .footer__mark_item {
    width: calc(100% / 12 * 2 - 20px);
  }

  .alert__content {
    padding: 20px 40px;
  }

  .alert__title {
    font-size: 38px;
  }

  .alert__descr {
    font-size: 20px;
  }

  .alert__call {
    font-size: 22px;
  }

  .alert__img {
    max-width: 250px;
  }

  .alert__btn {
    font-size: 24px;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1300px) {
  .what__img {
    width: 180px;
    height: 180px;
    margin-right: 30px;
  }

  .what__text {
    width: calc(100% - 180px - 30px);
  }

  .what__subtitle {
    font-size: 20px;
  }

  .what__fields {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
  }

  .what__field {
    width: calc(50% - 18px);
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 18px;
  }

  .what__submit {
    width: calc(100% - 18px);
    margin-left: 9px;
    margin-right: 9px;
  }

  .metro__item {
    width: calc(100% / 12 * 4);
  }

  .alert__content {
    padding: 18px 35px;
  }

  .alert__title {
    font-size: 36px;
  }

  .alert__descr {
    font-size: 19px;
  }

  .alert__call {
    font-size: 20px;
  }

  .alert__img {
    max-width: 230px;
  }

  .alert__btn {
    font-size: 23px;
    padding: 18px 27px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header__masters {
    display: none;
  }

  .what__title {
    text-align: center;
  }

  .what__item {
    width: calc(100% - 30px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .contact__title {
    font-size: 30px;
  }

  .contact__descr {
    font-size: 19px;
  }

  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact__form::after {
    display: none;
  }

  .contact__text {
    margin-bottom: 20px;
  }

  .contact__imgs {
    -webkit-align-self: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .hero__text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .metro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .metro__map {
    width: 100%;
    max-width: 350px;
    height: 120px;
    margin-right: 0;
  }

  .metro__map img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 1000px) {
  .text, .help__list  {
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .header {
    position: relative;
  }

  .header__top {
    background-color: #FFEDED;
    box-shadow: none;
  }

  .header__phone_bottom {
    display: none;
  }

  .header__phone_num {
    font-size: 24px;
    margin-bottom: 0;
  }

  .header__viezd {
    display: none;
  }

  .header__logo {
    width: 25px;
  }

  .header__logo_pc {
    display: none !important;
  }

  .header__logo_mob {
    display: block !important;
  }

  .header__infos {
    display: none;
  }

  .header__mob {
    display: block;
  }

  .header__mob_infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4px 0;
  }

  .header__mob_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .header__mob_info:not(:last-child) {
    margin-right: 14px;
  }

  .header__mob_info img {
    display: inline-block;
    margin-right: 8px;
  }

  .header-btn-prev,
  .header-btn-next {
    display: none;
  }

  .header__slider {
    padding-left: 0;
    padding-right: 0;
  }

  .header__center {
    border-bottom: none;
  }

  .nav {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    height: calc(100vh - 61px);
    max-height: calc(100vh - 61px);
    overflow-y: auto;
    background-color: #fff;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 24px;
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .nav__mob {
    display: block;
  }

  .nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav .swiper-wrapper {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .nav__item {
    width: calc(100% / 12 * 2);
  }

  .nav__logo {
    display: block;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .nav__link_name {
    color: #2E373F;
    font-weight: 500;
  }

  .nav__viezd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .nav__viezd .header__masters {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-right: 0;
  }

  .burger {
    display: block;
  }

  .photo__item {
    padding: 25px;
  }

  .price__alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price__alert_img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .price__table {
    max-width: 100%;
    overflow-x: auto;
  }

  .price__table table {
    width: 900px;
  }

  .price__subtitle {
    text-align: center;
  }

  .price__form {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: -24px;
  }

  .price__field {
    width: calc(50% - 24px);
    margin-bottom: 24px;
  }

  .price__submit {
    margin-top: 0;
  }

  .metro__link {
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .metro__link img {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }

  .metro__link.active img {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }

  .metro .drop__list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    position: unset;
    box-shadow: none;
    display: none;
    overflow-y: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  .metro .drop__list.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .alert__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 850px) {
  .nav__item {
    width: calc(25%);
  }

  .how__slider {
    padding-left: 0;
    padding-right: 0;
  }

  .how-btn-prev,
  .how-btn-next {
    display: none;
  }

  .photo__item {
    width: calc(100% - 30px);
    height: 60vw;
    padding: 15px;
  }

  .photo__viezd {
    font-size: 8px;
  }

  .photo__btn {
    margin-right: auto;
    font-size: 14px;
    width: 160px;
  }

  .service__item {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 750px) {
  .header__phone_num {
    font-size: 18px;
  }

  .header__mob_info {
    width: calc(50% - 14px);
    margin-bottom: 7px;
    font-size: 12px;
  }

  .header__mob_info img {
    width: 12px;
  }

  .metro__item {
    width: 50%;
  }
}

@media screen and (max-width: 650px) {
  .price__field {
    width: calc(100% - 24px);
  }

  .price__field_name {
    font-size: 13px;
    padding-left: 18px;
  }

  .price__select::after {
    right: 14px;
  }

  .price__select select {
    padding: 11px 18px;
    font-size: 14px;
  }

  .price__inp input {
    padding: 11px 18px;
    font-size: 14px;
  }

  .hero .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .hero__left {
    position: relative;
  }

  .hero__left_img {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: unset;
    width: 166px;
    height: 192px;
  }

  .hero__text {
    width: calc(100% - 166px - 15px);
    margin-left: 15px;
    margin-bottom: 8px;
  }

  .hero__title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .hero__phone {
    display: none;
  }

  .hero__car {
    display: none;
  }

  .hero__list_item {
    font-size: 18px;
  }

  .hero__list_item img {
    width: 22px;
    height: 22px;
  }

  .form {
    max-width: unset;
  }

  .footer__call {
    display: none;
  }

  .footer__menu_link {
    font-size: 14px;
  }

  .alert .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .alert__content {
    padding: 15px;
  }

  .alert__text_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .alert__descr {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .alert__title {
    font-size: 26px;
  }

  .alert__img {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .alert__descr {
    font-size: 14px;
  }

  .alert__btn::before {
    top: unset;
    right: calc(100% - 80px);
    bottom: calc(100% - 20px);
    -webkit-transform: rotate(90deg) scale(0.6);
        -ms-transform: rotate(90deg) scale(0.6);
            transform: rotate(90deg) scale(0.6);
  }
}

@media screen and (max-width: 550px) {
  .section-title {
    font-size: 20px;
    text-align: center;
  }

  .text, .help__list  {
    font-size: 12px;
  }

  .header__bottom_link {
    font-size: 13px;
    padding: 8px;
  }

  .nav__item {
    width: calc(100% / 12 * 4);
  }

  .nav__link img {
    width: 40px;
  }

  .nav__link_name {
    font-size: 13px;
  }

  .what .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .what__items {
    margin-left: 0;
    margin-right: 0;
  }

  .what__item {
    padding: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0px 20px 30px 12px rgba(42, 56, 92, 0.16);
  }

  .what__name {
    font-size: 14px;
    text-align: left;
  }

  .what__img {
    display: none;
    width: 112px;
    height: 112px;
  }

  .what__mob {
    display: block;
  }

  .what__main {
    display: block;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
  }

  .what__text {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0.2fr 0.8fr;
    grid-template-rows: 0.2fr 0.8fr;
    -ms-grid-columns: 112px 1fr;
    grid-template-columns: 112px 1fr;
        grid-template-areas: "name name" "img info";
  }

  .what__mob {
    grid-area: img;
  }

  .what__price {
    grid-area: info;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: 10px;
  }

  .what__cost {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .what__cost:not(:last-child) {
    margin-bottom: 4px;
  }

  .what__name {
    grid-area: name;
  }

  .what__free {
    bottom: 0;
    right: unset;
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    font-size: 8px;
  }

  .what__inp {
    font-size: 12px;
    padding: 6px 8px;
  }

  .what__subtitle {
    font-size: 14px;
    padding-left: 7px;
  }

  .how__title {
    margin-bottom: 20px;
  }

  .how__name {
    font-size: 18px;
  }

  .how__phone_num {
    font-size: 24px;
  }

  .how__phone_order,
  .how__phone_time {
    font-size: 12px;
  }

  .price__table table {
    width: 600px;
  }

  .price__table table thead tr th {
    font-size: 14px;
  }

  .price__table table tbody tr td {
    font-size: 12px;
  }

  .price__table table tbody tr td img {
    width: 24px;
  }

  .service__item {
    width: calc(100% - 30px);
  }

  .contact .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact__descr {
    font-size: 14px;
  }

  .contact__title {
    font-size: 20px;
  }

  .contact__submit {
    font-size: 22px;
    padding: 18px 0;
  }

  .footer__btn {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
    margin-right: 10px;
  }

  .footer__up span {
    display: none;
  }

  .footer__up img {
    margin-right: 0;
  }

  .footer__title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .footer__menu_item {
    width: 100%;
  }

  .footer__mark_item {
    width: calc(25% - 20px);
  }

  .metro__map {
    margin-bottom: 10px;
  }

  .metro__item {
    width: 100%;
  }

  .metro__link {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .metro__link::before {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }

  .metro__link img {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }

  .metro__link:hover img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .model__title {
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .model__type {
    font-size: 18px;
    text-align: center;
  }
}

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

  .what__mob {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .what__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .what__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 480px) {
  .hero__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .hero__phone {
    display: none;
  }

  .hero__car {
    display: none;
  }

  .hero__list_item {
    font-size: 13px;
  }

  .hero__list_item img {
    width: 18px;
    height: 18px;
  }

  .hero__text {
    width: calc(100% - 120px - 15px);
  }

  .hero__left_img {
    width: 120px;
    height: 150px;
  }

  .form {
    padding: 24px 15px;
  }

  .form__title {
    font-size: 22px;
  }

  .metro__title {
    font-size: 18px;
    text-align: center;
  }
}

.price__title_center {text-align: center;}
.footer__rights_wrapper {
	display: flex;
	justify-content: space-between;
}

.wrapper_pw a:link, .wrapper_pw a:visited, .wrapper_pw a:focus, .wrapper_pw a:active {text-decoration: underline;}
.wrapper_pw a:hover {text-decoration: none;}



.phone_bold {font-weight: bold;}

.text a:hover {text-decoration: none;}

.red_bold {color: #f00;font-weight: bold;}


.title_new {margin-top: 30px;margin-bottom: 10px;}

.popup__feedback_wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
    justify-content: center;
    align-items: center;
}

.popup__feedback {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 6px;
    height: 250px;
}
.popup__feedback_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  max-width: 370px;
  margin-bottom: 20px;
}

.popup__feedback_sent .popup__feedback_title {
  margin-bottom: 0;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    transform: rotate(180deg);
    border-top-color: rgba(0, 0, 255, 0.5);
  }
  100% {
    transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    transform: rotate(180deg);
    border-top-color: rgba(0, 0, 255, 0.5);
  }
  100% {
    transform: rotate(360deg);
    border-top-color: rgba(0, 0, 0, 0.5);
  }
}
* {
  box-sizing: border-box;
}

.loader {
  position: relative;
  /*margin: 75px auto;*/
  width: 150px;
  height: 150px;
  display: block;
  overflow: hidden;
}
.loader div {
  height: 100%;
}

.loader, .loader div {
  border-radius: 50%;
  padding: 8px;
  border: 2px solid transparent;
  -webkit-animation: rotate linear 3.5s infinite;
          animation: rotate linear 3.5s infinite;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 255, 0.5);
}

.loader div:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.loader, .loader * {
  will-change: transform;
}


.wrapper2 ol, .wrapper2 ul {font-family:"TTNorms-Regular";font-size:20px;color:#233142;display:inline-block;padding-top:10px;margin-bottom:20px;color: #6D7286;}@media (min-width: 500px){.content-list, .wrapper2 ol, .wrapper2 ul {-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (min-width: 768px){.content-list, .wrapper2 ol, .wrapper2 ul {-webkit-column-count:3;-moz-column-count:3;column-count:3}}

.list p a:before, .list p span:before, .list span a:before, .list span span:before {
border-radius: 50%;
color: #fff;
content: "";
display: inline-block;
font-size: 11px;
font-weight: 700;
height: 10px;
margin-right: 5px;
padding: 1px 5px 1px 4px;
width: 3px;
}

ul.list, ul.list a {
    line-height: 28px;
}
.list p a, .list p span, .list span a, .list span span {
    position: relative;
}
.metro_clr-zamoskvoretskaya a:before,.metro_clr-zamoskvoretskaya span:before
{
	background: #44b85c;
}
.metro_clr-tagansko-krasnopresnenskaya a:before,.metro_clr-tagansko-krasnopresnenskaya span:before
{
	background: #8e479c;
}
.metro_clr-sokolnicheskaya a:before,.metro_clr-sokolnicheskaya span:before
{
	background: #ed1b35;
}
.metro_clr-serpuhovsko-timiryazevskaya a:before,.metro_clr-serpuhovsko-timiryazevskaya span:before
{
	background: #a1a2a3;
}
.metro_clr-moskovskoe-tsentralnoe-koltso a:before,.metro_clr-moskovskoe-tsentralnoe-koltso span:before
{
	background: #ffa9af;
}
.metro_clr-lyublinsko-dmitrovskaya a:before,.metro_clr-lyublinsko-dmitrovskaya span:before
{
	background: #b3d445;
}
.metro_clr-koltsevaya a:before,.metro_clr-koltsevaya span:before
{
	background: #894e35;
}
.metro_clr-kaluzhsko-rizhskaya a:before,.metro_clr-kaluzhsko-rizhskaya span:before
{
	background: #f58631;
}
.metro_clr-kalininsko-solntsevskaya a:before,.metro_clr-kalininsko-solntsevskaya span:before
{
	background: #ffcb31;
}
.metro_clr-kahovskaya a:before,.metro_clr-kahovskaya span:before
{
	background: #79cdcd;
}
.metro_clr-butovskaya a:before,.metro_clr-butovskaya span:before
{
	background: #acbfe1;
}
.metro_clr-arbatsko-pokrovskaya a:before,.metro_clr-arbatsko-pokrovskaya span:before
{
	background: #0078bf;
}
.metro_clr-filevskaya a:before,.metro_clr-filevskaya span:before
{
	background: #19c1f3;
}

.help__list {
    list-style: none;
    display: grid;
    padding-left: 0;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    margin-bottom: 30px;
}

.help__list li {
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.help__list li::before {
    content: "";
    position: absolute;
    top: 0.33em;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #e72121;
}

@media (max-width: 770px) {
    .help__list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
