html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
header,
section,
footer {
  display: block;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: SegoeUI;
  font-weight: 400;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

:root {
  font-size: 10px;
}

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

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1006px;
  margin: 0 auto;
  padding: 0 2rem;
}

.shadowed {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.btn-reset {
  border: none;
  background: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}
.btn-reset:active {
  outline: none;
}

.stop-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.shadowed-active {
  display: block;
}

.main-link {
  text-decoration-line: underline;
  color: var(--color-main-link);
  font-family: Circe;
  font-weight: 400;
}

.section-title {
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 116.01%;
}

.section-subtitle {
  font-size: 2rem;
  line-height: 116.01%;
  margin-top: 5px;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-main-link: #3057bc;
  --color-yellow: #f8c301;
  --color-gray: #f3f3f3;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url('//f.nodacdn.net/513334') format('woff2'), url('//f.nodacdn.net/513333') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  font-display: swap;
  src: url('//f.nodacdn.net/513338') format('woff2'), url('//f.nodacdn.net/513337') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  font-display: swap;
  src: url('//f.nodacdn.net/513336') format('woff2'), url('//f.nodacdn.net/513335') format('woff');
  font-weight: 400;
  font-style: normal;
}
.header-serviceCenter {
  position: relative;
  overflow: hidden;
}

.header__menu {
  padding: 2.2rem 0 1.9rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.header__menu-items {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.header__menu-items_show {
  right: 0 !important;
}
.header__menu-link {
  padding-top: 1.7rem;
  font-size: 1.7rem;
  line-height: 116.01%;
  color: black;
  transition: color 0.5s ease;
}
.header__menu-link:hover {
  color: #888;
}
.header__menu-link_active {
  border-top: 4px solid var(--color-yellow);
}
.header__burger {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 150;
}
.header__burger::before,
.header__burger::after,
.header__burger span {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  transition: all 0.5s ease;
}
.header__burger span {
  top: 50%;
  transform: translate(0, -50%);
  height: 3.5px;
}
.header__burger::before {
  top: 0;
}
.header__burger::after {
  bottom: 0;
}
.header__burger_rotate span {
  transform: scale(0);
}
.header__burger_rotate::before {
  top: 41%;
  transform: rotate(45deg);
}
.header__burger_rotate::after {
  bottom: 45%;
  transform: rotate(-45deg);
}
.header__info {
  margin-bottom: 4.7rem;
  background-color: var(--color-yellow);
}
.header__info .main-info {
  padding: 1.9rem 0 2.1rem 0;
}

.main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-info__block-collumn {
  display: flex;
}

.logo {
  display: flex;
  align-items: center;
}
.logo__main-text {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 116.01%;
  padding: 0.3rem 1.4rem 0.7rem 1.5rem;
  background: var(--color-yellow);
  border-right: 1px solid rgba(0, 0, 0, 0.54);
}
.logo__sub-text {
  font-size: 12px;
  line-height: 116.01%;
  color: rgba(0, 0, 0, 0.53);
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}

.working {
  margin-right: 23.6px;
  padding-left: 20px;
}
.working__title {
  display: flex;
  margin-left: -19px;
}
.working__title img {
  margin-right: 8.56px;
}
.working span {
  font-size: 12px;
  line-height: 127.3%;
}

.location {
  padding-left: 20px;
}
.location__name {
  display: flex;
  margin-left: -20px;
}
.location__name span {
  font-size: 12px;
  line-height: 127.3%;
  text-transform: uppercase;
}
.location__name img {
  margin-right: 8.56px;
}
.location__link {
  font-size: 11px;
  line-height: 127.3%;
  margin-top: 3px;
}

.social-media {
  display: flex;
}
.social-media__link {
  width: 2.6rem;
  height: 2.6rem;
}
.social-media__link:not(:last-child) {
  margin-right: 8px;
}

.phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phone__number {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 127.3%;
  text-transform: uppercase;
  color: #202020;
}
.phone__link {
  font-size: 11px;
  line-height: 127.3%;
  margin-top: 3px;
}

.record__wrapper {
  display: flex;
}
.record__content,
.record__image {
  width: 50%;
}
.record__content {
  background-color: var(--color-gray);
  padding: 4.4rem 0 2rem 5.6rem;
}
.record__image {
  position: relative;
  box-shadow: inset 8em 0 20px var(--color-gray);
}
.record__image img {
  height: 100% !important;
}
.record__title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 116.01%;
}
.record__subtitle {
  font-size: 2.3rem;
  line-height: 116.01%;
  margin: 1.9rem 0 3.2rem 0;
}
.record__items {
  display: flex;
  justify-content: space-between;
}
.record__item-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 126.01%;
  color: rgba(0, 0, 0, 0.7);
}
.record__item-text {
  font-size: 1.6rem;
  line-height: 126.01%;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 6px;
}
.record__button {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 116.01%;
  padding: 0.9rem 2.3rem 1.16rem 2.3rem;
  background-color: var(--color-yellow);
  margin-top: 5.7rem;
}

.brands {
  margin: 5rem 0;
}
.brands__title {
  font-size: 2.4rem;
  line-height: 116.01%;
}
.brands__title span {
  font-weight: 700;
}
.brands__slider-container {
  position: relative;
  margin-top: 6.4rem;
}
.brands__slider {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.brands__slider-wrapper {
  display: flex;
  align-items: center;
}
.brands__slider-slide {
  min-width: 12.8%;
}
.brands__slider-slide img {
  margin: 0 auto;
}
.brands__slider-slide-hg img {
  height: 5.2rem !important;
}
.brands__slider-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.brands__slider-btn-next {
  right: 0;
}
.brands__slider-btn-next img {
  transform: rotate(180deg);
}
.brands__slider-btn-prev {
  left: 0;
}

.price {
  margin: 8rem 0 5.7rem 0;
}
.price__wrapper {
  display: flex;
}
.price__image {
  width: 45%;
}
.price__image img {
  height: 100%;
}
.price__content {
  padding-left: 5rem;
  width: 55%;
}
.price__subtitle {
  margin: 1.1rem 0 2.1rem 0;
}
.price__item {
  display: flex;
  justify-content: space-between;
}
.price__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.price__item-name,
.price__item-price {
  font-size: 2rem;
  line-height: 116.01%;
}
.price__item-line {
  display: inline-block;
  width: 35%;
  border-bottom: 1px dashed #000000;
}
.price__link {
  display: block;
  font-size: 2.1rem;
  line-height: 127.3%;
  margin: 2.1rem 0 2.4rem 0;
}
.price__labels {
  display: flex;
  justify-content: space-between;
}
.price__label {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 116.01%;
  padding: 1rem 2rem 1.5rem 2rem;
  background: #f4f4f4;
}

.benefits {
  padding: 3.7rem 0 4.4rem 0;
  background-color: #f8f8f8;
}
.benefits__title {
  width: 50%;
}
.benefits__items {
  margin-top: 4.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.benefits__item {
  max-width: 33.333%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefits__item:nth-child(1) {
  border-bottom: 1px solid #d2d2d2;
}
.benefits__item:nth-child(2) {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.benefits__item:nth-child(3) {
  border-bottom: 1px solid #d2d2d2;
}
.benefits__item:nth-child(5) {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}
.benefits__item-text {
  font-size: 1.6rem;
  line-height: 126.01%;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1.6rem;
}
.benefits__item-text span {
  font-weight: 700;
}

.questions {
  margin: 6.8rem 0 5.8rem 0;
}
.questions__title span {
  font-weight: 400;
}
.questions__items {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 3.5rem;
}
.questions__item {
  max-width: calc(50% - 35px);
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
}
.questions__item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.questions__item-text {
  font-size: 1.4rem;
  line-height: 126.01%;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-bottom: 0;
}
.questions__item-title,
.questions__item-number {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 126.01%;
}
.questions__item-title {
  color: rgba(0, 0, 0, 0.7);
}
.questions__item-title::before {
  content: '';
  display: inline-block;
  background-image: url('//f.nodacdn.net/513650');
  width: 8px;
  height: 8px;
  margin-right: 11px;
  transition: all 0.5s ease;
}
.questions__item-number {
  color: var(--color-yellow);
}
.questions__item_open .questions__item-title::before {
  transform: rotate(180deg);
}
.questions__item_open .questions__item-text {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 2rem;
}

.photos__items {
  margin-top: 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 2.3rem;
}
.photos__item {
  width: 22.6rem;
}

.specialists {
  padding: 5.6rem 0 7.5rem 0;
  border-top: 1px solid #d2d2d2;
  margin-top: 8.9rem;
}
.specialists .container {
  position: relative;
}
.specialists__slider {
  overflow: hidden;
  max-width: 84rem;
  margin: 5.9rem auto 0 auto;
}
.specialists__slider-wrapper {
  display: flex;
  justify-content: space-between;
}
.specialists__slider-slide {
  min-width: calc(33.33% - 29.6666666667px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem !important;
  margin-left: 2rem;
}
.specialists__slider-slide:nth-child(1) {
  margin-left: 0 !important;
}
.specialists__slider-slide-content {
  text-align: center;
  padding: 0 1rem;
}
.specialists__slider-slide-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 116.01%;
  margin: 2.3rem 0 1.6rem 0;
}
.specialists__slider-slide-subtitle {
  font-size: 1.6rem;
  line-height: 126.01%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.specialists__slider-btn {
  position: absolute;
  transform: translate(0, -50%);
}
.specialists__slider-btn-prev {
  left: 0;
  top: 50%;
}
.specialists__slider-btn-next {
  right: 0;
  top: 50%;
}
.specialists__slider-btn-next img {
  transform: rotate(180deg);
}

.addresses__map {
  margin-top: 4.6rem;
  height: 618px;
  display: flex;
  justify-content: center;
}

.footer-serviceCenter {
  padding: 5.9rem 0 4.5rem 0;
}

.footer__requisites {
  display: flex;
  margin-top: 3.1rem;
}
.footer__requisites-block {
  font-size: 12px;
  line-height: 127.3%;
}
.footer__requisites-block:not(:last-child) {
  margin-right: 5.7rem;
}

@media screen and (max-width: 960px) {
  .price__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .price__image {
    margin-top: 3rem;
    width: 100%;
  }
  .price__image img {
    margin: 0 auto;
  }
  .price__content {
    padding-left: 0;
    width: 80%;
  }
  .price__item-line {
    width: 55%;
  }
}
@media screen and (max-width: 930px) {
  .main-info {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .main-info__block-collumn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 8px;
  }
  .specialists__slider-slide {
    min-width: calc(50% - 24px);
  }
  .brands__slider-slide {
    min-width: 30.2%;
  }
}
@media screen and (max-width: 700px) {
  .record__wrapper {
    flex-direction: column;
  }
  .record__content,
  .record__image {
    width: 100%;
  }
  .record__item:not(:last-child) {
    margin-right: 1rem;
  }
  .record__image {
    height: 20rem;
    box-shadow: inset 70em 0 20px var(--color-gray);
  }
  .record__image img {
    margin-left: auto;
  }
}
@media screen and (max-width: 680px) {
  .carservice .container {
    flex-direction: column;
  }
  .carservice__info,
  .carservice__slider {
    width: 100%;
  }
  .carservice__title,
  .carservice__subtitle,
  .carservice__text,
  .carservice__link {
    text-align: center;
  }
  .footer__requisites-block:not(:last-child) {
    margin-right: 2rem;
  }
  .questions__item {
    max-width: 100%;
  }
  .benefits__title {
    width: 100%;
  }
  .benefits__item {
    max-width: 50%;
    padding: 2rem;
  }
  .benefits__item:nth-child(2) {
    border-right: none;
  }
  .benefits__item:nth-child(4) {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
  }
  .benefits__item:nth-child(5) {
    border-right: none;
    border-left: none;
  }
  .benefits__item:nth-child(6) {
    border-left: 1px solid #d2d2d2;
  }
  .price__item-line {
    width: 35%;
  }
  .addresses__map {
    height: 400px;
  }
  .addresses__map .ymaps-2-1-79-map {
    height: 400px !important;
  }
}
@media screen and (max-width: 590px) {
  .footer__requisites {
    flex-direction: column;
  }
  .footer__requisites-block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .specialists__slider-slide {
    min-width: 100%;
  }
  .price__content {
    width: 100%;
  }
  .brands__slider-slide {
    min-width: 45%;
  }
}
@media screen and (max-width: 550px) {
  .header__menu-items {
    position: absolute;
    top: 0;
    right: -35rem;
    background: #fff;
    border: 2px solid #000;
    border-radius: 0 0 0 10px;
    padding: 4rem;
    flex-direction: column;
    z-index: 120;
  }
  .header__menu-item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .header__menu-link {
    padding-top: 0;
  }
  .header__menu-link:hover {
    color: #888;
  }
  .header__menu-link_active {
    border: none;
  }
  .header__burger {
    display: block;
  }
  .section-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 520px) {
  .main-info__block-collumn {
    margin: 0;
  }
  .record__content {
    padding: 3rem;
  }
  .record__title {
    font-size: 3rem;
  }
  .record__subtitle {
    font-size: 1.9rem;
  }
  .record__button {
    display: block;
    margin: 5.7rem auto 2rem auto;
  }
  .addresses__map {
    height: 300px;
  }
  .addresses__map .ymaps-2-1-79-map {
    height: 300px !important;
  }
}
@media screen and (max-width: 450px) {
  .main-info {
    justify-content: center;
  }
  .photos__item {
    width: 90%;
  }
  .photos__item img {
    width: 100%;
  }
  .price__item-line {
    width: 10%;
  }
}
